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 - -![Check](https://github.com/trustwallet/assets/workflows/Check/badge.svg) - -## 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": "Safedoge was created to simplify investing in cryptocurrency and earn rewards. Helping the world through Cryptocurrency Charity. Help us, Help you so you can help others. Join us and make a Difference.MEME Base Token, Inspired by Safemoon and Dogecoin", - "explorer": "https://bscscan.com/token/0x05ce1303dFcEB5Dc4CD16D19d550cE462D11783c", - "status": "active", - "id": "0x05ce1303dFcEB5Dc4CD16D19d550cE462D11783c" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x05ce1303dFcEB5Dc4CD16D19d550cE462D11783c/logo.png b/blockchains/smartchain/assets/0x05ce1303dFcEB5Dc4CD16D19d550cE462D11783c/logo.png deleted file mode 100644 index 7a184b18aa5c6..0000000000000 Binary files a/blockchains/smartchain/assets/0x05ce1303dFcEB5Dc4CD16D19d550cE462D11783c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0607396970188B2e524c1cDe4Af1F9A191DeE150/info.json b/blockchains/smartchain/assets/0x0607396970188B2e524c1cDe4Af1F9A191DeE150/info.json deleted file mode 100644 index bf13e91b63b23..0000000000000 --- a/blockchains/smartchain/assets/0x0607396970188B2e524c1cDe4Af1F9A191DeE150/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Sierra", - "type": "BEP20", - "symbol": "SRA", - "decimals": 9, - "website": "https://SierraToken.com/", - "description": "SierraToken is the token of a community created to prevent addictions.", - "explorer": "https://bscscan.com/token/0x0607396970188B2e524c1cDe4Af1F9A191DeE150", - "status": "active", - "id": "0x0607396970188B2e524c1cDe4Af1F9A191DeE150" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0607396970188B2e524c1cDe4Af1F9A191DeE150/logo.png b/blockchains/smartchain/assets/0x0607396970188B2e524c1cDe4Af1F9A191DeE150/logo.png deleted file mode 100644 index 8fbebfb6e551e..0000000000000 Binary files a/blockchains/smartchain/assets/0x0607396970188B2e524c1cDe4Af1F9A191DeE150/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x066cdA0CCA84E9C6eD0a4ECB92AA036a9582544B/info.json b/blockchains/smartchain/assets/0x066cdA0CCA84E9C6eD0a4ECB92AA036a9582544B/info.json deleted file mode 100644 index 9b4bc72a33715..0000000000000 --- a/blockchains/smartchain/assets/0x066cdA0CCA84E9C6eD0a4ECB92AA036a9582544B/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Sonic Inu", - "website": "https://sonic-inu.com/", - "description": "Sonic Inu is a relatively new meme crypto token that has gained popularity among crypto enthusiasts and fans of the iconic video game character, Sonic the Hedgehog.", - "explorer": "https://bscscan.com/token/0x066cda0cca84e9c6ed0a4ecb92aa036a9582544b", - "type": "BEP20", - "symbol": "SONIC", - "decimals": 9, - "status": "active", - "id": "0x066cdA0CCA84E9C6eD0a4ECB92AA036a9582544B", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SonicInuBSC" - }, - { - "name": "telegram", - "url": "https://t.me/SonicInuEn" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/sonic-inu-bsc/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x066cdA0CCA84E9C6eD0a4ECB92AA036a9582544B/logo.png b/blockchains/smartchain/assets/0x066cdA0CCA84E9C6eD0a4ECB92AA036a9582544B/logo.png deleted file mode 100644 index 721dbc2a1d20f..0000000000000 Binary files a/blockchains/smartchain/assets/0x066cdA0CCA84E9C6eD0a4ECB92AA036a9582544B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x066fc8DD5955534A01a9f892314c9B01b59A9C11/info.json b/blockchains/smartchain/assets/0x066fc8DD5955534A01a9f892314c9B01b59A9C11/info.json deleted file mode 100644 index efd65dfb30593..0000000000000 --- a/blockchains/smartchain/assets/0x066fc8DD5955534A01a9f892314c9B01b59A9C11/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Animal Adoption Advocacy", - "type": "BEP20", - "symbol": "PAWS", - "decimals": 9, - "website": "https://animaladoptionadvocacy.com/", - "description": "PAWS’ Primary goal is to help streamline the donations towards animal shelters, conservation, and charities through a centralized platform that guarantees the authenticity of the organizations.", - "explorer": "https://bscscan.com/token/0x066fc8DD5955534A01a9f892314c9B01b59A9C11", - "status": "active", - "id": "0x066fc8DD5955534A01a9f892314c9B01b59A9C11" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x066fc8DD5955534A01a9f892314c9B01b59A9C11/logo.png b/blockchains/smartchain/assets/0x066fc8DD5955534A01a9f892314c9B01b59A9C11/logo.png deleted file mode 100644 index 6a0c6d3dc9689..0000000000000 Binary files a/blockchains/smartchain/assets/0x066fc8DD5955534A01a9f892314c9B01b59A9C11/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x067a5ad3f0f91AcF512fFE66Ea77f37b4DcaaF18/info.json b/blockchains/smartchain/assets/0x067a5ad3f0f91AcF512fFE66Ea77f37b4DcaaF18/info.json deleted file mode 100644 index 5cca0a84e6ab2..0000000000000 --- a/blockchains/smartchain/assets/0x067a5ad3f0f91AcF512fFE66Ea77f37b4DcaaF18/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Wynaut Token", - "website": "https://wynaut.money", - "description": "Just like Wynaut, this token has the ability to reflect any token it receives back to the suppliers of its token.", - "explorer": "https://bscscan.com/token/0x067a5ad3f0f91AcF512fFE66Ea77f37b4DcaaF18", - "type": "BEP20", - "symbol": "WYNAUT", - "decimals": 8, - "status": "active", - "id": "0x067a5ad3f0f91AcF512fFE66Ea77f37b4DcaaF18", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/WynautMoney" - }, - { - "name": "telegram", - "url": "https://t.me/wynautmoney" - }, - { - "name": "medium", - "url": "https://wynautmoney.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x067a5ad3f0f91AcF512fFE66Ea77f37b4DcaaF18/logo.png b/blockchains/smartchain/assets/0x067a5ad3f0f91AcF512fFE66Ea77f37b4DcaaF18/logo.png deleted file mode 100644 index e06a80dce3ccb..0000000000000 Binary files a/blockchains/smartchain/assets/0x067a5ad3f0f91AcF512fFE66Ea77f37b4DcaaF18/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x069B2619Eb24367A46Fda638Bd1b88Aa4daD7879/info.json b/blockchains/smartchain/assets/0x069B2619Eb24367A46Fda638Bd1b88Aa4daD7879/info.json deleted file mode 100644 index fd46c663a3899..0000000000000 --- a/blockchains/smartchain/assets/0x069B2619Eb24367A46Fda638Bd1b88Aa4daD7879/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "MoonDAO", - "website": "https://moondao.finance", - "description": "Every trade contributes toward automatically generating liquidity locked inside Pancakeswap LP.", - "explorer": "https://bscscan.com/token/0x069b2619eb24367a46fda638bd1b88aa4dad7879", - "type": "BEP20", - "symbol": "MNDAO", - "decimals": 9, - "status": "active", - "id": "0x069B2619Eb24367A46Fda638Bd1b88Aa4daD7879", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Moon_DAO_" - }, - { - "name": "telegram", - "url": "https://t.me/moon_dao" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x069B2619Eb24367A46Fda638Bd1b88Aa4daD7879/logo.png b/blockchains/smartchain/assets/0x069B2619Eb24367A46Fda638Bd1b88Aa4daD7879/logo.png deleted file mode 100644 index b99b5264cbef3..0000000000000 Binary files a/blockchains/smartchain/assets/0x069B2619Eb24367A46Fda638Bd1b88Aa4daD7879/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x06b889a7a7fa15D8cC7CFf147962C4232cCE7CF0/info.json b/blockchains/smartchain/assets/0x06b889a7a7fa15D8cC7CFf147962C4232cCE7CF0/info.json deleted file mode 100644 index 2c06e1fb6ed3d..0000000000000 --- a/blockchains/smartchain/assets/0x06b889a7a7fa15D8cC7CFf147962C4232cCE7CF0/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "SaunaFinance Token", - "website": "https://sauna.finance/", - "description": "SAUNA FINANCE aims to build various Dapps and create ideal sauna facilities to satisfy sauna users all over the world. By the votes of $ SAUNA (SAUNA FINANCE TOKEN) holders, we realize the best settings in every country / region, design of the facility, sauna room temperature, water bath temperature, etc., and create the most relaxed and happiest community.", - "explorer": "https://bscscan.com/token/0x06b889a7a7fa15D8cC7CFf147962C4232cCE7CF0", - "type": "BEP20", - "symbol": "SAUNA", - "decimals": 18, - "status": "active", - "id": "0x06b889a7a7fa15D8cC7CFf147962C4232cCE7CF0", - "links": [ - { - "name": "telegram", - "url": "https://t.me/Saunafinance" - }, - { - "name": "twitter", - "url": "https://twitter.com/sauna_finance" - }, - { - "name": "blog", - "url": "https://sauna-finance.medium.com" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x06b889a7a7fa15D8cC7CFf147962C4232cCE7CF0/logo.png b/blockchains/smartchain/assets/0x06b889a7a7fa15D8cC7CFf147962C4232cCE7CF0/logo.png deleted file mode 100644 index e024638d3e657..0000000000000 Binary files a/blockchains/smartchain/assets/0x06b889a7a7fa15D8cC7CFf147962C4232cCE7CF0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x06c0783C6B6f268D9f408F74a2Fe368Be732F9FF/info.json b/blockchains/smartchain/assets/0x06c0783C6B6f268D9f408F74a2Fe368Be732F9FF/info.json deleted file mode 100644 index 5d4263e2de678..0000000000000 --- a/blockchains/smartchain/assets/0x06c0783C6B6f268D9f408F74a2Fe368Be732F9FF/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "LuckyPig", - "website": "https://luckypigtoken.com/", - "description": "Luckypig will bring NFT, lottery/jackpot concepts together and a contract with low taxes. Our team's longterm goal is to build an online casino which will be pegged with our token.", - "explorer": "https://bscscan.com/token/0x06c0783C6B6f268D9f408F74a2Fe368Be732F9FF", - "type": "BEP20", - "symbol": "LuckyPig", - "decimals": 9, - "status": "active", - "id": "0x06c0783C6B6f268D9f408F74a2Fe368Be732F9FF", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Luckypigtoken?s=20&t=EB9f2aY9hr8o3_Eg0GDMrw" - }, - { - "name": "telegram", - "url": "https://t.me/luckypigtoken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/luckypig/" - } - ], - "tags": [ - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x06c0783C6B6f268D9f408F74a2Fe368Be732F9FF/logo.png b/blockchains/smartchain/assets/0x06c0783C6B6f268D9f408F74a2Fe368Be732F9FF/logo.png deleted file mode 100644 index 4cdf83b3d032f..0000000000000 Binary files a/blockchains/smartchain/assets/0x06c0783C6B6f268D9f408F74a2Fe368Be732F9FF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x06c4212Ae2fEa51a27A045D968E73F7E91eA5521/info.json b/blockchains/smartchain/assets/0x06c4212Ae2fEa51a27A045D968E73F7E91eA5521/info.json deleted file mode 100644 index af6d67ff80c17..0000000000000 --- a/blockchains/smartchain/assets/0x06c4212Ae2fEa51a27A045D968E73F7E91eA5521/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Baby EverDoge", - "type": "BEP20", - "symbol": "Baby EverDoge", - "decimals": 9, - "website": "https://www.babyEverDoge.com", - "description": "Logo update for this coin", - "explorer": "https://bscscan.com/token/0x06c4212Ae2fEa51a27A045D968E73F7E91eA5521", - "status": "active", - "id": "0x06c4212Ae2fEa51a27A045D968E73F7E91eA5521" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x06c4212Ae2fEa51a27A045D968E73F7E91eA5521/logo.png b/blockchains/smartchain/assets/0x06c4212Ae2fEa51a27A045D968E73F7E91eA5521/logo.png deleted file mode 100644 index fdbaa27cc2af6..0000000000000 Binary files a/blockchains/smartchain/assets/0x06c4212Ae2fEa51a27A045D968E73F7E91eA5521/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x070a08BeEF8d36734dD67A491202fF35a6A16d97/info.json b/blockchains/smartchain/assets/0x070a08BeEF8d36734dD67A491202fF35a6A16d97/info.json deleted file mode 100644 index f731399367ed2..0000000000000 --- a/blockchains/smartchain/assets/0x070a08BeEF8d36734dD67A491202fF35a6A16d97/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Binance-Peg 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://bscscan.com/token/0x070a08BeEF8d36734dD67A491202fF35a6A16d97", - "research": "https://research.binance.com/en/projects/small-love-potion", - "type": "BEP20", - "symbol": "SLP", - "decimals": 18, - "status": "active", - "id": "0x070a08BeEF8d36734dD67A491202fF35a6A16d97" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x070a08BeEF8d36734dD67A491202fF35a6A16d97/logo.png b/blockchains/smartchain/assets/0x070a08BeEF8d36734dD67A491202fF35a6A16d97/logo.png deleted file mode 100644 index ff2130064cce9..0000000000000 Binary files a/blockchains/smartchain/assets/0x070a08BeEF8d36734dD67A491202fF35a6A16d97/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x071Fa11f7516CDeb366F7f7d91DA5049F7086185/info.json b/blockchains/smartchain/assets/0x071Fa11f7516CDeb366F7f7d91DA5049F7086185/info.json deleted file mode 100644 index 3f74c0ef8ba99..0000000000000 --- a/blockchains/smartchain/assets/0x071Fa11f7516CDeb366F7f7d91DA5049F7086185/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Rocket Boys", - "website": "https://rocketboys.io/", - "description": "The Rocketboys launchpad is positioned to disrupt all that has become toxic in the current presale ecosystem. The launchpad will operate a much higher barrier to entry for prospective projects – KYB (Know Your Business) and pre-doxxing to an internal Rocketboys committee before launch will provide a uniquely safer investing environment for all participants.", - "explorer": "https://bscscan.com/token/0x071Fa11f7516CDeb366F7f7d91DA5049F7086185", - "type": "BEP20", - "symbol": "RBOYS", - "decimals": 9, - "status": "active", - "id": "0x071Fa11f7516CDeb366F7f7d91DA5049F7086185", - "links": [ - { - "name": "telegram", - "url": "https://t.me/rocketboys0fficial" - }, - { - "name": "twitter", - "url": "https://twitter.com/rocketboysbsc" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/rocketboysofficial" - }, - { - "name": "whitepaper", - "url": "https://rocketboys.io/#whitepaper" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/rocket-boys" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/rocket-boys" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x071Fa11f7516CDeb366F7f7d91DA5049F7086185/logo.png b/blockchains/smartchain/assets/0x071Fa11f7516CDeb366F7f7d91DA5049F7086185/logo.png deleted file mode 100644 index 2e4a9de14581d..0000000000000 Binary files a/blockchains/smartchain/assets/0x071Fa11f7516CDeb366F7f7d91DA5049F7086185/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0733618Ab62eEEC815f2d1739b7a50bF9E74d8a2/info.json b/blockchains/smartchain/assets/0x0733618Ab62eEEC815f2d1739b7a50bF9E74d8a2/info.json deleted file mode 100644 index a4992efca824a..0000000000000 --- a/blockchains/smartchain/assets/0x0733618Ab62eEEC815f2d1739b7a50bF9E74d8a2/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Pomerium Ecosystem", - "website": "https://pomerium.space/", - "description": "Pomerium is Web3 game studio. Pomerium develops independent games with original content and provides the services, such as Web3 utility service tools interacting with the games and publishing. Above all, our goal is to build the sustainable token economy of Pomerium.", - "explorer": "https://bscscan.com/token/0x0733618Ab62eEEC815f2d1739b7a50bF9E74d8a2", - "type": "BEP20", - "symbol": "PMG", - "decimals": 18, - "status": "active", - "id": "0x0733618Ab62eEEC815f2d1739b7a50bF9E74d8a2", - "tags": [ - "gamefi" - ], - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pomerium-ecosystem-token/" - }, - { - "name": "twitter", - "url": "https://twitter.com/pomerium_space" - }, - { - "name": "medium", - "url": "https://medium.com/pomerium" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0733618Ab62eEEC815f2d1739b7a50bF9E74d8a2/logo.png b/blockchains/smartchain/assets/0x0733618Ab62eEEC815f2d1739b7a50bF9E74d8a2/logo.png deleted file mode 100644 index ba2be4c64d9e9..0000000000000 Binary files a/blockchains/smartchain/assets/0x0733618Ab62eEEC815f2d1739b7a50bF9E74d8a2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5/info.json b/blockchains/smartchain/assets/0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5/info.json deleted file mode 100644 index b97f4217b2e1b..0000000000000 --- a/blockchains/smartchain/assets/0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Hay Stablecoin", - "type": "BEP20", - "symbol": "HAY", - "decimals": 18, - "website": "https://helio.money/", - "description": "The Helio.Money protocol, powered by the BNB chain, introduces an innovative architecture to stablecoin minting. Helio’s stablecoin is called HAY, and it is over-collateralized with BNB tokens. To obtain HAY, the user will need to provide BNB collateral and borrow HAY against it. After that, HAY can be staked for long-term yield and transferred to other protocols to generate additional yield. HAY is over-collateralized, making its peg highly secure and comparable to the MakerDAO DAI token.", - "explorer": "https://bscscan.com/token/0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5", - "status": "active", - "id": "0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Helio_Money" - }, - { - "name": "github", - "url": "https://github.com/helio-money" - } - ], - "tags": [ - "stablecoin" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5/logo.png b/blockchains/smartchain/assets/0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5/logo.png deleted file mode 100644 index 7ecbaf9ae621c..0000000000000 Binary files a/blockchains/smartchain/assets/0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x079Dd74Cc214Ac5f892f6a7271ef0722F6D0c2e6/info.json b/blockchains/smartchain/assets/0x079Dd74Cc214Ac5f892f6a7271ef0722F6D0c2e6/info.json deleted file mode 100644 index 4c8de278400ac..0000000000000 --- a/blockchains/smartchain/assets/0x079Dd74Cc214Ac5f892f6a7271ef0722F6D0c2e6/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Nasa Doge", - "type": "BEP20", - "symbol": "NasaDoge", - "decimals": 9, - "website": "https://www.nasadoge.finance/", - "description": "NasaDoge is loyal to his family, like all dogs should be! All holders of $NasaDoge will earn more tokens on each transaction that is automatically sent to your wallet.", - "explorer": "https://bscscan.com/token/0x079Dd74Cc214Ac5f892f6a7271ef0722F6D0c2e6", - "status": "active", - "id": "0x079Dd74Cc214Ac5f892f6a7271ef0722F6D0c2e6", - "links": [ - { - "name": "facebook", - "url": "https://facebook.com/nasadogetoken/" - }, - { - "name": "twitter", - "url": "https://twitter.com/nasadogetoken" - }, - { - "name": "telegram", - "url": "https://t.me/nasadogetoken" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/nasadogetoken/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/nasa-doge/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/nasa-doge" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x079Dd74Cc214Ac5f892f6a7271ef0722F6D0c2e6/logo.png b/blockchains/smartchain/assets/0x079Dd74Cc214Ac5f892f6a7271ef0722F6D0c2e6/logo.png deleted file mode 100644 index 3c03e24e4b223..0000000000000 Binary files a/blockchains/smartchain/assets/0x079Dd74Cc214Ac5f892f6a7271ef0722F6D0c2e6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x07B36F2549291d320132712a1E64d3826B1FB4D7/info.json b/blockchains/smartchain/assets/0x07B36F2549291d320132712a1E64d3826B1FB4D7/info.json deleted file mode 100644 index 28c2b8ffe7350..0000000000000 --- a/blockchains/smartchain/assets/0x07B36F2549291d320132712a1E64d3826B1FB4D7/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "WIFEDOGE", - "website": "https://wifedoge.com", - "description": "WIFEDOGE,DOGE'S WIFE,BABYDOGE'S MOTHER,Doge needs Wife, If you like doge, please hold wifedoge. Every Jack has his Jill", - "explorer": "https://bscscan.com/token/0x07b36f2549291d320132712a1e64d3826b1fb4d7", - "type": "BEP20", - "symbol": "WIFEDOGE", - "decimals": 9, - "status": "active", - "id": "0x07B36F2549291d320132712a1E64d3826B1FB4D7" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x07B36F2549291d320132712a1E64d3826B1FB4D7/logo.png b/blockchains/smartchain/assets/0x07B36F2549291d320132712a1E64d3826B1FB4D7/logo.png deleted file mode 100644 index b42728fd78fc5..0000000000000 Binary files a/blockchains/smartchain/assets/0x07B36F2549291d320132712a1E64d3826B1FB4D7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x07EC61Ae90860641972E9B41A706325a1E928BF8/info.json b/blockchains/smartchain/assets/0x07EC61Ae90860641972E9B41A706325a1E928BF8/info.json deleted file mode 100644 index fa9e8711f015a..0000000000000 --- a/blockchains/smartchain/assets/0x07EC61Ae90860641972E9B41A706325a1E928BF8/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Volt Inu", - "type": "BEP20", - "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.", - "explorer": "https://bscscan.com/token/0x07EC61Ae90860641972E9B41A706325a1E928BF8", - "status": "active", - "id": "0x07EC61Ae90860641972E9B41A706325a1E928BF8", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VoltInuOfficial" - }, - { - "name": "telegram", - "url": "https://t.me/VoltInuOfficial" - } - ], - "tags": [ - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x07EC61Ae90860641972E9B41A706325a1E928BF8/logo.png b/blockchains/smartchain/assets/0x07EC61Ae90860641972E9B41A706325a1E928BF8/logo.png deleted file mode 100644 index 05b5072f3c812..0000000000000 Binary files a/blockchains/smartchain/assets/0x07EC61Ae90860641972E9B41A706325a1E928BF8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x07a3554899D97a087Bda931Dd5224B3B7435E568/info.json b/blockchains/smartchain/assets/0x07a3554899D97a087Bda931Dd5224B3B7435E568/info.json deleted file mode 100644 index 7f23aaaca32dd..0000000000000 --- a/blockchains/smartchain/assets/0x07a3554899D97a087Bda931Dd5224B3B7435E568/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "TendaCoin", - "type": "BEP20", - "symbol": "TND", - "decimals": 18, - "website": "https://tendacoin.com", - "description": "Decentralized Currency from People to People.", - "explorer": "https://bscscan.com/token/0x07a3554899D97a087Bda931Dd5224B3B7435E568", - "status": "active", - "id": "0x07a3554899D97a087Bda931Dd5224B3B7435E568", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/TendaCoin1" - }, - { - "name": "telegram", - "url": "https://t.me/TendaCoinChat" - }, - { - "name": "github", - "url": "https://github.com/tendacoin" - }, - { - "name": "whitepaper", - "url": "https://tendacoin.com/whitepaper/" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x07a3554899D97a087Bda931Dd5224B3B7435E568/logo.png b/blockchains/smartchain/assets/0x07a3554899D97a087Bda931Dd5224B3B7435E568/logo.png deleted file mode 100644 index 58b91ca8478fe..0000000000000 Binary files a/blockchains/smartchain/assets/0x07a3554899D97a087Bda931Dd5224B3B7435E568/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x07af67b392B7A202fAD8E0FBc64C34F33102165B/info.json b/blockchains/smartchain/assets/0x07af67b392B7A202fAD8E0FBc64C34F33102165B/info.json deleted file mode 100644 index 193894818bc29..0000000000000 --- a/blockchains/smartchain/assets/0x07af67b392B7A202fAD8E0FBc64C34F33102165B/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Aquagoat", - "type": "BEP20", - "symbol": "AQUAGOAT", - "decimals": 9, - "website": "https://www.aquagoat.finance/", - "description": "AquaGoat Finance is a decentralized community-led eco-DeFi project, with AquaGoat acting as its DeFi alternative to conventional high-interest savings accounts.", - "explorer": "https://bscscan.com/token/0x07af67b392b7a202fad8e0fbc64c34f33102165b", - "status": "active", - "id": "0x07af67b392B7A202fAD8E0FBc64C34F33102165B", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/AquaBsc?s=09" - }, - { - "name": "telegram", - "url": "https://t.me/AquaGoat" - }, - { - "name": "discord", - "url": "https://discord.com/invite/E94cMhRhyu" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x07af67b392B7A202fAD8E0FBc64C34F33102165B/logo.png b/blockchains/smartchain/assets/0x07af67b392B7A202fAD8E0FBc64C34F33102165B/logo.png deleted file mode 100644 index 0d294f23beb6e..0000000000000 Binary files a/blockchains/smartchain/assets/0x07af67b392B7A202fAD8E0FBc64C34F33102165B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x07e330A210B8128c7b32476704C3052cD8c10e5b/info.json b/blockchains/smartchain/assets/0x07e330A210B8128c7b32476704C3052cD8c10e5b/info.json deleted file mode 100644 index 8a241b5282c6b..0000000000000 --- a/blockchains/smartchain/assets/0x07e330A210B8128c7b32476704C3052cD8c10e5b/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Burn1", - "website": "https://www.burn1.today/", - "description": "Reflectionary Social Justice Token", - "explorer": "https://bscscan.com/token/0x07e330A210B8128c7b32476704C3052cD8c10e5b", - "type": "BEP20", - "symbol": "BURN1", - "decimals": 9, - "status": "abandoned", - "id": "0x07e330A210B8128c7b32476704C3052cD8c10e5b" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x07e551E31A793E20dc18494ff6b03095A8F8Ee36/info.json b/blockchains/smartchain/assets/0x07e551E31A793E20dc18494ff6b03095A8F8Ee36/info.json deleted file mode 100644 index 4f3c13063fc31..0000000000000 --- a/blockchains/smartchain/assets/0x07e551E31A793E20dc18494ff6b03095A8F8Ee36/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Qmall Token", - "type": "BEP20", - "symbol": "QMALL", - "decimals": 18, - "website": "https://qmall.io/", - "description": "The QMALL token is a service token of the Qmall Exchange, the main application of which is to use it to pay a commission when using the exchange's services, including a trading commission, as well as to obtain additional privileges.", - "explorer": "https://bscscan.com/token/0x07e551e31a793e20dc18494ff6b03095a8f8ee36", - "status": "active", - "id": "0x07e551E31A793E20dc18494ff6b03095A8F8Ee36", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/QmallExchange" - }, - { - "name": "telegram", - "url": "https://t.me/qMall_Exchange" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/qmall-token/" - }, - { - "name": "facebook", - "url": "https://facebook.com/qmall.io" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/qmall/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x07e551E31A793E20dc18494ff6b03095A8F8Ee36/logo.png b/blockchains/smartchain/assets/0x07e551E31A793E20dc18494ff6b03095A8F8Ee36/logo.png deleted file mode 100644 index e0b4bdca682f7..0000000000000 Binary files a/blockchains/smartchain/assets/0x07e551E31A793E20dc18494ff6b03095A8F8Ee36/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x07f5cEdeD6B3dba557B3663EDC8941FB37b63945/info.json b/blockchains/smartchain/assets/0x07f5cEdeD6B3dba557B3663EDC8941FB37b63945/info.json deleted file mode 100644 index fa7afc45f46fd..0000000000000 --- a/blockchains/smartchain/assets/0x07f5cEdeD6B3dba557B3663EDC8941FB37b63945/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Little Angry Bunny v2 ", - "type": "BEP20", - "symbol": "LAB v2", - "decimals": 9, - "website": "https://littleangrybunnyv2.com/", - "description": "Little Angry Bunny V2 is committed to provide a decentralized transaction network under Binance Smart Chain (BEP-20) with a maximum circulating supply of 10 septillion. There is no main owner of the LAB token. It is purely Community driven Token.", - "explorer": "https://bscscan.com/token/0x07f5cEdeD6B3dba557B3663EDC8941FB37b63945", - "status": "active", - "id": "0x07f5cEdeD6B3dba557B3663EDC8941FB37b63945", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/LABCommunityOfc" - }, - { - "name": "telegram", - "url": "https://t.me/LittleAngryBunnyGlobal" - }, - { - "name": "whitepaper", - "url": "https://littleangrybunnyv2.com/assets/WHITE-PAPER-LAB.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x07f5cEdeD6B3dba557B3663EDC8941FB37b63945/logo.png b/blockchains/smartchain/assets/0x07f5cEdeD6B3dba557B3663EDC8941FB37b63945/logo.png deleted file mode 100644 index 051ce89678153..0000000000000 Binary files a/blockchains/smartchain/assets/0x07f5cEdeD6B3dba557B3663EDC8941FB37b63945/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0864c156b3C5F69824564dEC60c629aE6401bf2a/info.json b/blockchains/smartchain/assets/0x0864c156b3C5F69824564dEC60c629aE6401bf2a/info.json deleted file mode 100644 index 2e8669a4050a3..0000000000000 --- a/blockchains/smartchain/assets/0x0864c156b3C5F69824564dEC60c629aE6401bf2a/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Streamr", - "type": "BEP20", - "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://bscscan.com/token/0x0864c156b3C5F69824564dEC60c629aE6401bf2a", - "status": "active", - "id": "0x0864c156b3C5F69824564dEC60c629aE6401bf2a", - "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": "telegram", - "url": "https://t.me/streamrdata" - }, - { - "name": "docs", - "url": "https://streamr.network/docs" - }, - { - "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/smartchain/assets/0x0864c156b3C5F69824564dEC60c629aE6401bf2a/logo.png b/blockchains/smartchain/assets/0x0864c156b3C5F69824564dEC60c629aE6401bf2a/logo.png deleted file mode 100644 index 9fc79a7995fc5..0000000000000 Binary files a/blockchains/smartchain/assets/0x0864c156b3C5F69824564dEC60c629aE6401bf2a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x08C975868e547BFE5F76Db7d1e075680e9736034/info.json b/blockchains/smartchain/assets/0x08C975868e547BFE5F76Db7d1e075680e9736034/info.json deleted file mode 100644 index e90751d852c78..0000000000000 --- a/blockchains/smartchain/assets/0x08C975868e547BFE5F76Db7d1e075680e9736034/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "DogeBack", - "type": "BEP20", - "symbol": "DOGEBACK", - "decimals": 18, - "website": "https://dogeback.finance", - "description": "Doge Back is a revolutionary token which combines buy back and also dividends, which results in real Doge Coin in your wallet.", - "explorer": "https://bscscan.com/token/0x08C975868e547BFE5F76Db7d1e075680e9736034", - "status": "active", - "id": "0x08C975868e547BFE5F76Db7d1e075680e9736034", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/doge-back/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/doge-back" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x08C975868e547BFE5F76Db7d1e075680e9736034/logo.png b/blockchains/smartchain/assets/0x08C975868e547BFE5F76Db7d1e075680e9736034/logo.png deleted file mode 100644 index 3e59a87307b57..0000000000000 Binary files a/blockchains/smartchain/assets/0x08C975868e547BFE5F76Db7d1e075680e9736034/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x08CEB3F4a7ed3500cA0982bcd0FC7816688084c3/info.json b/blockchains/smartchain/assets/0x08CEB3F4a7ed3500cA0982bcd0FC7816688084c3/info.json deleted file mode 100644 index 91645c1a575bb..0000000000000 --- a/blockchains/smartchain/assets/0x08CEB3F4a7ed3500cA0982bcd0FC7816688084c3/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Venus TUSD", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "research": "https://research.binance.com/en/projects/venus", - "explorer": "https://bscscan.com/token/0x08CEB3F4a7ed3500cA0982bcd0FC7816688084c3", - "type": "BEP20", - "symbol": "vTUSD", - "decimals": 8, - "status": "active", - "id": "0x08CEB3F4a7ed3500cA0982bcd0FC7816688084c3", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x08CEB3F4a7ed3500cA0982bcd0FC7816688084c3/logo.png b/blockchains/smartchain/assets/0x08CEB3F4a7ed3500cA0982bcd0FC7816688084c3/logo.png deleted file mode 100644 index 08f511b5376fb..0000000000000 Binary files a/blockchains/smartchain/assets/0x08CEB3F4a7ed3500cA0982bcd0FC7816688084c3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x08ba0619b1e7A582E0BCe5BBE9843322C954C340/info.json b/blockchains/smartchain/assets/0x08ba0619b1e7A582E0BCe5BBE9843322C954C340/info.json deleted file mode 100644 index 56ec238b684fb..0000000000000 --- a/blockchains/smartchain/assets/0x08ba0619b1e7A582E0BCe5BBE9843322C954C340/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Binamon", - "type": "BEP20", - "symbol": "BMON", - "decimals": 18, - "website": "https://binamon.org", - "description": "A Complete Metaverse of Digital Monsters on Binance Smart Chain. With BMON the users can buy boosters of NFT. The boosters have 3 monsters.Through a smart contract called Booster, the NFTs will be minted (BEP721) ,using the $BMON token (BEP-20).", - "explorer": "https://bscscan.com/token/0x08ba0619b1e7A582E0BCe5BBE9843322C954C340", - "status": "active", - "id": "0x08ba0619b1e7A582E0BCe5BBE9843322C954C340", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/binamonok" - }, - { - "name": "telegram", - "url": "https://t.me/binamon" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x08ba0619b1e7A582E0BCe5BBE9843322C954C340/logo.png b/blockchains/smartchain/assets/0x08ba0619b1e7A582E0BCe5BBE9843322C954C340/logo.png deleted file mode 100644 index 76dfe648e7969..0000000000000 Binary files a/blockchains/smartchain/assets/0x08ba0619b1e7A582E0BCe5BBE9843322C954C340/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0901d1aca07aa728df1C45a29a90b86552909538/info.json b/blockchains/smartchain/assets/0x0901d1aca07aa728df1C45a29a90b86552909538/info.json deleted file mode 100644 index 4be3bbdfaf1b2..0000000000000 --- a/blockchains/smartchain/assets/0x0901d1aca07aa728df1C45a29a90b86552909538/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Ethereum SV", - "website": "https://ethereumsv.com", - "description": "EthereumSV Protocol on Binance Smart Chain", - "explorer": "https://bscscan.com/token/0x0901d1aca07aa728df1C45a29a90b86552909538", - "symbol": "ETHSV", - "type": "BEP20", - "decimals": 0, - "status": "active", - "id": "0x0901d1aca07aa728df1C45a29a90b86552909538" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0901d1aca07aa728df1C45a29a90b86552909538/logo.png b/blockchains/smartchain/assets/0x0901d1aca07aa728df1C45a29a90b86552909538/logo.png deleted file mode 100644 index 3c56409dc835d..0000000000000 Binary files a/blockchains/smartchain/assets/0x0901d1aca07aa728df1C45a29a90b86552909538/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0921d788E7f7498f80adb0A0A62B8A9476F2Db92/info.json b/blockchains/smartchain/assets/0x0921d788E7f7498f80adb0A0A62B8A9476F2Db92/info.json deleted file mode 100644 index 0d3dff9ce7c11..0000000000000 --- a/blockchains/smartchain/assets/0x0921d788E7f7498f80adb0A0A62B8A9476F2Db92/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Vulkania", - "type": "BEP20", - "symbol": "VLK", - "decimals": 8, - "website": "https://vulkania.io", - "description": "Vulkania is building tools that help crypto communities generate fully functional blockchain dashboards for their favorite tokens, calling DAAS (Dashboard As A Service). VLK token is the heart of this ecosystem, built on BSC ", - "explorer": "https://bscscan.com/token/0x0921d788E7f7498f80adb0A0A62B8A9476F2Db92", - "status": "abandoned", - "id": "0x0921d788E7f7498f80adb0A0A62B8A9476F2Db92" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x092BBec1342affFd16Cfb41B56343D5A299CDf0D/info.json b/blockchains/smartchain/assets/0x092BBec1342affFd16Cfb41B56343D5A299CDf0D/info.json deleted file mode 100644 index cadb8a993e429..0000000000000 --- a/blockchains/smartchain/assets/0x092BBec1342affFd16Cfb41B56343D5A299CDf0D/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ShibaCorgi", - "website": "https://shibacorgi.dog", - "description": "ShiCo is a MEME token inspired by Shiba & DOGE. Best pals ever!", - "explorer": "https://bscscan.com/token/0x092BBec1342affFd16Cfb41B56343D5A299CDf0D", - "symbol": "ShiCo", - "type": "BEP20", - "decimals": 9, - "status": "active", - "id": "0x092BBec1342affFd16Cfb41B56343D5A299CDf0D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x092BBec1342affFd16Cfb41B56343D5A299CDf0D/logo.png b/blockchains/smartchain/assets/0x092BBec1342affFd16Cfb41B56343D5A299CDf0D/logo.png deleted file mode 100644 index 19ce25c1f2810..0000000000000 Binary files a/blockchains/smartchain/assets/0x092BBec1342affFd16Cfb41B56343D5A299CDf0D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0938a5d325A8496c186Cf122946e9dD22f8a625b/info.json b/blockchains/smartchain/assets/0x0938a5d325A8496c186Cf122946e9dD22f8a625b/info.json deleted file mode 100644 index cbdf91bac888b..0000000000000 --- a/blockchains/smartchain/assets/0x0938a5d325A8496c186Cf122946e9dD22f8a625b/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Digital Files", - "type": "BEP20", - "symbol": "DIFI", - "decimals": 18, - "website": "https://difi.market/", - "description": "DIFI is a decentralized electronic document trading platform, where you can sell videos, codes, audio, pictures, games, databases, etc., using DIFI tokens for transactions.", - "explorer": "https://bscscan.com/token/0x0938a5d325A8496c186Cf122946e9dD22f8a625b", - "status": "active", - "id": "0x0938a5d325A8496c186Cf122946e9dD22f8a625b", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/difimarket" - }, - { - "name": "telegram", - "url": "https://t.me/difitoken" - }, - { - "name": "whitepaper", - "url": "https://difi.market/WhitePaper_difi.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/digital-files/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0938a5d325A8496c186Cf122946e9dD22f8a625b/logo.png b/blockchains/smartchain/assets/0x0938a5d325A8496c186Cf122946e9dD22f8a625b/logo.png deleted file mode 100644 index 34f2dd2568092..0000000000000 Binary files a/blockchains/smartchain/assets/0x0938a5d325A8496c186Cf122946e9dD22f8a625b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0952dDFfDE60786497C7CEd1f49B4A14cF527f76/info.json b/blockchains/smartchain/assets/0x0952dDFfDE60786497C7CEd1f49B4A14cF527f76/info.json deleted file mode 100644 index 79a1ce6aecfc6..0000000000000 --- a/blockchains/smartchain/assets/0x0952dDFfDE60786497C7CEd1f49B4A14cF527f76/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Ghostface", - "website": "https://www.ghostface.finance/", - "description": "Ghostface - Hold $GHOSTFACE and earn $BNB while you sleep!", - "explorer": "https://bscscan.com/token/0x0952ddffde60786497c7ced1f49b4a14cf527f76", - "type": "BEP20", - "symbol": "GHOSTFACE", - "decimals": 9, - "status": "active", - "id": "0x0952dDFfDE60786497C7CEd1f49B4A14cF527f76" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0952dDFfDE60786497C7CEd1f49B4A14cF527f76/logo.png b/blockchains/smartchain/assets/0x0952dDFfDE60786497C7CEd1f49B4A14cF527f76/logo.png deleted file mode 100644 index 9426dc60bb953..0000000000000 Binary files a/blockchains/smartchain/assets/0x0952dDFfDE60786497C7CEd1f49B4A14cF527f76/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0957C57C9EB7744850dCC95db5A06eD4a246236E/info.json b/blockchains/smartchain/assets/0x0957C57C9EB7744850dCC95db5A06eD4a246236E/info.json deleted file mode 100644 index 82e626d558c67..0000000000000 --- a/blockchains/smartchain/assets/0x0957C57C9EB7744850dCC95db5A06eD4a246236E/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "DANGO", - "website": "https://bsc.dango.money", - "description": "An Innovative Yield Farm on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x0957c57c9eb7744850dcc95db5a06ed4a246236e", - "type": "BEP20", - "symbol": "DANGO", - "decimals": 6, - "status": "active", - "id": "0x0957C57C9EB7744850dCC95db5A06eD4a246236E", - "links": [ - { - "name": "github", - "url": "https://github.com/dango-money/dango-money-farm" - }, - { - "name": "twitter", - "url": "https://twitter.com/dango_money" - }, - { - "name": "telegram", - "url": "https://t.me/DangoANN" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0957C57C9EB7744850dCC95db5A06eD4a246236E/logo.png b/blockchains/smartchain/assets/0x0957C57C9EB7744850dCC95db5A06eD4a246236E/logo.png deleted file mode 100644 index 91569f6afae61..0000000000000 Binary files a/blockchains/smartchain/assets/0x0957C57C9EB7744850dCC95db5A06eD4a246236E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x095956B142431Eb9Cf88B99F392540B91aCbF4ad/info.json b/blockchains/smartchain/assets/0x095956B142431Eb9Cf88B99F392540B91aCbF4ad/info.json deleted file mode 100644 index 729e9298e0333..0000000000000 --- a/blockchains/smartchain/assets/0x095956B142431Eb9Cf88B99F392540B91aCbF4ad/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "One Basis Share", - "type": "BEP20", - "symbol": "OBS", - "decimals": 18, - "website": "https://onebasis.org/", - "description": "The One basis platform, established by the Yfione team, is the first stablecoin algorithm and I.W.O (first fundraising) in the Binance Smart Chain ecosystem, which can realize Satoshi Nakamoto's vision of cryptocurrency. One basis Cash combines liquid mining and flexible stablecoins, using a relatively complete cryptocurrency market adjustment mechanism.", - "explorer": "https://bscscan.com/token/0x095956B142431Eb9Cf88B99F392540B91aCbF4ad", - "status": "active", - "id": "0x095956B142431Eb9Cf88B99F392540B91aCbF4ad" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x095956B142431Eb9Cf88B99F392540B91aCbF4ad/logo.png b/blockchains/smartchain/assets/0x095956B142431Eb9Cf88B99F392540B91aCbF4ad/logo.png deleted file mode 100644 index 0e979dc28f0e3..0000000000000 Binary files a/blockchains/smartchain/assets/0x095956B142431Eb9Cf88B99F392540B91aCbF4ad/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x098dCbf3518856E45BB4e65E7fCc7C5Ff4a2C16e/info.json b/blockchains/smartchain/assets/0x098dCbf3518856E45BB4e65E7fCc7C5Ff4a2C16e/info.json deleted file mode 100644 index 34702c58dcc2c..0000000000000 --- a/blockchains/smartchain/assets/0x098dCbf3518856E45BB4e65E7fCc7C5Ff4a2C16e/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "RIMAU Token", - "website": "https://rimauswap.finance", - "description": "The First Decentralized Exchange (DEX) For The Malaysians Market on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x098dCbf3518856E45BB4e65E7fCc7C5Ff4a2C16e", - "type": "BEP20", - "symbol": "RIMAU", - "decimals": 18, - "status": "active", - "id": "0x098dCbf3518856E45BB4e65E7fCc7C5Ff4a2C16e", - "links": [ - { - "name": "telegram", - "url": "https://t.me/RimauSwap" - }, - { - "name": "facebook", - "url": "https://facebook.com/rimauswap/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x098dCbf3518856E45BB4e65E7fCc7C5Ff4a2C16e/logo.png b/blockchains/smartchain/assets/0x098dCbf3518856E45BB4e65E7fCc7C5Ff4a2C16e/logo.png deleted file mode 100644 index e0995772a6609..0000000000000 Binary files a/blockchains/smartchain/assets/0x098dCbf3518856E45BB4e65E7fCc7C5Ff4a2C16e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x099D6CC403C0a5B46A6dD384c622Da39f1e1001C/info.json b/blockchains/smartchain/assets/0x099D6CC403C0a5B46A6dD384c622Da39f1e1001C/info.json deleted file mode 100644 index 22186a8155064..0000000000000 --- a/blockchains/smartchain/assets/0x099D6CC403C0a5B46A6dD384c622Da39f1e1001C/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "kawaiINU", - "website": "https://kawaiinu.net/", - "description": "Making world a better place by bringing cuteness to those who need it the most.", - "explorer": "https://bscscan.com/token/0x099d6cc403c0a5b46a6dd384c622da39f1e1001c", - "type": "BEP20", - "symbol": "KAWAII", - "decimals": 9, - "status": "active", - "id": "0x099D6CC403C0a5B46A6dD384c622Da39f1e1001C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x099D6CC403C0a5B46A6dD384c622Da39f1e1001C/logo.png b/blockchains/smartchain/assets/0x099D6CC403C0a5B46A6dD384c622Da39f1e1001C/logo.png deleted file mode 100644 index d8a19939f584e..0000000000000 Binary files a/blockchains/smartchain/assets/0x099D6CC403C0a5B46A6dD384c622Da39f1e1001C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x099f551eA3cb85707cAc6ac507cBc36C96eC64Ff/info.json b/blockchains/smartchain/assets/0x099f551eA3cb85707cAc6ac507cBc36C96eC64Ff/info.json deleted file mode 100644 index c50c26be91544..0000000000000 --- a/blockchains/smartchain/assets/0x099f551eA3cb85707cAc6ac507cBc36C96eC64Ff/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "SafeEarn", - "website": "https://safearn.app", - "description": "Safe Earn is the first mover of double-reflection tokens. Safe Earn acts as an earning platform by rewarding SafeMoon tokens to holders at a rate of 8.5%, which are then eligible to benefit from the SafeMoon standard reflections of 5%.", - "explorer": "https://bscscan.com/token/0x099f551eA3cb85707cAc6ac507cBc36C96eC64Ff", - "type": "BEP20", - "symbol": "SAFEARN", - "decimals": 9, - "status": "active", - "id": "0x099f551eA3cb85707cAc6ac507cBc36C96eC64Ff", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/safearnbsc" - }, - { - "name": "telegram", - "url": "https://t.me/safe_earn" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x099f551eA3cb85707cAc6ac507cBc36C96eC64Ff/logo.png b/blockchains/smartchain/assets/0x099f551eA3cb85707cAc6ac507cBc36C96eC64Ff/logo.png deleted file mode 100644 index db2db653c404f..0000000000000 Binary files a/blockchains/smartchain/assets/0x099f551eA3cb85707cAc6ac507cBc36C96eC64Ff/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x09BB6042A19BB3A6981e9a47EC0f006dBd28a8d1/info.json b/blockchains/smartchain/assets/0x09BB6042A19BB3A6981e9a47EC0f006dBd28a8d1/info.json deleted file mode 100644 index 999f87993d45a..0000000000000 --- a/blockchains/smartchain/assets/0x09BB6042A19BB3A6981e9a47EC0f006dBd28a8d1/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "WEDEX TOKEN V2", - "type": "BEP20", - "symbol": "DEX", - "decimals": 18, - "website": "https://wedex.app/", - "description": "Wedex - A next evolution DeFi exchange on Binance Smart Chain (BSC)", - "explorer": "https://bscscan.com/token/0x09bb6042a19bb3a6981e9a47ec0f006dbd28a8d1", - "status": "active", - "id": "0x09BB6042A19BB3A6981e9a47EC0f006dBd28a8d1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/WedexApp" - }, - { - "name": "github", - "url": "https://github.com/wedexapp" - }, - { - "name": "telegram", - "url": "https://t.me/WedexNFTgroup" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/wedex-token-v2/" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x09BB6042A19BB3A6981e9a47EC0f006dBd28a8d1/logo.png b/blockchains/smartchain/assets/0x09BB6042A19BB3A6981e9a47EC0f006dBd28a8d1/logo.png deleted file mode 100644 index bde265b1fc5e0..0000000000000 Binary files a/blockchains/smartchain/assets/0x09BB6042A19BB3A6981e9a47EC0f006dBd28a8d1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x09E889BB4D5b474f561db0491C38702F367A4e4d/info.json b/blockchains/smartchain/assets/0x09E889BB4D5b474f561db0491C38702F367A4e4d/info.json deleted file mode 100644 index 1447690840340..0000000000000 --- a/blockchains/smartchain/assets/0x09E889BB4D5b474f561db0491C38702F367A4e4d/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://bscscan.com/token/0x09E889BB4D5b474f561db0491C38702F367A4e4d", - "symbol": "CLV", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x09E889BB4D5b474f561db0491C38702F367A4e4d", - "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/smartchain/assets/0x09E889BB4D5b474f561db0491C38702F367A4e4d/logo.png b/blockchains/smartchain/assets/0x09E889BB4D5b474f561db0491C38702F367A4e4d/logo.png deleted file mode 100644 index 3765491ca96c3..0000000000000 Binary files a/blockchains/smartchain/assets/0x09E889BB4D5b474f561db0491C38702F367A4e4d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x09F956f1E0C28f0b436663D44e0830B7853203d4/info.json b/blockchains/smartchain/assets/0x09F956f1E0C28f0b436663D44e0830B7853203d4/info.json deleted file mode 100644 index 3e07bae5147e6..0000000000000 --- a/blockchains/smartchain/assets/0x09F956f1E0C28f0b436663D44e0830B7853203d4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SHIBA KILLER", - "website": "https://shibakiller.org", - "description": "SHIBA KILLER is Memes Token", - "explorer": "https://bscscan.com/token/0x09F956f1E0C28f0b436663D44e0830B7853203d4", - "symbol": "SHIBK", - "type": "BEP20", - "decimals": 0, - "status": "active", - "id": "0x09F956f1E0C28f0b436663D44e0830B7853203d4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x09F956f1E0C28f0b436663D44e0830B7853203d4/logo.png b/blockchains/smartchain/assets/0x09F956f1E0C28f0b436663D44e0830B7853203d4/logo.png deleted file mode 100644 index b2971352c7b9c..0000000000000 Binary files a/blockchains/smartchain/assets/0x09F956f1E0C28f0b436663D44e0830B7853203d4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x09a6c44c3947B69E2B45F4D51b67E6a39ACfB506/info.json b/blockchains/smartchain/assets/0x09a6c44c3947B69E2B45F4D51b67E6a39ACfB506/info.json deleted file mode 100644 index 60610c12433e4..0000000000000 --- a/blockchains/smartchain/assets/0x09a6c44c3947B69E2B45F4D51b67E6a39ACfB506/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://bscscan.com/token/0x09a6c44c3947b69e2b45f4d51b67e6a39acfb506", - "type": "BEP20", - "symbol": "UNCX", - "decimals": 18, - "status": "active", - "id": "0x09a6c44c3947B69E2B45F4D51b67E6a39ACfB506", - "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/smartchain/assets/0x09a6c44c3947B69E2B45F4D51b67E6a39ACfB506/logo.png b/blockchains/smartchain/assets/0x09a6c44c3947B69E2B45F4D51b67E6a39ACfB506/logo.png deleted file mode 100644 index 7dd5b7288b62e..0000000000000 Binary files a/blockchains/smartchain/assets/0x09a6c44c3947B69E2B45F4D51b67E6a39ACfB506/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x09d96101dB62FfAc32f798CB9A61e501337b79C6/info.json b/blockchains/smartchain/assets/0x09d96101dB62FfAc32f798CB9A61e501337b79C6/info.json deleted file mode 100644 index bf8c2bd99045f..0000000000000 --- a/blockchains/smartchain/assets/0x09d96101dB62FfAc32f798CB9A61e501337b79C6/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "WEB3 Game", - "type": "BEP20", - "symbol": "WEB3", - "decimals": 9, - "website": "https://web3game.tech", - "description": "WEB3 Game building a Game Studio, Metaverse, DeFi and Web3.0. An unique play-to-earn game that strives to return ownership back to the gamers", - "explorer": "https://bscscan.com/token/0x09d96101db62ffac32f798cb9a61e501337b79c6", - "status": "active", - "id": "0x09d96101dB62FfAc32f798CB9A61e501337b79C6", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Web3GamesBSC" - }, - { - "name": "github", - "url": "https://github.com/web3gameTECH" - }, - { - "name": "telegram", - "url": "https://t.me/web3_game" - }, - { - "name": "whitepaper", - "url": "https://web3game.tech/assets/web3game_whitepaper_v1.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/@Web3_Game" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/web3-game/" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x09d96101dB62FfAc32f798CB9A61e501337b79C6/logo.png b/blockchains/smartchain/assets/0x09d96101dB62FfAc32f798CB9A61e501337b79C6/logo.png deleted file mode 100644 index a1ae8e0de96c0..0000000000000 Binary files a/blockchains/smartchain/assets/0x09d96101dB62FfAc32f798CB9A61e501337b79C6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x09d975C3351DBdED28617517FC6982284a787f03/info.json b/blockchains/smartchain/assets/0x09d975C3351DBdED28617517FC6982284a787f03/info.json deleted file mode 100644 index 7ef4b213de6d9..0000000000000 --- a/blockchains/smartchain/assets/0x09d975C3351DBdED28617517FC6982284a787f03/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Crypto Island", - "type": "BEP20", - "symbol": "CISLA", - "decimals": 18, - "website": "https://cryptoisland.group", - "description": "CISLA is a community driven token set to buy and decentralize a private island which will be co-owned by its holders and supported by a community app.", - "explorer": "https://bscscan.com/token/0x09d975C3351DBdED28617517FC6982284a787f03", - "status": "active", - "id": "0x09d975C3351DBdED28617517FC6982284a787f03", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Cryptoislandgr1" - }, - { - "name": "github", - "url": "https://github.com/CryptoIslandgroup/" - }, - { - "name": "telegram", - "url": "https://t.me/cryptoislandgroup" - }, - { - "name": "discord", - "url": "https://discord.com/invite/274APUJTEQ" - }, - { - "name": "facebook", - "url": "https://facebook.com/Cryptoislandgroup" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/nl/coins/crypto-island" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x09d975C3351DBdED28617517FC6982284a787f03/logo.png b/blockchains/smartchain/assets/0x09d975C3351DBdED28617517FC6982284a787f03/logo.png deleted file mode 100644 index b55eca13b9ebc..0000000000000 Binary files a/blockchains/smartchain/assets/0x09d975C3351DBdED28617517FC6982284a787f03/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0A7bB2bddA1c0eA02d98a7b048f4bF809F40277b/info.json b/blockchains/smartchain/assets/0x0A7bB2bddA1c0eA02d98a7b048f4bF809F40277b/info.json deleted file mode 100644 index ed1184d5b2da1..0000000000000 --- a/blockchains/smartchain/assets/0x0A7bB2bddA1c0eA02d98a7b048f4bF809F40277b/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "ThunderADA", - "website": "https://thunderada.app/", - "description": "The next evolution of a reflection token on the BSC with double reward reflection token using the power of 80/20 to maximize your earnings for both now & future", - "explorer": "https://bscscan.com/token/0x0A7bB2bddA1c0eA02d98a7b048f4bF809F40277b", - "type": "BEP20", - "symbol": "THUNDERADA", - "decimals": 18, - "status": "active", - "id": "0x0A7bB2bddA1c0eA02d98a7b048f4bF809F40277b", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ThunderADAapp" - }, - { - "name": "telegram", - "url": "https://t.me/ThunderADA" - }, - { - "name": "docs", - "url": "https://docs.thunderada.app/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/thunderADA/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCldCQAHBwYYSPrmYm5sJsCg" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/thunderada-app" - }, - { - "name": "github", - "url": "https://github.com/ThunderAda/contracts" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0A7bB2bddA1c0eA02d98a7b048f4bF809F40277b/logo.png b/blockchains/smartchain/assets/0x0A7bB2bddA1c0eA02d98a7b048f4bF809F40277b/logo.png deleted file mode 100644 index 6810876dc29cd..0000000000000 Binary files a/blockchains/smartchain/assets/0x0A7bB2bddA1c0eA02d98a7b048f4bF809F40277b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0A950AC7f14a4982Cee3BF24AdB1dAD17E0A9026/info.json b/blockchains/smartchain/assets/0x0A950AC7f14a4982Cee3BF24AdB1dAD17E0A9026/info.json deleted file mode 100644 index c7e96cb957143..0000000000000 --- a/blockchains/smartchain/assets/0x0A950AC7f14a4982Cee3BF24AdB1dAD17E0A9026/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DRIVENX", - "type": "BEP20", - "symbol": "DVX", - "decimals": 9, - "website": "https://www.drivenx.finance/", - "description": "Disrupting the B2B industry by creating smart solutions for entrepreneurs around the world.", - "explorer": "https://bscscan.com/token/0x0A950AC7f14a4982Cee3BF24AdB1dAD17E0A9026", - "status": "abandoned", - "id": "0x0A950AC7f14a4982Cee3BF24AdB1dAD17E0A9026" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0AF55d5fF28A3269d69B98680Fd034f115dd53Ac/info.json b/blockchains/smartchain/assets/0x0AF55d5fF28A3269d69B98680Fd034f115dd53Ac/info.json deleted file mode 100644 index 76724f1f1bc39..0000000000000 --- a/blockchains/smartchain/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://bscscan.com/token/0x0AF55d5fF28A3269d69B98680Fd034f115dd53Ac", - "type": "BEP20", - "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/smartchain/assets/0x0AF55d5fF28A3269d69B98680Fd034f115dd53Ac/logo.png b/blockchains/smartchain/assets/0x0AF55d5fF28A3269d69B98680Fd034f115dd53Ac/logo.png deleted file mode 100644 index dacddef594ee0..0000000000000 Binary files a/blockchains/smartchain/assets/0x0AF55d5fF28A3269d69B98680Fd034f115dd53Ac/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0C37Bcf456bC661C14D596683325623076D7e283/info.json b/blockchains/smartchain/assets/0x0C37Bcf456bC661C14D596683325623076D7e283/info.json deleted file mode 100644 index cb7115ae7fda7..0000000000000 --- a/blockchains/smartchain/assets/0x0C37Bcf456bC661C14D596683325623076D7e283/info.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "Aeron", - "website": "https://aeron.aero", - "description": "Aeron – blockchain solutions for aviation safety.", - "explorer": "https://bscscan.com/token/0x0C37Bcf456bC661C14D596683325623076D7e283", - "research": "https://research.binance.com/en/projects/aeron", - "type": "BEP20", - "symbol": "ARNX", - "decimals": 18, - "status": "active", - "id": "0x0C37Bcf456bC661C14D596683325623076D7e283", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/aeron_aero" - }, - { - "name": "telegram", - "url": "https://t.me/aeronaero" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/aeron" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/aeron" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0C37Bcf456bC661C14D596683325623076D7e283/logo.png b/blockchains/smartchain/assets/0x0C37Bcf456bC661C14D596683325623076D7e283/logo.png deleted file mode 100644 index b79af15d1319e..0000000000000 Binary files a/blockchains/smartchain/assets/0x0C37Bcf456bC661C14D596683325623076D7e283/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0C3Ea5aAC39101E5b3989b3f19181D8591b734d0/info.json b/blockchains/smartchain/assets/0x0C3Ea5aAC39101E5b3989b3f19181D8591b734d0/info.json deleted file mode 100644 index 8addcca382c57..0000000000000 --- a/blockchains/smartchain/assets/0x0C3Ea5aAC39101E5b3989b3f19181D8591b734d0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PlutoPepe", - "website": "https://plutopepe.com", - "description": "The first of its kind, $PLUTO ties a narrative to universal basic income (UBI) driven by the community that collaborates on a “choose-your-own-adventure” model of governance to propel Pepe across the galaxy and earn $PLUTO and $PEPE tokens in return", - "explorer": "https://bscscan.com/token/0x0C3Ea5aAC39101E5b3989b3f19181D8591b734d0", - "type": "BEP20", - "symbol": "PLUTO", - "decimals": 9, - "status": "active", - "id": "0x0C3Ea5aAC39101E5b3989b3f19181D8591b734d0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0C3Ea5aAC39101E5b3989b3f19181D8591b734d0/logo.png b/blockchains/smartchain/assets/0x0C3Ea5aAC39101E5b3989b3f19181D8591b734d0/logo.png deleted file mode 100644 index b690d3d39a66a..0000000000000 Binary files a/blockchains/smartchain/assets/0x0C3Ea5aAC39101E5b3989b3f19181D8591b734d0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0D4992E48278aA7F7C915f820743d9FaB7FeA713/info.json b/blockchains/smartchain/assets/0x0D4992E48278aA7F7C915f820743d9FaB7FeA713/info.json deleted file mode 100644 index e2df459a31c7a..0000000000000 --- a/blockchains/smartchain/assets/0x0D4992E48278aA7F7C915f820743d9FaB7FeA713/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "MetaZilla", - "type": "BEP20", - "symbol": "MZ", - "decimals": 8, - "website": "https://www.metazillabsc.org", - "description": "MetaZilla, is a community token that draws its name from the city-destroying monster GodZilla and Meta, the realm beyond reality.", - "explorer": "https://bscscan.com/token/0x0d4992e48278aa7f7c915f820743d9fab7fea713", - "status": "active", - "id": "0x0D4992E48278aA7F7C915f820743d9FaB7FeA713", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/metazilla/" - }, - { - "name": "twitter", - "url": "https://twitter.com/TheMetaZilla" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0D4992E48278aA7F7C915f820743d9FaB7FeA713/logo.png b/blockchains/smartchain/assets/0x0D4992E48278aA7F7C915f820743d9FaB7FeA713/logo.png deleted file mode 100644 index d70f79399227b..0000000000000 Binary files a/blockchains/smartchain/assets/0x0D4992E48278aA7F7C915f820743d9FaB7FeA713/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0D6A59cEF44BaC622e91313B366C7F802b2670D6/info.json b/blockchains/smartchain/assets/0x0D6A59cEF44BaC622e91313B366C7F802b2670D6/info.json deleted file mode 100644 index 77b082be9b964..0000000000000 --- a/blockchains/smartchain/assets/0x0D6A59cEF44BaC622e91313B366C7F802b2670D6/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "GGININDER", - "website": "https://ggininder.space/", - "description": "Glorious Genius IN INcredible holDER", - "explorer": "https://bscscan.com/token/0x0D6A59cEF44BaC622e91313B366C7F802b2670D6", - "symbol": "GGININDER", - "type": "BEP20", - "decimals": 9, - "status": "active", - "id": "0x0D6A59cEF44BaC622e91313B366C7F802b2670D6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0D6A59cEF44BaC622e91313B366C7F802b2670D6/logo.png b/blockchains/smartchain/assets/0x0D6A59cEF44BaC622e91313B366C7F802b2670D6/logo.png deleted file mode 100644 index 5f2a2c4461094..0000000000000 Binary files a/blockchains/smartchain/assets/0x0D6A59cEF44BaC622e91313B366C7F802b2670D6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153/info.json b/blockchains/smartchain/assets/0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153/info.json deleted file mode 100644 index 4f076ea849f73..0000000000000 --- a/blockchains/smartchain/assets/0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "BNB pegged Filecoin", - "website": "https://filecoin.io", - "description": "Filecoin provides a blockchain-based marketplace that aims to revolutionize the global storage economy.", - "explorer": "https://bscscan.com/token/0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153", - "research": "https://research.binance.com/en/projects/filecoin", - "type": "BEP20", - "symbol": "FIL", - "decimals": 18, - "status": "active", - "id": "0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153/logo.png b/blockchains/smartchain/assets/0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153/logo.png deleted file mode 100644 index a3f868039ead1..0000000000000 Binary files a/blockchains/smartchain/assets/0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0DFCb45EAE071B3b846E220560Bbcdd958414d78/info.json b/blockchains/smartchain/assets/0x0DFCb45EAE071B3b846E220560Bbcdd958414d78/info.json deleted file mode 100644 index 5893a1ce3dddd..0000000000000 --- a/blockchains/smartchain/assets/0x0DFCb45EAE071B3b846E220560Bbcdd958414d78/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Libero Financial Freedom (LIBERO)", - "website": "https://libero.financial/", - "description": "Libero Finance is transforming DeFi with the Libero Autostaking Protocol (LAP) that delivers the industry’s fixed APY, compounding rewards every 30 minutes, and a simple buy-hold-earn system that grows Investors' portfolio in their wallet fast with fixed interest of 2.02% per day or 158,893.59% a year without having to do anything", - "explorer": "https://bscscan.com/token/0x0DFCb45EAE071B3b846E220560Bbcdd958414d78", - "type": "BEP20", - "symbol": "LIBERO", - "decimals": 18, - "status": "active", - "id": "0x0DFCb45EAE071B3b846E220560Bbcdd958414d78", - "tags": [ - "defi", - "deflationary" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/LiberoFinancial" - }, - { - "name": "telegram", - "url": "https://t.me/liberoofficialgroup" - }, - { - "name": "docs", - "url": "https://docs.libero.financial/" - }, - { - "name": "medium", - "url": "https://liberofinancial.medium.com/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCkuCIjs-w5EpMlb9WGB4Lug" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/libero-financial/" - }, - { - "name": "github", - "url": "https://github.com/liberofinancial/LiberoFinancial" - } - ] -} diff --git a/blockchains/smartchain/assets/0x0DFCb45EAE071B3b846E220560Bbcdd958414d78/logo.png b/blockchains/smartchain/assets/0x0DFCb45EAE071B3b846E220560Bbcdd958414d78/logo.png deleted file mode 100644 index 106c6efb9d86c..0000000000000 Binary files a/blockchains/smartchain/assets/0x0DFCb45EAE071B3b846E220560Bbcdd958414d78/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0Da1774e58eD28fF9749340F116055F8d836A7C8/info.json b/blockchains/smartchain/assets/0x0Da1774e58eD28fF9749340F116055F8d836A7C8/info.json deleted file mode 100644 index a89cecbf6824a..0000000000000 --- a/blockchains/smartchain/assets/0x0Da1774e58eD28fF9749340F116055F8d836A7C8/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "VANCAT Token", - "website": "https://vancattoken.com/", - "description": "VANCAT Token is the governance token of the VANCAT platform. Users can mint Standard NFTs or Special NFTs with platform and get paid with VANCAT. The platform presents VANCAT Wallet App, VANSwap, gaming awards (play to earn) and its own metaverse.", - "explorer": "https://bscscan.com/token/0x0Da1774e58eD28fF9749340F116055F8d836A7C8", - "type": "BEP20", - "symbol": "VANCAT", - "decimals": 9, - "status": "active", - "id": "0x0Da1774e58eD28fF9749340F116055F8d836A7C8", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/vancattokencommunity" - }, - { - "name": "twitter", - "url": "https://twitter.com/vancattoken" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/vancat" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0Da1774e58eD28fF9749340F116055F8d836A7C8/logo.png b/blockchains/smartchain/assets/0x0Da1774e58eD28fF9749340F116055F8d836A7C8/logo.png deleted file mode 100644 index 569e46e38bb45..0000000000000 Binary files a/blockchains/smartchain/assets/0x0Da1774e58eD28fF9749340F116055F8d836A7C8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0Df044b7f0aadfEaB21bC134fE525A19484Ac133/info.json b/blockchains/smartchain/assets/0x0Df044b7f0aadfEaB21bC134fE525A19484Ac133/info.json deleted file mode 100644 index d5b43d0532d6c..0000000000000 --- a/blockchains/smartchain/assets/0x0Df044b7f0aadfEaB21bC134fE525A19484Ac133/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "UZYTH", - "type": "BEP20", - "symbol": "ZYTH", - "decimals": 18, - "website": "https://www.uzyth.com/", - "description": "Uzyth is developing an ecosystem of services aimed at providing users the possibility of being rewarded ZYTH tokens based on their active participation on the platform.", - "explorer": "https://bscscan.com/token/0x0Df044b7f0aadfEaB21bC134fE525A19484Ac133", - "status": "active", - "id": "0x0Df044b7f0aadfEaB21bC134fE525A19484Ac133", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/UZythOfficial" - }, - { - "name": "github", - "url": "https://github.com/" - }, - { - "name": "facebook", - "url": "https://facebook.com/UzythOfficial-110102891513219" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/uzyth/" - } - ], - "tags": [ - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0x0Df044b7f0aadfEaB21bC134fE525A19484Ac133/logo.png b/blockchains/smartchain/assets/0x0Df044b7f0aadfEaB21bC134fE525A19484Ac133/logo.png deleted file mode 100644 index 553207632acb6..0000000000000 Binary files a/blockchains/smartchain/assets/0x0Df044b7f0aadfEaB21bC134fE525A19484Ac133/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0E0714264f15cE00BD4682847595384d42fBcD84/info.json b/blockchains/smartchain/assets/0x0E0714264f15cE00BD4682847595384d42fBcD84/info.json deleted file mode 100644 index 4393681ea2537..0000000000000 --- a/blockchains/smartchain/assets/0x0E0714264f15cE00BD4682847595384d42fBcD84/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MoonBull", - "website": "https://www.moonbull.net/", - "description": "MoonBull's primary aim is to become the greatest meme coin of all time. We aim to grow with our great community and our big-name celebrity ambassadors. We're primed and ready to create great contests and competitions for our holders.", - "explorer": "https://bscscan.com/token/0x0e0714264f15ce00bd4682847595384d42fbcd84", - "type": "BEP20", - "symbol": "MBULL", - "decimals": 9, - "status": "active", - "id": "0x0E0714264f15cE00BD4682847595384d42fBcD84" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0E0714264f15cE00BD4682847595384d42fBcD84/logo.png b/blockchains/smartchain/assets/0x0E0714264f15cE00BD4682847595384d42fBcD84/logo.png deleted file mode 100644 index 95e30a45ac000..0000000000000 Binary files a/blockchains/smartchain/assets/0x0E0714264f15cE00BD4682847595384d42fBcD84/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82/info.json b/blockchains/smartchain/assets/0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82/info.json deleted file mode 100644 index e5029b3b8075b..0000000000000 --- a/blockchains/smartchain/assets/0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82/info.json +++ /dev/null @@ -1,37 +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://bscscan.com/token/0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82", - "research": "https://research.binance.com/en/projects/pancakeswap", - "type": "BEP20", - "symbol": "CAKE", - "decimals": 18, - "status": "active", - "id": "0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82", - "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/en/coins/pancakeswap-token/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82/logo.png b/blockchains/smartchain/assets/0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82/logo.png deleted file mode 100644 index 685fbc4249857..0000000000000 Binary files a/blockchains/smartchain/assets/0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0E2b41eA957624A314108cc4E33703e9d78f4b3C/info.json b/blockchains/smartchain/assets/0x0E2b41eA957624A314108cc4E33703e9d78f4b3C/info.json deleted file mode 100644 index f98a55074fcd9..0000000000000 --- a/blockchains/smartchain/assets/0x0E2b41eA957624A314108cc4E33703e9d78f4b3C/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Greenheart CBD Token", - "website": "https://greenheartcbd.io/", - "description": "Greenheart CBD Token - A Cryptocurrency for Hemp Farmers.", - "explorer": "https://bscscan.com/token/0x0E2b41eA957624A314108cc4E33703e9d78f4b3C", - "type": "BEP20", - "symbol": "CBD", - "decimals": 18, - "status": "active", - "id": "0x0E2b41eA957624A314108cc4E33703e9d78f4b3C", - "links": [ - { - "name": "github", - "url": "https://github.com/greenheartcbd/Greenheart-CBD-Project" - }, - { - "name": "twitter", - "url": "https://twitter.com/greenheart_cbd" - }, - { - "name": "telegram", - "url": "https://t.me/greenheart_cbd" - }, - { - "name": "medium", - "url": "https://greenheartcbd.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0E2b41eA957624A314108cc4E33703e9d78f4b3C/logo.png b/blockchains/smartchain/assets/0x0E2b41eA957624A314108cc4E33703e9d78f4b3C/logo.png deleted file mode 100644 index 3eb2577a99772..0000000000000 Binary files a/blockchains/smartchain/assets/0x0E2b41eA957624A314108cc4E33703e9d78f4b3C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0E3EAF83Ea93Abe756690C62c72284943b96a6Bc/info.json b/blockchains/smartchain/assets/0x0E3EAF83Ea93Abe756690C62c72284943b96a6Bc/info.json deleted file mode 100644 index cfea06e4bc8fe..0000000000000 --- a/blockchains/smartchain/assets/0x0E3EAF83Ea93Abe756690C62c72284943b96a6Bc/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HODL Token", - "website": "https://hodltoken.net/", - "description": "HODL is a community driven DeFi project built on Binance Smart Chain(BSC). HODL brings the most revolutionary mechanism to BSC ecosystem: Earn $BNB by simply holding $HODL token", - "explorer": "https://bscscan.com/token/0x0e3eaf83ea93abe756690c62c72284943b96a6bc", - "type": "BEP20", - "symbol": "HODL", - "decimals": 9, - "status": "active", - "id": "0x0E3EAF83Ea93Abe756690C62c72284943b96a6Bc" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0E3EAF83Ea93Abe756690C62c72284943b96a6Bc/logo.png b/blockchains/smartchain/assets/0x0E3EAF83Ea93Abe756690C62c72284943b96a6Bc/logo.png deleted file mode 100644 index eaf8dc7fc927e..0000000000000 Binary files a/blockchains/smartchain/assets/0x0E3EAF83Ea93Abe756690C62c72284943b96a6Bc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0E5f989ce525acC4ee45506AF91964F7f4C9f2e9/info.json b/blockchains/smartchain/assets/0x0E5f989ce525acC4ee45506AF91964F7f4C9f2e9/info.json deleted file mode 100644 index 2e00d5ae1a36e..0000000000000 --- a/blockchains/smartchain/assets/0x0E5f989ce525acC4ee45506AF91964F7f4C9f2e9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "RYOSHI TOKEN", - "type": "BEP20", - "symbol": "RYOSHI", - "decimals": 9, - "website": "https://www.ryoshitoken.com", - "description": "Ryoshi is a deflationary, community driven meme token that came to take over the meme game. With 10% burn from every transaction that decreases the supply and increases the demand you can kick back and watch your RYOSHI value grow.", - "explorer": "https://bscscan.com/token/0x0E5f989ce525acC4ee45506AF91964F7f4C9f2e9", - "status": "active", - "id": "0x0E5f989ce525acC4ee45506AF91964F7f4C9f2e9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0E5f989ce525acC4ee45506AF91964F7f4C9f2e9/logo.png b/blockchains/smartchain/assets/0x0E5f989ce525acC4ee45506AF91964F7f4C9f2e9/logo.png deleted file mode 100644 index f1767d54665b1..0000000000000 Binary files a/blockchains/smartchain/assets/0x0E5f989ce525acC4ee45506AF91964F7f4C9f2e9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0E65834a4092B10EcE3C9290b256F0Df83F71C6c/info.json b/blockchains/smartchain/assets/0x0E65834a4092B10EcE3C9290b256F0Df83F71C6c/info.json deleted file mode 100644 index 959af76850870..0000000000000 --- a/blockchains/smartchain/assets/0x0E65834a4092B10EcE3C9290b256F0Df83F71C6c/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MoonBitcoin", - "website": "https://mbitcoin.cc/", - "description": "mBitcoin - Yield farm Bitcoin on Binance Smart Chain", - "explorer": "https://bscscan.com/token/0x0E65834a4092B10EcE3C9290b256F0Df83F71C6c", - "type": "BEP20", - "symbol": "mBTC", - "decimals": 0, - "status": "active", - "id": "0x0E65834a4092B10EcE3C9290b256F0Df83F71C6c" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0E65834a4092B10EcE3C9290b256F0Df83F71C6c/logo.png b/blockchains/smartchain/assets/0x0E65834a4092B10EcE3C9290b256F0Df83F71C6c/logo.png deleted file mode 100644 index e391a2ed2a722..0000000000000 Binary files a/blockchains/smartchain/assets/0x0E65834a4092B10EcE3C9290b256F0Df83F71C6c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0E690ee6fCC26Bc09FeD2D2287268C23d4a81e42/info.json b/blockchains/smartchain/assets/0x0E690ee6fCC26Bc09FeD2D2287268C23d4a81e42/info.json deleted file mode 100644 index 3f1367cfc18fa..0000000000000 --- a/blockchains/smartchain/assets/0x0E690ee6fCC26Bc09FeD2D2287268C23d4a81e42/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Shield Network", - "type": "BEP20", - "symbol": "SHILD", - "decimals": 18, - "website": "https://www.shieldnetwork.io/", - "description": "Shield Network, a token audit platform where every token is thoroughly audited to ensure safety and avoid scams.", - "explorer": "https://bscscan.com/token/0x0E690ee6fCC26Bc09FeD2D2287268C23d4a81e42", - "status": "active", - "id": "0x0E690ee6fCC26Bc09FeD2D2287268C23d4a81e42" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0E690ee6fCC26Bc09FeD2D2287268C23d4a81e42/logo.png b/blockchains/smartchain/assets/0x0E690ee6fCC26Bc09FeD2D2287268C23d4a81e42/logo.png deleted file mode 100644 index 633a61fbc8d93..0000000000000 Binary files a/blockchains/smartchain/assets/0x0E690ee6fCC26Bc09FeD2D2287268C23d4a81e42/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0E7BeEc376099429b85639Eb3abE7cF22694ed49/info.json b/blockchains/smartchain/assets/0x0E7BeEc376099429b85639Eb3abE7cF22694ed49/info.json deleted file mode 100644 index 241b8394273fa..0000000000000 --- a/blockchains/smartchain/assets/0x0E7BeEc376099429b85639Eb3abE7cF22694ed49/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bunicorn Token", - "type": "BEP20", - "symbol": "BUNI", - "decimals": 18, - "website": "https://bunicorn.finance", - "description": "Bunicorn DEX - Revolutionize yield farming by leveraging NFT gamification", - "explorer": "https://bscscan.com/token/0x0e7beec376099429b85639eb3abe7cf22694ed49", - "status": "active", - "id": "0x0E7BeEc376099429b85639Eb3abE7cF22694ed49" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0E7BeEc376099429b85639Eb3abE7cF22694ed49/logo.png b/blockchains/smartchain/assets/0x0E7BeEc376099429b85639Eb3abE7cF22694ed49/logo.png deleted file mode 100644 index 069f4ad7bee68..0000000000000 Binary files a/blockchains/smartchain/assets/0x0E7BeEc376099429b85639Eb3abE7cF22694ed49/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0E7ceB85cAAEf8dAb9d2749BD9A68c0C4A022c62/info.json b/blockchains/smartchain/assets/0x0E7ceB85cAAEf8dAb9d2749BD9A68c0C4A022c62/info.json deleted file mode 100644 index d1b833cb2551c..0000000000000 --- a/blockchains/smartchain/assets/0x0E7ceB85cAAEf8dAb9d2749BD9A68c0C4A022c62/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "KORBIT COIN", - "type": "BEP20", - "symbol": "KBIT", - "decimals": 18, - "website": "https://korbitcoin.com", - "description": "KORBIT COIN is a multi blockchain wallet", - "explorer": "https://bscscan.com/token/0x0E7ceB85cAAEf8dAb9d2749BD9A68c0C4A022c62", - "status": "active", - "id": "0x0E7ceB85cAAEf8dAb9d2749BD9A68c0C4A022c62", - "links": [ - { - "name": "whitepaper", - "url": "https://korbitcoin.com" - }, - { - "name": "telegram", - "url": "https://t.me/korbitcoinofficial" - }, - { - "name": "facebook", - "url": "https://facebook.com/korbitcoinofficial" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0E7ceB85cAAEf8dAb9d2749BD9A68c0C4A022c62/logo.png b/blockchains/smartchain/assets/0x0E7ceB85cAAEf8dAb9d2749BD9A68c0C4A022c62/logo.png deleted file mode 100644 index a821d621c511e..0000000000000 Binary files a/blockchains/smartchain/assets/0x0E7ceB85cAAEf8dAb9d2749BD9A68c0C4A022c62/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0E8D5504bF54D9E44260f8d153EcD5412130CaBb/info.json b/blockchains/smartchain/assets/0x0E8D5504bF54D9E44260f8d153EcD5412130CaBb/info.json deleted file mode 100644 index 9830646e994cf..0000000000000 --- a/blockchains/smartchain/assets/0x0E8D5504bF54D9E44260f8d153EcD5412130CaBb/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://bscscan.com/token/0x0e8d5504bf54d9e44260f8d153ecd5412130cabb", - "type": "BEP20", - "symbol": "UNCL", - "decimals": 18, - "status": "active", - "id": "0x0E8D5504bF54D9E44260f8d153EcD5412130CaBb", - "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/smartchain/assets/0x0E8D5504bF54D9E44260f8d153EcD5412130CaBb/logo.png b/blockchains/smartchain/assets/0x0E8D5504bF54D9E44260f8d153EcD5412130CaBb/logo.png deleted file mode 100644 index 4fed88014f2a0..0000000000000 Binary files a/blockchains/smartchain/assets/0x0E8D5504bF54D9E44260f8d153EcD5412130CaBb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0E9766dF73973abCfEDDE700497c57110ee5c301/info.json b/blockchains/smartchain/assets/0x0E9766dF73973abCfEDDE700497c57110ee5c301/info.json deleted file mode 100644 index f29669e94d5f7..0000000000000 --- a/blockchains/smartchain/assets/0x0E9766dF73973abCfEDDE700497c57110ee5c301/info.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "name": "HODL", - "type": "BEP20", - "symbol": "HODL", - "decimals": 9, - "website": "https://www.hodltoken.net", - "description": "HODL Token is the longest-serving, highest-paying reward token on the Binance Smart Chain (BSC). Simply hold $HODL and get BNB rewards and reflection within a deflationary ecosystem. HODL is - Passive Income Made Easy.", - "explorer": "https://bscscan.com/token/0x0E9766dF73973abCfEDDE700497c57110ee5c301", - "status": "active", - "id": "0x0E9766dF73973abCfEDDE700497c57110ee5c301", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/HODL_OFFICIAL" - }, - { - "name": "telegram", - "url": "https://t.me/hodlinvestorgroup" - }, - { - "name": "facebook", - "url": "https://facebook.com/HODLtokenBSC" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/HodlToken" - }, - { - "name": "discord", - "url": "https://discord.com/invite/D666jh5C5D" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/HODL-Official" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/hodl/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/hodl" - }, - { - "name": "telegram_news", - "url": "https://t.me/HodlAnnouncements" - }, - { - "name": "blog", - "url": "https://hodltoken.net/news/" - }, - { - "name": "whitepaper", - "url": "https://hodltoken.net/whitepaper/" - }, - { - "name": "medium", - "url": "https://medium.com/@HODL-token" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0xb656129b6a3e2ca66f2788e4071aca5cb9f83f81#code" - }, - { - "name": "github", - "url": "https://github.com/HODL-org/contract" - } - ], - "tags": [ - "defi", - "staking", - "deflationary", - "memes" - ] -} diff --git a/blockchains/smartchain/assets/0x0E9766dF73973abCfEDDE700497c57110ee5c301/logo.png b/blockchains/smartchain/assets/0x0E9766dF73973abCfEDDE700497c57110ee5c301/logo.png deleted file mode 100644 index 3931402a81d62..0000000000000 Binary files a/blockchains/smartchain/assets/0x0E9766dF73973abCfEDDE700497c57110ee5c301/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0E9d900C884964dC4B26db96Ba113825B1a09Baa/info.json b/blockchains/smartchain/assets/0x0E9d900C884964dC4B26db96Ba113825B1a09Baa/info.json deleted file mode 100644 index 40e21176925bb..0000000000000 --- a/blockchains/smartchain/assets/0x0E9d900C884964dC4B26db96Ba113825B1a09Baa/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream Cosmos Token", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0x0E9d900C884964dC4B26db96Ba113825B1a09Baa", - "type": "BEP20", - "symbol": "crATOM", - "decimals": 8, - "status": "active", - "id": "0x0E9d900C884964dC4B26db96Ba113825B1a09Baa", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0E9d900C884964dC4B26db96Ba113825B1a09Baa/logo.png b/blockchains/smartchain/assets/0x0E9d900C884964dC4B26db96Ba113825B1a09Baa/logo.png deleted file mode 100644 index 95b736e333b15..0000000000000 Binary files a/blockchains/smartchain/assets/0x0E9d900C884964dC4B26db96Ba113825B1a09Baa/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0EA526b4799541797D8b880b48Cc65d71d1e273B/info.json b/blockchains/smartchain/assets/0x0EA526b4799541797D8b880b48Cc65d71d1e273B/info.json deleted file mode 100644 index 92ba603077aa0..0000000000000 --- a/blockchains/smartchain/assets/0x0EA526b4799541797D8b880b48Cc65d71d1e273B/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Shiba Games", - "type": "BEP20", - "symbol": "SHIBAGAMES ", - "decimals": 9, - "website": "https://shibagames.net", - "description": "Step into the future. Shiba Games will enter the Metaverse with 3 meta gaming projects ShibaLand, ShibaHunt and ShibaRun.", - "explorer": "https://bscscan.com/token/0x0EA526b4799541797D8b880b48Cc65d71d1e273B", - "status": "active", - "id": "0x0EA526b4799541797D8b880b48Cc65d71d1e273B", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/shiba-games/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/shiba-games" - }, - { - "name": "telegram", - "url": "https://t.me/shiba_games" - }, - { - "name": "twitter", - "url": "https://twitter.com/shibagames_" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0EA526b4799541797D8b880b48Cc65d71d1e273B/logo.png b/blockchains/smartchain/assets/0x0EA526b4799541797D8b880b48Cc65d71d1e273B/logo.png deleted file mode 100644 index 871fd465c7521..0000000000000 Binary files a/blockchains/smartchain/assets/0x0EA526b4799541797D8b880b48Cc65d71d1e273B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0EBc30459551858e81306d583025d12C7d795FA2/info.json b/blockchains/smartchain/assets/0x0EBc30459551858e81306d583025d12C7d795FA2/info.json deleted file mode 100644 index 32a89823f717c..0000000000000 --- a/blockchains/smartchain/assets/0x0EBc30459551858e81306d583025d12C7d795FA2/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Amazing Doge", - "type": "BEP20", - "symbol": "Adoge", - "decimals": 9, - "description": "AmazingDoge token is a part of dogecoin family", - "website": "https://www.amazingdogebsc.com", - "explorer": "https://bscscan.com/token/0x0EBc30459551858e81306d583025d12C7d795FA2", - "status": "active", - "id": "0x0EBc30459551858e81306d583025d12C7d795FA2", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/apecoin" - }, - { - "name": "whitepaper", - "url": "https://amazingdogebsc.com/#whitepaper" - } - ], - "tags": [ - "memes" - ] -} diff --git a/blockchains/smartchain/assets/0x0EBc30459551858e81306d583025d12C7d795FA2/logo.png b/blockchains/smartchain/assets/0x0EBc30459551858e81306d583025d12C7d795FA2/logo.png deleted file mode 100644 index 3fda98c2d84fb..0000000000000 Binary files a/blockchains/smartchain/assets/0x0EBc30459551858e81306d583025d12C7d795FA2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0EF008FF963572d3DAbc12E222420F537ddaBf94/info.json b/blockchains/smartchain/assets/0x0EF008FF963572d3DAbc12E222420F537ddaBf94/info.json deleted file mode 100644 index 2771dd75f777d..0000000000000 --- a/blockchains/smartchain/assets/0x0EF008FF963572d3DAbc12E222420F537ddaBf94/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Vero Farm", - "type": "BEP20", - "symbol": "VERO", - "decimals": 6, - "website": "https://verofarm.com/", - "description": "Vero Farm- Let's Explorer Magical Farm. Vero Farm is a farm game built to keep players of all ages entertained and rewarded with VERO tokens.", - "explorer": "https://bscscan.com/token/0x0EF008FF963572d3DAbc12E222420F537ddaBf94", - "status": "active", - "id": "0x0EF008FF963572d3DAbc12E222420F537ddaBf94", - "links": [ - { - "name": "github", - "url": "https://github.com/verofarm/" - }, - { - "name": "twitter", - "url": "https://twitter.com/verofarmgames/" - }, - { - "name": "telegram", - "url": "https://t.me/verofarm" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0EF008FF963572d3DAbc12E222420F537ddaBf94/logo.png b/blockchains/smartchain/assets/0x0EF008FF963572d3DAbc12E222420F537ddaBf94/logo.png deleted file mode 100644 index 1c667eb204230..0000000000000 Binary files a/blockchains/smartchain/assets/0x0EF008FF963572d3DAbc12E222420F537ddaBf94/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0Eb3a705fc54725037CC9e008bDede697f62F335/info.json b/blockchains/smartchain/assets/0x0Eb3a705fc54725037CC9e008bDede697f62F335/info.json deleted file mode 100644 index b1f701311e4a2..0000000000000 --- a/blockchains/smartchain/assets/0x0Eb3a705fc54725037CC9e008bDede697f62F335/info.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "BNB pegged Cosmos Token", - "website": "https://cosmos.network", - "description": "BNB pegged Cosmos Token (ATOM BEP20) is a token issued by Binance on Smart Chain; its price is pegged to Cosmos (ATOM) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0x0Eb3a705fc54725037CC9e008bDede697f62F335", - "research": "https://research.binance.com/en/projects/cosmos-network", - "type": "BEP20", - "symbol": "ATOM", - "decimals": 18, - "status": "active", - "id": "0x0Eb3a705fc54725037CC9e008bDede697f62F335", - "tags": [ - "binance-peg" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0Eb3a705fc54725037CC9e008bDede697f62F335/logo.png b/blockchains/smartchain/assets/0x0Eb3a705fc54725037CC9e008bDede697f62F335/logo.png deleted file mode 100644 index 8d272457fe113..0000000000000 Binary files a/blockchains/smartchain/assets/0x0Eb3a705fc54725037CC9e008bDede697f62F335/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0Ef2e7602adD1733Bfdb17aC3094d0421B502cA3/info.json b/blockchains/smartchain/assets/0x0Ef2e7602adD1733Bfdb17aC3094d0421B502cA3/info.json deleted file mode 100644 index 312f68ae9c2be..0000000000000 --- a/blockchains/smartchain/assets/0x0Ef2e7602adD1733Bfdb17aC3094d0421B502cA3/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "BNB pegget eCash", - "type": "BEP20", - "symbol": "XEC", - "decimals": 18, - "website": "https://e.cash/", - "description": "eCash is the natural continuation of the Bitcoin Cash project. eCash follows through on key promises such as the innovative Avalanche consensus layer while also introducing concepts such as staking, fork-free network upgrades, and subchains.", - "explorer": "https://bscscan.com/token/0x0ef2e7602add1733bfdb17ac3094d0421b502ca3", - "status": "active", - "id": "0x0Ef2e7602adD1733Bfdb17aC3094d0421B502cA3", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ecashofficial" - }, - { - "name": "telegram", - "url": "https://t.me/ecash_official" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/ecash/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/ecash/" - } - ], - "tags": [ - "binance-peg" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0Ef2e7602adD1733Bfdb17aC3094d0421B502cA3/logo.png b/blockchains/smartchain/assets/0x0Ef2e7602adD1733Bfdb17aC3094d0421B502cA3/logo.png deleted file mode 100644 index a93ce021c457a..0000000000000 Binary files a/blockchains/smartchain/assets/0x0Ef2e7602adD1733Bfdb17aC3094d0421B502cA3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0F1cBEd8EFa0E012AdbCCB1638D0aB0147D5Ac00/info.json b/blockchains/smartchain/assets/0x0F1cBEd8EFa0E012AdbCCB1638D0aB0147D5Ac00/info.json deleted file mode 100644 index 1ee4804ae16a7..0000000000000 --- a/blockchains/smartchain/assets/0x0F1cBEd8EFa0E012AdbCCB1638D0aB0147D5Ac00/info.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "HELLO", - "type": "BEP20", - "symbol": "HELLO", - "decimals": 18, - "website": "https://www.hello.one/", - "description": "HELLO Labs is the future of crypto and entertainment creating TV shows, games, NFTs and much more. The ecosystem is built on the HELLO Token allowing exclusive access to watch our shows, play our games and own our NFTs.", - "explorer": "https://bscscan.com/token/0x0F1cBEd8EFa0E012AdbCCB1638D0aB0147D5Ac00", - "status": "active", - "id": "0x0F1cBEd8EFa0E012AdbCCB1638D0aB0147D5Ac00", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/thehellolabs" - }, - { - "name": "github", - "url": "https://github.com/Hello1Official" - }, - { - "name": "telegram", - "url": "https://t.me/HELLOLabs" - }, - { - "name": "blog", - "url": "https://www.hello.one/news" - }, - { - "name": "discord", - "url": "https://discord.com/hellolabs" - }, - { - "name": "medium", - "url": "https://helloclub.medium.com" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/HELLOLabs" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/hello-labs/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/hello" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0F1cBEd8EFa0E012AdbCCB1638D0aB0147D5Ac00/logo.png b/blockchains/smartchain/assets/0x0F1cBEd8EFa0E012AdbCCB1638D0aB0147D5Ac00/logo.png deleted file mode 100644 index 98103f7fdee85..0000000000000 Binary files a/blockchains/smartchain/assets/0x0F1cBEd8EFa0E012AdbCCB1638D0aB0147D5Ac00/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0FC013E24AE732fcEc9Eb6BF8CAE12782a56bE7E/info.json b/blockchains/smartchain/assets/0x0FC013E24AE732fcEc9Eb6BF8CAE12782a56bE7E/info.json deleted file mode 100644 index 6e52eb76fd5ee..0000000000000 --- a/blockchains/smartchain/assets/0x0FC013E24AE732fcEc9Eb6BF8CAE12782a56bE7E/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LlamaSwap Token", - "website": "https://llamaswap.finance/", - "description": "Where the coolest llamas go yield farming, on Binance Smart Chain", - "explorer": "https://bscscan.com/token/0x0FC013E24AE732fcEc9Eb6BF8CAE12782a56bE7E", - "type": "BEP20", - "symbol": "LAMA", - "decimals": 18, - "status": "active", - "id": "0x0FC013E24AE732fcEc9Eb6BF8CAE12782a56bE7E" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0FC013E24AE732fcEc9Eb6BF8CAE12782a56bE7E/logo.png b/blockchains/smartchain/assets/0x0FC013E24AE732fcEc9Eb6BF8CAE12782a56bE7E/logo.png deleted file mode 100644 index 9c0df8fa98db1..0000000000000 Binary files a/blockchains/smartchain/assets/0x0FC013E24AE732fcEc9Eb6BF8CAE12782a56bE7E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0FD98b8C58560167A236f1D0553A9c2a42342ccf/info.json b/blockchains/smartchain/assets/0x0FD98b8C58560167A236f1D0553A9c2a42342ccf/info.json deleted file mode 100644 index e3e4ecc07b04c..0000000000000 --- a/blockchains/smartchain/assets/0x0FD98b8C58560167A236f1D0553A9c2a42342ccf/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "DeVolution", - "type": "BEP20", - "symbol": "DEVO", - "decimals": 18, - "website": "https://www.devolution-world.com", - "description": "Devolution is an NFT based game. You can collect, earn, win and trade your NFTs while playing and socializing with your friends.", - "explorer": "https://bscscan.com/token/0x0FD98b8C58560167A236f1D0553A9c2a42342ccf", - "status": "active", - "id": "0x0FD98b8C58560167A236f1D0553A9c2a42342ccf", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Game_Devolution" - }, - { - "name": "telegram", - "url": "https://t.me/devolutionofficial" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/devolution" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/devolution/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0FD98b8C58560167A236f1D0553A9c2a42342ccf/logo.png b/blockchains/smartchain/assets/0x0FD98b8C58560167A236f1D0553A9c2a42342ccf/logo.png deleted file mode 100644 index 88f1a2f427880..0000000000000 Binary files a/blockchains/smartchain/assets/0x0FD98b8C58560167A236f1D0553A9c2a42342ccf/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0Fe3e956D2034BCEF01FbA8A2BfCA389cdb72699/info.json b/blockchains/smartchain/assets/0x0Fe3e956D2034BCEF01FbA8A2BfCA389cdb72699/info.json deleted file mode 100644 index 7cb2cd8f816a7..0000000000000 --- a/blockchains/smartchain/assets/0x0Fe3e956D2034BCEF01FbA8A2BfCA389cdb72699/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Securabyte", - "type": "BEP20", - "symbol": "SBYTE", - "decimals": 9, - "website": "https://securabyte.io/", - "description": "Please update logo and info", - "explorer": "https://bscscan.com/token/0x0Fe3e956D2034BCEF01FbA8A2BfCA389cdb72699", - "status": "active", - "id": "0x0Fe3e956D2034BCEF01FbA8A2BfCA389cdb72699" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0Fe3e956D2034BCEF01FbA8A2BfCA389cdb72699/logo.png b/blockchains/smartchain/assets/0x0Fe3e956D2034BCEF01FbA8A2BfCA389cdb72699/logo.png deleted file mode 100644 index 5ae28da8ef1f7..0000000000000 Binary files a/blockchains/smartchain/assets/0x0Fe3e956D2034BCEF01FbA8A2BfCA389cdb72699/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0a3A21356793B49154Fd3BbE91CBc2A16c0457f5/info.json b/blockchains/smartchain/assets/0x0a3A21356793B49154Fd3BbE91CBc2A16c0457f5/info.json deleted file mode 100644 index 6bc3700550f4e..0000000000000 --- a/blockchains/smartchain/assets/0x0a3A21356793B49154Fd3BbE91CBc2A16c0457f5/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "RFOX", - "type": "BEP20", - "symbol": "RFOX", - "decimals": 18, - "website": "https://redfoxlabs.io/", - "description": "RedFOX Labs is a tech-forward venture builder delivering companies & platforms that are secure, scalable, and innovative, bringing the world into a new era of technology and prosperity.", - "explorer": "https://bscscan.com/token/0x0a3a21356793b49154fd3bbe91cbc2a16c0457f5", - "status": "active", - "id": "0x0a3A21356793B49154Fd3BbE91CBc2A16c0457f5", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/redfoxlabs_io" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/redfox-labs-2/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/redfox-labs/" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0a3A21356793B49154Fd3BbE91CBc2A16c0457f5/logo.png b/blockchains/smartchain/assets/0x0a3A21356793B49154Fd3BbE91CBc2A16c0457f5/logo.png deleted file mode 100644 index f0ed605142eef..0000000000000 Binary files a/blockchains/smartchain/assets/0x0a3A21356793B49154Fd3BbE91CBc2A16c0457f5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0b15Ddf19D47E6a86A56148fb4aFFFc6929BcB89/info.json b/blockchains/smartchain/assets/0x0b15Ddf19D47E6a86A56148fb4aFFFc6929BcB89/info.json deleted file mode 100644 index 189c95c2314e6..0000000000000 --- a/blockchains/smartchain/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://bscscan.com/token/0x0b15ddf19d47e6a86a56148fb4afffc6929bcb89", - "type": "BEP20", - "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/smartchain/assets/0x0b15Ddf19D47E6a86A56148fb4aFFFc6929BcB89/logo.png b/blockchains/smartchain/assets/0x0b15Ddf19D47E6a86A56148fb4aFFFc6929BcB89/logo.png deleted file mode 100644 index 472303c8ba497..0000000000000 Binary files a/blockchains/smartchain/assets/0x0b15Ddf19D47E6a86A56148fb4aFFFc6929BcB89/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0b33542240d6fA323c796749F6D6869fdB7F13cA/info.json b/blockchains/smartchain/assets/0x0b33542240d6fA323c796749F6D6869fdB7F13cA/info.json deleted file mode 100644 index 547ebaa9edd10..0000000000000 --- a/blockchains/smartchain/assets/0x0b33542240d6fA323c796749F6D6869fdB7F13cA/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Ethereum Meta", - "website": "https://ethermeta.com/", - "description": "If Ethereum is like http then Ethereum Meta is https — a secure transport layer", - "explorer": "https://bscscan.com/token/0x0b33542240d6fA323c796749F6D6869fdB7F13cA", - "type": "BEP20", - "symbol": "ETHM", - "decimals": 18, - "status": "active", - "id": "0x0b33542240d6fA323c796749F6D6869fdB7F13cA", - "links": [ - { - "name": "telegram", - "url": "https://t.me/ethereummeta" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/ethereum-meta/" - }, - { - "name": "twitter", - "url": "https://twitter.com/EthereumMeta" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0b33542240d6fA323c796749F6D6869fdB7F13cA/logo.png b/blockchains/smartchain/assets/0x0b33542240d6fA323c796749F6D6869fdB7F13cA/logo.png deleted file mode 100644 index f531280f54fb3..0000000000000 Binary files a/blockchains/smartchain/assets/0x0b33542240d6fA323c796749F6D6869fdB7F13cA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0b34D4A7C5BFc7004b9a193F8309523E99ca766e/info.json b/blockchains/smartchain/assets/0x0b34D4A7C5BFc7004b9a193F8309523E99ca766e/info.json deleted file mode 100644 index 4331aefb3685f..0000000000000 --- a/blockchains/smartchain/assets/0x0b34D4A7C5BFc7004b9a193F8309523E99ca766e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ShonToken", - "type": "BEP20", - "symbol": "SHON", - "decimals": 18, - "website": "https://shontoken.com", - "description": "Shon token is the latest crypto-currency architecture that can be transacted through the Binance Smart Chain", - "explorer": "https://bscscan.com/token/0x0b34d4a7c5bfc7004b9a193f8309523e99ca766e", - "status": "active", - "id": "0x0b34D4A7C5BFc7004b9a193F8309523E99ca766e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0b34D4A7C5BFc7004b9a193F8309523E99ca766e/logo.png b/blockchains/smartchain/assets/0x0b34D4A7C5BFc7004b9a193F8309523E99ca766e/logo.png deleted file mode 100644 index 319a646f44038..0000000000000 Binary files a/blockchains/smartchain/assets/0x0b34D4A7C5BFc7004b9a193F8309523E99ca766e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0b3f42481C228F70756DbFA0309d3ddC2a5e0F6a/info.json b/blockchains/smartchain/assets/0x0b3f42481C228F70756DbFA0309d3ddC2a5e0F6a/info.json deleted file mode 100644 index 82dde181a424e..0000000000000 --- a/blockchains/smartchain/assets/0x0b3f42481C228F70756DbFA0309d3ddC2a5e0F6a/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "UltraSafe", - "type": "BEP20", - "symbol": "ULTRA", - "decimals": 9, - "website": "https://ultrasafe.finance/", - "description": "From piggy banks to interplanetary vaults, tear through progressive security-related milestones and join the newest community-driven frictionless yield protocol on the Binance Smart Chain. Buy and hold UltraSafe to reap the rewards of its unique yield protocol, earning passive income and enjoying price appreciation as the community-driven token achieves dynamic milestones!", - "explorer": "https://bscscan.com/token/0x0b3f42481C228F70756DbFA0309d3ddC2a5e0F6a", - "status": "active", - "id": "0x0b3f42481C228F70756DbFA0309d3ddC2a5e0F6a" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0b3f42481C228F70756DbFA0309d3ddC2a5e0F6a/logo.png b/blockchains/smartchain/assets/0x0b3f42481C228F70756DbFA0309d3ddC2a5e0F6a/logo.png deleted file mode 100644 index 89ecb2365162e..0000000000000 Binary files a/blockchains/smartchain/assets/0x0b3f42481C228F70756DbFA0309d3ddC2a5e0F6a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0b4922132ec425806Fd8AEE94b5788F9B70D60ca/info.json b/blockchains/smartchain/assets/0x0b4922132ec425806Fd8AEE94b5788F9B70D60ca/info.json deleted file mode 100644 index 66d14d70e112a..0000000000000 --- a/blockchains/smartchain/assets/0x0b4922132ec425806Fd8AEE94b5788F9B70D60ca/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HyperDeflate", - "website": "https://www.hyperdeflate.com", - "description": "HDFL is the fastest burning token on the BSC.", - "explorer": "https://bscscan.com/token/0x0b4922132ec425806Fd8AEE94b5788F9B70D60ca", - "type": "BEP20", - "symbol": "HDFL", - "decimals": 18, - "status": "active", - "id": "0x0b4922132ec425806Fd8AEE94b5788F9B70D60ca" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0b4922132ec425806Fd8AEE94b5788F9B70D60ca/logo.png b/blockchains/smartchain/assets/0x0b4922132ec425806Fd8AEE94b5788F9B70D60ca/logo.png deleted file mode 100644 index c2f3b9da3bc74..0000000000000 Binary files a/blockchains/smartchain/assets/0x0b4922132ec425806Fd8AEE94b5788F9B70D60ca/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0b771E34526886d9ffF8E764cF557d1Cb5943C89/info.json b/blockchains/smartchain/assets/0x0b771E34526886d9ffF8E764cF557d1Cb5943C89/info.json deleted file mode 100644 index 9d7162cade736..0000000000000 --- a/blockchains/smartchain/assets/0x0b771E34526886d9ffF8E764cF557d1Cb5943C89/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Wrapped Compound", - "website": "https://wcomp.org", - "description": "Wcomp is an algorithmic, autonomous interest rate protocol built for developers, to unlock a universe of open financial applications.", - "explorer": "https://bscscan.com/token/0x0b771E34526886d9ffF8E764cF557d1Cb5943C89", - "type": "BEP20", - "symbol": "Wcomp", - "decimals": 8, - "status": "active", - "id": "0x0b771E34526886d9ffF8E764cF557d1Cb5943C89" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0b771E34526886d9ffF8E764cF557d1Cb5943C89/logo.png b/blockchains/smartchain/assets/0x0b771E34526886d9ffF8E764cF557d1Cb5943C89/logo.png deleted file mode 100644 index 43ac084db5598..0000000000000 Binary files a/blockchains/smartchain/assets/0x0b771E34526886d9ffF8E764cF557d1Cb5943C89/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0bCF5693655A159bd7D9DC5064de9BD692a7b7C6/info.json b/blockchains/smartchain/assets/0x0bCF5693655A159bd7D9DC5064de9BD692a7b7C6/info.json deleted file mode 100644 index 0008a2c37c072..0000000000000 --- a/blockchains/smartchain/assets/0x0bCF5693655A159bd7D9DC5064de9BD692a7b7C6/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "BIGH BULL", - "type": "BEP20", - "symbol": "BIGB", - "decimals": 18, - "website": "https://bighbull.com/", - "description": "Replace with old Contract 0x64B55Bb2F27c3710349d9cA024d0D1Ff2DAB7f62, Reason (Compromise Private Key)", - "explorer": "https://bscscan.com/token/0x0bCF5693655A159bd7D9DC5064de9BD692a7b7C6", - "status": "active", - "id": "0x0bCF5693655A159bd7D9DC5064de9BD692a7b7C6", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BIGHBULL1" - }, - { - "name": "facebook", - "url": "https://facebook.com/bighbullofficial" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCt_MNyjP4Q0ZbuWUpGHWweA" - }, - { - "name": "github", - "url": "https://github.com/BighBullTech" - } - ], - "tags": [ - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0bCF5693655A159bd7D9DC5064de9BD692a7b7C6/logo.png b/blockchains/smartchain/assets/0x0bCF5693655A159bd7D9DC5064de9BD692a7b7C6/logo.png deleted file mode 100644 index 317ce4f30d73e..0000000000000 Binary files a/blockchains/smartchain/assets/0x0bCF5693655A159bd7D9DC5064de9BD692a7b7C6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0bc89aa98Ad94E6798Ec822d0814d934cCD0c0cE/info.json b/blockchains/smartchain/assets/0x0bc89aa98Ad94E6798Ec822d0814d934cCD0c0cE/info.json deleted file mode 100644 index 9070e4e25ac01..0000000000000 --- a/blockchains/smartchain/assets/0x0bc89aa98Ad94E6798Ec822d0814d934cCD0c0cE/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Battle Hero", - "type": "BEP20", - "symbol": "BATH", - "decimals": 18, - "website": "https://battlehero.io/", - "description": "BATH is the token that drives the Battle Hero economy, with it you can buy chests, use the marketplace, upgrade rarities and many other things.", - "explorer": "https://bscscan.com/token/0x0bc89aa98Ad94E6798Ec822d0814d934cCD0c0cE", - "status": "active", - "id": "0x0bc89aa98Ad94E6798Ec822d0814d934cCD0c0cE", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/battleheronft" - }, - { - "name": "telegram", - "url": "https://t.me/battlehero_official" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/battleheronft/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/battleheronft" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/battle-hero/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0bc89aa98Ad94E6798Ec822d0814d934cCD0c0cE/logo.png b/blockchains/smartchain/assets/0x0bc89aa98Ad94E6798Ec822d0814d934cCD0c0cE/logo.png deleted file mode 100644 index 60915f1ebba9b..0000000000000 Binary files a/blockchains/smartchain/assets/0x0bc89aa98Ad94E6798Ec822d0814d934cCD0c0cE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0c1b3983D2a4Aa002666820DE5a0B43293291Ea6/info.json b/blockchains/smartchain/assets/0x0c1b3983D2a4Aa002666820DE5a0B43293291Ea6/info.json deleted file mode 100644 index 3bc5571ace97a..0000000000000 --- a/blockchains/smartchain/assets/0x0c1b3983D2a4Aa002666820DE5a0B43293291Ea6/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PEPE Community", - "website": "https://www.pepe.community", - "explorer": "https://bscscan.com/token/0x0c1b3983D2a4Aa002666820DE5a0B43293291Ea6", - "description": "No Whale can own > 0.5% supply. Auto-farming: earn $BNB, $BUSD, $BTC, $XBN. Auto-staking: earn $PEPE with zero fee. No auto-staking for holders who own >= 0.25% supply. Fair launch: No pre-sales, no Dev Fund. Super SAFE: Liquidity is Burned.", - "type": "BEP20", - "symbol": "PEPE", - "decimals": 9, - "status": "active", - "id": "0x0c1b3983D2a4Aa002666820DE5a0B43293291Ea6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0c1b3983D2a4Aa002666820DE5a0B43293291Ea6/logo.png b/blockchains/smartchain/assets/0x0c1b3983D2a4Aa002666820DE5a0B43293291Ea6/logo.png deleted file mode 100644 index 927ef242ff872..0000000000000 Binary files a/blockchains/smartchain/assets/0x0c1b3983D2a4Aa002666820DE5a0B43293291Ea6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0cAE6c43fe2f43757a767Df90cf5054280110F3e/info.json b/blockchains/smartchain/assets/0x0cAE6c43fe2f43757a767Df90cf5054280110F3e/info.json deleted file mode 100644 index a63491f69bcf7..0000000000000 --- a/blockchains/smartchain/assets/0x0cAE6c43fe2f43757a767Df90cf5054280110F3e/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "Affinity", - "type": "BEP20", - "symbol": "AFFINITY", - "decimals": 9, - "website": "https://www.affinitybsc.com", - "description": "Affinity was built with community as its guiding principle. It starts by giving the most rewards of any reflection token currently on the market — 87.5% of all fees collected are put directy back into holder’s wallets in the form of BUSD and Cardano ADA. It continues into this project’s primary use case, ADAPT, which is built to make sending cryptocurrency to friends, family and businesses secure and easier than ever.", - "explorer": "https://bscscan.com/token/0x0cAE6c43fe2f43757a767Df90cf5054280110F3e", - "status": "abandoned", - "id": "0x0cAE6c43fe2f43757a767Df90cf5054280110F3e", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/affinitybsc?s=21" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/AffinityBSC/" - }, - { - "name": "telegram", - "url": "https://t.me/Safe_Affinity" - }, - { - "name": "discord", - "url": "https://discord.com/invite/affinitybsc" - }, - { - "name": "whitepaper", - "url": "https://affinitybsc.com/Affinitywhitepaper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/safeaffinity/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/affinity" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCtbkIqnNuKbgWHYH7ndb1Pg" - } - ], - "tags": [ - "defi", - "deflationary" - ] -} diff --git a/blockchains/smartchain/assets/0x0cBD6fAdcF8096cC9A43d90B45F65826102e3eCE/info.json b/blockchains/smartchain/assets/0x0cBD6fAdcF8096cC9A43d90B45F65826102e3eCE/info.json deleted file mode 100644 index 29574bc2bf32e..0000000000000 --- a/blockchains/smartchain/assets/0x0cBD6fAdcF8096cC9A43d90B45F65826102e3eCE/info.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "name": "CheckDot", - "type": "BEP20", - "symbol": "CDT", - "decimals": 18, - "website": "https://checkdot.io", - "description": "CheckDot is designed to be the ultimate blockchain technology tool for end-users and developers, offering a various range of services that can help, simplify and innovates customers experience on cryptocurrency and blockchain world.", - "explorer": "https://bscscan.com/token/0x0cbd6fadcf8096cc9a43d90b45f65826102e3ece", - "status": "active", - "id": "0x0cBD6fAdcF8096cC9A43d90B45F65826102e3eCE", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Checkdot_proto" - }, - { - "name": "github", - "url": "https://github.com/checkdot" - }, - { - "name": "telegram", - "url": "https://t.me/checkdot" - }, - { - "name": "telegram_news", - "url": "https://t.me/checkdotnews" - }, - { - "name": "blog", - "url": "https://checkdot.medium.com" - }, - { - "name": "docs", - "url": "https://docs.checkdot.io" - }, - { - "name": "discord", - "url": "https://discord.com/invite/2BGQrNNd9X" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCzUKo78VJWDMDIXNw-3EGqA" - }, - { - "name": "whitepaper", - "url": "https://checkdot.io/whitepaper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/checkdot" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/checkdot" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/CheckDot_community/" - }, - { - "name": "medium", - "url": "https://checkdot.medium.com" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0cBD6fAdcF8096cC9A43d90B45F65826102e3eCE/logo.png b/blockchains/smartchain/assets/0x0cBD6fAdcF8096cC9A43d90B45F65826102e3eCE/logo.png deleted file mode 100644 index dd92290daedff..0000000000000 Binary files a/blockchains/smartchain/assets/0x0cBD6fAdcF8096cC9A43d90B45F65826102e3eCE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0cBfDea4F45A486Cc7dB53CB6e37b312A137C605/info.json b/blockchains/smartchain/assets/0x0cBfDea4F45A486Cc7dB53CB6e37b312A137C605/info.json deleted file mode 100644 index 98a6277ccd6b3..0000000000000 --- a/blockchains/smartchain/assets/0x0cBfDea4F45A486Cc7dB53CB6e37b312A137C605/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "SEEDx", - "type": "BEP20", - "symbol": "SEEDx", - "decimals": 18, - "website": " https://seedx.app", - "description": "A unique zero proof of reserve decentralised orderbook based exchange offering traders in Binance Smart Chain platform", - "explorer": "https://bscscan.com/token/0x0cBfDea4F45A486Cc7dB53CB6e37b312A137C605", - "status": "active", - "id": "0x0cBfDea4F45A486Cc7dB53CB6e37b312A137C605", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/seedxapp" - }, - { - "name": "telegram_news", - "url": "https://t.me/seedxapp" - }, - { - "name": "whitepaper", - "url": "https://docs.seedx.app/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/seedx/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/seedx" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x0cBfDea4F45A486Cc7dB53CB6e37b312A137C605/logo.png b/blockchains/smartchain/assets/0x0cBfDea4F45A486Cc7dB53CB6e37b312A137C605/logo.png deleted file mode 100644 index a7c9de154e490..0000000000000 Binary files a/blockchains/smartchain/assets/0x0cBfDea4F45A486Cc7dB53CB6e37b312A137C605/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0cCD575bf9378c06f6DCa82f8122F570769F00C2/info.json b/blockchains/smartchain/assets/0x0cCD575bf9378c06f6DCa82f8122F570769F00C2/info.json deleted file mode 100644 index 885297be09b33..0000000000000 --- a/blockchains/smartchain/assets/0x0cCD575bf9378c06f6DCa82f8122F570769F00C2/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "CryptoBlades KING Token", - "website": "https://cryptobladeskingdoms.io/", - "description": "Cryptoblades Kingdoms is a play to earn game built on the Binance Smart Chain blockchain platform. Players will be able to put their character to a battle arena to earn KING tokens.", - "explorer": "https://bscscan.com/token/0x0cCD575bf9378c06f6DCa82f8122F570769F00C2", - "type": "BEP20", - "symbol": "KING", - "decimals": 18, - "status": "active", - "id": "0x0cCD575bf9378c06f6DCa82f8122F570769F00C2", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BladesCrypto" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/CryptoBlades/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/cryptoblades-kingdoms/" - }, - { - "name": "telegram", - "url": "https://t.me/CryptoBladesKingdoms" - }, - { - "name": "discord", - "url": "https://discord.com/invite/cryptoblades" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/cryptoblades-kingdoms" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0cCD575bf9378c06f6DCa82f8122F570769F00C2/logo.png b/blockchains/smartchain/assets/0x0cCD575bf9378c06f6DCa82f8122F570769F00C2/logo.png deleted file mode 100644 index d00121807bf8d..0000000000000 Binary files a/blockchains/smartchain/assets/0x0cCD575bf9378c06f6DCa82f8122F570769F00C2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0cD022ddE27169b20895e0e2B2B8A33B25e63579/info.json b/blockchains/smartchain/assets/0x0cD022ddE27169b20895e0e2B2B8A33B25e63579/info.json deleted file mode 100644 index 288e32eb7379c..0000000000000 --- a/blockchains/smartchain/assets/0x0cD022ddE27169b20895e0e2B2B8A33B25e63579/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "EverRise (old)", - "type": "BEP20", - "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://bscscan.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/smartchain/assets/0x0cF011A946f23a03CeFF92A4632d5f9288c6C70D/info.json b/blockchains/smartchain/assets/0x0cF011A946f23a03CeFF92A4632d5f9288c6C70D/info.json deleted file mode 100644 index 330d0276a0312..0000000000000 --- a/blockchains/smartchain/assets/0x0cF011A946f23a03CeFF92A4632d5f9288c6C70D/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "NCAT Token", - "website": "https://ncat.fun", - "description": "NCAT Token is a meme community driven project built on Binance Smart Chain, which was fair launched. We continue to build based on community feedback and soon to be released full Governance.", - "explorer": "https://bscscan.com/token/0x0cF011A946f23a03CeFF92A4632d5f9288c6C70D", - "research": "", - "type": "BEP20", - "symbol": "NCAT", - "decimals": 9, - "status": "active", - "id": "0x0cF011A946f23a03CeFF92A4632d5f9288c6C70D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0cF011A946f23a03CeFF92A4632d5f9288c6C70D/logo.png b/blockchains/smartchain/assets/0x0cF011A946f23a03CeFF92A4632d5f9288c6C70D/logo.png deleted file mode 100644 index 6412f15dceabf..0000000000000 Binary files a/blockchains/smartchain/assets/0x0cF011A946f23a03CeFF92A4632d5f9288c6C70D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0d9319565be7f53CeFE84Ad201Be3f40feAE2740/info.json b/blockchains/smartchain/assets/0x0d9319565be7f53CeFE84Ad201Be3f40feAE2740/info.json deleted file mode 100644 index bc13d191d8b35..0000000000000 --- a/blockchains/smartchain/assets/0x0d9319565be7f53CeFE84Ad201Be3f40feAE2740/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "bDollar Share", - "website": "https://bdollar.fi", - "description": "sBDO is the share token of bDollar protocol - an algorithmic stable-coin running on Binance Smart-chain.", - "explorer": "https://bscscan.com/token/0x0d9319565be7f53CeFE84Ad201Be3f40feAE2740", - "type": "BEP20", - "symbol": "sBDO", - "decimals": 18, - "status": "active", - "id": "0x0d9319565be7f53CeFE84Ad201Be3f40feAE2740", - "links": [ - { - "name": "github", - "url": "https://github.com/bearn-defi/bdollar-smartcontracts" - }, - { - "name": "twitter", - "url": "https://twitter.com/bDollar_Fi" - }, - { - "name": "telegram", - "url": "https://t.me/Bearn_Fi" - }, - { - "name": "medium", - "url": "https://bearn-defi.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0d9319565be7f53CeFE84Ad201Be3f40feAE2740/logo.png b/blockchains/smartchain/assets/0x0d9319565be7f53CeFE84Ad201Be3f40feAE2740/logo.png deleted file mode 100644 index 67c2d7e14849f..0000000000000 Binary files a/blockchains/smartchain/assets/0x0d9319565be7f53CeFE84Ad201Be3f40feAE2740/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0dA292E241096140Ce2b3d39e5699acC2eCa68fa/info.json b/blockchains/smartchain/assets/0x0dA292E241096140Ce2b3d39e5699acC2eCa68fa/info.json deleted file mode 100644 index b2e3f6545a5c9..0000000000000 --- a/blockchains/smartchain/assets/0x0dA292E241096140Ce2b3d39e5699acC2eCa68fa/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "SafeOrbit", - "type": "BEP20", - "symbol": "SAFEORBIT", - "decimals": 9, - "website": "https://safeorbit.io/", - "description": "Autonomus Yield & Liquidity Generation Protocol", - "explorer": "https://bscscan.com/token/0x0dA292E241096140Ce2b3d39e5699acC2eCa68fa", - "status": "active", - "id": "0x0dA292E241096140Ce2b3d39e5699acC2eCa68fa", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0dA292E241096140Ce2b3d39e5699acC2eCa68fa/logo.png b/blockchains/smartchain/assets/0x0dA292E241096140Ce2b3d39e5699acC2eCa68fa/logo.png deleted file mode 100644 index 7ee35cd718579..0000000000000 Binary files a/blockchains/smartchain/assets/0x0dA292E241096140Ce2b3d39e5699acC2eCa68fa/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0df1B3F30865C5b324797F8dB9d339514caC4e94/info.json b/blockchains/smartchain/assets/0x0df1B3F30865C5b324797F8dB9d339514caC4e94/info.json deleted file mode 100644 index b988d6dff3d1e..0000000000000 --- a/blockchains/smartchain/assets/0x0df1B3F30865C5b324797F8dB9d339514caC4e94/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "BetU", - "type": "BEP20", - "symbol": "BETU", - "decimals": 18, - "website": "https://betu.io", - "description": "Sports, esports and crypto betting platform, secured by smart contracts and powered by the BETU token. BetU Fantasy is a separate play to earn game. Players make fantasy bets on real sport and esport events to earn crypto rewards every week.", - "explorer": "https://bscscan.com/token/0x0df1B3F30865C5b324797F8dB9d339514caC4e94", - "status": "active", - "id": "0x0df1B3F30865C5b324797F8dB9d339514caC4e94", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/betuglobal" - }, - { - "name": "telegram", - "url": "https://t.me/betucommunity" - }, - { - "name": "youtube", - "url": "https://youtube.com/betuglobal" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/betu/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/betu" - }, - { - "name": "blog", - "url": "https://www.betu.io/blog" - }, - { - "name": "whitepaper", - "url": "https://www.betu.io/whitepaper" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0df1B3F30865C5b324797F8dB9d339514caC4e94/logo.png b/blockchains/smartchain/assets/0x0df1B3F30865C5b324797F8dB9d339514caC4e94/logo.png deleted file mode 100644 index d2e7749475ad0..0000000000000 Binary files a/blockchains/smartchain/assets/0x0df1B3F30865C5b324797F8dB9d339514caC4e94/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0e0e877894a101Ad8711AE3A0194Fa44Ca837a79/info.json b/blockchains/smartchain/assets/0x0e0e877894a101Ad8711AE3A0194Fa44Ca837a79/info.json deleted file mode 100644 index 8df431aea8802..0000000000000 --- a/blockchains/smartchain/assets/0x0e0e877894a101Ad8711AE3A0194Fa44Ca837a79/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "MoonMoon", - "website": "https://moonmoon.cash", - "description": "Use token in MoonMoon ecosystem, and generate passive yield with transfer fee going to holders and pancakeswap liquidity.", - "explorer": "https://bscscan.com/token/0x0e0e877894a101Ad8711AE3A0194Fa44Ca837a79", - "type": "BEP20", - "symbol": "MOONMOON", - "decimals": 9, - "status": "active", - "id": "0x0e0e877894a101Ad8711AE3A0194Fa44Ca837a79", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MoonMoonCash" - }, - { - "name": "telegram", - "url": "https://t.me/moonmooncash" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0e0e877894a101Ad8711AE3A0194Fa44Ca837a79/logo.png b/blockchains/smartchain/assets/0x0e0e877894a101Ad8711AE3A0194Fa44Ca837a79/logo.png deleted file mode 100644 index 87655bf63d383..0000000000000 Binary files a/blockchains/smartchain/assets/0x0e0e877894a101Ad8711AE3A0194Fa44Ca837a79/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0e128Fb9f266F0CFedEb3B789f6fd4AF50d51b84/info.json b/blockchains/smartchain/assets/0x0e128Fb9f266F0CFedEb3B789f6fd4AF50d51b84/info.json deleted file mode 100644 index 3d87aa36f71a4..0000000000000 --- a/blockchains/smartchain/assets/0x0e128Fb9f266F0CFedEb3B789f6fd4AF50d51b84/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://bscscan.com/token/0x0e128Fb9f266F0CFedEb3B789f6fd4AF50d51b84", - "type": "BEP20", - "symbol": "Rai", - "decimals": 18, - "status": "active", - "id": "0x0e128Fb9f266F0CFedEb3B789f6fd4AF50d51b84" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0e128Fb9f266F0CFedEb3B789f6fd4AF50d51b84/logo.png b/blockchains/smartchain/assets/0x0e128Fb9f266F0CFedEb3B789f6fd4AF50d51b84/logo.png deleted file mode 100644 index 687e1736d012a..0000000000000 Binary files a/blockchains/smartchain/assets/0x0e128Fb9f266F0CFedEb3B789f6fd4AF50d51b84/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0e20E3216EA172fcf9eAa19723b119e090fD353f/info.json b/blockchains/smartchain/assets/0x0e20E3216EA172fcf9eAa19723b119e090fD353f/info.json deleted file mode 100644 index 24cf89b58e4d1..0000000000000 --- a/blockchains/smartchain/assets/0x0e20E3216EA172fcf9eAa19723b119e090fD353f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Xiasi Inu", - "type": "BEP20", - "symbol": "XIASI", - "decimals": 9, - "website": "https://xiasi.finance", - "description": "Xiasi Inu ($XIASI) is a community-focused, decentralized cryptocurrency with instant rewards for holders, sit back relax and watch your Xiasi Inu balance grow.", - "explorer": "https://bscscan.com/token/0x0e20E3216EA172fcf9eAa19723b119e090fD353f", - "status": "active", - "id": "0x0e20E3216EA172fcf9eAa19723b119e090fD353f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0e20E3216EA172fcf9eAa19723b119e090fD353f/logo.png b/blockchains/smartchain/assets/0x0e20E3216EA172fcf9eAa19723b119e090fD353f/logo.png deleted file mode 100644 index cb82b02ff899f..0000000000000 Binary files a/blockchains/smartchain/assets/0x0e20E3216EA172fcf9eAa19723b119e090fD353f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0ebd9537A25f56713E34c45b38F421A1e7191469/info.json b/blockchains/smartchain/assets/0x0ebd9537A25f56713E34c45b38F421A1e7191469/info.json deleted file mode 100644 index a7363ba47661b..0000000000000 --- a/blockchains/smartchain/assets/0x0ebd9537A25f56713E34c45b38F421A1e7191469/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://bscscan.com/token/0x0ebd9537A25f56713E34c45b38F421A1e7191469", - "type": "BEP20", - "symbol": "MOOV", - "decimals": 18, - "status": "active", - "id": "0x0ebd9537A25f56713E34c45b38F421A1e7191469", - "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/smartchain/assets/0x0ebd9537A25f56713E34c45b38F421A1e7191469/logo.png b/blockchains/smartchain/assets/0x0ebd9537A25f56713E34c45b38F421A1e7191469/logo.png deleted file mode 100644 index 93258ee8e3b5d..0000000000000 Binary files a/blockchains/smartchain/assets/0x0ebd9537A25f56713E34c45b38F421A1e7191469/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0f0Dd5E2c0e0c4A41F8908D73D36B8D142F6745a/info.json b/blockchains/smartchain/assets/0x0f0Dd5E2c0e0c4A41F8908D73D36B8D142F6745a/info.json deleted file mode 100644 index 2b6cd08716c7e..0000000000000 --- a/blockchains/smartchain/assets/0x0f0Dd5E2c0e0c4A41F8908D73D36B8D142F6745a/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Firework Games", - "type": "BEP20", - "symbol": "FIRE", - "decimals": 18, - "website": "https://www.firework.games/", - "description": "Fireworks Games is a pioneer of open and inclusive diversified game world.In the blockchain game industry, we want to build a decentralized virtual reality game ecosystem, and promote the construction of GameFi.", - "explorer": "https://bscscan.com/token/0x0f0dd5e2c0e0c4a41f8908d73d36b8d142f6745a", - "status": "active", - "id": "0x0f0Dd5E2c0e0c4A41F8908D73D36B8D142F6745a", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/FireworkGames" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/firework-games/" - }, - { - "name": "whitepaper", - "url": "https://intro.firework.games/files/Firework_Games_Whitepaper_en.pdf" - }, - { - "name": "telegram", - "url": "https://t.me/FireworkGames_group" - } - ], - "tags": [ - "gamefi", - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x0f0Dd5E2c0e0c4A41F8908D73D36B8D142F6745a/logo.png b/blockchains/smartchain/assets/0x0f0Dd5E2c0e0c4A41F8908D73D36B8D142F6745a/logo.png deleted file mode 100644 index 8119cc5d74a5b..0000000000000 Binary files a/blockchains/smartchain/assets/0x0f0Dd5E2c0e0c4A41F8908D73D36B8D142F6745a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0f5351B9EAefd6687dfF143DE6eA5d01cB9c1205/info.json b/blockchains/smartchain/assets/0x0f5351B9EAefd6687dfF143DE6eA5d01cB9c1205/info.json deleted file mode 100644 index 20c224a1c8df2..0000000000000 --- a/blockchains/smartchain/assets/0x0f5351B9EAefd6687dfF143DE6eA5d01cB9c1205/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Flokimooni", - "type": "BEP20", - "symbol": "Flokim", - "decimals": 18, - "website": "https://www.flokimooni.com", - "description": "Flokimooni Decentralized meme coin with DeFi features", - "explorer": "https://bscscan.com/token/0x0f5351B9EAefd6687dfF143DE6eA5d01cB9c1205", - "status": "active", - "id": "0x0f5351B9EAefd6687dfF143DE6eA5d01cB9c1205", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/flokimooni/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/flokimooni" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0f5351B9EAefd6687dfF143DE6eA5d01cB9c1205/logo.png b/blockchains/smartchain/assets/0x0f5351B9EAefd6687dfF143DE6eA5d01cB9c1205/logo.png deleted file mode 100644 index 21b1eeea581bf..0000000000000 Binary files a/blockchains/smartchain/assets/0x0f5351B9EAefd6687dfF143DE6eA5d01cB9c1205/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0f7cd24E31293b162DcF6211C6AC5bD8EfCB81f4/info.json b/blockchains/smartchain/assets/0x0f7cd24E31293b162DcF6211C6AC5bD8EfCB81f4/info.json deleted file mode 100644 index 8bf1255238302..0000000000000 --- a/blockchains/smartchain/assets/0x0f7cd24E31293b162DcF6211C6AC5bD8EfCB81f4/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "LiveTrade", - "website": "https://ltd.livetrade.io", - "description": "The Future of Business enabled by Blockchain. A decentralized hub for all your financial needs.", - "explorer": "https://bscscan.com/token/0x0f7cd24E31293b162DcF6211C6AC5bD8EfCB81f4", - "type": "BEP20", - "symbol": "LTD", - "decimals": 18, - "status": "active", - "id": "0x0f7cd24E31293b162DcF6211C6AC5bD8EfCB81f4", - "links": [ - { - "name": "whitepaper", - "url": "https://ltd.livetrade.io/wp-content/uploads/2021/07/LTD-Whitepaper_Eng.pdf" - }, - { - "name": "twitter", - "url": "https://twitter.com/Livetrade_io" - }, - { - "name": "telegram", - "url": "https://t.me/livetrade_official" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0f7cd24E31293b162DcF6211C6AC5bD8EfCB81f4/logo.png b/blockchains/smartchain/assets/0x0f7cd24E31293b162DcF6211C6AC5bD8EfCB81f4/logo.png deleted file mode 100644 index 94a8d7ecb08a6..0000000000000 Binary files a/blockchains/smartchain/assets/0x0f7cd24E31293b162DcF6211C6AC5bD8EfCB81f4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0fA9651a0ecC19906843C13c60443300B9d37355/info.json b/blockchains/smartchain/assets/0x0fA9651a0ecC19906843C13c60443300B9d37355/info.json deleted file mode 100644 index c659effe58c6c..0000000000000 --- a/blockchains/smartchain/assets/0x0fA9651a0ecC19906843C13c60443300B9d37355/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "XMINE Token", - "website": "https://www.xmine.one", - "description": "XMINE is DeFi, miner with ASIC and rewards to holders.", - "explorer": "https://bscscan.com/token/0x0fA9651a0ecC19906843C13c60443300B9d37355", - "type": "BEP20", - "symbol": "XMINE", - "decimals": 9, - "status": "active", - "id": "0x0fA9651a0ecC19906843C13c60443300B9d37355", - "links": [ - { - "name": "reddit", - "url": "https://reddit.com/r/XMINE" - }, - { - "name": "twitter", - "url": "https://twitter.com/xmineofficial" - }, - { - "name": "facebook", - "url": "https://facebook.com/xmineofficial" - }, - { - "name": "discord", - "url": "https://discord.com/ufUdcdDM" - }, - { - "name": "telegram", - "url": "https://t.me/xmineofficial" - }, - { - "name": "whitepaper", - "url": "https://drive.google.com/file/d/12-weGeyl_ljp25LWNFU3-6LgbNV_NCKb/view" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/xmine/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/pt/moedas/xmine" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0fA9651a0ecC19906843C13c60443300B9d37355/logo.png b/blockchains/smartchain/assets/0x0fA9651a0ecC19906843C13c60443300B9d37355/logo.png deleted file mode 100644 index 4f22c8d91adca..0000000000000 Binary files a/blockchains/smartchain/assets/0x0fA9651a0ecC19906843C13c60443300B9d37355/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0fEAdcC3824E7F3c12f40E324a60c23cA51627fc/info.json b/blockchains/smartchain/assets/0x0fEAdcC3824E7F3c12f40E324a60c23cA51627fc/info.json deleted file mode 100644 index 46da55ac4b012..0000000000000 --- a/blockchains/smartchain/assets/0x0fEAdcC3824E7F3c12f40E324a60c23cA51627fc/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "WardenSwap Token", - "website": "https://www.wardenswap.com", - "description": "WardenSwap is the digital asset exchange platform that uses an algorithm to find the best rate for Binance Smart Chain automatically.", - "explorer": "https://bscscan.com/token/0x0feadcc3824e7f3c12f40e324a60c23ca51627fc", - "type": "BEP20", - "symbol": "WAD", - "decimals": 18, - "status": "active", - "id": "0x0fEAdcC3824E7F3c12f40E324a60c23cA51627fc" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0fEAdcC3824E7F3c12f40E324a60c23cA51627fc/logo.png b/blockchains/smartchain/assets/0x0fEAdcC3824E7F3c12f40E324a60c23cA51627fc/logo.png deleted file mode 100644 index e1bc26f309c76..0000000000000 Binary files a/blockchains/smartchain/assets/0x0fEAdcC3824E7F3c12f40E324a60c23cA51627fc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0fFB09e25d2Cb7D56EF3eA7Fac08756Dfb579208/info.json b/blockchains/smartchain/assets/0x0fFB09e25d2Cb7D56EF3eA7Fac08756Dfb579208/info.json deleted file mode 100644 index 51c1a18453eed..0000000000000 --- a/blockchains/smartchain/assets/0x0fFB09e25d2Cb7D56EF3eA7Fac08756Dfb579208/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CLOUT", - "type": "BEP20", - "symbol": "CLOUT", - "decimals": 9, - "website": "https://cloutdefi.app", - "description": "Clout is a token that backs the Clout Network, a smart-contract IPFS powered content decentralization and democratization protocol.", - "explorer": "https://bscscan.com/token/0x0fFB09e25d2Cb7D56EF3eA7Fac08756Dfb579208", - "status": "active", - "id": "0x0fFB09e25d2Cb7D56EF3eA7Fac08756Dfb579208" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x0fFB09e25d2Cb7D56EF3eA7Fac08756Dfb579208/logo.png b/blockchains/smartchain/assets/0x0fFB09e25d2Cb7D56EF3eA7Fac08756Dfb579208/logo.png deleted file mode 100644 index cea454867f099..0000000000000 Binary files a/blockchains/smartchain/assets/0x0fFB09e25d2Cb7D56EF3eA7Fac08756Dfb579208/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x0fbc08905c1d683Cf7530bb2a70Bb0BDE231E5B9/info.json b/blockchains/smartchain/assets/0x0fbc08905c1d683Cf7530bb2a70Bb0BDE231E5B9/info.json deleted file mode 100644 index 8084b5d8dbc97..0000000000000 --- a/blockchains/smartchain/assets/0x0fbc08905c1d683Cf7530bb2a70Bb0BDE231E5B9/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "BabyDogeZilla", - "website": "https://babydogezilla.com/", - "description": "BabyDogeZilla is the cutest and most badass meme in crypto! BabyDogeZilla is a deflationary token designed to become more scarce over time. All holders of BabyDogeZilla will earn more BabyDogeZilla by simply holding. Watch the amount of BabyDogeZilla grow in your wallet as BabyDogeZilla holders automatically receive a 3% fee from every transaction that happens on the BabyDogeZilla network.", - "explorer": "https://bscscan.com/token/0x0fbc08905c1d683Cf7530bb2a70Bb0BDE231E5B9", - "type": "BEP20", - "symbol": "BabyDogeZilla", - "decimals": 9, - "status": "abandoned", - "id": "0x0fbc08905c1d683Cf7530bb2a70Bb0BDE231E5B9", - "links": [ - { - "name": "telegram", - "url": "https://t.me/BabyDogeZillaBSC" - }, - { - "name": "twitter", - "url": "https://twitter.com/BabydogezillaA" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/babydogezilla/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/babydogezilla" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x10051147418C42218986CeDD0aDC266441F8a14f/info.json b/blockchains/smartchain/assets/0x10051147418C42218986CeDD0aDC266441F8a14f/info.json deleted file mode 100644 index e95744cea7a09..0000000000000 --- a/blockchains/smartchain/assets/0x10051147418C42218986CeDD0aDC266441F8a14f/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "DYOR Token", - "type": "BEP20", - "symbol": "DYOR", - "decimals": 9, - "website": "https://dyorpro.com", - "description": "DYOR Project's motto is Educate, Equip, Empower. DYOR Project strives to teach investors how to find reputable crypto projects while avoiding scams.", - "explorer": "https://bscscan.com/token/0x10051147418C42218986CeDD0aDC266441F8a14f", - "status": "active", - "id": "0x10051147418C42218986CeDD0aDC266441F8a14f", - "links": [ - { - "name": "facebook", - "url": "https://facebook.com/dyorproject" - }, - { - "name": "twitter", - "url": "https://twitter.com/DYORToken_BSC" - }, - { - "name": "discord", - "url": "https://discord.com/channels/910012412671955014/914013645535608832" - }, - { - "name": "telegram", - "url": "https://t.me/DYORTokenBSC" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/DYORMediaNetwork" - }, - { - "name": "blog", - "url": "https://dyorpro.blog" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/dyor-token/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/dyor" - } - ], - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x10051147418C42218986CeDD0aDC266441F8a14f/logo.png b/blockchains/smartchain/assets/0x10051147418C42218986CeDD0aDC266441F8a14f/logo.png deleted file mode 100644 index a8595ff2ec7f3..0000000000000 Binary files a/blockchains/smartchain/assets/0x10051147418C42218986CeDD0aDC266441F8a14f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1012b25Da282758322dAce753C15b889d1aB7434/info.json b/blockchains/smartchain/assets/0x1012b25Da282758322dAce753C15b889d1aB7434/info.json deleted file mode 100644 index 7c955f52ac566..0000000000000 --- a/blockchains/smartchain/assets/0x1012b25Da282758322dAce753C15b889d1aB7434/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Zyber Synergy", - "type": "BEP20", - "symbol": "ZYBER", - "decimals": 18, - "website": "https://zybersynergy.com/", - "description": "Zyber: Synergy is a Virtual Reality (VR) Three-dimensional Crypto-Gaming Platform that lets the user/gamer gain maximum profit by just playing the platform games.", - "explorer": "https://bscscan.com/token/0x1012b25Da282758322dAce753C15b889d1aB7434", - "status": "active", - "id": "0x1012b25Da282758322dAce753C15b889d1aB7434" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1012b25Da282758322dAce753C15b889d1aB7434/logo.png b/blockchains/smartchain/assets/0x1012b25Da282758322dAce753C15b889d1aB7434/logo.png deleted file mode 100644 index 30a7d232ad48d..0000000000000 Binary files a/blockchains/smartchain/assets/0x1012b25Da282758322dAce753C15b889d1aB7434/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x101D35140719EB2D07fFA71185f5bfBE31D6A212/info.json b/blockchains/smartchain/assets/0x101D35140719EB2D07fFA71185f5bfBE31D6A212/info.json deleted file mode 100644 index 40052e1a1c794..0000000000000 --- a/blockchains/smartchain/assets/0x101D35140719EB2D07fFA71185f5bfBE31D6A212/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BNB Cash", - "type": "BEP20", - "symbol": "BNBC", - "decimals": 18, - "website": "https://bnbcash.uk", - "description": "BNB Cash", - "explorer": "https://bscscan.com/token/0x101D35140719EB2D07fFA71185f5bfBE31D6A212", - "status": "active", - "id": "0x101D35140719EB2D07fFA71185f5bfBE31D6A212" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x101D35140719EB2D07fFA71185f5bfBE31D6A212/logo.png b/blockchains/smartchain/assets/0x101D35140719EB2D07fFA71185f5bfBE31D6A212/logo.png deleted file mode 100644 index bb127e9d91ed0..0000000000000 Binary files a/blockchains/smartchain/assets/0x101D35140719EB2D07fFA71185f5bfBE31D6A212/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x101d82428437127bF1608F699CD651e6Abf9766E/info.json b/blockchains/smartchain/assets/0x101d82428437127bF1608F699CD651e6Abf9766E/info.json deleted file mode 100644 index b427828fb10ad..0000000000000 --- a/blockchains/smartchain/assets/0x101d82428437127bF1608F699CD651e6Abf9766E/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "BNB pegged Basic Attention Token", - "website": "https://basicattentiontoken.org", - "description": "BNB pegged Basic Attention Token (BAT BEP20) is a token issued by Binance on Smart Chain; its price is pegged to Basic Attention (BAT ERC20) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0x101d82428437127bF1608F699CD651e6Abf9766E", - "research": "https://research.binance.com/en/projects/basic-attention-token", - "type": "BEP20", - "symbol": "BAT", - "decimals": 18, - "status": "active", - "id": "0x101d82428437127bF1608F699CD651e6Abf9766E", - "tags": [ - "binance-peg", - "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/smartchain/assets/0x101d82428437127bF1608F699CD651e6Abf9766E/logo.png b/blockchains/smartchain/assets/0x101d82428437127bF1608F699CD651e6Abf9766E/logo.png deleted file mode 100644 index e30c1e59f4974..0000000000000 Binary files a/blockchains/smartchain/assets/0x101d82428437127bF1608F699CD651e6Abf9766E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1042aA383CAb145dc77121ca75650804A5c134ff/info.json b/blockchains/smartchain/assets/0x1042aA383CAb145dc77121ca75650804A5c134ff/info.json deleted file mode 100644 index 4fa34420a2880..0000000000000 --- a/blockchains/smartchain/assets/0x1042aA383CAb145dc77121ca75650804A5c134ff/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "aggle.io", - "type": "BEP20", - "symbol": "AGGL", - "decimals": 18, - "website": "https://aggle.io", - "description": "aggle.io is a decentralized sports betting platform where you can accept the best odds or interact as a bookmaker yourself.", - "explorer": "https://bscscan.com/token/0x1042aA383CAb145dc77121ca75650804A5c134ff", - "status": "active", - "id": "0x1042aA383CAb145dc77121ca75650804A5c134ff", - "links": [ - { - "name": "facebook", - "url": "https://facebook.com/Aggleio-106575305321004" - }, - { - "name": "telegram", - "url": "https://t.me/aggle_io" - }, - { - "name": "twitter", - "url": "https://twitter.com/aggle_io" - }, - { - "name": "discord", - "url": "https://discord.com/qAC48Fvr" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/aggle-io/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/de/munze/aggle-io" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1042aA383CAb145dc77121ca75650804A5c134ff/logo.png b/blockchains/smartchain/assets/0x1042aA383CAb145dc77121ca75650804A5c134ff/logo.png deleted file mode 100644 index ec9944f21925b..0000000000000 Binary files a/blockchains/smartchain/assets/0x1042aA383CAb145dc77121ca75650804A5c134ff/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x10747e2045a0ef884a0586AC81558F43285ea3c7/info.json b/blockchains/smartchain/assets/0x10747e2045a0ef884a0586AC81558F43285ea3c7/info.json deleted file mode 100644 index fc9a813239647..0000000000000 --- a/blockchains/smartchain/assets/0x10747e2045a0ef884a0586AC81558F43285ea3c7/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Best", - "type": "BEP20", - "symbol": "BEST", - "decimals": 18, - "website": "https://bsc.bestswap.com/swap", - "description": "-", - "explorer": "https://bscscan.com/token/0x10747e2045a0ef884a0586AC81558F43285ea3c7", - "status": "active", - "id": "0x10747e2045a0ef884a0586AC81558F43285ea3c7" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x10747e2045a0ef884a0586AC81558F43285ea3c7/logo.png b/blockchains/smartchain/assets/0x10747e2045a0ef884a0586AC81558F43285ea3c7/logo.png deleted file mode 100644 index 37d8babec54c3..0000000000000 Binary files a/blockchains/smartchain/assets/0x10747e2045a0ef884a0586AC81558F43285ea3c7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x10B0a78520fBDDa95aDc331445d9319B164F85D5/info.json b/blockchains/smartchain/assets/0x10B0a78520fBDDa95aDc331445d9319B164F85D5/info.json deleted file mode 100644 index 5b5598ee3b6c5..0000000000000 --- a/blockchains/smartchain/assets/0x10B0a78520fBDDa95aDc331445d9319B164F85D5/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "AnpanSwap Token", - "type": "BEP20", - "symbol": "Anpan", - "decimals": 18, - "website": "https://anpanswap.finance/", - "description": "AnpanSwap is a DeFi protocol, with AMM & Yield Farm, launched products: Swap, Liquidity, Analytics, Farms, & Stake. Prediction in Nov, Lottery in Dec, NFT in Jan, & Vote in Feb, and Derivative in Mar 2022.", - "explorer": "https://bscscan.com/token/0x10B0a78520fBDDa95aDc331445d9319B164F85D5", - "status": "active", - "id": "0x10B0a78520fBDDa95aDc331445d9319B164F85D5", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/anpanswap" - }, - { - "name": "github", - "url": "https://github.com/anpanswap?tab=repositories" - }, - { - "name": "telegram", - "url": "https://t.me/anpanswap" - }, - { - "name": "telegram_news", - "url": "https://t.me/AnpanSwapAnn" - }, - { - "name": "docs", - "url": "https://docs.anpanswap.finance/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/anpanswap/" - }, - { - "name": "whitepaper", - "url": "https://whitepaper.anpanswap.finance/whitepaper.pdf" - }, - { - "name": "medium", - "url": "https://anpanswap.medium.com/" - }, - { - "name": "facebook", - "url": "https://facebook.com/anpanswap" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x10B0a78520fBDDa95aDc331445d9319B164F85D5/logo.png b/blockchains/smartchain/assets/0x10B0a78520fBDDa95aDc331445d9319B164F85D5/logo.png deleted file mode 100644 index 988aa6a3558e2..0000000000000 Binary files a/blockchains/smartchain/assets/0x10B0a78520fBDDa95aDc331445d9319B164F85D5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x10B7Be52636882d7ECa1611144A9Df7642F95B5D/info.json b/blockchains/smartchain/assets/0x10B7Be52636882d7ECa1611144A9Df7642F95B5D/info.json deleted file mode 100644 index 2998592252b27..0000000000000 --- a/blockchains/smartchain/assets/0x10B7Be52636882d7ECa1611144A9Df7642F95B5D/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SHIBA SUPER", - "website": "https://shibasuper.org", - "description": "SHIBA SUPER is SHIBA Memes Token", - "explorer": "https://bscscan.com/token/0x10B7Be52636882d7ECa1611144A9Df7642F95B5D", - "symbol": "SHIBS", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x10B7Be52636882d7ECa1611144A9Df7642F95B5D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x10B7Be52636882d7ECa1611144A9Df7642F95B5D/logo.png b/blockchains/smartchain/assets/0x10B7Be52636882d7ECa1611144A9Df7642F95B5D/logo.png deleted file mode 100644 index 2cc8f5ba411ca..0000000000000 Binary files a/blockchains/smartchain/assets/0x10B7Be52636882d7ECa1611144A9Df7642F95B5D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x10E76264489cDF4B4011F79086D0Bb6b55775E79/info.json b/blockchains/smartchain/assets/0x10E76264489cDF4B4011F79086D0Bb6b55775E79/info.json deleted file mode 100644 index 94b562440a110..0000000000000 --- a/blockchains/smartchain/assets/0x10E76264489cDF4B4011F79086D0Bb6b55775E79/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LittleMouse", - "website": "https://newlittlemouse.com", - "description": "LittleMouse Token is an ongoing game, NFT and outreach project. LittleMouse is a SWAP built on the BSC blockchain.", - "explorer": "https://bscscan.com/token/0x10E76264489cDF4B4011F79086D0Bb6b55775E79", - "type": "BEP20", - "symbol": "LTMS", - "decimals": 9, - "status": "active", - "id": "0x10E76264489cDF4B4011F79086D0Bb6b55775E79" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x10E76264489cDF4B4011F79086D0Bb6b55775E79/logo.png b/blockchains/smartchain/assets/0x10E76264489cDF4B4011F79086D0Bb6b55775E79/logo.png deleted file mode 100644 index 746fb44e1af18..0000000000000 Binary files a/blockchains/smartchain/assets/0x10E76264489cDF4B4011F79086D0Bb6b55775E79/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x10F181B87E2A4Af6120452A29570fcf74B082c16/info.json b/blockchains/smartchain/assets/0x10F181B87E2A4Af6120452A29570fcf74B082c16/info.json deleted file mode 100644 index 54201b7dc802b..0000000000000 --- a/blockchains/smartchain/assets/0x10F181B87E2A4Af6120452A29570fcf74B082c16/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeZone", - "type": "BEP20", - "symbol": "SafeZone", - "decimals": 8, - "website": "https://safezone.finance/", - "description": "SafeZone Token Platform. Built On Binance Smart Chain #BSC. Hold SafeZone Tokens in Your Wallet and Watch Your Balance increase.", - "explorer": "https://bscscan.com/token/0x10F181B87E2A4Af6120452A29570fcf74B082c16", - "status": "active", - "id": "0x10F181B87E2A4Af6120452A29570fcf74B082c16" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x10F181B87E2A4Af6120452A29570fcf74B082c16/logo.png b/blockchains/smartchain/assets/0x10F181B87E2A4Af6120452A29570fcf74B082c16/logo.png deleted file mode 100644 index dfb02fba2237d..0000000000000 Binary files a/blockchains/smartchain/assets/0x10F181B87E2A4Af6120452A29570fcf74B082c16/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x10adF50e15611d5A4DE3bd21F0DB7f3491A8ae0f/info.json b/blockchains/smartchain/assets/0x10adF50e15611d5A4DE3bd21F0DB7f3491A8ae0f/info.json deleted file mode 100644 index 952fc15b507f5..0000000000000 --- a/blockchains/smartchain/assets/0x10adF50e15611d5A4DE3bd21F0DB7f3491A8ae0f/info.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "Monetas Token", - "type": "BEP20", - "symbol": "MNTG", - "decimals": 18, - "description": "MNTG is a stablecoin issued by Monetas in partnership with Binance.The establishment of MONETAS is also based on the purpose of betterment of the future game environment, using better virtual tokens.", - "website": "https://monetasglobal.com/", - "explorer": "https://bscscan.com/token/0x10adF50e15611d5A4DE3bd21F0DB7f3491A8ae0f", - "id": "0x10adF50e15611d5A4DE3bd21F0DB7f3491A8ae0f", - "status": "abandoned", - "tags": [ - "stablecoin", - "staking", - "gamefi" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/monetasglobal" - }, - { - "name": "facebook", - "url": "https://facebook.com/motetasglobal" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCXRwEYyd4pg_PUNLblIpdbQ" - }, - { - "name": "github", - "url": "https://github.com/monetas-tech/asset-listing" - }, - { - "name": "whitepaper", - "url": "https://monetasglobal.com/wp-content/uploads/2021/09/Monetas-Whitepaper.pdf" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/monetas" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/monetas/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x10b9dd394467f2CFbc769e07E88dC7e2c41B0965/info.json b/blockchains/smartchain/assets/0x10b9dd394467f2CFbc769e07E88dC7e2c41B0965/info.json deleted file mode 100644 index a0cd88af4c026..0000000000000 --- a/blockchains/smartchain/assets/0x10b9dd394467f2CFbc769e07E88dC7e2c41B0965/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Renewable Energy Token", - "type": "BEP20", - "symbol": "RET", - "decimals": 9, - "website": "https://ret.life", - "description": "RET token is a BEP-20 token created on january 04, 2022 on the Binance Smart Chain network and that one designed to the functional and experience for all supporters of renewable energy.", - "explorer": "https://bscscan.com/token/0x10b9dd394467f2cfbc769e07e88dc7e2c41b0965", - "status": "active", - "id": "0x10b9dd394467f2CFbc769e07E88dC7e2c41B0965", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BscRetoken" - }, - { - "name": "github", - "url": "https://github.com/RETOKENofficial" - }, - { - "name": "telegram", - "url": "https://t.me/RETOKENOFFICIAL" - }, - { - "name": "medium", - "url": "https://medium.com/@BscRetoken" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x10b9dd394467f2CFbc769e07E88dC7e2c41B0965/logo.png b/blockchains/smartchain/assets/0x10b9dd394467f2CFbc769e07E88dC7e2c41B0965/logo.png deleted file mode 100644 index 8c34b0574de63..0000000000000 Binary files a/blockchains/smartchain/assets/0x10b9dd394467f2CFbc769e07E88dC7e2c41B0965/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x10cb66ce2969d8c8193707A9dCD559D2243B8b37/info.json b/blockchains/smartchain/assets/0x10cb66ce2969d8c8193707A9dCD559D2243B8b37/info.json deleted file mode 100644 index d7e878bed4838..0000000000000 --- a/blockchains/smartchain/assets/0x10cb66ce2969d8c8193707A9dCD559D2243B8b37/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Crypto Legions Bloodstone", - "type": "BEP20", - "symbol": "BLST", - "decimals": 18, - "website": "https://cryptolegions.app", - "description": "Crypto Legions is a cutting edge Play-To-Earn NFT game on the BSC network, with a genius Omni-Balanced Oracle system for a sustainable game economy. By just playing a few minutes each day, you can earn Bloodstone tokens (BLST), which can be converted into any currency you want.", - "explorer": "https://bscscan.com/token/0x10cb66ce2969d8c8193707A9dCD559D2243B8b37", - "status": "active", - "id": "0x10cb66ce2969d8c8193707A9dCD559D2243B8b37", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/LegionsCrypto" - }, - { - "name": "telegram", - "url": "https://t.me/CryptoLegionsCommunity" - }, - { - "name": "whitepaper", - "url": "https://docs.cryptolegions.app/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/crypto-legions-bloodstone/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/crypto-legions-bloodstone" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x10cb66ce2969d8c8193707A9dCD559D2243B8b37/logo.png b/blockchains/smartchain/assets/0x10cb66ce2969d8c8193707A9dCD559D2243B8b37/logo.png deleted file mode 100644 index 3eb09894ea2f0..0000000000000 Binary files a/blockchains/smartchain/assets/0x10cb66ce2969d8c8193707A9dCD559D2243B8b37/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x10f6F43d8321A3C86c2986BA4753ceBEba477BAa/info.json b/blockchains/smartchain/assets/0x10f6F43d8321A3C86c2986BA4753ceBEba477BAa/info.json deleted file mode 100644 index ace1c0d6c8a10..0000000000000 --- a/blockchains/smartchain/assets/0x10f6F43d8321A3C86c2986BA4753ceBEba477BAa/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "BaitCoin", - "type": "BEP20", - "symbol": "BAIT", - "decimals": 9, - "website": "https://www.baitcoin.com", - "description": "Baitcoin is a full-on-chain liquidity protocol with Decentralised financing that can be implemented on any smart contract-enabled blockchain.", - "explorer": "https://bscscan.com/token/0x10f6F43d8321A3C86c2986BA4753ceBEba477BAa", - "status": "active", - "id": "0x10f6F43d8321A3C86c2986BA4753ceBEba477BAa", - "links": [ - { - "name": "telegram", - "url": "https://t.me/BaitCoinBSC" - }, - { - "name": "twitter", - "url": "https://twitter.com/BaitcoinBSC" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/baitcoin/" - }, - { - "name": "blog", - "url": "https://www.forbes.com/sites/tommywilliams1/2021/05/19/meet-antz-influencer--record-label-ceo-launching-an-nft-focused-cryptocurrency-called-baitcoin-to-collide-crypto-with-the-industry/?sh=6fbf93dd1d54" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x10f6F43d8321A3C86c2986BA4753ceBEba477BAa/logo.png b/blockchains/smartchain/assets/0x10f6F43d8321A3C86c2986BA4753ceBEba477BAa/logo.png deleted file mode 100644 index e4ed0619c26d5..0000000000000 Binary files a/blockchains/smartchain/assets/0x10f6F43d8321A3C86c2986BA4753ceBEba477BAa/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x10f6f2b97F3aB29583D9D38BaBF2994dF7220C21/info.json b/blockchains/smartchain/assets/0x10f6f2b97F3aB29583D9D38BaBF2994dF7220C21/info.json deleted file mode 100644 index d1d85124e3878..0000000000000 --- a/blockchains/smartchain/assets/0x10f6f2b97F3aB29583D9D38BaBF2994dF7220C21/info.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "Teddy Doge", - "type": "BEP20", - "symbol": "TEDDY", - "decimals": 18, - "website": "https://teddydoge.finance/", - "description": "TEDDY is the DEFI ecological token of Teddy Doge with Swap & Cross bridge& Wallet.", - "explorer": "https://bscscan.com/token/0x10f6f2b97f3ab29583d9d38babf2994df7220c21", - "status": "active", - "id": "0x10f6f2b97F3aB29583D9D38BaBF2994dF7220C21", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/TeddySwap1" - }, - { - "name": "github", - "url": "https://github.com/TeddyDogeAdmin/Teddy-Doge-Code" - }, - { - "name": "telegram", - "url": "https://t.me/TeddyDoge_Official" - }, - { - "name": "telegram_news", - "url": "https://t.me/TeddyDoge_channel" - }, - { - "name": "discord", - "url": "https://discord.com/Wtjxv5djTu" - }, - { - "name": "whitepaper", - "url": "https://teddydoge.finance/teddyswap.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/teddydoge/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/teddy-doge" - }, - { - "name": "facebook", - "url": "https://facebook.com/TeddyDoge-100534085871418" - }, - { - "name": "medium", - "url": "https://medium.com/@TeddyDOGE" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCcD7AsRqhU92IfqTh4SY0kQ" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x10f6f2b97F3aB29583D9D38BaBF2994dF7220C21/logo.png b/blockchains/smartchain/assets/0x10f6f2b97F3aB29583D9D38BaBF2994dF7220C21/logo.png deleted file mode 100644 index a5ad8a61f1d77..0000000000000 Binary files a/blockchains/smartchain/assets/0x10f6f2b97F3aB29583D9D38BaBF2994dF7220C21/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x111111111117dC0aa78b770fA6A738034120C302/info.json b/blockchains/smartchain/assets/0x111111111117dC0aa78b770fA6A738034120C302/info.json deleted file mode 100644 index 6f503cd21efa8..0000000000000 --- a/blockchains/smartchain/assets/0x111111111117dC0aa78b770fA6A738034120C302/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "1INCH Token", - "website": "https://1inch.io", - "description": "The 1INCH token on Binance Smart Chain will be used for a bridge between the Binance and Ethereum networks.", - "explorer": "https://bscscan.com/token/0x111111111117dc0aa78b770fa6a738034120c302", - "type": "BEP20", - "symbol": "1INCH", - "decimals": 18, - "status": "active", - "id": "0x111111111117dC0aa78b770fA6A738034120C302", - "tags": [ - "defi" - ], - "links": [ - { - "name": "blog", - "url": "https://1inch-exchange.medium.com/" - }, - { - "name": "twitter", - "url": "https://twitter.com/1inchExchange" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/trustapp" - }, - { - "name": "telegram", - "url": "https://t.me/OneInchExchange" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/1inch/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x111111111117dC0aa78b770fA6A738034120C302/logo.png b/blockchains/smartchain/assets/0x111111111117dC0aa78b770fA6A738034120C302/logo.png deleted file mode 100644 index fc04d19df090f..0000000000000 Binary files a/blockchains/smartchain/assets/0x111111111117dC0aa78b770fA6A738034120C302/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x112Fbe7f60329E9E2D232008E56F94D1582aE3bc/info.json b/blockchains/smartchain/assets/0x112Fbe7f60329E9E2D232008E56F94D1582aE3bc/info.json deleted file mode 100644 index 4ad63c90852e1..0000000000000 --- a/blockchains/smartchain/assets/0x112Fbe7f60329E9E2D232008E56F94D1582aE3bc/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Baby Floki Billionaire", - "website": "http://babyflokibillionaire.com/", - "description": "BabyflokiBillionaire is a meme token based on Floki hype", - "explorer": "https://bscscan.com/token/0x112Fbe7f60329E9E2D232008E56F94D1582aE3bc", - "type": "BEP20", - "symbol": "BabyFB", - "decimals": 9, - "status": "active", - "id": "0x112Fbe7f60329E9E2D232008E56F94D1582aE3bc", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BabyFlokiBLN" - }, - { - "name": "facebook", - "url": "https://facebook.com/Baby-Floki-Billionaire-104520351993111" - }, - { - "name": "telegram", - "url": "https://t.me/babyflokibillionaire" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x112Fbe7f60329E9E2D232008E56F94D1582aE3bc/logo.png b/blockchains/smartchain/assets/0x112Fbe7f60329E9E2D232008E56F94D1582aE3bc/logo.png deleted file mode 100644 index 3421a96c6848c..0000000000000 Binary files a/blockchains/smartchain/assets/0x112Fbe7f60329E9E2D232008E56F94D1582aE3bc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x11582Ef4642B1e7F0a023804B497656E2663bC9B/info.json b/blockchains/smartchain/assets/0x11582Ef4642B1e7F0a023804B497656E2663bC9B/info.json deleted file mode 100644 index e25142762a2df..0000000000000 --- a/blockchains/smartchain/assets/0x11582Ef4642B1e7F0a023804B497656E2663bC9B/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "KCCPAD", - "type": "BEP20", - "symbol": "KCCPAD", - "decimals": 18, - "website": "https://KCCPAD.io", - "description": "KCCPad is the first major launch pad on KCC. KCCPad brings stabilty, safety and amazing opportunities on the new and highly anticipated KuCoin Community Chain!", - "explorer": "https://bscscan.com/token/0x11582Ef4642B1e7F0a023804B497656E2663bC9B", - "status": "active", - "id": "0x11582Ef4642B1e7F0a023804B497656E2663bC9B", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/KCCPad_Official" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/kccpad" - }, - { - "name": "telegram", - "url": "https://t.me/KCCPad_Official" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/kccpad/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x11582Ef4642B1e7F0a023804B497656E2663bC9B/logo.png b/blockchains/smartchain/assets/0x11582Ef4642B1e7F0a023804B497656E2663bC9B/logo.png deleted file mode 100644 index cb6efa7d2909f..0000000000000 Binary files a/blockchains/smartchain/assets/0x11582Ef4642B1e7F0a023804B497656E2663bC9B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1162E2EfCE13f99Ed259fFc24d99108aAA0ce935/info.json b/blockchains/smartchain/assets/0x1162E2EfCE13f99Ed259fFc24d99108aAA0ce935/info.json deleted file mode 100644 index fd4889e08dba6..0000000000000 --- a/blockchains/smartchain/assets/0x1162E2EfCE13f99Ed259fFc24d99108aAA0ce935/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CluCoin", - "website": "https://clucoin.com", - "description": "Hold, earn and help others in need. Hyper Deflationary Token with Smart Staking System. ", - "explorer": "https://bscscan.com/token/0x1162e2efce13f99ed259ffc24d99108aaa0ce935", - "type": "BEP20", - "symbol": "CLU", - "decimals": 9, - "status": "active", - "id": "0x1162E2EfCE13f99Ed259fFc24d99108aAA0ce935" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1162E2EfCE13f99Ed259fFc24d99108aAA0ce935/logo.png b/blockchains/smartchain/assets/0x1162E2EfCE13f99Ed259fFc24d99108aAA0ce935/logo.png deleted file mode 100644 index 43a396815b702..0000000000000 Binary files a/blockchains/smartchain/assets/0x1162E2EfCE13f99Ed259fFc24d99108aAA0ce935/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x11883Cdea6bAb720092791cc89affa54428Ce069/info.json b/blockchains/smartchain/assets/0x11883Cdea6bAb720092791cc89affa54428Ce069/info.json deleted file mode 100644 index 0573003002045..0000000000000 --- a/blockchains/smartchain/assets/0x11883Cdea6bAb720092791cc89affa54428Ce069/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream BTCB Token", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0x11883Cdea6bAb720092791cc89affa54428Ce069", - "type": "BEP20", - "symbol": "crBTCB", - "decimals": 8, - "status": "active", - "id": "0x11883Cdea6bAb720092791cc89affa54428Ce069", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x11883Cdea6bAb720092791cc89affa54428Ce069/logo.png b/blockchains/smartchain/assets/0x11883Cdea6bAb720092791cc89affa54428Ce069/logo.png deleted file mode 100644 index 2bb9c076f784c..0000000000000 Binary files a/blockchains/smartchain/assets/0x11883Cdea6bAb720092791cc89affa54428Ce069/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x118F073796821DA3E9901061B05c0b36377B877e/info.json b/blockchains/smartchain/assets/0x118F073796821DA3E9901061B05c0b36377B877e/info.json deleted file mode 100644 index dc26e7e365a0c..0000000000000 --- a/blockchains/smartchain/assets/0x118F073796821DA3E9901061B05c0b36377B877e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "catecoin 1", - "website": "http://catecoin.club", - "description": "Decentralised MEME Platform with NFT", - "explorer": "https://bscscan.com/token/0x118f073796821da3e9901061b05c0b36377b877e", - "type": "BEP20", - "symbol": "CATEv1", - "decimals": 8, - "status": "abandoned", - "id": "0x118F073796821DA3E9901061B05c0b36377B877e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x11C0c93035d1302083eB09841042cFa582839A8C/info.json b/blockchains/smartchain/assets/0x11C0c93035d1302083eB09841042cFa582839A8C/info.json deleted file mode 100644 index 98809ea8251a2..0000000000000 --- a/blockchains/smartchain/assets/0x11C0c93035d1302083eB09841042cFa582839A8C/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Kaiken Shiba", - "type": "BEP20", - "symbol": "KSHIB", - "decimals": 9, - "website": "https://kaikenshiba.com/", - "description": "Kaiken Shiba is not only hyper-deflationary with a built-in smart betting system to reward holders, but also helps save dogs that are in need.", - "explorer": "https://bscscan.com/token/0x11C0c93035d1302083eB09841042cFa582839A8C", - "status": "active", - "id": "0x11C0c93035d1302083eB09841042cFa582839A8C", - "links": [ - { - "name": "telegram", - "url": "https://t.me/KaiKenShiba_Chat" - }, - { - "name": "twitter", - "url": "https://twitter.com/KaikenShiba" - }, - { - "name": "github", - "url": "https://github.com/KaiKenShiba" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/KaikenShiba" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC5Wchz1uKKWHnEVGU7AWagw" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x11C0c93035d1302083eB09841042cFa582839A8C/logo.png b/blockchains/smartchain/assets/0x11C0c93035d1302083eB09841042cFa582839A8C/logo.png deleted file mode 100644 index 369cfe611841a..0000000000000 Binary files a/blockchains/smartchain/assets/0x11C0c93035d1302083eB09841042cFa582839A8C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x11Eecc7c164B185dc54534DcE21fDA807D6F301a/info.json b/blockchains/smartchain/assets/0x11Eecc7c164B185dc54534DcE21fDA807D6F301a/info.json deleted file mode 100644 index ba22d1827a8ba..0000000000000 --- a/blockchains/smartchain/assets/0x11Eecc7c164B185dc54534DcE21fDA807D6F301a/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BPlanted", - "type": "BEP20", - "symbol": "BPD", - "decimals": 9, - "website": "https://bplanted.com", - "description": "BPlanted was created to support charities working to combat deforestation, we use cryptocurrencies as a new way to collect and distribute donations to various charities that we and the community, believe in.", - "explorer": "https://bscscan.com/token/0x11Eecc7c164B185dc54534DcE21fDA807D6F301a", - "status": "active", - "id": "0x11Eecc7c164B185dc54534DcE21fDA807D6F301a" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x11Eecc7c164B185dc54534DcE21fDA807D6F301a/logo.png b/blockchains/smartchain/assets/0x11Eecc7c164B185dc54534DcE21fDA807D6F301a/logo.png deleted file mode 100644 index c1294dba77baf..0000000000000 Binary files a/blockchains/smartchain/assets/0x11Eecc7c164B185dc54534DcE21fDA807D6F301a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x11F6ECC9E2658627e0876212f1078b9F84d3196e/info.json b/blockchains/smartchain/assets/0x11F6ECC9E2658627e0876212f1078b9F84d3196e/info.json deleted file mode 100644 index 9395b3eef240e..0000000000000 --- a/blockchains/smartchain/assets/0x11F6ECC9E2658627e0876212f1078b9F84d3196e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "2local", - "website": "https://2local.io/", - "description": "2LC BEP20 based token created by 2local for Sustainability and Prosperity for all.", - "explorer": "https://bscscan.com/token/0x11F6ECC9E2658627e0876212f1078b9F84d3196e", - "type": "BEP20", - "symbol": "2LC", - "decimals": 18, - "status": "active", - "id": "0x11F6ECC9E2658627e0876212f1078b9F84d3196e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x11F6ECC9E2658627e0876212f1078b9F84d3196e/logo.png b/blockchains/smartchain/assets/0x11F6ECC9E2658627e0876212f1078b9F84d3196e/logo.png deleted file mode 100644 index cf95e9a3f445f..0000000000000 Binary files a/blockchains/smartchain/assets/0x11F6ECC9E2658627e0876212f1078b9F84d3196e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x11a9a7E3C320eaa80B8eCB223a10c5ae281d9AE0/info.json b/blockchains/smartchain/assets/0x11a9a7E3C320eaa80B8eCB223a10c5ae281d9AE0/info.json deleted file mode 100644 index cea6d70536df8..0000000000000 --- a/blockchains/smartchain/assets/0x11a9a7E3C320eaa80B8eCB223a10c5ae281d9AE0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "NFTD Protocol", - "website": "https://nft.uquid.com/", - "description": "NFTD is a smart NFT supermarket system for digitals products. In this smart shopping system, the sellers and each product they sell are identified as a unique tokenID. Once the transaction is completed, the buyer's ownership will be confirmed immediately.", - "explorer": "https://bscscan.com/token/0x11a9a7E3C320eaa80B8eCB223a10c5ae281d9AE0", - "type": "BEP20", - "symbol": "NFTD", - "decimals": 18, - "status": "active", - "id": "0x11a9a7E3C320eaa80B8eCB223a10c5ae281d9AE0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x11a9a7E3C320eaa80B8eCB223a10c5ae281d9AE0/logo.png b/blockchains/smartchain/assets/0x11a9a7E3C320eaa80B8eCB223a10c5ae281d9AE0/logo.png deleted file mode 100644 index 29a5e6b82df0e..0000000000000 Binary files a/blockchains/smartchain/assets/0x11a9a7E3C320eaa80B8eCB223a10c5ae281d9AE0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x11aC6aF070Fe1991a457c56FB85c577EFE57F0e4/info.json b/blockchains/smartchain/assets/0x11aC6aF070Fe1991a457c56FB85c577EFE57F0e4/info.json deleted file mode 100644 index f33ee1b2677e7..0000000000000 --- a/blockchains/smartchain/assets/0x11aC6aF070Fe1991a457c56FB85c577EFE57F0e4/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "DragonKing", - "type": "BEP20", - "symbol": "DragonKing", - "decimals": 18, - "website": "https://dragonkingunited.com", - "description": "Dragonking is lords over the sea, also a symbol of good fortune and strength. Dragonking is 100% community driven token. Dragonking community is the strongest community you'll find, supportive of one another, and pushing each other towards success. We rewards Dragonking holder who more than 15 billion with USDT based on on-chain transaction.", - "explorer": "https://bscscan.com/token/0x11aC6aF070Fe1991a457c56FB85c577EFE57F0e4", - "status": "active", - "id": "0x11aC6aF070Fe1991a457c56FB85c577EFE57F0e4", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/dragonking" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/dragonking" - }, - { - "name": "telegram", - "url": "https://t.me/dragonkingofficialchannel" - }, - { - "name": "twitter", - "url": "https://twitter.com/Dking_united99" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x11aC6aF070Fe1991a457c56FB85c577EFE57F0e4/logo.png b/blockchains/smartchain/assets/0x11aC6aF070Fe1991a457c56FB85c577EFE57F0e4/logo.png deleted file mode 100644 index d4ed8cd51e13f..0000000000000 Binary files a/blockchains/smartchain/assets/0x11aC6aF070Fe1991a457c56FB85c577EFE57F0e4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x11ed1d93bdD3Ee180CA724AC82F911663f0daFB2/info.json b/blockchains/smartchain/assets/0x11ed1d93bdD3Ee180CA724AC82F911663f0daFB2/info.json deleted file mode 100644 index 0ba30af62f1ee..0000000000000 --- a/blockchains/smartchain/assets/0x11ed1d93bdD3Ee180CA724AC82F911663f0daFB2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Parallel Universe", - "type": "BEP20", - "symbol": "PUL", - "decimals": 9, - "website": "https://www.pulproject.com", - "description": "What is Paralel Universe? (PUL) It is a Defi project token which investors determine its price and is completely decentralized and connects different universes and realities designed on the fact that a different life you live in games generates income for you in the real world.", - "explorer": "https://bscscan.com/token/0x11ed1d93bdD3Ee180CA724AC82F911663f0daFB2", - "status": "active", - "id": "0x11ed1d93bdD3Ee180CA724AC82F911663f0daFB2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x11ed1d93bdD3Ee180CA724AC82F911663f0daFB2/logo.png b/blockchains/smartchain/assets/0x11ed1d93bdD3Ee180CA724AC82F911663f0daFB2/logo.png deleted file mode 100644 index 7bd34eeaed535..0000000000000 Binary files a/blockchains/smartchain/assets/0x11ed1d93bdD3Ee180CA724AC82F911663f0daFB2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1203355742e76875154C0D13eB81DCD7711dC7d9/info.json b/blockchains/smartchain/assets/0x1203355742e76875154C0D13eB81DCD7711dC7d9/info.json deleted file mode 100644 index 3efe95d0c80f0..0000000000000 --- a/blockchains/smartchain/assets/0x1203355742e76875154C0D13eB81DCD7711dC7d9/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "USDX", - "website": "https://kava.io", - "description": "USDX is a decentralized and crypto-backed stablecoin issued by the Kava DeFi platform.", - "explorer": "https://bscscan.com/token/0x1203355742e76875154c0d13eb81dcd7711dc7d9", - "research": "", - "type": "BEP20", - "symbol": "USDX", - "decimals": 6, - "status": "active", - "id": "0x1203355742e76875154C0D13eB81DCD7711dC7d9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1203355742e76875154C0D13eB81DCD7711dC7d9/logo.png b/blockchains/smartchain/assets/0x1203355742e76875154C0D13eB81DCD7711dC7d9/logo.png deleted file mode 100644 index 18d57e65a5c2a..0000000000000 Binary files a/blockchains/smartchain/assets/0x1203355742e76875154C0D13eB81DCD7711dC7d9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x123458C167a371250d325Bd8B1ffF12C8AF692A7/info.json b/blockchains/smartchain/assets/0x123458C167a371250d325Bd8B1ffF12C8AF692A7/info.json deleted file mode 100644 index f732ccd54b31a..0000000000000 --- a/blockchains/smartchain/assets/0x123458C167a371250d325Bd8B1ffF12C8AF692A7/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "DRAC Token", - "type": "BEP20", - "symbol": "DRAC", - "decimals": 18, - "website": "https://drac.io", - "description": "Decentralized Rewarding Autonomous Chain.", - "explorer": "https://bscscan.com/token/0x123458C167a371250d325Bd8B1ffF12C8AF692A7", - "status": "active", - "id": "0x123458C167a371250d325Bd8B1ffF12C8AF692A7", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/DRAC_Network" - }, - { - "name": "github", - "url": "https://github.com/DRAC-Network-Admin" - }, - { - "name": "telegram", - "url": "https://t.me/DRAC_English" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/drac-token/" - }, - { - "name": "whitepaper", - "url": "https://drac.io/whitepaper.pdf" - }, - { - "name": "medium", - "url": "https://dracnetwork.medium.com/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCcD7AsRqhU92IfqTh4SY0kQ" - }, - { - "name": "discord", - "url": "https://discord.com/invite/9DyPCHsk" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x123458C167a371250d325Bd8B1ffF12C8AF692A7/logo.png b/blockchains/smartchain/assets/0x123458C167a371250d325Bd8B1ffF12C8AF692A7/logo.png deleted file mode 100644 index e49a73ebb5521..0000000000000 Binary files a/blockchains/smartchain/assets/0x123458C167a371250d325Bd8B1ffF12C8AF692A7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x123f92226C626AdC919aD122d6cc3C20A6c25666/info.json b/blockchains/smartchain/assets/0x123f92226C626AdC919aD122d6cc3C20A6c25666/info.json deleted file mode 100644 index 802e8cbfa0b58..0000000000000 --- a/blockchains/smartchain/assets/0x123f92226C626AdC919aD122d6cc3C20A6c25666/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PANGEA", - "type": "BEP20", - "symbol": "POC", - "decimals": 9, - "description": "THE ONLY COIN THAT REWARDS HOLDERS AND PLACES TRASH BARRIERS IN THE MOST POLLUTING RIVERS OF THE WORLD", - "website": "https://pangeamovement.com/pages/pangea-coin", - "explorer": "https://bscscan.com/token/0x123f92226c626adc919ad122d6cc3c20a6c25666", - "status": "active", - "id": "0x123f92226C626AdC919aD122d6cc3C20A6c25666" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x123f92226C626AdC919aD122d6cc3C20A6c25666/logo.png b/blockchains/smartchain/assets/0x123f92226C626AdC919aD122d6cc3C20A6c25666/logo.png deleted file mode 100644 index 221e30e17d712..0000000000000 Binary files a/blockchains/smartchain/assets/0x123f92226C626AdC919aD122d6cc3C20A6c25666/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x127CF9704DDFcf0e9eC1Dc20f11877731D18ac34/info.json b/blockchains/smartchain/assets/0x127CF9704DDFcf0e9eC1Dc20f11877731D18ac34/info.json deleted file mode 100644 index 0bc69dd8e463b..0000000000000 --- a/blockchains/smartchain/assets/0x127CF9704DDFcf0e9eC1Dc20f11877731D18ac34/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Saiyan Inu", - "website": "https://saiyaninu.finance", - "description": "Charity DeFi NFT token", - "explorer": "https://bscscan.com/token/0x127cf9704ddfcf0e9ec1dc20f11877731d18ac34", - "type": "BEP20", - "symbol": "SAYAN", - "decimals": 9, - "status": "active", - "id": "0x127CF9704DDFcf0e9eC1Dc20f11877731D18ac34" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x127CF9704DDFcf0e9eC1Dc20f11877731D18ac34/logo.png b/blockchains/smartchain/assets/0x127CF9704DDFcf0e9eC1Dc20f11877731D18ac34/logo.png deleted file mode 100644 index 11a25e9ce21db..0000000000000 Binary files a/blockchains/smartchain/assets/0x127CF9704DDFcf0e9eC1Dc20f11877731D18ac34/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x129385C4ACd0075e45A0C9a5177BdfEc9678A138/info.json b/blockchains/smartchain/assets/0x129385C4ACd0075e45A0C9a5177BdfEc9678A138/info.json deleted file mode 100644 index 02af1c7534447..0000000000000 --- a/blockchains/smartchain/assets/0x129385C4ACd0075e45A0C9a5177BdfEc9678A138/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Metakings", - "type": "BEP20", - "symbol": "MTK", - "decimals": 18, - "website": "https://metakings.ai", - "description": "Metakings is an AI-powered fighting universe in which anyone can earn rewards such as tokens and NFTs through competent gameplay and contributions to the ecosystem. Players can engage in combat, gather resources, develop their characters, and establish their own land-based kingdoms. The game will be powered by its official token, the Metakings token ($MTK). In-game characters can also be collected as NFTs in the game and exchanged for tokens in our official NFT marketplace.", - "explorer": "https://bscscan.com/token/0x129385C4ACd0075e45A0C9a5177BdfEc9678A138", - "status": "active", - "id": "0x129385C4ACd0075e45A0C9a5177BdfEc9678A138", - "tags": [ - "gamefi" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/metakingsai" - }, - { - "name": "github", - "url": "https://github.com/metakings" - }, - { - "name": "telegram", - "url": "https://t.me/metakings" - }, - { - "name": "telegram_news", - "url": "https://t.me/metakingsann" - }, - { - "name": "blog", - "url": "https://metakings.medium.com" - }, - { - "name": "docs", - "url": "https://docs.metakings.ai" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x129385C4ACd0075e45A0C9a5177BdfEc9678A138/logo.png b/blockchains/smartchain/assets/0x129385C4ACd0075e45A0C9a5177BdfEc9678A138/logo.png deleted file mode 100644 index e2ac8ff4cbe5a..0000000000000 Binary files a/blockchains/smartchain/assets/0x129385C4ACd0075e45A0C9a5177BdfEc9678A138/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x12B6fFBa41844a51A25E13065d393e54Af0633df/info.json b/blockchains/smartchain/assets/0x12B6fFBa41844a51A25E13065d393e54Af0633df/info.json deleted file mode 100644 index dd93751d9cad9..0000000000000 --- a/blockchains/smartchain/assets/0x12B6fFBa41844a51A25E13065d393e54Af0633df/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DartChain", - "website": "https://dartchain.xyz", - "description": "Dart Chain Finance The Advanced DeFi Platform Of The Future!", - "explorer": "https://bscscan.com/token/0x12B6fFBa41844a51A25E13065d393e54Af0633df", - "type": "BEP20", - "symbol": "DART", - "decimals": 8, - "status": "active", - "id": "0x12B6fFBa41844a51A25E13065d393e54Af0633df" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x12B6fFBa41844a51A25E13065d393e54Af0633df/logo.png b/blockchains/smartchain/assets/0x12B6fFBa41844a51A25E13065d393e54Af0633df/logo.png deleted file mode 100644 index fab437860266f..0000000000000 Binary files a/blockchains/smartchain/assets/0x12B6fFBa41844a51A25E13065d393e54Af0633df/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x12BB890508c125661E03b09EC06E404bc9289040/info.json b/blockchains/smartchain/assets/0x12BB890508c125661E03b09EC06E404bc9289040/info.json deleted file mode 100644 index 078c54eda380d..0000000000000 --- a/blockchains/smartchain/assets/0x12BB890508c125661E03b09EC06E404bc9289040/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Radio Caca V2", - "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.", - "explorer": "https://bscscan.com/token/0x12BB890508c125661E03b09EC06E404bc9289040", - "type": "BEP20", - "symbol": "RACA", - "decimals": 18, - "status": "active", - "id": "0x12BB890508c125661E03b09EC06E404bc9289040", - "links": [ - { - "name": "github", - "url": "https://github.com/radiocaca/radio-caca" - }, - { - "name": "twitter", - "url": "https://twitter.com/RadioCacaNFT" - }, - { - "name": "medium", - "url": "https://radiocaca.medium.com/" - }, - { - "name": "telegram", - "url": "https://t.me/RadioCaca" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x12BB890508c125661E03b09EC06E404bc9289040/logo.png b/blockchains/smartchain/assets/0x12BB890508c125661E03b09EC06E404bc9289040/logo.png deleted file mode 100644 index ba0b19d91d0e5..0000000000000 Binary files a/blockchains/smartchain/assets/0x12BB890508c125661E03b09EC06E404bc9289040/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x12BeffdCEcb547640DC30e1495E4B9cdc21922b4/info.json b/blockchains/smartchain/assets/0x12BeffdCEcb547640DC30e1495E4B9cdc21922b4/info.json deleted file mode 100644 index 23b6f20308427..0000000000000 --- a/blockchains/smartchain/assets/0x12BeffdCEcb547640DC30e1495E4B9cdc21922b4/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Serum (Portal from Solana)", - "type": "BEP20", - "symbol": "SRMso", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://projectserum.com/", - "explorer": "https://bscscan.com/token/0x12BeffdCEcb547640DC30e1495E4B9cdc21922b4", - "status": "active", - "id": "0x12BeffdCEcb547640DC30e1495E4B9cdc21922b4", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x12BeffdCEcb547640DC30e1495E4B9cdc21922b4/logo.png b/blockchains/smartchain/assets/0x12BeffdCEcb547640DC30e1495E4B9cdc21922b4/logo.png deleted file mode 100644 index 94f79d706b71c..0000000000000 Binary files a/blockchains/smartchain/assets/0x12BeffdCEcb547640DC30e1495E4B9cdc21922b4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x12Da2f2761038486271C99DA7e0FB4413e2B5E38/info.json b/blockchains/smartchain/assets/0x12Da2f2761038486271C99DA7e0FB4413e2B5E38/info.json deleted file mode 100644 index 5d33c6e1f03ac..0000000000000 --- a/blockchains/smartchain/assets/0x12Da2f2761038486271C99DA7e0FB4413e2B5E38/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "NFTBlackMarket", - "website": "https://nftblackmarket.io", - "description": "In NFTBlackMarket you can create, collect, and trade NFT Tokens.", - "explorer": "https://bscscan.com/token/0x12Da2f2761038486271C99DA7e0FB4413e2B5E38", - "type": "BEP20", - "symbol": "NBM", - "decimals": 9, - "status": "active", - "id": "0x12Da2f2761038486271C99DA7e0FB4413e2B5E38", - "links": [ - { - "name": "github", - "url": "https://github.com/NFTBlackMarket" - }, - { - "name": "twitter", - "url": "https://twitter.com/NFT_BlackMarket" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/NFT_BlackMarket" - }, - { - "name": "telegram", - "url": "https://t.me/NFTBlackMarketChat" - }, - { - "name": "whitepaper", - "url": "https://nftblackmarket.io/static/pdf/NFTBlackMarket.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x12Da2f2761038486271C99DA7e0FB4413e2B5E38/logo.png b/blockchains/smartchain/assets/0x12Da2f2761038486271C99DA7e0FB4413e2B5E38/logo.png deleted file mode 100644 index fc144f1423634..0000000000000 Binary files a/blockchains/smartchain/assets/0x12Da2f2761038486271C99DA7e0FB4413e2B5E38/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x12b83d77a606D8f5c4CE29dfFdb592C523364995/info.json b/blockchains/smartchain/assets/0x12b83d77a606D8f5c4CE29dfFdb592C523364995/info.json deleted file mode 100644 index c4170bdd17335..0000000000000 --- a/blockchains/smartchain/assets/0x12b83d77a606D8f5c4CE29dfFdb592C523364995/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Baby Yooshi", - "website": "https://www.babyyooshi.com/", - "description": "Baby YooShi is a token on Binance Smart Chain boasting various features. BabyYooShi name and image are inspired by a dinosaur in Super Mario, whose name is Yoshi.", - "explorer": "https://bscscan.com/token/0x12b83d77a606d8f5c4ce29dffdb592c523364995", - "type": "BEP20", - "symbol": "BabyYooshi", - "decimals": 9, - "status": "active", - "id": "0x12b83d77a606D8f5c4CE29dfFdb592C523364995", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/BABYYOOSHI/BABYYOOSHI" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/baby-yooshi/" - }, - { - "name": "twitter", - "url": "https://twitter.com/baby_yooshi" - }, - { - "name": "telegram", - "url": "https://t.me/byooshi_offical" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/baby-yooshi/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x12b83d77a606D8f5c4CE29dfFdb592C523364995/logo.png b/blockchains/smartchain/assets/0x12b83d77a606D8f5c4CE29dfFdb592C523364995/logo.png deleted file mode 100644 index ed950131884fe..0000000000000 Binary files a/blockchains/smartchain/assets/0x12b83d77a606D8f5c4CE29dfFdb592C523364995/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x12c2Fc002DEaf2239dDa8cB92F3b28BbcbE96323/info.json b/blockchains/smartchain/assets/0x12c2Fc002DEaf2239dDa8cB92F3b28BbcbE96323/info.json deleted file mode 100644 index 27d0f98b0a859..0000000000000 --- a/blockchains/smartchain/assets/0x12c2Fc002DEaf2239dDa8cB92F3b28BbcbE96323/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Diamond Cash", - "website": "https://diamondcash.org", - "description": "Diamond Cash (DCASH) is a decentralized finance currency on the Binance Smart Chain", - "explorer": "https://bscscan.com/token/0x12c2fc002deaf2239dda8cb92f3b28bbcbe96323", - "type": "BEP20", - "symbol": "DCASH", - "decimals": 18, - "status": "active", - "id": "0x12c2Fc002DEaf2239dDa8cB92F3b28BbcbE96323" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x12c2Fc002DEaf2239dDa8cB92F3b28BbcbE96323/logo.png b/blockchains/smartchain/assets/0x12c2Fc002DEaf2239dDa8cB92F3b28BbcbE96323/logo.png deleted file mode 100644 index fcb80950f1401..0000000000000 Binary files a/blockchains/smartchain/assets/0x12c2Fc002DEaf2239dDa8cB92F3b28BbcbE96323/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x12e34cDf6A031a10FE241864c32fB03a4FDaD739/info.json b/blockchains/smartchain/assets/0x12e34cDf6A031a10FE241864c32fB03a4FDaD739/info.json deleted file mode 100644 index 1ab44c356111b..0000000000000 --- a/blockchains/smartchain/assets/0x12e34cDf6A031a10FE241864c32fB03a4FDaD739/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FREE coin", - "website": "https://FREEcoin.technology", - "description": "The FREE coin is the ideal start-to-crypto coin : large community, many exchangess and wallets, available on Ethereum, Binance and Tron.", - "explorer": "https://bscscan.com/token/0x12e34cDf6A031a10FE241864c32fB03a4FDaD739", - "type": "BEP20", - "symbol": "FREE", - "decimals": 18, - "status": "active", - "id": "0x12e34cDf6A031a10FE241864c32fB03a4FDaD739" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x12e34cDf6A031a10FE241864c32fB03a4FDaD739/logo.png b/blockchains/smartchain/assets/0x12e34cDf6A031a10FE241864c32fB03a4FDaD739/logo.png deleted file mode 100644 index 8d6a45873f6ae..0000000000000 Binary files a/blockchains/smartchain/assets/0x12e34cDf6A031a10FE241864c32fB03a4FDaD739/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1337ace33C2B3Fc17d85f33dbD0Ed73a896148B5/info.json b/blockchains/smartchain/assets/0x1337ace33C2B3Fc17d85f33dbD0Ed73a896148B5/info.json deleted file mode 100644 index 458245785b586..0000000000000 --- a/blockchains/smartchain/assets/0x1337ace33C2B3Fc17d85f33dbD0Ed73a896148B5/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Gravitoken", - "website": "https://gravitoken.co.uk/", - "description": "Gravitoken is the first elastic supply token on BSC with Auto LP, token buyback and marketing provision", - "explorer": "https://bscscan.com/token/0x1337ace33C2B3Fc17d85f33dbD0Ed73a896148B5", - "type": "BEP20", - "symbol": "GRV", - "decimals": 9, - "status": "active", - "id": "0x1337ace33C2B3Fc17d85f33dbD0Ed73a896148B5" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1337ace33C2B3Fc17d85f33dbD0Ed73a896148B5/logo.png b/blockchains/smartchain/assets/0x1337ace33C2B3Fc17d85f33dbD0Ed73a896148B5/logo.png deleted file mode 100644 index 0366ed41fced6..0000000000000 Binary files a/blockchains/smartchain/assets/0x1337ace33C2B3Fc17d85f33dbD0Ed73a896148B5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x133Bb423d9248a336D2b3086b8F44A7DbFF3a13C/info.json b/blockchains/smartchain/assets/0x133Bb423d9248a336D2b3086b8F44A7DbFF3a13C/info.json deleted file mode 100644 index 23710406d9af9..0000000000000 --- a/blockchains/smartchain/assets/0x133Bb423d9248a336D2b3086b8F44A7DbFF3a13C/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "SIL Finance Token V2", - "website": "https://sil.finance/", - "description": "SIL.Finance is a single sided yield aggregator (1 click hedging) with adventurous functional #NFT farming card add-ons.", - "explorer": "https://bscscan.com/token/0x133bb423d9248a336d2b3086b8f44a7dbff3a13c", - "type": "BEP20", - "symbol": "SIL", - "decimals": 18, - "status": "active", - "id": "0x133Bb423d9248a336D2b3086b8F44A7DbFF3a13C", - "links": [ - { - "name": "telegram", - "url": "https://t.me/sil_finance" - }, - { - "name": "twitter", - "url": "https://twitter.com/Sil_Finance" - }, - { - "name": "medium", - "url": "https://sil-finance.medium.com" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x133Bb423d9248a336D2b3086b8F44A7DbFF3a13C/logo.png b/blockchains/smartchain/assets/0x133Bb423d9248a336D2b3086b8F44A7DbFF3a13C/logo.png deleted file mode 100644 index b29cd62fe1776..0000000000000 Binary files a/blockchains/smartchain/assets/0x133Bb423d9248a336D2b3086b8F44A7DbFF3a13C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9/info.json b/blockchains/smartchain/assets/0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9/info.json deleted file mode 100644 index 52cdc7da27fd1..0000000000000 --- a/blockchains/smartchain/assets/0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Travala.com", - "website": "https://travala.com", - "description": "Travala.com claims to be the leading blockchain-based travel booking platform.", - "explorer": "https://bscscan.com/token/0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9", - "research": "https://research.binance.com/en/projects/travala", - "type": "BEP20", - "symbol": "AVA", - "decimals": 18, - "status": "active", - "id": "0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9/logo.png b/blockchains/smartchain/assets/0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9/logo.png deleted file mode 100644 index f0cfeef3b5e97..0000000000000 Binary files a/blockchains/smartchain/assets/0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x136BFcdec5DB31b565052451AD806014ab9F2b38/info.json b/blockchains/smartchain/assets/0x136BFcdec5DB31b565052451AD806014ab9F2b38/info.json deleted file mode 100644 index e5b937a7a8992..0000000000000 --- a/blockchains/smartchain/assets/0x136BFcdec5DB31b565052451AD806014ab9F2b38/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "CANDYLAD", - "type": "BEP20", - "symbol": "CANDYLAD", - "decimals": 9, - "website": "https://candylad.net/", - "description": "Building a Blockchain 4.0 Charity Community", - "explorer": "https://bscscan.com/token/0x136BFcdec5DB31b565052451AD806014ab9F2b38", - "status": "active", - "id": "0x136BFcdec5DB31b565052451AD806014ab9F2b38", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/candyladbsc" - }, - { - "name": "telegram", - "url": "https://t.me/candyladen" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/candylad/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/candylad" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x136BFcdec5DB31b565052451AD806014ab9F2b38/logo.png b/blockchains/smartchain/assets/0x136BFcdec5DB31b565052451AD806014ab9F2b38/logo.png deleted file mode 100644 index a41dff8313345..0000000000000 Binary files a/blockchains/smartchain/assets/0x136BFcdec5DB31b565052451AD806014ab9F2b38/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1382A2Fd1b9F5607D956b68491babA00e21bE472/info.json b/blockchains/smartchain/assets/0x1382A2Fd1b9F5607D956b68491babA00e21bE472/info.json deleted file mode 100644 index 05795d23c9958..0000000000000 --- a/blockchains/smartchain/assets/0x1382A2Fd1b9F5607D956b68491babA00e21bE472/info.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "Bamboo", - "website": "https://pinkpanda.io", - "description": "Bamboo is is an ERC-20 compliant governance and utility token currently deployed on the BNB Smart Chain. It is used within the BAM ecosystem to enable simplified onboarding into digital assets, via a decentralized community coupled with Bamboo Asset Management building a mobile-first digital assets platform.", - "explorer": "https://bscscan.com/token/0x1382a2fd1b9f5607d956b68491baba00e21be472", - "type": "BEP20", - "symbol": "BAM", - "decimals": 9, - "status": "active", - "id": "0x1382A2Fd1b9F5607D956b68491babA00e21bE472", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/bamboodaoio" - }, - { - "name": "telegram", - "url": "https://t.me/PinkPandaHoldingsInc" - }, - { - "name": "github", - "url": "https://github.com/orgs/bamboodao/" - }, - { - "name": "medium", - "url": "https://medium.com/@PinkPandaFinance" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/PinkPanda/" - } - ], - "tags": [ - "defi", - "nft", - "governance" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1382A2Fd1b9F5607D956b68491babA00e21bE472/logo.png b/blockchains/smartchain/assets/0x1382A2Fd1b9F5607D956b68491babA00e21bE472/logo.png deleted file mode 100644 index 8483faef729a9..0000000000000 Binary files a/blockchains/smartchain/assets/0x1382A2Fd1b9F5607D956b68491babA00e21bE472/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x13958e1eb63dFB8540Eaf6ed7DcbBc1A60FD52AF/info.json b/blockchains/smartchain/assets/0x13958e1eb63dFB8540Eaf6ed7DcbBc1A60FD52AF/info.json deleted file mode 100644 index f9bd80d6c9c3b..0000000000000 --- a/blockchains/smartchain/assets/0x13958e1eb63dFB8540Eaf6ed7DcbBc1A60FD52AF/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Frenchie", - "website": "https://frenchie.tech/", - "description": "Frenchie Token is a BEP20 Community Token based around French Bulldogs and dedicated to all fenchies across the world. With important development team and flexible in development", - "explorer": "https://bscscan.com/token/0x13958e1eb63dfb8540eaf6ed7dcbbc1a60fd52af", - "type": "BEP20", - "symbol": "FREN", - "decimals": 18, - "status": "active", - "id": "0x13958e1eb63dFB8540Eaf6ed7DcbBc1A60FD52AF", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/FrenchieToken" - }, - { - "name": "telegram", - "url": "https://t.me/FrenchieToken" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x13958e1eb63dFB8540Eaf6ed7DcbBc1A60FD52AF/logo.png b/blockchains/smartchain/assets/0x13958e1eb63dFB8540Eaf6ed7DcbBc1A60FD52AF/logo.png deleted file mode 100644 index 9b9afbb5f22a9..0000000000000 Binary files a/blockchains/smartchain/assets/0x13958e1eb63dFB8540Eaf6ed7DcbBc1A60FD52AF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x13969BbEEce18Da1354561E9B59Dc2937Ef5C95C/info.json b/blockchains/smartchain/assets/0x13969BbEEce18Da1354561E9B59Dc2937Ef5C95C/info.json deleted file mode 100644 index acca13f5f3636..0000000000000 --- a/blockchains/smartchain/assets/0x13969BbEEce18Da1354561E9B59Dc2937Ef5C95C/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "SafeSex", - "website": "https://www.safesextoken.org", - "description": "SafeSex is a token designed for safely interacting with adult performers", - "explorer": "https://bscscan.com/token/0x13969bbeece18da1354561e9b59dc2937ef5c95c", - "symbol": "SAFESEX", - "type": "BEP20", - "decimals": 9, - "status": "active", - "id": "0x13969BbEEce18Da1354561E9B59Dc2937Ef5C95C", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Safesex_token/" - }, - { - "name": "telegram", - "url": "https://t.me/SafesextokenReal" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x13969BbEEce18Da1354561E9B59Dc2937Ef5C95C/logo.png b/blockchains/smartchain/assets/0x13969BbEEce18Da1354561E9B59Dc2937Ef5C95C/logo.png deleted file mode 100644 index c232cbfe41417..0000000000000 Binary files a/blockchains/smartchain/assets/0x13969BbEEce18Da1354561E9B59Dc2937Ef5C95C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x139dd9203c8E46d15B3896814Dc9424c5e5559fA/info.json b/blockchains/smartchain/assets/0x139dd9203c8E46d15B3896814Dc9424c5e5559fA/info.json deleted file mode 100644 index ab33ce0adacdb..0000000000000 --- a/blockchains/smartchain/assets/0x139dd9203c8E46d15B3896814Dc9424c5e5559fA/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "OrcaX", - "website": "https://orcax.finance", - "description": "OX is a charity coin that donates 2% of every transaction directly to the Binance charity wallet.", - "explorer": "https://bscscan.com/token/0x139dd9203c8E46d15B3896814Dc9424c5e5559fA", - "research": "https://orcax.finance", - "type": "BEP20", - "symbol": "OX", - "decimals": 9, - "status": "active", - "id": "0x139dd9203c8E46d15B3896814Dc9424c5e5559fA" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x139dd9203c8E46d15B3896814Dc9424c5e5559fA/logo.png b/blockchains/smartchain/assets/0x139dd9203c8E46d15B3896814Dc9424c5e5559fA/logo.png deleted file mode 100644 index 595a8838aaefd..0000000000000 Binary files a/blockchains/smartchain/assets/0x139dd9203c8E46d15B3896814Dc9424c5e5559fA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x13Ab6739368a4e4abf24695bf52959224367391f/info.json b/blockchains/smartchain/assets/0x13Ab6739368a4e4abf24695bf52959224367391f/info.json deleted file mode 100644 index ae57e5fb816c9..0000000000000 --- a/blockchains/smartchain/assets/0x13Ab6739368a4e4abf24695bf52959224367391f/info.json +++ /dev/null @@ -1,55 +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://bscscan.com/token/0x13ab6739368a4e4abf24695bf52959224367391f", - "type": "BEP20", - "symbol": "YGG", - "decimals": 18, - "status": "active", - "id": "0x13Ab6739368a4e4abf24695bf52959224367391f", - "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", - "binance-peg" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x13Ab6739368a4e4abf24695bf52959224367391f/logo.png b/blockchains/smartchain/assets/0x13Ab6739368a4e4abf24695bf52959224367391f/logo.png deleted file mode 100644 index 0ddcda72aedd7..0000000000000 Binary files a/blockchains/smartchain/assets/0x13Ab6739368a4e4abf24695bf52959224367391f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x13DfE44c7B461222e10597E517e4485Ff4766582/info.json b/blockchains/smartchain/assets/0x13DfE44c7B461222e10597E517e4485Ff4766582/info.json deleted file mode 100644 index 850c2f4d80de8..0000000000000 --- a/blockchains/smartchain/assets/0x13DfE44c7B461222e10597E517e4485Ff4766582/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Moon Nation Token", - "website": "https://moonnation.org/", - "description": "Utility token to play and inGame economy of Moon Nation Game.", - "explorer": "https://bscscan.com/token/0x13DfE44c7B461222e10597E517e4485Ff4766582", - "type": "BEP20", - "symbol": "MNG", - "decimals": 9, - "status": "active", - "id": "0x13DfE44c7B461222e10597E517e4485Ff4766582", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MoonNation0" - }, - { - "name": "telegram", - "url": "https://t.me/moonnation" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/moon-nation-game/" - } - ], - "tags": [ - "gamefi", - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x13DfE44c7B461222e10597E517e4485Ff4766582/logo.png b/blockchains/smartchain/assets/0x13DfE44c7B461222e10597E517e4485Ff4766582/logo.png deleted file mode 100644 index 46900ade98360..0000000000000 Binary files a/blockchains/smartchain/assets/0x13DfE44c7B461222e10597E517e4485Ff4766582/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x13E1070E3a388e53Ec35480Ff494538f9FFc5b8D/info.json b/blockchains/smartchain/assets/0x13E1070E3a388e53Ec35480Ff494538f9FFc5b8D/info.json deleted file mode 100644 index cfa833a701985..0000000000000 --- a/blockchains/smartchain/assets/0x13E1070E3a388e53Ec35480Ff494538f9FFc5b8D/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "BRICKS Token", - "website": "https://mybricksfinance.com/", - "description": "BRICKS is a token issued by MyBricks aiming to make property investment accessible for everyone.", - "explorer": "https://bscscan.com/token/0x13e1070e3a388e53ec35480ff494538f9ffc5b8d", - "type": "BEP20", - "symbol": "BRICKS", - "decimals": 9, - "status": "active", - "id": "0x13E1070E3a388e53Ec35480Ff494538f9FFc5b8D", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MyBricksFinance" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/MyBricksFinance/" - }, - { - "name": "whitepaper", - "url": "https://mybricksfinance.com/whitepaper" - }, - { - "name": "telegram", - "url": "https://t.me/joinchat/4Anv441AtLUxNDhk" - }, - { - "name": "facebook", - "url": "https://facebook.com/MyBricksFinance/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCSy6_IckShnzQjfJw5Xh9qQ" - }, - { - "name": "discord", - "url": "https://discord.com/xE5MVQRETy" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mybricks/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/mybricks" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x13E1070E3a388e53Ec35480Ff494538f9FFc5b8D/logo.png b/blockchains/smartchain/assets/0x13E1070E3a388e53Ec35480Ff494538f9FFc5b8D/logo.png deleted file mode 100644 index a92bca874e7fc..0000000000000 Binary files a/blockchains/smartchain/assets/0x13E1070E3a388e53Ec35480Ff494538f9FFc5b8D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x13b6A55662f6591f8B8408Af1C73B017E32eEdB8/info.json b/blockchains/smartchain/assets/0x13b6A55662f6591f8B8408Af1C73B017E32eEdB8/info.json deleted file mode 100644 index ed67b27b50510..0000000000000 --- a/blockchains/smartchain/assets/0x13b6A55662f6591f8B8408Af1C73B017E32eEdB8/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Raydium (Portal)", - "type": "BEP20", - "symbol": "RAY", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://raydium.io/", - "explorer": "https://bscscan.com/token/0x13b6A55662f6591f8B8408Af1C73B017E32eEdB8", - "status": "active", - "id": "0x13b6A55662f6591f8B8408Af1C73B017E32eEdB8", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x13b6A55662f6591f8B8408Af1C73B017E32eEdB8/logo.png b/blockchains/smartchain/assets/0x13b6A55662f6591f8B8408Af1C73B017E32eEdB8/logo.png deleted file mode 100644 index cd42f7185e707..0000000000000 Binary files a/blockchains/smartchain/assets/0x13b6A55662f6591f8B8408Af1C73B017E32eEdB8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x14016E85a25aeb13065688cAFB43044C2ef86784/info.json b/blockchains/smartchain/assets/0x14016E85a25aeb13065688cAFB43044C2ef86784/info.json deleted file mode 100644 index 305717929a76f..0000000000000 --- a/blockchains/smartchain/assets/0x14016E85a25aeb13065688cAFB43044C2ef86784/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "BNB pegged TrueUSD", - "website": "https://www.trueusd.com/", - "description": "BNB pegged TrueUSD (TUSDP BEP20) is a token issued by Binance on Smart Chain; its price is pegged to TrueUSD (TUSD ERC20) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0x14016e85a25aeb13065688cafb43044c2ef86784", - "symbol": "TUSD", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x14016E85a25aeb13065688cAFB43044C2ef86784", - "tags": [ - "binance-peg", - "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/smartchain/assets/0x14016E85a25aeb13065688cAFB43044C2ef86784/logo.png b/blockchains/smartchain/assets/0x14016E85a25aeb13065688cAFB43044C2ef86784/logo.png deleted file mode 100644 index 0ae677cd2bac8..0000000000000 Binary files a/blockchains/smartchain/assets/0x14016E85a25aeb13065688cAFB43044C2ef86784/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x14357D294fBabbE0fbF59503370c772d563b35b6/info.json b/blockchains/smartchain/assets/0x14357D294fBabbE0fbF59503370c772d563b35b6/info.json deleted file mode 100644 index eb97624749942..0000000000000 --- a/blockchains/smartchain/assets/0x14357D294fBabbE0fbF59503370c772d563b35b6/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HummingBird Finance", - "type": "BEP20", - "symbol": "Hmng", - "decimals": 9, - "website": "https://www.hummingbirdbsc.org/", - "description": "Hummingbird Finance contract is designed to apply 3% tax to every transaction. 1.5% is distributed to the current holders and 1.5 % is burned forever which decreases supply of HMNG. ", - "explorer": "https://bscscan.com/token/0x14357d294fbabbe0fbf59503370c772d563b35b6", - "status": "active", - "id": "0x14357D294fBabbE0fbF59503370c772d563b35b6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x14357D294fBabbE0fbF59503370c772d563b35b6/logo.png b/blockchains/smartchain/assets/0x14357D294fBabbE0fbF59503370c772d563b35b6/logo.png deleted file mode 100644 index c43d842aa9854..0000000000000 Binary files a/blockchains/smartchain/assets/0x14357D294fBabbE0fbF59503370c772d563b35b6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1446f3CEdf4d86a9399E49f7937766E6De2A3AAB/info.json b/blockchains/smartchain/assets/0x1446f3CEdf4d86a9399E49f7937766E6De2A3AAB/info.json deleted file mode 100644 index 3408a0fb6f250..0000000000000 --- a/blockchains/smartchain/assets/0x1446f3CEdf4d86a9399E49f7937766E6De2A3AAB/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Krown", - "website": "https://kingdefi.io", - "description": "Krown is a multi-chain yield aggregator.", - "explorer": "https://bscscan.com/token/0x1446f3CEdf4d86a9399E49f7937766E6De2A3AAB", - "type": "BEP20", - "symbol": "KRW", - "decimals": 18, - "status": "active", - "id": "0x1446f3CEdf4d86a9399E49f7937766E6De2A3AAB", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/KingDefi2" - }, - { - "name": "telegram", - "url": "https://t.me/KingDefi_Community" - }, - { - "name": "discord", - "url": "https://discord.com/invite/9d3RrbNvTM" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1446f3CEdf4d86a9399E49f7937766E6De2A3AAB/logo.png b/blockchains/smartchain/assets/0x1446f3CEdf4d86a9399E49f7937766E6De2A3AAB/logo.png deleted file mode 100644 index 84708139357bf..0000000000000 Binary files a/blockchains/smartchain/assets/0x1446f3CEdf4d86a9399E49f7937766E6De2A3AAB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1476e96FAdb37668d7680921297e2ab98Ec36c2F/info.json b/blockchains/smartchain/assets/0x1476e96FAdb37668d7680921297e2ab98Ec36c2F/info.json deleted file mode 100644 index ddf8de7ee4fe0..0000000000000 --- a/blockchains/smartchain/assets/0x1476e96FAdb37668d7680921297e2ab98Ec36c2F/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Floki Rocket", - "website": "https://flokirocket.finance/", - "description": "Alongside our limited edition NFT’s, Floki Rocket is a low tax reward token which has been designed to generously reward you in $BNB simply for holding!", - "explorer": "https://bscscan.com/token/0x1476e96FAdb37668d7680921297e2ab98Ec36c2F", - "type": "BEP20", - "symbol": "RLOKI", - "decimals": 18, - "status": "active", - "id": "0x1476e96FAdb37668d7680921297e2ab98Ec36c2F", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/rlokirocket" - }, - { - "name": "telegram", - "url": "https://t.me/floki_rocket_official" - }, - { - "name": "facebook", - "url": "https://facebook.com/Floki-Rocket-Token-100248829123164" - }, - { - "name": "whitepaper", - "url": "https://flokirocket.finance/Whitepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1476e96FAdb37668d7680921297e2ab98Ec36c2F/logo.png b/blockchains/smartchain/assets/0x1476e96FAdb37668d7680921297e2ab98Ec36c2F/logo.png deleted file mode 100644 index 843721f395810..0000000000000 Binary files a/blockchains/smartchain/assets/0x1476e96FAdb37668d7680921297e2ab98Ec36c2F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x147E07976E1ae78287c33aAFAab87760d32E50A5/info.json b/blockchains/smartchain/assets/0x147E07976E1ae78287c33aAFAab87760d32E50A5/info.json deleted file mode 100644 index b068e0c960fe1..0000000000000 --- a/blockchains/smartchain/assets/0x147E07976E1ae78287c33aAFAab87760d32E50A5/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "dexIRA", - "type": "BEP20", - "symbol": "DEX", - "decimals": 9, - "website": "https://www.dexira.com", - "description": "dexIRA provides fully automated BNB redistribution, multi-currency dividend rewards, advanced buyback protocols, and tokenomics that promote longterm holding", - "explorer": "https://bscscan.com/token/0x147E07976E1ae78287c33aAFAab87760d32E50A5", - "status": "active", - "id": "0x147E07976E1ae78287c33aAFAab87760d32E50A5", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/dexiratoken" - }, - { - "name": "github", - "url": "https://github.com/dexira" - }, - { - "name": "telegram", - "url": "https://t.me/dexira" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/dexIRAtoken" - }, - { - "name": "whitepaper", - "url": "https://dexira.com/whitepaper" - }, - { - "name": "medium", - "url": "https://medium.com/@dexIRA" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x147E07976E1ae78287c33aAFAab87760d32E50A5/logo.png b/blockchains/smartchain/assets/0x147E07976E1ae78287c33aAFAab87760d32E50A5/logo.png deleted file mode 100644 index 1baf07643f5bf..0000000000000 Binary files a/blockchains/smartchain/assets/0x147E07976E1ae78287c33aAFAab87760d32E50A5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x14940169E2Db1595CDD3CACd30DECC5bbB4d9f19/info.json b/blockchains/smartchain/assets/0x14940169E2Db1595CDD3CACd30DECC5bbB4d9f19/info.json deleted file mode 100644 index 1dedf7c36e8c9..0000000000000 --- a/blockchains/smartchain/assets/0x14940169E2Db1595CDD3CACd30DECC5bbB4d9f19/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Santa Floki v2.0", - "type": "BEP20", - "symbol": "HOHOHO V2.0", - "decimals": 4, - "website": "https://www.santafloki.com/", - "description": "Santa Floki ($HoHoHo) v2.0 is a relaunch in order to better serve our future utility ecosystem (gaming, staking and metaverse).", - "explorer": "https://bscscan.com/token/0x14940169E2Db1595CDD3CACd30DECC5bbB4d9f19", - "status": "active", - "id": "0x14940169E2Db1595CDD3CACd30DECC5bbB4d9f19", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Santa_Floki" - }, - { - "name": "telegram", - "url": "https://t.me/Santa_Floki" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x14940169E2Db1595CDD3CACd30DECC5bbB4d9f19/logo.png b/blockchains/smartchain/assets/0x14940169E2Db1595CDD3CACd30DECC5bbB4d9f19/logo.png deleted file mode 100644 index 31df8d73bb197..0000000000000 Binary files a/blockchains/smartchain/assets/0x14940169E2Db1595CDD3CACd30DECC5bbB4d9f19/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x14B06bF2C5B0AFd259c47c4be39cB9368ef0be3f/info.json b/blockchains/smartchain/assets/0x14B06bF2C5B0AFd259c47c4be39cB9368ef0be3f/info.json deleted file mode 100644 index e6258dc0fb92a..0000000000000 --- a/blockchains/smartchain/assets/0x14B06bF2C5B0AFd259c47c4be39cB9368ef0be3f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "GOUDA Token", - "website": "https://cowswap.app", - "description": "CowSwap is a yield farming project whereby users can get FLIP (LP token) for staking and get GOUDA token as reward.", - "explorer": "https://bscscan.com/token/0x14B06bF2C5B0AFd259c47c4be39cB9368ef0be3f", - "type": "BEP20", - "symbol": "GOUDA", - "decimals": 18, - "status": "active", - "id": "0x14B06bF2C5B0AFd259c47c4be39cB9368ef0be3f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x14B06bF2C5B0AFd259c47c4be39cB9368ef0be3f/logo.png b/blockchains/smartchain/assets/0x14B06bF2C5B0AFd259c47c4be39cB9368ef0be3f/logo.png deleted file mode 100644 index e26d17b7068c7..0000000000000 Binary files a/blockchains/smartchain/assets/0x14B06bF2C5B0AFd259c47c4be39cB9368ef0be3f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x14B13E06f75E1F0Fd51ca2E699589Ef398E10F4C/info.json b/blockchains/smartchain/assets/0x14B13E06f75E1F0Fd51ca2E699589Ef398E10F4C/info.json deleted file mode 100644 index ff0a42e354f5c..0000000000000 --- a/blockchains/smartchain/assets/0x14B13E06f75E1F0Fd51ca2E699589Ef398E10F4C/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "IDM Token", - "type": "BEP20", - "symbol": "IDM", - "decimals": 9, - "website": "https://idmcoop.com/", - "description": "IDM Token is intended to invite crypto currency investors to finance our big project in building a digital ecosystem of cooperatives and MSMEs in Indonesia. IDM tokens are at an early stage on the Binance Smart Chain network.", - "explorer": "https://bscscan.com/token/0x14B13E06f75E1F0Fd51ca2E699589Ef398E10F4C", - "status": "active", - "id": "0x14B13E06f75E1F0Fd51ca2E699589Ef398E10F4C", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/IDMToken" - }, - { - "name": "github", - "url": "https://github.com/idmtoken" - }, - { - "name": "telegram", - "url": "https://t.me/IDMTokenGlobal" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/idm-token/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/id/koin_koin/idm-token" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x14B13E06f75E1F0Fd51ca2E699589Ef398E10F4C/logo.png b/blockchains/smartchain/assets/0x14B13E06f75E1F0Fd51ca2E699589Ef398E10F4C/logo.png deleted file mode 100644 index abafd7d3fb4f4..0000000000000 Binary files a/blockchains/smartchain/assets/0x14B13E06f75E1F0Fd51ca2E699589Ef398E10F4C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x14E8BCd053e68A22f239b9e9bEaD87932465D245/info.json b/blockchains/smartchain/assets/0x14E8BCd053e68A22f239b9e9bEaD87932465D245/info.json deleted file mode 100644 index e87c91fa87dea..0000000000000 --- a/blockchains/smartchain/assets/0x14E8BCd053e68A22f239b9e9bEaD87932465D245/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Value Finance", - "type": "BEP20", - "symbol": "VFT", - "decimals": 18, - "website": "https://valuefinance.io", - "description": "Value finance helps to empower new and existing project with infrastructures required for active blockchain participation", - "explorer": "https://bscscan.com/token/0x14e8bcd053e68a22f239b9e9bead87932465d245", - "status": "active", - "id": "0x14E8BCd053e68A22f239b9e9bEaD87932465D245", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/valuefinance_" - }, - { - "name": "github", - "url": "https://github.com/valuefi" - }, - { - "name": "telegram", - "url": "https://t.me/ValueFichat" - }, - { - "name": "whitepaper", - "url": "https://valuefinance.io/whitepaper.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/@ValueFi" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/value-finance" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/value-finance" - } - ], - "tags": [ - "staking", - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x14E8BCd053e68A22f239b9e9bEaD87932465D245/logo.png b/blockchains/smartchain/assets/0x14E8BCd053e68A22f239b9e9bEaD87932465D245/logo.png deleted file mode 100644 index 13647970daa3d..0000000000000 Binary files a/blockchains/smartchain/assets/0x14E8BCd053e68A22f239b9e9bEaD87932465D245/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x14aF0e9D51d9FE25c1675cC580409b640286167F/info.json b/blockchains/smartchain/assets/0x14aF0e9D51d9FE25c1675cC580409b640286167F/info.json deleted file mode 100644 index 095ee14c770f9..0000000000000 --- a/blockchains/smartchain/assets/0x14aF0e9D51d9FE25c1675cC580409b640286167F/info.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "name": "Boom Shiba", - "type": "BEP20", - "symbol": "BOOMSHIBA", - "decimals": 18, - "website": "https://boomshiba.com/", - "description": "Boom Shiba - BUSD Rewards with the Power of Shiba.", - "explorer": "https://bscscan.com/token/0x14aF0e9D51d9FE25c1675cC580409b640286167F", - "status": "active", - "id": "0x14aF0e9D51d9FE25c1675cC580409b640286167F", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/boomshiba" - }, - { - "name": "github", - "url": "https://github.com/BOOMSHIBA/BoomShiba" - }, - { - "name": "telegram", - "url": "https://t.me/boomshiba" - }, - { - "name": "whitepaper", - "url": "https://boomshiba.com/whitepaper.pdf" - }, - { - "name": "forum", - "url": "https://bitcointalk.org/index.php?topic=5368412" - }, - { - "name": "discord", - "url": "https://discord.com/invite/TkNCNEUqFc" - }, - { - "name": "medium", - "url": "https://medium.com/@BoomShiba" - }, - { - "name": "facebook", - "url": "https://facebook.com/boomshibacoin" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/boomshiba" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/boom-shiba/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/boom-shiba" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x14af0e9d51d9fe25c1675cc580409b640286167f#code#L1" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x14aF0e9D51d9FE25c1675cC580409b640286167F/logo.png b/blockchains/smartchain/assets/0x14aF0e9D51d9FE25c1675cC580409b640286167F/logo.png deleted file mode 100644 index 868cc8a42a424..0000000000000 Binary files a/blockchains/smartchain/assets/0x14aF0e9D51d9FE25c1675cC580409b640286167F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x14c358b573a4cE45364a3DBD84BBb4Dae87af034/info.json b/blockchains/smartchain/assets/0x14c358b573a4cE45364a3DBD84BBb4Dae87af034/info.json deleted file mode 100644 index 2bff106452593..0000000000000 --- a/blockchains/smartchain/assets/0x14c358b573a4cE45364a3DBD84BBb4Dae87af034/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "DungeonSwap Token", - "website": "https://dungeonswap.app/", - "description": "DungeonSwap is a decentralized table-top RPG style web game on the Binance Smart Chain with yield farming features and NFTs.", - "explorer": "https://bscscan.com/token/0x14c358b573a4cE45364a3DBD84BBb4Dae87af034", - "type": "BEP20", - "symbol": "DND", - "decimals": 18, - "status": "active", - "id": "0x14c358b573a4cE45364a3DBD84BBb4Dae87af034", - "links": [ - { - "name": "telegram", - "url": "https://t.me/dungeonswap" - }, - { - "name": "twitter", - "url": "https://twitter.com/DungeonSwap" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Dungeonswap/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x14c358b573a4cE45364a3DBD84BBb4Dae87af034/logo.png b/blockchains/smartchain/assets/0x14c358b573a4cE45364a3DBD84BBb4Dae87af034/logo.png deleted file mode 100644 index be6c552aee0fc..0000000000000 Binary files a/blockchains/smartchain/assets/0x14c358b573a4cE45364a3DBD84BBb4Dae87af034/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x150159C72F0F9Ef9000BF95E242dE6682480D6D3/info.json b/blockchains/smartchain/assets/0x150159C72F0F9Ef9000BF95E242dE6682480D6D3/info.json deleted file mode 100644 index d712d79ac6edf..0000000000000 --- a/blockchains/smartchain/assets/0x150159C72F0F9Ef9000BF95E242dE6682480D6D3/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "MoonStop Token", - "website": "https://moonstop.space", - "description": "MNSTP is a deflationary meme token with a strong community ethos.", - "explorer": "https://bscscan.com/token/0x150159C72F0F9Ef9000BF95E242dE6682480D6D3", - "research": "", - "type": "BEP20", - "symbol": "MNSTP", - "decimals": 9, - "status": "active", - "id": "0x150159C72F0F9Ef9000BF95E242dE6682480D6D3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x150159C72F0F9Ef9000BF95E242dE6682480D6D3/logo.png b/blockchains/smartchain/assets/0x150159C72F0F9Ef9000BF95E242dE6682480D6D3/logo.png deleted file mode 100644 index 24fd431574783..0000000000000 Binary files a/blockchains/smartchain/assets/0x150159C72F0F9Ef9000BF95E242dE6682480D6D3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x151B1e2635A717bcDc836ECd6FbB62B674FE3E1D/info.json b/blockchains/smartchain/assets/0x151B1e2635A717bcDc836ECd6FbB62B674FE3E1D/info.json deleted file mode 100644 index ea520c96c5974..0000000000000 --- a/blockchains/smartchain/assets/0x151B1e2635A717bcDc836ECd6FbB62B674FE3E1D/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Venus XVS", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "research": "https://research.binance.com/en/projects/venus", - "explorer": "https://bscscan.com/token/0x151B1e2635A717bcDc836ECd6FbB62B674FE3E1D", - "type": "BEP20", - "symbol": "vXVS", - "decimals": 8, - "status": "active", - "id": "0x151B1e2635A717bcDc836ECd6FbB62B674FE3E1D", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x151B1e2635A717bcDc836ECd6FbB62B674FE3E1D/logo.png b/blockchains/smartchain/assets/0x151B1e2635A717bcDc836ECd6FbB62B674FE3E1D/logo.png deleted file mode 100644 index f0eb4c153b907..0000000000000 Binary files a/blockchains/smartchain/assets/0x151B1e2635A717bcDc836ECd6FbB62B674FE3E1D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1529642Cd0075d3DA049aA43005fdfaBCa54a070/info.json b/blockchains/smartchain/assets/0x1529642Cd0075d3DA049aA43005fdfaBCa54a070/info.json deleted file mode 100644 index b89e2aa513a43..0000000000000 --- a/blockchains/smartchain/assets/0x1529642Cd0075d3DA049aA43005fdfaBCa54a070/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Baby CateCoin", - "type": "BEP20", - "symbol": "BabyCATE", - "decimals": 9, - "website": "https://babycatecoin.net/", - "description": "Baby CateCoin is a meme token that will have utility (e.g. Baby Cate Coin Swap, NFT Marketplace, Merch Shop, Wallet and P2E). It has a very strong community and a very hard working team that has a sole goal to make this successful.", - "explorer": "https://bscscan.com/token/0x1529642Cd0075d3DA049aA43005fdfaBCa54a070", - "status": "active", - "id": "0x1529642Cd0075d3DA049aA43005fdfaBCa54a070", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/catecoinbaby" - }, - { - "name": "telegram", - "url": "https://t.me/BabyCate" - }, - { - "name": "discord", - "url": "https://discord.com/invite/Qc9eH4F3" - }, - { - "name": "reddit", - "url": "https://reddit.com/babycatecoin" - }, - { - "name": "whitepaper", - "url": "https://babycatecoin.net/wp-content/uploads/2021/11/WHITEPAPER-finalz.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1529642Cd0075d3DA049aA43005fdfaBCa54a070/logo.png b/blockchains/smartchain/assets/0x1529642Cd0075d3DA049aA43005fdfaBCa54a070/logo.png deleted file mode 100644 index 6ffbb071b21c7..0000000000000 Binary files a/blockchains/smartchain/assets/0x1529642Cd0075d3DA049aA43005fdfaBCa54a070/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x154A9F9cbd3449AD22FDaE23044319D6eF2a1Fab/info.json b/blockchains/smartchain/assets/0x154A9F9cbd3449AD22FDaE23044319D6eF2a1Fab/info.json deleted file mode 100644 index edc00eb48fa34..0000000000000 --- a/blockchains/smartchain/assets/0x154A9F9cbd3449AD22FDaE23044319D6eF2a1Fab/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CryptoBlades Skill Token", - "website": "https://cryptoblades.io", - "description": "CryptoBlades is a Play to Earn NFT RPG developed by Riveted Games on the Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x154a9f9cbd3449ad22fdae23044319d6ef2a1fab", - "type": "BEP20", - "symbol": "SKILL", - "decimals": 18, - "status": "active", - "id": "0x154A9F9cbd3449AD22FDaE23044319D6eF2a1Fab" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x154A9F9cbd3449AD22FDaE23044319D6eF2a1Fab/logo.png b/blockchains/smartchain/assets/0x154A9F9cbd3449AD22FDaE23044319D6eF2a1Fab/logo.png deleted file mode 100644 index d3b392e3d8bad..0000000000000 Binary files a/blockchains/smartchain/assets/0x154A9F9cbd3449AD22FDaE23044319D6eF2a1Fab/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x154ECeB42679ac155EeF18820dE2Be75699263A8/info.json b/blockchains/smartchain/assets/0x154ECeB42679ac155EeF18820dE2Be75699263A8/info.json deleted file mode 100644 index 25cf593a201d2..0000000000000 --- a/blockchains/smartchain/assets/0x154ECeB42679ac155EeF18820dE2Be75699263A8/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "MamyShibaInu", - "type": "BEP20", - "symbol": "MamySHIBA", - "decimals": 9, - "website": "https://mamyshibainu.com/", - "description": "The amount of Mamy Shiba grow every day in your wallet as all holders automatically receive a 2% fee from every buy transaction and 7% fee from every sell transaction that happens on the Mamy Shiba network..", - "explorer": "https://bscscan.com/token/0x154ECeB42679ac155EeF18820dE2Be75699263A8", - "status": "active", - "id": "0x154ECeB42679ac155EeF18820dE2Be75699263A8", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/MamyShibaInuGithub/" - }, - { - "name": "twitter", - "url": "https://twitter.com/MamyShibaInu/" - }, - { - "name": "telegram", - "url": "https://t.me/Mamyshibainuchannel" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x154ECeB42679ac155EeF18820dE2Be75699263A8/logo.png b/blockchains/smartchain/assets/0x154ECeB42679ac155EeF18820dE2Be75699263A8/logo.png deleted file mode 100644 index 75f498345e40c..0000000000000 Binary files a/blockchains/smartchain/assets/0x154ECeB42679ac155EeF18820dE2Be75699263A8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x155040625D7ae3e9caDA9a73E3E44f76D3Ed1409/info.json b/blockchains/smartchain/assets/0x155040625D7ae3e9caDA9a73E3E44f76D3Ed1409/info.json deleted file mode 100644 index 786a37022bd81..0000000000000 --- a/blockchains/smartchain/assets/0x155040625D7ae3e9caDA9a73E3E44f76D3Ed1409/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Revomon", - "type": "BEP20", - "symbol": "REVO", - "decimals": 18, - "website": "https://revomon.io/", - "description": "Revomon is an exciting online RPG that combines an immersive virtual reality experience with groundbreaking NFT blockchain technology.", - "explorer": "https://bscscan.com/token/0x155040625D7ae3e9caDA9a73E3E44f76D3Ed1409", - "status": "active", - "id": "0x155040625D7ae3e9caDA9a73E3E44f76D3Ed1409", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/RevomonVR" - }, - { - "name": "telegram", - "url": "https://t.me/revomon" - }, - { - "name": "telegram_news", - "url": "https://t.me/revomonnews" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x155040625D7ae3e9caDA9a73E3E44f76D3Ed1409/logo.png b/blockchains/smartchain/assets/0x155040625D7ae3e9caDA9a73E3E44f76D3Ed1409/logo.png deleted file mode 100644 index 57b19dd212666..0000000000000 Binary files a/blockchains/smartchain/assets/0x155040625D7ae3e9caDA9a73E3E44f76D3Ed1409/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x156ab3346823B651294766e23e6Cf87254d68962/info.json b/blockchains/smartchain/assets/0x156ab3346823B651294766e23e6Cf87254d68962/info.json deleted file mode 100644 index 0bf04a4de1ce8..0000000000000 --- a/blockchains/smartchain/assets/0x156ab3346823B651294766e23e6Cf87254d68962/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "LUNA (Portal)", - "type": "BEP20", - "symbol": "LUNA", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://terra.money", - "explorer": "https://bscscan.com/token/0x156ab3346823B651294766e23e6Cf87254d68962", - "status": "active", - "id": "0x156ab3346823B651294766e23e6Cf87254d68962", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x156ab3346823B651294766e23e6Cf87254d68962/logo.png b/blockchains/smartchain/assets/0x156ab3346823B651294766e23e6Cf87254d68962/logo.png deleted file mode 100644 index 2a885151a2b72..0000000000000 Binary files a/blockchains/smartchain/assets/0x156ab3346823B651294766e23e6Cf87254d68962/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x156df0dd6300C73ac692D805720967cf4464776e/info.json b/blockchains/smartchain/assets/0x156df0dd6300C73ac692D805720967cf4464776e/info.json deleted file mode 100644 index b4fbc4d2d4aed..0000000000000 --- a/blockchains/smartchain/assets/0x156df0dd6300C73ac692D805720967cf4464776e/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "AstroSpaces.io", - "website": "https://astrospaces.io/token", - "description": "AstroSpaces.io is building the biggest web3 integrated social network!", - "explorer": "https://bscscan.com/token/0x156df0dd6300C73ac692D805720967cf4464776e", - "type": "BEP20", - "symbol": "SPACES", - "decimals": 9, - "status": "active", - "id": "0x156df0dd6300C73ac692D805720967cf4464776e", - "tags": [ - "nft" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/jonathanstoker/astrospacesio" - }, - { - "name": "twitter", - "url": "https://twitter.com/astrospacesio" - }, - { - "name": "telegram", - "url": "https://t.me/astrospacesio" - } - ] -} diff --git a/blockchains/smartchain/assets/0x156df0dd6300C73ac692D805720967cf4464776e/logo.png b/blockchains/smartchain/assets/0x156df0dd6300C73ac692D805720967cf4464776e/logo.png deleted file mode 100644 index f2bd84efa085c..0000000000000 Binary files a/blockchains/smartchain/assets/0x156df0dd6300C73ac692D805720967cf4464776e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x158648792927eBb7a5c0D598BaB4D23417465E0B/info.json b/blockchains/smartchain/assets/0x158648792927eBb7a5c0D598BaB4D23417465E0B/info.json deleted file mode 100644 index 07c379058c971..0000000000000 --- a/blockchains/smartchain/assets/0x158648792927eBb7a5c0D598BaB4D23417465E0B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "OLD Real Trump Token - DO NOT BUY", - "website": "https://realtrumptoken.com/", - "description": "DO NOT BUY! CHECK RTT WEBSITE TO SEE HOW TO SWAP TO V2", - "explorer": "https://bscscan.com/token/0x158648792927ebb7a5c0d598bab4d23417465e0b", - "type": "BEP20", - "symbol": "RTT", - "decimals": 9, - "status": "abandoned", - "id": "0x158648792927eBb7a5c0D598BaB4D23417465E0B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x158648792927eBb7a5c0D598BaB4D23417465E0B/logo.png b/blockchains/smartchain/assets/0x158648792927eBb7a5c0D598BaB4D23417465E0B/logo.png deleted file mode 100644 index 43cca2e8bd009..0000000000000 Binary files a/blockchains/smartchain/assets/0x158648792927eBb7a5c0D598BaB4D23417465E0B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x159802FBE16Aa6a0863a56a18DD41Afce546c93E/info.json b/blockchains/smartchain/assets/0x159802FBE16Aa6a0863a56a18DD41Afce546c93E/info.json deleted file mode 100644 index c1102f836240a..0000000000000 --- a/blockchains/smartchain/assets/0x159802FBE16Aa6a0863a56a18DD41Afce546c93E/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Savetheworld", - "type": "BEP20", - "symbol": "Save", - "decimals": 9, - "website": "https://savetheworld.health/", - "description": "A deflationary Charity Token allows for users frictionless rewards while taxing and generating fees per transaction. Given the dynamism of the project and the fact that there are endless worthy charitable causes, Save will consistently draw in new investors, both philanthropic and speculative alike. Unlike many supposed “charity” tokens, we will provide proof of donations and ensure all funds reach their worthy causes. With all charity-based projects, transparency is of the utmost importance.", - "explorer": "https://bscscan.com/token/0x159802FBE16Aa6a0863a56a18DD41Afce546c93E", - "status": "active", - "id": "0x159802FBE16Aa6a0863a56a18DD41Afce546c93E" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x159802FBE16Aa6a0863a56a18DD41Afce546c93E/logo.png b/blockchains/smartchain/assets/0x159802FBE16Aa6a0863a56a18DD41Afce546c93E/logo.png deleted file mode 100644 index 9e989f5d47591..0000000000000 Binary files a/blockchains/smartchain/assets/0x159802FBE16Aa6a0863a56a18DD41Afce546c93E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x15E2BFF3AB5dcF1F7b5b854636939F3649ce3cf8/info.json b/blockchains/smartchain/assets/0x15E2BFF3AB5dcF1F7b5b854636939F3649ce3cf8/info.json deleted file mode 100644 index 664aafa5126b6..0000000000000 --- a/blockchains/smartchain/assets/0x15E2BFF3AB5dcF1F7b5b854636939F3649ce3cf8/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "DogeFather", - "type": "BEP20", - "symbol": "FATHER", - "decimals": 9, - "website": "https://dogefat.com", - "description": "DogeFather is a community owned Meme token, which aims to build a completely decentralised ecosystem. It aims to develop dGames dChart dSwap dPad.", - "explorer": "https://bscscan.com/token/0x15e2bff3ab5dcf1f7b5b854636939f3649ce3cf8", - "status": "active", - "id": "0x15E2BFF3AB5dcF1F7b5b854636939F3649ce3cf8", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/dogefatherDEFI" - }, - { - "name": "telegram", - "url": "https://t.me/dogefather_global" - }, - { - "name": "whitepaper", - "url": "https://dogefat.com/assets/dogefather_whitepaper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/dogefather-token/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/dogefather-token" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x15e2bff3ab5dcf1f7b5b854636939f3649ce3cf8#code" - }, - { - "name": "medium", - "url": "https://medium.com/@dogefatherGlobal" - } - ], - "tags": [ - "defi", - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x15E2BFF3AB5dcF1F7b5b854636939F3649ce3cf8/logo.png b/blockchains/smartchain/assets/0x15E2BFF3AB5dcF1F7b5b854636939F3649ce3cf8/logo.png deleted file mode 100644 index 9d1d6d9405be2..0000000000000 Binary files a/blockchains/smartchain/assets/0x15E2BFF3AB5dcF1F7b5b854636939F3649ce3cf8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x15Ea6B8481bF1C991aC3dC8e67279d31651a56FE/info.json b/blockchains/smartchain/assets/0x15Ea6B8481bF1C991aC3dC8e67279d31651a56FE/info.json deleted file mode 100644 index 89043ce65fa13..0000000000000 --- a/blockchains/smartchain/assets/0x15Ea6B8481bF1C991aC3dC8e67279d31651a56FE/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Cylum Finance", - "type": "BEP20", - "symbol": "CYM", - "decimals": 9, - "website": "https://cylum.io", - "description": "Cylum is a protocol built as a Launchpad for Metaverse projects on the Binance Smart Chain, as well as partnerships and funding. The CYM token is used to power and drive this ecosystem. In addition to our reward system, we have a unique lock-stake algorithm. ", - "explorer": "https://bscscan.com/token/0x15ea6b8481bf1c991ac3dc8e67279d31651a56fe", - "status": "active", - "id": "0x15Ea6B8481bF1C991aC3dC8e67279d31651a56FE", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/cylumfinance" - }, - { - "name": "github", - "url": "https://github.com/cylumfinance" - }, - { - "name": "telegram", - "url": "https://t.me/cylumfinance" - }, - { - "name": "telegram_news", - "url": "https://t.me/cylumfinancenews" - }, - { - "name": "blog", - "url": "https://cyfi.medium.com" - }, - { - "name": "docs", - "url": "https://docs.cylum.io" - } - ], - "tags": [ - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0x15Ea6B8481bF1C991aC3dC8e67279d31651a56FE/logo.png b/blockchains/smartchain/assets/0x15Ea6B8481bF1C991aC3dC8e67279d31651a56FE/logo.png deleted file mode 100644 index 18719ccf8e714..0000000000000 Binary files a/blockchains/smartchain/assets/0x15Ea6B8481bF1C991aC3dC8e67279d31651a56FE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1606940bB5Cd6de59A7E25367F4fB8965f38F122/info.json b/blockchains/smartchain/assets/0x1606940bB5Cd6de59A7E25367F4fB8965f38F122/info.json deleted file mode 100644 index 83f3c8d6f2e4c..0000000000000 --- a/blockchains/smartchain/assets/0x1606940bB5Cd6de59A7E25367F4fB8965f38F122/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "AquaGoat", - "type": "BEP20", - "symbol": "AQUAGOAT", - "decimals": 9, - "website": "https://aquagoat.finance/", - "description": "AquaGoat is a next-generation ecological social cryptocurrency. AquaGoat operates as a deflationary automated liquidity-locking and self-staking direct distribution protocol, providing safe, secure and hassle-free transactions and yield-generation for all holders. ", - "explorer": "https://bscscan.com/token/0x1606940bB5Cd6de59A7E25367F4fB8965f38F122", - "status": "active", - "id": "0x1606940bB5Cd6de59A7E25367F4fB8965f38F122" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1606940bB5Cd6de59A7E25367F4fB8965f38F122/logo.png b/blockchains/smartchain/assets/0x1606940bB5Cd6de59A7E25367F4fB8965f38F122/logo.png deleted file mode 100644 index e1f3c6346d7f6..0000000000000 Binary files a/blockchains/smartchain/assets/0x1606940bB5Cd6de59A7E25367F4fB8965f38F122/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1610bc33319e9398de5f57B33a5b184c806aD217/info.json b/blockchains/smartchain/assets/0x1610bc33319e9398de5f57B33a5b184c806aD217/info.json deleted file mode 100644 index b3c6484cf3079..0000000000000 --- a/blockchains/smartchain/assets/0x1610bc33319e9398de5f57B33a5b184c806aD217/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Venus DOT", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "research": "https://research.binance.com/en/projects/venus", - "explorer": "https://bscscan.com/token/0x1610bc33319e9398de5f57B33a5b184c806aD217", - "type": "BEP20", - "symbol": "vDOT", - "decimals": 8, - "status": "active", - "id": "0x1610bc33319e9398de5f57B33a5b184c806aD217", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1610bc33319e9398de5f57B33a5b184c806aD217/logo.png b/blockchains/smartchain/assets/0x1610bc33319e9398de5f57B33a5b184c806aD217/logo.png deleted file mode 100644 index 82fe761e7d828..0000000000000 Binary files a/blockchains/smartchain/assets/0x1610bc33319e9398de5f57B33a5b184c806aD217/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x16153214E683018D5aA318864c8e692b66E16778/info.json b/blockchains/smartchain/assets/0x16153214E683018D5aA318864c8e692b66E16778/info.json deleted file mode 100644 index 10ccf6afd1a11..0000000000000 --- a/blockchains/smartchain/assets/0x16153214E683018D5aA318864c8e692b66E16778/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "PolkaWar", - "symbol": "PWAR", - "type": "BEP20", - "decimals": 18, - "description": "PolkaWar is a blockchain based NFT gaming platform and marketplace. Inspired by the recent crypto NFT and gaming narratives, PolkaWar will combine and synergize them both to build an attractive platform.", - "website": "https://polkawar.com/", - "explorer": "https://bscscan.com/token/0x16153214E683018D5aA318864c8e692b66E16778", - "status": "active", - "id": "0x16153214E683018D5aA318864c8e692b66E16778", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/polkawarnft" - }, - { - "name": "telegram", - "url": "https://t.me/polkawarchat" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x16153214E683018D5aA318864c8e692b66E16778/logo.png b/blockchains/smartchain/assets/0x16153214E683018D5aA318864c8e692b66E16778/logo.png deleted file mode 100644 index dff1b7420ac06..0000000000000 Binary files a/blockchains/smartchain/assets/0x16153214E683018D5aA318864c8e692b66E16778/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x163f182C32d24A09d91EB75820cDe9FD5832b329/info.json b/blockchains/smartchain/assets/0x163f182C32d24A09d91EB75820cDe9FD5832b329/info.json deleted file mode 100644 index 2ccfa219d458c..0000000000000 --- a/blockchains/smartchain/assets/0x163f182C32d24A09d91EB75820cDe9FD5832b329/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ElonDoge", - "website": "https://elondoge.io/", - "description": "ElonDoge is a project that takes the mission to prepare society for the Mars colony seriously.", - "explorer": "https://bscscan.com/token/0x163f182c32d24a09d91eb75820cde9fd5832b329", - "type": "BEP20", - "symbol": "EDOGE", - "decimals": 9, - "status": "active", - "id": "0x163f182C32d24A09d91EB75820cDe9FD5832b329" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x163f182C32d24A09d91EB75820cDe9FD5832b329/logo.png b/blockchains/smartchain/assets/0x163f182C32d24A09d91EB75820cDe9FD5832b329/logo.png deleted file mode 100644 index 3b49ff8a58487..0000000000000 Binary files a/blockchains/smartchain/assets/0x163f182C32d24A09d91EB75820cDe9FD5832b329/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1657223BB7B9d272957B3F3Cf70F9c36a4c99aB9/info.json b/blockchains/smartchain/assets/0x1657223BB7B9d272957B3F3Cf70F9c36a4c99aB9/info.json deleted file mode 100644 index 125f57ff01012..0000000000000 --- a/blockchains/smartchain/assets/0x1657223BB7B9d272957B3F3Cf70F9c36a4c99aB9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "X-Token", - "website": "https://project-x.finance/", - "description": "X-Token is the first token that will empower crypto traders, investors, and minorities who have no access to computers. Building decentralized applications and donating the usage fees will help cryptomaniacs and minorities alike.", - "explorer": "https://bscscan.com/token/0x1657223BB7B9d272957B3F3Cf70F9c36a4c99aB9", - "type": "BEP20", - "symbol": "X-Token", - "decimals": 9, - "status": "active", - "id": "0x1657223BB7B9d272957B3F3Cf70F9c36a4c99aB9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1657223BB7B9d272957B3F3Cf70F9c36a4c99aB9/logo.png b/blockchains/smartchain/assets/0x1657223BB7B9d272957B3F3Cf70F9c36a4c99aB9/logo.png deleted file mode 100644 index aea960789fb25..0000000000000 Binary files a/blockchains/smartchain/assets/0x1657223BB7B9d272957B3F3Cf70F9c36a4c99aB9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x167e5455E4C978883B414E7f02c0147eec9a18e9/info.json b/blockchains/smartchain/assets/0x167e5455E4C978883B414E7f02c0147eec9a18e9/info.json deleted file mode 100644 index 74d255db23e1e..0000000000000 --- a/blockchains/smartchain/assets/0x167e5455E4C978883B414E7f02c0147eec9a18e9/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Life Token v2", - "type": "BEP20", - "symbol": "LTNv2", - "decimals": 18, - "website": "https://www.thelifetoken.com", - "description": "Life Token v2 is a charity orientated token on the Binance Smart Chain aiming to aid suicide prevention charities all over the world, to help save lives.", - "explorer": "https://bscscan.com/token/0x167e5455E4C978883B414E7f02c0147eec9a18e9", - "status": "active", - "id": "0x167e5455E4C978883B414E7f02c0147eec9a18e9", - "links": [ - { - "name": "telegram", - "url": "https://t.me/LifeTokenTG" - }, - { - "name": "telegram_news", - "url": "https://t.me/LifeTokenAnnouncements" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x167e5455E4C978883B414E7f02c0147eec9a18e9/logo.png b/blockchains/smartchain/assets/0x167e5455E4C978883B414E7f02c0147eec9a18e9/logo.png deleted file mode 100644 index 4d985fa5d5ae8..0000000000000 Binary files a/blockchains/smartchain/assets/0x167e5455E4C978883B414E7f02c0147eec9a18e9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x16939ef78684453bfDFb47825F8a5F714f12623a/info.json b/blockchains/smartchain/assets/0x16939ef78684453bfDFb47825F8a5F714f12623a/info.json deleted file mode 100644 index 0924c135e7cf4..0000000000000 --- a/blockchains/smartchain/assets/0x16939ef78684453bfDFb47825F8a5F714f12623a/info.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "BNB pegged Tezos Token", - "website": "https://tezos.com", - "description": "BNB pegged Tezos Token (XTZ BEP20) is a token issued by Binance on Smart Chain; its price is pegged to Tezos (XTZ) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0x16939ef78684453bfDFb47825F8a5F714f12623a", - "research": "https://research.binance.com/en/projects/tezos", - "type": "BEP20", - "symbol": "XTZ", - "decimals": 18, - "status": "active", - "id": "0x16939ef78684453bfDFb47825F8a5F714f12623a", - "tags": [ - "binance-peg", - "defi", - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x16939ef78684453bfDFb47825F8a5F714f12623a/logo.png b/blockchains/smartchain/assets/0x16939ef78684453bfDFb47825F8a5F714f12623a/logo.png deleted file mode 100644 index a3d1ea939d012..0000000000000 Binary files a/blockchains/smartchain/assets/0x16939ef78684453bfDFb47825F8a5F714f12623a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x16E79E09b3B56BCBBA83667aFf88dc6ca727Af2e/info.json b/blockchains/smartchain/assets/0x16E79E09b3B56BCBBA83667aFf88dc6ca727Af2e/info.json deleted file mode 100644 index c035115f2f7eb..0000000000000 --- a/blockchains/smartchain/assets/0x16E79E09b3B56BCBBA83667aFf88dc6ca727Af2e/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Bart Simpson Coin", - "type": "BEP20", - "symbol": "BART", - "decimals": 9, - "website": "https://bart-coin.com/", - "description": "BART, the memecoin deployed on the Binance Smart Chain (BSC) that pays homage to everyone’s favorite mischievous cartoon character.", - "explorer": "https://bscscan.com/token/0x16e79e09b3b56bcbba83667aff88dc6ca727af2e", - "status": "active", - "id": "0x16E79E09b3B56BCBBA83667aFf88dc6ca727Af2e", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Bart_BSC" - }, - { - "name": "telegram", - "url": "https://t.me/BartCoinGLOBAL" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/bart-simpson-coin/" - } - ], - "tags": [ - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x16E79E09b3B56BCBBA83667aFf88dc6ca727Af2e/logo.png b/blockchains/smartchain/assets/0x16E79E09b3B56BCBBA83667aFf88dc6ca727Af2e/logo.png deleted file mode 100644 index dadb7d64ac019..0000000000000 Binary files a/blockchains/smartchain/assets/0x16E79E09b3B56BCBBA83667aFf88dc6ca727Af2e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x16Feb16F7Ee2190312D03f449eeEc2339add2D83/info.json b/blockchains/smartchain/assets/0x16Feb16F7Ee2190312D03f449eeEc2339add2D83/info.json deleted file mode 100644 index 2ff894a51e4b8..0000000000000 --- a/blockchains/smartchain/assets/0x16Feb16F7Ee2190312D03f449eeEc2339add2D83/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "SafeUniverse", - "type": "BEP20", - "symbol": "SAFU", - "decimals": 9, - "website": "https://safeuniverse.net/", - "description": "A Frictionless Yield Generation, Community Driven Protocol.", - "explorer": "https://bscscan.com/token/0x16Feb16F7Ee2190312D03f449eeEc2339add2D83", - "status": "active", - "id": "0x16Feb16F7Ee2190312D03f449eeEc2339add2D83", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x16Feb16F7Ee2190312D03f449eeEc2339add2D83/logo.png b/blockchains/smartchain/assets/0x16Feb16F7Ee2190312D03f449eeEc2339add2D83/logo.png deleted file mode 100644 index c25740512ff3b..0000000000000 Binary files a/blockchains/smartchain/assets/0x16Feb16F7Ee2190312D03f449eeEc2339add2D83/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x16a7fa783378Da47A4F09613296b0B2Dd2B08d06/info.json b/blockchains/smartchain/assets/0x16a7fa783378Da47A4F09613296b0B2Dd2B08d06/info.json deleted file mode 100644 index 9336b8253b951..0000000000000 --- a/blockchains/smartchain/assets/0x16a7fa783378Da47A4F09613296b0B2Dd2B08d06/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "MonsterSlayer", - "type": "BEP20", - "symbol": "MS", - "decimals": 18, - "website": "https://monsterslayer.io/", - "description": "Monster Slayer allows users to become owners and monetize Blockchain based video games.", - "explorer": "https://bscscan.com/token/0x16a7fa783378Da47A4F09613296b0B2Dd2B08d06", - "status": "active", - "id": "0x16a7fa783378Da47A4F09613296b0B2Dd2B08d06", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MonsterSlayerMS" - }, - { - "name": "telegram", - "url": "https://t.me/MSCrypto_Official" - }, - { - "name": "telegram_news", - "url": "https://t.me/MSCrypto_Channel" - }, - { - "name": "blog", - "url": "https://monsterslayer.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x16a7fa783378Da47A4F09613296b0B2Dd2B08d06/logo.png b/blockchains/smartchain/assets/0x16a7fa783378Da47A4F09613296b0B2Dd2B08d06/logo.png deleted file mode 100644 index a69fb378dc192..0000000000000 Binary files a/blockchains/smartchain/assets/0x16a7fa783378Da47A4F09613296b0B2Dd2B08d06/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x16dCc0eC78E91e868DCa64bE86aeC62bf7C61037/info.json b/blockchains/smartchain/assets/0x16dCc0eC78E91e868DCa64bE86aeC62bf7C61037/info.json deleted file mode 100644 index 1b3fe7e1b16da..0000000000000 --- a/blockchains/smartchain/assets/0x16dCc0eC78E91e868DCa64bE86aeC62bf7C61037/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "EverETH", - "website": "https://evereth.net", - "description": "EverETH is a native utility token that is used for recieving dividends in Ethereum.", - "explorer": "https://bscscan.com/token/0x16dCc0eC78E91e868DCa64bE86aeC62bf7C61037", - "type": "BEP20", - "symbol": "EverETH", - "decimals": 9, - "status": "active", - "id": "0x16dCc0eC78E91e868DCa64bE86aeC62bf7C61037", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/EverETHofficial" - }, - { - "name": "facebook", - "url": "https://facebook.com/EverETHofficial" - }, - { - "name": "telegram", - "url": "https://t.me/EverETHofficial" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x16dCc0eC78E91e868DCa64bE86aeC62bf7C61037/logo.png b/blockchains/smartchain/assets/0x16dCc0eC78E91e868DCa64bE86aeC62bf7C61037/logo.png deleted file mode 100644 index a66792ef31b25..0000000000000 Binary files a/blockchains/smartchain/assets/0x16dCc0eC78E91e868DCa64bE86aeC62bf7C61037/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x16f9cc3c6F8d8006cfc0ee693CeF9D76b0d44C36/info.json b/blockchains/smartchain/assets/0x16f9cc3c6F8d8006cfc0ee693CeF9D76b0d44C36/info.json deleted file mode 100644 index 24cf4321fc617..0000000000000 --- a/blockchains/smartchain/assets/0x16f9cc3c6F8d8006cfc0ee693CeF9D76b0d44C36/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Baby Bali", - "website": "https://babybalibsc.com", - "description": "We are the first token to combine these 5 super elements at once.", - "explorer": "https://bscscan.com/token/0x16f9cc3c6F8d8006cfc0ee693CeF9D76b0d44C36", - "type": "BEP20", - "symbol": "BB", - "decimals": 9, - "status": "active", - "id": "0x16f9cc3c6F8d8006cfc0ee693CeF9D76b0d44C36", - "links": [ - { - "name": "telegram", - "url": "https://t.me/babybali" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/baby-bali/" - }, - { - "name": "twitter", - "url": "https://twitter.com/BabyBalibsc" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x16f9cc3c6F8d8006cfc0ee693CeF9D76b0d44C36/logo.png b/blockchains/smartchain/assets/0x16f9cc3c6F8d8006cfc0ee693CeF9D76b0d44C36/logo.png deleted file mode 100644 index 3d60af5549aee..0000000000000 Binary files a/blockchains/smartchain/assets/0x16f9cc3c6F8d8006cfc0ee693CeF9D76b0d44C36/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1722bf5DA9391D6986092b90a53672E8E0fead83/info.json b/blockchains/smartchain/assets/0x1722bf5DA9391D6986092b90a53672E8E0fead83/info.json deleted file mode 100644 index e4461f8b9d61f..0000000000000 --- a/blockchains/smartchain/assets/0x1722bf5DA9391D6986092b90a53672E8E0fead83/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "Wrapped ElectricCash", - "type": "BEP20", - "symbol": "wELCASH", - "decimals": 8, - "website": "https://elcash.info", - "description": "The idea of wrapped ELCASH is to advantage of the BSC infrastructure and gain exposure to smart contract functionalities. Introducing new use cases relating to smart contracts and dApp) ensures further growth of the ELCASH ecosystem. It is also an excellent chance for BSC users to join ELCASH ecosystem by swapping their tokens to wELCASH and join ELCASH ecosystem.", - "explorer": "https://bscscan.com/token/0x1722bf5DA9391D6986092b90a53672E8E0fead83", - "status": "active", - "id": "0x1722bf5DA9391D6986092b90a53672E8E0fead83", - "tags": [ - "wrappeed" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/elcash_official" - }, - { - "name": "telegram", - "url": "https://t.me/electriccash_official" - }, - { - "name": "github", - "url": "https://github.com/electric-cash" - }, - { - "name": "medium", - "url": "https://medium.com/electric-cash" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/ElectricCash" - }, - { - "name": "facebook", - "url": "https://facebook.com/electriccash.official" - }, - { - "name": "whitepaper", - "url": "https://elcash.info/pdf/electric-cash-whitepaper.pdf" - }, - { - "name": "source_code", - "url": "https://github.com/electric-cash/electric-cash-token-smart-contracts" - } - ] -} diff --git a/blockchains/smartchain/assets/0x1722bf5DA9391D6986092b90a53672E8E0fead83/logo.png b/blockchains/smartchain/assets/0x1722bf5DA9391D6986092b90a53672E8E0fead83/logo.png deleted file mode 100644 index 288f9b37a4a20..0000000000000 Binary files a/blockchains/smartchain/assets/0x1722bf5DA9391D6986092b90a53672E8E0fead83/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1730a0cA9de632B0B6c232EBb972CB0851FFC6Bf/info.json b/blockchains/smartchain/assets/0x1730a0cA9de632B0B6c232EBb972CB0851FFC6Bf/info.json deleted file mode 100644 index 5a9e9a4a8600e..0000000000000 --- a/blockchains/smartchain/assets/0x1730a0cA9de632B0B6c232EBb972CB0851FFC6Bf/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeCity", - "website": "https://safecity.live", - "description": "SAFECITY is a fully decentralized, deflationary, and community driven. Every time SAFECITY is sold, the smart contract automatically redistributes 8% of the transaction into four different buckets. 2% of the transaction is burned, 2% added to SAFECITY/BNB liquidity, 2% donated to charity, and 2% evenly distributed amongst every existing SAFECITY holding wallet.", - "explorer": "https://bscscan.com/token/0x1730a0cA9de632B0B6c232EBb972CB0851FFC6Bf", - "symbol": "SAFECITY", - "type": "BEP20", - "decimals": 9, - "status": "active", - "id": "0x1730a0cA9de632B0B6c232EBb972CB0851FFC6Bf" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1730a0cA9de632B0B6c232EBb972CB0851FFC6Bf/logo.png b/blockchains/smartchain/assets/0x1730a0cA9de632B0B6c232EBb972CB0851FFC6Bf/logo.png deleted file mode 100644 index 1344ee8bb8f70..0000000000000 Binary files a/blockchains/smartchain/assets/0x1730a0cA9de632B0B6c232EBb972CB0851FFC6Bf/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1759254EB142bcF0175347D5A0f3c19235538a9A/info.json b/blockchains/smartchain/assets/0x1759254EB142bcF0175347D5A0f3c19235538a9A/info.json deleted file mode 100644 index ea407428ac918..0000000000000 --- a/blockchains/smartchain/assets/0x1759254EB142bcF0175347D5A0f3c19235538a9A/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "upBNB", - "type": "BEP20", - "symbol": "upBNB", - "decimals": 18, - "website": "https://upbnb.finance", - "description": "First BSC token in the upOnly ecosystem, from the developers of ROOTKIT and iFUND on ETH! This token has revolutionary tokenomics, blowing away the deflationary tokens of the past. There are 2 main mechanisms that combine to make UpBNB go up over time: Buybacks and the Pricefloor.", - "explorer": "https://bscscan.com/token/0x1759254EB142bcF0175347D5A0f3c19235538a9A", - "status": "active", - "id": "0x1759254EB142bcF0175347D5A0f3c19235538a9A" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1759254EB142bcF0175347D5A0f3c19235538a9A/logo.png b/blockchains/smartchain/assets/0x1759254EB142bcF0175347D5A0f3c19235538a9A/logo.png deleted file mode 100644 index 9c5ab309a88fc..0000000000000 Binary files a/blockchains/smartchain/assets/0x1759254EB142bcF0175347D5A0f3c19235538a9A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1796ae0b0fa4862485106a0de9b654eFE301D0b2/info.json b/blockchains/smartchain/assets/0x1796ae0b0fa4862485106a0de9b654eFE301D0b2/info.json deleted file mode 100644 index 6393461e85a77..0000000000000 --- a/blockchains/smartchain/assets/0x1796ae0b0fa4862485106a0de9b654eFE301D0b2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Polychain Monsters", - "website": "https://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://bscscan.com/token/0x1796ae0b0fa4862485106a0de9b654eFE301D0b2", - "type": "BEP20", - "symbol": "PMON", - "decimals": 18, - "status": "active", - "id": "0x1796ae0b0fa4862485106a0de9b654eFE301D0b2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1796ae0b0fa4862485106a0de9b654eFE301D0b2/logo.png b/blockchains/smartchain/assets/0x1796ae0b0fa4862485106a0de9b654eFE301D0b2/logo.png deleted file mode 100644 index 7490d96c635ce..0000000000000 Binary files a/blockchains/smartchain/assets/0x1796ae0b0fa4862485106a0de9b654eFE301D0b2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x17991D0A31c8B6BB2Dd430D51c54f72b77B14697/info.json b/blockchains/smartchain/assets/0x17991D0A31c8B6BB2Dd430D51c54f72b77B14697/info.json deleted file mode 100644 index 258b081a75383..0000000000000 --- a/blockchains/smartchain/assets/0x17991D0A31c8B6BB2Dd430D51c54f72b77B14697/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Chihua Mom Token", - "website": "https://chihuatoken.com", - "description": "Second token in the Chihua Token Ecosystem. Chimom is the female version of Chihua and is needed for successfull breeding of Puppies", - "explorer": "https://bscscan.com/token/0x17991D0A31c8B6BB2Dd430D51c54f72b77B14697", - "type": "BEP20", - "symbol": "CHIMOM", - "decimals": 18, - "status": "active", - "id": "0x17991D0A31c8B6BB2Dd430D51c54f72b77B14697" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x17991D0A31c8B6BB2Dd430D51c54f72b77B14697/logo.png b/blockchains/smartchain/assets/0x17991D0A31c8B6BB2Dd430D51c54f72b77B14697/logo.png deleted file mode 100644 index 292b2bc373f1a..0000000000000 Binary files a/blockchains/smartchain/assets/0x17991D0A31c8B6BB2Dd430D51c54f72b77B14697/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x179960442Ece8dE9f390011b7f7c9b56C74e4D0a/info.json b/blockchains/smartchain/assets/0x179960442Ece8dE9f390011b7f7c9b56C74e4D0a/info.json deleted file mode 100644 index e837ae9cb6706..0000000000000 --- a/blockchains/smartchain/assets/0x179960442Ece8dE9f390011b7f7c9b56C74e4D0a/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Xeta Reality", - "website": "https://xetareality.com", - "description": "Xeta is a Serverless Layer-1 Blockchain Ecosystem for Metaverse, Gaming, and NFT Applications.", - "explorer": "https://bscscan.com/token/0x179960442Ece8dE9f390011b7f7c9b56C74e4D0a", - "type": "BEP20", - "symbol": "XETA", - "decimals": 9, - "status": "active", - "id": "0x179960442Ece8dE9f390011b7f7c9b56C74e4D0a", - "links": [ - { - "name": "github", - "url": "https://github.com/XetaReality" - }, - { - "name": "whitepaper", - "url": "https://xetareality.com/whitepaper.pdf" - }, - { - "name": "twitter", - "url": "https://twitter.com/XetaReality" - }, - { - "name": "telegram", - "url": "https://t.me/XetaReality" - }, - { - "name": "medium", - "url": "https://xetareality.medium.com/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/XetaReality" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/xeta-reality/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/xeta-reality" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x179960442Ece8dE9f390011b7f7c9b56C74e4D0a/logo.png b/blockchains/smartchain/assets/0x179960442Ece8dE9f390011b7f7c9b56C74e4D0a/logo.png deleted file mode 100644 index dc3976875a2c0..0000000000000 Binary files a/blockchains/smartchain/assets/0x179960442Ece8dE9f390011b7f7c9b56C74e4D0a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x179983892eC36287f1F342443B671Ba549762241/info.json b/blockchains/smartchain/assets/0x179983892eC36287f1F342443B671Ba549762241/info.json deleted file mode 100644 index 64ff3f9dcb11c..0000000000000 --- a/blockchains/smartchain/assets/0x179983892eC36287f1F342443B671Ba549762241/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "GUNS", - "website": "https://thugs.fi/", - "description": "GUNS is an in-game resource for THUGS GangWars and the initial NFT mining token! Stake your Guns into Gang-East or Gang-West in order to receive corresponding NFTs (including some ultra-rares if you're lucky)!", - "explorer": "https://bscscan.com/token/0x179983892ec36287f1f342443b671ba549762241", - "type": "BEP20", - "symbol": "GUNS", - "decimals": 18, - "status": "active", - "id": "0x179983892eC36287f1F342443B671Ba549762241", - "links": [ - { - "name": "github", - "url": "https://github.com/thugs-defi" - }, - { - "name": "twitter", - "url": "https://twitter.com/ThugsFinance" - }, - { - "name": "telegram", - "url": "https://t.me/thugsfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/AJDqFTP" - }, - { - "name": "medium", - "url": "https://thugsfinance.medium.com/" - }, - { - "name": "docs", - "url": "https://docs.thugs.fi/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x179983892eC36287f1F342443B671Ba549762241/logo.png b/blockchains/smartchain/assets/0x179983892eC36287f1F342443B671Ba549762241/logo.png deleted file mode 100644 index 7b67b92d93a55..0000000000000 Binary files a/blockchains/smartchain/assets/0x179983892eC36287f1F342443B671Ba549762241/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x17B7163cf1Dbd286E262ddc68b553D899B93f526/info.json b/blockchains/smartchain/assets/0x17B7163cf1Dbd286E262ddc68b553D899B93f526/info.json deleted file mode 100644 index 6cad42f953009..0000000000000 --- a/blockchains/smartchain/assets/0x17B7163cf1Dbd286E262ddc68b553D899B93f526/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Qubit Token", - "website": "https://qbt.fi", - "description": "Qubit Finance is a DeFi lending protocol that is optimized to deliver lending as a utility for the BSC.", - "explorer": "https://bscscan.com/token/0x17B7163cf1Dbd286E262ddc68b553D899B93f526", - "type": "BEP20", - "symbol": "QBT", - "decimals": 18, - "status": "active", - "id": "0x17B7163cf1Dbd286E262ddc68b553D899B93f526", - "links": [ - { - "name": "github", - "url": "https://github.com/PancakeBunny-finance/qubit-finance" - }, - { - "name": "twitter", - "url": "https://twitter.com/QubitFin" - }, - { - "name": "blog", - "url": "https://pancakebunny.medium.com/" - }, - { - "name": "telegram", - "url": "https://t.me/QubitFinOfficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/qubit/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/qubit/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x17B7163cf1Dbd286E262ddc68b553D899B93f526/logo.png b/blockchains/smartchain/assets/0x17B7163cf1Dbd286E262ddc68b553D899B93f526/logo.png deleted file mode 100644 index 8984b5d6f17c4..0000000000000 Binary files a/blockchains/smartchain/assets/0x17B7163cf1Dbd286E262ddc68b553D899B93f526/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x17D749D3E2ac204a07e19D8096d9a05c423ea3af/info.json b/blockchains/smartchain/assets/0x17D749D3E2ac204a07e19D8096d9a05c423ea3af/info.json deleted file mode 100644 index 57a837d1c63e0..0000000000000 --- a/blockchains/smartchain/assets/0x17D749D3E2ac204a07e19D8096d9a05c423ea3af/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Little Rabbit", - "type": "BEP20", - "symbol": "LTRBT", - "decimals": 9, - "website": "https://newlittlerabbit.com", - "description": "LTRBT Token is capable of gasless instant yield generation. This means that holder can generate yield just holding the token in their wallet, without any further action required.", - "explorer": "https://bscscan.com/token/0x17D749D3E2ac204a07e19D8096d9a05c423ea3af", - "status": "active", - "id": "0x17D749D3E2ac204a07e19D8096d9a05c423ea3af" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x17D749D3E2ac204a07e19D8096d9a05c423ea3af/logo.png b/blockchains/smartchain/assets/0x17D749D3E2ac204a07e19D8096d9a05c423ea3af/logo.png deleted file mode 100644 index ececb75832c9f..0000000000000 Binary files a/blockchains/smartchain/assets/0x17D749D3E2ac204a07e19D8096d9a05c423ea3af/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x17D8519F57450E2B7E6aE1163E0E448322a8aF17/info.json b/blockchains/smartchain/assets/0x17D8519F57450E2B7E6aE1163E0E448322a8aF17/info.json deleted file mode 100644 index da3630ce0fa4e..0000000000000 --- a/blockchains/smartchain/assets/0x17D8519F57450E2B7E6aE1163E0E448322a8aF17/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "LOFI-DEFI", - "website": "https://lofi-defi.com/", - "description": "Connecting creators and investors in a virtual space!", - "explorer": "https://bscscan.com/token/0x17D8519F57450E2B7E6aE1163E0E448322a8aF17", - "type": "BEP20", - "symbol": "LOFI", - "decimals": 9, - "status": "active", - "id": "0x17D8519F57450E2B7E6aE1163E0E448322a8aF17", - "links": [ - { - "name": "telegram", - "url": "https://t.me/lofi_defi" - }, - { - "name": "twitter", - "url": "https://twitter.com/lofi_defi" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/lofi_defi" - }, - { - "name": "discord", - "url": "https://discord.com/HqF4dwAdNN" - }, - { - "name": "facebook", - "url": "https://facebook.com/LoFiDeFi" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC_dA60kbHtbJjPjD4gS4dKQ" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x17D8519F57450E2B7E6aE1163E0E448322a8aF17/logo.png b/blockchains/smartchain/assets/0x17D8519F57450E2B7E6aE1163E0E448322a8aF17/logo.png deleted file mode 100644 index 3aa7d713f6a8e..0000000000000 Binary files a/blockchains/smartchain/assets/0x17D8519F57450E2B7E6aE1163E0E448322a8aF17/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x17E65E6b9B166Fb8e7c59432F0db126711246BC0/info.json b/blockchains/smartchain/assets/0x17E65E6b9B166Fb8e7c59432F0db126711246BC0/info.json deleted file mode 100644 index 7e1ea35ef198c..0000000000000 --- a/blockchains/smartchain/assets/0x17E65E6b9B166Fb8e7c59432F0db126711246BC0/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "TiFi Token", - "type": "BEP20", - "symbol": "TIFI", - "decimals": 18, - "website": "https://tifi.net/", - "description": "TiFi Token is the the first crypto token that support allverse, which united metaverse and universe, by stimulating trading in decentralized ecosystem.", - "explorer": "https://bscscan.com/token/0x17E65E6b9B166Fb8e7c59432F0db126711246BC0", - "status": "active", - "id": "0x17E65E6b9B166Fb8e7c59432F0db126711246BC0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/TiFiToken" - }, - { - "name": "telegram", - "url": "https://t.me/tifi_token" - }, - { - "name": "whitepaper", - "url": "https://tifi.net/about/TiFiTokenWhitePaper.pdf" - }, - { - "name": "medium", - "url": "https://tifitoken.medium.com/" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x17E65E6b9B166Fb8e7c59432F0db126711246BC0#code" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/tifi-token/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/tifi-token" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/TiFiToken" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x17E65E6b9B166Fb8e7c59432F0db126711246BC0/logo.png b/blockchains/smartchain/assets/0x17E65E6b9B166Fb8e7c59432F0db126711246BC0/logo.png deleted file mode 100644 index a6fcd2c5b9422..0000000000000 Binary files a/blockchains/smartchain/assets/0x17E65E6b9B166Fb8e7c59432F0db126711246BC0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x17FEa92CA2e7570d07b63ecD6B698e01386555A4/info.json b/blockchains/smartchain/assets/0x17FEa92CA2e7570d07b63ecD6B698e01386555A4/info.json deleted file mode 100644 index b8ec7d7ff3663..0000000000000 --- a/blockchains/smartchain/assets/0x17FEa92CA2e7570d07b63ecD6B698e01386555A4/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "COXSWAP", - "website": "https://coxswap.com/", - "description": "COXSWAP - Decentralized Exchange – DEX. Trade, farming, staking, earn more token .", - "explorer": "https://bscscan.com/token/0x17FEa92CA2e7570d07b63ecD6B698e01386555A4", - "type": "BEP20", - "symbol": "COX", - "decimals": 8, - "status": "active", - "id": "0x17FEa92CA2e7570d07b63ecD6B698e01386555A4", - "links": [ - { - "name": "telegram", - "url": "https://t.me/coxswap_chat" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/coxswap/" - }, - { - "name": "twitter", - "url": "https://twitter.com/Cox_Swap" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x17FEa92CA2e7570d07b63ecD6B698e01386555A4/logo.png b/blockchains/smartchain/assets/0x17FEa92CA2e7570d07b63ecD6B698e01386555A4/logo.png deleted file mode 100644 index 207ed497a893d..0000000000000 Binary files a/blockchains/smartchain/assets/0x17FEa92CA2e7570d07b63ecD6B698e01386555A4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x17bc015607Fdf93e7C949e9Ca22f96907cFBeF88/info.json b/blockchains/smartchain/assets/0x17bc015607Fdf93e7C949e9Ca22f96907cFBeF88/info.json deleted file mode 100644 index 321a94026cd9a..0000000000000 --- a/blockchains/smartchain/assets/0x17bc015607Fdf93e7C949e9Ca22f96907cFBeF88/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "BSC Farm", - "website": "https://bsc.farm", - "description": "BSC Farm.", - "explorer": "https://bscscan.com/token/0x17bc015607Fdf93e7C949e9Ca22f96907cFBeF88", - "research": "", - "type": "BEP20", - "symbol": "BSC", - "decimals": 18, - "status": "active", - "id": "0x17bc015607Fdf93e7C949e9Ca22f96907cFBeF88" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x17bc015607Fdf93e7C949e9Ca22f96907cFBeF88/logo.png b/blockchains/smartchain/assets/0x17bc015607Fdf93e7C949e9Ca22f96907cFBeF88/logo.png deleted file mode 100644 index 45800b3b0eb24..0000000000000 Binary files a/blockchains/smartchain/assets/0x17bc015607Fdf93e7C949e9Ca22f96907cFBeF88/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x17d8C396a55D6c1c2130EfC23f4936b56860Df9C/info.json b/blockchains/smartchain/assets/0x17d8C396a55D6c1c2130EfC23f4936b56860Df9C/info.json deleted file mode 100644 index 00318f91654f3..0000000000000 --- a/blockchains/smartchain/assets/0x17d8C396a55D6c1c2130EfC23f4936b56860Df9C/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Littlemoose", - "type": "BEP20", - "symbol": "LMOOSE", - "decimals": 9, - "website": "https://littlemoosefinance.wixsite.com/website", - "description": "We Moose HODL! We Moose Unite! We Moose Stay Strong Together!", - "explorer": "https://bscscan.com/token/0x17d8C396a55D6c1c2130EfC23f4936b56860Df9C", - "status": "active", - "id": "0x17d8C396a55D6c1c2130EfC23f4936b56860Df9C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x17d8C396a55D6c1c2130EfC23f4936b56860Df9C/logo.png b/blockchains/smartchain/assets/0x17d8C396a55D6c1c2130EfC23f4936b56860Df9C/logo.png deleted file mode 100644 index 8f17fa0b2075d..0000000000000 Binary files a/blockchains/smartchain/assets/0x17d8C396a55D6c1c2130EfC23f4936b56860Df9C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x17dD6e742A5324D3F1B2b242374fc01Bc61ee56d/info.json b/blockchains/smartchain/assets/0x17dD6e742A5324D3F1B2b242374fc01Bc61ee56d/info.json deleted file mode 100644 index 3b752b0d85a59..0000000000000 --- a/blockchains/smartchain/assets/0x17dD6e742A5324D3F1B2b242374fc01Bc61ee56d/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Flaring Sword", - "type": "BEP20", - "symbol": "SWORD", - "decimals": 18, - "website": "https://flaringsword.com/", - "description": "Flaring Sword is the first entertainment platform providing a variety of games industry services under a single roof, accessible through a single login discover, buy, and play games, watch live-streaming feeds, interact with your favorite influencers, participate in contests, compete in tournaments and much more.", - "explorer": "https://bscscan.com/token/0x17dD6e742A5324D3F1B2b242374fc01Bc61ee56d", - "status": "active", - "id": "0x17dD6e742A5324D3F1B2b242374fc01Bc61ee56d" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x17dD6e742A5324D3F1B2b242374fc01Bc61ee56d/logo.png b/blockchains/smartchain/assets/0x17dD6e742A5324D3F1B2b242374fc01Bc61ee56d/logo.png deleted file mode 100644 index 7360bfc7ae7a5..0000000000000 Binary files a/blockchains/smartchain/assets/0x17dD6e742A5324D3F1B2b242374fc01Bc61ee56d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1802a63EFe3255aBC3004F8e63047dB96300bd1c/info.json b/blockchains/smartchain/assets/0x1802a63EFe3255aBC3004F8e63047dB96300bd1c/info.json deleted file mode 100644 index a7b6e03b86968..0000000000000 --- a/blockchains/smartchain/assets/0x1802a63EFe3255aBC3004F8e63047dB96300bd1c/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "DYT TOKEN", - "type": "BEP20", - "symbol": "DYT", - "decimals": 18, - "website": "https://www.thedynasty.app/", - "description": "DYNASTY is a Play to Earn NFT Role-Playing Game , Launchpad platform , wallet Dynasty", - "explorer": "https://bscscan.com/token/0x1802a63EFe3255aBC3004F8e63047dB96300bd1c", - "status": "active", - "id": "0x1802a63EFe3255aBC3004F8e63047dB96300bd1c", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/the-dynasty/" - }, - { - "name": "twitter", - "url": "https://twitter.com/Thedynasty_app" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1802a63EFe3255aBC3004F8e63047dB96300bd1c/logo.png b/blockchains/smartchain/assets/0x1802a63EFe3255aBC3004F8e63047dB96300bd1c/logo.png deleted file mode 100644 index e2fcb21948780..0000000000000 Binary files a/blockchains/smartchain/assets/0x1802a63EFe3255aBC3004F8e63047dB96300bd1c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x182c763a4b2Fbd18C9B5f2D18102a0dDd9D5DF26/info.json b/blockchains/smartchain/assets/0x182c763a4b2Fbd18C9B5f2D18102a0dDd9D5DF26/info.json deleted file mode 100644 index 8d33cde4e9dc8..0000000000000 --- a/blockchains/smartchain/assets/0x182c763a4b2Fbd18C9B5f2D18102a0dDd9D5DF26/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HOGL Finance", - "symbol": "HOGL", - "type": "BEP20", - "decimals": 16, - "description": "HOGL is a deflationary currency on the BSC network. Every time a transaction takes place with HOGL, 1% of that transaction is removed or burned from the total supply and increases the scarcity of every HOGL.", - "website": "https://hogl.finance", - "explorer": "https://bscscan.com/token/0x182c763a4b2fbd18c9b5f2d18102a0ddd9d5df26", - "status": "active", - "id": "0x182c763a4b2Fbd18C9B5f2D18102a0dDd9D5DF26" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x182c763a4b2Fbd18C9B5f2D18102a0dDd9D5DF26/logo.png b/blockchains/smartchain/assets/0x182c763a4b2Fbd18C9B5f2D18102a0dDd9D5DF26/logo.png deleted file mode 100644 index 8b465ef757f62..0000000000000 Binary files a/blockchains/smartchain/assets/0x182c763a4b2Fbd18C9B5f2D18102a0dDd9D5DF26/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x18359CF655A444204e46F286eDC445C9D30fFc54/info.json b/blockchains/smartchain/assets/0x18359CF655A444204e46F286eDC445C9D30fFc54/info.json deleted file mode 100644 index 2e0bbaf878cc7..0000000000000 --- a/blockchains/smartchain/assets/0x18359CF655A444204e46F286eDC445C9D30fFc54/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "DOGEMOON", - "type": "BEP20", - "symbol": "DGMOON", - "decimals": 18, - "website": "https://dogemoon.me/", - "description": "Dogemoon is a charity project built on Binance Smart Chain featuring auto burns to a locked liquidity, auto staking mechanism, and 6% tax is imposed on transactions for charity and marketing.", - "explorer": "https://bscscan.com/token/0x18359CF655A444204e46F286eDC445C9D30fFc54", - "status": "active", - "id": "0x18359CF655A444204e46F286eDC445C9D30fFc54", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/DogeMoonMain" - }, - { - "name": "telegram", - "url": "https://t.me/dogemoonme" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/DogemoonToken/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x18359CF655A444204e46F286eDC445C9D30fFc54/logo.png b/blockchains/smartchain/assets/0x18359CF655A444204e46F286eDC445C9D30fFc54/logo.png deleted file mode 100644 index 7ea8e8c7ed234..0000000000000 Binary files a/blockchains/smartchain/assets/0x18359CF655A444204e46F286eDC445C9D30fFc54/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x183B2c147fE11788b73BC0D6A7E0186aA5464BfA/info.json b/blockchains/smartchain/assets/0x183B2c147fE11788b73BC0D6A7E0186aA5464BfA/info.json deleted file mode 100644 index 8e9b2e64418aa..0000000000000 --- a/blockchains/smartchain/assets/0x183B2c147fE11788b73BC0D6A7E0186aA5464BfA/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Futura Finance", - "website": "https://futurafinance.io", - "description": "Futura aims to build a decentralized escrow system built on the Binance Smart Chain that focuses on Web 3.0 functionalities for the next generation of payments processing.", - "explorer": "https://bscscan.com/token/0x183B2c147fE11788b73BC0D6A7E0186aA5464BfA", - "type": "BEP20", - "symbol": "FFT", - "decimals": 9, - "status": "active", - "id": "0x183B2c147fE11788b73BC0D6A7E0186aA5464BfA", - "links": [ - { - "name": "telegram", - "url": "https://t.me/FuturaBSC" - }, - { - "name": "twitter", - "url": "https://twitter.com/FuturaBSC" - }, - { - "name": "github", - "url": "https://github.com/futurafinance" - }, - { - "name": "whitepaper", - "url": "https://docs.futurafinance.io" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/futura-finance" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/futura-finance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x183B2c147fE11788b73BC0D6A7E0186aA5464BfA/logo.png b/blockchains/smartchain/assets/0x183B2c147fE11788b73BC0D6A7E0186aA5464BfA/logo.png deleted file mode 100644 index b1d23b2bbbb75..0000000000000 Binary files a/blockchains/smartchain/assets/0x183B2c147fE11788b73BC0D6A7E0186aA5464BfA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x184079Ca987F562ae6a0c59f4BE5cADB20323863/info.json b/blockchains/smartchain/assets/0x184079Ca987F562ae6a0c59f4BE5cADB20323863/info.json deleted file mode 100644 index e1ec6d8c1f5c4..0000000000000 --- a/blockchains/smartchain/assets/0x184079Ca987F562ae6a0c59f4BE5cADB20323863/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "MarsRise", - "type": "BEP20", - "symbol": "MARSRISE", - "decimals": 9, - "website": "https://marsrise.net/", - "description": "MarsRise ($MARSRISE) is a token launched on Binance Smart Chain with automatic liquidity pool growth and holder rewards through transaction taxation.", - "explorer": "https://bscscan.com/token/0x184079Ca987F562ae6a0c59f4BE5cADB20323863", - "status": "active", - "id": "0x184079Ca987F562ae6a0c59f4BE5cADB20323863", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MarsRise_Bsc" - }, - { - "name": "github", - "url": "https://github.com/MarsRiseBsc/" - }, - { - "name": "telegram", - "url": "https://t.me/MarsRiseBsc" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/marsrise/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x184079Ca987F562ae6a0c59f4BE5cADB20323863/logo.png b/blockchains/smartchain/assets/0x184079Ca987F562ae6a0c59f4BE5cADB20323863/logo.png deleted file mode 100644 index 04c6594a7ae32..0000000000000 Binary files a/blockchains/smartchain/assets/0x184079Ca987F562ae6a0c59f4BE5cADB20323863/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x184392F0f03CA11186722f38a04C15c3A90155D3/info.json b/blockchains/smartchain/assets/0x184392F0f03CA11186722f38a04C15c3A90155D3/info.json deleted file mode 100644 index cdeda63b62f35..0000000000000 --- a/blockchains/smartchain/assets/0x184392F0f03CA11186722f38a04C15c3A90155D3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BoozeMoon", - "type": "BEP20", - "symbol": "BOOZE", - "decimals": 9, - "website": "https://boozemoon.finance/", - "description": "The crypto party token bringing beers to its community. ", - "explorer": "https://bscscan.com/token/0x184392F0f03CA11186722f38a04C15c3A90155D3", - "status": "active", - "id": "0x184392F0f03CA11186722f38a04C15c3A90155D3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x184392F0f03CA11186722f38a04C15c3A90155D3/logo.png b/blockchains/smartchain/assets/0x184392F0f03CA11186722f38a04C15c3A90155D3/logo.png deleted file mode 100644 index 3d914a9d5c978..0000000000000 Binary files a/blockchains/smartchain/assets/0x184392F0f03CA11186722f38a04C15c3A90155D3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x186866858aEf38c05829166A7711b37563e15994/info.json b/blockchains/smartchain/assets/0x186866858aEf38c05829166A7711b37563e15994/info.json deleted file mode 100644 index f98f2c9e031bc..0000000000000 --- a/blockchains/smartchain/assets/0x186866858aEf38c05829166A7711b37563e15994/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Hodl Finance Token", - "website": "https://hodl.finance", - "description": "Hodl Finance merges centralized and decentralized finance to create a sustainable ecosystem for constant innovation. By combining the best aspects of community governance and a transparent foundation, the growth of the community and ecosystem is ensured.", - "explorer": "https://bscscan.com/token/0x186866858aEf38c05829166A7711b37563e15994", - "type": "BEP20", - "symbol": "HFT", - "decimals": 9, - "status": "active", - "id": "0x186866858aEf38c05829166A7711b37563e15994", - "links": [ - { - "name": "telegram", - "url": "https://t.me/HodlFinanceAnn" - }, - { - "name": "twitter", - "url": "https://twitter.com/HFToken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/hodl-finance/" - }, - { - "name": "medium", - "url": "https://medium.com/@hodl.finance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x186866858aEf38c05829166A7711b37563e15994/logo.png b/blockchains/smartchain/assets/0x186866858aEf38c05829166A7711b37563e15994/logo.png deleted file mode 100644 index fd1f06ccea355..0000000000000 Binary files a/blockchains/smartchain/assets/0x186866858aEf38c05829166A7711b37563e15994/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x18C5fAC26C5d8b859b3A83f0f167D8924098d28a/info.json b/blockchains/smartchain/assets/0x18C5fAC26C5d8b859b3A83f0f167D8924098d28a/info.json deleted file mode 100644 index ed1b10a87417c..0000000000000 --- a/blockchains/smartchain/assets/0x18C5fAC26C5d8b859b3A83f0f167D8924098d28a/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "NAFTY", - "type": "BEP20", - "symbol": "NAFTY", - "decimals": 9, - "website": "https://naftytoken.com", - "description": "NAFTY, as a socialized re-distribution DeFi protocol, helps content creators to earn much more, and content consumers to pay much less via disintermediation, as well as receive rewards from all transactions across the Nafty Network", - "explorer": "https://bscscan.com/token/0x18C5fAC26C5d8b859b3A83f0f167D8924098d28a", - "status": "active", - "id": "0x18C5fAC26C5d8b859b3A83f0f167D8924098d28a", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/naftyofficial" - }, - { - "name": "telegram", - "url": "https://t.me/naftydiscussions" - }, - { - "name": "whitepaper", - "url": "https://naftytoken.com/docs/whitepaper/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/CvtBYZGCKm" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x18C5fAC26C5d8b859b3A83f0f167D8924098d28a/logo.png b/blockchains/smartchain/assets/0x18C5fAC26C5d8b859b3A83f0f167D8924098d28a/logo.png deleted file mode 100644 index 3347b6a91a17a..0000000000000 Binary files a/blockchains/smartchain/assets/0x18C5fAC26C5d8b859b3A83f0f167D8924098d28a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x18D883F6647cB3195F55EB93BF9EE8ae824E3a6f/info.json b/blockchains/smartchain/assets/0x18D883F6647cB3195F55EB93BF9EE8ae824E3a6f/info.json deleted file mode 100644 index 35f189ec784a1..0000000000000 --- a/blockchains/smartchain/assets/0x18D883F6647cB3195F55EB93BF9EE8ae824E3a6f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "UniFarm", - "type": "BEP20", - "symbol": "UNF", - "decimals": 9, - "website": "https://unifarm.io/", - "description": "Secure Auto Staking & Liquidity Farming! Swapping rug-pulled tokens for tokens with value (based on DAO protocol).", - "explorer": "https://bscscan.com/token/0x18D883F6647cB3195F55EB93BF9EE8ae824E3a6f", - "status": "active", - "id": "0x18D883F6647cB3195F55EB93BF9EE8ae824E3a6f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x18D883F6647cB3195F55EB93BF9EE8ae824E3a6f/logo.png b/blockchains/smartchain/assets/0x18D883F6647cB3195F55EB93BF9EE8ae824E3a6f/logo.png deleted file mode 100644 index 02626137eb669..0000000000000 Binary files a/blockchains/smartchain/assets/0x18D883F6647cB3195F55EB93BF9EE8ae824E3a6f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x18b426813731C144108c6D7FAf5EdE71a258fD9A/info.json b/blockchains/smartchain/assets/0x18b426813731C144108c6D7FAf5EdE71a258fD9A/info.json deleted file mode 100644 index 56d5df4b76a2f..0000000000000 --- a/blockchains/smartchain/assets/0x18b426813731C144108c6D7FAf5EdE71a258fD9A/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "OLYMPUS", - "website": "https://olympustoken.io/", - "description": "A buyback token worthy of the gods from the creators of BogTools, Gabe, and Bingus.", - "explorer": "https://bscscan.com/token/0x18b426813731c144108c6d7faf5ede71a258fd9a", - "type": "BEP20", - "symbol": "OLYMPUS", - "decimals": 9, - "status": "active", - "id": "0x18b426813731C144108c6D7FAf5EdE71a258fD9A" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x18b426813731C144108c6D7FAf5EdE71a258fD9A/logo.png b/blockchains/smartchain/assets/0x18b426813731C144108c6D7FAf5EdE71a258fD9A/logo.png deleted file mode 100644 index 6a6b93ecea35d..0000000000000 Binary files a/blockchains/smartchain/assets/0x18b426813731C144108c6D7FAf5EdE71a258fD9A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x18fF245c134D9DAA6fED977617654490ba4DA526/info.json b/blockchains/smartchain/assets/0x18fF245c134D9DAA6fED977617654490ba4DA526/info.json deleted file mode 100644 index c7ee84a7a2929..0000000000000 --- a/blockchains/smartchain/assets/0x18fF245c134D9DAA6fED977617654490ba4DA526/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "MaskDoge Coin", - "website": "https://www.maskdogecoin.io", - "description": "MaskDoge is a deflationary, liquidity auto-growing and community-driven DeFi token. It is featured with anti-rugpull and anti-whale mechanisms. It also has a charity wallet which will be used to support charities around the globe.", - "explorer": "https://bscscan.com/token/0x18ff245c134d9daa6fed977617654490ba4da526", - "type": "BEP20", - "symbol": "MASKDOGE", - "decimals": 9, - "status": "active", - "id": "0x18fF245c134D9DAA6fED977617654490ba4DA526", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/TheMaskDogeCoin" - }, - { - "name": "telegram", - "url": "https://t.me/maskdogeofficial" - }, - { - "name": "discord", - "url": "https://discord.com/invite/SJrrUjCARN" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/MaskDoge" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/maskdoge" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/maskdoge" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x18fF245c134D9DAA6fED977617654490ba4DA526/logo.png b/blockchains/smartchain/assets/0x18fF245c134D9DAA6fED977617654490ba4DA526/logo.png deleted file mode 100644 index c767f39aff159..0000000000000 Binary files a/blockchains/smartchain/assets/0x18fF245c134D9DAA6fED977617654490ba4DA526/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x190b589cf9Fb8DDEabBFeae36a813FFb2A702454/info.json b/blockchains/smartchain/assets/0x190b589cf9Fb8DDEabBFeae36a813FFb2A702454/info.json deleted file mode 100644 index b755068f2b613..0000000000000 --- a/blockchains/smartchain/assets/0x190b589cf9Fb8DDEabBFeae36a813FFb2A702454/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "bDollar", - "website": "https://bdollar.fi", - "description": "bDollar (BDO) is an algorithmic stable-coin running on Binance Smart-chain. Completely decentralised on-chain governance.", - "explorer": "https://bscscan.com/token/0x190b589cf9Fb8DDEabBFeae36a813FFb2A702454", - "type": "BEP20", - "symbol": "BDO", - "decimals": 18, - "status": "active", - "id": "0x190b589cf9Fb8DDEabBFeae36a813FFb2A702454", - "links": [ - { - "name": "github", - "url": "https://github.com/bearn-defi/bdollar-smartcontracts" - }, - { - "name": "twitter", - "url": "https://twitter.com/bDollar_Fi" - }, - { - "name": "telegram", - "url": "https://t.me/Bearn_Fi" - }, - { - "name": "medium", - "url": "https://bearn-defi.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x190b589cf9Fb8DDEabBFeae36a813FFb2A702454/logo.png b/blockchains/smartchain/assets/0x190b589cf9Fb8DDEabBFeae36a813FFb2A702454/logo.png deleted file mode 100644 index ef79cfe946938..0000000000000 Binary files a/blockchains/smartchain/assets/0x190b589cf9Fb8DDEabBFeae36a813FFb2A702454/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x192E9321b6244D204D4301AfA507EB29CA84D9ef/info.json b/blockchains/smartchain/assets/0x192E9321b6244D204D4301AfA507EB29CA84D9ef/info.json deleted file mode 100644 index ab55e86484c99..0000000000000 --- a/blockchains/smartchain/assets/0x192E9321b6244D204D4301AfA507EB29CA84D9ef/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BoxerInu", - "type": "BEP20", - "symbol": "BOXER", - "decimals": 9, - "website": "https://boxerinu.finance/", - "description": "A community-driven, dog-themed protocol with actual use cases and utility.", - "explorer": "https://bscscan.com/token/0x192E9321b6244D204D4301AfA507EB29CA84D9ef", - "status": "active", - "id": "0x192E9321b6244D204D4301AfA507EB29CA84D9ef" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x192E9321b6244D204D4301AfA507EB29CA84D9ef/logo.png b/blockchains/smartchain/assets/0x192E9321b6244D204D4301AfA507EB29CA84D9ef/logo.png deleted file mode 100644 index ec009cad92960..0000000000000 Binary files a/blockchains/smartchain/assets/0x192E9321b6244D204D4301AfA507EB29CA84D9ef/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x196dC2421AF765c2673FC6093fb1374b28064270/info.json b/blockchains/smartchain/assets/0x196dC2421AF765c2673FC6093fb1374b28064270/info.json deleted file mode 100644 index ef7672d5931aa..0000000000000 --- a/blockchains/smartchain/assets/0x196dC2421AF765c2673FC6093fb1374b28064270/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Ape Token", - "website": "www.apetoken.net", - "description": "Ape Token is a frictionless, yield-generating contract which is designed to be used for staking and betting in eSports via our home brew app currently in development.", - "explorer": "https://bscscan.com/token/0x196dC2421AF765c2673FC6093fb1374b28064270", - "type": "BEP20", - "symbol": "APET", - "decimals": 9, - "status": "active", - "id": "0x196dC2421AF765c2673FC6093fb1374b28064270" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x196dC2421AF765c2673FC6093fb1374b28064270/logo.png b/blockchains/smartchain/assets/0x196dC2421AF765c2673FC6093fb1374b28064270/logo.png deleted file mode 100644 index 916aed7cf1e8c..0000000000000 Binary files a/blockchains/smartchain/assets/0x196dC2421AF765c2673FC6093fb1374b28064270/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1991501f1398663F69dD7391C055bb0DF6514F76/info.json b/blockchains/smartchain/assets/0x1991501f1398663F69dD7391C055bb0DF6514F76/info.json deleted file mode 100644 index bdc473cfbc5f5..0000000000000 --- a/blockchains/smartchain/assets/0x1991501f1398663F69dD7391C055bb0DF6514F76/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HotDoge Token", - "website": "https://www.hotdogetoken.com/", - "description": "HotDoge is a community-driven token wiith a reflection mechanism and various DeFi features", - "explorer": "https://bscscan.com/token/0x1991501f1398663f69dd7391c055bb0df6514f76", - "type": "BEP20", - "symbol": "HotDoge", - "decimals": 9, - "status": "active", - "id": "0x1991501f1398663F69dD7391C055bb0DF6514F76" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1991501f1398663F69dD7391C055bb0DF6514F76/logo.png b/blockchains/smartchain/assets/0x1991501f1398663F69dD7391C055bb0DF6514F76/logo.png deleted file mode 100644 index 81df94684e29d..0000000000000 Binary files a/blockchains/smartchain/assets/0x1991501f1398663F69dD7391C055bb0DF6514F76/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1997830B5beB723f5089bb8fc38766d419a0444d/info.json b/blockchains/smartchain/assets/0x1997830B5beB723f5089bb8fc38766d419a0444d/info.json deleted file mode 100644 index 89574cac20b64..0000000000000 --- a/blockchains/smartchain/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://bscscan.com/token/0x1997830b5beb723f5089bb8fc38766d419a0444d", - "type": "BEP20", - "symbol": "NEWINU", - "decimals": 9, - "status": "active", - "id": "0x1997830B5beB723f5089bb8fc38766d419a0444d" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1997830B5beB723f5089bb8fc38766d419a0444d/logo.png b/blockchains/smartchain/assets/0x1997830B5beB723f5089bb8fc38766d419a0444d/logo.png deleted file mode 100644 index 8b3a29d01cf84..0000000000000 Binary files a/blockchains/smartchain/assets/0x1997830B5beB723f5089bb8fc38766d419a0444d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x199F788DDb566B7eBB59bf35B36914F2aCdb33DE/info.json b/blockchains/smartchain/assets/0x199F788DDb566B7eBB59bf35B36914F2aCdb33DE/info.json deleted file mode 100644 index b3b7ba5b6e77a..0000000000000 --- a/blockchains/smartchain/assets/0x199F788DDb566B7eBB59bf35B36914F2aCdb33DE/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "DeFido", - "type": "BEP20", - "symbol": "DEFIDO", - "decimals": 9, - "website": "https://defidotoken.com", - "description": "Floki, Meet DeFido! This brand new token was born merely moments after a top 3 exchange tweeted their dog named “DeFido” at Elon Musk. & this French Bulldog is ready for lift off!", - "explorer": "https://bscscan.com/token/0x199F788DDb566B7eBB59bf35B36914F2aCdb33DE", - "status": "active", - "id": "0x199F788DDb566B7eBB59bf35B36914F2aCdb33DE", - "links": [ - { - "name": "telegram", - "url": "https://t.me/DeFidoTokenOfficial" - }, - { - "name": "twitter", - "url": "https://twitter.com/defidotoken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/defido/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/defido" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x199F788DDb566B7eBB59bf35B36914F2aCdb33DE/logo.png b/blockchains/smartchain/assets/0x199F788DDb566B7eBB59bf35B36914F2aCdb33DE/logo.png deleted file mode 100644 index 675f535c812ae..0000000000000 Binary files a/blockchains/smartchain/assets/0x199F788DDb566B7eBB59bf35B36914F2aCdb33DE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x19B60612F9A93359bca835A788A334D4157E675B/info.json b/blockchains/smartchain/assets/0x19B60612F9A93359bca835A788A334D4157E675B/info.json deleted file mode 100644 index f8d60d2450ebd..0000000000000 --- a/blockchains/smartchain/assets/0x19B60612F9A93359bca835A788A334D4157E675B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PAWGcoin", - "type": "BEP20", - "symbol": "PAWG", - "decimals": 9, - "website": "https://www.pawgcoin.io", - "description": "PAWGcoin is disrupting the viral meme coin market by providing a cryptocurrency that powers transactions between content creators and content enthusiasts of tasteful noods.", - "explorer": "https://bscscan.com/token/0x19B60612F9A93359bca835A788A334D4157E675B", - "status": "active", - "id": "0x19B60612F9A93359bca835A788A334D4157E675B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x19B60612F9A93359bca835A788A334D4157E675B/logo.png b/blockchains/smartchain/assets/0x19B60612F9A93359bca835A788A334D4157E675B/logo.png deleted file mode 100644 index 58de55394be19..0000000000000 Binary files a/blockchains/smartchain/assets/0x19B60612F9A93359bca835A788A334D4157E675B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x19D3A7c26a1271eeBB6f04bDb4565b7F2B7EFc30/info.json b/blockchains/smartchain/assets/0x19D3A7c26a1271eeBB6f04bDb4565b7F2B7EFc30/info.json deleted file mode 100644 index 1af0aba0cc202..0000000000000 --- a/blockchains/smartchain/assets/0x19D3A7c26a1271eeBB6f04bDb4565b7F2B7EFc30/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "MetaAxis", - "website": "https://metaaxiscoin.com/", - "description": "MetaAxis is a revolutionary token with an innovative Buy Back and Play to Earn scheme built on Binance Smart Chain", - "explorer": "https://bscscan.com/token/0x19D3A7c26a1271eeBB6f04bDb4565b7F2B7EFc30", - "type": "BEP20", - "symbol": "MTA", - "decimals": 9, - "status": "active", - "id": "0x19D3A7c26a1271eeBB6f04bDb4565b7F2B7EFc30", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MetaAxisCoin" - }, - { - "name": "telegram", - "url": "https://t.me/MetaAxisToken" - }, - { - "name": "whitepaper", - "url": "https://metaaxiscoin.com/Whitepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x19D3A7c26a1271eeBB6f04bDb4565b7F2B7EFc30/logo.png b/blockchains/smartchain/assets/0x19D3A7c26a1271eeBB6f04bDb4565b7F2B7EFc30/logo.png deleted file mode 100644 index eb26a0542cc73..0000000000000 Binary files a/blockchains/smartchain/assets/0x19D3A7c26a1271eeBB6f04bDb4565b7F2B7EFc30/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x19E506BbF1d8Dbd08e963229434634664A577111/info.json b/blockchains/smartchain/assets/0x19E506BbF1d8Dbd08e963229434634664A577111/info.json deleted file mode 100644 index 052901692c8c9..0000000000000 --- a/blockchains/smartchain/assets/0x19E506BbF1d8Dbd08e963229434634664A577111/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Tofu Finance", - "type": "BEP20", - "symbol": "TOFU", - "decimals": 9, - "website": "https://tofufinance.org/", - "description": "The Tofu Finance platform is a blockchain agnostic decentralized system that allows trade settlements across multiple ecosystems, allowing you trade, stake, farm, and earn across blockchains with ease.", - "explorer": "https://bscscan.com/token/0x19E506BbF1d8Dbd08e963229434634664A577111", - "status": "active", - "id": "0x19E506BbF1d8Dbd08e963229434634664A577111" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x19E506BbF1d8Dbd08e963229434634664A577111/logo.png b/blockchains/smartchain/assets/0x19E506BbF1d8Dbd08e963229434634664A577111/logo.png deleted file mode 100644 index 3cd9722bb4257..0000000000000 Binary files a/blockchains/smartchain/assets/0x19E506BbF1d8Dbd08e963229434634664A577111/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x19cd9B8e42d4EF62c3EA124110D5Cfd283CEaC43/info.json b/blockchains/smartchain/assets/0x19cd9B8e42d4EF62c3EA124110D5Cfd283CEaC43/info.json deleted file mode 100644 index 92af865fdbbee..0000000000000 --- a/blockchains/smartchain/assets/0x19cd9B8e42d4EF62c3EA124110D5Cfd283CEaC43/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Battle Infinity", - "website": "https://battleinfinity.io/", - "description": "Battle Infinity is a gaming platform with multiple P2E battle games which is integrated with the metaverse world.", - "explorer": "https://bscscan.com/token/0x19cd9b8e42d4ef62c3ea124110d5cfd283ceac43", - "type": "BEP20", - "symbol": "IBAT", - "decimals": 9, - "status": "active", - "id": "0x19cd9B8e42d4EF62c3EA124110D5Cfd283CEaC43", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ibatofficial" - }, - { - "name": "telegram", - "url": "https://t.me/battleinfinity" - }, - { - "name": "facebook", - "url": "https://facebook.com/battleinfinityofficial" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x19cd9B8e42d4EF62c3EA124110D5Cfd283CEaC43/logo.png b/blockchains/smartchain/assets/0x19cd9B8e42d4EF62c3EA124110D5Cfd283CEaC43/logo.png deleted file mode 100644 index 699f67b7197ae..0000000000000 Binary files a/blockchains/smartchain/assets/0x19cd9B8e42d4EF62c3EA124110D5Cfd283CEaC43/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x19eE64850862cFd234e20c0db4edA286f12ec907/info.json b/blockchains/smartchain/assets/0x19eE64850862cFd234e20c0db4edA286f12ec907/info.json deleted file mode 100644 index 8625da6b3605e..0000000000000 --- a/blockchains/smartchain/assets/0x19eE64850862cFd234e20c0db4edA286f12ec907/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream EOS Token", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0x19eE64850862cFd234e20c0db4edA286f12ec907", - "type": "BEP20", - "symbol": "crEOS", - "decimals": 8, - "status": "active", - "id": "0x19eE64850862cFd234e20c0db4edA286f12ec907", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x19eE64850862cFd234e20c0db4edA286f12ec907/logo.png b/blockchains/smartchain/assets/0x19eE64850862cFd234e20c0db4edA286f12ec907/logo.png deleted file mode 100644 index ac8688a5eac31..0000000000000 Binary files a/blockchains/smartchain/assets/0x19eE64850862cFd234e20c0db4edA286f12ec907/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1A2fb0Af670D0234c2857FaD35b789F8Cb725584/info.json b/blockchains/smartchain/assets/0x1A2fb0Af670D0234c2857FaD35b789F8Cb725584/info.json deleted file mode 100644 index a2daa348a1635..0000000000000 --- a/blockchains/smartchain/assets/0x1A2fb0Af670D0234c2857FaD35b789F8Cb725584/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://bscscan.com/token/0x1a2fb0af670d0234c2857fad35b789f8cb725584", - "audit_report": "https://qian.finance/PeckShield-Audit-Report-QIAN2-v1.0.pdf", - "type": "BEP20", - "symbol": "KUN", - "decimals": 18, - "status": "active", - "id": "0x1A2fb0Af670D0234c2857FaD35b789F8Cb725584", - "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/smartchain/assets/0x1A2fb0Af670D0234c2857FaD35b789F8Cb725584/logo.png b/blockchains/smartchain/assets/0x1A2fb0Af670D0234c2857FaD35b789F8Cb725584/logo.png deleted file mode 100644 index 195a3271649ee..0000000000000 Binary files a/blockchains/smartchain/assets/0x1A2fb0Af670D0234c2857FaD35b789F8Cb725584/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3/info.json b/blockchains/smartchain/assets/0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3/info.json deleted file mode 100644 index f178c4888c1e0..0000000000000 --- a/blockchains/smartchain/assets/0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3/info.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "BNB pegged Dai Token", - "website": "http://makerdao.com", - "description": "BNB pegged Dai Token (DAI BEP20) is a token issued by Binance on Smart Chain; its price is pegged to DAI (DAI ERC20) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3", - "research": "https://research.binance.com/en/projects/dai", - "type": "BEP20", - "symbol": "DAI", - "decimals": 18, - "status": "active", - "id": "0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3", - "tags": [ - "binance-peg", - "stablecoin", - "defi" - ], - "links": [ - { - "name": "blog", - "url": "https://medium.com/@MakerDAO" - }, - { - "name": "twitter", - "url": "https://twitter.com/MakerDAO" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/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/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3/logo.png b/blockchains/smartchain/assets/0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3/logo.png deleted file mode 100644 index 836fe787663b9..0000000000000 Binary files a/blockchains/smartchain/assets/0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1Aa4BDb03f27B08Ad203Aa083e88Eb425CEdD330/info.json b/blockchains/smartchain/assets/0x1Aa4BDb03f27B08Ad203Aa083e88Eb425CEdD330/info.json deleted file mode 100644 index aef96a72b3a05..0000000000000 --- a/blockchains/smartchain/assets/0x1Aa4BDb03f27B08Ad203Aa083e88Eb425CEdD330/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Annex ETH", - "website": "https://www.annex.finance/", - "description": "Money Markets. A Decentralized Marketplace for Lenders and Borrowers", - "explorer": "https://bscscan.com/token/0x1Aa4BDb03f27B08Ad203Aa083e88Eb425CEdD330", - "type": "BEP20", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/AnnexFinance" - }, - { - "name": "medium", - "url": "https://annexfinance.medium.com/" - }, - { - "name": "telegram", - "url": "https://t.me/Annex_finance_group" - }, - { - "name": "github", - "url": "https://github.com/annexfinance/annex-protocol" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/AnnexFinance/" - } - ], - "symbol": "aETH", - "decimals": 8, - "status": "active", - "id": "0x1Aa4BDb03f27B08Ad203Aa083e88Eb425CEdD330" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1Aa4BDb03f27B08Ad203Aa083e88Eb425CEdD330/logo.png b/blockchains/smartchain/assets/0x1Aa4BDb03f27B08Ad203Aa083e88Eb425CEdD330/logo.png deleted file mode 100644 index 5a0fd00cabe15..0000000000000 Binary files a/blockchains/smartchain/assets/0x1Aa4BDb03f27B08Ad203Aa083e88Eb425CEdD330/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1Ab7E7DEdA201E5Ea820F6C02C65Fce7ec6bEd32/info.json b/blockchains/smartchain/assets/0x1Ab7E7DEdA201E5Ea820F6C02C65Fce7ec6bEd32/info.json deleted file mode 100644 index 9feb1bce72808..0000000000000 --- a/blockchains/smartchain/assets/0x1Ab7E7DEdA201E5Ea820F6C02C65Fce7ec6bEd32/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "BOT", - "type": "BEP20", - "symbol": "BOT", - "decimals": 18, - "website": "https://www.botpla.net/", - "description": "BOT is a token issued by Botplanet Ltd", - "explorer": "https://bscscan.com/token/0x1Ab7E7DEdA201E5Ea820F6C02C65Fce7ec6bEd32", - "status": "active", - "id": "0x1Ab7E7DEdA201E5Ea820F6C02C65Fce7ec6bEd32", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BotPlanet_" - }, - { - "name": "github", - "url": "https://github.com/BOTDeFi" - }, - { - "name": "telegram", - "url": "https://t.me/botplanetglobal" - }, - { - "name": "telegram_news", - "url": "https://t.me/botplanetnews" - }, - { - "name": "blog", - "url": "https://botpla.net/blog/" - }, - { - "name": "whitepaper", - "url": "https://botpla.net/wp-content/uploads/2022/02/White-Paper.pdf" - }, - { - "name": "medium", - "url": "https://botplanet.medium.com/" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x1Ab7E7DEdA201E5Ea820F6C02C65Fce7ec6bEd32/logo.png b/blockchains/smartchain/assets/0x1Ab7E7DEdA201E5Ea820F6C02C65Fce7ec6bEd32/logo.png deleted file mode 100644 index 9c4f35aeb53b5..0000000000000 Binary files a/blockchains/smartchain/assets/0x1Ab7E7DEdA201E5Ea820F6C02C65Fce7ec6bEd32/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1AdE17B4B38B472B5259BbC938618226dF7b5Ca8/info.json b/blockchains/smartchain/assets/0x1AdE17B4B38B472B5259BbC938618226dF7b5Ca8/info.json deleted file mode 100644 index f194da0854ec6..0000000000000 --- a/blockchains/smartchain/assets/0x1AdE17B4B38B472B5259BbC938618226dF7b5Ca8/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Quam", - "website": "https://quamnetwork.com/", - "description": "Quam Network is an Advanced Multi-chain Defi Protocol which provides various Defi-Investment methods with the best trading experience over Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x1AdE17B4B38B472B5259BbC938618226dF7b5Ca8", - "type": "BEP20", - "symbol": "QUAM", - "decimals": 18, - "status": "active", - "id": "0x1AdE17B4B38B472B5259BbC938618226dF7b5Ca8", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/quamnetwork" - }, - { - "name": "telegram", - "url": "https://t.me/Quamnetwork" - }, - { - "name": "medium", - "url": "https://quamnetwork.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1AdE17B4B38B472B5259BbC938618226dF7b5Ca8/logo.png b/blockchains/smartchain/assets/0x1AdE17B4B38B472B5259BbC938618226dF7b5Ca8/logo.png deleted file mode 100644 index 72160f19fec41..0000000000000 Binary files a/blockchains/smartchain/assets/0x1AdE17B4B38B472B5259BbC938618226dF7b5Ca8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1B239ABe619e74232c827FBE5E49a4C072bD869D/info.json b/blockchains/smartchain/assets/0x1B239ABe619e74232c827FBE5E49a4C072bD869D/info.json deleted file mode 100644 index 4627891a1b5fb..0000000000000 --- a/blockchains/smartchain/assets/0x1B239ABe619e74232c827FBE5E49a4C072bD869D/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Gyro", - "type": "BEP20", - "symbol": "GYRO", - "decimals": 9, - "website": "https://gyro.money/", - "description": "A decentralized reserve currency protocol with the aim of mitigating volatility of traditional cryptocurrencies while not being pegged to any fiat currencies.", - "explorer": "https://bscscan.com/token/0x1B239ABe619e74232c827FBE5E49a4C072bD869D", - "status": "active", - "id": "0x1B239ABe619e74232c827FBE5E49a4C072bD869D", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/gyro/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/gyro" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1B239ABe619e74232c827FBE5E49a4C072bD869D/logo.png b/blockchains/smartchain/assets/0x1B239ABe619e74232c827FBE5E49a4C072bD869D/logo.png deleted file mode 100644 index 545eeca15aa62..0000000000000 Binary files a/blockchains/smartchain/assets/0x1B239ABe619e74232c827FBE5E49a4C072bD869D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1B391f9d0FfFa86A6088a73ac4AC28d12c9ccFbd/info.json b/blockchains/smartchain/assets/0x1B391f9d0FfFa86A6088a73ac4AC28d12c9ccFbd/info.json deleted file mode 100644 index 47887869aee33..0000000000000 --- a/blockchains/smartchain/assets/0x1B391f9d0FfFa86A6088a73ac4AC28d12c9ccFbd/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Sustainable Energy Token", - "type": "BEP20", - "symbol": "SET", - "decimals": 9, - "website": "https://sustainableenergy.online", - "description": "Our vision is a future with sustainable, equitable and resilient transportation, buildings and communities, transforming markets to clean energy requires wide-ranging program leadership layered with initiatives that advance individual behaviors. Raised funds will go to the development of sustainable energies on low-income communities.", - "explorer": "https://bscscan.com/token/0x1B391f9d0FfFa86A6088a73ac4AC28d12c9ccFbd", - "status": "active", - "id": "0x1B391f9d0FfFa86A6088a73ac4AC28d12c9ccFbd" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1B391f9d0FfFa86A6088a73ac4AC28d12c9ccFbd/logo.png b/blockchains/smartchain/assets/0x1B391f9d0FfFa86A6088a73ac4AC28d12c9ccFbd/logo.png deleted file mode 100644 index 2c949e3d82a1d..0000000000000 Binary files a/blockchains/smartchain/assets/0x1B391f9d0FfFa86A6088a73ac4AC28d12c9ccFbd/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1B41821625d8CFAd21cd56491DACD57ECaCc83dE/info.json b/blockchains/smartchain/assets/0x1B41821625d8CFAd21cd56491DACD57ECaCc83dE/info.json deleted file mode 100644 index a0331ab503646..0000000000000 --- a/blockchains/smartchain/assets/0x1B41821625d8CFAd21cd56491DACD57ECaCc83dE/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "NanoDogeCoin", - "website": "https://nanodogecoin.com/", - "description": "NanoDogeCoin is the revolutionary token that allows investors to earn USD Tether while helping to save dogs worldwide.", - "explorer": "https://bscscan.com/token/0x1B41821625d8CFAd21cd56491DACD57ECaCc83dE", - "type": "BEP20", - "symbol": "NDC", - "decimals": 9, - "status": "active", - "id": "0x1B41821625d8CFAd21cd56491DACD57ECaCc83dE", - "links": [ - { - "name": "telegram", - "url": "https://t.me/NanoDogecoin" - }, - { - "name": "twitter", - "url": "https://twitter.com/nanodogecoin" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/nano-dogecoin" - }, - { - "name": "medium", - "url": "https://nanodoge.medium.com/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/NanoDogeCoin/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1B41821625d8CFAd21cd56491DACD57ECaCc83dE/logo.png b/blockchains/smartchain/assets/0x1B41821625d8CFAd21cd56491DACD57ECaCc83dE/logo.png deleted file mode 100644 index 77bf36cd41007..0000000000000 Binary files a/blockchains/smartchain/assets/0x1B41821625d8CFAd21cd56491DACD57ECaCc83dE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1Ba42e5193dfA8B03D15dd1B86a3113bbBEF8Eeb/info.json b/blockchains/smartchain/assets/0x1Ba42e5193dfA8B03D15dd1B86a3113bbBEF8Eeb/info.json deleted file mode 100644 index d39d17118457f..0000000000000 --- a/blockchains/smartchain/assets/0x1Ba42e5193dfA8B03D15dd1B86a3113bbBEF8Eeb/info.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "BNB pegged Zcash Token", - "website": "https://z.cash", - "description": "BNB pegged Zcash Token (ZEC BEP20) is a token issued by Binance on Smart Chain; its price is pegged to Zcash (ZEC) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0x1Ba42e5193dfA8B03D15dd1B86a3113bbBEF8Eeb", - "research": "https://research.binance.com/en/projects/zcash", - "type": "BEP20", - "symbol": "ZEC", - "decimals": 18, - "status": "active", - "id": "0x1Ba42e5193dfA8B03D15dd1B86a3113bbBEF8Eeb", - "tags": [ - "binance-peg" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1Ba42e5193dfA8B03D15dd1B86a3113bbBEF8Eeb/logo.png b/blockchains/smartchain/assets/0x1Ba42e5193dfA8B03D15dd1B86a3113bbBEF8Eeb/logo.png deleted file mode 100644 index 5489f3e53f6e6..0000000000000 Binary files a/blockchains/smartchain/assets/0x1Ba42e5193dfA8B03D15dd1B86a3113bbBEF8Eeb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1Bd5ddCD740F2D13b2255fc325c02509da35C4e4/info.json b/blockchains/smartchain/assets/0x1Bd5ddCD740F2D13b2255fc325c02509da35C4e4/info.json deleted file mode 100644 index 9530a1e0c88fa..0000000000000 --- a/blockchains/smartchain/assets/0x1Bd5ddCD740F2D13b2255fc325c02509da35C4e4/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Baby Catcoin", - "type": "BEP20", - "symbol": "BABYCATS", - "decimals": 18, - "website": "https://babycatcoin.net/ ", - "description": "Introducing Baby CatCoin, featuring an ever increasing price floor and simple yet effective rewarding system giving ALL holders a massive 3% BUSD rewards. Utility, Nfts, Dapp.", - "explorer": "https://bscscan.com/token/0x1Bd5ddCD740F2D13b2255fc325c02509da35C4e4", - "status": "active", - "id": "0x1Bd5ddCD740F2D13b2255fc325c02509da35C4e4", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/baby-cat-coin/" - }, - { - "name": "twitter", - "url": "https://twitter.com/babycatcoinbsc" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/baby-catcoin" - }, - { - "name": "github", - "url": "https://github.com/MyBabyCatCoin/BabyCatCoin/blob/main/Contract" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/BabyCatcoinBSC/" - }, - { - "name": "telegram", - "url": "https://t.me/BabyCatcoinChat" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1Bd5ddCD740F2D13b2255fc325c02509da35C4e4/logo.png b/blockchains/smartchain/assets/0x1Bd5ddCD740F2D13b2255fc325c02509da35C4e4/logo.png deleted file mode 100644 index a5589f505d3f7..0000000000000 Binary files a/blockchains/smartchain/assets/0x1Bd5ddCD740F2D13b2255fc325c02509da35C4e4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1Bf7AedeC439D6BFE38f8f9b20CF3dc99e3571C4/info.json b/blockchains/smartchain/assets/0x1Bf7AedeC439D6BFE38f8f9b20CF3dc99e3571C4/info.json deleted file mode 100644 index aac57ec3d33be..0000000000000 --- a/blockchains/smartchain/assets/0x1Bf7AedeC439D6BFE38f8f9b20CF3dc99e3571C4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TRONPAD.network", - "type": "BEP20", - "symbol": "TRONPAD", - "decimals": 18, - "website": "https://tronpad.network", - "description": "The only launchpad fully backed by the Tron Network! TRONPAD will empower crypto currency projects with the ability to distribute tokens and raise liquidity.", - "explorer": "https://bscscan.com/token/0x1Bf7AedeC439D6BFE38f8f9b20CF3dc99e3571C4", - "status": "active", - "id": "0x1Bf7AedeC439D6BFE38f8f9b20CF3dc99e3571C4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1Bf7AedeC439D6BFE38f8f9b20CF3dc99e3571C4/logo.png b/blockchains/smartchain/assets/0x1Bf7AedeC439D6BFE38f8f9b20CF3dc99e3571C4/logo.png deleted file mode 100644 index 0bca979400697..0000000000000 Binary files a/blockchains/smartchain/assets/0x1Bf7AedeC439D6BFE38f8f9b20CF3dc99e3571C4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1C2425F50a1e98D5631b223E56760d21BC840C53/info.json b/blockchains/smartchain/assets/0x1C2425F50a1e98D5631b223E56760d21BC840C53/info.json deleted file mode 100644 index 1635f9548c4c3..0000000000000 --- a/blockchains/smartchain/assets/0x1C2425F50a1e98D5631b223E56760d21BC840C53/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "World Stream", - "website": "https://www.worldstreamfinance.com", - "description": "The $tream token contributes to the streamers community, e-sports and game itens", - "explorer": "https://bscscan.com/token/0x1C2425F50a1e98D5631b223E56760d21BC840C53", - "type": "BEP20", - "symbol": "$tream", - "decimals": 9, - "status": "active", - "id": "0x1C2425F50a1e98D5631b223E56760d21BC840C53" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1C2425F50a1e98D5631b223E56760d21BC840C53/logo.png b/blockchains/smartchain/assets/0x1C2425F50a1e98D5631b223E56760d21BC840C53/logo.png deleted file mode 100644 index 37e3047cd6edb..0000000000000 Binary files a/blockchains/smartchain/assets/0x1C2425F50a1e98D5631b223E56760d21BC840C53/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1C9257e55318eb9B472ed45ef5C55ccD941538f0/info.json b/blockchains/smartchain/assets/0x1C9257e55318eb9B472ed45ef5C55ccD941538f0/info.json deleted file mode 100644 index de8f396a65d50..0000000000000 --- a/blockchains/smartchain/assets/0x1C9257e55318eb9B472ed45ef5C55ccD941538f0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TETRA PAY", - "type": "BEP20", - "symbol": "TPAY", - "decimals": 18, - "website": "https://www.tpaytoken.io", - "description": "Tetra Pay is a block chain based marketplace, where buyers and sellers meet to carry out operations involving digital goods and assets with crypto currency transactions. The unique advantage here is an automatic matching of users, basing on straight AI approach It is a first ever artificial intelligence marketplace in the world, combining traditional and smart contract, block chain, future oriented ideas of connecting people and performing operations by analyzing users preferences.", - "explorer": "https://bscscan.com/token/0x1C9257e55318eb9B472ed45ef5C55ccD941538f0", - "status": "active", - "id": "0x1C9257e55318eb9B472ed45ef5C55ccD941538f0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1C9257e55318eb9B472ed45ef5C55ccD941538f0/logo.png b/blockchains/smartchain/assets/0x1C9257e55318eb9B472ed45ef5C55ccD941538f0/logo.png deleted file mode 100644 index 1009ca5654a56..0000000000000 Binary files a/blockchains/smartchain/assets/0x1C9257e55318eb9B472ed45ef5C55ccD941538f0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1C9491865a1DE77C5b6e19d2E6a5F1D7a6F2b25F/info.json b/blockchains/smartchain/assets/0x1C9491865a1DE77C5b6e19d2E6a5F1D7a6F2b25F/info.json deleted file mode 100644 index 992178b392b0d..0000000000000 --- a/blockchains/smartchain/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://bscscan.com/token/0x1C9491865a1DE77C5b6e19d2E6a5F1D7a6F2b25F", - "type": "BEP20", - "symbol": "MATTER", - "decimals": 18, - "status": "active", - "id": "0x1C9491865a1DE77C5b6e19d2E6a5F1D7a6F2b25F" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1C9491865a1DE77C5b6e19d2E6a5F1D7a6F2b25F/logo.png b/blockchains/smartchain/assets/0x1C9491865a1DE77C5b6e19d2E6a5F1D7a6F2b25F/logo.png deleted file mode 100644 index 097bda3f2127b..0000000000000 Binary files a/blockchains/smartchain/assets/0x1C9491865a1DE77C5b6e19d2E6a5F1D7a6F2b25F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1CE0c2827e2eF14D5C4f29a091d735A204794041/info.json b/blockchains/smartchain/assets/0x1CE0c2827e2eF14D5C4f29a091d735A204794041/info.json deleted file mode 100644 index 3b0ecc032b7f0..0000000000000 --- a/blockchains/smartchain/assets/0x1CE0c2827e2eF14D5C4f29a091d735A204794041/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Binance-Peg Avalanche Token", - "website": "http://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://bscscan.com/token/0x1CE0c2827e2eF14D5C4f29a091d735A204794041", - "research": "https://research.binance.com/en/projects/avalanche", - "symbol": "AVAX", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x1CE0c2827e2eF14D5C4f29a091d735A204794041", - "tags": [ - "binance-peg" - ], - "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/smartchain/assets/0x1CE0c2827e2eF14D5C4f29a091d735A204794041/logo.png b/blockchains/smartchain/assets/0x1CE0c2827e2eF14D5C4f29a091d735A204794041/logo.png deleted file mode 100644 index 99dc6ffcde6cb..0000000000000 Binary files a/blockchains/smartchain/assets/0x1CE0c2827e2eF14D5C4f29a091d735A204794041/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1D1cB8997570e73949930c01Fe5796C88d7336c6/info.json b/blockchains/smartchain/assets/0x1D1cB8997570e73949930c01Fe5796C88d7336c6/info.json deleted file mode 100644 index 70a3d634c31b7..0000000000000 --- a/blockchains/smartchain/assets/0x1D1cB8997570e73949930c01Fe5796C88d7336c6/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "PolkaBridge", - "type": "BEP20", - "symbol": "PBR", - "decimals": 18, - "website": "https://polkabridge.org/", - "description": "Decentralized all-in-one financial applications", - "explorer": "https://bscscan.com/token/0x1d1cb8997570e73949930c01fe5796c88d7336c6", - "status": "active", - "id": "0x1D1cB8997570e73949930c01Fe5796C88d7336c6", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/realpolkabridge" - }, - { - "name": "telegram_news", - "url": "https://t.me/polkabridge" - }, - { - "name": "telegram", - "url": "https://t.me/polkabridgegroup" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/polkabridge/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/polkabridge/" - } - ], - "tags": [ - "deflationary", - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1D1cB8997570e73949930c01Fe5796C88d7336c6/logo.png b/blockchains/smartchain/assets/0x1D1cB8997570e73949930c01Fe5796C88d7336c6/logo.png deleted file mode 100644 index 168e562e8d798..0000000000000 Binary files a/blockchains/smartchain/assets/0x1D1cB8997570e73949930c01Fe5796C88d7336c6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1D1eb8E8293222e1a29d2C0E4cE6C0Acfd89AaaC/info.json b/blockchains/smartchain/assets/0x1D1eb8E8293222e1a29d2C0E4cE6C0Acfd89AaaC/info.json deleted file mode 100644 index 00d20e21709a3..0000000000000 --- a/blockchains/smartchain/assets/0x1D1eb8E8293222e1a29d2C0E4cE6C0Acfd89AaaC/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Hakka Finance on xDai on BSC", - "type": "BEP20", - "symbol": "HAKKA", - "decimals": 18, - "website": "https://hakka.finance/", - "description": "Hakka Finance: Decentralized Derivatives & Original Financial Instruments Hakka Finance is a decentralized financial ecosystem with remarkable DeFi products administered by governance token: $HAKKA.", - "explorer": "https://bscscan.com/token/0x1D1eb8E8293222e1a29d2C0E4cE6C0Acfd89AaaC", - "status": "active", - "id": "0x1D1eb8E8293222e1a29d2C0E4cE6C0Acfd89AaaC" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1D1eb8E8293222e1a29d2C0E4cE6C0Acfd89AaaC/logo.png b/blockchains/smartchain/assets/0x1D1eb8E8293222e1a29d2C0E4cE6C0Acfd89AaaC/logo.png deleted file mode 100644 index f8cab62fb1439..0000000000000 Binary files a/blockchains/smartchain/assets/0x1D1eb8E8293222e1a29d2C0E4cE6C0Acfd89AaaC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1D229B958D5DDFca92146585a8711aECbE56F095/info.json b/blockchains/smartchain/assets/0x1D229B958D5DDFca92146585a8711aECbE56F095/info.json deleted file mode 100644 index f8d06ad171367..0000000000000 --- a/blockchains/smartchain/assets/0x1D229B958D5DDFca92146585a8711aECbE56F095/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "ZooToken", - "type": "BEP20", - "symbol": "Zoo", - "decimals": 18, - "website": "https://zoogame.app/", - "description": "ZOO token is a utility token that was issued by ZOO - Crypto World. ", - "explorer": "https://bscscan.com/token/0x1D229B958D5DDFca92146585a8711aECbE56F095", - "status": "active", - "id": "0x1D229B958D5DDFca92146585a8711aECbE56F095", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/zoogamepro" - }, - { - "name": "whitepaper", - "url": "https://docs.zoogame.app/" - }, - { - "name": "telegram", - "url": "https://t.me/zoo_crypto_world" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1D229B958D5DDFca92146585a8711aECbE56F095/logo.png b/blockchains/smartchain/assets/0x1D229B958D5DDFca92146585a8711aECbE56F095/logo.png deleted file mode 100644 index 26261f065017a..0000000000000 Binary files a/blockchains/smartchain/assets/0x1D229B958D5DDFca92146585a8711aECbE56F095/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE/info.json b/blockchains/smartchain/assets/0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE/info.json deleted file mode 100644 index ec22470ba0b04..0000000000000 --- a/blockchains/smartchain/assets/0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "BNB pegged XRP Token", - "website": "https://ripple.com/xrp", - "description": "BNB pegged XRP Token (XRP BEP20) is a token issued by Binance on Smart Chain; its price is pegged to XRP (XRP) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE", - "research": "https://research.binance.com/en/projects/xrp", - "type": "BEP20", - "symbol": "XRP", - "decimals": 18, - "status": "active", - "id": "0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE", - "tags": [ - "binance-peg" - ], - "links": [ - { - "name": "facebook", - "url": "https://facebook.com/ripplepay" - }, - { - "name": "twitter", - "url": "https://twitter.com/Ripple" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE/logo.png b/blockchains/smartchain/assets/0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE/logo.png deleted file mode 100644 index 89ca2727e9a9b..0000000000000 Binary files a/blockchains/smartchain/assets/0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1D3437E570e93581Bd94b2fd8Fbf202d4a65654A/info.json b/blockchains/smartchain/assets/0x1D3437E570e93581Bd94b2fd8Fbf202d4a65654A/info.json deleted file mode 100644 index 20bdb2fe3a1ea..0000000000000 --- a/blockchains/smartchain/assets/0x1D3437E570e93581Bd94b2fd8Fbf202d4a65654A/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "NanoByte Token", - "type": "BEP20", - "symbol": "NBT", - "decimals": 18, - "website": "https://www.nanobyte.finance/", - "description": "NanoByte token is bridging cryptocurrency to real world financial application, by integrating crypto to FIAT products such as e-money, credit cards, insurance, and other investments. NanoByte token is making decentralized finance mainstream and legitimate.", - "explorer": "https://bscscan.com/token/0x1D3437E570e93581Bd94b2fd8Fbf202d4a65654A", - "status": "active", - "id": "0x1D3437E570e93581Bd94b2fd8Fbf202d4a65654A", - "tags": [ - "defi" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/NanoByteCommunity" - }, - { - "name": "twitter", - "url": "https://twitter.com/nanobyte_io" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1D3437E570e93581Bd94b2fd8Fbf202d4a65654A/logo.png b/blockchains/smartchain/assets/0x1D3437E570e93581Bd94b2fd8Fbf202d4a65654A/logo.png deleted file mode 100644 index 5feddaf09a34a..0000000000000 Binary files a/blockchains/smartchain/assets/0x1D3437E570e93581Bd94b2fd8Fbf202d4a65654A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1Da87b114f35E1DC91F72bF57fc07A768Ad40Bb0/info.json b/blockchains/smartchain/assets/0x1Da87b114f35E1DC91F72bF57fc07A768Ad40Bb0/info.json deleted file mode 100644 index 5174f8b9dcc54..0000000000000 --- a/blockchains/smartchain/assets/0x1Da87b114f35E1DC91F72bF57fc07A768Ad40Bb0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Equalizer", - "type": "BEP20", - "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://bscscan.com/token/0x1Da87b114f35E1DC91F72bF57fc07A768Ad40Bb0", - "status": "active", - "id": "0x1Da87b114f35E1DC91F72bF57fc07A768Ad40Bb0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1Da87b114f35E1DC91F72bF57fc07A768Ad40Bb0/logo.png b/blockchains/smartchain/assets/0x1Da87b114f35E1DC91F72bF57fc07A768Ad40Bb0/logo.png deleted file mode 100644 index a8c1accc22b87..0000000000000 Binary files a/blockchains/smartchain/assets/0x1Da87b114f35E1DC91F72bF57fc07A768Ad40Bb0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1E1aFE9D9c5f290d8F6996dDB190bd111908A43D/info.json b/blockchains/smartchain/assets/0x1E1aFE9D9c5f290d8F6996dDB190bd111908A43D/info.json deleted file mode 100644 index 4c916dad2b313..0000000000000 --- a/blockchains/smartchain/assets/0x1E1aFE9D9c5f290d8F6996dDB190bd111908A43D/info.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "Ape Swap LP BNB-BTCB", - "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://bscscan.com/token/0x1E1aFE9D9c5f290d8F6996dDB190bd111908A43D", - "type": "BEP20", - "symbol": "APE-LP", - "decimals": 18, - "status": "active", - "id": "0x1E1aFE9D9c5f290d8F6996dDB190bd111908A43D", - "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/smartchain/assets/0x1E1aFE9D9c5f290d8F6996dDB190bd111908A43D/logo.png b/blockchains/smartchain/assets/0x1E1aFE9D9c5f290d8F6996dDB190bd111908A43D/logo.png deleted file mode 100644 index 5676acf9bb8cb..0000000000000 Binary files a/blockchains/smartchain/assets/0x1E1aFE9D9c5f290d8F6996dDB190bd111908A43D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1E653794A6849bC8A78be50C4D48981AfAD6359d/info.json b/blockchains/smartchain/assets/0x1E653794A6849bC8A78be50C4D48981AfAD6359d/info.json deleted file mode 100644 index 3f3b54d210ecb..0000000000000 --- a/blockchains/smartchain/assets/0x1E653794A6849bC8A78be50C4D48981AfAD6359d/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "ADA BOY", - "website": "https://adaboytoken.com", - "description": "ADABoy is a fully audited BEP-20 token that rewards its holders in Binance-PEG Cardano. ADABoy is the creator of CryptoMatch (cryptomatch.app) which is the \"Tinder for Crypto\". CryptoMatch allows users to do research on projects by just swiping left or right making research fun and interactive at the same time.", - "explorer": "https://bscscan.com/token/0x1e653794a6849bc8a78be50c4d48981afad6359d", - "type": "BEP20", - "symbol": "ADABoy", - "decimals": 18, - "status": "active", - "id": "0x1E653794A6849bC8A78be50C4D48981AfAD6359d", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/adaboytoken" - }, - { - "name": "whitepaper", - "url": "https://adaboytoken.app/whitepaper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/ada-boy/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/adaboy" - }, - { - "name": "blog", - "url": "https://blog.adaboytoken.finance" - }, - { - "name": "github", - "url": "https://github.com/realadaboy" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCYJelvhOji7AWhcEqFUMDhw" - }, - { - "name": "telegram_news", - "url": "https://t.me/cryptomatchofficial" - }, - { - "name": "source_code", - "url": "https://github.com/RealADABoy/Contracts/tree/main/ADABoy" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1E653794A6849bC8A78be50C4D48981AfAD6359d/logo.png b/blockchains/smartchain/assets/0x1E653794A6849bC8A78be50C4D48981AfAD6359d/logo.png deleted file mode 100644 index d098ecd08d3fe..0000000000000 Binary files a/blockchains/smartchain/assets/0x1E653794A6849bC8A78be50C4D48981AfAD6359d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1E6baC0b134259BFE91552954D86513bA2B6E9B9/info.json b/blockchains/smartchain/assets/0x1E6baC0b134259BFE91552954D86513bA2B6E9B9/info.json deleted file mode 100644 index 1bd152a675102..0000000000000 --- a/blockchains/smartchain/assets/0x1E6baC0b134259BFE91552954D86513bA2B6E9B9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Shark Stake", - "type": "BEP20", - "symbol": "Shark", - "decimals": 0, - "website": "http://sharkstake.finance/", - "description": "Shark Stake Finance smart contract generates of the stake amount daily and guarantees a final profit.", - "explorer": "https://bscscan.com/token/0x1E6baC0b134259BFE91552954D86513bA2B6E9B9", - "status": "active", - "id": "0x1E6baC0b134259BFE91552954D86513bA2B6E9B9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1E6baC0b134259BFE91552954D86513bA2B6E9B9/logo.png b/blockchains/smartchain/assets/0x1E6baC0b134259BFE91552954D86513bA2B6E9B9/logo.png deleted file mode 100644 index d1a28f18f6f36..0000000000000 Binary files a/blockchains/smartchain/assets/0x1E6baC0b134259BFE91552954D86513bA2B6E9B9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1F01Dc57C66C2f87D8eab9C625D335e9defE6912/info.json b/blockchains/smartchain/assets/0x1F01Dc57C66C2f87D8eab9C625D335e9defE6912/info.json deleted file mode 100644 index 91cf60533e7b6..0000000000000 --- a/blockchains/smartchain/assets/0x1F01Dc57C66C2f87D8eab9C625D335e9defE6912/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Wrapped ZCore", - "website": "https://zcore.network", - "description": "Wrapped ZCore is a tokenized version of ZCore (ZCR) that runs on the Binance Smart Chain (BSC) blockchain.", - "explorer": "https://bscscan.com/token/0x1f01dc57c66c2f87d8eab9c625d335e9defe6912", - "type": "BEP20", - "symbol": "WZCR", - "decimals": 18, - "status": "active", - "id": "0x1F01Dc57C66C2f87D8eab9C625D335e9defE6912" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1F01Dc57C66C2f87D8eab9C625D335e9defE6912/logo.png b/blockchains/smartchain/assets/0x1F01Dc57C66C2f87D8eab9C625D335e9defE6912/logo.png deleted file mode 100644 index b0b711c9fc57b..0000000000000 Binary files a/blockchains/smartchain/assets/0x1F01Dc57C66C2f87D8eab9C625D335e9defE6912/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1F1C90aEb2fd13EA972F0a71e35c0753848e3DB0/info.json b/blockchains/smartchain/assets/0x1F1C90aEb2fd13EA972F0a71e35c0753848e3DB0/info.json deleted file mode 100644 index 35490b4af02f1..0000000000000 --- a/blockchains/smartchain/assets/0x1F1C90aEb2fd13EA972F0a71e35c0753848e3DB0/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Cheelee", - "type": "BEP20", - "symbol": "CHEEL", - "decimals": 18, - "website": "https://cheelee.io/", - "description": "CHEEL is the governance token, which will be issued in a total quantity of 1,000,000,000. With this token, the community can vote on important issues of the platform development, according to the DAO principle. CHEEL also allows to level up NFT glasses.", - "explorer": "https://bscscan.com/token/0x1F1C90aEb2fd13EA972F0a71e35c0753848e3DB0", - "status": "active", - "id": "0x1F1C90aEb2fd13EA972F0a71e35c0753848e3DB0", - "links": [ - { - "name": "medium", - "url": "https://medium.com/cheelee-cheel" - }, - { - "name": "twitter", - "url": "https://twitter.com/Cheelee_Tweet" - }, - { - "name": "telegram", - "url": "https://t.me/Cheelee_EN" - }, - { - "name": "discord", - "url": "https://discord.com/invite/cheelee" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/cheelee/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/cheelee/" - } - ], - "tags": [ - "gamefi", - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x1F1C90aEb2fd13EA972F0a71e35c0753848e3DB0/logo.png b/blockchains/smartchain/assets/0x1F1C90aEb2fd13EA972F0a71e35c0753848e3DB0/logo.png deleted file mode 100644 index 0ac9abc4e35ea..0000000000000 Binary files a/blockchains/smartchain/assets/0x1F1C90aEb2fd13EA972F0a71e35c0753848e3DB0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1F2Cfde19976A2bF0A250900f7aCe9c362908C93/info.json b/blockchains/smartchain/assets/0x1F2Cfde19976A2bF0A250900f7aCe9c362908C93/info.json deleted file mode 100644 index 61dffe4fbc2f5..0000000000000 --- a/blockchains/smartchain/assets/0x1F2Cfde19976A2bF0A250900f7aCe9c362908C93/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "AZ World SocialFi ", - "website": "https://azworld.network", - "description": "AZ World - The First SocialFi To Earn on BSC", - "explorer": "https://bscscan.com/token/0x1F2Cfde19976A2bF0A250900f7aCe9c362908C93", - "type": "BEP20", - "symbol": "AZW", - "decimals": 5, - "status": "active", - "id": "0x1F2Cfde19976A2bF0A250900f7aCe9c362908C93", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/az-world/" - }, - { - "name": "twitter", - "url": "https://twitter.com/azworld_network" - }, - { - "name": "telegram", - "url": "https://t.me/azworld_global" - } - ], - "tags": [ - "Play To Earn", - "Social Networking" - ] -} diff --git a/blockchains/smartchain/assets/0x1F2Cfde19976A2bF0A250900f7aCe9c362908C93/logo.png b/blockchains/smartchain/assets/0x1F2Cfde19976A2bF0A250900f7aCe9c362908C93/logo.png deleted file mode 100644 index 0d1add908be24..0000000000000 Binary files a/blockchains/smartchain/assets/0x1F2Cfde19976A2bF0A250900f7aCe9c362908C93/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1F36FB2D91d9951Cf58aE4c1956C0b77e224F1E9/info.json b/blockchains/smartchain/assets/0x1F36FB2D91d9951Cf58aE4c1956C0b77e224F1E9/info.json deleted file mode 100644 index e110d8bdade35..0000000000000 --- a/blockchains/smartchain/assets/0x1F36FB2D91d9951Cf58aE4c1956C0b77e224F1E9/info.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "name": "VCGamers", - "type": "BEP20", - "symbol": "VCG", - "decimals": 18, - "website": "https://token.vcgamers.com/", - "description": "$VCG is developed on top of a social commerce platform that connects gamers and enables them to buy and sell digital gaming items and gaming NFTs.", - "explorer": "https://bscscan.com/token/0x1f36fb2d91d9951cf58ae4c1956c0b77e224f1e9", - "status": "active", - "id": "0x1F36FB2D91d9951Cf58aE4c1956C0b77e224F1E9", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/vcgamers_io" - }, - { - "name": "github", - "url": "https://github.com/vcgamers/" - }, - { - "name": "telegram", - "url": "https://t.me/vcgamers_io" - }, - { - "name": "telegram_news", - "url": "https://t.me/vcgamers_news" - }, - { - "name": "blog", - "url": "https://news.vcgamers.com/crypto/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/2ZCcTXx5Vr" - }, - { - "name": "whitepaper", - "url": "https://docs.google.com/document/d/1k_bWHxRYI2WGjqVZE32yyJ2LRnBTXkbDrzH0ODoqx18/edit?usp=sharing" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/VCGamersIndonesia" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/vcgamers/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/vcgamers" - }, - { - "name": "facebook", - "url": "https://facebook.com/vcgamers.id" - }, - { - "name": "source_code", - "url": "https://github.com/vcgamers/smartcontract" - } - ], - "tags": [ - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x1F36FB2D91d9951Cf58aE4c1956C0b77e224F1E9/logo.png b/blockchains/smartchain/assets/0x1F36FB2D91d9951Cf58aE4c1956C0b77e224F1E9/logo.png deleted file mode 100644 index 2f15bb3b959cb..0000000000000 Binary files a/blockchains/smartchain/assets/0x1F36FB2D91d9951Cf58aE4c1956C0b77e224F1E9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1F39Dd2Bf5A27e2D4ED691DCF933077371777CB0/info.json b/blockchains/smartchain/assets/0x1F39Dd2Bf5A27e2D4ED691DCF933077371777CB0/info.json deleted file mode 100644 index 412f37644d27a..0000000000000 --- a/blockchains/smartchain/assets/0x1F39Dd2Bf5A27e2D4ED691DCF933077371777CB0/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "SnowCrash Token", - "type": "BEP20", - "symbol": "Nora", - "decimals": 18, - "website": "https://snowcrash.finance", - "description": "$Nora is the community governance token of SnowCrash DAO. Players can trade $Nora on the exchange, or earn $Nora by completing tasks in the game. Players in MetaVoxel can use $Nora to buy land, islands, goods and various raw materials.", - "explorer": "https://bscscan.com/token/0x1f39dd2bf5a27e2d4ed691dcf933077371777cb0", - "status": "active", - "id": "0x1F39Dd2Bf5A27e2D4ED691DCF933077371777CB0", - "links": [ - { - "name": "github", - "url": "https://github.com/SnowCrashDAO" - }, - { - "name": "docs", - "url": "https://docs.snowcrash.finance/" - }, - { - "name": "whitepaper", - "url": "https://docs.snowcrash.finance/" - }, - { - "name": "twitter", - "url": "https://twitter.com/SnowCrashDAO" - }, - { - "name": "telegram", - "url": "https://t.me/SnowCrashDAO" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC5Li60DsXOZqPypyeL2QTQA" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/snowcrash-token/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/snowcrash-token" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1F39Dd2Bf5A27e2D4ED691DCF933077371777CB0/logo.png b/blockchains/smartchain/assets/0x1F39Dd2Bf5A27e2D4ED691DCF933077371777CB0/logo.png deleted file mode 100644 index 084ab1566671a..0000000000000 Binary files a/blockchains/smartchain/assets/0x1F39Dd2Bf5A27e2D4ED691DCF933077371777CB0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1F5d9fFAFa57604Ae2A43cebAdEcC175DF2F069e/info.json b/blockchains/smartchain/assets/0x1F5d9fFAFa57604Ae2A43cebAdEcC175DF2F069e/info.json deleted file mode 100644 index ab578b7bcf63a..0000000000000 --- a/blockchains/smartchain/assets/0x1F5d9fFAFa57604Ae2A43cebAdEcC175DF2F069e/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "InfinitX", - "type": "BEP20", - "symbol": "INX", - "decimals": 4, - "website": "https://infinitx.io/", - "description": "InfinitX is a rebase token that also rewards in XRP.", - "explorer": "https://bscscan.com/token/0x1f5d9ffafa57604ae2a43cebadecc175df2f069e", - "status": "active", - "id": "0x1F5d9fFAFa57604Ae2A43cebAdEcC175DF2F069e", - "links": [ - { - "name": "github", - "url": "https://github.com/InfinitXToken" - }, - { - "name": "twitter", - "url": "https://twitter.com/infinitX_bsc" - }, - { - "name": "telegram", - "url": "https://t.me/infinitx_token" - }, - { - "name": "medium", - "url": "https://infinitx.medium.com/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/infinitx" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/infinitx/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1F5d9fFAFa57604Ae2A43cebAdEcC175DF2F069e/logo.png b/blockchains/smartchain/assets/0x1F5d9fFAFa57604Ae2A43cebAdEcC175DF2F069e/logo.png deleted file mode 100644 index 57b4116865a15..0000000000000 Binary files a/blockchains/smartchain/assets/0x1F5d9fFAFa57604Ae2A43cebAdEcC175DF2F069e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1F7e8fe01AEbA6fDAEA85161746f4D53DC9bdA4F/info.json b/blockchains/smartchain/assets/0x1F7e8fe01AEbA6fDAEA85161746f4D53DC9bdA4F/info.json deleted file mode 100644 index d97480d68d2cd..0000000000000 --- a/blockchains/smartchain/assets/0x1F7e8fe01AEbA6fDAEA85161746f4D53DC9bdA4F/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "GG TOKEN", - "type": "BEP20", - "symbol": "GGTKN", - "decimals": 18, - "website": "https://ggtkn.com/", - "description": "GG Token - Created in 2022 in cooperation with GG International Ltd, GG World Lottery, and White Lotto - The most efficient software and technology provider for the entertainment and crypto industry, since 2009. GGTKN is a Native token for multiple Gaming, E-Commerce, and Networking platform projects.", - "explorer": "https://bscscan.com/token/0x1F7e8fe01AEbA6fDAEA85161746f4D53DC9bdA4F", - "status": "active", - "id": "0x1F7e8fe01AEbA6fDAEA85161746f4D53DC9bdA4F", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/gg_tkn" - }, - { - "name": "facebook", - "url": "https://facebook.com/ggtoken" - }, - { - "name": "telegram", - "url": "https://t.me/ggtokenofficial" - }, - { - "name": "whitepaper", - "url": "https://ggtkn.com/ggtkn_whitepaper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/gg-token/" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x1F7e8fe01AEbA6fDAEA85161746f4D53DC9bdA4F/logo.png b/blockchains/smartchain/assets/0x1F7e8fe01AEbA6fDAEA85161746f4D53DC9bdA4F/logo.png deleted file mode 100644 index 9a7c8ce5053c1..0000000000000 Binary files a/blockchains/smartchain/assets/0x1F7e8fe01AEbA6fDAEA85161746f4D53DC9bdA4F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1F82a9b541FE4C322B5cd81DCB066620D57de35C/info.json b/blockchains/smartchain/assets/0x1F82a9b541FE4C322B5cd81DCB066620D57de35C/info.json deleted file mode 100644 index 2b2e0e2815e15..0000000000000 --- a/blockchains/smartchain/assets/0x1F82a9b541FE4C322B5cd81DCB066620D57de35C/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Donkey King", - "website": "https://www.donk.finance", - "description": "Donkey King finance is a passive income generating, deflationary, DeFi token.", - "explorer": "https://bscscan.com/token/0x1F82a9b541FE4C322B5cd81DCB066620D57de35C", - "type": "BEP20", - "symbol": "DONK", - "decimals": 9, - "status": "active", - "id": "0x1F82a9b541FE4C322B5cd81DCB066620D57de35C", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1F82a9b541FE4C322B5cd81DCB066620D57de35C/logo.png b/blockchains/smartchain/assets/0x1F82a9b541FE4C322B5cd81DCB066620D57de35C/logo.png deleted file mode 100644 index d94134e1972df..0000000000000 Binary files a/blockchains/smartchain/assets/0x1F82a9b541FE4C322B5cd81DCB066620D57de35C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1F878d0BccD3D502ff55F7a4797C556f103d6e4b/info.json b/blockchains/smartchain/assets/0x1F878d0BccD3D502ff55F7a4797C556f103d6e4b/info.json deleted file mode 100644 index d97b380ff547e..0000000000000 --- a/blockchains/smartchain/assets/0x1F878d0BccD3D502ff55F7a4797C556f103d6e4b/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Squidanomics", - "type": "BEP20", - "symbol": "SQUID", - "decimals": 4, - "website": "https://squidanomics.xyz", - "description": "Bringing Squid Game to life through gaming, NFTs and community prizes!", - "explorer": "https://bscscan.com/token/0x1F878d0BccD3D502ff55F7a4797C556f103d6e4b", - "status": "active", - "id": "0x1F878d0BccD3D502ff55F7a4797C556f103d6e4b", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Squidanomics" - }, - { - "name": "github", - "url": "https://github.com/JakeYoungDev/SquidanomicsCODE" - }, - { - "name": "telegram", - "url": "https://t.me/Squidanomics" - }, - { - "name": "telegram_news", - "url": "https://t.me/SquidanomicsAnnouncement" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1F878d0BccD3D502ff55F7a4797C556f103d6e4b/logo.png b/blockchains/smartchain/assets/0x1F878d0BccD3D502ff55F7a4797C556f103d6e4b/logo.png deleted file mode 100644 index 0dfc110fc5735..0000000000000 Binary files a/blockchains/smartchain/assets/0x1F878d0BccD3D502ff55F7a4797C556f103d6e4b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1F8Fc5470846011646C4cb05Cf235B47d5A7ADe6/info.json b/blockchains/smartchain/assets/0x1F8Fc5470846011646C4cb05Cf235B47d5A7ADe6/info.json deleted file mode 100644 index 4d3e6cd68dc9c..0000000000000 --- a/blockchains/smartchain/assets/0x1F8Fc5470846011646C4cb05Cf235B47d5A7ADe6/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bullet Token", - "website": "https://bulletbsc.com/", - "description": "$BULL aims to offer users a fully operational BSC project explorer platform. Bullet plans to leverage blockchain technology to ensure a seamless investment experience and wants to help customers find project gems as early as possible.", - "explorer": "https://bscscan.com/token/0x1f8fc5470846011646c4cb05cf235b47d5a7ade6", - "type": "BEP20", - "symbol": "BULL", - "decimals": 9, - "status": "active", - "id": "0x1F8Fc5470846011646C4cb05Cf235B47d5A7ADe6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1F8Fc5470846011646C4cb05Cf235B47d5A7ADe6/logo.png b/blockchains/smartchain/assets/0x1F8Fc5470846011646C4cb05Cf235B47d5A7ADe6/logo.png deleted file mode 100644 index 8ad34e89a95eb..0000000000000 Binary files a/blockchains/smartchain/assets/0x1F8Fc5470846011646C4cb05Cf235B47d5A7ADe6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1FDB2c3851D067502Ce2122bE80a41ea212949E2/info.json b/blockchains/smartchain/assets/0x1FDB2c3851D067502Ce2122bE80a41ea212949E2/info.json deleted file mode 100644 index 794de87021af6..0000000000000 --- a/blockchains/smartchain/assets/0x1FDB2c3851D067502Ce2122bE80a41ea212949E2/info.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "Pige Inu", - "type": "BEP20", - "symbol": "PINU", - "decimals": 9, - "website": "https://pigeinu.io/#", - "description": "PIGE INU is a fully decentralized and community driven project, our contract is fully renounced Liquidity pool burned or locked forever", - "explorer": "https://bscscan.com/token/0x1FDB2c3851D067502Ce2122bE80a41ea212949E2", - "status": "active", - "id": "0x1FDB2c3851D067502Ce2122bE80a41ea212949E2", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/PigeInu" - }, - { - "name": "github", - "url": "https://github.com/PigeInu/" - }, - { - "name": "telegram", - "url": "https://t.me/pigeinu" - }, - { - "name": "blog", - "url": "https://medium.com/@pigeinubsc" - }, - { - "name": "whitepaper", - "url": "https://pigeinu.io/PigeWP.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/@pigeinubsc" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pige-inu/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/pige-inu" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCM3UyEcna3hk2m_lftbiXOA" - } - ], - "tags": [ - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x1FDB2c3851D067502Ce2122bE80a41ea212949E2/logo.png b/blockchains/smartchain/assets/0x1FDB2c3851D067502Ce2122bE80a41ea212949E2/logo.png deleted file mode 100644 index 12c07a42b499f..0000000000000 Binary files a/blockchains/smartchain/assets/0x1FDB2c3851D067502Ce2122bE80a41ea212949E2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1FF2a2c2DEAdb17B6Ba9949393d1406f4c61BFC9/info.json b/blockchains/smartchain/assets/0x1FF2a2c2DEAdb17B6Ba9949393d1406f4c61BFC9/info.json deleted file mode 100644 index d76f9e5851ba2..0000000000000 --- a/blockchains/smartchain/assets/0x1FF2a2c2DEAdb17B6Ba9949393d1406f4c61BFC9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "VanCat Egg Token", - "website": "https://www.vancategg.com", - "description": "VANCAT Egg Token is a subtoken of VANCAT Token and VANCAT universe. Users must have VCEGG to mint Special NFTs", - "explorer": "https://bscscan.com/token/0x1ff2a2c2deadb17b6ba9949393d1406f4c61bfc9", - "id": "0x1FF2a2c2DEAdb17B6Ba9949393d1406f4c61BFC9", - "symbol": "VCEGG", - "type": "BEP20", - "decimals": 0, - "status": "active" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1FF2a2c2DEAdb17B6Ba9949393d1406f4c61BFC9/logo.png b/blockchains/smartchain/assets/0x1FF2a2c2DEAdb17B6Ba9949393d1406f4c61BFC9/logo.png deleted file mode 100644 index c1f3b9441d178..0000000000000 Binary files a/blockchains/smartchain/assets/0x1FF2a2c2DEAdb17B6Ba9949393d1406f4c61BFC9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1FFD0b47127fdd4097E54521C9E2c7f0D66AafC5/info.json b/blockchains/smartchain/assets/0x1FFD0b47127fdd4097E54521C9E2c7f0D66AafC5/info.json deleted file mode 100644 index 2b0414c8afec7..0000000000000 --- a/blockchains/smartchain/assets/0x1FFD0b47127fdd4097E54521C9E2c7f0D66AafC5/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Tixl", - "website": "https://tixl.org/", - "description": "Interoperable Smart Contracts & dApps Network", - "explorer": "https://bscscan.com/token/0x1ffd0b47127fdd4097e54521c9e2c7f0d66aafc5", - "type": "BEP20", - "symbol": "TXL", - "decimals": 18, - "status": "active", - "id": "0x1FFD0b47127fdd4097E54521C9E2c7f0D66AafC5" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1FFD0b47127fdd4097E54521C9E2c7f0D66AafC5/logo.png b/blockchains/smartchain/assets/0x1FFD0b47127fdd4097E54521C9E2c7f0D66AafC5/logo.png deleted file mode 100644 index 7e5220019c6b3..0000000000000 Binary files a/blockchains/smartchain/assets/0x1FFD0b47127fdd4097E54521C9E2c7f0D66AafC5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1Fa4a73a3F0133f0025378af00236f3aBDEE5D63/info.json b/blockchains/smartchain/assets/0x1Fa4a73a3F0133f0025378af00236f3aBDEE5D63/info.json deleted file mode 100644 index 87a5e5a992fab..0000000000000 --- a/blockchains/smartchain/assets/0x1Fa4a73a3F0133f0025378af00236f3aBDEE5D63/info.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "BNB pegged NEAR Protocol", - "website": "https://near.org", - "description": "BNB pegged NEAR Protocol (NEAR BEP20) is a token issued by Binance on Smart Chain; its price is pegged to NEAR Protocol (NEAR) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0x1Fa4a73a3F0133f0025378af00236f3aBDEE5D63", - "research": "https://research.binance.com/en/projects/near-protocol", - "type": "BEP20", - "symbol": "NEAR", - "decimals": 18, - "status": "active", - "id": "0x1Fa4a73a3F0133f0025378af00236f3aBDEE5D63", - "tags": [ - "binance-peg" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1Fa4a73a3F0133f0025378af00236f3aBDEE5D63/logo.png b/blockchains/smartchain/assets/0x1Fa4a73a3F0133f0025378af00236f3aBDEE5D63/logo.png deleted file mode 100644 index 15b08b2d6cbf0..0000000000000 Binary files a/blockchains/smartchain/assets/0x1Fa4a73a3F0133f0025378af00236f3aBDEE5D63/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1Ffe17B99b439bE0aFC831239dDECda2A790fF3A/info.json b/blockchains/smartchain/assets/0x1Ffe17B99b439bE0aFC831239dDECda2A790fF3A/info.json deleted file mode 100644 index 8e238963db696..0000000000000 --- a/blockchains/smartchain/assets/0x1Ffe17B99b439bE0aFC831239dDECda2A790fF3A/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream BNB", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0x1Ffe17B99b439bE0aFC831239dDECda2A790fF3A", - "type": "BEP20", - "symbol": "crBNB", - "decimals": 8, - "status": "active", - "id": "0x1Ffe17B99b439bE0aFC831239dDECda2A790fF3A", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1Ffe17B99b439bE0aFC831239dDECda2A790fF3A/logo.png b/blockchains/smartchain/assets/0x1Ffe17B99b439bE0aFC831239dDECda2A790fF3A/logo.png deleted file mode 100644 index 9ae8964f1d5a4..0000000000000 Binary files a/blockchains/smartchain/assets/0x1Ffe17B99b439bE0aFC831239dDECda2A790fF3A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1a04364E724A2B9c5A4ff42D777420734e605383/info.json b/blockchains/smartchain/assets/0x1a04364E724A2B9c5A4ff42D777420734e605383/info.json deleted file mode 100644 index 63097f36ea1ca..0000000000000 --- a/blockchains/smartchain/assets/0x1a04364E724A2B9c5A4ff42D777420734e605383/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Diamoons", - "website": "https://diamoons.finance/", - "description": "Diamoons $DMOON is simply the finest DeFi community run token. Its financial innovation at its best. The project taxes 10% of every transaction: 5% auto grows the liquidity pool, 4% is earned by all holders as passive income, and 1% is forwarded to the Community Treasury Fund, which is used to serve the community and managed by the community.", - "explorer": "https://bscscan.com/token/0x1a04364e724a2b9c5a4ff42d777420734e605383", - "type": "BEP20", - "symbol": "DMOON", - "decimals": 9, - "status": "active", - "id": "0x1a04364E724A2B9c5A4ff42D777420734e605383" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1a04364E724A2B9c5A4ff42D777420734e605383/logo.png b/blockchains/smartchain/assets/0x1a04364E724A2B9c5A4ff42D777420734e605383/logo.png deleted file mode 100644 index e7675cd5e1cd5..0000000000000 Binary files a/blockchains/smartchain/assets/0x1a04364E724A2B9c5A4ff42D777420734e605383/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1a1c6f9F6B4E535130E9b1de46bBc76130b61Feb/info.json b/blockchains/smartchain/assets/0x1a1c6f9F6B4E535130E9b1de46bBc76130b61Feb/info.json deleted file mode 100644 index a3bf99a268ede..0000000000000 --- a/blockchains/smartchain/assets/0x1a1c6f9F6B4E535130E9b1de46bBc76130b61Feb/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Golden Duck", - "website": "https://golduck.org", - "description": "High-yield frictionless farming token.", - "explorer": "https://bscscan.com/token/0x1a1c6f9F6B4E535130E9b1de46bBc76130b61Feb", - "type": "BEP20", - "symbol": "GOLDUCK", - "decimals": 9, - "status": "active", - "id": "0x1a1c6f9F6B4E535130E9b1de46bBc76130b61Feb" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1a1c6f9F6B4E535130E9b1de46bBc76130b61Feb/logo.png b/blockchains/smartchain/assets/0x1a1c6f9F6B4E535130E9b1de46bBc76130b61Feb/logo.png deleted file mode 100644 index 85258c6db2bd7..0000000000000 Binary files a/blockchains/smartchain/assets/0x1a1c6f9F6B4E535130E9b1de46bBc76130b61Feb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1a6C2c3c52cd3CC21DB2b8f2B331ca9c4780F1Ee/info.json b/blockchains/smartchain/assets/0x1a6C2c3c52cd3CC21DB2b8f2B331ca9c4780F1Ee/info.json deleted file mode 100644 index d37b6ef0b5c01..0000000000000 --- a/blockchains/smartchain/assets/0x1a6C2c3c52cd3CC21DB2b8f2B331ca9c4780F1Ee/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "AERDROP", - "website": "https://www.aerdrop.finance/", - "description": "Old Contract, please see 0xc7ad2ce38f208eed77a368613c62062fce88f125", - "explorer": "https://bscscan.com/token/0x1a6C2c3c52cd3CC21DB2b8f2B331ca9c4780F1Ee", - "type": "BEP20", - "symbol": "AER", - "decimals": 18, - "status": "abandoned", - "id": "0x1a6C2c3c52cd3CC21DB2b8f2B331ca9c4780F1Ee" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1a8B6E637aAB57c8544DC90BD813c62fAA68AA1C/info.json b/blockchains/smartchain/assets/0x1a8B6E637aAB57c8544DC90BD813c62fAA68AA1C/info.json deleted file mode 100644 index 1f68447568ecb..0000000000000 --- a/blockchains/smartchain/assets/0x1a8B6E637aAB57c8544DC90BD813c62fAA68AA1C/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Healthify", - "type": "BEP20", - "symbol": "HTF", - "decimals": 8, - "website": "https://healthland.io/", - "description": "World's First Health Metaverse & NFT Store", - "explorer": "https://bscscan.com/token/0x1a8B6E637aAB57c8544DC90BD813c62fAA68AA1C", - "status": "active", - "id": "0x1a8B6E637aAB57c8544DC90BD813c62fAA68AA1C", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/healthland_io" - }, - { - "name": "telegram", - "url": "https://t.me/healthland_io" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1a8B6E637aAB57c8544DC90BD813c62fAA68AA1C/logo.png b/blockchains/smartchain/assets/0x1a8B6E637aAB57c8544DC90BD813c62fAA68AA1C/logo.png deleted file mode 100644 index 423c08cee412d..0000000000000 Binary files a/blockchains/smartchain/assets/0x1a8B6E637aAB57c8544DC90BD813c62fAA68AA1C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1a9b49E9f075c37Fe5f86C916bac9DEb33556D7E/info.json b/blockchains/smartchain/assets/0x1a9b49E9f075c37Fe5f86C916bac9DEb33556D7E/info.json deleted file mode 100644 index d96dc6dc5271d..0000000000000 --- a/blockchains/smartchain/assets/0x1a9b49E9f075c37Fe5f86C916bac9DEb33556D7E/info.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "ASPO World", - "type": "BEP20", - "symbol": "ASPO", - "decimals": 18, - "website": "https://aspo.world", - "description": "ASPO is expected as a game universe backed by a strong and talented Vietnamese team with the hope of turning P2E games into the future of digital assets. ASPO is currently developing its very first project called ASPO World, a tactics-based game allowing people to interact with one another in the virtual world we create. ASPO World is expected to compete with all existing NFTs games on the world right now.", - "explorer": "https://bscscan.com/token/0x1a9b49E9f075c37Fe5f86C916bac9DEb33556D7E", - "status": "active", - "id": "0x1a9b49E9f075c37Fe5f86C916bac9DEb33556D7E", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/AspoWorld" - }, - { - "name": "github", - "url": "https://github.com/ASPO-World" - }, - { - "name": "telegram", - "url": "https://t.me/joinchat/PjbO1XlvWgw3ZWY9" - }, - { - "name": "telegram_news", - "url": "https://t.me/joinchat/PjbO1XlvWgw3ZWY9" - }, - { - "name": "blog", - "url": "https://aspo.world/list-news/" - }, - { - "name": "docs", - "url": "https://docs.aspo.world/" - }, - { - "name": "whitepaper", - "url": "https://drive.google.com/file/d/1GqDwdexXoAIaI_nNKOtJ-k86kbX3JpjA/view" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCxNjpMPgPfeceY497FoKHPw" - }, - { - "name": "facebook", - "url": "https://facebook.com/aspoworld" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/aspo-world/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/aspo-world" - }, - { - "name": "source_code", - "url": "https://github.com/phugt/aspoerc20" - } - ], - "tags": [ - "staking", - "nft", - "defi", - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1a9b49E9f075c37Fe5f86C916bac9DEb33556D7E/logo.png b/blockchains/smartchain/assets/0x1a9b49E9f075c37Fe5f86C916bac9DEb33556D7E/logo.png deleted file mode 100644 index 4935d2fa2aa9c..0000000000000 Binary files a/blockchains/smartchain/assets/0x1a9b49E9f075c37Fe5f86C916bac9DEb33556D7E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1aF8c1C3AD36A041cb6678feD86B1E095004fd16/info.json b/blockchains/smartchain/assets/0x1aF8c1C3AD36A041cb6678feD86B1E095004fd16/info.json deleted file mode 100644 index 7e06907a1274d..0000000000000 --- a/blockchains/smartchain/assets/0x1aF8c1C3AD36A041cb6678feD86B1E095004fd16/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream Filecoin", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0x1aF8c1C3AD36A041cb6678feD86B1E095004fd16", - "type": "BEP20", - "symbol": "crFIL", - "decimals": 8, - "status": "active", - "id": "0x1aF8c1C3AD36A041cb6678feD86B1E095004fd16", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1aF8c1C3AD36A041cb6678feD86B1E095004fd16/logo.png b/blockchains/smartchain/assets/0x1aF8c1C3AD36A041cb6678feD86B1E095004fd16/logo.png deleted file mode 100644 index f8ac254bc28b2..0000000000000 Binary files a/blockchains/smartchain/assets/0x1aF8c1C3AD36A041cb6678feD86B1E095004fd16/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1b9E14122Cb416845F0f21967f38b5c3e74De774/info.json b/blockchains/smartchain/assets/0x1b9E14122Cb416845F0f21967f38b5c3e74De774/info.json deleted file mode 100644 index 770820ae6e211..0000000000000 --- a/blockchains/smartchain/assets/0x1b9E14122Cb416845F0f21967f38b5c3e74De774/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Nebula Chain", - "type": "BEP20", - "symbol": "NEBULA", - "decimals": 0, - "website": "https://nebulachain.xyz/", - "description": "Nebula Chain Finance smart contract generates of the stake amount daily and guarantees a final profit.", - "explorer": "https://bscscan.com/token/0x1b9E14122Cb416845F0f21967f38b5c3e74De774", - "status": "active", - "id": "0x1b9E14122Cb416845F0f21967f38b5c3e74De774" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1b9E14122Cb416845F0f21967f38b5c3e74De774/logo.png b/blockchains/smartchain/assets/0x1b9E14122Cb416845F0f21967f38b5c3e74De774/logo.png deleted file mode 100644 index 46462c3823ea4..0000000000000 Binary files a/blockchains/smartchain/assets/0x1b9E14122Cb416845F0f21967f38b5c3e74De774/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1bA8D3C4c219B124d351F603060663BD1bcd9bbF/info.json b/blockchains/smartchain/assets/0x1bA8D3C4c219B124d351F603060663BD1bcd9bbF/info.json deleted file mode 100644 index c6a1fcc2917b3..0000000000000 --- a/blockchains/smartchain/assets/0x1bA8D3C4c219B124d351F603060663BD1bcd9bbF/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Binance-Peg TornadoCash Token", - "website": "https://tornado.cash/", - "description": "Tornado Cash is a fully decentralized protocol for private transactions on Ethereum.", - "explorer": "https://bscscan.com/token/0x1bA8D3C4c219B124d351F603060663BD1bcd9bbF", - "type": "BEP20", - "symbol": "TORN", - "decimals": 18, - "status": "active", - "id": "0x1bA8D3C4c219B124d351F603060663BD1bcd9bbF", - "links": [ - { - "name": "telegram", - "url": "https://t.me/TornadoCashOfficial" - }, - { - "name": "twitter", - "url": "https://twitter.com/TornadoCash" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/torn/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/tornado-cash/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1bA8D3C4c219B124d351F603060663BD1bcd9bbF/logo.png b/blockchains/smartchain/assets/0x1bA8D3C4c219B124d351F603060663BD1bcd9bbF/logo.png deleted file mode 100644 index d7f45d249079f..0000000000000 Binary files a/blockchains/smartchain/assets/0x1bA8D3C4c219B124d351F603060663BD1bcd9bbF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1bA8c21c623C843Cd4c60438d70E7Ad50f363fbb/info.json b/blockchains/smartchain/assets/0x1bA8c21c623C843Cd4c60438d70E7Ad50f363fbb/info.json deleted file mode 100644 index e53bd3d3e60b1..0000000000000 --- a/blockchains/smartchain/assets/0x1bA8c21c623C843Cd4c60438d70E7Ad50f363fbb/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "srnArtGallery", - "website": "https://srnartgallery.com/", - "description": "srnArtGallery is a union of NFT artists and offer users a chance to own its NFT.", - "explorer": "https://bscscan.com/token/0x1bA8c21c623C843Cd4c60438d70E7Ad50f363fbb", - "code": "https://bscscan.com/address/0x1ba8c21c623c843cd4c60438d70e7ad50f363fbb#code", - "type": "BEP20", - "symbol": "SACT", - "decimals": 18, - "status": "active", - "id": "0x1bA8c21c623C843Cd4c60438d70E7Ad50f363fbb", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/srn_art" - }, - { - "name": "telegram", - "url": "https://t.me/srnArtGalleryOfficial" - }, - { - "name": "whitepaper", - "url": "https://srnart1616.medium.com/srnartgallery-whitepaper-df0698b1ccda" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1bA8c21c623C843Cd4c60438d70E7Ad50f363fbb/logo.png b/blockchains/smartchain/assets/0x1bA8c21c623C843Cd4c60438d70E7Ad50f363fbb/logo.png deleted file mode 100644 index 33206978fb2da..0000000000000 Binary files a/blockchains/smartchain/assets/0x1bA8c21c623C843Cd4c60438d70E7Ad50f363fbb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1bEc41a36356D5574Aeb068B599Ab7e48dD008b8/info.json b/blockchains/smartchain/assets/0x1bEc41a36356D5574Aeb068B599Ab7e48dD008b8/info.json deleted file mode 100644 index 6730abc84127a..0000000000000 --- a/blockchains/smartchain/assets/0x1bEc41a36356D5574Aeb068B599Ab7e48dD008b8/info.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "DOGEFOOD", - "type": "BEP20", - "symbol": "DOGEFOOD", - "decimals": 9, - "website": "https://www.dogefoodbsc.com/", - "description": "DogeFood is a charity dog protection project. We are committed to making a dog charity organization to help every stray dog build their home.This project will gather: NFTs,gamefi, mining, swap concepts.We are building a strong community in the beginning of the DogeFood, finding more consensus in order to stabilize the team funding for further development of Dog charity.", - "explorer": "https://bscscan.com/token/0x1bEc41a36356D5574Aeb068B599Ab7e48dD008b8", - "status": "active", - "id": "0x1bEc41a36356D5574Aeb068B599Ab7e48dD008b8", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/dogefood_bsc" - }, - { - "name": "github", - "url": "https://github.com/Deepdarkforest" - }, - { - "name": "telegram", - "url": "https://t.me/DogefoodbscEN" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/dogefood/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/dogefood" - }, - { - "name": "source_code", - "url": "https://coingecko.com/en/coins/dogefood" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/dogefoodbscofficial/" - }, - { - "name": "whitepaper", - "url": "https://github.com/Deepdarkforest/DogeFood-WhitePaper/blob/main/dogefood%20wp.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/@Dogefood" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1bEc41a36356D5574Aeb068B599Ab7e48dD008b8/logo.png b/blockchains/smartchain/assets/0x1bEc41a36356D5574Aeb068B599Ab7e48dD008b8/logo.png deleted file mode 100644 index 13bb2bc6091a9..0000000000000 Binary files a/blockchains/smartchain/assets/0x1bEc41a36356D5574Aeb068B599Ab7e48dD008b8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1ba292a599F9C4F5618616c14bA38daec29e7E08/info.json b/blockchains/smartchain/assets/0x1ba292a599F9C4F5618616c14bA38daec29e7E08/info.json deleted file mode 100644 index aa1da6b92c918..0000000000000 --- a/blockchains/smartchain/assets/0x1ba292a599F9C4F5618616c14bA38daec29e7E08/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "JBPTOKEN ", - "type": "BEP20", - "symbol": "JBP", - "decimals": 9, - "website": "https://jbprotocol.com/", - "description": "JBPToken is 100% community driven audited deflationary token ", - "explorer": "https://bscscan.com/token/0x1ba292a599F9C4F5618616c14bA38daec29e7E08", - "status": "active", - "id": "0x1ba292a599F9C4F5618616c14bA38daec29e7E08" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1ba292a599F9C4F5618616c14bA38daec29e7E08/logo.png b/blockchains/smartchain/assets/0x1ba292a599F9C4F5618616c14bA38daec29e7E08/logo.png deleted file mode 100644 index 276f3796e7b39..0000000000000 Binary files a/blockchains/smartchain/assets/0x1ba292a599F9C4F5618616c14bA38daec29e7E08/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1bfE24e7Fb1d3B2dfFD9C1d49372b07bC6fDa829/info.json b/blockchains/smartchain/assets/0x1bfE24e7Fb1d3B2dfFD9C1d49372b07bC6fDa829/info.json deleted file mode 100644 index 35b2a9c625f1f..0000000000000 --- a/blockchains/smartchain/assets/0x1bfE24e7Fb1d3B2dfFD9C1d49372b07bC6fDa829/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ColdKoala", - "type": "BEP20", - "symbol": "ColdKoala", - "decimals": 9, - "website": "https://Coldkoala.com", - "description": "Launched on May 20th, ColdKoala Coin strives to make a difference in the world by dedicating a large portion of its funds to supporting charities that work with endangered and injured koalas, such as those that were displaced during the Australian Wildfires. A charity wallet has been established with 10% of the token's minted supply and through the tokenomics that have been coded into the contract, that wallet will continue to grow with every transaction.", - "explorer": "https://bscscan.com/token/0x1bfE24e7Fb1d3B2dfFD9C1d49372b07bC6fDa829", - "status": "active", - "id": "0x1bfE24e7Fb1d3B2dfFD9C1d49372b07bC6fDa829" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1bfE24e7Fb1d3B2dfFD9C1d49372b07bC6fDa829/logo.png b/blockchains/smartchain/assets/0x1bfE24e7Fb1d3B2dfFD9C1d49372b07bC6fDa829/logo.png deleted file mode 100644 index 9c997f73725ac..0000000000000 Binary files a/blockchains/smartchain/assets/0x1bfE24e7Fb1d3B2dfFD9C1d49372b07bC6fDa829/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1cA23D55bc741366d010274553a8aeaAeFb0d583/info.json b/blockchains/smartchain/assets/0x1cA23D55bc741366d010274553a8aeaAeFb0d583/info.json deleted file mode 100644 index d7140c4e88932..0000000000000 --- a/blockchains/smartchain/assets/0x1cA23D55bc741366d010274553a8aeaAeFb0d583/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Catge", - "website": "https://catgecoin.com/", - "description": "The elites are ditching all cryptocurrencies in favour of the dog-meme coins. WE ARE REBELLION. CATGE is the community’s revenge against crypto manipulation. The CATGE army will kill Doge and all his corrupted friends.", - "explorer": "https://bscscan.com/token/0x1cA23D55bc741366d010274553a8aeaAeFb0d583", - "type": "BEP20", - "symbol": "CATGE", - "decimals": 9, - "status": "active", - "id": "0x1cA23D55bc741366d010274553a8aeaAeFb0d583" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1cA23D55bc741366d010274553a8aeaAeFb0d583/logo.png b/blockchains/smartchain/assets/0x1cA23D55bc741366d010274553a8aeaAeFb0d583/logo.png deleted file mode 100644 index 06a9d173814f0..0000000000000 Binary files a/blockchains/smartchain/assets/0x1cA23D55bc741366d010274553a8aeaAeFb0d583/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1cD137eb5BDf426AaE58C3Ed80383f74e42D9bF2/info.json b/blockchains/smartchain/assets/0x1cD137eb5BDf426AaE58C3Ed80383f74e42D9bF2/info.json deleted file mode 100644 index a4283b02d476d..0000000000000 --- a/blockchains/smartchain/assets/0x1cD137eb5BDf426AaE58C3Ed80383f74e42D9bF2/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Smile Token", - "website": "https://smiletoken.io/", - "description": "Smile token is a a protocol that unifies leading DeFi protocols and blockchain infrastructure by standardising communication between them to create and execute complex financial transactions, while championing Privacy, Anonymity and Sovereignty.", - "explorer": "https://bscscan.com/token/0x1cD137eb5BDf426AaE58C3Ed80383f74e42D9bF2", - "type": "BEP20", - "symbol": "SMILE", - "decimals": 18, - "status": "active", - "id": "0x1cD137eb5BDf426AaE58C3Ed80383f74e42D9bF2", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/smiletokens" - }, - { - "name": "telegram", - "url": "https://t.me/smiletokens" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1cD137eb5BDf426AaE58C3Ed80383f74e42D9bF2/logo.png b/blockchains/smartchain/assets/0x1cD137eb5BDf426AaE58C3Ed80383f74e42D9bF2/logo.png deleted file mode 100644 index fff2ce6af3697..0000000000000 Binary files a/blockchains/smartchain/assets/0x1cD137eb5BDf426AaE58C3Ed80383f74e42D9bF2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1cfD6813a59d7B90c41dd5990Ed99c3bf2Eb8F55/info.json b/blockchains/smartchain/assets/0x1cfD6813a59d7B90c41dd5990Ed99c3bf2Eb8F55/info.json deleted file mode 100644 index dcc8e957844cf..0000000000000 --- a/blockchains/smartchain/assets/0x1cfD6813a59d7B90c41dd5990Ed99c3bf2Eb8F55/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "The Corgi of PolkaBridge", - "symbol": "CORGIB", - "type": "BEP20", - "decimals": 18, - "description": "CORGIB Finance is a fully decentralized, the first NFT MarketPlace for Meme tokens, powered by PolkaBridge", - "website": "https://corgib.polkabridge.org/", - "explorer": "https://bscscan.com/token/0x1cfd6813a59d7b90c41dd5990ed99c3bf2eb8f55", - "status": "active", - "id": "0x1cfD6813a59d7B90c41dd5990Ed99c3bf2Eb8F55" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1cfD6813a59d7B90c41dd5990Ed99c3bf2Eb8F55/logo.png b/blockchains/smartchain/assets/0x1cfD6813a59d7B90c41dd5990Ed99c3bf2Eb8F55/logo.png deleted file mode 100644 index c71086e153cf9..0000000000000 Binary files a/blockchains/smartchain/assets/0x1cfD6813a59d7B90c41dd5990Ed99c3bf2Eb8F55/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1d507f58e4B7CDdE877CA96A727608d5E1187E55/info.json b/blockchains/smartchain/assets/0x1d507f58e4B7CDdE877CA96A727608d5E1187E55/info.json deleted file mode 100644 index 021427bd3f736..0000000000000 --- a/blockchains/smartchain/assets/0x1d507f58e4B7CDdE877CA96A727608d5E1187E55/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "RTC_Plus", - "type": "BEP20", - "symbol": "RTC+", - "decimals": 9, - "website": "https://www.teamrijent.in/", - "description": "Rijent Coin is a revolutionary utility token and crypto education platform designed to connect worldwide cryptocurrency users.", - "explorer": "https://bscscan.com/token/0x1d507f58e4B7CDdE877CA96A727608d5E1187E55", - "status": "active", - "id": "0x1d507f58e4B7CDdE877CA96A727608d5E1187E55", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/rijentcointeam" - }, - { - "name": "facebook", - "url": "https://facebook.com/rijentcoin" - } - ], - "tags": [ - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1d507f58e4B7CDdE877CA96A727608d5E1187E55/logo.png b/blockchains/smartchain/assets/0x1d507f58e4B7CDdE877CA96A727608d5E1187E55/logo.png deleted file mode 100644 index 0c451a30655ec..0000000000000 Binary files a/blockchains/smartchain/assets/0x1d507f58e4B7CDdE877CA96A727608d5E1187E55/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1d64327C74d6519afeF54E58730aD6fc797f05Ba/info.json b/blockchains/smartchain/assets/0x1d64327C74d6519afeF54E58730aD6fc797f05Ba/info.json deleted file mode 100644 index 3a1dc8244a5d6..0000000000000 --- a/blockchains/smartchain/assets/0x1d64327C74d6519afeF54E58730aD6fc797f05Ba/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "OMNI Real Estate Token", - "website": "https://omni-psi.com/", - "description": "OMNI Estate Group and Passive Income are pioneers in the region's real estate market and blockchain technology. With a stronghold of 22.000 properties in our database and counting, we are at the forefront of the market as the most trusted real estate agent, tech partner and feature among the top-agencies for the world's most innovative agencies.", - "explorer": "https://bscscan.com/token/0x1d64327c74d6519afef54e58730ad6fc797f05ba", - "type": "BEP20", - "symbol": "ORT", - "decimals": 18, - "status": "active", - "id": "0x1d64327C74d6519afeF54E58730aD6fc797f05Ba" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1d64327C74d6519afeF54E58730aD6fc797f05Ba/logo.png b/blockchains/smartchain/assets/0x1d64327C74d6519afeF54E58730aD6fc797f05Ba/logo.png deleted file mode 100644 index 4c3cfd4145799..0000000000000 Binary files a/blockchains/smartchain/assets/0x1d64327C74d6519afeF54E58730aD6fc797f05Ba/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1d6Cbdc6b29C6afBae65444a1f65bA9252b8CA83/info.json b/blockchains/smartchain/assets/0x1d6Cbdc6b29C6afBae65444a1f65bA9252b8CA83/info.json deleted file mode 100644 index 3146620f5b2bc..0000000000000 --- a/blockchains/smartchain/assets/0x1d6Cbdc6b29C6afBae65444a1f65bA9252b8CA83/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://bscscan.com/token/0x1d6Cbdc6b29C6afBae65444a1f65bA9252b8CA83", - "type": "BEP20", - "symbol": "TOR", - "decimals": 18, - "status": "active", - "id": "0x1d6Cbdc6b29C6afBae65444a1f65bA9252b8CA83", - "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/coins/tor" - } - ] -} diff --git a/blockchains/smartchain/assets/0x1d6Cbdc6b29C6afBae65444a1f65bA9252b8CA83/logo.png b/blockchains/smartchain/assets/0x1d6Cbdc6b29C6afBae65444a1f65bA9252b8CA83/logo.png deleted file mode 100644 index ecd893efed723..0000000000000 Binary files a/blockchains/smartchain/assets/0x1d6Cbdc6b29C6afBae65444a1f65bA9252b8CA83/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1e3f4174b6d226354E1fb2325E6f76c1919Bd9eB/info.json b/blockchains/smartchain/assets/0x1e3f4174b6d226354E1fb2325E6f76c1919Bd9eB/info.json deleted file mode 100644 index 4ac9b086f0f86..0000000000000 --- a/blockchains/smartchain/assets/0x1e3f4174b6d226354E1fb2325E6f76c1919Bd9eB/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SpaceVikings Token ", - "website": "https://SpaceVikings.finance", - "description": "SpaceVikings is a Danish DeFi Crypto project with real life use cases ", - "explorer": "https://bscscan.com/token/0x1e3f4174b6d226354E1fb2325E6f76c1919Bd9eB", - "type": "BEP20", - "symbol": "SVT", - "decimals": 9, - "status": "abandoned", - "id": "0x1e3f4174b6d226354E1fb2325E6f76c1919Bd9eB" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1e3f4174b6d226354E1fb2325E6f76c1919Bd9eB/logo.png b/blockchains/smartchain/assets/0x1e3f4174b6d226354E1fb2325E6f76c1919Bd9eB/logo.png deleted file mode 100644 index 4d2e57e4b94e1..0000000000000 Binary files a/blockchains/smartchain/assets/0x1e3f4174b6d226354E1fb2325E6f76c1919Bd9eB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1e446CbEa52BAdeB614FBe4Ab7610F737995fB44/info.json b/blockchains/smartchain/assets/0x1e446CbEa52BAdeB614FBe4Ab7610F737995fB44/info.json deleted file mode 100644 index 7bbab7b558c30..0000000000000 --- a/blockchains/smartchain/assets/0x1e446CbEa52BAdeB614FBe4Ab7610F737995fB44/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Saturna", - "website": "https://saturna.co", - "description": "Saturna is a frictionless yield community-driven project. With tokenomics designed to keep building the price floor and reflecting transaction taxes back to holders and liquidity.", - "type": "BEP20", - "symbol": "SAT", - "decimals": 9, - "status": "active", - "id": "0x1e446CbEa52BAdeB614FBe4Ab7610F737995fB44", - "explorer": "https://bscscan.com/token/0x1e446CbEa52BAdeB614FBe4Ab7610F737995fB44" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1e446CbEa52BAdeB614FBe4Ab7610F737995fB44/logo.png b/blockchains/smartchain/assets/0x1e446CbEa52BAdeB614FBe4Ab7610F737995fB44/logo.png deleted file mode 100644 index 79afdd6c112b4..0000000000000 Binary files a/blockchains/smartchain/assets/0x1e446CbEa52BAdeB614FBe4Ab7610F737995fB44/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1e4e9397533efBF31eD451Eae1c17Bca090Bc9ef/info.json b/blockchains/smartchain/assets/0x1e4e9397533efBF31eD451Eae1c17Bca090Bc9ef/info.json deleted file mode 100644 index cd830cd08803f..0000000000000 --- a/blockchains/smartchain/assets/0x1e4e9397533efBF31eD451Eae1c17Bca090Bc9ef/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Weedcoin", - "website": "https://weedcointhc.finance", - "description": "Weed coin is the currency of independence. Weed coin is our rebellion. Weed coin started out as a meme, but it will become a utility token. Weed coin is more than a community, it is an ARMY.We dream that every social club in Spain, every coffee shop in Amsterdam, every shop in California and every medical cannabis therapy in the world gets paid in WEEDCOIN.", - "type": "BEP20", - "symbol": "THC", - "decimals": 18, - "status": "active", - "explorer": "https://bscscan.com/token/0x1e4e9397533efBF31eD451Eae1c17Bca090Bc9ef", - "id": "0x1e4e9397533efBF31eD451Eae1c17Bca090Bc9ef" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1e4e9397533efBF31eD451Eae1c17Bca090Bc9ef/logo.png b/blockchains/smartchain/assets/0x1e4e9397533efBF31eD451Eae1c17Bca090Bc9ef/logo.png deleted file mode 100644 index d12fe0c02a25f..0000000000000 Binary files a/blockchains/smartchain/assets/0x1e4e9397533efBF31eD451Eae1c17Bca090Bc9ef/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1e4fFa373d94c95717Fb83eC026b2e0e2F443bB0/info.json b/blockchains/smartchain/assets/0x1e4fFa373d94c95717Fb83eC026b2e0e2F443bB0/info.json deleted file mode 100644 index 5b19cad2e3623..0000000000000 --- a/blockchains/smartchain/assets/0x1e4fFa373d94c95717Fb83eC026b2e0e2F443bB0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Green Climate World", - "type": "BEP20", - "symbol": "WGC", - "decimals": 16, - "website": "https://greenclimate.io", - "description": "Green Climate world is a project aiming to improve the life on our planet.The core of the project is the WGC Token. The WGC token is a blockchain based cryptocurrency and also a ledger. All logs will be secure on the blockchain with no possibility for any kind of tempering or erasing by anyone.", - "explorer": "https://bscscan.com/token/0x1e4fFa373d94c95717Fb83eC026b2e0e2F443bB0", - "status": "active", - "id": "0x1e4fFa373d94c95717Fb83eC026b2e0e2F443bB0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1e4fFa373d94c95717Fb83eC026b2e0e2F443bB0/logo.png b/blockchains/smartchain/assets/0x1e4fFa373d94c95717Fb83eC026b2e0e2F443bB0/logo.png deleted file mode 100644 index 06c65e7259492..0000000000000 Binary files a/blockchains/smartchain/assets/0x1e4fFa373d94c95717Fb83eC026b2e0e2F443bB0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1e5F009d4f8cA44b5FcC4963dD301Da82b4eed09/info.json b/blockchains/smartchain/assets/0x1e5F009d4f8cA44b5FcC4963dD301Da82b4eed09/info.json deleted file mode 100644 index 2da7fe531c713..0000000000000 --- a/blockchains/smartchain/assets/0x1e5F009d4f8cA44b5FcC4963dD301Da82b4eed09/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Zabaku Inu", - "type": "BEP20", - "symbol": "ZABAKU", - "decimals": 9, - "website": "https://zabakuinu.herokuapp.com", - "description": "Zabaku Inu is one of the first fully-decentralized and deflationary token that unites every MEME lovers", - "explorer": "https://bscscan.com/token/0x1e5F009d4f8cA44b5FcC4963dD301Da82b4eed09", - "status": "active", - "id": "0x1e5F009d4f8cA44b5FcC4963dD301Da82b4eed09" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1e5F009d4f8cA44b5FcC4963dD301Da82b4eed09/logo.png b/blockchains/smartchain/assets/0x1e5F009d4f8cA44b5FcC4963dD301Da82b4eed09/logo.png deleted file mode 100644 index b0008c4571127..0000000000000 Binary files a/blockchains/smartchain/assets/0x1e5F009d4f8cA44b5FcC4963dD301Da82b4eed09/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1e987DF68CC13d271e621ec82E050A1BbD62c180/info.json b/blockchains/smartchain/assets/0x1e987DF68CC13d271e621ec82E050A1BbD62c180/info.json deleted file mode 100644 index 6febe0390cb35..0000000000000 --- a/blockchains/smartchain/assets/0x1e987DF68CC13d271e621ec82E050A1BbD62c180/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "WAGMI", - "type": "BEP20", - "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://bscscan.com/token/0x1e987DF68CC13d271e621ec82E050A1BbD62c180", - "status": "active", - "id": "0x1e987DF68CC13d271e621ec82E050A1BbD62c180", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/WagmiGameCo" - }, - { - "name": "discord", - "url": "https://discord.com/wagmigame" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/wagmigame/" - }, - { - "name": "facebook", - "url": "https://facebook.com/wagmigame/" - }, - { - "name": "telegram", - "url": "https://t.me/WAGMIOfficialGroup" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/wagmi-game/" - } - ], - "tags": [ - "defi", - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1e987DF68CC13d271e621ec82E050A1BbD62c180/logo.png b/blockchains/smartchain/assets/0x1e987DF68CC13d271e621ec82E050A1BbD62c180/logo.png deleted file mode 100644 index 2d14be7ba54d2..0000000000000 Binary files a/blockchains/smartchain/assets/0x1e987DF68CC13d271e621ec82E050A1BbD62c180/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1f14e0F13471fea5990cf697945eD676885f42C3/info.json b/blockchains/smartchain/assets/0x1f14e0F13471fea5990cf697945eD676885f42C3/info.json deleted file mode 100644 index 118d1b3bb1e0b..0000000000000 --- a/blockchains/smartchain/assets/0x1f14e0F13471fea5990cf697945eD676885f42C3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Herpes", - "type": "BEP20", - "symbol": "HERPES", - "decimals": 9, - "website": "https://herpes.finance/", - "description": "Trends come and go. $HERPES is forever. Herpes' goal is to spread awareness about STIs and unite the crypto community in a fun and viral way. Herpes is a BEP20 token hosted on the BSC. Its tokenomics feature a 10% transaction tax, of which 8% is redistributed to holders and 2% is automatically added to locked liquidity. The Herpes team strives for transparency and is determined to promote organizations that engage in STI education and treatment.", - "explorer": "https://bscscan.com/token/0x1f14e0F13471fea5990cf697945eD676885f42C3", - "status": "active", - "id": "0x1f14e0F13471fea5990cf697945eD676885f42C3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1f14e0F13471fea5990cf697945eD676885f42C3/logo.png b/blockchains/smartchain/assets/0x1f14e0F13471fea5990cf697945eD676885f42C3/logo.png deleted file mode 100644 index ea2f70bba4b54..0000000000000 Binary files a/blockchains/smartchain/assets/0x1f14e0F13471fea5990cf697945eD676885f42C3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1f3Af095CDa17d63cad238358837321e95FC5915/info.json b/blockchains/smartchain/assets/0x1f3Af095CDa17d63cad238358837321e95FC5915/info.json deleted file mode 100644 index 8f939040bee47..0000000000000 --- a/blockchains/smartchain/assets/0x1f3Af095CDa17d63cad238358837321e95FC5915/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Mint.club", - "symbol": "MINT", - "type": "BEP20", - "decimals": 18, - "description": "Mint Club is a smart token building platform that has no need to code and provides instant liquidity. Anyone can launch a smart token with just a few simple clicks.", - "website": "https://mint.club", - "explorer": "https://bscscan.com/token/0x1f3Af095CDa17d63cad238358837321e95FC5915", - "status": "active", - "id": "0x1f3Af095CDa17d63cad238358837321e95FC5915", - "links": [ - { - "name": "github", - "url": "https://github.com/Steemhunt/mint.club-contract" - }, - { - "name": "twitter", - "url": "https://twitter.com/MintClubPro" - }, - { - "name": "telegram", - "url": "https://t.me/mint_club" - }, - { - "name": "docs", - "url": "https://docs.mint.club" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1f3Af095CDa17d63cad238358837321e95FC5915/logo.png b/blockchains/smartchain/assets/0x1f3Af095CDa17d63cad238358837321e95FC5915/logo.png deleted file mode 100644 index 7f867485e0bd6..0000000000000 Binary files a/blockchains/smartchain/assets/0x1f3Af095CDa17d63cad238358837321e95FC5915/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1f546aD641B56b86fD9dCEAc473d1C7a357276B7/info.json b/blockchains/smartchain/assets/0x1f546aD641B56b86fD9dCEAc473d1C7a357276B7/info.json deleted file mode 100644 index 8c831ac48c061..0000000000000 --- a/blockchains/smartchain/assets/0x1f546aD641B56b86fD9dCEAc473d1C7a357276B7/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "PantherSwap Token", - "website": "https://pantherswap.com", - "description": "PantherSwap is the First Automatic Liquidity Acquisition Yield Farm & AMM on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x1f546aD641B56b86fD9dCEAc473d1C7a357276B7", - "research": "https://docs.pantherswap.com", - "type": "BEP20", - "symbol": "PANTHER", - "decimals": 18, - "status": "active", - "id": "0x1f546aD641B56b86fD9dCEAc473d1C7a357276B7" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1f546aD641B56b86fD9dCEAc473d1C7a357276B7/logo.png b/blockchains/smartchain/assets/0x1f546aD641B56b86fD9dCEAc473d1C7a357276B7/logo.png deleted file mode 100644 index 0f9713d820916..0000000000000 Binary files a/blockchains/smartchain/assets/0x1f546aD641B56b86fD9dCEAc473d1C7a357276B7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1f9f6a696C6Fd109cD3956F45dC709d2b3902163/info.json b/blockchains/smartchain/assets/0x1f9f6a696C6Fd109cD3956F45dC709d2b3902163/info.json deleted file mode 100644 index 9a0467232cad9..0000000000000 --- a/blockchains/smartchain/assets/0x1f9f6a696C6Fd109cD3956F45dC709d2b3902163/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "BNB pegged Celer Token", - "symbol": "CELR", - "type": "BEP20", - "decimals": 18, - "description": "BNB pegged Celer Token (CELR BEP20) is a token issued by Binance on Smart Chain; its price is pegged to Celer (CELR ERC20) at a ratio of 1:1.", - "website": "https://www.celer.network/#", - "explorer": "https://bscscan.com/token/0x1f9f6a696c6fd109cd3956f45dc709d2b3902163", - "status": "active", - "id": "0x1f9f6a696C6Fd109cD3956F45dC709d2b3902163", - "tags": [ - "binance-peg" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1f9f6a696C6Fd109cD3956F45dC709d2b3902163/logo.png b/blockchains/smartchain/assets/0x1f9f6a696C6Fd109cD3956F45dC709d2b3902163/logo.png deleted file mode 100644 index b3dc060143e74..0000000000000 Binary files a/blockchains/smartchain/assets/0x1f9f6a696C6Fd109cD3956F45dC709d2b3902163/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1fBB6cA220dCBE732f796Fa9b13dd21cD654511b/info.json b/blockchains/smartchain/assets/0x1fBB6cA220dCBE732f796Fa9b13dd21cD654511b/info.json deleted file mode 100644 index 0aa5bb3875385..0000000000000 --- a/blockchains/smartchain/assets/0x1fBB6cA220dCBE732f796Fa9b13dd21cD654511b/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "0xzx Token", - "type": "BEP20", - "symbol": "0xzx", - "decimals": 9, - "website": "https://0xzx.com", - "description": "0xzx.com is a content-based incentive platform based on the decentralized economy that continually motivates new news content.", - "explorer": "https://bscscan.com/token/0x1fbb6ca220dcbe732f796fa9b13dd21cd654511b", - "status": "active", - "id": "0x1fBB6cA220dCBE732f796Fa9b13dd21cD654511b" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1fBB6cA220dCBE732f796Fa9b13dd21cD654511b/logo.png b/blockchains/smartchain/assets/0x1fBB6cA220dCBE732f796Fa9b13dd21cD654511b/logo.png deleted file mode 100644 index d4c93035dad2f..0000000000000 Binary files a/blockchains/smartchain/assets/0x1fBB6cA220dCBE732f796Fa9b13dd21cD654511b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1fC9004eC7E5722891f5f38baE7678efCB11d34D/info.json b/blockchains/smartchain/assets/0x1fC9004eC7E5722891f5f38baE7678efCB11d34D/info.json deleted file mode 100644 index 35d27d540dbc6..0000000000000 --- a/blockchains/smartchain/assets/0x1fC9004eC7E5722891f5f38baE7678efCB11d34D/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "BNB pegged APENFT Token", - "website": "https://www.apenft.org/", - "description": "APENFT was born with the mission to register world-class artworks as NFTs on blockchain. It aims to build a bridge between top-notch artists and blockchain, and to support the growth of native crypto NFT artists.", - "explorer": "https://bscscan.com/token/0x1fc9004ec7e5722891f5f38bae7678efcb11d34d", - "type": "BEP20", - "symbol": "NFT", - "decimals": 6, - "status": "active", - "id": "0x1fC9004eC7E5722891f5f38baE7678efCB11d34D", - "tags": [ - "binance-peg", - "nft" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/apenftEN" - }, - { - "name": "twitter", - "url": "https://twitter.com/apenftorg" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/apenft/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/apenft/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1fC9004eC7E5722891f5f38baE7678efCB11d34D/logo.png b/blockchains/smartchain/assets/0x1fC9004eC7E5722891f5f38baE7678efCB11d34D/logo.png deleted file mode 100644 index d57b78aa12d6c..0000000000000 Binary files a/blockchains/smartchain/assets/0x1fC9004eC7E5722891f5f38baE7678efCB11d34D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1fD991fb6c3102873ba68a4e6e6a87B3a5c10271/info.json b/blockchains/smartchain/assets/0x1fD991fb6c3102873ba68a4e6e6a87B3a5c10271/info.json deleted file mode 100644 index 4c2c42f6fe2ad..0000000000000 --- a/blockchains/smartchain/assets/0x1fD991fb6c3102873ba68a4e6e6a87B3a5c10271/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Atlantis Token", - "website": "https://atlantis.loans", - "description": "Atlantis is a decentralized money market that enables users to borrow and supply digital assets to the protocol within a non-custodial environment", - "explorer": "https://bscscan.com/token/0x1fD991fb6c3102873ba68a4e6e6a87B3a5c10271", - "type": "BEP20", - "symbol": "ATL", - "decimals": 18, - "status": "active", - "id": "0x1fD991fb6c3102873ba68a4e6e6a87B3a5c10271" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1fD991fb6c3102873ba68a4e6e6a87B3a5c10271/logo.png b/blockchains/smartchain/assets/0x1fD991fb6c3102873ba68a4e6e6a87B3a5c10271/logo.png deleted file mode 100644 index 77d4afb85514b..0000000000000 Binary files a/blockchains/smartchain/assets/0x1fD991fb6c3102873ba68a4e6e6a87B3a5c10271/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x1fe38769ED41Fe7f47270C78d2F0507b508d06F0/info.json b/blockchains/smartchain/assets/0x1fe38769ED41Fe7f47270C78d2F0507b508d06F0/info.json deleted file mode 100644 index 0787916a98116..0000000000000 --- a/blockchains/smartchain/assets/0x1fe38769ED41Fe7f47270C78d2F0507b508d06F0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HyperMeteor", - "type": "BEP20", - "symbol": "HyMETEOR", - "decimals": 18, - "website": "https://hypermeteor.net", - "description": "First generation deflationary auto-yield token with evolutive fee, making it more rewarding as time passes", - "explorer": "https://bscscan.com/token/0x1fe38769ED41Fe7f47270C78d2F0507b508d06F0", - "status": "active", - "id": "0x1fe38769ED41Fe7f47270C78d2F0507b508d06F0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x1fe38769ED41Fe7f47270C78d2F0507b508d06F0/logo.png b/blockchains/smartchain/assets/0x1fe38769ED41Fe7f47270C78d2F0507b508d06F0/logo.png deleted file mode 100644 index 14072b4b618b2..0000000000000 Binary files a/blockchains/smartchain/assets/0x1fe38769ED41Fe7f47270C78d2F0507b508d06F0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2020EB9E26aa49c27ebB72C174cfbab851f7ddE0/info.json b/blockchains/smartchain/assets/0x2020EB9E26aa49c27ebB72C174cfbab851f7ddE0/info.json deleted file mode 100644 index fc7c15217e03c..0000000000000 --- a/blockchains/smartchain/assets/0x2020EB9E26aa49c27ebB72C174cfbab851f7ddE0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Jeju Doge BSC", - "website": "https://jejudogebsc.net/", - "description": "The Jejudoge BSC protocol is a community driven, fair launched DeFi token on the Binance Smart Chain (BSC) that arose from the desire to introduce a new standard of professionalism to a market segment that has been largely characterized by a lack of effort or innovation in the areas of tokenomics, design, marketing, implementation, and ongoing catalysts to maintain momentum and generate continued returns for holders...", - "explorer": "https://bscscan.com/token/0x2020EB9E26aa49c27ebB72C174cfbab851f7ddE0", - "type": "BEP20", - "symbol": "JEJUDOGE", - "decimals": 9, - "status": "active", - "id": "0x2020EB9E26aa49c27ebB72C174cfbab851f7ddE0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2020EB9E26aa49c27ebB72C174cfbab851f7ddE0/logo.png b/blockchains/smartchain/assets/0x2020EB9E26aa49c27ebB72C174cfbab851f7ddE0/logo.png deleted file mode 100644 index 070a0686b0957..0000000000000 Binary files a/blockchains/smartchain/assets/0x2020EB9E26aa49c27ebB72C174cfbab851f7ddE0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x20512Ee0052236B009772Af0Ed22BC58B40c27B9/info.json b/blockchains/smartchain/assets/0x20512Ee0052236B009772Af0Ed22BC58B40c27B9/info.json deleted file mode 100644 index 67fa6ecd11cab..0000000000000 --- a/blockchains/smartchain/assets/0x20512Ee0052236B009772Af0Ed22BC58B40c27B9/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "MUSO Finance", - "type": "BEP20", - "symbol": "MUSO", - "decimals": 9, - "website": "https://muso.finance/", - "description": "MUSO Finance is a BEP20 token built on the Binance Smart Chain, meaning low fees, fast transaction times, and smart contract compatibility Idea to innovation - MUSO Finance was founded in 2021 by likeminded people whom all have a keen interest in music and crypto. With MUSO Finance being the driving force of various projects the team have every intention to be at the forefront of the music industry, offering fair payment to all artists and zestful community events.", - "explorer": "https://bscscan.com/token/0x20512Ee0052236B009772Af0Ed22BC58B40c27B9", - "status": "active", - "id": "0x20512Ee0052236B009772Af0Ed22BC58B40c27B9", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/musofinance" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/muso-finance" - }, - { - "name": "whitepaper", - "url": "https://muso.finance/wp-content/uploads/2021/08/MUSO-Finance-Whitepaper.pdf" - }, - { - "name": "telegram", - "url": "https://t.me/MUSOfinance" - }, - { - "name": "facebook", - "url": "https://facebook.com/musofinance" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/MusoFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x20512Ee0052236B009772Af0Ed22BC58B40c27B9/logo.png b/blockchains/smartchain/assets/0x20512Ee0052236B009772Af0Ed22BC58B40c27B9/logo.png deleted file mode 100644 index 8431dd461acb5..0000000000000 Binary files a/blockchains/smartchain/assets/0x20512Ee0052236B009772Af0Ed22BC58B40c27B9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x205AFD08ceFe438377a0abC5a20Cb4462E1a8C5C/info.json b/blockchains/smartchain/assets/0x205AFD08ceFe438377a0abC5a20Cb4462E1a8C5C/info.json deleted file mode 100644 index 01f26d4d2e0c0..0000000000000 --- a/blockchains/smartchain/assets/0x205AFD08ceFe438377a0abC5a20Cb4462E1a8C5C/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "OBRok Token", - "type": "BEP20", - "symbol": "OBROK", - "decimals": 9, - "website": "https://obroktoken.com", - "description": "OBROk Token is Launched in 17.06.2021 and with limited supply, produced with the BEP-20(BSC) network. The working areas of the OBRok Token (OBROK) Team are * Metaverse * Web 3.0 * Aeronautical Sciences and Space * Renewable Energy", - "explorer": "https://bscscan.com/token/0x205afd08cefe438377a0abc5a20cb4462e1a8c5c", - "status": "active", - "id": "0x205AFD08ceFe438377a0abC5a20Cb4462E1a8C5C", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Obroktoken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/obrok-token/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/obrok/" - }, - { - "name": "whitepaper", - "url": "https://obroktoken.com/white-paper/" - } - ], - "tags": [ - "metaverse" - ] -} diff --git a/blockchains/smartchain/assets/0x205AFD08ceFe438377a0abC5a20Cb4462E1a8C5C/logo.png b/blockchains/smartchain/assets/0x205AFD08ceFe438377a0abC5a20Cb4462E1a8C5C/logo.png deleted file mode 100644 index 91d378a845a96..0000000000000 Binary files a/blockchains/smartchain/assets/0x205AFD08ceFe438377a0abC5a20Cb4462E1a8C5C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2065E3BD318f155abE5Ad6aa263596f197112261/info.json b/blockchains/smartchain/assets/0x2065E3BD318f155abE5Ad6aa263596f197112261/info.json deleted file mode 100644 index eded1fb37f174..0000000000000 --- a/blockchains/smartchain/assets/0x2065E3BD318f155abE5Ad6aa263596f197112261/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "UltimoGG", - "website": "https://www.ultgg.io", - "description": "ULTGG - The game-changing esports token.", - "explorer": "https://bscscan.com/token/0x2065E3BD318f155abE5Ad6aa263596f197112261", - "type": "BEP20", - "symbol": "ULTGG", - "decimals": 9, - "status": "active", - "id": "0x2065E3BD318f155abE5Ad6aa263596f197112261", - "links": [ - { - "name": "telegram", - "url": "https://t.me/ultgg" - }, - { - "name": "twitter", - "url": "https://twitter.com/ultimoggesports" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/UltimoHombre/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2065E3BD318f155abE5Ad6aa263596f197112261/logo.png b/blockchains/smartchain/assets/0x2065E3BD318f155abE5Ad6aa263596f197112261/logo.png deleted file mode 100644 index 9a69a4c01f7d5..0000000000000 Binary files a/blockchains/smartchain/assets/0x2065E3BD318f155abE5Ad6aa263596f197112261/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2089F0CbE8Aca0950FA8c5Bb04ADe2323AEE832F/info.json b/blockchains/smartchain/assets/0x2089F0CbE8Aca0950FA8c5Bb04ADe2323AEE832F/info.json deleted file mode 100644 index ef3f6e73cd9b8..0000000000000 --- a/blockchains/smartchain/assets/0x2089F0CbE8Aca0950FA8c5Bb04ADe2323AEE832F/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "Londex", - "website": "https://londex.io/", - "description": "Londex (LDC) is a revolutionary rewards token pioneering trust, transparency and integrity on the binance smart chain. We have introduced a vast utility platform called to accompany the londex token for all crypto investors.", - "explorer": "https://bscscan.com/token/0x2089F0CbE8Aca0950FA8c5Bb04ADe2323AEE832F", - "type": "BEP20", - "symbol": "LDX", - "decimals": 9, - "status": "active", - "id": "0x2089F0CbE8Aca0950FA8c5Bb04ADe2323AEE832F", - "links": [ - { - "name": "github", - "url": "https://github.com/monkey-shanti/londex" - }, - { - "name": "twitter", - "url": "https://twitter.com/londexofficial" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/londex" - }, - { - "name": "medium", - "url": "https://medium.com/@londex/londex-token-ldx-launched-today-7acf5d4968a5" - }, - { - "name": "facebook", - "url": "https://facebook.com/groups/449913419583073" - }, - { - "name": "discord", - "url": "https://discord.com/invite/bdZpap8Wbd" - }, - { - "name": "whitepaper", - "url": "https://londex.io/wp-content/uploads/2021/10/wp-londex.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/londex" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/londex" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2089F0CbE8Aca0950FA8c5Bb04ADe2323AEE832F/logo.png b/blockchains/smartchain/assets/0x2089F0CbE8Aca0950FA8c5Bb04ADe2323AEE832F/logo.png deleted file mode 100644 index 3bdc457254c64..0000000000000 Binary files a/blockchains/smartchain/assets/0x2089F0CbE8Aca0950FA8c5Bb04ADe2323AEE832F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2090c8295769791ab7A3CF1CC6e0AA19F35e441A/info.json b/blockchains/smartchain/assets/0x2090c8295769791ab7A3CF1CC6e0AA19F35e441A/info.json deleted file mode 100644 index 6257b1ac8b80d..0000000000000 --- a/blockchains/smartchain/assets/0x2090c8295769791ab7A3CF1CC6e0AA19F35e441A/info.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "Fuel Token", - "website": "https://jetfuel.finance/", - "description": "Jetfuel is a yield farming and yield aggregator platform that combines features from the most successful DeFi projects. The Jet Vault allows users to automate and maximize their returns through various Binance Smart Chain protocols using a variety of liquidity provider tokens, staking tokens and other assets that generate positive yield for the user. The Jet Vaults will automatically harvest, sell, compound and buy tokens for you so you can maximize your returns without lifting a finger.", - "research": "https://jetfuel.finance/info", - "explorer": "https://bscscan.com/token/0x2090c8295769791ab7a3cf1cc6e0aa19f35e441a", - "type": "BEP20", - "symbol": "Fuel", - "decimals": 18, - "status": "active", - "id": "0x2090c8295769791ab7A3CF1CC6e0AA19F35e441A", - "links": [ - { - "name": "source_code", - "url": "https://jetfuel.finance/contracts" - }, - { - "name": "twitter", - "url": "https://twitter.com/Jetfuelfinance" - }, - { - "name": "telegram", - "url": "https://t.me/jetfuelfinance" - }, - { - "name": "medium", - "url": "https://medium.com/@jetfuelfinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2090c8295769791ab7A3CF1CC6e0AA19F35e441A/logo.png b/blockchains/smartchain/assets/0x2090c8295769791ab7A3CF1CC6e0AA19F35e441A/logo.png deleted file mode 100644 index 024bf3a4676e8..0000000000000 Binary files a/blockchains/smartchain/assets/0x2090c8295769791ab7A3CF1CC6e0AA19F35e441A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2095d2346e47Ed497d4F39FcfA59918b4346cd65/info.json b/blockchains/smartchain/assets/0x2095d2346e47Ed497d4F39FcfA59918b4346cd65/info.json deleted file mode 100644 index 04201cd862389..0000000000000 --- a/blockchains/smartchain/assets/0x2095d2346e47Ed497d4F39FcfA59918b4346cd65/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TACOCAT Token", - "type": "BEP20", - "symbol": "TCT", - "decimals": 18, - "website": "https://tacocat.co", - "description": "TacoCat Token is a utility token on the Binance Smart Chain intended to be the backbone of a lifestyle brand and ecosystem governed and operated by a corporate entity named The TacoCat Company Inc.", - "explorer": "https://bscscan.com/token/0x2095d2346e47Ed497d4F39FcfA59918b4346cd65", - "status": "abandoned", - "id": "0x2095d2346e47Ed497d4F39FcfA59918b4346cd65" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2098fEf7eEae592038f4f3C4b008515fed0d5886/info.json b/blockchains/smartchain/assets/0x2098fEf7eEae592038f4f3C4b008515fed0d5886/info.json deleted file mode 100644 index d61bab1cd2e73..0000000000000 --- a/blockchains/smartchain/assets/0x2098fEf7eEae592038f4f3C4b008515fed0d5886/info.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "Rune Shards", - "website": "https://rune.game/", - "description": "The governance token and in-game currency of Rune, an epic dark fantasy universe", - "explorer": "https://bscscan.com/token/0x2098fEf7eEae592038f4f3C4b008515fed0d5886", - "type": "BEP20", - "symbol": "RXS", - "decimals": 18, - "status": "active", - "id": "0x2098fEf7eEae592038f4f3C4b008515fed0d5886", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/RuneMetaverse" - }, - { - "name": "telegram", - "url": "https://t.me/RuneMetaverse" - }, - { - "name": "medium", - "url": "https://medium.com/runemmo" - }, - { - "name": "docs", - "url": "https://docs.rune.game" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/rune-shards/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/rune-shards/" - }, - { - "name": "facebook", - "url": "https://facebook.com/RuneMetaverse/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/rune/" - } - ], - "tags": [ - "nft", - "defi", - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x2098fEf7eEae592038f4f3C4b008515fed0d5886/logo.png b/blockchains/smartchain/assets/0x2098fEf7eEae592038f4f3C4b008515fed0d5886/logo.png deleted file mode 100644 index dab4c3c779c7d..0000000000000 Binary files a/blockchains/smartchain/assets/0x2098fEf7eEae592038f4f3C4b008515fed0d5886/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x20D39a5130F799b95B55a930E5b7eBC589eA9Ed8/info.json b/blockchains/smartchain/assets/0x20D39a5130F799b95B55a930E5b7eBC589eA9Ed8/info.json deleted file mode 100644 index 8cb597ce7f40c..0000000000000 --- a/blockchains/smartchain/assets/0x20D39a5130F799b95B55a930E5b7eBC589eA9Ed8/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Heroes&Empires", - "type": "BEP20", - "symbol": "HE", - "decimals": 18, - "website": "https://heroesempires.com/", - "description": "Heroes & Empires is a strategy game that combines the distinctive elements of Idle RPG and the tactics of auto chess, connected with blockchain technology. By taking advantage of the Non-Fungible Token (NFT) characteristic to create characters and items.", - "explorer": "https://bscscan.com/token/0x20D39a5130F799b95B55a930E5b7eBC589eA9Ed8", - "status": "active", - "id": "0x20D39a5130F799b95B55a930E5b7eBC589eA9Ed8", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/heroes-and-empires/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/heroes-empires" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x20D39a5130F799b95B55a930E5b7eBC589eA9Ed8/logo.png b/blockchains/smartchain/assets/0x20D39a5130F799b95B55a930E5b7eBC589eA9Ed8/logo.png deleted file mode 100644 index c48e2733ff537..0000000000000 Binary files a/blockchains/smartchain/assets/0x20D39a5130F799b95B55a930E5b7eBC589eA9Ed8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x20bff4bbEDa07536FF00e073bd8359E5D80D733d/info.json b/blockchains/smartchain/assets/0x20bff4bbEDa07536FF00e073bd8359E5D80D733d/info.json deleted file mode 100644 index a9f2de43bdbbc..0000000000000 --- a/blockchains/smartchain/assets/0x20bff4bbEDa07536FF00e073bd8359E5D80D733d/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Cannon Finance", - "website": "https://cannon.finance/", - "description": "Cannon is a decentralized protocol that enables cross-chain digital asset inteoperability such as with Bitcoin to Ethereum", - "explorer": "https://bscscan.com/token/0x20bff4bbEDa07536FF00e073bd8359E5D80D733d", - "type": "BEP20", - "symbol": "CAN", - "decimals": 18, - "status": "active", - "id": "0x20bff4bbEDa07536FF00e073bd8359E5D80D733d", - "links": [ - { - "name": "github", - "url": "https://github.com/cannonfinance" - }, - { - "name": "twitter", - "url": "https://twitter.com/Cannon" - }, - { - "name": "telegram", - "url": "https://t.me/CannonFinance" - }, - { - "name": "medium", - "url": "https://medium.com/CannonFinance/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x20bff4bbEDa07536FF00e073bd8359E5D80D733d/logo.png b/blockchains/smartchain/assets/0x20bff4bbEDa07536FF00e073bd8359E5D80D733d/logo.png deleted file mode 100644 index 07c976703798f..0000000000000 Binary files a/blockchains/smartchain/assets/0x20bff4bbEDa07536FF00e073bd8359E5D80D733d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x20de22029ab63cf9A7Cf5fEB2b737Ca1eE4c82A6/info.json b/blockchains/smartchain/assets/0x20de22029ab63cf9A7Cf5fEB2b737Ca1eE4c82A6/info.json deleted file mode 100644 index 23360e1ab5536..0000000000000 --- a/blockchains/smartchain/assets/0x20de22029ab63cf9A7Cf5fEB2b737Ca1eE4c82A6/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Chess", - "website": "https://tranchess.com/", - "description": "Tranchess Protocol is a tokenized asset management and derivatives trading protocol. Inspired by tranches fund that caters investors with different risk appetite, Tranchess aims to provide different risk/return matrix out of a single main fund that tracks a specific underlying asset.", - "type": "BEP20", - "symbol": "CHESS", - "decimals": 18, - "status": "active", - "explorer": "https://bscscan.com/token/0x20de22029ab63cf9A7Cf5fEB2b737Ca1eE4c82A6", - "id": "0x20de22029ab63cf9A7Cf5fEB2b737Ca1eE4c82A6", - "links": [ - { - "name": "github", - "url": "https://github.com/tranchess/contract-core" - }, - { - "name": "twitter", - "url": "https://twitter.com/tranchess" - }, - { - "name": "medium", - "url": "https://medium.com/@tranchess" - }, - { - "name": "telegram", - "url": "https://t.me/tranchess" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/tranchess" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/tranchess" - }, - { - "name": "discord", - "url": "https://discord.com/invite/tKxAq78VBr" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x20de22029ab63cf9A7Cf5fEB2b737Ca1eE4c82A6/logo.png b/blockchains/smartchain/assets/0x20de22029ab63cf9A7Cf5fEB2b737Ca1eE4c82A6/logo.png deleted file mode 100644 index 6a677de5b1be9..0000000000000 Binary files a/blockchains/smartchain/assets/0x20de22029ab63cf9A7Cf5fEB2b737Ca1eE4c82A6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x20eE7B720f4E4c4FFcB00C4065cdae55271aECCa/info.json b/blockchains/smartchain/assets/0x20eE7B720f4E4c4FFcB00C4065cdae55271aECCa/info.json deleted file mode 100644 index db52abd07cb84..0000000000000 --- a/blockchains/smartchain/assets/0x20eE7B720f4E4c4FFcB00C4065cdae55271aECCa/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "APENFT", - "symbol": "NFT", - "type": "BEP20", - "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://bscscan.com/token/0x20ee7b720f4e4c4ffcb00c4065cdae55271aecca", - "status": "active", - "id": "0x20eE7B720f4E4c4FFcB00C4065cdae55271aECCa", - "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/smartchain/assets/0x20eE7B720f4E4c4FFcB00C4065cdae55271aECCa/logo.png b/blockchains/smartchain/assets/0x20eE7B720f4E4c4FFcB00C4065cdae55271aECCa/logo.png deleted file mode 100644 index 4ab1ef9ebc608..0000000000000 Binary files a/blockchains/smartchain/assets/0x20eE7B720f4E4c4FFcB00C4065cdae55271aECCa/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x211FfbE424b90e25a15531ca322adF1559779E45/info.json b/blockchains/smartchain/assets/0x211FfbE424b90e25a15531ca322adF1559779E45/info.json deleted file mode 100644 index 7cf27ef23427f..0000000000000 --- a/blockchains/smartchain/assets/0x211FfbE424b90e25a15531ca322adF1559779E45/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "BUX Token", - "website": "https://getbuxcrypto.com", - "description": "BUX is a platform that makes crypto trading simple and accessible.", - "explorer": "https://bscscan.com/token/0x211ffbe424b90e25a15531ca322adf1559779e45", - "type": "BEP20", - "symbol": "BUX", - "decimals": 18, - "status": "active", - "id": "0x211FfbE424b90e25a15531ca322adF1559779E45", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/buxcrypto" - }, - { - "name": "telegram", - "url": "https://t.me/buxcommunity" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x211FfbE424b90e25a15531ca322adF1559779E45/logo.png b/blockchains/smartchain/assets/0x211FfbE424b90e25a15531ca322adF1559779E45/logo.png deleted file mode 100644 index b1473438bab9f..0000000000000 Binary files a/blockchains/smartchain/assets/0x211FfbE424b90e25a15531ca322adF1559779E45/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x212fE6ACbd2083BA0fd7c13Bc57100Ce8bf52e75/info.json b/blockchains/smartchain/assets/0x212fE6ACbd2083BA0fd7c13Bc57100Ce8bf52e75/info.json deleted file mode 100644 index 802dd0e3460e2..0000000000000 --- a/blockchains/smartchain/assets/0x212fE6ACbd2083BA0fd7c13Bc57100Ce8bf52e75/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeMoon.Swap", - "type": "BEP20", - "symbol": "SFMS", - "decimals": 9, - "website": "https://www.safe-moon.tech/", - "description": "Join us for a safe way to the moon!", - "explorer": "https://bscscan.com/token/0x212fE6ACbd2083BA0fd7c13Bc57100Ce8bf52e75", - "status": "active", - "id": "0x212fE6ACbd2083BA0fd7c13Bc57100Ce8bf52e75" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x212fE6ACbd2083BA0fd7c13Bc57100Ce8bf52e75/logo.png b/blockchains/smartchain/assets/0x212fE6ACbd2083BA0fd7c13Bc57100Ce8bf52e75/logo.png deleted file mode 100644 index d844a2fb2ecb4..0000000000000 Binary files a/blockchains/smartchain/assets/0x212fE6ACbd2083BA0fd7c13Bc57100Ce8bf52e75/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2170Ed0880ac9A755fd29B2688956BD959F933F8/info.json b/blockchains/smartchain/assets/0x2170Ed0880ac9A755fd29B2688956BD959F933F8/info.json deleted file mode 100644 index 911a1d5df69a8..0000000000000 --- a/blockchains/smartchain/assets/0x2170Ed0880ac9A755fd29B2688956BD959F933F8/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "BNB pegged Ethereum", - "website": "https://ethereum.org/", - "description": "BNB pegged Ethereum (ETH BEP20) is a token issued by Binance on Smart Chain; its price is pegged to Ethereum (ETH) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0x2170Ed0880ac9A755fd29B2688956BD959F933F8", - "research": "https://research.binance.com/en/projects/ethereum", - "type": "BEP20", - "symbol": "ETH", - "decimals": 18, - "status": "active", - "id": "0x2170Ed0880ac9A755fd29B2688956BD959F933F8", - "tags": [ - "binance-peg" - ], - "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/smartchain/assets/0x2170Ed0880ac9A755fd29B2688956BD959F933F8/logo.png b/blockchains/smartchain/assets/0x2170Ed0880ac9A755fd29B2688956BD959F933F8/logo.png deleted file mode 100644 index bf957d38c766d..0000000000000 Binary files a/blockchains/smartchain/assets/0x2170Ed0880ac9A755fd29B2688956BD959F933F8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2189455051A1c1E6190276f84f73Ec6Fb2fe62DF/info.json b/blockchains/smartchain/assets/0x2189455051A1c1E6190276f84f73Ec6Fb2fe62DF/info.json deleted file mode 100644 index 4dcdd2be844a7..0000000000000 --- a/blockchains/smartchain/assets/0x2189455051A1c1E6190276f84f73Ec6Fb2fe62DF/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "BITCONEY", - "website": "https://www.bitconeytoken.com", - "description": "BITCONEY is a game reward token created for the 'Crypto Bunny' mobile game, a free play-to-earn crypto game. The players in the game are rewarded with CB coins which they can convert to BITCONEY tokens and withdraw to their wallets.", - "explorer": "https://bscscan.com/token/0x2189455051A1c1E6190276f84f73Ec6Fb2fe62DF", - "type": "BEP20", - "symbol": "BITCONEY", - "decimals": 8, - "status": "active", - "id": "0x2189455051A1c1E6190276f84f73Ec6Fb2fe62DF", - "links": [ - { - "name": "github", - "url": "https://github.com/harshasamedha/BitConey" - }, - { - "name": "twitter", - "url": "https://twitter.com/Bitconey" - }, - { - "name": "whitepaper", - "url": "https://bitconeytoken.com/BitConey_Whitepaper.pdf" - }, - { - "name": "facebook", - "url": "https://facebook.com/profile.php?id=100089680055861" - } - ] -} diff --git a/blockchains/smartchain/assets/0x2189455051A1c1E6190276f84f73Ec6Fb2fe62DF/logo.png b/blockchains/smartchain/assets/0x2189455051A1c1E6190276f84f73Ec6Fb2fe62DF/logo.png deleted file mode 100644 index bd29d5b410f7f..0000000000000 Binary files a/blockchains/smartchain/assets/0x2189455051A1c1E6190276f84f73Ec6Fb2fe62DF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x21C1C22C09990c1521D1A27852BEb005f7d6601E/info.json b/blockchains/smartchain/assets/0x21C1C22C09990c1521D1A27852BEb005f7d6601E/info.json deleted file mode 100644 index 040e036f2451f..0000000000000 --- a/blockchains/smartchain/assets/0x21C1C22C09990c1521D1A27852BEb005f7d6601E/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Zbitcoin.space", - "website": "https://zbitcoin.space", - "description": "ZBITCOIN IS THE FIRST DECENTRALIZED IDO PLATFORM FOR THE BINANCE SMART CHAIN NETWORK.", - "explorer": "https://bscscan.com/token/0x21C1C22C09990c1521D1A27852BEb005f7d6601E", - "type": "BEP20", - "symbol": "ZBTC", - "decimals": 0, - "status": "active", - "id": "0x21C1C22C09990c1521D1A27852BEb005f7d6601E" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x21C1C22C09990c1521D1A27852BEb005f7d6601E/logo.png b/blockchains/smartchain/assets/0x21C1C22C09990c1521D1A27852BEb005f7d6601E/logo.png deleted file mode 100644 index e34bcbc7fc98b..0000000000000 Binary files a/blockchains/smartchain/assets/0x21C1C22C09990c1521D1A27852BEb005f7d6601E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x21EA8618b9168Eb8936c3e02F0809BBE901282ac/info.json b/blockchains/smartchain/assets/0x21EA8618b9168Eb8936c3e02F0809BBE901282ac/info.json deleted file mode 100644 index 0454f76809adc..0000000000000 --- a/blockchains/smartchain/assets/0x21EA8618b9168Eb8936c3e02F0809BBE901282ac/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "SpacePort Coin", - "website": "https://spaceport.to/", - "description": "SpacePort is a revolutionary retro style arcade game where players can PLAY TO EARN in SPC. Game is completely free to play for all users!", - "explorer": "https://bscscan.com/token/0x21EA8618b9168Eb8936c3e02F0809BBE901282ac", - "type": "BEP20", - "symbol": "SPC", - "decimals": 9, - "status": "active", - "id": "0x21EA8618b9168Eb8936c3e02F0809BBE901282ac", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SpacePortCoin" - }, - { - "name": "telegram", - "url": "https://t.me/OfficialSpacePort" - }, - { - "name": "discord", - "url": "https://discord.com/invite/spaceportarcade" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCjWSh3AoFJUSY7ntLk7ZZ9Q" - }, - { - "name": "facebook", - "url": "https://facebook.com/Playspaceport-102833875406207" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/SpacePortCoin/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x21EA8618b9168Eb8936c3e02F0809BBE901282ac/logo.png b/blockchains/smartchain/assets/0x21EA8618b9168Eb8936c3e02F0809BBE901282ac/logo.png deleted file mode 100644 index 4e1a1539aa7c7..0000000000000 Binary files a/blockchains/smartchain/assets/0x21EA8618b9168Eb8936c3e02F0809BBE901282ac/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x22168882276e5D5e1da694343b41DD7726eeb288/info.json b/blockchains/smartchain/assets/0x22168882276e5D5e1da694343b41DD7726eeb288/info.json deleted file mode 100644 index 362c1da65b56d..0000000000000 --- a/blockchains/smartchain/assets/0x22168882276e5D5e1da694343b41DD7726eeb288/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "WallStreetBets DApp", - "type": "BEP20", - "symbol": "WSB", - "decimals": 18, - "website": "https://wsbdapp.com", - "description": "WSBDApp gives users access to stocks, staking and crypto portfolios.", - "explorer": "https://bscscan.com/token/0x22168882276e5D5e1da694343b41DD7726eeb288", - "status": "active", - "id": "0x22168882276e5D5e1da694343b41DD7726eeb288", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/WSBDapp" - }, - { - "name": "medium", - "url": "https://wsbdapp.medium.com/" - }, - { - "name": "telegram", - "url": "https://t.me/wallstreetbets" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCUvxcGE0XCWVPmflZiUXK-g" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x22168882276e5D5e1da694343b41DD7726eeb288/logo.png b/blockchains/smartchain/assets/0x22168882276e5D5e1da694343b41DD7726eeb288/logo.png deleted file mode 100644 index e057865cea0b2..0000000000000 Binary files a/blockchains/smartchain/assets/0x22168882276e5D5e1da694343b41DD7726eeb288/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x221FD3FAFfd3cCab2369ffD6A24c7845674787C6/info.json b/blockchains/smartchain/assets/0x221FD3FAFfd3cCab2369ffD6A24c7845674787C6/info.json deleted file mode 100644 index 1d69b2f1f44ad..0000000000000 --- a/blockchains/smartchain/assets/0x221FD3FAFfd3cCab2369ffD6A24c7845674787C6/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Galaxium Phoenix", - "type": "BEP20", - "symbol": "GMPX", - "decimals": 9, - "description": "Galaxium Phoenix is a community driven DeFi Token. Price is determined on Reflection and Liquidity Pool acquisition.", - "website": "https://www.galaxiumphoenix.com", - "explorer": "https://bscscan.com/token/0x221FD3FAFfd3cCab2369ffD6A24c7845674787C6", - "status": "active", - "id": "0x221FD3FAFfd3cCab2369ffD6A24c7845674787C6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x221FD3FAFfd3cCab2369ffD6A24c7845674787C6/logo.png b/blockchains/smartchain/assets/0x221FD3FAFfd3cCab2369ffD6A24c7845674787C6/logo.png deleted file mode 100644 index fbafef825a56c..0000000000000 Binary files a/blockchains/smartchain/assets/0x221FD3FAFfd3cCab2369ffD6A24c7845674787C6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2222227E22102Fe3322098e4CBfE18cFebD57c95/info.json b/blockchains/smartchain/assets/0x2222227E22102Fe3322098e4CBfE18cFebD57c95/info.json deleted file mode 100644 index 1ec68d8726550..0000000000000 --- a/blockchains/smartchain/assets/0x2222227E22102Fe3322098e4CBfE18cFebD57c95/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Alien Worlds Trilium", - "symbol": "TLM", - "type": "BEP20", - "decimals": 4, - "description": "Trilium (TLM) is the native utility token of the Alien Worlds metaverse", - "website": "https://alienworlds.io", - "explorer": "https://bscscan.com/token/0x2222227E22102Fe3322098e4CBfE18cFebD57c95", - "status": "active", - "id": "0x2222227E22102Fe3322098e4CBfE18cFebD57c95", - "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/smartchain/assets/0x2222227E22102Fe3322098e4CBfE18cFebD57c95/logo.png b/blockchains/smartchain/assets/0x2222227E22102Fe3322098e4CBfE18cFebD57c95/logo.png deleted file mode 100644 index ac988ef8228fc..0000000000000 Binary files a/blockchains/smartchain/assets/0x2222227E22102Fe3322098e4CBfE18cFebD57c95/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2223bF1D7c19EF7C06DAB88938EC7B85952cCd89/info.json b/blockchains/smartchain/assets/0x2223bF1D7c19EF7C06DAB88938EC7B85952cCd89/info.json deleted file mode 100644 index 65fe4797ef90a..0000000000000 --- a/blockchains/smartchain/assets/0x2223bF1D7c19EF7C06DAB88938EC7B85952cCd89/info.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "name": "Kryxivia", - "type": "BEP20", - "symbol": "KXA", - "decimals": 18, - "website": "https://kryxivia.io/", - "description": "The most advanced 3D NFT Metaverse MMORPG On Blockchain | #BNBChain", - "explorer": "https://bscscan.com/token/0x2223bf1d7c19ef7c06dab88938ec7b85952ccd89", - "status": "active", - "id": "0x2223bF1D7c19EF7C06DAB88938EC7B85952cCd89", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/kryxivia" - }, - { - "name": "github", - "url": "https://github.com/Kryxivia" - }, - { - "name": "telegram", - "url": "https://t.me/kryxivia" - }, - { - "name": "telegram_news", - "url": "https://t.me/KryxiviaANN" - }, - { - "name": "blog", - "url": "https://kryxivia.io/en/devblog" - }, - { - "name": "docs", - "url": "https://docs.kryxivia.io/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/eH4fPm66qZ" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/kryxivia/" - }, - { - "name": "whitepaper", - "url": "https://kryxivia.io/kryxivia_paper.pdf" - }, - { - "name": "medium", - "url": "https://kryxivia.medium.com/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCZV1N-ajeO16504yw4RFR7A" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/fr/currencies/kryxivia/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/kryxivia-game" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2223bF1D7c19EF7C06DAB88938EC7B85952cCd89/logo.png b/blockchains/smartchain/assets/0x2223bF1D7c19EF7C06DAB88938EC7B85952cCd89/logo.png deleted file mode 100644 index c6b2459cd7c67..0000000000000 Binary files a/blockchains/smartchain/assets/0x2223bF1D7c19EF7C06DAB88938EC7B85952cCd89/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x22439bE3AeBC1590B05E3243780eD4156b629604/info.json b/blockchains/smartchain/assets/0x22439bE3AeBC1590B05E3243780eD4156b629604/info.json deleted file mode 100644 index a72f3187ca91a..0000000000000 --- a/blockchains/smartchain/assets/0x22439bE3AeBC1590B05E3243780eD4156b629604/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "type": "BEP20", - "name": "DAFI Token", - "symbol": "DAFI", - "decimals": 18, - "website": "https://dafiprotocol.io", - "explorer": "https://bscscan.com/token/0x22439bE3AeBC1590B05E3243780eD4156b629604", - "status": "active", - "id": "0x22439bE3AeBC1590B05E3243780eD4156b629604", - "description": "DAFI reinvents network rewards for every decentralized economy" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x22439bE3AeBC1590B05E3243780eD4156b629604/logo.png b/blockchains/smartchain/assets/0x22439bE3AeBC1590B05E3243780eD4156b629604/logo.png deleted file mode 100644 index 92229f6b3f109..0000000000000 Binary files a/blockchains/smartchain/assets/0x22439bE3AeBC1590B05E3243780eD4156b629604/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2294b6eDD059BBD1608a109ba5F32B8c02B30038/info.json b/blockchains/smartchain/assets/0x2294b6eDD059BBD1608a109ba5F32B8c02B30038/info.json deleted file mode 100644 index e9078315b1ce5..0000000000000 --- a/blockchains/smartchain/assets/0x2294b6eDD059BBD1608a109ba5F32B8c02B30038/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "GoToMoon", - "website": "https://goto-moon.com", - "description": "GoToMoon autonomous yield and liquidity generation protocol on BSC", - "explorer": "https://bscscan.com/token/0x2294b6eDD059BBD1608a109ba5F32B8c02B30038", - "type": "BEP20", - "symbol": "GTM", - "decimals": 9, - "status": "active", - "id": "0x2294b6eDD059BBD1608a109ba5F32B8c02B30038" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2294b6eDD059BBD1608a109ba5F32B8c02B30038/logo.png b/blockchains/smartchain/assets/0x2294b6eDD059BBD1608a109ba5F32B8c02B30038/logo.png deleted file mode 100644 index 442baf4d7224a..0000000000000 Binary files a/blockchains/smartchain/assets/0x2294b6eDD059BBD1608a109ba5F32B8c02B30038/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x22D6363949E295873D261b812A281D014367e8f9/info.json b/blockchains/smartchain/assets/0x22D6363949E295873D261b812A281D014367e8f9/info.json deleted file mode 100644 index bf060758097a1..0000000000000 --- a/blockchains/smartchain/assets/0x22D6363949E295873D261b812A281D014367e8f9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Jindo Inu", - "type": "BEP20", - "symbol": "JIND", - "decimals": 18, - "website": "https://www.jindoinu.info/", - "description": "JIND is the token that will be used by JINDO SWAP and JINDO NFT in the future. JINDO SWAP is a SWAP built on the BSC chain, and if it provides liquidity, you can receive JINDO FEED tokens. In the future these will be used on the JINDO NFT to purchase and synthesize puppies, and JINDO FEED tokens to level up puppies.", - "explorer": "https://bscscan.com/token/0x22D6363949E295873D261b812A281D014367e8f9", - "status": "active", - "id": "0x22D6363949E295873D261b812A281D014367e8f9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x22D6363949E295873D261b812A281D014367e8f9/logo.png b/blockchains/smartchain/assets/0x22D6363949E295873D261b812A281D014367e8f9/logo.png deleted file mode 100644 index 59ace1acfc7de..0000000000000 Binary files a/blockchains/smartchain/assets/0x22D6363949E295873D261b812A281D014367e8f9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x22E35e7C4DEE96298C8d90ccdBDCEdfc82e09395/info.json b/blockchains/smartchain/assets/0x22E35e7C4DEE96298C8d90ccdBDCEdfc82e09395/info.json deleted file mode 100644 index f1717f0ef0d28..0000000000000 --- a/blockchains/smartchain/assets/0x22E35e7C4DEE96298C8d90ccdBDCEdfc82e09395/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Oven", - "type": "BEP20", - "symbol": "Oven", - "decimals": 9, - "website": "https://oventoken.com/", - "description": "A charity coin based on the binance smart chain network with the goal of aiding measures against climate change and world hunger.", - "explorer": "https://bscscan.com/token/0x22E35e7C4DEE96298C8d90ccdBDCEdfc82e09395", - "status": "active", - "id": "0x22E35e7C4DEE96298C8d90ccdBDCEdfc82e09395" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x22E35e7C4DEE96298C8d90ccdBDCEdfc82e09395/logo.png b/blockchains/smartchain/assets/0x22E35e7C4DEE96298C8d90ccdBDCEdfc82e09395/logo.png deleted file mode 100644 index 684b3a15e3bfe..0000000000000 Binary files a/blockchains/smartchain/assets/0x22E35e7C4DEE96298C8d90ccdBDCEdfc82e09395/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x22dE16487955AE1f842fa0C0bFf6083a7fDEfeDd/info.json b/blockchains/smartchain/assets/0x22dE16487955AE1f842fa0C0bFf6083a7fDEfeDd/info.json deleted file mode 100644 index 6a39d2b11299f..0000000000000 --- a/blockchains/smartchain/assets/0x22dE16487955AE1f842fa0C0bFf6083a7fDEfeDd/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "Galaxy Heroes", - "type": "BEP20", - "symbol": "GHC", - "decimals": 18, - "website": "https://galaxyheroescoin.com", - "description": "Galaxy Heroes Coin is more than just a token. It will have a never seen before NFT platform and gaming app. Be a hero, a Galaxy Hero!", - "explorer": "https://bscscan.com/token/0x22dE16487955AE1f842fa0C0bFf6083a7fDEfeDd", - "status": "abandoned", - "id": "0x22dE16487955AE1f842fa0C0bFf6083a7fDEfeDd", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/galaxyheroesghc" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/galaxy-heroes-coin-new/" - }, - { - "name": "github", - "url": "https://github.com/sumner770/GalaxyHeroesCoin" - }, - { - "name": "telegram", - "url": "https://t.me/galaxyheroescoin" - }, - { - "name": "discord", - "url": "https://discord.com/invite/NWjxH4CB9R" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/galaxyheroescoin" - }, - { - "name": "facebook", - "url": "https://facebook.com/GalaxyHeroesCoin" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC0XEhzirmXN0AZQIhoR_Vzg" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2302e370E98890BF2eB547286Bf8F8bB318F8e7B/info.json b/blockchains/smartchain/assets/0x2302e370E98890BF2eB547286Bf8F8bB318F8e7B/info.json deleted file mode 100644 index 0a4de245e7434..0000000000000 --- a/blockchains/smartchain/assets/0x2302e370E98890BF2eB547286Bf8F8bB318F8e7B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BabyShiba", - "type": "BEP20", - "symbol": "BabyShiba", - "decimals": 9, - "website": "https://babyshiba.net/", - "description": "Buy and Hold BabyShiba and you will automatically get more in your wallet. No need to farm, stake or claim.", - "explorer": "https://bscscan.com/token/0x2302e370E98890BF2eB547286Bf8F8bB318F8e7B", - "status": "active", - "id": "0x2302e370E98890BF2eB547286Bf8F8bB318F8e7B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2302e370E98890BF2eB547286Bf8F8bB318F8e7B/logo.png b/blockchains/smartchain/assets/0x2302e370E98890BF2eB547286Bf8F8bB318F8e7B/logo.png deleted file mode 100644 index d1c32a1eb9ec4..0000000000000 Binary files a/blockchains/smartchain/assets/0x2302e370E98890BF2eB547286Bf8F8bB318F8e7B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x23125108bc4c63E4677b2E253Fa498cCb4B3298b/info.json b/blockchains/smartchain/assets/0x23125108bc4c63E4677b2E253Fa498cCb4B3298b/info.json deleted file mode 100644 index 80a57b31d17e8..0000000000000 --- a/blockchains/smartchain/assets/0x23125108bc4c63E4677b2E253Fa498cCb4B3298b/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Buff Doge Coin", - "website": "https://www.buffdogecoin.io/", - "description": "Buff Doge Coin is extremely hyper deflationary where each burn will double in its quantity to the previous burn.", - "explorer": "https://bscscan.com/token/0x23125108bc4c63E4677b2E253Fa498cCb4B3298b", - "symbol": "DOGECOIN", - "type": "BEP20", - "decimals": 9, - "status": "active", - "id": "0x23125108bc4c63E4677b2E253Fa498cCb4B3298b", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/buffdogecoin" - }, - { - "name": "telegram", - "url": "https://t.me/buffdogecoinofficial" - }, - { - "name": "whitepaper", - "url": "https://3a97c7c4-e2f3-4738-aec8-31b07194fd17.filesusr.com/ugd/cc57ea_25faa44d9e2d4749b57ca81ca934f8b7.pdf" - }, - { - "name": "youtube", - "url": "https://youtube.com/watch?v=czoMaDABMRI" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/buff-doge-coin" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/buff-doge-coin/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x23125108bc4c63E4677b2E253Fa498cCb4B3298b/logo.png b/blockchains/smartchain/assets/0x23125108bc4c63E4677b2E253Fa498cCb4B3298b/logo.png deleted file mode 100644 index d3976a8fef3e3..0000000000000 Binary files a/blockchains/smartchain/assets/0x23125108bc4c63E4677b2E253Fa498cCb4B3298b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x231cF6F78620e42Fe00D0c5C3088b427F355d01c/info.json b/blockchains/smartchain/assets/0x231cF6F78620e42Fe00D0c5C3088b427F355d01c/info.json deleted file mode 100644 index 58c049297300e..0000000000000 --- a/blockchains/smartchain/assets/0x231cF6F78620e42Fe00D0c5C3088b427F355d01c/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "MarketMove.ai", - "type": "BEP20", - "symbol": "MOVE", - "decimals": 9, - "website": "https://marketmove.ai", - "description": "AI-driven platform to lower the entry barrier on BSC, fueled by the MOVE token. Visit marketmove.ai to learn more.", - "explorer": "https://bscscan.com/token/0x231cf6f78620e42fe00d0c5c3088b427f355d01c", - "status": "active", - "id": "0x231cF6F78620e42Fe00D0c5C3088b427F355d01c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/marketmoveAI" - }, - { - "name": "github", - "url": "https://github.com/MarketMoveAI" - }, - { - "name": "telegram", - "url": "https://t.me/MarketMoveAI" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/marketmove" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/marketmove" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x231cF6F78620e42Fe00D0c5C3088b427F355d01c/logo.png b/blockchains/smartchain/assets/0x231cF6F78620e42Fe00D0c5C3088b427F355d01c/logo.png deleted file mode 100644 index 700d70037073d..0000000000000 Binary files a/blockchains/smartchain/assets/0x231cF6F78620e42Fe00D0c5C3088b427F355d01c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x23383e18dEedF460EbB918545C8b0588038B7998/info.json b/blockchains/smartchain/assets/0x23383e18dEedF460EbB918545C8b0588038B7998/info.json deleted file mode 100644 index 03df265ff1db6..0000000000000 --- a/blockchains/smartchain/assets/0x23383e18dEedF460EbB918545C8b0588038B7998/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Senspark", - "type": "BEP20", - "symbol": "SEN", - "decimals": 18, - "website": "https://senspark.com", - "description": "Senspark is a token used to build a platform to support the financial and economic system applied to GameFi and Metaverse products in the ecosystem of Senspark and its partners.", - "explorer": "https://bscscan.com/token/0x23383e18dEedF460EbB918545C8b0588038B7998", - "status": "active", - "id": "0x23383e18dEedF460EbB918545C8b0588038B7998", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SensparkMeta" - }, - { - "name": "telegram", - "url": "https://t.me/senspark_channel" - }, - { - "name": "facebook", - "url": "https://facebook.com/TeamSenspark" - } - ], - "tags": [ - "gamefi", - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x23383e18dEedF460EbB918545C8b0588038B7998/logo.png b/blockchains/smartchain/assets/0x23383e18dEedF460EbB918545C8b0588038B7998/logo.png deleted file mode 100644 index e5b7e0fa38114..0000000000000 Binary files a/blockchains/smartchain/assets/0x23383e18dEedF460EbB918545C8b0588038B7998/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x23396cF899Ca06c4472205fC903bDB4de249D6fC/info.json b/blockchains/smartchain/assets/0x23396cF899Ca06c4472205fC903bDB4de249D6fC/info.json deleted file mode 100644 index 67219a6c3c5e5..0000000000000 --- a/blockchains/smartchain/assets/0x23396cF899Ca06c4472205fC903bDB4de249D6fC/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Wrapped UST Token", - "website": "https://terra.money", - "description": "TerraUSD is the first decentralized stablecoin that is scalable, yield bearing and interchain.", - "explorer": "https://bscscan.com/token/0x23396cF899Ca06c4472205fC903bDB4de249D6fC", - "type": "BEP20", - "symbol": "UST", - "decimals": 18, - "status": "active", - "id": "0x23396cF899Ca06c4472205fC903bDB4de249D6fC", - "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/smartchain/assets/0x23396cF899Ca06c4472205fC903bDB4de249D6fC/logo.png b/blockchains/smartchain/assets/0x23396cF899Ca06c4472205fC903bDB4de249D6fC/logo.png deleted file mode 100644 index 94a64f493ded4..0000000000000 Binary files a/blockchains/smartchain/assets/0x23396cF899Ca06c4472205fC903bDB4de249D6fC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x233d91A0713155003fc4DcE0AFa871b508B3B715/info.json b/blockchains/smartchain/assets/0x233d91A0713155003fc4DcE0AFa871b508B3B715/info.json deleted file mode 100644 index 5eb1321297916..0000000000000 --- a/blockchains/smartchain/assets/0x233d91A0713155003fc4DcE0AFa871b508B3B715/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Ditto", - "website": "https://ditto.money", - "description": "The dominant elastic supply token on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x233d91a0713155003fc4dce0afa871b508b3b715", - "type": "BEP20", - "symbol": "DITTO", - "decimals": 9, - "status": "active", - "id": "0x233d91A0713155003fc4DcE0AFa871b508B3B715", - "links": [ - { - "name": "github", - "url": "https://github.com/ditto-money/" - }, - { - "name": "twitter", - "url": "https://twitter.com/dittomoney_" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x233d91A0713155003fc4DcE0AFa871b508B3B715/logo.png b/blockchains/smartchain/assets/0x233d91A0713155003fc4DcE0AFa871b508B3B715/logo.png deleted file mode 100644 index e287533feecb5..0000000000000 Binary files a/blockchains/smartchain/assets/0x233d91A0713155003fc4DcE0AFa871b508B3B715/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x23481F4d3ac4642d2f45d014a514b45B0338b927/info.json b/blockchains/smartchain/assets/0x23481F4d3ac4642d2f45d014a514b45B0338b927/info.json deleted file mode 100644 index cf769d93211eb..0000000000000 --- a/blockchains/smartchain/assets/0x23481F4d3ac4642d2f45d014a514b45B0338b927/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Ulink Finance", - "website": "https://ulink.finance/", - "description": "Ulink Finance smart contracts continuously route your funds to a portfolio of the latest-and-greatest yield farming strategies.", - "explorer": "https://bscscan.com/token/0x23481f4d3ac4642d2f45d014a514b45b0338b927", - "type": "BEP20", - "symbol": "ULK", - "decimals": 0, - "status": "active", - "id": "0x23481F4d3ac4642d2f45d014a514b45B0338b927", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/UlinkFinance" - }, - { - "name": "telegram", - "url": "https://t.me/ulink_finance" - }, - { - "name": "telegram_news", - "url": "https://t.me/ulinkfinanceann" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x23481F4d3ac4642d2f45d014a514b45B0338b927/logo.png b/blockchains/smartchain/assets/0x23481F4d3ac4642d2f45d014a514b45B0338b927/logo.png deleted file mode 100644 index e86e8bf6b2a44..0000000000000 Binary files a/blockchains/smartchain/assets/0x23481F4d3ac4642d2f45d014a514b45B0338b927/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x238CC5438da55F1679E8509bddFaF267f2fAAF30/info.json b/blockchains/smartchain/assets/0x238CC5438da55F1679E8509bddFaF267f2fAAF30/info.json deleted file mode 100644 index dd99cd84e74ea..0000000000000 --- a/blockchains/smartchain/assets/0x238CC5438da55F1679E8509bddFaF267f2fAAF30/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Jinchuriki", - "type": "BEP20", - "symbol": "BIJU", - "decimals": 18, - "website": "https://jinchuriki.tech", - "description": "More Than A MEME An Ecosystem", - "explorer": "https://bscscan.com/token/0x238CC5438da55F1679E8509bddFaF267f2fAAF30", - "status": "active", - "id": "0x238CC5438da55F1679E8509bddFaF267f2fAAF30" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x238CC5438da55F1679E8509bddFaF267f2fAAF30/logo.png b/blockchains/smartchain/assets/0x238CC5438da55F1679E8509bddFaF267f2fAAF30/logo.png deleted file mode 100644 index 5225e28b7b2b5..0000000000000 Binary files a/blockchains/smartchain/assets/0x238CC5438da55F1679E8509bddFaF267f2fAAF30/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x23C28E9346C82228FB2b62b20b6fe5d75989F5b2/info.json b/blockchains/smartchain/assets/0x23C28E9346C82228FB2b62b20b6fe5d75989F5b2/info.json deleted file mode 100644 index dddfce7d3cbd7..0000000000000 --- a/blockchains/smartchain/assets/0x23C28E9346C82228FB2b62b20b6fe5d75989F5b2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Covid Token", - "type": "BEP20", - "symbol": "COVIDTOKEN", - "decimals": 9, - "website": "https://covidcoin.finance/", - "description": "COVID TOKEN is a token which provides help to African people about Coronavirus.", - "explorer": "https://bscscan.com/token/0x23C28E9346C82228FB2b62b20b6fe5d75989F5b2", - "status": "active", - "id": "0x23C28E9346C82228FB2b62b20b6fe5d75989F5b2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x23C28E9346C82228FB2b62b20b6fe5d75989F5b2/logo.png b/blockchains/smartchain/assets/0x23C28E9346C82228FB2b62b20b6fe5d75989F5b2/logo.png deleted file mode 100644 index 0e964674ece5e..0000000000000 Binary files a/blockchains/smartchain/assets/0x23C28E9346C82228FB2b62b20b6fe5d75989F5b2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x23EC58e45ac5313BCB6681F4f7827B8a8453AC45/info.json b/blockchains/smartchain/assets/0x23EC58e45ac5313BCB6681F4f7827B8a8453AC45/info.json deleted file mode 100644 index 772161cf8be73..0000000000000 --- a/blockchains/smartchain/assets/0x23EC58e45ac5313BCB6681F4f7827B8a8453AC45/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Zenfuse", - "website": "http://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://bscscan.com/token/0x23EC58e45ac5313BCB6681F4f7827B8a8453AC45", - "type": "BEP20", - "symbol": "ZEFU", - "decimals": 18, - "status": "active", - "id": "0x23EC58e45ac5313BCB6681F4f7827B8a8453AC45" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x23EC58e45ac5313BCB6681F4f7827B8a8453AC45/logo.png b/blockchains/smartchain/assets/0x23EC58e45ac5313BCB6681F4f7827B8a8453AC45/logo.png deleted file mode 100644 index c1bc180a4db8a..0000000000000 Binary files a/blockchains/smartchain/assets/0x23EC58e45ac5313BCB6681F4f7827B8a8453AC45/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/info.json b/blockchains/smartchain/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/info.json deleted file mode 100644 index bf5ade8df097c..0000000000000 --- a/blockchains/smartchain/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/info.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "EverRise NFT Stakes", - "type": "BEP20", - "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://bscscan.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/smartchain/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/logo.png b/blockchains/smartchain/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/logo.png deleted file mode 100644 index 4272c382f1522..0000000000000 Binary files a/blockchains/smartchain/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2403269d736C7a808C864bAD8c0848c2dE3E348c/info.json b/blockchains/smartchain/assets/0x2403269d736C7a808C864bAD8c0848c2dE3E348c/info.json deleted file mode 100644 index 529172927b743..0000000000000 --- a/blockchains/smartchain/assets/0x2403269d736C7a808C864bAD8c0848c2dE3E348c/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "AIRBNB", - "website": "https://www.airbnbtoken.info", - "description": "AirBnb is a frictionless, community driven contract that allows you to hold tokens of increasing value due to deflationary structure.", - "explorer": "https://bscscan.com/token/0x2403269d736C7a808C864bAD8c0848c2dE3E348c", - "type": "BEP20", - "symbol": "AIRBNB", - "decimals": 9, - "status": "active", - "id": "0x2403269d736C7a808C864bAD8c0848c2dE3E348c" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2403269d736C7a808C864bAD8c0848c2dE3E348c/logo.png b/blockchains/smartchain/assets/0x2403269d736C7a808C864bAD8c0848c2dE3E348c/logo.png deleted file mode 100644 index 7e82d35122e66..0000000000000 Binary files a/blockchains/smartchain/assets/0x2403269d736C7a808C864bAD8c0848c2dE3E348c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x24086EAb82DBDaa4771d0A5D66B0D810458b0E86/info.json b/blockchains/smartchain/assets/0x24086EAb82DBDaa4771d0A5D66B0D810458b0E86/info.json deleted file mode 100644 index a420810cce621..0000000000000 --- a/blockchains/smartchain/assets/0x24086EAb82DBDaa4771d0A5D66B0D810458b0E86/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Pepe AI", - "symbol": "PEPEAI", - "type": "BEP20", - "decimals": 18, - "description": "PepeAI is an innovative cryptocurrency token that has captured the attention of the crypto community, building on the recent hype around the famous Pepe the Frog meme.", - "website": "https://pepeai.io", - "explorer": "https://bscscan.com/token/0x24086eab82dbdaa4771d0a5d66b0d810458b0e86", - "status": "active", - "id": "0x24086EAb82DBDaa4771d0A5D66B0D810458b0E86", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/pepeaicoin" - }, - { - "name": "telegram", - "url": "https://t.me/pepeaicoin" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pepe-ai/" - } - ], - "tags": [ - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x24086EAb82DBDaa4771d0A5D66B0D810458b0E86/logo.png b/blockchains/smartchain/assets/0x24086EAb82DBDaa4771d0A5D66B0D810458b0E86/logo.png deleted file mode 100644 index 69118232c68bf..0000000000000 Binary files a/blockchains/smartchain/assets/0x24086EAb82DBDaa4771d0A5D66B0D810458b0E86/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x244f8596E985B8EBd9eA44A9356B22d3D20b101c/info.json b/blockchains/smartchain/assets/0x244f8596E985B8EBd9eA44A9356B22d3D20b101c/info.json deleted file mode 100644 index 02a61d8ad6ec7..0000000000000 --- a/blockchains/smartchain/assets/0x244f8596E985B8EBd9eA44A9356B22d3D20b101c/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DOGE-1", - "website": "https://doge-1.space", - "description": "DOGE-1 is a BSC Meme Token with future utility development to bring light in a dark space.", - "explorer": "https://bscscan.com/token/0x244f8596E985B8EBd9eA44A9356B22d3D20b101c", - "type": "BEP20", - "symbol": "DOGE1", - "decimals": 9, - "status": "active", - "id": "0x244f8596E985B8EBd9eA44A9356B22d3D20b101c" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x244f8596E985B8EBd9eA44A9356B22d3D20b101c/logo.png b/blockchains/smartchain/assets/0x244f8596E985B8EBd9eA44A9356B22d3D20b101c/logo.png deleted file mode 100644 index 32704d69f7a07..0000000000000 Binary files a/blockchains/smartchain/assets/0x244f8596E985B8EBd9eA44A9356B22d3D20b101c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2456BBAD80BfAD346AecEa45fA38C81a6963132D/info.json b/blockchains/smartchain/assets/0x2456BBAD80BfAD346AecEa45fA38C81a6963132D/info.json deleted file mode 100644 index cdcf69966e6cd..0000000000000 --- a/blockchains/smartchain/assets/0x2456BBAD80BfAD346AecEa45fA38C81a6963132D/info.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "Meta Ruffy", - "type": "BEP20", - "symbol": "MR", - "decimals": 18, - "website": "https://metaruffy.io/", - "description": "Meta Ruffy is an open world in the Metaverse, besides the already playable Metaverse it also offers tons of other Utilities like Mystery Staking, NFTs and many more.!", - "explorer": "https://bscscan.com/token/0x2456BBAD80BfAD346AecEa45fA38C81a6963132D", - "status": "active", - "id": "0x2456BBAD80BfAD346AecEa45fA38C81a6963132D", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/meta_ruffy" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/meta-ruffy" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/meta-ruffy/" - }, - { - "name": "telegram", - "url": "https://t.me/meta_ruffy" - }, - { - "name": "facebook", - "url": "https://facebook.com/MetaRuffy-107043791886658" - }, - { - "name": "discord", - "url": "https://discord.com/JDcXJNfMum" - }, - { - "name": "whitepaper", - "url": "https://metaruffy.io/wp-content/uploads/2022/02/Whitepaper_02.pdf" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/meta_ruffy" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x2456BBAD80BfAD346AecEa45fA38C81a6963132D#code" - } - ], - "tags": [ - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x2456BBAD80BfAD346AecEa45fA38C81a6963132D/logo.png b/blockchains/smartchain/assets/0x2456BBAD80BfAD346AecEa45fA38C81a6963132D/logo.png deleted file mode 100644 index 9e1ece7b6a651..0000000000000 Binary files a/blockchains/smartchain/assets/0x2456BBAD80BfAD346AecEa45fA38C81a6963132D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x248C1e2b50C72F04704c71BcC953799351aB30a8/info.json b/blockchains/smartchain/assets/0x248C1e2b50C72F04704c71BcC953799351aB30a8/info.json deleted file mode 100644 index 455a8608cb0aa..0000000000000 --- a/blockchains/smartchain/assets/0x248C1e2b50C72F04704c71BcC953799351aB30a8/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Pornstar", - "type": "BEP20", - "symbol": "STAR", - "decimals": 9, - "website": "https://pornstar.finance", - "description": "Pornstar is a decentralized ecosystem to efficient farming and staking. Pornstar supports four fields. Presale will be whitelist only. This will eliminate bot's and pre-launch dumps. redistribution : 4%, lp : 4%, burn 2%", - "explorer": "https://bscscan.com/token/0x248C1e2b50C72F04704c71BcC953799351aB30a8", - "status": "active", - "id": "0x248C1e2b50C72F04704c71BcC953799351aB30a8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x248C1e2b50C72F04704c71BcC953799351aB30a8/logo.png b/blockchains/smartchain/assets/0x248C1e2b50C72F04704c71BcC953799351aB30a8/logo.png deleted file mode 100644 index cb80efae7ab5c..0000000000000 Binary files a/blockchains/smartchain/assets/0x248C1e2b50C72F04704c71BcC953799351aB30a8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x248C45AF3b2f73Bc40FA159f2a90ce9caD7A77BA/info.json b/blockchains/smartchain/assets/0x248C45AF3b2f73Bc40FA159f2a90ce9caD7A77BA/info.json deleted file mode 100644 index 1d26558f38817..0000000000000 --- a/blockchains/smartchain/assets/0x248C45AF3b2f73Bc40FA159f2a90ce9caD7A77BA/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bogecoin", - "type": "BEP20", - "symbol": "BOGE", - "decimals": 9, - "website": "https://bogecoin.org", - "description": "BOGE is a homage to the original Dogecoin but built on Binance Smart Chain with added benefits and powers the BSCgems.com launch pad voting application for new BSC projects. The coin is deflationary, autostaking, and secure. The original liquidity token has been burned and the contract fully audited. Earn more BOGE by simply holding tokens in your wallet.", - "explorer": "https://bscscan.com/token/0x248C45AF3b2f73Bc40FA159f2a90ce9caD7A77BA", - "status": "active", - "id": "0x248C45AF3b2f73Bc40FA159f2a90ce9caD7A77BA" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x248C45AF3b2f73Bc40FA159f2a90ce9caD7A77BA/logo.png b/blockchains/smartchain/assets/0x248C45AF3b2f73Bc40FA159f2a90ce9caD7A77BA/logo.png deleted file mode 100644 index 3c528a3f3c1fc..0000000000000 Binary files a/blockchains/smartchain/assets/0x248C45AF3b2f73Bc40FA159f2a90ce9caD7A77BA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x24905b248dCEEb17b221A48eFA0d0388b3b38Fe4/info.json b/blockchains/smartchain/assets/0x24905b248dCEEb17b221A48eFA0d0388b3b38Fe4/info.json deleted file mode 100644 index 6c9aebd0187d1..0000000000000 --- a/blockchains/smartchain/assets/0x24905b248dCEEb17b221A48eFA0d0388b3b38Fe4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Louvre Finance", - "type": "BEP20", - "symbol": "LOUVRE", - "decimals": 9, - "website": "https://louvrefinance.com", - "description": "Louvre Finance is the first deflationary DeFi token to disrupt the NFT industry. We'll build a full NFT ecosystem with a marketplace and an exchange exclusive for NFT related projects. The $LOUVRE token will be the currency to be used in our closed ecosystem and will also receive rewards for supporting the platform - for example, ecosystem related airdrops and, in the future, fees from the use of the platform.", - "explorer": "https://bscscan.com/token/0x24905b248dCEEb17b221A48eFA0d0388b3b38Fe4", - "status": "active", - "id": "0x24905b248dCEEb17b221A48eFA0d0388b3b38Fe4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x24905b248dCEEb17b221A48eFA0d0388b3b38Fe4/logo.png b/blockchains/smartchain/assets/0x24905b248dCEEb17b221A48eFA0d0388b3b38Fe4/logo.png deleted file mode 100644 index e770d175e35f9..0000000000000 Binary files a/blockchains/smartchain/assets/0x24905b248dCEEb17b221A48eFA0d0388b3b38Fe4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x24C13e5Fef0157ee5BF61cD75363044927bab8cd/info.json b/blockchains/smartchain/assets/0x24C13e5Fef0157ee5BF61cD75363044927bab8cd/info.json deleted file mode 100644 index 28361156517bf..0000000000000 --- a/blockchains/smartchain/assets/0x24C13e5Fef0157ee5BF61cD75363044927bab8cd/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Panther Coin", - "type": "BEP20", - "symbol": "PTC", - "decimals": 0, - "website": "https://panthercoin.net/", - "description": "Panther Coin is based on proof-of-stake consensus and built on Binance Smart Chain. Panther Coin Smart contract is based on BEP-20 algorithm.", - "explorer": "https://bscscan.com/token/0x24C13e5Fef0157ee5BF61cD75363044927bab8cd", - "status": "active", - "id": "0x24C13e5Fef0157ee5BF61cD75363044927bab8cd" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x24C13e5Fef0157ee5BF61cD75363044927bab8cd/logo.png b/blockchains/smartchain/assets/0x24C13e5Fef0157ee5BF61cD75363044927bab8cd/logo.png deleted file mode 100644 index 2e9812927377e..0000000000000 Binary files a/blockchains/smartchain/assets/0x24C13e5Fef0157ee5BF61cD75363044927bab8cd/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x24D787e9B88Cb62D74e961C1C1d78E4ee47618E5/info.json b/blockchains/smartchain/assets/0x24D787e9B88Cb62D74e961C1C1d78E4ee47618E5/info.json deleted file mode 100644 index 72034741aee8a..0000000000000 --- a/blockchains/smartchain/assets/0x24D787e9B88Cb62D74e961C1C1d78E4ee47618E5/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Binapet", - "website": "https://binapet.com", - "description": "Binapet ecosystem is the perfect combination of NFT gaming and DeFi that enables users to have fun and earn profit simultaneously.", - "explorer": "https://bscscan.com/token/0x24D787e9B88Cb62D74e961C1C1d78E4ee47618E5", - "type": "BEP20", - "symbol": "BPET", - "decimals": 18, - "status": "active", - "id": "0x24D787e9B88Cb62D74e961C1C1d78E4ee47618E5", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/binapet" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/binapet" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x24D787e9B88Cb62D74e961C1C1d78E4ee47618E5/logo.png b/blockchains/smartchain/assets/0x24D787e9B88Cb62D74e961C1C1d78E4ee47618E5/logo.png deleted file mode 100644 index 5f9f40c214891..0000000000000 Binary files a/blockchains/smartchain/assets/0x24D787e9B88Cb62D74e961C1C1d78E4ee47618E5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x24c5AaA98eD11594a4Ebb69E065790C716C39E10/info.json b/blockchains/smartchain/assets/0x24c5AaA98eD11594a4Ebb69E065790C716C39E10/info.json deleted file mode 100644 index e683e6c527a51..0000000000000 --- a/blockchains/smartchain/assets/0x24c5AaA98eD11594a4Ebb69E065790C716C39E10/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "GAPToken", - "website": "https://gapt.io/", - "description": "GAPT is a deflationary DeFi token with a passive yield mechanism. The smart contract takes a fee from every transaction of 0.5% which is dedicated to charity decided by the community", - "explorer": "https://bscscan.com/token/0x24c5aaa98ed11594a4ebb69e065790c716c39e10", - "type": "BEP20", - "symbol": "GAPT", - "decimals": 9, - "status": "active", - "id": "0x24c5AaA98eD11594a4Ebb69E065790C716C39E10" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x24c5AaA98eD11594a4Ebb69E065790C716C39E10/logo.png b/blockchains/smartchain/assets/0x24c5AaA98eD11594a4Ebb69E065790C716C39E10/logo.png deleted file mode 100644 index 4f4d3f3f6f179..0000000000000 Binary files a/blockchains/smartchain/assets/0x24c5AaA98eD11594a4Ebb69E065790C716C39E10/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x24cE3d571fBcFD9D81dc0e1a560504636a4D046d/info.json b/blockchains/smartchain/assets/0x24cE3d571fBcFD9D81dc0e1a560504636a4D046d/info.json deleted file mode 100644 index 5ca9c94acf248..0000000000000 --- a/blockchains/smartchain/assets/0x24cE3d571fBcFD9D81dc0e1a560504636a4D046d/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "MetaPets", - "type": "BEP20", - "symbol": "MetaPets", - "decimals": 9, - "website": "https://metapetscoin.com", - "description": "Own your pets in the metaverse", - "explorer": "https://bscscan.com/token/0x24cE3d571fBcFD9D81dc0e1a560504636a4D046d", - "status": "active", - "id": "0x24cE3d571fBcFD9D81dc0e1a560504636a4D046d", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/metapetscoin" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/metapets/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/metapets" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/Metapets/" - }, - { - "name": "telegram", - "url": "https://t.me/metapets" - }, - { - "name": "whitepaper", - "url": "https://metapetscoin.gitbook.io/metapets/" - }, - { - "name": "discord", - "url": "https://discord.com/NQKR42dVmm" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/metapets/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x24cE3d571fBcFD9D81dc0e1a560504636a4D046d/logo.png b/blockchains/smartchain/assets/0x24cE3d571fBcFD9D81dc0e1a560504636a4D046d/logo.png deleted file mode 100644 index 656f6523e6873..0000000000000 Binary files a/blockchains/smartchain/assets/0x24cE3d571fBcFD9D81dc0e1a560504636a4D046d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x250342dD21cAE01583e8F3eDe4eB64753f665084/info.json b/blockchains/smartchain/assets/0x250342dD21cAE01583e8F3eDe4eB64753f665084/info.json deleted file mode 100644 index 5cd0804907ac1..0000000000000 --- a/blockchains/smartchain/assets/0x250342dD21cAE01583e8F3eDe4eB64753f665084/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Sting Defi", - "type": "BEP20", - "symbol": "SDFI", - "decimals": 8, - "website": "https://stingdefi.yfiigold.finance", - "description": "We are providing Big Utility that is never implemented before. Every Transaction will cause 0.1 % supply burn and 0.2% Airdrop distribution to all holders.", - "explorer": "https://bscscan.com/token/0x250342dD21cAE01583e8F3eDe4eB64753f665084", - "status": "active", - "id": "0x250342dD21cAE01583e8F3eDe4eB64753f665084" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x250342dD21cAE01583e8F3eDe4eB64753f665084/logo.png b/blockchains/smartchain/assets/0x250342dD21cAE01583e8F3eDe4eB64753f665084/logo.png deleted file mode 100644 index 88c4ed732fe36..0000000000000 Binary files a/blockchains/smartchain/assets/0x250342dD21cAE01583e8F3eDe4eB64753f665084/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x250632378E573c6Be1AC2f97Fcdf00515d0Aa91B/info.json b/blockchains/smartchain/assets/0x250632378E573c6Be1AC2f97Fcdf00515d0Aa91B/info.json deleted file mode 100644 index 26c785ee55471..0000000000000 --- a/blockchains/smartchain/assets/0x250632378E573c6Be1AC2f97Fcdf00515d0Aa91B/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://bscscan.com/token/0x250632378e573c6be1ac2f97fcdf00515d0aa91b", - "research": "", - "type": "BEP20", - "symbol": "BETH", - "decimals": 18, - "status": "active", - "id": "0x250632378E573c6Be1AC2f97Fcdf00515d0Aa91B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x250632378E573c6Be1AC2f97Fcdf00515d0Aa91B/logo.png b/blockchains/smartchain/assets/0x250632378E573c6Be1AC2f97Fcdf00515d0Aa91B/logo.png deleted file mode 100644 index e9bdb78903618..0000000000000 Binary files a/blockchains/smartchain/assets/0x250632378E573c6Be1AC2f97Fcdf00515d0Aa91B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x25574Cad6F03FFacD9D08b288e8D5d88997fb2f3/info.json b/blockchains/smartchain/assets/0x25574Cad6F03FFacD9D08b288e8D5d88997fb2f3/info.json deleted file mode 100644 index facdec75e7d7a..0000000000000 --- a/blockchains/smartchain/assets/0x25574Cad6F03FFacD9D08b288e8D5d88997fb2f3/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "RedFEG", - "type": "BEP20", - "symbol": "REDFEG 🦍", - "decimals": 9, - "website": "https://feg.red", - "description": "REDFEG is BEP-20 token that is determined to feed every community member.", - "explorer": "https://bscscan.com/token/0x25574cad6f03ffacd9d08b288e8d5d88997fb2f3", - "status": "active", - "id": "0x25574Cad6F03FFacD9D08b288e8D5d88997fb2f3", - "links": [ - { - "name": "telegram", - "url": "https://t.me/RedFEG" - }, - { - "name": "twitter", - "url": "https://twitter.com/Red_FEG" - }, - { - "name": "github", - "url": "https://github.com/RedTeam-Blockchain" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x25574Cad6F03FFacD9D08b288e8D5d88997fb2f3/logo.png b/blockchains/smartchain/assets/0x25574Cad6F03FFacD9D08b288e8D5d88997fb2f3/logo.png deleted file mode 100644 index 0b2c96b2a9227..0000000000000 Binary files a/blockchains/smartchain/assets/0x25574Cad6F03FFacD9D08b288e8D5d88997fb2f3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x256D1fCE1b1221e8398f65F9B36033CE50B2D497/info.json b/blockchains/smartchain/assets/0x256D1fCE1b1221e8398f65F9B36033CE50B2D497/info.json deleted file mode 100644 index c43923242504f..0000000000000 --- a/blockchains/smartchain/assets/0x256D1fCE1b1221e8398f65F9B36033CE50B2D497/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Alvey Chain", - "type": "BEP20", - "symbol": "wALV", - "decimals": 18, - "website": "https://www.alveychain.com", - "description": "Alvey Coin is a decentralized blockchain project built on Bitcoin's UTXO model, with support for Ethereum Virtual Machine based smart contracts, and secured by a Proof of Stake consensus.", - "explorer": "https://bscscan.com/token/0x256D1fCE1b1221e8398f65F9B36033CE50B2D497", - "status": "active", - "id": "0x256D1fCE1b1221e8398f65F9B36033CE50B2D497", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/AlveyChain" - }, - { - "name": "github", - "url": "https://github.com/AlveyCoin" - }, - { - "name": "telegram", - "url": "https://t.me/AlveyChain" - } - ], - "tags": [ - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x256D1fCE1b1221e8398f65F9B36033CE50B2D497/logo.png b/blockchains/smartchain/assets/0x256D1fCE1b1221e8398f65F9B36033CE50B2D497/logo.png deleted file mode 100644 index a101ec3060214..0000000000000 Binary files a/blockchains/smartchain/assets/0x256D1fCE1b1221e8398f65F9B36033CE50B2D497/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x257a8d1E03D17B8535a182301f15290F11674b53/info.json b/blockchains/smartchain/assets/0x257a8d1E03D17B8535a182301f15290F11674b53/info.json deleted file mode 100644 index dc05343a00e8f..0000000000000 --- a/blockchains/smartchain/assets/0x257a8d1E03D17B8535a182301f15290F11674b53/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Kawaii Islands", - "website": "https://kawaii.global", - "description": "Kawaii Islands is a NFT simulation play-to-earn game that creates a fantasy universe on the cloud for multiplayers to experience a whole set of simulation gaming with farming, crafting, home designing, styling and social-networking.", - "type": "BEP20", - "symbol": "KWT", - "decimals": 18, - "status": "active", - "explorer": "https://bscscan.com/token/0x257a8d1E03D17B8535a182301f15290F11674b53", - "id": "0x257a8d1E03D17B8535a182301f15290F11674b53", - "links": [ - { - "name": "github", - "url": "https://github.com/kawaii-islands" - }, - { - "name": "twitter", - "url": "https://twitter.com/kawaii_islands" - }, - { - "name": "medium", - "url": "https://medium.com/@kawaii_islands" - }, - { - "name": "telegram", - "url": "https://t.me/kawaii_islands" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/kawaii-islands" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/kawaii-islands/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/nN4FDesACB" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x257a8d1E03D17B8535a182301f15290F11674b53/logo.png b/blockchains/smartchain/assets/0x257a8d1E03D17B8535a182301f15290F11674b53/logo.png deleted file mode 100644 index 95fdb671542dc..0000000000000 Binary files a/blockchains/smartchain/assets/0x257a8d1E03D17B8535a182301f15290F11674b53/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2582d7Afc1bF4496bcb87b6C2a72D24DB279dD0e/info.json b/blockchains/smartchain/assets/0x2582d7Afc1bF4496bcb87b6C2a72D24DB279dD0e/info.json deleted file mode 100644 index af2484fe4f4d3..0000000000000 --- a/blockchains/smartchain/assets/0x2582d7Afc1bF4496bcb87b6C2a72D24DB279dD0e/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "StepD", - "type": "BEP20", - "symbol": "$STEPD", - "decimals": 9, - "website": "https://stepd.finance/", - "description": "STEPD is a fantastic project for those who want to strengthen the friendship with their pet and earn money in a meaningful way while walking. We are the first Move-To-Earn project that has a close relationship with pets.", - "explorer": "https://bscscan.com/token/0x2582d7afc1bf4496bcb87b6c2a72d24db279dd0e", - "status": "active", - "id": "0x2582d7Afc1bF4496bcb87b6C2a72D24DB279dD0e", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/StepOfDoge" - }, - { - "name": "telegram", - "url": "https://t.me/STEPOFDOGE" - }, - { - "name": "telegram_news", - "url": "https://t.me/STEPOFDOGE" - }, - { - "name": "whitepaper", - "url": "https://whitepaper.stepd.finance/" - }, - { - "name": "facebook", - "url": "https://facebook.com/stepdofdoge" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/stepd/" - }, - { - "name": "github", - "url": "https://github.com/coinscope-co/audits/blob/main/stepd/audit.pdf" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x2582d7Afc1bF4496bcb87b6C2a72D24DB279dD0e/logo.png b/blockchains/smartchain/assets/0x2582d7Afc1bF4496bcb87b6C2a72D24DB279dD0e/logo.png deleted file mode 100644 index 35c8d7a49a8de..0000000000000 Binary files a/blockchains/smartchain/assets/0x2582d7Afc1bF4496bcb87b6C2a72D24DB279dD0e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x25A528af62e56512A19ce8c3cAB427807c28CC19/info.json b/blockchains/smartchain/assets/0x25A528af62e56512A19ce8c3cAB427807c28CC19/info.json deleted file mode 100644 index 23100890aeaec..0000000000000 --- a/blockchains/smartchain/assets/0x25A528af62e56512A19ce8c3cAB427807c28CC19/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://bscscan.com/token/0x25A528af62e56512A19ce8c3cAB427807c28CC19", - "type": "BEP20", - "symbol": "FORM", - "decimals": 18, - "status": "active", - "id": "0x25A528af62e56512A19ce8c3cAB427807c28CC19" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x25A528af62e56512A19ce8c3cAB427807c28CC19/logo.png b/blockchains/smartchain/assets/0x25A528af62e56512A19ce8c3cAB427807c28CC19/logo.png deleted file mode 100644 index 334cedd514475..0000000000000 Binary files a/blockchains/smartchain/assets/0x25A528af62e56512A19ce8c3cAB427807c28CC19/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x25Be9E26Db60B1A3d1f7fa21679385dF076Af7FB/info.json b/blockchains/smartchain/assets/0x25Be9E26Db60B1A3d1f7fa21679385dF076Af7FB/info.json deleted file mode 100644 index 934974bf47ecb..0000000000000 --- a/blockchains/smartchain/assets/0x25Be9E26Db60B1A3d1f7fa21679385dF076Af7FB/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Gaia", - "website": "https://gaiadao.org/", - "description": "GaiaDAO aims to develop an environmentally-friendly ecosystem of prominent DeFi products on the BSC", - "explorer": "https://bscscan.com/token/0x25be9e26db60b1a3d1f7fa21679385df076af7fb", - "type": "BEP20", - "symbol": "GAIA", - "decimals": 9, - "status": "active", - "id": "0x25Be9E26Db60B1A3d1f7fa21679385dF076Af7FB" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x25Be9E26Db60B1A3d1f7fa21679385dF076Af7FB/logo.png b/blockchains/smartchain/assets/0x25Be9E26Db60B1A3d1f7fa21679385dF076Af7FB/logo.png deleted file mode 100644 index 944922a022242..0000000000000 Binary files a/blockchains/smartchain/assets/0x25Be9E26Db60B1A3d1f7fa21679385dF076Af7FB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x25E193FB8c6216b33f82C5e636461D85db6B72c2/info.json b/blockchains/smartchain/assets/0x25E193FB8c6216b33f82C5e636461D85db6B72c2/info.json deleted file mode 100644 index 2e4b298536e40..0000000000000 --- a/blockchains/smartchain/assets/0x25E193FB8c6216b33f82C5e636461D85db6B72c2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TWERK Finance", - "website": "https://twerk-finance.com/", - "description": "TWERK FINANCE IS A LIQUIDITY GENERATING DEFI", - "explorer": "https://bscscan.com/token/0x25e193fb8c6216b33f82c5e636461d85db6b72c2", - "type": "BEP20", - "symbol": "TWERK", - "decimals": 9, - "status": "active", - "id": "0x25E193FB8c6216b33f82C5e636461D85db6B72c2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x25E193FB8c6216b33f82C5e636461D85db6B72c2/logo.png b/blockchains/smartchain/assets/0x25E193FB8c6216b33f82C5e636461D85db6B72c2/logo.png deleted file mode 100644 index 54531c7f779da..0000000000000 Binary files a/blockchains/smartchain/assets/0x25E193FB8c6216b33f82C5e636461D85db6B72c2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x25F6524C2bfA5eebcc50beaFD08525E0786082cf/info.json b/blockchains/smartchain/assets/0x25F6524C2bfA5eebcc50beaFD08525E0786082cf/info.json deleted file mode 100644 index 7974b320c3811..0000000000000 --- a/blockchains/smartchain/assets/0x25F6524C2bfA5eebcc50beaFD08525E0786082cf/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "MarioBros", - "website": "https://www.mariobros.info/", - "description": "MarioBros is a frictionless, community driven contract that allows you to hold tokens of increasing value due to deflationary structure.", - "explorer": "https://bscscan.com/token/0x25f6524c2bfa5eebcc50beafd08525e0786082cf", - "type": "BEP20", - "symbol": "MARIO", - "decimals": 9, - "status": "active", - "id": "0x25F6524C2bfA5eebcc50beaFD08525E0786082cf", - "links": [ - { - "name": "github", - "url": "https://github.com/MarioBros-Coin/MarioBrosCoin" - }, - { - "name": "twitter", - "url": "https://twitter.com/Mariobroscoin" - }, - { - "name": "telegram", - "url": "https://t.me/mariobros_coin" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/MarioBrostoken/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x25F6524C2bfA5eebcc50beaFD08525E0786082cf/logo.png b/blockchains/smartchain/assets/0x25F6524C2bfA5eebcc50beaFD08525E0786082cf/logo.png deleted file mode 100644 index 5cf2a7af69229..0000000000000 Binary files a/blockchains/smartchain/assets/0x25F6524C2bfA5eebcc50beaFD08525E0786082cf/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x25b15E17164b97202616e36Af1234Db944121185/info.json b/blockchains/smartchain/assets/0x25b15E17164b97202616e36Af1234Db944121185/info.json deleted file mode 100644 index 8070ec9297568..0000000000000 --- a/blockchains/smartchain/assets/0x25b15E17164b97202616e36Af1234Db944121185/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "HYPER", - "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/0x25b15E17164b97202616e36Af1234Db944121185", - "status": "abandoned", - "id": "0x25b15E17164b97202616e36Af1234Db944121185", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/HyperchainX" - }, - { - "name": "telegram", - "url": "https://t.me/hyperchainx" - }, - { - "name": "telegram_news", - "url": "https://t.me/hyperchainxannouncements" - }, - { - "name": "medium", - "url": "https://medium.com/@ninja_krypto" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x25b24B3c47918b7962B3e49C4F468367F73CC0E0/info.json b/blockchains/smartchain/assets/0x25b24B3c47918b7962B3e49C4F468367F73CC0E0/info.json deleted file mode 100644 index cdca67efdd72e..0000000000000 --- a/blockchains/smartchain/assets/0x25b24B3c47918b7962B3e49C4F468367F73CC0E0/info.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "AXL INU", - "type": "BEP20", - "symbol": "AXL", - "decimals": 18, - "website": "https://www.axltoken.com", - "description": "AXL INU is being developed as Decentralized Eco-System with a LaunchPad, Farming, Staking, NFT MarketPlace and a Metaverse.", - "explorer": "https://bscscan.com/token/0x25b24B3c47918b7962B3e49C4F468367F73CC0E0", - "status": "active", - "id": "0x25b24B3c47918b7962B3e49C4F468367F73CC0E0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/axltoken" - }, - { - "name": "telegram", - "url": "https://t.me/axltoken" - }, - { - "name": "reddit", - "url": "https://reddit.com/axltoken" - }, - { - "name": "medium", - "url": "https://axltoken.medium.com/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/axl-inu/" - }, - { - "name": "facebook", - "url": "https://facebook.com/Axltoken" - }, - { - "name": "telegram_news", - "url": "https://t.me/Axl_Token" - } - ], - "tags": [ - "memes", - "gamefi", - "staking", - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x25b24B3c47918b7962B3e49C4F468367F73CC0E0/logo.png b/blockchains/smartchain/assets/0x25b24B3c47918b7962B3e49C4F468367F73CC0E0/logo.png deleted file mode 100644 index 0de4c3409f799..0000000000000 Binary files a/blockchains/smartchain/assets/0x25b24B3c47918b7962B3e49C4F468367F73CC0E0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x261510Dd6257494eEA1DDA7618DBe8a7b87870dd/info.json b/blockchains/smartchain/assets/0x261510Dd6257494eEA1DDA7618DBe8a7b87870dd/info.json deleted file mode 100644 index 84fa703fd0308..0000000000000 --- a/blockchains/smartchain/assets/0x261510Dd6257494eEA1DDA7618DBe8a7b87870dd/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Dehero Community Token", - "type": "BEP20", - "symbol": "HEROES", - "decimals": 12, - "website": "https://dehero.co/", - "description": "DeHero is a decentralized GameFi application based on BSC.", - "explorer": "https://bscscan.com/token/0x261510Dd6257494eEA1DDA7618DBe8a7b87870dd", - "status": "active", - "id": "0x261510Dd6257494eEA1DDA7618DBe8a7b87870dd", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MIXMARVELGAME" - }, - { - "name": "telegram", - "url": "https://t.me/MixMarvelGlobal" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x261510Dd6257494eEA1DDA7618DBe8a7b87870dd/logo.png b/blockchains/smartchain/assets/0x261510Dd6257494eEA1DDA7618DBe8a7b87870dd/logo.png deleted file mode 100644 index cb415fb6ca0c3..0000000000000 Binary files a/blockchains/smartchain/assets/0x261510Dd6257494eEA1DDA7618DBe8a7b87870dd/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x26165a5a3Dd21FA528bECf3Ff7F114D00a517344/info.json b/blockchains/smartchain/assets/0x26165a5a3Dd21FA528bECf3Ff7F114D00a517344/info.json deleted file mode 100644 index 78043e2f07327..0000000000000 --- a/blockchains/smartchain/assets/0x26165a5a3Dd21FA528bECf3Ff7F114D00a517344/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "META", - "website": "https://metabsc.app", - "description": "META is a community meme and rewards token. All holders of META are automatically rewarded SHIB. Hold META, and watch your SHIB grow passively.", - "explorer": "https://bscscan.com/token/0x26165a5a3Dd21FA528bECf3Ff7F114D00a517344", - "type": "BEP20", - "symbol": "$META", - "decimals": 9, - "status": "active", - "id": "0x26165a5a3Dd21FA528bECf3Ff7F114D00a517344", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/meta_token_bsc" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/meta-/" - }, - { - "name": "twitter", - "url": "https://twitter.com/META_Shiba" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x26165a5a3Dd21FA528bECf3Ff7F114D00a517344/logo.png b/blockchains/smartchain/assets/0x26165a5a3Dd21FA528bECf3Ff7F114D00a517344/logo.png deleted file mode 100644 index 4332bab8d7a4d..0000000000000 Binary files a/blockchains/smartchain/assets/0x26165a5a3Dd21FA528bECf3Ff7F114D00a517344/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x26193C7fa4354AE49eC53eA2cEBC513dc39A10aa/info.json b/blockchains/smartchain/assets/0x26193C7fa4354AE49eC53eA2cEBC513dc39A10aa/info.json deleted file mode 100644 index d7661a45b752a..0000000000000 --- a/blockchains/smartchain/assets/0x26193C7fa4354AE49eC53eA2cEBC513dc39A10aa/info.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "StarSharks", - "type": "BEP20", - "symbol": "SEA", - "decimals": 18, - "website": "https://starsharks.com/", - "explorer": "https://bscscan.com/token/0x26193C7fa4354AE49eC53eA2cEBC513dc39A10aa", - "id": "0x26193C7fa4354AE49eC53eA2cEBC513dc39A10aa", - "status": "active", - "description": "StarSharks is a community-driven shark metaverse where players, developers and investors could define the value evolution of underlying NFTs in a sustainable ecosystem. This project aims to cultivate and share value of content with the community, and to disrupt the current GameFi world where assets are isolated in one game. StarSharks is powered with dual-token system: SSS, governance token; and SEA, game token.", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/StarSharks_SSS" - }, - { - "name": "telegram", - "url": "https://t.me/starsharks_SSS" - }, - { - "name": "discord", - "url": "https://discord.com/invite/TZfxJbnS3e" - }, - { - "name": "medium", - "url": "https://medium.com/@StarSharks" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/zh/currencies/starsharks-sss/" - } - ], - "tags": [ - "nft", - "staking", - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x26193C7fa4354AE49eC53eA2cEBC513dc39A10aa/logo.png b/blockchains/smartchain/assets/0x26193C7fa4354AE49eC53eA2cEBC513dc39A10aa/logo.png deleted file mode 100644 index 7858491bcd93c..0000000000000 Binary files a/blockchains/smartchain/assets/0x26193C7fa4354AE49eC53eA2cEBC513dc39A10aa/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x26433c8127d9b4e9B71Eaa15111DF99Ea2EeB2f8/info.json b/blockchains/smartchain/assets/0x26433c8127d9b4e9B71Eaa15111DF99Ea2EeB2f8/info.json deleted file mode 100644 index e29cee954d57d..0000000000000 --- a/blockchains/smartchain/assets/0x26433c8127d9b4e9B71Eaa15111DF99Ea2EeB2f8/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://bscscan.com/token/0x26433c8127d9b4e9b71eaa15111df99ea2eeb2f8", - "type": "BEP20", - "symbol": "MANA", - "decimals": 18, - "status": "active", - "id": "0x26433c8127d9b4e9B71Eaa15111DF99Ea2EeB2f8", - "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/smartchain/assets/0x26433c8127d9b4e9B71Eaa15111DF99Ea2EeB2f8/logo.png b/blockchains/smartchain/assets/0x26433c8127d9b4e9B71Eaa15111DF99Ea2EeB2f8/logo.png deleted file mode 100644 index 2e4e2b57b7959..0000000000000 Binary files a/blockchains/smartchain/assets/0x26433c8127d9b4e9B71Eaa15111DF99Ea2EeB2f8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x264Bc4Ea2F45cF6331AD6C3aC8d7257Cf487FcbC/info.json b/blockchains/smartchain/assets/0x264Bc4Ea2F45cF6331AD6C3aC8d7257Cf487FcbC/info.json deleted file mode 100644 index 0eb63356b2fca..0000000000000 --- a/blockchains/smartchain/assets/0x264Bc4Ea2F45cF6331AD6C3aC8d7257Cf487FcbC/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream ALPHA Token", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0x264Bc4Ea2F45cF6331AD6C3aC8d7257Cf487FcbC", - "type": "BEP20", - "symbol": "crALPHA", - "decimals": 8, - "status": "active", - "id": "0x264Bc4Ea2F45cF6331AD6C3aC8d7257Cf487FcbC", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x264Bc4Ea2F45cF6331AD6C3aC8d7257Cf487FcbC/logo.png b/blockchains/smartchain/assets/0x264Bc4Ea2F45cF6331AD6C3aC8d7257Cf487FcbC/logo.png deleted file mode 100644 index 5e62cdf840503..0000000000000 Binary files a/blockchains/smartchain/assets/0x264Bc4Ea2F45cF6331AD6C3aC8d7257Cf487FcbC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x265f638eAb14dD43D80bB71AAe3289B1c6d46A3f/info.json b/blockchains/smartchain/assets/0x265f638eAb14dD43D80bB71AAe3289B1c6d46A3f/info.json deleted file mode 100644 index ffbf448b24cf4..0000000000000 --- a/blockchains/smartchain/assets/0x265f638eAb14dD43D80bB71AAe3289B1c6d46A3f/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Binancedog", - "type": "BEP20", - "symbol": "Bidog", - "decimals": 9, - "website": "https://www.binancedog.net/", - "description": "Binance dog is a deflationary token which is centered by the community and driven by the internal force.", - "explorer": "https://bscscan.com/token/0x265f638eAb14dD43D80bB71AAe3289B1c6d46A3f", - "status": "active", - "id": "0x265f638eAb14dD43D80bB71AAe3289B1c6d46A3f", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BidogCoin" - }, - { - "name": "telegram", - "url": "https://t.me/BidogCoin" - }, - { - "name": "discord", - "url": "https://discord.com/BidogCoin" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x265f638eab14dd43d80bb71aae3289b1c6d46a3f#code" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/binancedog/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/binancedog" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x265f638eAb14dD43D80bB71AAe3289B1c6d46A3f/logo.png b/blockchains/smartchain/assets/0x265f638eAb14dD43D80bB71AAe3289B1c6d46A3f/logo.png deleted file mode 100644 index 3cefc872c8e20..0000000000000 Binary files a/blockchains/smartchain/assets/0x265f638eAb14dD43D80bB71AAe3289B1c6d46A3f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x26619FA1d4c957C58096bBbeCa6588dCFB12E109/info.json b/blockchains/smartchain/assets/0x26619FA1d4c957C58096bBbeCa6588dCFB12E109/info.json deleted file mode 100644 index c1b8259f41cf7..0000000000000 --- a/blockchains/smartchain/assets/0x26619FA1d4c957C58096bBbeCa6588dCFB12E109/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "TIME", - "type": "BEP20", - "symbol": "TIME", - "decimals": 18, - "website": "https://meta-time.org/", - "description": "TIME is a token that can be earned or used in a developed game for entertainment.", - "explorer": "https://bscscan.com/token/0x26619FA1d4c957C58096bBbeCa6588dCFB12E109", - "status": "active", - "id": "0x26619FA1d4c957C58096bBbeCa6588dCFB12E109", - "links": [ - { - "name": "source_code", - "url": "https://bscscan.com/address/0x26619FA1d4c957C58096bBbeCa6588dCFB12E109#code" - }, - { - "name": "blog", - "url": "https://www.meta-time.org/" - }, - { - "name": "whitepaper", - "url": "https://www.meta-time.org/whitepaper.pdf" - } - ], - "tags": [ - "binance-peg" - ] -} diff --git a/blockchains/smartchain/assets/0x26619FA1d4c957C58096bBbeCa6588dCFB12E109/logo.png b/blockchains/smartchain/assets/0x26619FA1d4c957C58096bBbeCa6588dCFB12E109/logo.png deleted file mode 100644 index 2f920ca688c27..0000000000000 Binary files a/blockchains/smartchain/assets/0x26619FA1d4c957C58096bBbeCa6588dCFB12E109/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x26734ADd0650719eA29087fe5CC0AaB81b4f237D/info.json b/blockchains/smartchain/assets/0x26734ADd0650719eA29087fe5CC0AaB81b4f237D/info.json deleted file mode 100644 index b220de8a7234a..0000000000000 --- a/blockchains/smartchain/assets/0x26734ADd0650719eA29087fe5CC0AaB81b4f237D/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "STEMX", - "type": "BEP20", - "symbol": "STEMX", - "decimals": 18, - "website": "https://stemx.pro/", - "description": "STEM is an exchange where each sports team has its own token. The price of the token is determined by the team's performance indicators.", - "explorer": "https://bscscan.com/token/0x26734add0650719ea29087fe5cc0aab81b4f237d", - "status": "active", - "id": "0x26734ADd0650719eA29087fe5CC0AaB81b4f237D", - "links": [ - { - "name": "telegram", - "url": "https://t.me/stemxme" - }, - { - "name": "twitter", - "url": "https://twitter.com/STEMRUCOM" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/stemx/" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x26734ADd0650719eA29087fe5CC0AaB81b4f237D/logo.png b/blockchains/smartchain/assets/0x26734ADd0650719eA29087fe5CC0AaB81b4f237D/logo.png deleted file mode 100644 index 78e7c338993c7..0000000000000 Binary files a/blockchains/smartchain/assets/0x26734ADd0650719eA29087fe5CC0AaB81b4f237D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x26A4F25A411eF867972633E5FA410031D6346285/info.json b/blockchains/smartchain/assets/0x26A4F25A411eF867972633E5FA410031D6346285/info.json deleted file mode 100644 index d6bd9441dd587..0000000000000 --- a/blockchains/smartchain/assets/0x26A4F25A411eF867972633E5FA410031D6346285/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Koduro", - "website": "https://koduro.io", - "description": "Koduro is an autonomous liquidity generation protocol with static farming that reinvests back into clean energy projects.", - "explorer": "https://bscscan.com/token/0x26A4F25A411eF867972633E5FA410031D6346285", - "type": "BEP20", - "symbol": "KODURO", - "decimals": 9, - "status": "active", - "id": "0x26A4F25A411eF867972633E5FA410031D6346285" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x26A4F25A411eF867972633E5FA410031D6346285/logo.png b/blockchains/smartchain/assets/0x26A4F25A411eF867972633E5FA410031D6346285/logo.png deleted file mode 100644 index 939340d50d12a..0000000000000 Binary files a/blockchains/smartchain/assets/0x26A4F25A411eF867972633E5FA410031D6346285/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x26A5dFab467d4f58fB266648CAe769503CEC9580/info.json b/blockchains/smartchain/assets/0x26A5dFab467d4f58fB266648CAe769503CEC9580/info.json deleted file mode 100644 index 3ade855ddceab..0000000000000 --- a/blockchains/smartchain/assets/0x26A5dFab467d4f58fB266648CAe769503CEC9580/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Standard", - "type": "BEP20", - "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://bscscan.com/token/0x26A5dFab467d4f58fB266648CAe769503CEC9580", - "status": "active", - "id": "0x26A5dFab467d4f58fB266648CAe769503CEC9580" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x26A5dFab467d4f58fB266648CAe769503CEC9580/logo.png b/blockchains/smartchain/assets/0x26A5dFab467d4f58fB266648CAe769503CEC9580/logo.png deleted file mode 100644 index d51f9fa314e3b..0000000000000 Binary files a/blockchains/smartchain/assets/0x26A5dFab467d4f58fB266648CAe769503CEC9580/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x26D6e280F9687c463420908740AE59f712419147/info.json b/blockchains/smartchain/assets/0x26D6e280F9687c463420908740AE59f712419147/info.json deleted file mode 100644 index 8c560c71068d4..0000000000000 --- a/blockchains/smartchain/assets/0x26D6e280F9687c463420908740AE59f712419147/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bakerytools", - "website": "http://bakerytools.io", - "description": "Bakerytools is the ultimate hub & trading tool for Binance smart chain pairs & pool explorer and a hotspot for Private and pre-sale listings.", - "explorer": "https://bscscan.com/token/0x26D6e280F9687c463420908740AE59f712419147", - "type": "BEP20", - "symbol": "TBAKE", - "decimals": 18, - "status": "active", - "id": "0x26D6e280F9687c463420908740AE59f712419147" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x26D6e280F9687c463420908740AE59f712419147/logo.png b/blockchains/smartchain/assets/0x26D6e280F9687c463420908740AE59f712419147/logo.png deleted file mode 100644 index 54d01eebfdf2e..0000000000000 Binary files a/blockchains/smartchain/assets/0x26D6e280F9687c463420908740AE59f712419147/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x26DA28954763B92139ED49283625ceCAf52C6f94/info.json b/blockchains/smartchain/assets/0x26DA28954763B92139ED49283625ceCAf52C6f94/info.json deleted file mode 100644 index d806c55e93a8e..0000000000000 --- a/blockchains/smartchain/assets/0x26DA28954763B92139ED49283625ceCAf52C6f94/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Venus AAVE", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - } - ], - "explorer": "https://bscscan.com/token/0x26DA28954763B92139ED49283625ceCAf52C6f94", - "type": "BEP20", - "symbol": "vAAVE", - "decimals": 8, - "status": "active", - "id": "0x26DA28954763B92139ED49283625ceCAf52C6f94" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x26DA28954763B92139ED49283625ceCAf52C6f94/logo.png b/blockchains/smartchain/assets/0x26DA28954763B92139ED49283625ceCAf52C6f94/logo.png deleted file mode 100644 index a741cf6f616b2..0000000000000 Binary files a/blockchains/smartchain/assets/0x26DA28954763B92139ED49283625ceCAf52C6f94/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x26a1BdFa3bb86b2744c4A42EBfDd205761d13a8a/info.json b/blockchains/smartchain/assets/0x26a1BdFa3bb86b2744c4A42EBfDd205761d13a8a/info.json deleted file mode 100644 index b02805e3e87af..0000000000000 --- a/blockchains/smartchain/assets/0x26a1BdFa3bb86b2744c4A42EBfDd205761d13a8a/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "KAKA Token", - "website": "https://kakanft.com/", - "description": "KAKA is a token issued by KAKA NFT World.", - "explorer": "https://bscscan.com/token/0x26a1BdFa3bb86b2744c4A42EBfDd205761d13a8a", - "type": "BEP20", - "symbol": "KAKA", - "decimals": 18, - "status": "active", - "id": "0x26a1BdFa3bb86b2744c4A42EBfDd205761d13a8a", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/kakanftworld" - }, - { - "name": "telegram", - "url": "https://t.me/KAKANFTWORLD" - }, - { - "name": "medium", - "url": "https://kakanft.medium.com/" - } - ] -} diff --git a/blockchains/smartchain/assets/0x26a1BdFa3bb86b2744c4A42EBfDd205761d13a8a/logo.png b/blockchains/smartchain/assets/0x26a1BdFa3bb86b2744c4A42EBfDd205761d13a8a/logo.png deleted file mode 100644 index f30fc83983f78..0000000000000 Binary files a/blockchains/smartchain/assets/0x26a1BdFa3bb86b2744c4A42EBfDd205761d13a8a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x26fF6D16549A00BA8b36ce3159b5277E6e798d18/info.json b/blockchains/smartchain/assets/0x26fF6D16549A00BA8b36ce3159b5277E6e798d18/info.json deleted file mode 100644 index 46a8583b4e851..0000000000000 --- a/blockchains/smartchain/assets/0x26fF6D16549A00BA8b36ce3159b5277E6e798d18/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Chihua Token", - "website": "https://www.chihuatoken.com/", - "description": "Small - but most aggressive brother of Doge Coin!", - "explorer": "https://bscscan.com/token/0x26fF6D16549A00BA8b36ce3159b5277E6e798d18", - "type": "BEP20", - "symbol": "CHIHUA", - "decimals": 18, - "status": "active", - "id": "0x26fF6D16549A00BA8b36ce3159b5277E6e798d18" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x26fF6D16549A00BA8b36ce3159b5277E6e798d18/logo.png b/blockchains/smartchain/assets/0x26fF6D16549A00BA8b36ce3159b5277E6e798d18/logo.png deleted file mode 100755 index eafe2359e3163..0000000000000 Binary files a/blockchains/smartchain/assets/0x26fF6D16549A00BA8b36ce3159b5277E6e798d18/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x270877FBDAdd2E28C7EAf08e528691B95684207e/info.json b/blockchains/smartchain/assets/0x270877FBDAdd2E28C7EAf08e528691B95684207e/info.json deleted file mode 100644 index b60d76b33e320..0000000000000 --- a/blockchains/smartchain/assets/0x270877FBDAdd2E28C7EAf08e528691B95684207e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LaikaCoin", - "type": "BEP20", - "symbol": "LAIKA", - "decimals": 9, - "description": "LaikaCoin is a community owned DeFi token with a focus on charity and animal welfare.", - "website": "https://laikacommunity.com", - "explorer": "https://bscscan.com/token/0x270877FBDAdd2E28C7EAf08e528691B95684207e", - "status": "active", - "id": "0x270877FBDAdd2E28C7EAf08e528691B95684207e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x270877FBDAdd2E28C7EAf08e528691B95684207e/logo.png b/blockchains/smartchain/assets/0x270877FBDAdd2E28C7EAf08e528691B95684207e/logo.png deleted file mode 100644 index 2e0c012551e80..0000000000000 Binary files a/blockchains/smartchain/assets/0x270877FBDAdd2E28C7EAf08e528691B95684207e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x271C418B045d05A1D52c6bF849d47b5B5B4d769e/info.json b/blockchains/smartchain/assets/0x271C418B045d05A1D52c6bF849d47b5B5B4d769e/info.json deleted file mode 100644 index 0ef708da30c5e..0000000000000 --- a/blockchains/smartchain/assets/0x271C418B045d05A1D52c6bF849d47b5B5B4d769e/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Veraswap Protocol", - "website": "https://veraswap.org", - "description": "Fully Dex protocol, staking and more on Binance Smart Chain. #Defi #BSC", - "explorer": "https://bscscan.com/token/0x271c418b045d05a1d52c6bf849d47b5b5b4d769e", - "type": "BEP20", - "symbol": "VRAP", - "decimals": 18, - "status": "active", - "id": "0x271C418B045d05A1D52c6bF849d47b5B5B4d769e", - "links": [ - { - "name": "github", - "url": "https://github.com/Virginlink" - }, - { - "name": "twitter", - "url": "https://twitter.com/Veraswap Protocol" - }, - { - "name": "telegram", - "url": "https://t.me/veraswap" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x271C418B045d05A1D52c6bF849d47b5B5B4d769e/logo.png b/blockchains/smartchain/assets/0x271C418B045d05A1D52c6bF849d47b5B5B4d769e/logo.png deleted file mode 100644 index e88b257b58387..0000000000000 Binary files a/blockchains/smartchain/assets/0x271C418B045d05A1D52c6bF849d47b5B5B4d769e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x27327672D1dc51F4Dc58c9F413E1FA7e7ad8245e/info.json b/blockchains/smartchain/assets/0x27327672D1dc51F4Dc58c9F413E1FA7e7ad8245e/info.json deleted file mode 100644 index 7bd9c72a609a9..0000000000000 --- a/blockchains/smartchain/assets/0x27327672D1dc51F4Dc58c9F413E1FA7e7ad8245e/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Willie Coin", - "website": "https://www.williecoin.com", - "description": "Self generating liquidity token with a charitable twist - Reflection paid back to holders. Decentralised Micro-cap Exchange in roadmap", - "explorer": "https://bscscan.com/token/0x27327672d1dc51f4dc58c9f413e1fa7e7ad8245e", - "research": "", - "type": "BEP20", - "symbol": "WILLIE", - "decimals": 9, - "status": "active", - "id": "0x27327672D1dc51F4Dc58c9F413E1FA7e7ad8245e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x27327672D1dc51F4Dc58c9F413E1FA7e7ad8245e/logo.png b/blockchains/smartchain/assets/0x27327672D1dc51F4Dc58c9F413E1FA7e7ad8245e/logo.png deleted file mode 100644 index 96c9a38e56ee6..0000000000000 Binary files a/blockchains/smartchain/assets/0x27327672D1dc51F4Dc58c9F413E1FA7e7ad8245e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x276902E0c3D53bf5559D7d6177EF4834BC72E175/info.json b/blockchains/smartchain/assets/0x276902E0c3D53bf5559D7d6177EF4834BC72E175/info.json deleted file mode 100644 index 040b0beda42d6..0000000000000 --- a/blockchains/smartchain/assets/0x276902E0c3D53bf5559D7d6177EF4834BC72E175/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Dory Swap", - "type": "BEP20", - "symbol": "DORY", - "decimals": 18, - "website": "https://doryswap.finance/", - "description": "Discover Dory Finance, the leading DEX on Binance Smart Chain (BSC) with the best farms in DeFi.", - "explorer": "https://bscscan.com/token/0x276902E0c3D53bf5559D7d6177EF4834BC72E175", - "status": "active", - "id": "0x276902E0c3D53bf5559D7d6177EF4834BC72E175" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x276902E0c3D53bf5559D7d6177EF4834BC72E175/logo.png b/blockchains/smartchain/assets/0x276902E0c3D53bf5559D7d6177EF4834BC72E175/logo.png deleted file mode 100644 index 930f4825f7446..0000000000000 Binary files a/blockchains/smartchain/assets/0x276902E0c3D53bf5559D7d6177EF4834BC72E175/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2773f3FB0f7babA01cdcaAB002FD3373dE2860b3/info.json b/blockchains/smartchain/assets/0x2773f3FB0f7babA01cdcaAB002FD3373dE2860b3/info.json deleted file mode 100644 index c04454b715b10..0000000000000 --- a/blockchains/smartchain/assets/0x2773f3FB0f7babA01cdcaAB002FD3373dE2860b3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Wolf", - "type": "BEP20", - "symbol": "WOLF", - "decimals": 9, - "description": "Wolf is an community token in the same way as Doge, but better. We are the wolf pack", - "website": "https://wolf-finance.com", - "explorer": "https://bscscan.com/token/0x2773f3fb0f7baba01cdcaab002fd3373de2860b3", - "status": "active", - "id": "0x2773f3FB0f7babA01cdcaAB002FD3373dE2860b3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2773f3FB0f7babA01cdcaAB002FD3373dE2860b3/logo.png b/blockchains/smartchain/assets/0x2773f3FB0f7babA01cdcaAB002FD3373dE2860b3/logo.png deleted file mode 100644 index ed308c31cebd6..0000000000000 Binary files a/blockchains/smartchain/assets/0x2773f3FB0f7babA01cdcaAB002FD3373dE2860b3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2794DAD4077602eD25A88d03781528D1637898B4/info.json b/blockchains/smartchain/assets/0x2794DAD4077602eD25A88d03781528D1637898B4/info.json deleted file mode 100644 index 3e52d4bf1c423..0000000000000 --- a/blockchains/smartchain/assets/0x2794DAD4077602eD25A88d03781528D1637898B4/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "VITE Token", - "website": "https://vite.org", - "description": "VITE(Vite) is a lightning-fast blockchain where transactions incur zero fees.", - "explorer": "https://bscscan.com/token/0x2794DAD4077602eD25A88d03781528D1637898B4", - "type": "BEP20", - "symbol": "VITE", - "decimals": 18, - "status": "active", - "id": "0x2794DAD4077602eD25A88d03781528D1637898B4", - "links": [ - { - "name": "github", - "url": "https://github.com/vitelabs" - }, - { - "name": "twitter", - "url": "https://twitter.com/vitelabs" - }, - { - "name": "medium", - "url": "https://medium.com/vitelabs" - } - ] -} diff --git a/blockchains/smartchain/assets/0x2794DAD4077602eD25A88d03781528D1637898B4/logo.png b/blockchains/smartchain/assets/0x2794DAD4077602eD25A88d03781528D1637898B4/logo.png deleted file mode 100644 index 325568ff33136..0000000000000 Binary files a/blockchains/smartchain/assets/0x2794DAD4077602eD25A88d03781528D1637898B4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x27Ae27110350B98d564b9A3eeD31bAeBc82d878d/info.json b/blockchains/smartchain/assets/0x27Ae27110350B98d564b9A3eeD31bAeBc82d878d/info.json deleted file mode 100644 index 7068adf7df11f..0000000000000 --- a/blockchains/smartchain/assets/0x27Ae27110350B98d564b9A3eeD31bAeBc82d878d/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "CumRocket", - "website": "https://cumrocket.io", - "description": "CumRocket (CUMMIES) is a deflationary token used for purchasing adult content on their NSFW platform. Users are able to buy, sell and collect 18+ NFTs from their favourite models, as well as chat, tip and subscribe to exclusive content. 5% tax on every transaction - 2.5% burn, 2.5% redistribution.", - "explorer": "https://bscscan.com/token/0x27Ae27110350B98d564b9A3eeD31bAeBc82d878d", - "type": "BEP20", - "symbol": "CUMMIES", - "decimals": 18, - "status": "active", - "id": "0x27Ae27110350B98d564b9A3eeD31bAeBc82d878d", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CumRocketCrypto" - }, - { - "name": "telegram", - "url": "https://t.me/cumrocket" - }, - { - "name": "discord", - "url": "https://discord.com/invite/Tett4kJsKN" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/CumRocket/" - }, - { - "name": "medium", - "url": "https://cumrocket.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x27Ae27110350B98d564b9A3eeD31bAeBc82d878d/logo.png b/blockchains/smartchain/assets/0x27Ae27110350B98d564b9A3eeD31bAeBc82d878d/logo.png deleted file mode 100644 index 4662728d3648e..0000000000000 Binary files a/blockchains/smartchain/assets/0x27Ae27110350B98d564b9A3eeD31bAeBc82d878d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x27B2D695eF01d10EE96582a23db201B0Aa338639/info.json b/blockchains/smartchain/assets/0x27B2D695eF01d10EE96582a23db201B0Aa338639/info.json deleted file mode 100644 index 5b1b56360d102..0000000000000 --- a/blockchains/smartchain/assets/0x27B2D695eF01d10EE96582a23db201B0Aa338639/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Wrapped GICT", - "type": "BEP20", - "symbol": "WGICT", - "decimals": 8, - "website": "https://www.gicindonesia.com/en", - "description": "We are a group of Forex and Commodity Trading Enthusiasts with a collective experience of more than 50 years in Forex Trading Industry. Our mission is to create a transparent trading platform that is fair, low-cost with no conflict of interest. All this is made possible by our game-changing Peer to Peer blockchain-based trading platform that democratizes access to anyone to become a market maker and play on “the other side of the table.", - "explorer": "https://bscscan.com/token/0x27B2D695eF01d10EE96582a23db201B0Aa338639", - "status": "active", - "id": "0x27B2D695eF01d10EE96582a23db201B0Aa338639", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/gictradeio" - }, - { - "name": "telegram", - "url": "https://t.me/GICTrade" - }, - { - "name": "medium", - "url": "https://gictradeio.medium.com/" - }, - { - "name": "youtube", - "url": "https://youtube.com/@GICTrade" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/gictrade/" - } - ], - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x27B2D695eF01d10EE96582a23db201B0Aa338639/logo.png b/blockchains/smartchain/assets/0x27B2D695eF01d10EE96582a23db201B0Aa338639/logo.png deleted file mode 100644 index 91b12dc4fafb3..0000000000000 Binary files a/blockchains/smartchain/assets/0x27B2D695eF01d10EE96582a23db201B0Aa338639/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x27E873bee690C8E161813DE3566E9E18a64b0381/info.json b/blockchains/smartchain/assets/0x27E873bee690C8E161813DE3566E9E18a64b0381/info.json deleted file mode 100644 index 1e405a803a005..0000000000000 --- a/blockchains/smartchain/assets/0x27E873bee690C8E161813DE3566E9E18a64b0381/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Leon Token", - "website": "https://dex.leonicornswap.com", - "description": "Next generation AMM and yield farm with deflationary token model on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x27E873bee690C8E161813DE3566E9E18a64b0381", - "type": "BEP20", - "symbol": "LEON", - "decimals": 18, - "status": "active", - "id": "0x27E873bee690C8E161813DE3566E9E18a64b0381", - "links": [ - { - "name": "github", - "url": "https://github.com/Leonicornswap" - }, - { - "name": "twitter", - "url": "https://twitter.com/swapleonicorn" - }, - { - "name": "telegram", - "url": "https://t.me/leonicornswap" - }, - { - "name": "whitepaper", - "url": "https://leonicornswap.com/images/whitepaper.pdf" - }, - { - "name": "facebook", - "url": "https://facebook.com/Leonicorn-Swap-104821111837719" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/LeonicornSwap" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/leonicorn-swap/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x27E873bee690C8E161813DE3566E9E18a64b0381/logo.png b/blockchains/smartchain/assets/0x27E873bee690C8E161813DE3566E9E18a64b0381/logo.png deleted file mode 100644 index 0776da81cd5c6..0000000000000 Binary files a/blockchains/smartchain/assets/0x27E873bee690C8E161813DE3566E9E18a64b0381/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x27a339d9B59b21390d7209b78a839868E319301B/info.json b/blockchains/smartchain/assets/0x27a339d9B59b21390d7209b78a839868E319301B/info.json deleted file mode 100644 index c8785f85f2454..0000000000000 --- a/blockchains/smartchain/assets/0x27a339d9B59b21390d7209b78a839868E319301B/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Open World", - "website": "https://openworld.vision/", - "description": "OpenWorld works with blockchain technology to build a distinct metaverse world with a sound circular economy based on real monetary flow.", - "explorer": "https://bscscan.com/token/0x27a339d9B59b21390d7209b78a839868E319301B", - "type": "BEP20", - "symbol": "OPEN", - "decimals": 18, - "status": "active", - "id": "0x27a339d9B59b21390d7209b78a839868E319301B", - "tags": [ - "defi", - "gamefi" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/OpenWorldVision" - }, - { - "name": "telegram", - "url": "https://t.me/openworldglobal" - }, - { - "name": "docs", - "url": "https://wiki.cryptowar.network/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/cryptowar-xblade" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x27a339d9B59b21390d7209b78a839868E319301B/logo.png b/blockchains/smartchain/assets/0x27a339d9B59b21390d7209b78a839868E319301B/logo.png deleted file mode 100644 index 36a9ba45efe0b..0000000000000 Binary files a/blockchains/smartchain/assets/0x27a339d9B59b21390d7209b78a839868E319301B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x27d0408A868Cf4E89B37D20b5E32888dcED95BCB/info.json b/blockchains/smartchain/assets/0x27d0408A868Cf4E89B37D20b5E32888dcED95BCB/info.json deleted file mode 100644 index 5bb2dce3dee8a..0000000000000 --- a/blockchains/smartchain/assets/0x27d0408A868Cf4E89B37D20b5E32888dcED95BCB/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "bernard", - "type": "BEP20", - "symbol": "BERN", - "decimals": 18, - "website": "https://bernard.finance/", - "description": "BERNARD is a meme coin and the first pillar of the growing bernard.finance ecosystem.", - "explorer": "https://bscscan.com/token/0x27d0408A868Cf4E89B37D20b5E32888dcED95BCB", - "status": "active", - "id": "0x27d0408A868Cf4E89B37D20b5E32888dcED95BCB" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x27d0408A868Cf4E89B37D20b5E32888dcED95BCB/logo.png b/blockchains/smartchain/assets/0x27d0408A868Cf4E89B37D20b5E32888dcED95BCB/logo.png deleted file mode 100644 index 90ebd240e1c89..0000000000000 Binary files a/blockchains/smartchain/assets/0x27d0408A868Cf4E89B37D20b5E32888dcED95BCB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x27d72484f1910F5d0226aFA4E03742c9cd2B297a/info.json b/blockchains/smartchain/assets/0x27d72484f1910F5d0226aFA4E03742c9cd2B297a/info.json deleted file mode 100644 index b5768c144ef1c..0000000000000 --- a/blockchains/smartchain/assets/0x27d72484f1910F5d0226aFA4E03742c9cd2B297a/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Moonscape", - "website": "https://https://www.seascape.network/", - "description": "Official token of Moonscape ecosystem issued by Seascape", - "explorer": "https://bscscan.com/token/0x27d72484f1910F5d0226aFA4E03742c9cd2B297a", - "type": "BEP20", - "symbol": "MSCP", - "decimals": 18, - "status": "active", - "id": "0x27d72484f1910F5d0226aFA4E03742c9cd2B297a" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x27d72484f1910F5d0226aFA4E03742c9cd2B297a/logo.png b/blockchains/smartchain/assets/0x27d72484f1910F5d0226aFA4E03742c9cd2B297a/logo.png deleted file mode 100644 index fd9f379489370..0000000000000 Binary files a/blockchains/smartchain/assets/0x27d72484f1910F5d0226aFA4E03742c9cd2B297a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x27e89d357957cE332Ff442DB69F4b476401BbBc5/info.json b/blockchains/smartchain/assets/0x27e89d357957cE332Ff442DB69F4b476401BbBc5/info.json deleted file mode 100644 index eb5965f974f18..0000000000000 --- a/blockchains/smartchain/assets/0x27e89d357957cE332Ff442DB69F4b476401BbBc5/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Carma Coin", - "type": "BEP20", - "symbol": "CARMA", - "decimals": 9, - "website": "https://carmacoin.co", - "description": "Carma Coin is a frictionless, high-yield, deflationary BEP-20 token built on the Binance Smart Chain network.We have a unique 10% \"tax\" on all transactions that is approx split:5% between all holders as a holding reward 3% to the \"Be Magical Fund\" that buys supercars for giveaways, rest goes to charitable donations and burns 2% to our liquidity pool (making it easy to buy and sell anytime)", - "explorer": "https://bscscan.com/token/0x27e89d357957cE332Ff442DB69F4b476401BbBc5", - "status": "active", - "id": "0x27e89d357957cE332Ff442DB69F4b476401BbBc5" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x27e89d357957cE332Ff442DB69F4b476401BbBc5/logo.png b/blockchains/smartchain/assets/0x27e89d357957cE332Ff442DB69F4b476401BbBc5/logo.png deleted file mode 100644 index a199e03b903f9..0000000000000 Binary files a/blockchains/smartchain/assets/0x27e89d357957cE332Ff442DB69F4b476401BbBc5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2802eb3a20f5892956D5B9528F6Bf13E648534DB/info.json b/blockchains/smartchain/assets/0x2802eb3a20f5892956D5B9528F6Bf13E648534DB/info.json deleted file mode 100644 index a6f7eb11088c8..0000000000000 --- a/blockchains/smartchain/assets/0x2802eb3a20f5892956D5B9528F6Bf13E648534DB/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Odin Protocol Token", - "symbol": "ODIN", - "type": "BEP20", - "decimals": 18, - "description": "Decentralized system designed to build a data oracle network based on an open protocol for interaction between participants and a sustainable economy.", - "website": "https://odinprotocol.io/", - "explorer": "https://bscscan.com/token/0x2802eb3a20f5892956d5b9528f6bf13e648534db", - "status": "active", - "id": "0x2802eb3a20f5892956D5B9528F6Bf13E648534DB" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2802eb3a20f5892956D5B9528F6Bf13E648534DB/logo.png b/blockchains/smartchain/assets/0x2802eb3a20f5892956D5B9528F6Bf13E648534DB/logo.png deleted file mode 100644 index 3793f994e3a0f..0000000000000 Binary files a/blockchains/smartchain/assets/0x2802eb3a20f5892956D5B9528F6Bf13E648534DB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2821989877c0189bf63837f18a2856E30297AF70/info.json b/blockchains/smartchain/assets/0x2821989877c0189bf63837f18a2856E30297AF70/info.json deleted file mode 100644 index 84f06e02c123e..0000000000000 --- a/blockchains/smartchain/assets/0x2821989877c0189bf63837f18a2856E30297AF70/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Orion", - "type": "BEP20", - "symbol": "ORION", - "decimals": 9, - "website": "https://orioninitiative.com/", - "description": "Orion will have 2 presales 40% whitelisted, 60% hosted on Dxsale. This will be a air launch with a max 2 BNB on whitelist and 4 BNB on Dxapp. Whitelist will be on a first come first serve basis and will only be announced on Telegram.", - "explorer": "https://bscscan.com/token/0x2821989877c0189bf63837f18a2856E30297AF70", - "status": "active", - "id": "0x2821989877c0189bf63837f18a2856E30297AF70" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2821989877c0189bf63837f18a2856E30297AF70/logo.png b/blockchains/smartchain/assets/0x2821989877c0189bf63837f18a2856E30297AF70/logo.png deleted file mode 100644 index f9611104355c7..0000000000000 Binary files a/blockchains/smartchain/assets/0x2821989877c0189bf63837f18a2856E30297AF70/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x283FA53f085F520D16a43e7c33180ff99E407b26/info.json b/blockchains/smartchain/assets/0x283FA53f085F520D16a43e7c33180ff99E407b26/info.json deleted file mode 100644 index 92d511fbf7b71..0000000000000 --- a/blockchains/smartchain/assets/0x283FA53f085F520D16a43e7c33180ff99E407b26/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Maxima", - "type": "BEP20", - "symbol": "MAX", - "decimals": 8, - "website": "https://www.maximatoken.com", - "description": "Monetize your time in the game!", - "explorer": "https://bscscan.com/token/0x283FA53f085F520D16a43e7c33180ff99E407b26", - "status": "active", - "id": "0x283FA53f085F520D16a43e7c33180ff99E407b26" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x283FA53f085F520D16a43e7c33180ff99E407b26/logo.png b/blockchains/smartchain/assets/0x283FA53f085F520D16a43e7c33180ff99E407b26/logo.png deleted file mode 100644 index de1fe95d42f3d..0000000000000 Binary files a/blockchains/smartchain/assets/0x283FA53f085F520D16a43e7c33180ff99E407b26/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2859e4544C4bB03966803b044A93563Bd2D0DD4D/info.json b/blockchains/smartchain/assets/0x2859e4544C4bB03966803b044A93563Bd2D0DD4D/info.json deleted file mode 100644 index bb85445cc9f82..0000000000000 --- a/blockchains/smartchain/assets/0x2859e4544C4bB03966803b044A93563Bd2D0DD4D/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "BNB pegged SHIBA INU", - "website": "https://shibatoken.com/", - "description": "BNB pegged SHIBA INU (SHIB BEP20) is a token issued by Binance on Smart Chain; its price is pegged to SHIBA INU (SHIB ERC20) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0x2859e4544c4bb03966803b044a93563bd2d0dd4d", - "type": "BEP20", - "symbol": "SHIB", - "decimals": 18, - "status": "active", - "id": "0x2859e4544C4bB03966803b044A93563Bd2D0DD4D", - "tags": [ - "binance-peg" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2859e4544C4bB03966803b044A93563Bd2D0DD4D/logo.png b/blockchains/smartchain/assets/0x2859e4544C4bB03966803b044A93563Bd2D0DD4D/logo.png deleted file mode 100644 index 7e933da78f825..0000000000000 Binary files a/blockchains/smartchain/assets/0x2859e4544C4bB03966803b044A93563Bd2D0DD4D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x287880Ea252b52b63Cc5f40a2d3E5A44aa665a76/info.json b/blockchains/smartchain/assets/0x287880Ea252b52b63Cc5f40a2d3E5A44aa665a76/info.json deleted file mode 100644 index f36da53ca467a..0000000000000 --- a/blockchains/smartchain/assets/0x287880Ea252b52b63Cc5f40a2d3E5A44aa665a76/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Alpine F1 Team Fan Token", - "type": "BEP20", - "symbol": "ALPINE", - "decimals": 8, - "website": "https://www.binance.com/en/fan-token/", - "description": "The Alpine F1® Team Fan Token is a BEP-20 utility token designed to revolutionize the fan experience for all BWT Alpine F1® Team supporters. The token empowers BWT Alpine F1® Team fans to participate in team voting polls, hunt digital collectibles, purchase NFTs, and enjoy gamification features that are tied with fan rewards or great experiences.", - "explorer": "https://bscscan.com/token/0x287880Ea252b52b63Cc5f40a2d3E5A44aa665a76", - "status": "active", - "id": "0x287880Ea252b52b63Cc5f40a2d3E5A44aa665a76", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/AlpineF1Team" - }, - { - "name": "github", - "url": "https://github.com/" - }, - { - "name": "whitepaper", - "url": "https://research.binance.com/en/projects/alpine-f1" - } - ], - "tags": [ - "nft", - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x287880Ea252b52b63Cc5f40a2d3E5A44aa665a76/logo.png b/blockchains/smartchain/assets/0x287880Ea252b52b63Cc5f40a2d3E5A44aa665a76/logo.png deleted file mode 100644 index aca0ca65b5330..0000000000000 Binary files a/blockchains/smartchain/assets/0x287880Ea252b52b63Cc5f40a2d3E5A44aa665a76/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x287Db351d5230716246CfB46AF8153025eDa6A0a/info.json b/blockchains/smartchain/assets/0x287Db351d5230716246CfB46AF8153025eDa6A0a/info.json deleted file mode 100644 index af8898f4ee70b..0000000000000 --- a/blockchains/smartchain/assets/0x287Db351d5230716246CfB46AF8153025eDa6A0a/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "BlockMonsters", - "type": "BEP20", - "symbol": "MNSTRS", - "decimals": 18, - "website": "https://blockmonsters.co", - "description": "BlockMonsters is a play to earn game where players can earn MNSTRS tokens and collect and trade Blockmonster NFTs.", - "explorer": "https://bscscan.com/token/0x287Db351d5230716246CfB46AF8153025eDa6A0a", - "status": "active", - "id": "0x287Db351d5230716246CfB46AF8153025eDa6A0a", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Block_Monsters" - }, - { - "name": "telegram", - "url": "https://t.me/BlockMonsters" - }, - { - "name": "discord", - "url": "https://discord.com/invite/dYyK2MGw" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/BlockMonsters_/" - }, - { - "name": "whitepaper", - "url": "https://blockmonsters.co/Blockpaper.pdf" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCbufYno0LJw5wYDQTZyFwuA" - }, - { - "name": "telegram_news", - "url": "https://t.me/BlockMonstersBroad" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/block-monsters/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/block-monsters" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x287Db351d5230716246CfB46AF8153025eDa6A0a/logo.png b/blockchains/smartchain/assets/0x287Db351d5230716246CfB46AF8153025eDa6A0a/logo.png deleted file mode 100644 index fbf253d7c1419..0000000000000 Binary files a/blockchains/smartchain/assets/0x287Db351d5230716246CfB46AF8153025eDa6A0a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x28A27ba716d306c842a4b5dA20a42e1d4D1E8d6b/info.json b/blockchains/smartchain/assets/0x28A27ba716d306c842a4b5dA20a42e1d4D1E8d6b/info.json deleted file mode 100644 index e67fa13addc7e..0000000000000 --- a/blockchains/smartchain/assets/0x28A27ba716d306c842a4b5dA20a42e1d4D1E8d6b/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "BitUp", - "website": "https://bitup.finance/", - "description": "BitUp is the first automatic rebasing token on Binance Smart Chain that is programed to keep the chart constantly in a uptrend and also provides Bitcoin rewards to holders!", - "explorer": "https://bscscan.com/token/0x28A27ba716d306c842a4b5dA20a42e1d4D1E8d6b", - "type": "BEP20", - "symbol": "BITUP", - "decimals": 9, - "status": "active", - "id": "0x28A27ba716d306c842a4b5dA20a42e1d4D1E8d6b", - "links": [ - { - "name": "telegram", - "url": "https://t.me/BitUP_Official" - }, - { - "name": "twitter", - "url": "https://twitter.com/bitupbsc" - }, - { - "name": "discord", - "url": "https://discord.com/XzJapnwF" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x28A27ba716d306c842a4b5dA20a42e1d4D1E8d6b/logo.png b/blockchains/smartchain/assets/0x28A27ba716d306c842a4b5dA20a42e1d4D1E8d6b/logo.png deleted file mode 100644 index 9f552a29ad81b..0000000000000 Binary files a/blockchains/smartchain/assets/0x28A27ba716d306c842a4b5dA20a42e1d4D1E8d6b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x28B9aed756De31B6b362aA0f23211D13093EBb79/info.json b/blockchains/smartchain/assets/0x28B9aed756De31B6b362aA0f23211D13093EBb79/info.json deleted file mode 100644 index 8f9a2ecea16e4..0000000000000 --- a/blockchains/smartchain/assets/0x28B9aed756De31B6b362aA0f23211D13093EBb79/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "LunaGens ", - "type": "BEP20", - "symbol": "LUNG", - "decimals": 18, - "website": "https://www.lunagens.com", - "description": "We are KYC'ed by Doken, we want to make sure that our investors are comfortable while investing in LunaGens.", - "explorer": "https://bscscan.com/token/0x28B9aed756De31B6b362aA0f23211D13093EBb79", - "status": "active", - "id": "0x28B9aed756De31B6b362aA0f23211D13093EBb79", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/LunaGensOffcial" - }, - { - "name": "telegram", - "url": "https://t.me/LunaGensOfficial" - }, - { - "name": "facebook", - "url": "https://facebook.com/profile.php?id=100083974249018" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/lunagens" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/lunagens/" - } - ], - "tags": [ - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x28B9aed756De31B6b362aA0f23211D13093EBb79/logo.png b/blockchains/smartchain/assets/0x28B9aed756De31B6b362aA0f23211D13093EBb79/logo.png deleted file mode 100644 index 6dbe4a13a5080..0000000000000 Binary files a/blockchains/smartchain/assets/0x28B9aed756De31B6b362aA0f23211D13093EBb79/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x290906Ede0E30ed9f2FF1df056aE0f802b01fE2a/info.json b/blockchains/smartchain/assets/0x290906Ede0E30ed9f2FF1df056aE0f802b01fE2a/info.json deleted file mode 100644 index 573194224cfb3..0000000000000 --- a/blockchains/smartchain/assets/0x290906Ede0E30ed9f2FF1df056aE0f802b01fE2a/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "GamingShiba", - "type": "BEP20", - "symbol": "GamingShiba", - "decimals": 9, - "website": "https://www.gaming-shiba.com", - "description": "The modern technology and contemporary ambient that the internet created can not be imagined to function as a whole without crypto-currency.", - "explorer": "https://bscscan.com/token/0x290906ede0e30ed9f2ff1df056ae0f802b01fe2a", - "status": "active", - "id": "0x290906Ede0E30ed9f2FF1df056aE0f802b01fE2a", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/gamingshibabsc" - }, - { - "name": "telegram", - "url": "https://t.me/gamingshibabsc" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/gamingshiba/" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x290906Ede0E30ed9f2FF1df056aE0f802b01fE2a/logo.png b/blockchains/smartchain/assets/0x290906Ede0E30ed9f2FF1df056aE0f802b01fE2a/logo.png deleted file mode 100644 index 90346205832d6..0000000000000 Binary files a/blockchains/smartchain/assets/0x290906Ede0E30ed9f2FF1df056aE0f802b01fE2a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x290c665656a67e0ea0784f90ECBaeFF77c884217/info.json b/blockchains/smartchain/assets/0x290c665656a67e0ea0784f90ECBaeFF77c884217/info.json deleted file mode 100644 index d24cada50517c..0000000000000 --- a/blockchains/smartchain/assets/0x290c665656a67e0ea0784f90ECBaeFF77c884217/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://bscscan.com/token/0x290c665656a67e0ea0784f90ECBaeFF77c884217", - "type": "BEP20", - "symbol": "TAT", - "decimals": 18, - "status": "active", - "id": "0x290c665656a67e0ea0784f90ECBaeFF77c884217" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x290c665656a67e0ea0784f90ECBaeFF77c884217/logo.png b/blockchains/smartchain/assets/0x290c665656a67e0ea0784f90ECBaeFF77c884217/logo.png deleted file mode 100644 index ea5281a70e580..0000000000000 Binary files a/blockchains/smartchain/assets/0x290c665656a67e0ea0784f90ECBaeFF77c884217/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2921872530F53eb8E6fC388676B141EF41Ee2d4e/info.json b/blockchains/smartchain/assets/0x2921872530F53eb8E6fC388676B141EF41Ee2d4e/info.json deleted file mode 100644 index f9892aaaaa8ff..0000000000000 --- a/blockchains/smartchain/assets/0x2921872530F53eb8E6fC388676B141EF41Ee2d4e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Space Soldier", - "website": "https://www.spacesoldier.finance/", - "description": "Space Soldier is the first deflationary token for veterans. Two functions occur during each trade: Reflection & LP Acquisition", - "explorer": "https://bscscan.com/token/0x2921872530F53eb8E6fC388676B141EF41Ee2d4e", - "type": "BEP20", - "symbol": "SOLDIER", - "decimals": 9, - "status": "active", - "id": "0x2921872530F53eb8E6fC388676B141EF41Ee2d4e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2921872530F53eb8E6fC388676B141EF41Ee2d4e/logo.png b/blockchains/smartchain/assets/0x2921872530F53eb8E6fC388676B141EF41Ee2d4e/logo.png deleted file mode 100644 index cd4ce41485683..0000000000000 Binary files a/blockchains/smartchain/assets/0x2921872530F53eb8E6fC388676B141EF41Ee2d4e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x293C3Ee9ABaCb08BB8ceD107987F00EfD1539288/info.json b/blockchains/smartchain/assets/0x293C3Ee9ABaCb08BB8ceD107987F00EfD1539288/info.json deleted file mode 100644 index d9fd3d0004519..0000000000000 --- a/blockchains/smartchain/assets/0x293C3Ee9ABaCb08BB8ceD107987F00EfD1539288/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Empire Token", - "website": "https://empiretoken.world/", - "description": "First Empire ever seen into the Blockchain and DeFi space!", - "explorer": "https://bscscan.com/token/0x293C3Ee9ABaCb08BB8ceD107987F00EfD1539288", - "type": "BEP20", - "symbol": "EMPIRE", - "decimals": 9, - "status": "active", - "id": "0x293C3Ee9ABaCb08BB8ceD107987F00EfD1539288" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x293C3Ee9ABaCb08BB8ceD107987F00EfD1539288/logo.png b/blockchains/smartchain/assets/0x293C3Ee9ABaCb08BB8ceD107987F00EfD1539288/logo.png deleted file mode 100644 index ffaadc75fd2d3..0000000000000 Binary files a/blockchains/smartchain/assets/0x293C3Ee9ABaCb08BB8ceD107987F00EfD1539288/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x295F2122EbfCC5c38b4Bd33879A37348195b61fb/info.json b/blockchains/smartchain/assets/0x295F2122EbfCC5c38b4Bd33879A37348195b61fb/info.json deleted file mode 100644 index 21e83b1a82047..0000000000000 --- a/blockchains/smartchain/assets/0x295F2122EbfCC5c38b4Bd33879A37348195b61fb/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Thanos Token", - "website": "https://thanostoken.finance/", - "description": "THANOS Token is the world’s first crypto-powered clothing marketplace, combining your NFT artworks into authentic, verified brands owned by you.", - "explorer": "https://bscscan.com/token/0x295F2122EbfCC5c38b4Bd33879A37348195b61fb", - "type": "BEP20", - "symbol": "THANOS", - "decimals": 9, - "status": "active", - "id": "0x295F2122EbfCC5c38b4Bd33879A37348195b61fb", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/TheThanosToken" - }, - { - "name": "telegram", - "url": "https://t.me/joinchat/W9abcM-WeDgyZTBh" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x295F2122EbfCC5c38b4Bd33879A37348195b61fb/logo.png b/blockchains/smartchain/assets/0x295F2122EbfCC5c38b4Bd33879A37348195b61fb/logo.png deleted file mode 100644 index fc2939f6b8e70..0000000000000 Binary files a/blockchains/smartchain/assets/0x295F2122EbfCC5c38b4Bd33879A37348195b61fb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2963dCc52549573BBFBe355674724528532C0867/info.json b/blockchains/smartchain/assets/0x2963dCc52549573BBFBe355674724528532C0867/info.json deleted file mode 100644 index 73642274a9c2b..0000000000000 --- a/blockchains/smartchain/assets/0x2963dCc52549573BBFBe355674724528532C0867/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Project-X", - "type": "BEP20", - "symbol": "PEX", - "decimals": 18, - "website": "https://pexcoin.io/", - "description": "Metaverse platform made for artists and content creators", - "explorer": "https://bscscan.com/token/0x2963dCc52549573BBFBe355674724528532C0867", - "status": "active", - "id": "0x2963dCc52549573BBFBe355674724528532C0867", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/PexCoinProject" - }, - { - "name": "telegram", - "url": "https://t.me/Pexcoinproject" - }, - { - "name": "medium", - "url": "https://pexcoin.medium.com/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pexcoin/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/pexcoin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2963dCc52549573BBFBe355674724528532C0867/logo.png b/blockchains/smartchain/assets/0x2963dCc52549573BBFBe355674724528532C0867/logo.png deleted file mode 100644 index 0d90b19607f13..0000000000000 Binary files a/blockchains/smartchain/assets/0x2963dCc52549573BBFBe355674724528532C0867/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x29745314B4D294B7C77cDB411B8AAa95923aae38/info.json b/blockchains/smartchain/assets/0x29745314B4D294B7C77cDB411B8AAa95923aae38/info.json deleted file mode 100644 index ceafb1a31927d..0000000000000 --- a/blockchains/smartchain/assets/0x29745314B4D294B7C77cDB411B8AAa95923aae38/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "PALM", - "type": "BEP20", - "symbol": "PALM", - "decimals": 18, - "website": "https://www.palmswap.org/", - "description": "There will be two protocols of Palmswap. The intention behind both protocols is to meet the needs of average and institutional-grade traders. We offer 100% on-chain perpetuals on v1 with a VAMM model and soon a hybrid infrastructure with order book on v2 to ensure optimal slippage, liquidity, and high-speed settlement of trades for traders.", - "explorer": "https://bscscan.com/token/0x29745314B4D294B7C77cDB411B8AAa95923aae38", - "status": "active", - "id": "0x29745314B4D294B7C77cDB411B8AAa95923aae38", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Palmswaporg" - }, - { - "name": "github", - "url": "https://github.com/palmswap" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/palmswap/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/palmswap/" - }, - { - "name": "telegram", - "url": "https://t.me/Palmswapchat" - }, - { - "name": "whitepaper", - "url": "https://docs.palmswap.org/" - }, - { - "name": "medium", - "url": "https://palmswap.medium.com/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x29745314B4D294B7C77cDB411B8AAa95923aae38/logo.png b/blockchains/smartchain/assets/0x29745314B4D294B7C77cDB411B8AAa95923aae38/logo.png deleted file mode 100644 index e599a74ea6096..0000000000000 Binary files a/blockchains/smartchain/assets/0x29745314B4D294B7C77cDB411B8AAa95923aae38/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x29A1e54DE0fCE58E1018535d30aF77A9d2D940c4/info.json b/blockchains/smartchain/assets/0x29A1e54DE0fCE58E1018535d30aF77A9d2D940c4/info.json deleted file mode 100644 index 78dcc5e7c93d6..0000000000000 --- a/blockchains/smartchain/assets/0x29A1e54DE0fCE58E1018535d30aF77A9d2D940c4/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "HeroCatToken", - "type": "BEP20", - "symbol": "HCT", - "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/0x29A1e54DE0fCE58E1018535d30aF77A9d2D940c4", - "status": "active", - "id": "0x29A1e54DE0fCE58E1018535d30aF77A9d2D940c4", - "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/herocatgamefi/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/hero-cat-token" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x29A1e54DE0fCE58E1018535d30aF77A9d2D940c4/logo.png b/blockchains/smartchain/assets/0x29A1e54DE0fCE58E1018535d30aF77A9d2D940c4/logo.png deleted file mode 100644 index a6e18231c9196..0000000000000 Binary files a/blockchains/smartchain/assets/0x29A1e54DE0fCE58E1018535d30aF77A9d2D940c4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x29A5DaF6E3FDF964DEf07706eA1ABee7EC03D021/info.json b/blockchains/smartchain/assets/0x29A5DaF6E3FDF964DEf07706eA1ABee7EC03D021/info.json deleted file mode 100644 index d5645172add0e..0000000000000 --- a/blockchains/smartchain/assets/0x29A5DaF6E3FDF964DEf07706eA1ABee7EC03D021/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Trillioner", - "type": "BEP20", - "symbol": "TLC", - "decimals": 18, - "website": "https://trillioner.io", - "description": "The Trillioner crypto project aims to bridge the gap between traditional finance and the crypto world by offering financial services for both crypto projects and private users. ", - "explorer": "https://bscscan.com/token/0x29A5DaF6E3FDF964DEf07706eA1ABee7EC03D021", - "status": "active", - "id": "0x29A5DaF6E3FDF964DEf07706eA1ABee7EC03D021", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Trillionertoken" - }, - { - "name": "github", - "url": "https://github.com/trillionertoken" - }, - { - "name": "telegram", - "url": "https://t.me/Trillionertoken" - }, - { - "name": "telegram_news", - "url": "https://t.me/Trillioner_News" - }, - { - "name": "whitepaper", - "url": "https://www.trillioner.io/whitepaper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/trillioner/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x29A5DaF6E3FDF964DEf07706eA1ABee7EC03D021/logo.png b/blockchains/smartchain/assets/0x29A5DaF6E3FDF964DEf07706eA1ABee7EC03D021/logo.png deleted file mode 100644 index d640ae2535299..0000000000000 Binary files a/blockchains/smartchain/assets/0x29A5DaF6E3FDF964DEf07706eA1ABee7EC03D021/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x29B73ACC51999399b579e42d65e63fd0FcC3AbCe/info.json b/blockchains/smartchain/assets/0x29B73ACC51999399b579e42d65e63fd0FcC3AbCe/info.json deleted file mode 100644 index 6c54b86e079e6..0000000000000 --- a/blockchains/smartchain/assets/0x29B73ACC51999399b579e42d65e63fd0FcC3AbCe/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SpaceNFT.Finance", - "type": "BEP20", - "symbol": "SpaceNFT", - "decimals": 8, - "website": "https://spacenft.finance/", - "description": "Create your experience ideas, make money, With SpaceNFT digital marketplace", - "explorer": "https://bscscan.com/token/0x29B73ACC51999399b579e42d65e63fd0FcC3AbCe", - "status": "active", - "id": "0x29B73ACC51999399b579e42d65e63fd0FcC3AbCe" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x29B73ACC51999399b579e42d65e63fd0FcC3AbCe/logo.png b/blockchains/smartchain/assets/0x29B73ACC51999399b579e42d65e63fd0FcC3AbCe/logo.png deleted file mode 100644 index cbaf69dd0ddaf..0000000000000 Binary files a/blockchains/smartchain/assets/0x29B73ACC51999399b579e42d65e63fd0FcC3AbCe/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x29b1E39A529d3B3cacEA55989594F71813e998Bb/info.json b/blockchains/smartchain/assets/0x29b1E39A529d3B3cacEA55989594F71813e998Bb/info.json deleted file mode 100644 index 8324f303028de..0000000000000 --- a/blockchains/smartchain/assets/0x29b1E39A529d3B3cacEA55989594F71813e998Bb/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Dexioprotocol", - "type": "BEP20", - "symbol": "DEXI", - "decimals": 18, - "website": "https://www.dexioprotocol.com/", - "description": "Dexioprotocol provides the world with a new way of engagement to the world of blockchain and cryptocurrency.", - "explorer": "https://bscscan.com/token/0x29b1E39A529d3B3cacEA55989594F71813e998Bb", - "status": "active", - "id": "0x29b1E39A529d3B3cacEA55989594F71813e998Bb", - "links": [ - { - "name": "github", - "url": "https://github.com/Dexioprotocol" - }, - { - "name": "twitter", - "url": "https://twitter.com/dexioprotocol" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/dexioprotocoltoken/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x29b1E39A529d3B3cacEA55989594F71813e998Bb/logo.png b/blockchains/smartchain/assets/0x29b1E39A529d3B3cacEA55989594F71813e998Bb/logo.png deleted file mode 100644 index 70a41dcbbd18f..0000000000000 Binary files a/blockchains/smartchain/assets/0x29b1E39A529d3B3cacEA55989594F71813e998Bb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x29cED01C447166958605519F10DcF8b0255fB379/info.json b/blockchains/smartchain/assets/0x29cED01C447166958605519F10DcF8b0255fB379/info.json deleted file mode 100644 index cee8c47f11ca7..0000000000000 --- a/blockchains/smartchain/assets/0x29cED01C447166958605519F10DcF8b0255fB379/info.json +++ /dev/null @@ -1,29 +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://bscscan.com/token/0x29cED01C447166958605519F10DcF8b0255fB379", - "type": "BEP20", - "symbol": "FRAX", - "decimals": 18, - "status": "active", - "id": "0x29cED01C447166958605519F10DcF8b0255fB379", - "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/smartchain/assets/0x29cED01C447166958605519F10DcF8b0255fB379/logo.png b/blockchains/smartchain/assets/0x29cED01C447166958605519F10DcF8b0255fB379/logo.png deleted file mode 100644 index 762d2dd36f501..0000000000000 Binary files a/blockchains/smartchain/assets/0x29cED01C447166958605519F10DcF8b0255fB379/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x29f920ddc62Fe53711a5c8B8FF16Fa5c75cA12A3/info.json b/blockchains/smartchain/assets/0x29f920ddc62Fe53711a5c8B8FF16Fa5c75cA12A3/info.json deleted file mode 100644 index 1096b3719c616..0000000000000 --- a/blockchains/smartchain/assets/0x29f920ddc62Fe53711a5c8B8FF16Fa5c75cA12A3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LOTDOG", - "website": "https://lotdog.io", - "description": "The revolutionary new auto-yield token with an added chance to win a jackpot of BNB. Every single day!", - "explorer": "https://bscscan.com/token/0x29f920ddc62Fe53711a5c8B8FF16Fa5c75cA12A3", - "type": "BEP20", - "symbol": "LOTDOG", - "decimals": 9, - "status": "active", - "id": "0x29f920ddc62Fe53711a5c8B8FF16Fa5c75cA12A3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x29f920ddc62Fe53711a5c8B8FF16Fa5c75cA12A3/logo.png b/blockchains/smartchain/assets/0x29f920ddc62Fe53711a5c8B8FF16Fa5c75cA12A3/logo.png deleted file mode 100644 index 86ed5be660774..0000000000000 Binary files a/blockchains/smartchain/assets/0x29f920ddc62Fe53711a5c8B8FF16Fa5c75cA12A3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2A0F5257F4bfE6c75cd58A14A0e7c4651E2160DE/info.json b/blockchains/smartchain/assets/0x2A0F5257F4bfE6c75cd58A14A0e7c4651E2160DE/info.json deleted file mode 100644 index 1d20a6dd67822..0000000000000 --- a/blockchains/smartchain/assets/0x2A0F5257F4bfE6c75cd58A14A0e7c4651E2160DE/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Koala Token", - "type": "BEP20", - "symbol": "MKOALA", - "decimals": 0, - "website": "https://moonkoala.finance/", - "description": "A Deflationary Cryptocurrency on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x2A0F5257F4bfE6c75cd58A14A0e7c4651E2160DE", - "status": "active", - "id": "0x2A0F5257F4bfE6c75cd58A14A0e7c4651E2160DE" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2A0F5257F4bfE6c75cd58A14A0e7c4651E2160DE/logo.png b/blockchains/smartchain/assets/0x2A0F5257F4bfE6c75cd58A14A0e7c4651E2160DE/logo.png deleted file mode 100644 index b1d1945f33186..0000000000000 Binary files a/blockchains/smartchain/assets/0x2A0F5257F4bfE6c75cd58A14A0e7c4651E2160DE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2A17Dc11a1828725cdB318E0036ACF12727d27a2/info.json b/blockchains/smartchain/assets/0x2A17Dc11a1828725cdB318E0036ACF12727d27a2/info.json deleted file mode 100644 index a332bf89ff794..0000000000000 --- a/blockchains/smartchain/assets/0x2A17Dc11a1828725cdB318E0036ACF12727d27a2/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Arena Token", - "website": "https://www.arenaswap.com/", - "description": "Arena Token is a game token issued by ArenaSwap on Binance Smart Chain", - "explorer": "https://bscscan.com/token/0x2A17Dc11a1828725cdB318E0036ACF12727d27a2", - "type": "BEP20", - "symbol": "ARENA", - "decimals": 18, - "status": "active", - "id": "0x2A17Dc11a1828725cdB318E0036ACF12727d27a2", - "links": [ - { - "name": "telegram", - "url": "https://t.me/arenaswap" - }, - { - "name": "twitter", - "url": "https://twitter.com/ArenaSwap" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/ArenaSwap/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2A17Dc11a1828725cdB318E0036ACF12727d27a2/logo.png b/blockchains/smartchain/assets/0x2A17Dc11a1828725cdB318E0036ACF12727d27a2/logo.png deleted file mode 100644 index 9f502eb4c17ec..0000000000000 Binary files a/blockchains/smartchain/assets/0x2A17Dc11a1828725cdB318E0036ACF12727d27a2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2A1d286ed5edAD78BeFD6E0d8BEb38791e8cD69d/info.json b/blockchains/smartchain/assets/0x2A1d286ed5edAD78BeFD6E0d8BEb38791e8cD69d/info.json deleted file mode 100644 index 31942225c14eb..0000000000000 --- a/blockchains/smartchain/assets/0x2A1d286ed5edAD78BeFD6E0d8BEb38791e8cD69d/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Climb Token Finance", - "website": "https://www.climbtoken.finance/", - "description": "First Exchange-Traded Token Fund (ETTF) DEX, Farming, Lending, Staking, NFT, and ETTF.", - "explorer": "https://bscscan.com/token/0x2A1d286ed5edAD78BeFD6E0d8BEb38791e8cD69d", - "type": "BEP20", - "symbol": "CLIMB", - "decimals": 8, - "status": "active", - "id": "0x2A1d286ed5edAD78BeFD6E0d8BEb38791e8cD69d", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ClimbtToken" - }, - { - "name": "telegram", - "url": "https://t.me/climbtoken" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2A1d286ed5edAD78BeFD6E0d8BEb38791e8cD69d/logo.png b/blockchains/smartchain/assets/0x2A1d286ed5edAD78BeFD6E0d8BEb38791e8cD69d/logo.png deleted file mode 100644 index 18a4296123502..0000000000000 Binary files a/blockchains/smartchain/assets/0x2A1d286ed5edAD78BeFD6E0d8BEb38791e8cD69d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2A3E1D095F2902C9B6Da1bFF7813a7B2fc65C3dA/info.json b/blockchains/smartchain/assets/0x2A3E1D095F2902C9B6Da1bFF7813a7B2fc65C3dA/info.json deleted file mode 100644 index 298499fa0479d..0000000000000 --- a/blockchains/smartchain/assets/0x2A3E1D095F2902C9B6Da1bFF7813a7B2fc65C3dA/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Red Floki", - "type": "BEP20", - "symbol": "REDFLOKI", - "decimals": 9, - "website": "https://redfloki.com", - "description": "Red Floki is a Deflationary Token That Charges Tx Fees On Everything But Buys. The Fees Charged On All Non-Buy Transactions Help Reward And Protect All HOLDRs. Everyone loves profits.", - "explorer": "https://bscscan.com/token/0x2A3E1D095F2902C9B6Da1bFF7813a7B2fc65C3dA", - "status": "active", - "id": "0x2A3E1D095F2902C9B6Da1bFF7813a7B2fc65C3dA", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/RedFloki" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/red-floki/" - }, - { - "name": "telegram", - "url": "https://t.me/Red_Floki" - }, - { - "name": "telegram_news", - "url": "https://t.me/RedFloki_Giveaways" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2A3E1D095F2902C9B6Da1bFF7813a7B2fc65C3dA/logo.png b/blockchains/smartchain/assets/0x2A3E1D095F2902C9B6Da1bFF7813a7B2fc65C3dA/logo.png deleted file mode 100644 index 37891c0b51ea9..0000000000000 Binary files a/blockchains/smartchain/assets/0x2A3E1D095F2902C9B6Da1bFF7813a7B2fc65C3dA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2A42B6896E4B756621f08A1996162D8EA5A9c580/info.json b/blockchains/smartchain/assets/0x2A42B6896E4B756621f08A1996162D8EA5A9c580/info.json deleted file mode 100644 index 2027cfca9345c..0000000000000 --- a/blockchains/smartchain/assets/0x2A42B6896E4B756621f08A1996162D8EA5A9c580/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Floki Shiba Inu", - "website": "https://www.flokishibainu.com", - "description": "Floki Shiba Inu is a yield-generating deflationary charitable cryptocurrency that runs on Binance Smart Chain. It rewards holders through reflections by taxing transactions. It charity is dedicated in dogs protection and creating dog shelter.", - "explorer": "https://bscscan.com/token/0x2A42B6896E4B756621f08A1996162D8EA5A9c580", - "type": "BEP20", - "symbol": "FLOKISHIB", - "decimals": 9, - "status": "active", - "id": "0x2A42B6896E4B756621f08A1996162D8EA5A9c580" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2A42B6896E4B756621f08A1996162D8EA5A9c580/logo.png b/blockchains/smartchain/assets/0x2A42B6896E4B756621f08A1996162D8EA5A9c580/logo.png deleted file mode 100644 index 03a7a69a4ee8a..0000000000000 Binary files a/blockchains/smartchain/assets/0x2A42B6896E4B756621f08A1996162D8EA5A9c580/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2A48eCe377b87ce941406657B9278b4459595E06/info.json b/blockchains/smartchain/assets/0x2A48eCe377b87ce941406657B9278b4459595E06/info.json deleted file mode 100644 index 90331b5d40b4a..0000000000000 --- a/blockchains/smartchain/assets/0x2A48eCe377b87ce941406657B9278b4459595E06/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Lunatics", - "type": "BEP20", - "symbol": "LunaT", - "decimals": 9, - "website": "https://lunaticstoken.com", - "description": "Lunatics Token is a hyper deflationary project, dedicated to rewarding lunatic token holders in luna classic, and burning the massive supply of Luna classic. ", - "explorer": "https://bscscan.com/token/0x2A48eCe377b87ce941406657B9278b4459595E06", - "status": "active", - "id": "0x2A48eCe377b87ce941406657B9278b4459595E06", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/lunatics" - }, - { - "name": "twitter", - "url": "https://twitter.com/LunaticsToken" - }, - { - "name": "telegram", - "url": "https://t.me/LunaticsTokenOfficial" - }, - { - "name": "facebook", - "url": "https://facebook.com/LunaticsTokenOfficial/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2A48eCe377b87ce941406657B9278b4459595E06/logo.png b/blockchains/smartchain/assets/0x2A48eCe377b87ce941406657B9278b4459595E06/logo.png deleted file mode 100644 index a8269e8f341f1..0000000000000 Binary files a/blockchains/smartchain/assets/0x2A48eCe377b87ce941406657B9278b4459595E06/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2A9718defF471f3Bb91FA0ECEAB14154F150a385/info.json b/blockchains/smartchain/assets/0x2A9718defF471f3Bb91FA0ECEAB14154F150a385/info.json deleted file mode 100644 index d3c492997a799..0000000000000 --- a/blockchains/smartchain/assets/0x2A9718defF471f3Bb91FA0ECEAB14154F150a385/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "$ElonGate", - "website": "https://elongate.cc", - "description": "$ElonGate is a deflationary cryptocurrency on the Binance Smart Chain, using the power of memes to make huge impacts for charity.", - "explorer": "https://bscscan.com/token/0x2A9718defF471f3Bb91FA0ECEAB14154F150a385", - "type": "BEP20", - "symbol": "ELG", - "decimals": 9, - "status": "active", - "id": "0x2A9718defF471f3Bb91FA0ECEAB14154F150a385" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2A9718defF471f3Bb91FA0ECEAB14154F150a385/logo.png b/blockchains/smartchain/assets/0x2A9718defF471f3Bb91FA0ECEAB14154F150a385/logo.png deleted file mode 100644 index 7918825982f02..0000000000000 Binary files a/blockchains/smartchain/assets/0x2A9718defF471f3Bb91FA0ECEAB14154F150a385/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2AA504586d6CaB3C59Fa629f74c586d78b93A025/info.json b/blockchains/smartchain/assets/0x2AA504586d6CaB3C59Fa629f74c586d78b93A025/info.json deleted file mode 100644 index fdd058211c816..0000000000000 --- a/blockchains/smartchain/assets/0x2AA504586d6CaB3C59Fa629f74c586d78b93A025/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "ArenaPlay", - "type": "BEP20", - "symbol": "APC", - "decimals": 18, - "website": "https://www.arenaplaycoin.com/ ", - "description": "ArenaPlay is committed to building on-chain infrastructure covering; gaming, quizzes, E-Sports, NFT, and the wider Meta-Universe.", - "explorer": "https://bscscan.com/token/0x2AA504586d6CaB3C59Fa629f74c586d78b93A025", - "status": "active", - "id": "0x2AA504586d6CaB3C59Fa629f74c586d78b93A025", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ArenaPlayAPC" - }, - { - "name": "telegram", - "url": "https://t.me/ArenaPlayOnly" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/arenaplay/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/arenaplay" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x2AA504586d6CaB3C59Fa629f74c586d78b93A025/logo.png b/blockchains/smartchain/assets/0x2AA504586d6CaB3C59Fa629f74c586d78b93A025/logo.png deleted file mode 100644 index 7e564717e9e60..0000000000000 Binary files a/blockchains/smartchain/assets/0x2AA504586d6CaB3C59Fa629f74c586d78b93A025/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2AADa8138787Eb7A8907232dA6756c6Ac6186ef2/info.json b/blockchains/smartchain/assets/0x2AADa8138787Eb7A8907232dA6756c6Ac6186ef2/info.json deleted file mode 100644 index 47e67cab7e685..0000000000000 --- a/blockchains/smartchain/assets/0x2AADa8138787Eb7A8907232dA6756c6Ac6186ef2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Secured Marsupial", - "type": "BEP20", - "symbol": "SMARSUP", - "decimals": 9, - "website": "https://marsupial.finance", - "description": "Secured Marsupial is a 100% community run token with proven \"tokenomics\".Our aim is to be a breath of fresh air in the ever-evolving crypto platform by our true legitmacy and honesty!Join our Mars mission!", - "explorer": "https://bscscan.com/token/0x2AADa8138787Eb7A8907232dA6756c6Ac6186ef2", - "status": "active", - "id": "0x2AADa8138787Eb7A8907232dA6756c6Ac6186ef2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2AADa8138787Eb7A8907232dA6756c6Ac6186ef2/logo.png b/blockchains/smartchain/assets/0x2AADa8138787Eb7A8907232dA6756c6Ac6186ef2/logo.png deleted file mode 100644 index d2f9d6346d4cf..0000000000000 Binary files a/blockchains/smartchain/assets/0x2AADa8138787Eb7A8907232dA6756c6Ac6186ef2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2AE7Bf2937F47FEDbDcE48db8aCa4c5e0b814632/info.json b/blockchains/smartchain/assets/0x2AE7Bf2937F47FEDbDcE48db8aCa4c5e0b814632/info.json deleted file mode 100644 index b78375af3d165..0000000000000 --- a/blockchains/smartchain/assets/0x2AE7Bf2937F47FEDbDcE48db8aCa4c5e0b814632/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeYield", - "website": "https://safeyield.org", - "description": "SafeYield is a reflect token on the Binance Smart Chain A reflect fee is applied to all $SafeYield transactions and redistributes tokens directly to wallets of holders.", - "explorer": "https://bscscan.com/token/0x2AE7Bf2937F47FEDbDcE48db8aCa4c5e0b814632", - "type": "BEP20", - "symbol": "SAFEYIELD", - "decimals": 8, - "status": "active", - "id": "0x2AE7Bf2937F47FEDbDcE48db8aCa4c5e0b814632" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2AE7Bf2937F47FEDbDcE48db8aCa4c5e0b814632/logo.png b/blockchains/smartchain/assets/0x2AE7Bf2937F47FEDbDcE48db8aCa4c5e0b814632/logo.png deleted file mode 100644 index ad0765504331e..0000000000000 Binary files a/blockchains/smartchain/assets/0x2AE7Bf2937F47FEDbDcE48db8aCa4c5e0b814632/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2B2fF80c489dad868318a19FD6F258889a026da5/info.json b/blockchains/smartchain/assets/0x2B2fF80c489dad868318a19FD6F258889a026da5/info.json deleted file mode 100644 index 3a2162f5c6dcd..0000000000000 --- a/blockchains/smartchain/assets/0x2B2fF80c489dad868318a19FD6F258889a026da5/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "DEXIT", - "type": "BEP20", - "symbol": "DXT", - "decimals": 9, - "website": "https://dexit.finance", - "description": "DEXIT planning to Build world’s most advanced cryptocurrency exchange. Combining the speed and features of a centralized exchange with the security of a DEX, will be the only cryptocurrency exchange that does not compromise performance or security. The new exchange makes it easier than ever for market makers to integrate with their existing infrastructure and provide deep liquidity in a secure manner.", - "explorer": "https://bscscan.com/token/0x2B2fF80c489dad868318a19FD6F258889a026da5", - "status": "active", - "id": "0x2B2fF80c489dad868318a19FD6F258889a026da5", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/DexitFinance" - }, - { - "name": "github", - "url": "https://github.com/Dexit-Finance/DexitFinance" - }, - { - "name": "telegram", - "url": "https://t.me/joinchat/sXosj7yWEq0zYWM0" - }, - { - "name": "whitepaper", - "url": "https://dexit.finance/wp-content/uploads/2021/07/Dexit.Finance-White-Paper.pdf" - }, - { - "name": "facebook", - "url": "https://facebook.com/Dexit.Finance" - }, - { - "name": "medium", - "url": "https://medium.com/@Dexit.finance" - }, - { - "name": "forum", - "url": "https://medium.com/@Dexit.finance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2B2fF80c489dad868318a19FD6F258889a026da5/logo.png b/blockchains/smartchain/assets/0x2B2fF80c489dad868318a19FD6F258889a026da5/logo.png deleted file mode 100644 index cc4f8d1cb56e4..0000000000000 Binary files a/blockchains/smartchain/assets/0x2B2fF80c489dad868318a19FD6F258889a026da5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2B3F34e9D4b127797CE6244Ea341a83733ddd6E4/info.json b/blockchains/smartchain/assets/0x2B3F34e9D4b127797CE6244Ea341a83733ddd6E4/info.json deleted file mode 100644 index c8fcebd3bec7a..0000000000000 --- a/blockchains/smartchain/assets/0x2B3F34e9D4b127797CE6244Ea341a83733ddd6E4/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Floki Inu", - "type": "BEP20", - "symbol": "FLOKI", - "decimals": 9, - "website": "https://theflokiinu.com", - "description": "Floki Inu is a meme token that provides deflationary rewards to holders.", - "explorer": "https://bscscan.com/token/0x2B3F34e9D4b127797CE6244Ea341a83733ddd6E4", - "status": "abandoned", - "id": "0x2B3F34e9D4b127797CE6244Ea341a83733ddd6E4", - "migrate": { - "asset_id": "c20000714_t0xfb5B838b6cfEEdC2873aB27866079AC55363D37E", - "url": "https://twitter.com/RealFlokiInu/status/1485298553757089801" - }, - "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/smartchain/assets/0x2B54d3d7aB8e65895168938F7145F39225Db7CE5/info.json b/blockchains/smartchain/assets/0x2B54d3d7aB8e65895168938F7145F39225Db7CE5/info.json deleted file mode 100644 index cdb449a8c6fa9..0000000000000 --- a/blockchains/smartchain/assets/0x2B54d3d7aB8e65895168938F7145F39225Db7CE5/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "EyeSwap", - "type": "BEP20", - "symbol": "EYE", - "decimals": 18, - "website": "https://eyeswap.finance/", - "description": "EYE is a fully decentralized token create a stable token", - "explorer": "https://bscscan.com/token/0x2B54d3d7aB8e65895168938F7145F39225Db7CE5", - "status": "active", - "id": "0x2B54d3d7aB8e65895168938F7145F39225Db7CE5" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2B54d3d7aB8e65895168938F7145F39225Db7CE5/logo.png b/blockchains/smartchain/assets/0x2B54d3d7aB8e65895168938F7145F39225Db7CE5/logo.png deleted file mode 100644 index 509981532464f..0000000000000 Binary files a/blockchains/smartchain/assets/0x2B54d3d7aB8e65895168938F7145F39225Db7CE5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2B90E061a517dB2BbD7E39Ef7F733Fd234B494CA/info.json b/blockchains/smartchain/assets/0x2B90E061a517dB2BbD7E39Ef7F733Fd234B494CA/info.json deleted file mode 100644 index 2fa3d40c830b5..0000000000000 --- a/blockchains/smartchain/assets/0x2B90E061a517dB2BbD7E39Ef7F733Fd234B494CA/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Tether USD (Portal from Avalanche)", - "type": "BEP20", - "symbol": "USDTav", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://tether.to/", - "explorer": "https://bscscan.com/token/0x2B90E061a517dB2BbD7E39Ef7F733Fd234B494CA", - "status": "active", - "id": "0x2B90E061a517dB2BbD7E39Ef7F733Fd234B494CA", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2B90E061a517dB2BbD7E39Ef7F733Fd234B494CA/logo.png b/blockchains/smartchain/assets/0x2B90E061a517dB2BbD7E39Ef7F733Fd234B494CA/logo.png deleted file mode 100644 index 9e63d73503a5d..0000000000000 Binary files a/blockchains/smartchain/assets/0x2B90E061a517dB2BbD7E39Ef7F733Fd234B494CA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2BA8c3066F36B998bC74CE8DcE260Fb5D2ba6bCc/info.json b/blockchains/smartchain/assets/0x2BA8c3066F36B998bC74CE8DcE260Fb5D2ba6bCc/info.json deleted file mode 100644 index 64a818e70ba04..0000000000000 --- a/blockchains/smartchain/assets/0x2BA8c3066F36B998bC74CE8DcE260Fb5D2ba6bCc/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Big Doge Coin", - "website": "https://bigdoge.io/", - "description": "$BigeDoge is the token of the First Decentralized Gaming World on Binance Smart Chain. The main focus is to provide the best entertainment possible for our players on blockchain, and the token is used among players. $BigeDoge is used for trading, in game activities and forming votes on important dicisions of the project among holders.", - "explorer": "https://bscscan.com/token/0x2BA8c3066F36B998bC74CE8DcE260Fb5D2ba6bCc", - "symbol": "BigDoge", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x2BA8c3066F36B998bC74CE8DcE260Fb5D2ba6bCc", - "links": [ - { - "name": "github", - "url": "https://github.com/bigdogecoin/" - }, - { - "name": "twitter", - "url": "https://twitter.com/bigdogecrypto" - }, - { - "name": "telegram", - "url": "https://t.me/bigdogecoin" - }, - { - "name": "facebook", - "url": "https://facebook.com/bigdogecrypto/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCP6HVzQf3ClG9hgZEPFz7tA" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2BA8c3066F36B998bC74CE8DcE260Fb5D2ba6bCc/logo.png b/blockchains/smartchain/assets/0x2BA8c3066F36B998bC74CE8DcE260Fb5D2ba6bCc/logo.png deleted file mode 100644 index ef36bef3a8a5d..0000000000000 Binary files a/blockchains/smartchain/assets/0x2BA8c3066F36B998bC74CE8DcE260Fb5D2ba6bCc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2BCDCf1ef1320Fc5F9a71CA0BD1504D6125F7569/info.json b/blockchains/smartchain/assets/0x2BCDCf1ef1320Fc5F9a71CA0BD1504D6125F7569/info.json deleted file mode 100644 index c7fbf6c24182b..0000000000000 --- a/blockchains/smartchain/assets/0x2BCDCf1ef1320Fc5F9a71CA0BD1504D6125F7569/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "DisCas Vision", - "type": "BEP20", - "symbol": "DISC", - "decimals": 18, - "website": "https://discas.vision/", - "description": "DisCas Vision is the world’s first and only decentralized platform, built on blockchain technology and smart contracts. We unite governments, organizations and communities into a decentralized, open and fair network. The smart contract technology that underlies the platform will provide an automated and transparent system for investment and profit distribution. For more information please visit our site and our offering and solutions is here https://discas.vision/white-paper/", - "explorer": "https://bscscan.com/token/0x2BCDCf1ef1320Fc5F9a71CA0BD1504D6125F7569", - "status": "active", - "id": "0x2BCDCf1ef1320Fc5F9a71CA0BD1504D6125F7569", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/discasvision" - }, - { - "name": "telegram", - "url": "https://t.me/discasvision" - }, - { - "name": "facebook", - "url": "https://facebook.com/discas.vision" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2BCDCf1ef1320Fc5F9a71CA0BD1504D6125F7569/logo.png b/blockchains/smartchain/assets/0x2BCDCf1ef1320Fc5F9a71CA0BD1504D6125F7569/logo.png deleted file mode 100644 index 0ee77e5e04eba..0000000000000 Binary files a/blockchains/smartchain/assets/0x2BCDCf1ef1320Fc5F9a71CA0BD1504D6125F7569/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2Bc4eb013DDee29D37920938B96d353171289B7C/info.json b/blockchains/smartchain/assets/0x2Bc4eb013DDee29D37920938B96d353171289B7C/info.json deleted file mode 100644 index 31225b21c7ca4..0000000000000 --- a/blockchains/smartchain/assets/0x2Bc4eb013DDee29D37920938B96d353171289B7C/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream Binance USD", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0x2Bc4eb013DDee29D37920938B96d353171289B7C", - "type": "BEP20", - "symbol": "crBUSD", - "decimals": 8, - "status": "active", - "id": "0x2Bc4eb013DDee29D37920938B96d353171289B7C", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2Bc4eb013DDee29D37920938B96d353171289B7C/logo.png b/blockchains/smartchain/assets/0x2Bc4eb013DDee29D37920938B96d353171289B7C/logo.png deleted file mode 100644 index 53e2ea645ee42..0000000000000 Binary files a/blockchains/smartchain/assets/0x2Bc4eb013DDee29D37920938B96d353171289B7C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2C125b09C2DBed3d1669a3183298285e5cf46154/info.json b/blockchains/smartchain/assets/0x2C125b09C2DBed3d1669a3183298285e5cf46154/info.json deleted file mode 100644 index 65c49fe3531a3..0000000000000 --- a/blockchains/smartchain/assets/0x2C125b09C2DBed3d1669a3183298285e5cf46154/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Moonsafe Token", - "website": "https://moonsafe.xyz", - "description": "A community-owned, community-run coin that rewards it's holders for holding by redistributing a share of the transaction fees. Based on the RFI + LIQ protocols.", - "explorer": "https://bscscan.com/token/0x2c125b09c2dbed3d1669a3183298285e5cf46154", - "type": "BEP20", - "symbol": "MOONSAFE", - "decimals": 9, - "status": "active", - "id": "0x2C125b09C2DBed3d1669a3183298285e5cf46154", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2C125b09C2DBed3d1669a3183298285e5cf46154/logo.png b/blockchains/smartchain/assets/0x2C125b09C2DBed3d1669a3183298285e5cf46154/logo.png deleted file mode 100644 index e7d0aaec65cb1..0000000000000 Binary files a/blockchains/smartchain/assets/0x2C125b09C2DBed3d1669a3183298285e5cf46154/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2C40a80565B595C03cd94217c077c47E3F41937E/info.json b/blockchains/smartchain/assets/0x2C40a80565B595C03cd94217c077c47E3F41937E/info.json deleted file mode 100644 index cd87968a99aad..0000000000000 --- a/blockchains/smartchain/assets/0x2C40a80565B595C03cd94217c077c47E3F41937E/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "IronyMan", - "website": "http://www.bscironyman.com", - "description": "IronyMan token is the original meme token created in response to Elon Musk's tweet where he had the idea to do a skit on his SNL appearance, where he will play as Irony man and defeat people with Irony. The token will be used as a financial means of exchange primarily. The token will also be a strong charitable entity with intent to donate to children with rare forms of Anemia.", - "explorer": "https://bscscan.com/token/0x2c40a80565b595c03cd94217c077c47e3f41937e", - "type": "BEP20", - "symbol": "IRONY", - "decimals": 9, - "status": "active", - "id": "0x2C40a80565B595C03cd94217c077c47E3F41937E", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BSC_IronyMan" - }, - { - "name": "telegram", - "url": "https://t.me/IronyManBSC" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2C40a80565B595C03cd94217c077c47E3F41937E/logo.png b/blockchains/smartchain/assets/0x2C40a80565B595C03cd94217c077c47E3F41937E/logo.png deleted file mode 100644 index 6c0363276aa26..0000000000000 Binary files a/blockchains/smartchain/assets/0x2C40a80565B595C03cd94217c077c47E3F41937E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2C80bC9bFa4EC680EfB949C51806bDDEE5Ac8299/info.json b/blockchains/smartchain/assets/0x2C80bC9bFa4EC680EfB949C51806bDDEE5Ac8299/info.json deleted file mode 100644 index a9af05b738913..0000000000000 --- a/blockchains/smartchain/assets/0x2C80bC9bFa4EC680EfB949C51806bDDEE5Ac8299/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BscArmy", - "website": "https://bsc.army/", - "description": "BSC Army is the first DAO (decentralized autonomous organization) for social media industries on BSC, and a community-centered initiative that strives to promote the adoption of BSC and blockchain in general.", - "explorer": "https://bscscan.com/token/0x2c80bc9bfa4ec680efb949c51806bddee5ac8299", - "type": "BEP20", - "symbol": "BARMY", - "decimals": 9, - "status": "active", - "id": "0x2C80bC9bFa4EC680EfB949C51806bDDEE5Ac8299" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2C80bC9bFa4EC680EfB949C51806bDDEE5Ac8299/logo.png b/blockchains/smartchain/assets/0x2C80bC9bFa4EC680EfB949C51806bDDEE5Ac8299/logo.png deleted file mode 100644 index 64ec796aa8c51..0000000000000 Binary files a/blockchains/smartchain/assets/0x2C80bC9bFa4EC680EfB949C51806bDDEE5Ac8299/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2D7A47908d817dd359f9aBA7FEaA89c92a289c7E/info.json b/blockchains/smartchain/assets/0x2D7A47908d817dd359f9aBA7FEaA89c92a289c7E/info.json deleted file mode 100644 index a0c398daaeb45..0000000000000 --- a/blockchains/smartchain/assets/0x2D7A47908d817dd359f9aBA7FEaA89c92a289c7E/info.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "Lenda", - "type": "BEP20", - "symbol": "LENDA", - "decimals": 18, - "website": "https://lenda.finance/", - "description": "Your secure financial crypto partner. Get your free wallet for Lenda, Bitcoin and more than 10 other cryptocurrencies.", - "explorer": "https://bscscan.com/token/0x2D7A47908d817dd359f9aBA7FEaA89c92a289c7E", - "status": "active", - "id": "0x2D7A47908d817dd359f9aBA7FEaA89c92a289c7E", - "links": [ - { - "name": "github", - "url": "https://github.com/LendaFinance" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/lenda" - }, - { - "name": "twitter", - "url": "https://twitter.com/LendaFinance" - }, - { - "name": "telegram", - "url": "https://t.me/lendafinance" - }, - { - "name": "facebook", - "url": "https://facebook.com/Lenda-Finance-105680315331951" - }, - { - "name": "whitepaper", - "url": "https://lenda.finance/whitepaper.pdf" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCcwhFOqEvfe-IqrmJF7yrcQ" - }, - { - "name": "source_code", - "url": "https://github.com/LendaFinance/lenda-finance" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/lenda/" - } - ], - "tags": [ - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2D7A47908d817dd359f9aBA7FEaA89c92a289c7E/logo.png b/blockchains/smartchain/assets/0x2D7A47908d817dd359f9aBA7FEaA89c92a289c7E/logo.png deleted file mode 100644 index dadbd922b7403..0000000000000 Binary files a/blockchains/smartchain/assets/0x2D7A47908d817dd359f9aBA7FEaA89c92a289c7E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2D81ed6edee72d454a5baF51e40704e8c377DB2A/info.json b/blockchains/smartchain/assets/0x2D81ed6edee72d454a5baF51e40704e8c377DB2A/info.json deleted file mode 100644 index 69bdff29c6ac8..0000000000000 --- a/blockchains/smartchain/assets/0x2D81ed6edee72d454a5baF51e40704e8c377DB2A/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "FomoDota", - "type": "BEP20", - "symbol": "FDOTA", - "decimals": 9, - "website": "https://fomodota.org", - "description": "FomoDOTA was founded in 2021 in the purpose of building FOMO MOBA Ecosystem for all e-sports gamers to achieve more influence of gaming on blockchain.", - "explorer": "https://bscscan.com/token/0x2d81ed6edee72d454a5baf51e40704e8c377db2a", - "status": "active", - "id": "0x2D81ed6edee72d454a5baF51e40704e8c377DB2A", - "links": [ - { - "name": "telegram", - "url": "https://t.me/Fomodota_BSC_EN" - }, - { - "name": "twitter", - "url": "https://twitter.com/FomoDOTA_BSC" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2D81ed6edee72d454a5baF51e40704e8c377DB2A/logo.png b/blockchains/smartchain/assets/0x2D81ed6edee72d454a5baF51e40704e8c377DB2A/logo.png deleted file mode 100644 index a93c5236e6afe..0000000000000 Binary files a/blockchains/smartchain/assets/0x2D81ed6edee72d454a5baF51e40704e8c377DB2A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2D862c9FC46608d7ff83293cEB83330D6135BE5E/info.json b/blockchains/smartchain/assets/0x2D862c9FC46608d7ff83293cEB83330D6135BE5E/info.json deleted file mode 100644 index ce3c470f44019..0000000000000 --- a/blockchains/smartchain/assets/0x2D862c9FC46608d7ff83293cEB83330D6135BE5E/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "FalconX Token", - "website": "https://projectfalconx.com", - "description": "FalconX is a Bep 20 Token within the FalconX NFT Ecosystem. FalconX community members will be able to access FalconX NFT’s which reward holders with daily passive income.", - "explorer": "https://bscscan.com/token/0x2d862c9fc46608d7ff83293ceb83330d6135be5e", - "type": "BEP20", - "symbol": "FALCX", - "decimals": 9, - "status": "active", - "id": "0x2D862c9FC46608d7ff83293cEB83330D6135BE5E", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/projectfalconx" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCemByi8cdWT9246H235UOcw" - }, - { - "name": "telegram", - "url": "https://t.me/ProjectFalconX" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2D862c9FC46608d7ff83293cEB83330D6135BE5E/logo.png b/blockchains/smartchain/assets/0x2D862c9FC46608d7ff83293cEB83330D6135BE5E/logo.png deleted file mode 100644 index 617b4f5fe2a15..0000000000000 Binary files a/blockchains/smartchain/assets/0x2D862c9FC46608d7ff83293cEB83330D6135BE5E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2DD337F94A36449C6e5fD4f523Ce2e55A5Ad1008/info.json b/blockchains/smartchain/assets/0x2DD337F94A36449C6e5fD4f523Ce2e55A5Ad1008/info.json deleted file mode 100644 index 05e82669e998a..0000000000000 --- a/blockchains/smartchain/assets/0x2DD337F94A36449C6e5fD4f523Ce2e55A5Ad1008/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "World of Whales", - "type": "BEP20", - "symbol": "WOW", - "decimals": 9, - "website": "https://worldofwhales.biz", - "description": "WOW is a frictionless Yield & Liquidity Generation Token with a 10% fee: 5% Redistribution to all holders, 3% Matched LP, 2% to our Charity wallet for saving the worlds aquatic wildlife!", - "explorer": "https://bscscan.com/token/0x2DD337F94A36449C6e5fD4f523Ce2e55A5Ad1008", - "status": "active", - "id": "0x2DD337F94A36449C6e5fD4f523Ce2e55A5Ad1008" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2DD337F94A36449C6e5fD4f523Ce2e55A5Ad1008/logo.png b/blockchains/smartchain/assets/0x2DD337F94A36449C6e5fD4f523Ce2e55A5Ad1008/logo.png deleted file mode 100644 index a4a96812af570..0000000000000 Binary files a/blockchains/smartchain/assets/0x2DD337F94A36449C6e5fD4f523Ce2e55A5Ad1008/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2Db0d5Cb907014C67Dc201886624716fb5c71123/info.json b/blockchains/smartchain/assets/0x2Db0d5Cb907014C67Dc201886624716fb5c71123/info.json deleted file mode 100644 index 0a36b8ed29d4c..0000000000000 --- a/blockchains/smartchain/assets/0x2Db0d5Cb907014C67Dc201886624716fb5c71123/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "AINU TOKEN", - "type": "BEP20", - "symbol": "AINU", - "decimals": 9, - "website": "https://www.ainutoken.net", - "description": "AINU Token is an all-new BEP20 token on the Binance Smart Chain that is an automatic liquidity-providing protocol that gives out static rewards to HODLers.", - "explorer": "https://bscscan.com/token/0x2Db0d5Cb907014C67Dc201886624716fb5c71123", - "status": "active", - "id": "0x2Db0d5Cb907014C67Dc201886624716fb5c71123" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2Db0d5Cb907014C67Dc201886624716fb5c71123/logo.png b/blockchains/smartchain/assets/0x2Db0d5Cb907014C67Dc201886624716fb5c71123/logo.png deleted file mode 100644 index 76ab1d61c17b0..0000000000000 Binary files a/blockchains/smartchain/assets/0x2Db0d5Cb907014C67Dc201886624716fb5c71123/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2Deb28ec61E7B6B4Bba5f8398398330227Cd293f/info.json b/blockchains/smartchain/assets/0x2Deb28ec61E7B6B4Bba5f8398398330227Cd293f/info.json deleted file mode 100644 index 217bb864b3193..0000000000000 --- a/blockchains/smartchain/assets/0x2Deb28ec61E7B6B4Bba5f8398398330227Cd293f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MINTv2", - "type": "BEP20", - "symbol": "MINTv2", - "decimals": 18, - "website": "https://tea-swap-app.finance/", - "description": "The first Social Farming Project on BSC", - "explorer": "https://bscscan.com/token/0x2Deb28ec61E7B6B4Bba5f8398398330227Cd293f", - "status": "active", - "id": "0x2Deb28ec61E7B6B4Bba5f8398398330227Cd293f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2Deb28ec61E7B6B4Bba5f8398398330227Cd293f/logo.png b/blockchains/smartchain/assets/0x2Deb28ec61E7B6B4Bba5f8398398330227Cd293f/logo.png deleted file mode 100644 index ab1ae29ac0df6..0000000000000 Binary files a/blockchains/smartchain/assets/0x2Deb28ec61E7B6B4Bba5f8398398330227Cd293f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2E291e1c9f85a86d0C58Ae15621aaC005a8b2EAD/info.json b/blockchains/smartchain/assets/0x2E291e1c9f85a86d0C58Ae15621aaC005a8b2EAD/info.json deleted file mode 100644 index e1cbc5072c3fe..0000000000000 --- a/blockchains/smartchain/assets/0x2E291e1c9f85a86d0C58Ae15621aaC005a8b2EAD/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Zeppelin.dao", - "website": "https://zeppelindao.com/", - "description": "Self generating liquidity token - Reflection paid back to holders.", - "explorer": "https://bscscan.com/token/0x2E291e1c9f85a86d0C58Ae15621aaC005a8b2EAD", - "research": "", - "type": "BEP20", - "symbol": "ZEP", - "decimals": 9, - "status": "active", - "id": "0x2E291e1c9f85a86d0C58Ae15621aaC005a8b2EAD" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2E291e1c9f85a86d0C58Ae15621aaC005a8b2EAD/logo.png b/blockchains/smartchain/assets/0x2E291e1c9f85a86d0C58Ae15621aaC005a8b2EAD/logo.png deleted file mode 100644 index 5c2ec55ac9120..0000000000000 Binary files a/blockchains/smartchain/assets/0x2E291e1c9f85a86d0C58Ae15621aaC005a8b2EAD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2E51b6f3181b342d098B1a939Ae1944ED6768fd4/info.json b/blockchains/smartchain/assets/0x2E51b6f3181b342d098B1a939Ae1944ED6768fd4/info.json deleted file mode 100644 index c9f6bf4895f39..0000000000000 --- a/blockchains/smartchain/assets/0x2E51b6f3181b342d098B1a939Ae1944ED6768fd4/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Demon Token", - "type": "BEP20", - "symbol": "DEMON", - "decimals": 18, - "website": "https://www.demonfinance.com", - "description": "Demon Ecosystem integrates a lucrative finance vault with unique Metaverse gamification making it one of the exclusive DeFi project in the market.", - "explorer": "https://bscscan.com/token/0x2E51b6f3181b342d098B1a939Ae1944ED6768fd4", - "status": "active", - "id": "0x2E51b6f3181b342d098B1a939Ae1944ED6768fd4", - "links": [ - { - "name": "telegram", - "url": "https://t.me/DemonFinanceCommunity" - }, - { - "name": "twitter", - "url": "https://twitter.com/DemonEcosystem" - } - ], - "tags": [ - "defi", - "nft", - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x2E51b6f3181b342d098B1a939Ae1944ED6768fd4/logo.png b/blockchains/smartchain/assets/0x2E51b6f3181b342d098B1a939Ae1944ED6768fd4/logo.png deleted file mode 100644 index 043b4802dd646..0000000000000 Binary files a/blockchains/smartchain/assets/0x2E51b6f3181b342d098B1a939Ae1944ED6768fd4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2EED4682197834708c0ea8D11D683440Bbe104d1/info.json b/blockchains/smartchain/assets/0x2EED4682197834708c0ea8D11D683440Bbe104d1/info.json deleted file mode 100644 index b8ab637b879b4..0000000000000 --- a/blockchains/smartchain/assets/0x2EED4682197834708c0ea8D11D683440Bbe104d1/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Nafty", - "type": "BEP20", - "symbol": "Nafty", - "decimals": 9, - "website": "https://naftytoken.com", - "description": "Nafty is the token for the adult industry, aimed to empower content creators and reward content consumers across the Nafty Network", - "explorer": "https://bscscan.com/token/0x2EED4682197834708c0ea8D11D683440Bbe104d1", - "status": "active", - "id": "0x2EED4682197834708c0ea8D11D683440Bbe104d1", - "links": [ - { - "name": "telegram", - "url": "https://t.me/naftydiscussions" - }, - { - "name": "twitter", - "url": "https://twitter.com/naftyofficial" - }, - { - "name": "whitepaper", - "url": "https://naftytoken.com/docs/whitepaper/" - }, - { - "name": "github", - "url": "https://github.com/nafty2021/assets" - }, - { - "name": "telegram_news", - "url": "https://t.me/NaftyToken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/nafty/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/nafty/" - }, - { - "name": "discord", - "url": "https://discord.com/CvtBYZGCKm" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2EED4682197834708c0ea8D11D683440Bbe104d1/logo.png b/blockchains/smartchain/assets/0x2EED4682197834708c0ea8D11D683440Bbe104d1/logo.png deleted file mode 100644 index 3347b6a91a17a..0000000000000 Binary files a/blockchains/smartchain/assets/0x2EED4682197834708c0ea8D11D683440Bbe104d1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2F3391AeBE27393aBa0a790aa5E1577fEA0361c2/info.json b/blockchains/smartchain/assets/0x2F3391AeBE27393aBa0a790aa5E1577fEA0361c2/info.json deleted file mode 100644 index fa1790607d4a7..0000000000000 --- a/blockchains/smartchain/assets/0x2F3391AeBE27393aBa0a790aa5E1577fEA0361c2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Tako Token", - "type": "BEP20", - "symbol": "TAKO", - "decimals": 18, - "website": "https://takodefi.com/", - "description": "TakoDefi is a community-driven innovative and ingenious Yield farming platform", - "explorer": "https://bscscan.com/token/0x2F3391AeBE27393aBa0a790aa5E1577fEA0361c2", - "status": "active", - "id": "0x2F3391AeBE27393aBa0a790aa5E1577fEA0361c2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2F3391AeBE27393aBa0a790aa5E1577fEA0361c2/logo.png b/blockchains/smartchain/assets/0x2F3391AeBE27393aBa0a790aa5E1577fEA0361c2/logo.png deleted file mode 100644 index 0b3a977c4d4c7..0000000000000 Binary files a/blockchains/smartchain/assets/0x2F3391AeBE27393aBa0a790aa5E1577fEA0361c2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2F4e9c97aAFFD67D98A640062d90e355B4a1C539/info.json b/blockchains/smartchain/assets/0x2F4e9c97aAFFD67D98A640062d90e355B4a1C539/info.json deleted file mode 100644 index 823f26a447e90..0000000000000 --- a/blockchains/smartchain/assets/0x2F4e9c97aAFFD67D98A640062d90e355B4a1C539/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Afrostar", - "type": "BEP20", - "symbol": "AFRO", - "decimals": 9, - "website": "https://afrostar.io", - "description": "AFROSTAR IS THE UNITED DIGITAL CURRENCY OF AFRICA. It aims to be THE digital currency that is trusted and used across the continent, and a top crypto currency worldwide. The Afrostar ecosystem will provide a range of powerful real world use cases for the Afrostar crypto token.", - "explorer": "https://bscscan.com/token/0x2F4e9c97aAFFD67D98A640062d90e355B4a1C539", - "status": "active", - "id": "0x2F4e9c97aAFFD67D98A640062d90e355B4a1C539", - "links": [ - { - "name": "telegram", - "url": "https://t.me/afrostarcommunity" - }, - { - "name": "twitter", - "url": "https://twitter.com/afrostarcrypto" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/afrostarcrypto" - }, - { - "name": "discord", - "url": "https://discord.com/invite/qrj6AWacH4" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCas9v53n5QXt1ZdTPKHo3Gg" - }, - { - "name": "facebook", - "url": "https://facebook.com/afrostarcrypto" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2F4e9c97aAFFD67D98A640062d90e355B4a1C539/logo.png b/blockchains/smartchain/assets/0x2F4e9c97aAFFD67D98A640062d90e355B4a1C539/logo.png deleted file mode 100644 index 74f4914ac0025..0000000000000 Binary files a/blockchains/smartchain/assets/0x2F4e9c97aAFFD67D98A640062d90e355B4a1C539/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2F52F99DB24b0cBedD16dA57b098226D3b0831e8/info.json b/blockchains/smartchain/assets/0x2F52F99DB24b0cBedD16dA57b098226D3b0831e8/info.json deleted file mode 100644 index d5c3340b84fc3..0000000000000 --- a/blockchains/smartchain/assets/0x2F52F99DB24b0cBedD16dA57b098226D3b0831e8/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LittleGecko", - "website": "https://littlegecko.net", - "description": "LittleGecko is a promising project that aims to be the leading BEP-20 (crypto)currency project with yield and social media contents/meme/yield/Nft farming: run and owned by its community.", - "explorer": "https://bscscan.com/token/0x2F52F99DB24b0cBedD16dA57b098226D3b0831e8", - "type": "BEP20", - "symbol": "littlegecko", - "decimals": 9, - "status": "active", - "id": "0x2F52F99DB24b0cBedD16dA57b098226D3b0831e8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2F52F99DB24b0cBedD16dA57b098226D3b0831e8/logo.png b/blockchains/smartchain/assets/0x2F52F99DB24b0cBedD16dA57b098226D3b0831e8/logo.png deleted file mode 100644 index 7dc6509b73a1a..0000000000000 Binary files a/blockchains/smartchain/assets/0x2F52F99DB24b0cBedD16dA57b098226D3b0831e8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2FA5dAF6Fe0708fBD63b1A7D1592577284f52256/info.json b/blockchains/smartchain/assets/0x2FA5dAF6Fe0708fBD63b1A7D1592577284f52256/info.json deleted file mode 100644 index 036b9352ea2da..0000000000000 --- a/blockchains/smartchain/assets/0x2FA5dAF6Fe0708fBD63b1A7D1592577284f52256/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "UnmarshalToken", - "website": "https://unmarshal.io/", - "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.", - "explorer": "https://bscscan.com/token/0x2FA5dAF6Fe0708fBD63b1A7D1592577284f52256", - "type": "BEP20", - "symbol": "MARSH", - "decimals": 18, - "status": "active", - "id": "0x2FA5dAF6Fe0708fBD63b1A7D1592577284f52256", - "links": [ - { - "name": "github", - "url": "https://github.com/orgs/eucrypt" - }, - { - "name": "twitter", - "url": "https://twitter.com/unmarshal" - }, - { - "name": "telegram", - "url": "https://t.me/Unmarshal_Chat" - }, - { - "name": "blog", - "url": "https://blog.unmarshal.io/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2FA5dAF6Fe0708fBD63b1A7D1592577284f52256/logo.png b/blockchains/smartchain/assets/0x2FA5dAF6Fe0708fBD63b1A7D1592577284f52256/logo.png deleted file mode 100644 index 83b4ec2f2471e..0000000000000 Binary files a/blockchains/smartchain/assets/0x2FA5dAF6Fe0708fBD63b1A7D1592577284f52256/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2FFEE7b4DF74F7C6508A4Af4D6D91058dA5420D0/info.json b/blockchains/smartchain/assets/0x2FFEE7b4DF74F7C6508A4Af4D6D91058dA5420D0/info.json deleted file mode 100644 index 1a08c8752c1b4..0000000000000 --- a/blockchains/smartchain/assets/0x2FFEE7b4DF74F7C6508A4Af4D6D91058dA5420D0/info.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "ChainCade", - "type": "BEP20", - "symbol": "ChainCade", - "decimals": 9, - "website": "https://www.chaincade.com", - "description": "The future of the arcade is here! ChainCade is developing its one-of-a-kind blockchain arcade ecosystem to benefit players, creators, and investors together. Join the arcade revolution.", - "explorer": "https://bscscan.com/token/0x2FFEE7b4DF74F7C6508A4Af4D6D91058dA5420D0", - "status": "active", - "id": "0x2FFEE7b4DF74F7C6508A4Af4D6D91058dA5420D0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/chaincadebsc" - }, - { - "name": "github", - "url": "https://github.com/chaincade" - }, - { - "name": "telegram", - "url": "https://t.me/ChainCade" - }, - { - "name": "telegram_news", - "url": "https://t.me/ChainCadeNews" - }, - { - "name": "discord", - "url": "https://discord.com/invite/wNfRfunMpQ" - }, - { - "name": "reddit", - "url": "https://reddit.com/chaincade" - }, - { - "name": "whitepaper", - "url": "https://chaincade.com/wp-content/uploads/2021/07/WhitepaperV1.pdf" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCP2iWL-CWMOhpHluqdZmciA" - }, - { - "name": "facebook", - "url": "https://facebook.com/Chaincade-106501661730295/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/chaincade/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/chaincade/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2FFEE7b4DF74F7C6508A4Af4D6D91058dA5420D0/logo.png b/blockchains/smartchain/assets/0x2FFEE7b4DF74F7C6508A4Af4D6D91058dA5420D0/logo.png deleted file mode 100644 index 162c6e9d1923f..0000000000000 Binary files a/blockchains/smartchain/assets/0x2FFEE7b4DF74F7C6508A4Af4D6D91058dA5420D0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2a2cD8b1F69EB9dda5d703b3498d97080C2F194F/info.json b/blockchains/smartchain/assets/0x2a2cD8b1F69EB9dda5d703b3498d97080C2F194F/info.json deleted file mode 100644 index 12887abd7cdf1..0000000000000 --- a/blockchains/smartchain/assets/0x2a2cD8b1F69EB9dda5d703b3498d97080C2F194F/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Corgiswap", - "type": "BEP20", - "symbol": "CORIS", - "decimals": 18, - "website": "https://corgiswap.org/", - "description": "CORGISWAP is a decentralized finance (DeFi) application that lets users exchange tokens while also providing liquidity through farming and earning fees", - "explorer": "https://bscscan.com/token/0x2a2cD8b1F69EB9dda5d703b3498d97080C2F194F", - "status": "active", - "id": "0x2a2cD8b1F69EB9dda5d703b3498d97080C2F194F", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/corgidogeestate" - }, - { - "name": "telegram", - "url": "https://t.me/corgidoge_official" - }, - { - "name": "telegram_news", - "url": "https://t.me/corgidoge_news" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2a2cD8b1F69EB9dda5d703b3498d97080C2F194F/logo.png b/blockchains/smartchain/assets/0x2a2cD8b1F69EB9dda5d703b3498d97080C2F194F/logo.png deleted file mode 100644 index 9544875c1cdd0..0000000000000 Binary files a/blockchains/smartchain/assets/0x2a2cD8b1F69EB9dda5d703b3498d97080C2F194F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2a49De60cc6204c3AFC3e770FDB30A0554147519/info.json b/blockchains/smartchain/assets/0x2a49De60cc6204c3AFC3e770FDB30A0554147519/info.json deleted file mode 100644 index 2ff933bee378e..0000000000000 --- a/blockchains/smartchain/assets/0x2a49De60cc6204c3AFC3e770FDB30A0554147519/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LaikaProtocol", - "type": "BEP20", - "symbol": "LAIKA", - "decimals": 9, - "website": "https://laikato.space", - "description": "Laika is a first of its kind, second generation cross-chain deflationary token. The protocol uses a brand new type of Scalable Automatic Liquidity Pools combined with a maximum transaction limit to prevent price manipulation. Laika Protocol is cross-chain and already live on Harmony with a fully automated bridge to be launched soon. The protocol will also expand to many other chains in the near future by using Sushiswap as its HomeDex. Other features such as staking pools are coming soon!", - "explorer": "https://bscscan.com/token/0x2a49De60cc6204c3AFC3e770FDB30A0554147519", - "status": "active", - "id": "0x2a49De60cc6204c3AFC3e770FDB30A0554147519" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2a49De60cc6204c3AFC3e770FDB30A0554147519/logo.png b/blockchains/smartchain/assets/0x2a49De60cc6204c3AFC3e770FDB30A0554147519/logo.png deleted file mode 100644 index 9f3714d6afdb8..0000000000000 Binary files a/blockchains/smartchain/assets/0x2a49De60cc6204c3AFC3e770FDB30A0554147519/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2a5dFE9EDd6D1431eecEA70cBb1635Ba88347BaD/info.json b/blockchains/smartchain/assets/0x2a5dFE9EDd6D1431eecEA70cBb1635Ba88347BaD/info.json deleted file mode 100644 index 4aa141c63a079..0000000000000 --- a/blockchains/smartchain/assets/0x2a5dFE9EDd6D1431eecEA70cBb1635Ba88347BaD/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "FRZ Swapping", - "type": "BEP20", - "symbol": "FRZW", - "decimals": 18, - "website": "https://frzswap.com/", - "description": "FRZW is native token of FRZSwap which is a decentralized exchange (DEX) and belongs to FRZSS ecosystem", - "explorer": "https://bscscan.com/token/0x2a5dFE9EDd6D1431eecEA70cBb1635Ba88347BaD", - "status": "active", - "id": "0x2a5dFE9EDd6D1431eecEA70cBb1635Ba88347BaD", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/frzswap" - }, - { - "name": "github", - "url": "https://github.com/FRZSwapping" - }, - { - "name": "telegram", - "url": "https://t.me/frzswap" - }, - { - "name": "whitepaper", - "url": "https://frzswap.com/docs/whitepaper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/frzswap/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/frzswap/" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x2a5dFE9EDd6D1431eecEA70cBb1635Ba88347BaD/logo.png b/blockchains/smartchain/assets/0x2a5dFE9EDd6D1431eecEA70cBb1635Ba88347BaD/logo.png deleted file mode 100644 index 7838407949ced..0000000000000 Binary files a/blockchains/smartchain/assets/0x2a5dFE9EDd6D1431eecEA70cBb1635Ba88347BaD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2a5eB92f6a410AC0BB38D92C13DA934bD68EF24E/info.json b/blockchains/smartchain/assets/0x2a5eB92f6a410AC0BB38D92C13DA934bD68EF24E/info.json deleted file mode 100644 index a82d1c1142794..0000000000000 --- a/blockchains/smartchain/assets/0x2a5eB92f6a410AC0BB38D92C13DA934bD68EF24E/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Tiny Titans V3", - "website": "https://tinytitans.fi", - "description": "World of Tiny Titans. Tiny Titans — collectable & tradeable NFTs on BSC which you can train, level and earn for play.", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/RealTinyTitans" - }, - { - "name": "medium", - "url": "https://tinytitans.medium.com/" - }, - { - "name": "telegram", - "url": "https://t.me/tinytitans" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x2a5eB92f6a410AC0BB38D92C13DA934bD68EF24E#code" - } - ], - "explorer": "https://bscscan.com/token/0x2a5eB92f6a410AC0BB38D92C13DA934bD68EF24E", - "type": "BEP20", - "symbol": "TITS", - "decimals": 18, - "status": "active", - "id": "0x2a5eB92f6a410AC0BB38D92C13DA934bD68EF24E" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2a5eB92f6a410AC0BB38D92C13DA934bD68EF24E/logo.png b/blockchains/smartchain/assets/0x2a5eB92f6a410AC0BB38D92C13DA934bD68EF24E/logo.png deleted file mode 100644 index 02c71de260c8d..0000000000000 Binary files a/blockchains/smartchain/assets/0x2a5eB92f6a410AC0BB38D92C13DA934bD68EF24E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2aB90FBb649bA3DDD4269764eb2975d8F32b7b5a/info.json b/blockchains/smartchain/assets/0x2aB90FBb649bA3DDD4269764eb2975d8F32b7b5a/info.json deleted file mode 100644 index a347907a01d45..0000000000000 --- a/blockchains/smartchain/assets/0x2aB90FBb649bA3DDD4269764eb2975d8F32b7b5a/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "SafeBank YES", - "website": "https://safebank.app", - "description": "SafeBank is the world's first Decentralized Bank which allows you to control your own finance. SafeBank is owned and operated by DafriBank Digital.", - "explorer": "https://bscscan.com/token/0x2ab90fbb649ba3ddd4269764eb2975d8f32b7b5a", - "type": "BEP20", - "symbol": "SafeBANK", - "decimals": 18, - "status": "active", - "id": "0x2aB90FBb649bA3DDD4269764eb2975d8F32b7b5a", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SafeBankToken" - }, - { - "name": "telegram", - "url": "https://t.me/SafeBank" - }, - { - "name": "whitepaper", - "url": "https://safebank.app/whitepaper.html" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2aB90FBb649bA3DDD4269764eb2975d8F32b7b5a/logo.png b/blockchains/smartchain/assets/0x2aB90FBb649bA3DDD4269764eb2975d8F32b7b5a/logo.png deleted file mode 100644 index d99dbc054019a..0000000000000 Binary files a/blockchains/smartchain/assets/0x2aB90FBb649bA3DDD4269764eb2975d8F32b7b5a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2aC8f06A3165f38BF582c5D2edC22B245889bD2F/info.json b/blockchains/smartchain/assets/0x2aC8f06A3165f38BF582c5D2edC22B245889bD2F/info.json deleted file mode 100644 index b92d738c09010..0000000000000 --- a/blockchains/smartchain/assets/0x2aC8f06A3165f38BF582c5D2edC22B245889bD2F/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Token Bali", - "type": "BEP20", - "symbol": "Bali", - "decimals": 18, - "website": "https://tokenbalibnb.com/", - "description": "Token Bali is decenteralized way to earn BNB by Holding tokens.", - "explorer": "https://bscscan.com/token/0x2aC8f06A3165f38BF582c5D2edC22B245889bD2F", - "status": "active", - "id": "0x2aC8f06A3165f38BF582c5D2edC22B245889bD2F" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2aC8f06A3165f38BF582c5D2edC22B245889bD2F/logo.png b/blockchains/smartchain/assets/0x2aC8f06A3165f38BF582c5D2edC22B245889bD2F/logo.png deleted file mode 100644 index a09e883c0f3a9..0000000000000 Binary files a/blockchains/smartchain/assets/0x2aC8f06A3165f38BF582c5D2edC22B245889bD2F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2ad7F18DcFA131e33411770A9c6c4fe49b187Bc2/info.json b/blockchains/smartchain/assets/0x2ad7F18DcFA131e33411770A9c6c4fe49b187Bc2/info.json deleted file mode 100644 index fe5b87b7d8b2e..0000000000000 --- a/blockchains/smartchain/assets/0x2ad7F18DcFA131e33411770A9c6c4fe49b187Bc2/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "MetaUFO", - "website": "http://metaufo.me/", - "description": "MetaUFO is a decentralized gaming platform with play-to-earn elements, NFTs, its own NFT collection combined with an auto battler. MetaUFO is built on BSC.", - "type": "BEP20", - "symbol": "MetaUFO", - "decimals": 18, - "status": "active", - "explorer": "https://bscscan.com/token/0x2ad7F18DcFA131e33411770A9c6c4fe49b187Bc2", - "id": "0x2ad7F18DcFA131e33411770A9c6c4fe49b187Bc2", - "links": [ - { - "name": "telegram", - "url": "https://t.me/MetaUFO_Channel" - }, - { - "name": "twitter", - "url": "https://twitter.com/Meta_UFO" - }, - { - "name": "whitepaper", - "url": "https://link-bsc.gitbook.io/meta-ufo/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/metaufo/" - }, - { - "name": "github", - "url": "https://github.com/TechRate/Smart-Contract-Audits/blob/main/March/MetaUFO.pdf" - } - ], - "tags": [ - "governance", - "stablecoin", - "wrapped", - "synthetics", - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x2ad7F18DcFA131e33411770A9c6c4fe49b187Bc2/logo.png b/blockchains/smartchain/assets/0x2ad7F18DcFA131e33411770A9c6c4fe49b187Bc2/logo.png deleted file mode 100644 index 9f29b252aaae8..0000000000000 Binary files a/blockchains/smartchain/assets/0x2ad7F18DcFA131e33411770A9c6c4fe49b187Bc2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2b15bc62d1FB46ADE4763A3c5ea0917460bb25F1/info.json b/blockchains/smartchain/assets/0x2b15bc62d1FB46ADE4763A3c5ea0917460bb25F1/info.json deleted file mode 100644 index 261ffa548d52a..0000000000000 --- a/blockchains/smartchain/assets/0x2b15bc62d1FB46ADE4763A3c5ea0917460bb25F1/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Morphose", - "type": "BEP20", - "symbol": "MORPH", - "decimals": 18, - "website": "https://morphose.cash", - "description": "Fully Decentralized Protocol for Private Transactions on Binance Smart Chain", - "explorer": "https://bscscan.com/token/0x2b15bc62d1FB46ADE4763A3c5ea0917460bb25F1", - "status": "active", - "id": "0x2b15bc62d1FB46ADE4763A3c5ea0917460bb25F1" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2b15bc62d1FB46ADE4763A3c5ea0917460bb25F1/logo.png b/blockchains/smartchain/assets/0x2b15bc62d1FB46ADE4763A3c5ea0917460bb25F1/logo.png deleted file mode 100644 index 82c77291cde24..0000000000000 Binary files a/blockchains/smartchain/assets/0x2b15bc62d1FB46ADE4763A3c5ea0917460bb25F1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2b31b83D2a960d648e9c8d3B84dF5452c80aB947/info.json b/blockchains/smartchain/assets/0x2b31b83D2a960d648e9c8d3B84dF5452c80aB947/info.json deleted file mode 100644 index 819d48c7e9eaa..0000000000000 --- a/blockchains/smartchain/assets/0x2b31b83D2a960d648e9c8d3B84dF5452c80aB947/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "SMD Coin", - "type": "BEP20", - "symbol": "SMD", - "decimals": 10, - "website": "https://smdcoin.com", - "description": "SMD COIN is the world’s first integrated platform, providing Coins Staking, Yield Farming and Self-Holding. SMD COIN provides customers with decentralized farming services, personalized financial solutions, and a variety of interest models and earning opportunities.
", - "explorer": "https://bscscan.com/token/0x2b31b83D2a960d648e9c8d3B84dF5452c80aB947", - "status": "active", - "id": "0x2b31b83D2a960d648e9c8d3B84dF5452c80aB947", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/smdcoinofficial" - }, - { - "name": "whitepaper", - "url": "https://smdcoin.com/css/whitepaper/SMDwhitepaper.pdf" - }, - { - "name": "telegram", - "url": "https://t.me/smdofficial" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/smd-coin" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/smd-coin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2b31b83D2a960d648e9c8d3B84dF5452c80aB947/logo.png b/blockchains/smartchain/assets/0x2b31b83D2a960d648e9c8d3B84dF5452c80aB947/logo.png deleted file mode 100644 index 31c119de8c8f4..0000000000000 Binary files a/blockchains/smartchain/assets/0x2b31b83D2a960d648e9c8d3B84dF5452c80aB947/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2b974da27C9DD35412d71Dd36e3e108486c45444/info.json b/blockchains/smartchain/assets/0x2b974da27C9DD35412d71Dd36e3e108486c45444/info.json deleted file mode 100644 index dc88f318256c8..0000000000000 --- a/blockchains/smartchain/assets/0x2b974da27C9DD35412d71Dd36e3e108486c45444/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CryptoZ eXPerience", - "website": "https://bsc.cryptoz.cards", - "description": "CZXP unlock higher level NFT minting from the Cryptoz store, and are generated through the sacrifice of Cryptoz NFT tokens", - "explorer": "https://bscscan.com/token/0x2b974da27C9DD35412d71Dd36e3e108486c45444", - "type": "BEP20", - "symbol": "CZXP", - "decimals": 0, - "status": "active", - "id": "0x2b974da27C9DD35412d71Dd36e3e108486c45444" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2b974da27C9DD35412d71Dd36e3e108486c45444/logo.png b/blockchains/smartchain/assets/0x2b974da27C9DD35412d71Dd36e3e108486c45444/logo.png deleted file mode 100644 index 02e5a89a9a1f2..0000000000000 Binary files a/blockchains/smartchain/assets/0x2b974da27C9DD35412d71Dd36e3e108486c45444/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2bF4BE7C4520C41d012EB09a034179E03b898534/info.json b/blockchains/smartchain/assets/0x2bF4BE7C4520C41d012EB09a034179E03b898534/info.json deleted file mode 100644 index c400938d67238..0000000000000 --- a/blockchains/smartchain/assets/0x2bF4BE7C4520C41d012EB09a034179E03b898534/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "ASIX+", - "type": "BEP20", - "symbol": "ASIX+", - "decimals": 18, - "website": "https://asixplus.id", - "description": "ASIX+ Token is a token which is made by PT. META NUSANTARA VICTORI, which has purpose and the projects of P2E games, NFT Marketplace, and Metaverse.ASIX+ Token is the main utility in our 3 projects. P2E Games, NFT Market, and Nusantaraverse. ASIX+ Token can be used in all three projects.In addition, it does not rule out the possibility of developing or adding projects in the future.", - "explorer": "https://bscscan.com/token/0x2bF4BE7C4520C41d012EB09a034179E03b898534", - "status": "active", - "id": "0x2bF4BE7C4520C41d012EB09a034179E03b898534", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/asixplusNFT" - }, - { - "name": "telegram", - "url": "https://t.me/asixplus" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/asixplus" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2bF4BE7C4520C41d012EB09a034179E03b898534/logo.png b/blockchains/smartchain/assets/0x2bF4BE7C4520C41d012EB09a034179E03b898534/logo.png deleted file mode 100644 index b2ea075b29bc3..0000000000000 Binary files a/blockchains/smartchain/assets/0x2bF4BE7C4520C41d012EB09a034179E03b898534/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2c094F5A7D1146BB93850f629501eB749f6Ed491/info.json b/blockchains/smartchain/assets/0x2c094F5A7D1146BB93850f629501eB749f6Ed491/info.json deleted file mode 100644 index fff23675c3e35..0000000000000 --- a/blockchains/smartchain/assets/0x2c094F5A7D1146BB93850f629501eB749f6Ed491/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CROX Token", - "website": "https://croxswap.com", - "description": "CroxSwap is a fully decentralized cross-chain dex with AMM and yield farming protocol.", - "explorer": "https://bscscan.com/token/0x2c094f5a7d1146bb93850f629501eb749f6ed491", - "type": "BEP20", - "symbol": "CROX", - "decimals": 18, - "status": "active", - "id": "0x2c094F5A7D1146BB93850f629501eB749f6Ed491" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2c094F5A7D1146BB93850f629501eB749f6Ed491/logo.png b/blockchains/smartchain/assets/0x2c094F5A7D1146BB93850f629501eB749f6Ed491/logo.png deleted file mode 100644 index b090e596582b8..0000000000000 Binary files a/blockchains/smartchain/assets/0x2c094F5A7D1146BB93850f629501eB749f6Ed491/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2c8368f8F474Ed9aF49b87eAc77061BEb986c2f1/info.json b/blockchains/smartchain/assets/0x2c8368f8F474Ed9aF49b87eAc77061BEb986c2f1/info.json deleted file mode 100644 index ad3d91cc410c1..0000000000000 --- a/blockchains/smartchain/assets/0x2c8368f8F474Ed9aF49b87eAc77061BEb986c2f1/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "LeonicornSwap", - "website": "https://leonicornswap.com", - "description": "Leonicorn Swap is an Advance AMM with features Like NFT Marketplace, Lottery, IDO and many other advanced features.", - "explorer": "https://bscscan.com/token/0x2c8368f8f474ed9af49b87eac77061beb986c2f1", - "type": "BEP20", - "symbol": "LEOS", - "decimals": 8, - "status": "active", - "id": "0x2c8368f8F474Ed9aF49b87eAc77061BEb986c2f1", - "links": [ - { - "name": "github", - "url": "https://github.com/Leonicornswap" - }, - { - "name": "twitter", - "url": "https://twitter.com/swapleonicorn" - }, - { - "name": "telegram", - "url": "https://t.me/leonicornswap" - }, - { - "name": "whitepaper", - "url": "https://leonicornswap.com/images/whitepaper.pdf" - }, - { - "name": "facebook", - "url": "https://facebook.com/Leonicorn-Swap-104821111837719" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/LeonicornSwap" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/leonicorn-swap/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2c8368f8F474Ed9aF49b87eAc77061BEb986c2f1/logo.png b/blockchains/smartchain/assets/0x2c8368f8F474Ed9aF49b87eAc77061BEb986c2f1/logo.png deleted file mode 100644 index 030c74e13727c..0000000000000 Binary files a/blockchains/smartchain/assets/0x2c8368f8F474Ed9aF49b87eAc77061BEb986c2f1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2cA25319E2E63719F87221D8bF3646F8F5dE5DED/info.json b/blockchains/smartchain/assets/0x2cA25319E2E63719F87221D8bF3646F8F5dE5DED/info.json deleted file mode 100644 index 34587fcf22177..0000000000000 --- a/blockchains/smartchain/assets/0x2cA25319E2E63719F87221D8bF3646F8F5dE5DED/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "ElonGoat", - "type": "BEP20", - "symbol": "EGT", - "decimals": 9, - "website": "https://www.elongoat.io", - "description": "Elon GOAT Token is building a biblical sized monument on the back of a semi-trailer dedicated to the Godfather of Crypto, Elon Musk.", - "explorer": "https://bscscan.com/token/0x2cA25319E2E63719F87221D8bF3646F8F5dE5DED", - "status": "active", - "id": "0x2cA25319E2E63719F87221D8bF3646F8F5dE5DED", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/elon-goat/" - }, - { - "name": "twitter", - "url": "https://twitter.com/elongoattoken?s=21" - }, - { - "name": "telegram", - "url": "https://t.me/elon_goat_token" - }, - { - "name": "facebook", - "url": "https://facebook.com/ElonGoat.io" - } - ], - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2cA25319E2E63719F87221D8bF3646F8F5dE5DED/logo.png b/blockchains/smartchain/assets/0x2cA25319E2E63719F87221D8bF3646F8F5dE5DED/logo.png deleted file mode 100644 index 74e664592c47c..0000000000000 Binary files a/blockchains/smartchain/assets/0x2cA25319E2E63719F87221D8bF3646F8F5dE5DED/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2cD1075682b0FCCaADd0Ca629e138E64015Ba11c/info.json b/blockchains/smartchain/assets/0x2cD1075682b0FCCaADd0Ca629e138E64015Ba11c/info.json deleted file mode 100644 index c1be47d351253..0000000000000 --- a/blockchains/smartchain/assets/0x2cD1075682b0FCCaADd0Ca629e138E64015Ba11c/info.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "τBitcoin", - "website": "https://btcst.finance/", - "short_description": "τBitcoin is a synthetic Bitcoin supported by some of the largest miners in the world.", - "description": "τBitcoin is a synthetic Bitcoin supported by some of the largest miners in the world. Implementing the τ protocol, τBitcoin shows superior capital efficiency and composability for DeFi uses.", - "explorer": "https://bscscan.com/token/0x2cd1075682b0fccaadd0ca629e138e64015ba11c", - "type": "BEP20", - "symbol": "τBTC", - "decimals": 9, - "status": "active", - "id": "0x2cD1075682b0FCCaADd0Ca629e138E64015Ba11c", - "links": [ - { - "name": "github", - "url": "https://github.com/Standard-Hashrate-Groupastronauttoken" - }, - { - "name": "whitepaper", - "url": "https://www.btcst.finance/static/Tau-Whitepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2cD1075682b0FCCaADd0Ca629e138E64015Ba11c/logo.png b/blockchains/smartchain/assets/0x2cD1075682b0FCCaADd0Ca629e138E64015Ba11c/logo.png deleted file mode 100644 index 7a347937e2bac..0000000000000 Binary files a/blockchains/smartchain/assets/0x2cD1075682b0FCCaADd0Ca629e138E64015Ba11c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2cD96e8C3FF6b5E01169F6E3b61D28204E7810Bb/info.json b/blockchains/smartchain/assets/0x2cD96e8C3FF6b5E01169F6E3b61D28204E7810Bb/info.json deleted file mode 100644 index edfc2a694366b..0000000000000 --- a/blockchains/smartchain/assets/0x2cD96e8C3FF6b5E01169F6E3b61D28204E7810Bb/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "LuckyBlock", - "type": "BEP20", - "symbol": "LBlock", - "decimals": 9, - "website": "https://luckyblock.com/", - "description": "Lucky Block envisions a worldwide lottery with players using blockchain protocols, operating on the binance smart chain. The LBlock token is listed on Pancakeswap (DEX), A leading decentralised exchange (DEX) that allows users to buy and sell. We have more than 42K token holders.", - "explorer": "https://bscscan.com/token/0x2cD96e8C3FF6b5E01169F6E3b61D28204E7810Bb", - "status": "active", - "id": "0x2cD96e8C3FF6b5E01169F6E3b61D28204E7810Bb", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/luckyblockcoin" - }, - { - "name": "github", - "url": "https://github.com/finixio/luckyblock-smartcontract" - }, - { - "name": "telegram", - "url": "https://t.me/LuckyBlockChainTG" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2cD96e8C3FF6b5E01169F6E3b61D28204E7810Bb/logo.png b/blockchains/smartchain/assets/0x2cD96e8C3FF6b5E01169F6E3b61D28204E7810Bb/logo.png deleted file mode 100644 index 72a91af80a045..0000000000000 Binary files a/blockchains/smartchain/assets/0x2cD96e8C3FF6b5E01169F6E3b61D28204E7810Bb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2cc26dd730F548dc4ac291ae7D84a0C96980d2cB/info.json b/blockchains/smartchain/assets/0x2cc26dd730F548dc4ac291ae7D84a0C96980d2cB/info.json deleted file mode 100644 index 75a241295ea03..0000000000000 --- a/blockchains/smartchain/assets/0x2cc26dd730F548dc4ac291ae7D84a0C96980d2cB/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "PizzaSwap", - "website": "https://pizzafinance.app/", - "description": "PIZZA is the Best Modern Yield Farm on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x2cc26dd730f548dc4ac291ae7d84a0c96980d2cb", - "type": "BEP20", - "symbol": "PIZZA", - "decimals": 18, - "status": "active", - "id": "0x2cc26dd730F548dc4ac291ae7D84a0C96980d2cB", - "links": [ - { - "name": "github", - "url": "https://github.com/pizzafinancebsc" - }, - { - "name": "twitter", - "url": "https://twitter.com/Pizza_Finance" - }, - { - "name": "telegram", - "url": "https://t.me/PizzaFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2cc26dd730F548dc4ac291ae7D84a0C96980d2cB/logo.png b/blockchains/smartchain/assets/0x2cc26dd730F548dc4ac291ae7D84a0C96980d2cB/logo.png deleted file mode 100644 index 680141cc24620..0000000000000 Binary files a/blockchains/smartchain/assets/0x2cc26dd730F548dc4ac291ae7D84a0C96980d2cB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2cd2664Ce5639e46c6a3125257361e01d0213657/info.json b/blockchains/smartchain/assets/0x2cd2664Ce5639e46c6a3125257361e01d0213657/info.json deleted file mode 100644 index 064339bb71c27..0000000000000 --- a/blockchains/smartchain/assets/0x2cd2664Ce5639e46c6a3125257361e01d0213657/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Useless", - "website": "https://uselesscrypto.com", - "description": "Useless is the first token with an auto-stabilizing liquidity pool fueled by external revenue. Our vision is to bring mainstream accessibility to the crypto-space with easy-to-use mobile apps and dApps.", - "explorer": "https://bscscan.com/token/0x2cd2664Ce5639e46c6a3125257361e01d0213657", - "type": "BEP20", - "symbol": "USELESS", - "decimals": 9, - "status": "active", - "id": "0x2cd2664Ce5639e46c6a3125257361e01d0213657", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "blog", - "url": "https://uselesscrypto.com/" - }, - { - "name": "twitter", - "url": "https://twitter.com/uselesscrypto" - }, - { - "name": "facebook", - "url": "https://facebook.com/uselesscrypto" - }, - { - "name": "whitepaper", - "url": "https://uselesscrypto.com/assets/litepaper/Useless_Litepaper_v6.pdf" - }, - { - "name": "telegram", - "url": "https://t.me/uselesscrypto" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2cd2664Ce5639e46c6a3125257361e01d0213657/logo.png b/blockchains/smartchain/assets/0x2cd2664Ce5639e46c6a3125257361e01d0213657/logo.png deleted file mode 100644 index 37457fc043f54..0000000000000 Binary files a/blockchains/smartchain/assets/0x2cd2664Ce5639e46c6a3125257361e01d0213657/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2d2bB6cC040010583F16Bb1c5afEE129ed13B532/info.json b/blockchains/smartchain/assets/0x2d2bB6cC040010583F16Bb1c5afEE129ed13B532/info.json deleted file mode 100644 index 052a862beccb3..0000000000000 --- a/blockchains/smartchain/assets/0x2d2bB6cC040010583F16Bb1c5afEE129ed13B532/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MARSTOKEN", - "website": "https://marstoken.finance", - "description": "Yield farm MARS on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x2d2bB6cC040010583F16Bb1c5afEE129ed13B532", - "type": "BEP20", - "symbol": "MARS", - "decimals": 8, - "status": "active", - "id": "0x2d2bB6cC040010583F16Bb1c5afEE129ed13B532" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2d2bB6cC040010583F16Bb1c5afEE129ed13B532/logo.png b/blockchains/smartchain/assets/0x2d2bB6cC040010583F16Bb1c5afEE129ed13B532/logo.png deleted file mode 100644 index 5d33752c1dab6..0000000000000 Binary files a/blockchains/smartchain/assets/0x2d2bB6cC040010583F16Bb1c5afEE129ed13B532/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2d3bfaDF9BC94E3Ab796029A030e863F1898aA06/info.json b/blockchains/smartchain/assets/0x2d3bfaDF9BC94E3Ab796029A030e863F1898aA06/info.json deleted file mode 100644 index a293c77587074..0000000000000 --- a/blockchains/smartchain/assets/0x2d3bfaDF9BC94E3Ab796029A030e863F1898aA06/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream Trust Wallet", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0x2d3bfaDF9BC94E3Ab796029A030e863F1898aA06", - "type": "BEP20", - "symbol": "crTWT", - "decimals": 8, - "status": "active", - "id": "0x2d3bfaDF9BC94E3Ab796029A030e863F1898aA06", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2d3bfaDF9BC94E3Ab796029A030e863F1898aA06/logo.png b/blockchains/smartchain/assets/0x2d3bfaDF9BC94E3Ab796029A030e863F1898aA06/logo.png deleted file mode 100644 index 9ae135aaa9f18..0000000000000 Binary files a/blockchains/smartchain/assets/0x2d3bfaDF9BC94E3Ab796029A030e863F1898aA06/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2d43Dfe648Bb8C9c22f9FFcD1937369a9Fdd0eBc/info.json b/blockchains/smartchain/assets/0x2d43Dfe648Bb8C9c22f9FFcD1937369a9Fdd0eBc/info.json deleted file mode 100644 index 7e3b18d47a5ca..0000000000000 --- a/blockchains/smartchain/assets/0x2d43Dfe648Bb8C9c22f9FFcD1937369a9Fdd0eBc/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "EJECT", - "type": "BEP20", - "symbol": "EJECT", - "decimals": 9, - "website": "https://www.eject.space", - "description": "The Crowdfunding Platform for up and coming Defi tokens", - "explorer": "https://bscscan.com/token/0x2d43Dfe648Bb8C9c22f9FFcD1937369a9Fdd0eBc", - "status": "active", - "id": "0x2d43Dfe648Bb8C9c22f9FFcD1937369a9Fdd0eBc" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2d43Dfe648Bb8C9c22f9FFcD1937369a9Fdd0eBc/logo.png b/blockchains/smartchain/assets/0x2d43Dfe648Bb8C9c22f9FFcD1937369a9Fdd0eBc/logo.png deleted file mode 100644 index cf367a1d9cd6a..0000000000000 Binary files a/blockchains/smartchain/assets/0x2d43Dfe648Bb8C9c22f9FFcD1937369a9Fdd0eBc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2d4852Ac322d7f5c0B01ff7E1333A2a36a644c3f/info.json b/blockchains/smartchain/assets/0x2d4852Ac322d7f5c0B01ff7E1333A2a36a644c3f/info.json deleted file mode 100644 index 1f76b169d0791..0000000000000 --- a/blockchains/smartchain/assets/0x2d4852Ac322d7f5c0B01ff7E1333A2a36a644c3f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HitChain", - "website": "https://hitchain.net", - "description": "Hitchain is a decentralized smart defi project run by the community.", - "explorer": "https://bscscan.com/token/0x2d4852Ac322d7f5c0B01ff7E1333A2a36a644c3f", - "type": "BEP20", - "symbol": "HCH", - "decimals": 8, - "status": "active", - "id": "0x2d4852Ac322d7f5c0B01ff7E1333A2a36a644c3f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2d4852Ac322d7f5c0B01ff7E1333A2a36a644c3f/logo.png b/blockchains/smartchain/assets/0x2d4852Ac322d7f5c0B01ff7E1333A2a36a644c3f/logo.png deleted file mode 100644 index 99f237025fed3..0000000000000 Binary files a/blockchains/smartchain/assets/0x2d4852Ac322d7f5c0B01ff7E1333A2a36a644c3f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2d69c55baEcefC6ec815239DA0a985747B50Db6E/info.json b/blockchains/smartchain/assets/0x2d69c55baEcefC6ec815239DA0a985747B50Db6E/info.json deleted file mode 100644 index f881b41db2527..0000000000000 --- a/blockchains/smartchain/assets/0x2d69c55baEcefC6ec815239DA0a985747B50Db6E/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Tutti Frutti", - "symbol": "TFF", - "type": "BEP20", - "decimals": 18, - "description": "The first low-inflation community distributed yield-farming project on Binance Smart Chain.", - "website": "https://tuttifrutti.finance/", - "explorer": "https://bscscan.com/token/0x2d69c55baEcefC6ec815239DA0a985747B50Db6E", - "status": "active", - "id": "0x2d69c55baEcefC6ec815239DA0a985747B50Db6E" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2d69c55baEcefC6ec815239DA0a985747B50Db6E/logo.png b/blockchains/smartchain/assets/0x2d69c55baEcefC6ec815239DA0a985747B50Db6E/logo.png deleted file mode 100644 index c6dbb06a92b72..0000000000000 Binary files a/blockchains/smartchain/assets/0x2d69c55baEcefC6ec815239DA0a985747B50Db6E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2dE161f13Ab594aECD8F2A93e885A08d0ad362c7/info.json b/blockchains/smartchain/assets/0x2dE161f13Ab594aECD8F2A93e885A08d0ad362c7/info.json deleted file mode 100644 index 6b79be20bc6d1..0000000000000 --- a/blockchains/smartchain/assets/0x2dE161f13Ab594aECD8F2A93e885A08d0ad362c7/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Vanity", - "type": "BEP20", - "symbol": "VANITY", - "decimals": 9, - "website": "https://vanitytoken.net", - "description": "VANITY aims to provide the first ever self Token-Based Marketplace for Custom Vanity Addresses.", - "explorer": "https://bscscan.com/token/0x2dE161f13Ab594aECD8F2A93e885A08d0ad362c7", - "status": "abandoned", - "id": "0x2dE161f13Ab594aECD8F2A93e885A08d0ad362c7" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2dfF88A56767223A5529eA5960Da7A3F5f766406/info.json b/blockchains/smartchain/assets/0x2dfF88A56767223A5529eA5960Da7A3F5f766406/info.json deleted file mode 100644 index d00ad5017bbbc..0000000000000 --- a/blockchains/smartchain/assets/0x2dfF88A56767223A5529eA5960Da7A3F5f766406/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "SPACE ID", - "symbol": "ID", - "type": "BEP20", - "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://bscscan.com/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/smartchain/assets/0x2dfF88A56767223A5529eA5960Da7A3F5f766406/logo.png b/blockchains/smartchain/assets/0x2dfF88A56767223A5529eA5960Da7A3F5f766406/logo.png deleted file mode 100644 index a6a3c27553a0e..0000000000000 Binary files a/blockchains/smartchain/assets/0x2dfF88A56767223A5529eA5960Da7A3F5f766406/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2e18D97bB92Bcb9EFb029C7Ee72f18108Ec36C2C/info.json b/blockchains/smartchain/assets/0x2e18D97bB92Bcb9EFb029C7Ee72f18108Ec36C2C/info.json deleted file mode 100644 index 94cba2bb99cc4..0000000000000 --- a/blockchains/smartchain/assets/0x2e18D97bB92Bcb9EFb029C7Ee72f18108Ec36C2C/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TORO", - "website": "https://torobullrun.io", - "description": "TORO is a cryptocurrency for us, providing a decentralized power of internet finance to the community, who will truly decide with our horns when the run ends.", - "explorer": "https://bscscan.com/token/0x2e18D97bB92Bcb9EFb029C7Ee72f18108Ec36C2C", - "type": "BEP20", - "symbol": "TORO", - "decimals": 9, - "status": "active", - "id": "0x2e18D97bB92Bcb9EFb029C7Ee72f18108Ec36C2C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2e18D97bB92Bcb9EFb029C7Ee72f18108Ec36C2C/logo.png b/blockchains/smartchain/assets/0x2e18D97bB92Bcb9EFb029C7Ee72f18108Ec36C2C/logo.png deleted file mode 100644 index e6375ff1e58ec..0000000000000 Binary files a/blockchains/smartchain/assets/0x2e18D97bB92Bcb9EFb029C7Ee72f18108Ec36C2C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2e42C9EAc96833C6e16Dc71c743cECC114CCD7e3/info.json b/blockchains/smartchain/assets/0x2e42C9EAc96833C6e16Dc71c743cECC114CCD7e3/info.json deleted file mode 100644 index da33084735a7b..0000000000000 --- a/blockchains/smartchain/assets/0x2e42C9EAc96833C6e16Dc71c743cECC114CCD7e3/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "MetaCash", - "website": "https://metacashbsc.com/", - "description": "The metacash project is referred to the world of the metaverse and virtual reality, through creating a large community of more than 3000 members.", - "explorer": "https://bscscan.com/token/0x2e42C9EAc96833C6e16Dc71c743cECC114CCD7e3", - "type": "BEP20", - "symbol": "META", - "decimals": 18, - "status": "active", - "id": "0x2e42C9EAc96833C6e16Dc71c743cECC114CCD7e3", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/metacash/" - }, - { - "name": "twitter", - "url": "https://twitter.com/MetaCashBSC" - }, - { - "name": "telegram", - "url": "https://t.me/MetaCash" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2e42C9EAc96833C6e16Dc71c743cECC114CCD7e3/logo.png b/blockchains/smartchain/assets/0x2e42C9EAc96833C6e16Dc71c743cECC114CCD7e3/logo.png deleted file mode 100644 index 59fa511a94c5d..0000000000000 Binary files a/blockchains/smartchain/assets/0x2e42C9EAc96833C6e16Dc71c743cECC114CCD7e3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2e74Ee4fc4466d0883eF5E12A0Ce344BFe15BE8D/info.json b/blockchains/smartchain/assets/0x2e74Ee4fc4466d0883eF5E12A0Ce344BFe15BE8D/info.json deleted file mode 100644 index cdcee2d70c39b..0000000000000 --- a/blockchains/smartchain/assets/0x2e74Ee4fc4466d0883eF5E12A0Ce344BFe15BE8D/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "PumpETH", - "website": "https://pumpeth.com", - "description": "Rebase Token that offers some Utility (dApps) and also rewards 4% all the holders with BEP20 ETH", - "explorer": "https://bscscan.com/token/0x2e74ee4fc4466d0883ef5e12a0ce344bfe15be8d", - "type": "BEP20", - "symbol": "PETH", - "decimals": 9, - "status": "active", - "id": "0x2e74Ee4fc4466d0883eF5E12A0Ce344BFe15BE8D", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/PumpETHToken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pumpeth/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/pumpeth" - } - ] -} diff --git a/blockchains/smartchain/assets/0x2e74Ee4fc4466d0883eF5E12A0Ce344BFe15BE8D/logo.png b/blockchains/smartchain/assets/0x2e74Ee4fc4466d0883eF5E12A0Ce344BFe15BE8D/logo.png deleted file mode 100644 index 1ecd5f0105d72..0000000000000 Binary files a/blockchains/smartchain/assets/0x2e74Ee4fc4466d0883eF5E12A0Ce344BFe15BE8D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2e8799f0A26d8A9f37a0b4747Fa534f039C2d234/info.json b/blockchains/smartchain/assets/0x2e8799f0A26d8A9f37a0b4747Fa534f039C2d234/info.json deleted file mode 100644 index 2895c20c450ae..0000000000000 --- a/blockchains/smartchain/assets/0x2e8799f0A26d8A9f37a0b4747Fa534f039C2d234/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Birb", - "website": "https://birb.com", - "description": "Discover and experience the exciting Birb ecosphere. Birb has many features, such as our beautiful NFTs rich in functionality, top holder rewards, Birb e-commerce plugins, our upcoming social $BIRB sending, and privacy features.", - "explorer": "https://bscscan.com/token/0x2e8799f0A26d8A9f37a0b4747Fa534f039C2d234", - "type": "BEP20", - "symbol": "BIRB", - "decimals": 18, - "status": "active", - "id": "0x2e8799f0A26d8A9f37a0b4747Fa534f039C2d234", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/birbdev" - }, - { - "name": "twitter", - "url": "https://twitter.com/BirbDefi" - }, - { - "name": "telegram", - "url": "https://t.me/birbdefi" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/birb" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/BirbDefi/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2e8799f0A26d8A9f37a0b4747Fa534f039C2d234/logo.png b/blockchains/smartchain/assets/0x2e8799f0A26d8A9f37a0b4747Fa534f039C2d234/logo.png deleted file mode 100644 index 385f9f44e8436..0000000000000 Binary files a/blockchains/smartchain/assets/0x2e8799f0A26d8A9f37a0b4747Fa534f039C2d234/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2ed990dcE85F30951D1Bc26676ED0A5FCbDC12d2/info.json b/blockchains/smartchain/assets/0x2ed990dcE85F30951D1Bc26676ED0A5FCbDC12d2/info.json deleted file mode 100644 index 8ecbfc5c47ad3..0000000000000 --- a/blockchains/smartchain/assets/0x2ed990dcE85F30951D1Bc26676ED0A5FCbDC12d2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "POOROCKET", - "website": "https://poorocket.com", - "description": "$POOROCKET is the fairest launched, anti-whale, community driven, DeFi Token instructed to reward holders through its frictionless yield and liquidity generation protocol. Within the POOROCKET application, we have developed a fully bespoke digital wallet offering to store your cryptocurrencies in the safest, most immutable environment on the market.", - "explorer": "https://bscscan.com/token/0x2ed990dce85f30951d1bc26676ed0a5fcbdc12d2", - "type": "BEP20", - "symbol": "POOROCKET", - "decimals": 9, - "status": "active", - "id": "0x2ed990dcE85F30951D1Bc26676ED0A5FCbDC12d2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2ed990dcE85F30951D1Bc26676ED0A5FCbDC12d2/logo.png b/blockchains/smartchain/assets/0x2ed990dcE85F30951D1Bc26676ED0A5FCbDC12d2/logo.png deleted file mode 100644 index 423532d1d3213..0000000000000 Binary files a/blockchains/smartchain/assets/0x2ed990dcE85F30951D1Bc26676ED0A5FCbDC12d2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2ed9e96EDd11A1fF5163599A66fb6f1C77FA9C66/info.json b/blockchains/smartchain/assets/0x2ed9e96EDd11A1fF5163599A66fb6f1C77FA9C66/info.json deleted file mode 100644 index 3f7e23a7cdab5..0000000000000 --- a/blockchains/smartchain/assets/0x2ed9e96EDd11A1fF5163599A66fb6f1C77FA9C66/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Lead Token", - "type": "BEP20", - "symbol": "LEAD", - "decimals": 18, - "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://bscscan.com/token/0x2ed9e96EDd11A1fF5163599A66fb6f1C77FA9C66", - "status": "active", - "id": "0x2ed9e96EDd11A1fF5163599A66fb6f1C77FA9C66" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2ed9e96EDd11A1fF5163599A66fb6f1C77FA9C66/logo.png b/blockchains/smartchain/assets/0x2ed9e96EDd11A1fF5163599A66fb6f1C77FA9C66/logo.png deleted file mode 100644 index b23178c907bd2..0000000000000 Binary files a/blockchains/smartchain/assets/0x2ed9e96EDd11A1fF5163599A66fb6f1C77FA9C66/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2f053e33bd590830858161d42C67e9E8A9390019/info.json b/blockchains/smartchain/assets/0x2f053e33bd590830858161d42C67e9E8A9390019/info.json deleted file mode 100644 index 7e9f045dc62c7..0000000000000 --- a/blockchains/smartchain/assets/0x2f053e33bd590830858161d42C67e9E8A9390019/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Vention", - "type": "BEP20", - "symbol": "VNT", - "decimals": 18, - "website": "https://vention.app/", - "description": "Philippines' First NFT Marketplace for Local Artists & Celebrities.", - "explorer": "https://bscscan.com/token/0x2f053e33bd590830858161d42C67e9E8A9390019", - "status": "active", - "id": "0x2f053e33bd590830858161d42C67e9E8A9390019", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ventionapp" - }, - { - "name": "telegram", - "url": "https://t.me/ventionapp" - }, - { - "name": "facebook", - "url": "https://facebook.com/VentionApp" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2f053e33bd590830858161d42C67e9E8A9390019/logo.png b/blockchains/smartchain/assets/0x2f053e33bd590830858161d42C67e9E8A9390019/logo.png deleted file mode 100644 index 0a636f2416237..0000000000000 Binary files a/blockchains/smartchain/assets/0x2f053e33bd590830858161d42C67e9E8A9390019/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2f0c6e147974BfbF7Da557b88643D74C324053A2/info.json b/blockchains/smartchain/assets/0x2f0c6e147974BfbF7Da557b88643D74C324053A2/info.json deleted file mode 100644 index 28e9d8323b2b0..0000000000000 --- a/blockchains/smartchain/assets/0x2f0c6e147974BfbF7Da557b88643D74C324053A2/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Catcoin Token V2", - "type": "BEP20", - "symbol": "CATS", - "decimals": 0, - "website": "https://www.catcoincrypto.me/", - "description": "World's Best Community Driven Coin", - "explorer": "https://bscscan.com/token/0x2f0c6e147974BfbF7Da557b88643D74C324053A2", - "status": "active", - "id": "0x2f0c6e147974BfbF7Da557b88643D74C324053A2", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/catcoinbsc" - }, - { - "name": "telegram", - "url": "https://t.me/catcoin_bsc" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/catcoin-token/" - }, - { - "name": "source_code", - "url": "https://github.com/catcointoken-cats/" - } - ], - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2f0c6e147974BfbF7Da557b88643D74C324053A2/logo.png b/blockchains/smartchain/assets/0x2f0c6e147974BfbF7Da557b88643D74C324053A2/logo.png deleted file mode 100644 index 8643b3496077e..0000000000000 Binary files a/blockchains/smartchain/assets/0x2f0c6e147974BfbF7Da557b88643D74C324053A2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2f499c6DA2C84063BB7e0CB1C478687210cDB615/info.json b/blockchains/smartchain/assets/0x2f499c6DA2C84063BB7e0CB1C478687210cDB615/info.json deleted file mode 100644 index 0dd1131dc81b8..0000000000000 --- a/blockchains/smartchain/assets/0x2f499c6DA2C84063BB7e0CB1C478687210cDB615/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "Reflex V2", - "type": "BEP20", - "symbol": "RFX", - "decimals": 18, - "website": "https://reflexfinance.com/", - "description": "$RFX, our native token, is a hyper deflationary reflection token hosted on the Binance Smart Chain. It is based on an innovative liquidity generating protocol with additional staking opportunities.", - "explorer": "https://bscscan.com/token/0x2f499c6DA2C84063BB7e0CB1C478687210cDB615", - "status": "active", - "id": "0x2f499c6DA2C84063BB7e0CB1C478687210cDB615", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Reflex_Finance" - }, - { - "name": "telegram", - "url": "https://t.me/ReflexFinanceV2" - }, - { - "name": "discord", - "url": "https://discord.com/invite/reflexfinance" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/ReflexFinance" - }, - { - "name": "whitepaper", - "url": "https://reflexfinance.com/whitepaper" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/reflex-finance/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/reflex-finance-v2" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCIcGozPp0vTrLbtc83AgzFg" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x2f499c6DA2C84063BB7e0CB1C478687210cDB615/logo.png b/blockchains/smartchain/assets/0x2f499c6DA2C84063BB7e0CB1C478687210cDB615/logo.png deleted file mode 100644 index 46dead1f0190b..0000000000000 Binary files a/blockchains/smartchain/assets/0x2f499c6DA2C84063BB7e0CB1C478687210cDB615/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2f657932E65905eA09c7aacfe898bf79e207c1C0/info.json b/blockchains/smartchain/assets/0x2f657932E65905eA09c7aacfe898bf79e207c1C0/info.json deleted file mode 100644 index 98d1c2f4a5ca4..0000000000000 --- a/blockchains/smartchain/assets/0x2f657932E65905eA09c7aacfe898bf79e207c1C0/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "RoboDoge Coin", - "type": "BEP20", - "symbol": "ROBODOGE", - "decimals": 9, - "website": "https://www.robodogecoin.com", - "description": "Robo Doge is a smart, hyper deflationary, community-driven protocol that rewards its' holders through smart tokenomics. We are a newer, more sophisticated, stronger version of the Doge family.", - "explorer": "https://bscscan.com/token/0x2f657932E65905eA09c7aacfe898bf79e207c1C0", - "status": "active", - "id": "0x2f657932E65905eA09c7aacfe898bf79e207c1C0", - "links": [ - { - "name": "reddit", - "url": "https://reddit.com/r/RoboDogeCoin/" - }, - { - "name": "telegram", - "url": "https://t.me/RoboDoge_Coin" - }, - { - "name": "twitter", - "url": "https://twitter.com/https://twitter.com/RobodogeC" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2f657932E65905eA09c7aacfe898bf79e207c1C0/logo.png b/blockchains/smartchain/assets/0x2f657932E65905eA09c7aacfe898bf79e207c1C0/logo.png deleted file mode 100644 index 94aa9e3817f28..0000000000000 Binary files a/blockchains/smartchain/assets/0x2f657932E65905eA09c7aacfe898bf79e207c1C0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2f801292924433F41E34669b0817F990764EcAA0/info.json b/blockchains/smartchain/assets/0x2f801292924433F41E34669b0817F990764EcAA0/info.json deleted file mode 100644 index 6209cf3cfca35..0000000000000 --- a/blockchains/smartchain/assets/0x2f801292924433F41E34669b0817F990764EcAA0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DOGEMOON", - "website": "https://dogemoon.me", - "description": "DOGEMOON is a deflationary token with purpose of charity", - "explorer": "https://bscscan.com/token/0x2f801292924433f41e34669b0817f990764ecaa0", - "type": "BEP20", - "symbol": "DOGEMOON", - "decimals": 9, - "status": "abandoned", - "id": "0x2f801292924433F41E34669b0817F990764EcAA0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2fF0B946A6782190C4Fe5D4971CFE79F0b6E4df2/info.json b/blockchains/smartchain/assets/0x2fF0B946A6782190C4Fe5D4971CFE79F0b6E4df2/info.json deleted file mode 100644 index 48d300b70110a..0000000000000 --- a/blockchains/smartchain/assets/0x2fF0B946A6782190C4Fe5D4971CFE79F0b6E4df2/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Mysterium", - "type": "BEP20", - "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://bscscan.com/token/0x2ff0b946a6782190c4fe5d4971cfe79f0b6e4df2", - "status": "active", - "id": "0x2fF0B946A6782190C4Fe5D4971CFE79F0b6E4df2", - "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/smartchain/assets/0x2fF0B946A6782190C4Fe5D4971CFE79F0b6E4df2/logo.png b/blockchains/smartchain/assets/0x2fF0B946A6782190C4Fe5D4971CFE79F0b6E4df2/logo.png deleted file mode 100644 index ad16c843c62cc..0000000000000 Binary files a/blockchains/smartchain/assets/0x2fF0B946A6782190C4Fe5D4971CFE79F0b6E4df2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2fF3d0F6990a40261c66E1ff2017aCBc282EB6d0/info.json b/blockchains/smartchain/assets/0x2fF3d0F6990a40261c66E1ff2017aCBc282EB6d0/info.json deleted file mode 100644 index 322548ab8eb64..0000000000000 --- a/blockchains/smartchain/assets/0x2fF3d0F6990a40261c66E1ff2017aCBc282EB6d0/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Venus SXP", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "research": "https://research.binance.com/en/projects/venus", - "explorer": "https://bscscan.com/token/0x2fF3d0F6990a40261c66E1ff2017aCBc282EB6d0", - "type": "BEP20", - "symbol": "vSXP", - "decimals": 8, - "status": "active", - "id": "0x2fF3d0F6990a40261c66E1ff2017aCBc282EB6d0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2fF3d0F6990a40261c66E1ff2017aCBc282EB6d0/logo.png b/blockchains/smartchain/assets/0x2fF3d0F6990a40261c66E1ff2017aCBc282EB6d0/logo.png deleted file mode 100644 index b54b91ba8dc21..0000000000000 Binary files a/blockchains/smartchain/assets/0x2fF3d0F6990a40261c66E1ff2017aCBc282EB6d0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2fa6ee42BacF983F050210A1ca42f88686327FC9/info.json b/blockchains/smartchain/assets/0x2fa6ee42BacF983F050210A1ca42f88686327FC9/info.json deleted file mode 100644 index 085f7074cc6ac..0000000000000 --- a/blockchains/smartchain/assets/0x2fa6ee42BacF983F050210A1ca42f88686327FC9/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "W3C", - "website": "https://w3dao.finance", - "description": "W3C is used as a liquidity token and can be obtained by staking or through the secondary market.", - "explorer": "https://bscscan.com/token/0x2fa6ee42BacF983F050210A1ca42f88686327FC9", - "type": "BEP20", - "symbol": "W3C", - "decimals": 18, - "status": "active", - "id": "0x2fa6ee42BacF983F050210A1ca42f88686327FC9", - "links": [ - { - "name": "telegram", - "url": "https://t.me/+151I1-uPRDs2Yzg9" - }, - { - "name": "twitter", - "url": "https://twitter.com/w3dao_bsc?s=11" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x2fa6ee42BacF983F050210A1ca42f88686327FC9/logo.png b/blockchains/smartchain/assets/0x2fa6ee42BacF983F050210A1ca42f88686327FC9/logo.png deleted file mode 100644 index ca65702c9121e..0000000000000 Binary files a/blockchains/smartchain/assets/0x2fa6ee42BacF983F050210A1ca42f88686327FC9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x2fd6c9B869Dea106730269E13113361b684f843a/info.json b/blockchains/smartchain/assets/0x2fd6c9B869Dea106730269E13113361b684f843a/info.json deleted file mode 100644 index 0a9856d2c4f8a..0000000000000 --- a/blockchains/smartchain/assets/0x2fd6c9B869Dea106730269E13113361b684f843a/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Chihuahua", - "type": "BEP20", - "symbol": "CHH", - "decimals": 9, - "website": "https://chihuahuabsc.io/", - "description": "Chihuahua aims to spread animal adoption awareness. Part of the taxes applied to every transaction is donated to animal shelters worldwide.", - "explorer": "https://bscscan.com/token/0x2fd6c9B869Dea106730269E13113361b684f843a", - "status": "active", - "id": "0x2fd6c9B869Dea106730269E13113361b684f843a", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Chihuahua_bsc" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/chihuahua-token-19fcd0de-eb4d-4fd7-bc4a-a202247dfdbb/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/chihuahua-token-19fcd0de-eb4d-4fd7-bc4a-a202247dfdbb" - }, - { - "name": "telegram", - "url": "https://t.me/ChiHuaHuaGlobal" - }, - { - "name": "facebook", - "url": "https://facebook.com/chihuahuabsc" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x2fd6c9B869Dea106730269E13113361b684f843a/logo.png b/blockchains/smartchain/assets/0x2fd6c9B869Dea106730269E13113361b684f843a/logo.png deleted file mode 100644 index 65cb831adf437..0000000000000 Binary files a/blockchains/smartchain/assets/0x2fd6c9B869Dea106730269E13113361b684f843a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3019BF2a2eF8040C242C9a4c5c4BD4C81678b2A1/info.json b/blockchains/smartchain/assets/0x3019BF2a2eF8040C242C9a4c5c4BD4C81678b2A1/info.json deleted file mode 100644 index ae820e2a51a2c..0000000000000 --- a/blockchains/smartchain/assets/0x3019BF2a2eF8040C242C9a4c5c4BD4C81678b2A1/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Green Metaverse Token", - "type": "BEP20", - "symbol": "GMT", - "decimals": 8, - "website": "https://www.stepn.com", - "description": "GMT is the governance token of STEPN, which is a Web3 lifestyle app with fun social elements and gamification design.", - "explorer": "https://bscscan.com/token/0x3019BF2a2eF8040C242C9a4c5c4BD4C81678b2A1", - "status": "active", - "id": "0x3019BF2a2eF8040C242C9a4c5c4BD4C81678b2A1", - "links": [ - { - "name": "reddit", - "url": "https://reddit.com/r/StepN/" - }, - { - "name": "twitter", - "url": "https://twitter.com/Stepnofficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/green-metaverse-token/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/stepn" - }, - { - "name": "discord", - "url": "https://discord.com/invite/stepn" - } - ], - "tags": [ - "governance" - ] -} diff --git a/blockchains/smartchain/assets/0x3019BF2a2eF8040C242C9a4c5c4BD4C81678b2A1/logo.png b/blockchains/smartchain/assets/0x3019BF2a2eF8040C242C9a4c5c4BD4C81678b2A1/logo.png deleted file mode 100644 index 8fa982f7a68ef..0000000000000 Binary files a/blockchains/smartchain/assets/0x3019BF2a2eF8040C242C9a4c5c4BD4C81678b2A1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x30365Ed4Ca8173013ad948b9842f34ac71d01f7C/info.json b/blockchains/smartchain/assets/0x30365Ed4Ca8173013ad948b9842f34ac71d01f7C/info.json deleted file mode 100644 index 1ae91e76eb65c..0000000000000 --- a/blockchains/smartchain/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://bscscan.com/token/0x30365ed4ca8173013ad948b9842f34ac71d01f7c", - "type": "BEP20", - "symbol": "DHS", - "decimals": 18, - "status": "active", - "id": "0x30365Ed4Ca8173013ad948b9842f34ac71d01f7C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x30365Ed4Ca8173013ad948b9842f34ac71d01f7C/logo.png b/blockchains/smartchain/assets/0x30365Ed4Ca8173013ad948b9842f34ac71d01f7C/logo.png deleted file mode 100644 index 2772bcd1a7ad0..0000000000000 Binary files a/blockchains/smartchain/assets/0x30365Ed4Ca8173013ad948b9842f34ac71d01f7C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x303dE4bdb189B951F875eB4A8ECDe2985138161e/info.json b/blockchains/smartchain/assets/0x303dE4bdb189B951F875eB4A8ECDe2985138161e/info.json deleted file mode 100644 index 27bfb421afcab..0000000000000 --- a/blockchains/smartchain/assets/0x303dE4bdb189B951F875eB4A8ECDe2985138161e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "USD SMART", - "website": "https://usdsmart.com", - "description": "USDs is a Digital assets for a stable currency with Binance Smart Chain Network #BSC For Smart Project.", - "explorer": "https://bscscan.com/token/0x303dE4bdb189B951F875eB4A8ECDe2985138161e", - "type": "BEP20", - "symbol": "USDs", - "decimals": 18, - "status": "active", - "id": "0x303dE4bdb189B951F875eB4A8ECDe2985138161e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x303dE4bdb189B951F875eB4A8ECDe2985138161e/logo.png b/blockchains/smartchain/assets/0x303dE4bdb189B951F875eB4A8ECDe2985138161e/logo.png deleted file mode 100644 index 097e4046089c7..0000000000000 Binary files a/blockchains/smartchain/assets/0x303dE4bdb189B951F875eB4A8ECDe2985138161e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3045d1A840364c3657b8Df6c6F86a4359c23472B/info.json b/blockchains/smartchain/assets/0x3045d1A840364c3657b8Df6c6F86a4359c23472B/info.json deleted file mode 100644 index 3038634f15dda..0000000000000 --- a/blockchains/smartchain/assets/0x3045d1A840364c3657b8Df6c6F86a4359c23472B/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Orica", - "type": "BEP20", - "symbol": "ORI", - "decimals": 18, - "website": "https://orica.io/", - "description": "Orica is an NFT marketplace in Binance Smart Chain for all kind of digital arts, the token which uses in this NFT marketplace is ORI", - "explorer": "https://bscscan.com/token/0x3045d1A840364c3657b8Df6c6F86a4359c23472B", - "status": "active", - "id": "0x3045d1A840364c3657b8Df6c6F86a4359c23472B", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/orica_io" - }, - { - "name": "telegram", - "url": "https://t.me/OricaChat" - }, - { - "name": "discord", - "url": "https://discord.com/invite/YZ9vp5syct" - }, - { - "name": "whitepaper", - "url": "https://orica.io/media/orica_whitepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3045d1A840364c3657b8Df6c6F86a4359c23472B/logo.png b/blockchains/smartchain/assets/0x3045d1A840364c3657b8Df6c6F86a4359c23472B/logo.png deleted file mode 100644 index 00121515fd3af..0000000000000 Binary files a/blockchains/smartchain/assets/0x3045d1A840364c3657b8Df6c6F86a4359c23472B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3048144676Ea683bF670392971e569d9511015eb/info.json b/blockchains/smartchain/assets/0x3048144676Ea683bF670392971e569d9511015eb/info.json deleted file mode 100644 index 95b4d49debcc5..0000000000000 --- a/blockchains/smartchain/assets/0x3048144676Ea683bF670392971e569d9511015eb/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FUSD", - "website": "https://fusd.network/", - "description": "Decentralizing the U.S dollar to create the worlds favourite USD stable token.", - "explorer": "https://bscscan.com/token/0x3048144676ea683bf670392971e569d9511015eb", - "type": "BEP20", - "symbol": "FUSD", - "decimals": 18, - "status": "active", - "id": "0x3048144676Ea683bF670392971e569d9511015eb" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3048144676Ea683bF670392971e569d9511015eb/logo.png b/blockchains/smartchain/assets/0x3048144676Ea683bF670392971e569d9511015eb/logo.png deleted file mode 100644 index 7a6d19e44811b..0000000000000 Binary files a/blockchains/smartchain/assets/0x3048144676Ea683bF670392971e569d9511015eb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x304c62b5B030176F8d328d3A01FEaB632FC929BA/info.json b/blockchains/smartchain/assets/0x304c62b5B030176F8d328d3A01FEaB632FC929BA/info.json deleted file mode 100644 index baff0b872aa89..0000000000000 --- a/blockchains/smartchain/assets/0x304c62b5B030176F8d328d3A01FEaB632FC929BA/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LEV Token", - "website": "https://www.levyathan.finance/", - "description": "The first DIGITAL ASSETS INDEXES on Binance Smart Chain", - "explorer": "https://bscscan.com/token/0x304c62b5B030176F8d328d3A01FEaB632FC929BA", - "type": "BEP20", - "symbol": "LEV", - "decimals": 18, - "status": "active", - "id": "0x304c62b5B030176F8d328d3A01FEaB632FC929BA" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x304c62b5B030176F8d328d3A01FEaB632FC929BA/logo.png b/blockchains/smartchain/assets/0x304c62b5B030176F8d328d3A01FEaB632FC929BA/logo.png deleted file mode 100644 index 8d8ff0b2fa01b..0000000000000 Binary files a/blockchains/smartchain/assets/0x304c62b5B030176F8d328d3A01FEaB632FC929BA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3081523203F2AEfceaBd4b9B9eDbCa05A038Db67/info.json b/blockchains/smartchain/assets/0x3081523203F2AEfceaBd4b9B9eDbCa05A038Db67/info.json deleted file mode 100644 index d8c484507ca3f..0000000000000 --- a/blockchains/smartchain/assets/0x3081523203F2AEfceaBd4b9B9eDbCa05A038Db67/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "The Last McAfee Token", - "website": "https://mcafee.finance", - "description": "John McAfee was a true Cryptocurrency pioneer and believer of Freedom and Libertarian principles. MCAFEE₿ Token is dedicated to his libertarian principles and his belief in a decentralized monetary system", - "explorer": "https://bscscan.com/token/0x3081523203F2AEfceaBd4b9B9eDbCa05A038Db67", - "type": "BEP20", - "symbol": "MCAFEE", - "decimals": 9, - "status": "active", - "id": "0x3081523203F2AEfceaBd4b9B9eDbCa05A038Db67" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3081523203F2AEfceaBd4b9B9eDbCa05A038Db67/logo.png b/blockchains/smartchain/assets/0x3081523203F2AEfceaBd4b9B9eDbCa05A038Db67/logo.png deleted file mode 100644 index 537ae74b70a73..0000000000000 Binary files a/blockchains/smartchain/assets/0x3081523203F2AEfceaBd4b9B9eDbCa05A038Db67/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x308FC5CdD559Be5cB62B08A26a4699bBef4a888f/info.json b/blockchains/smartchain/assets/0x308FC5CdD559Be5cB62B08A26a4699bBef4a888f/info.json deleted file mode 100644 index 28e1e927b32e8..0000000000000 --- a/blockchains/smartchain/assets/0x308FC5CdD559Be5cB62B08A26a4699bBef4a888f/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "DCIP", - "website": "https://dcip.finance", - "description": "DCIP is world's first Decentralized Community Investment Protocol.", - "explorer": "https://bscscan.com/token/0x308FC5CdD559Be5cB62B08A26a4699bBef4a888f", - "type": "BEP20", - "symbol": "DCIP", - "decimals": 9, - "status": "active", - "id": "0x308FC5CdD559Be5cB62B08A26a4699bBef4a888f", - "links": [ - { - "name": "github", - "url": "https://github.com/DCIP-Finance/" - }, - { - "name": "twitter", - "url": "https://twitter.com/dcip_finance" - }, - { - "name": "telegram", - "url": "https://t.me/DCIPfinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x308FC5CdD559Be5cB62B08A26a4699bBef4a888f/logo.png b/blockchains/smartchain/assets/0x308FC5CdD559Be5cB62B08A26a4699bBef4a888f/logo.png deleted file mode 100644 index 40f9e6d65f796..0000000000000 Binary files a/blockchains/smartchain/assets/0x308FC5CdD559Be5cB62B08A26a4699bBef4a888f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x30b29C6C03546F6395ddB454538D0eb7E4a6E32f/info.json b/blockchains/smartchain/assets/0x30b29C6C03546F6395ddB454538D0eb7E4a6E32f/info.json deleted file mode 100644 index 95e5ca7355cb8..0000000000000 --- a/blockchains/smartchain/assets/0x30b29C6C03546F6395ddB454538D0eb7E4a6E32f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "RooCoin", - "website": "https://roocoin.com", - "description": "RooCoin is a ‘charity-oriented’ token that's helping to support community causes across the world.", - "explorer": "https://bscscan.com/token/0x30b29C6C03546F6395ddB454538D0eb7E4a6E32f", - "type": "BEP20", - "symbol": "ROO", - "decimals": 18, - "status": "active", - "id": "0x30b29C6C03546F6395ddB454538D0eb7E4a6E32f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x30b29C6C03546F6395ddB454538D0eb7E4a6E32f/logo.png b/blockchains/smartchain/assets/0x30b29C6C03546F6395ddB454538D0eb7E4a6E32f/logo.png deleted file mode 100644 index eda59dffc251b..0000000000000 Binary files a/blockchains/smartchain/assets/0x30b29C6C03546F6395ddB454538D0eb7E4a6E32f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x30ea7c369B87fe261dE28A1eeFafE806696A738B/info.json b/blockchains/smartchain/assets/0x30ea7c369B87fe261dE28A1eeFafE806696A738B/info.json deleted file mode 100644 index 17c39553b7751..0000000000000 --- a/blockchains/smartchain/assets/0x30ea7c369B87fe261dE28A1eeFafE806696A738B/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "DOXXED", - "type": "BEP20", - "symbol": "DOX", - "decimals": 18, - "website": "https://www.doxxed.org/", - "description": "DOXXED is a Binance Smart Chain Startup with a unique ecosystem of multiple utilities & use case, reflection to holders, revenue share and buybacks.", - "explorer": "https://bscscan.com/token/0x30ea7c369B87fe261dE28A1eeFafE806696A738B", - "status": "active", - "id": "0x30ea7c369B87fe261dE28A1eeFafE806696A738B", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/doxxed/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/doxxed" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x30ea7c369B87fe261dE28A1eeFafE806696A738B/logo.png b/blockchains/smartchain/assets/0x30ea7c369B87fe261dE28A1eeFafE806696A738B/logo.png deleted file mode 100644 index cf24dc409cd68..0000000000000 Binary files a/blockchains/smartchain/assets/0x30ea7c369B87fe261dE28A1eeFafE806696A738B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x31045e7023e6c388F9447E632a3f9EaFF90393fa/info.json b/blockchains/smartchain/assets/0x31045e7023e6c388F9447E632a3f9EaFF90393fa/info.json deleted file mode 100644 index f71ed95b9676a..0000000000000 --- a/blockchains/smartchain/assets/0x31045e7023e6c388F9447E632a3f9EaFF90393fa/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "SafeToken", - "website": "https://safetoken.xyz/", - "description": "SafeToken is a next-gen cryptocurrency that combines auto-liquidity, frictionless yield, and token burn.", - "research": "", - "explorer": "https://bscscan.com/token/0x31045e7023e6c388F9447E632a3f9EaFF90393fa", - "type": "BEP20", - "symbol": "SAFETOKEN", - "decimals": 18, - "status": "active", - "id": "0x31045e7023e6c388F9447E632a3f9EaFF90393fa", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/safetokenteam" - }, - { - "name": "telegram", - "url": "https://t.me/safetokenbsc" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/SafeToken/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x31045e7023e6c388F9447E632a3f9EaFF90393fa/logo.png b/blockchains/smartchain/assets/0x31045e7023e6c388F9447E632a3f9EaFF90393fa/logo.png deleted file mode 100644 index 9abd01d4e63e7..0000000000000 Binary files a/blockchains/smartchain/assets/0x31045e7023e6c388F9447E632a3f9EaFF90393fa/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3107C0A1126268CA303f8d99c712392fA596e6D7/info.json b/blockchains/smartchain/assets/0x3107C0A1126268CA303f8d99c712392fA596e6D7/info.json deleted file mode 100644 index dd4fce9cacb33..0000000000000 --- a/blockchains/smartchain/assets/0x3107C0A1126268CA303f8d99c712392fA596e6D7/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Gem Exchange and Trading", - "type": "BEP20", - "symbol": "GXT", - "decimals": 18, - "website": "https://www.gxtglobal.com/en/index.html", - "description": "GXT, the pioneer of NFT and Diamond Distribution evolves with no limit.", - "explorer": "https://bscscan.com/token/0x3107C0A1126268CA303f8d99c712392fA596e6D7", - "status": "active", - "id": "0x3107C0A1126268CA303f8d99c712392fA596e6D7", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/GXT25075644" - }, - { - "name": "github", - "url": "https://github.com/gxtmg/gxt_erc20" - }, - { - "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/smartchain/assets/0x3107C0A1126268CA303f8d99c712392fA596e6D7/logo.png b/blockchains/smartchain/assets/0x3107C0A1126268CA303f8d99c712392fA596e6D7/logo.png deleted file mode 100644 index f4ce4d24f150c..0000000000000 Binary files a/blockchains/smartchain/assets/0x3107C0A1126268CA303f8d99c712392fA596e6D7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x311827832c1f670229eF0AFbE96D2DF8195c8C9A/info.json b/blockchains/smartchain/assets/0x311827832c1f670229eF0AFbE96D2DF8195c8C9A/info.json deleted file mode 100644 index 8bb9ebed2384c..0000000000000 --- a/blockchains/smartchain/assets/0x311827832c1f670229eF0AFbE96D2DF8195c8C9A/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeNFT", - "website": "https://safenft.me", - "description": "Leading Decentralized Ecosystem in DeFi and Stake Sharing. Generate passive daily income while staking your tokens", - "explorer": "https://bscscan.com/token/0x311827832c1f670229eF0AFbE96D2DF8195c8C9A", - "type": "BEP20", - "symbol": "SNFT", - "decimals": 0, - "status": "active", - "id": "0x311827832c1f670229eF0AFbE96D2DF8195c8C9A" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x311827832c1f670229eF0AFbE96D2DF8195c8C9A/logo.png b/blockchains/smartchain/assets/0x311827832c1f670229eF0AFbE96D2DF8195c8C9A/logo.png deleted file mode 100644 index 7b72ff2489e47..0000000000000 Binary files a/blockchains/smartchain/assets/0x311827832c1f670229eF0AFbE96D2DF8195c8C9A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x31353E2826Cc4402735E55a175a75CE2569B4226/info.json b/blockchains/smartchain/assets/0x31353E2826Cc4402735E55a175a75CE2569B4226/info.json deleted file mode 100644 index 3596a78480cf8..0000000000000 --- a/blockchains/smartchain/assets/0x31353E2826Cc4402735E55a175a75CE2569B4226/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "World of Waves", - "type": "BEP20", - "symbol": "WOW", - "decimals": 9, - "website": "https://wow.surf", - "description": "WOW is the World‘s first charity-based NFT marketplace!", - "explorer": "https://bscscan.com/token/0x31353E2826Cc4402735E55a175a75CE2569B4226", - "status": "active", - "id": "0x31353E2826Cc4402735E55a175a75CE2569B4226", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/World_Of_Waves" - }, - { - "name": "telegram", - "url": "https://t.me/world_of_waves" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCQ_IhegDFNM6ZnwJ3fsg3Ig" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/world-of-waves" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x31353E2826Cc4402735E55a175a75CE2569B4226/logo.png b/blockchains/smartchain/assets/0x31353E2826Cc4402735E55a175a75CE2569B4226/logo.png deleted file mode 100644 index d8c44ee45e8ee..0000000000000 Binary files a/blockchains/smartchain/assets/0x31353E2826Cc4402735E55a175a75CE2569B4226/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x31471E0791fCdbE82fbF4C44943255e923F1b794/info.json b/blockchains/smartchain/assets/0x31471E0791fCdbE82fbF4C44943255e923F1b794/info.json deleted file mode 100644 index 8cb3c26e13eaa..0000000000000 --- a/blockchains/smartchain/assets/0x31471E0791fCdbE82fbF4C44943255e923F1b794/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Plant vs Undead Token", - "type": "BEP20", - "symbol": "PVU", - "decimals": 18, - "website": "https://plantvsundead.com/", - "description": "Plant vs Undead is a blockchain game built on Binance Smart Chain where your plants are your NFTs. There are two game mode: farm simulation and Tower defense", - "explorer": "https://bscscan.com/token/0x31471e0791fcdbe82fbf4c44943255e923f1b794", - "status": "active", - "id": "0x31471E0791fCdbE82fbF4C44943255e923F1b794", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/vs_nft" - }, - { - "name": "telegram", - "url": "https://t.me/plantvsundead" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x31471E0791fCdbE82fbF4C44943255e923F1b794/logo.png b/blockchains/smartchain/assets/0x31471E0791fCdbE82fbF4C44943255e923F1b794/logo.png deleted file mode 100644 index 9e846388f70bb..0000000000000 Binary files a/blockchains/smartchain/assets/0x31471E0791fCdbE82fbF4C44943255e923F1b794/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x319Bf3bB8aB93658074Be595C4Aa55Cd60380AF7/info.json b/blockchains/smartchain/assets/0x319Bf3bB8aB93658074Be595C4Aa55Cd60380AF7/info.json deleted file mode 100644 index 59381a936d274..0000000000000 --- a/blockchains/smartchain/assets/0x319Bf3bB8aB93658074Be595C4Aa55Cd60380AF7/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Suntrust Finance", - "website": "https://suntrust.finance/", - "description": "Suntrust Finance A community-focused decentralized transaction network", - "explorer": "https://bscscan.com/token/0x319Bf3bB8aB93658074Be595C4Aa55Cd60380AF7", - "type": "BEP20", - "symbol": "SUNT", - "decimals": 2, - "status": "active", - "id": "0x319Bf3bB8aB93658074Be595C4Aa55Cd60380AF7" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x319Bf3bB8aB93658074Be595C4Aa55Cd60380AF7/logo.png b/blockchains/smartchain/assets/0x319Bf3bB8aB93658074Be595C4Aa55Cd60380AF7/logo.png deleted file mode 100644 index 97e8daa2a3a02..0000000000000 Binary files a/blockchains/smartchain/assets/0x319Bf3bB8aB93658074Be595C4Aa55Cd60380AF7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x31A9042dCE0C13975D04d0E9758Cb7B596F0dD43/info.json b/blockchains/smartchain/assets/0x31A9042dCE0C13975D04d0E9758Cb7B596F0dD43/info.json deleted file mode 100644 index e7389be265b5e..0000000000000 --- a/blockchains/smartchain/assets/0x31A9042dCE0C13975D04d0E9758Cb7B596F0dD43/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Burn1 Coin", - "website": "https://burn1.today", - "description": "Burn1 Coin is the foundation of an ecosystem of cannabis centric crypto products while simultaneously supporting Cannabis reform & advocacy. ", - "explorer": "https://bscscan.com/token/0x31A9042dCE0C13975D04d0E9758Cb7B596F0dD43", - "type": "BEP20", - "symbol": "BURN1COIN", - "decimals": 9, - "status": "active", - "id": "0x31A9042dCE0C13975D04d0E9758Cb7B596F0dD43", - "links": [ - { - "name": "telegram", - "url": "https://t.me/Burn1Coin" - }, - { - "name": "twitter", - "url": "https://twitter.com/Burn1Coin" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Burn1Coin/" - }, - { - "name": "facebook", - "url": "https://facebook.com/Burn1coin/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x31A9042dCE0C13975D04d0E9758Cb7B596F0dD43/logo.png b/blockchains/smartchain/assets/0x31A9042dCE0C13975D04d0E9758Cb7B596F0dD43/logo.png deleted file mode 100644 index 7f42df6787b0e..0000000000000 Binary files a/blockchains/smartchain/assets/0x31A9042dCE0C13975D04d0E9758Cb7B596F0dD43/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x31C78f583ed0288D67b2b80Dc5C443Bc3b15C661/info.json b/blockchains/smartchain/assets/0x31C78f583ed0288D67b2b80Dc5C443Bc3b15C661/info.json deleted file mode 100644 index 07d8c25230d95..0000000000000 --- a/blockchains/smartchain/assets/0x31C78f583ed0288D67b2b80Dc5C443Bc3b15C661/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Basic Attention Token (Portal)", - "type": "BEP20", - "symbol": "BAT", - "decimals": 18, - "description": "Cross Chain Portal Bridged Token", - "website": "https://basicattentiontoken.org/", - "explorer": "https://bscscan.com/token/0x31C78f583ed0288D67b2b80Dc5C443Bc3b15C661", - "status": "active", - "id": "0x31C78f583ed0288D67b2b80Dc5C443Bc3b15C661", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x31C78f583ed0288D67b2b80Dc5C443Bc3b15C661/logo.png b/blockchains/smartchain/assets/0x31C78f583ed0288D67b2b80Dc5C443Bc3b15C661/logo.png deleted file mode 100644 index 331a781cc5264..0000000000000 Binary files a/blockchains/smartchain/assets/0x31C78f583ed0288D67b2b80Dc5C443Bc3b15C661/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x31D0a7AdA4d4c131Eb612DB48861211F63e57610/info.json b/blockchains/smartchain/assets/0x31D0a7AdA4d4c131Eb612DB48861211F63e57610/info.json deleted file mode 100644 index a13cb9162d218..0000000000000 --- a/blockchains/smartchain/assets/0x31D0a7AdA4d4c131Eb612DB48861211F63e57610/info.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "BSCstarter token", - "website": "https://bscstarter.finance", - "description": "Bsc starter finance aims to offer secure community-owned and governed token presale platform for Binance Smart Chain.", - "research": "https://docs.bscstarter.finance/", - "explorer": "https://bscscan.com/token/0x31D0a7AdA4d4c131Eb612DB48861211F63e57610", - "type": "BEP20", - "symbol": "START", - "decimals": 18, - "status": "active", - "id": "0x31D0a7AdA4d4c131Eb612DB48861211F63e57610", - "links": [ - { - "name": "github", - "url": "https://github.com/bscstarter" - }, - { - "name": "twitter", - "url": "https://twitter.com/bscstarter" - }, - { - "name": "telegram", - "url": "https://t.me/bscstarter" - }, - { - "name": "medium", - "url": "https://bscstarter.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x31D0a7AdA4d4c131Eb612DB48861211F63e57610/logo.png b/blockchains/smartchain/assets/0x31D0a7AdA4d4c131Eb612DB48861211F63e57610/logo.png deleted file mode 100644 index dc89f900b7119..0000000000000 Binary files a/blockchains/smartchain/assets/0x31D0a7AdA4d4c131Eb612DB48861211F63e57610/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x31DE61D9a39CB9f479570Bd3dC3AC93BC0402CDB/info.json b/blockchains/smartchain/assets/0x31DE61D9a39CB9f479570Bd3dC3AC93BC0402CDB/info.json deleted file mode 100644 index 083e2df22d5a1..0000000000000 --- a/blockchains/smartchain/assets/0x31DE61D9a39CB9f479570Bd3dC3AC93BC0402CDB/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "NFTPunk.Finance", - "type": "BEP20", - "symbol": "NFTPUNK", - "decimals": 9, - "website": "https://www.nft-punk.finance/", - "description": "NFTPunk Finance is a NFT Piexel Art Meme and NFT Defi. NFTPunk Finance operates as a deflationary automated liquidity-locking and self-staking direct distribution protocol, providing safe, secure and hassle-free transactions and yield-generation for all holders.", - "explorer": "https://bscscan.com/token/0x31DE61D9a39CB9f479570Bd3dC3AC93BC0402CDB", - "status": "active", - "id": "0x31DE61D9a39CB9f479570Bd3dC3AC93BC0402CDB" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x31DE61D9a39CB9f479570Bd3dC3AC93BC0402CDB/logo.png b/blockchains/smartchain/assets/0x31DE61D9a39CB9f479570Bd3dC3AC93BC0402CDB/logo.png deleted file mode 100644 index 7954b328dca43..0000000000000 Binary files a/blockchains/smartchain/assets/0x31DE61D9a39CB9f479570Bd3dC3AC93BC0402CDB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x31F0Bc450C12eb62B4c617d4C876f7a66470Fcb3/info.json b/blockchains/smartchain/assets/0x31F0Bc450C12eb62B4c617d4C876f7a66470Fcb3/info.json deleted file mode 100644 index d4ffaf4aeedba..0000000000000 --- a/blockchains/smartchain/assets/0x31F0Bc450C12eb62B4c617d4C876f7a66470Fcb3/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "FREEMOON", - "type": "BEP20", - "symbol": "FREEMOON", - "decimals": 9, - "website": "https://freemoon.finance", - "description": "Deflationary token with automatic profit distribution and blocked liquidity pool", - "explorer": "https://bscscan.com/token/0x31F0Bc450C12eb62B4c617d4C876f7a66470Fcb3", - "status": "active", - "id": "0x31F0Bc450C12eb62B4c617d4C876f7a66470Fcb3", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/FREEMOONCOIN" - }, - { - "name": "github", - "url": "https://github.com/freemoon-protocol" - }, - { - "name": "telegram", - "url": "https://t.me/freemoon_finance" - }, - { - "name": "telegram_news", - "url": "https://t.me/freemoon_bot" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x31F0Bc450C12eb62B4c617d4C876f7a66470Fcb3/logo.png b/blockchains/smartchain/assets/0x31F0Bc450C12eb62B4c617d4C876f7a66470Fcb3/logo.png deleted file mode 100644 index ee5c95fb986f8..0000000000000 Binary files a/blockchains/smartchain/assets/0x31F0Bc450C12eb62B4c617d4C876f7a66470Fcb3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x31b9773f225408129a90788EF013Bd449e283865/info.json b/blockchains/smartchain/assets/0x31b9773f225408129a90788EF013Bd449e283865/info.json deleted file mode 100644 index 163b86d9bb658..0000000000000 --- a/blockchains/smartchain/assets/0x31b9773f225408129a90788EF013Bd449e283865/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "$PORN", - "type": "BEP20", - "symbol": "PORN", - "decimals": 9, - "website": "https://buyporntoken.com/", - "description": "$PORN is a token with the goal of protecting people and ending human trafficking.", - "explorer": "https://bscscan.com/token/0x31b9773f225408129a90788ef013bd449e283865", - "status": "active", - "id": "0x31b9773f225408129a90788EF013Bd449e283865" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x31b9773f225408129a90788EF013Bd449e283865/logo.png b/blockchains/smartchain/assets/0x31b9773f225408129a90788EF013Bd449e283865/logo.png deleted file mode 100644 index 23f2e25f118b9..0000000000000 Binary files a/blockchains/smartchain/assets/0x31b9773f225408129a90788EF013Bd449e283865/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x31d3778A7Ac0d98c4aAA347D8b6EaF7977448341/info.json b/blockchains/smartchain/assets/0x31d3778A7Ac0d98c4aAA347D8b6EaF7977448341/info.json deleted file mode 100644 index 73456d3b26e0d..0000000000000 --- a/blockchains/smartchain/assets/0x31d3778A7Ac0d98c4aAA347D8b6EaF7977448341/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Kiba Inu", - "type": "BEP20", - "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://bscscan.com/token/0x31d3778A7Ac0d98c4aAA347D8b6EaF7977448341", - "status": "abandoned", - "id": "0x31d3778A7Ac0d98c4aAA347D8b6EaF7977448341", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/kiba-inu/" - }, - { - "name": "telegram", - "url": "https://t.me/KibaInuGlobal" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3203c9E46cA618C8C1cE5dC67e7e9D75f5da2377/info.json b/blockchains/smartchain/assets/0x3203c9E46cA618C8C1cE5dC67e7e9D75f5da2377/info.json deleted file mode 100644 index 97b14c72072c6..0000000000000 --- a/blockchains/smartchain/assets/0x3203c9E46cA618C8C1cE5dC67e7e9D75f5da2377/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "MOBOX", - "website": "https://mobox.io", - "description": "An Optimized Yield-Farming platform combining the best of DeFi and Gaming NFTs. Creating a truly Free To Play Play To Earn Ecosystem on the Binance Smart Chain", - "explorer": "https://bscscan.com/token/0x3203c9E46cA618C8C1cE5dC67e7e9D75f5da2377", - "type": "BEP20", - "symbol": "MBOX", - "decimals": 18, - "status": "active", - "id": "0x3203c9E46cA618C8C1cE5dC67e7e9D75f5da2377", - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3203c9E46cA618C8C1cE5dC67e7e9D75f5da2377/logo.png b/blockchains/smartchain/assets/0x3203c9E46cA618C8C1cE5dC67e7e9D75f5da2377/logo.png deleted file mode 100644 index 4f388563aa6a3..0000000000000 Binary files a/blockchains/smartchain/assets/0x3203c9E46cA618C8C1cE5dC67e7e9D75f5da2377/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x32089eafFaf278C82cda2c8d37e7b6b6faBBaAF2/info.json b/blockchains/smartchain/assets/0x32089eafFaf278C82cda2c8d37e7b6b6faBBaAF2/info.json deleted file mode 100644 index 701df489e13e4..0000000000000 --- a/blockchains/smartchain/assets/0x32089eafFaf278C82cda2c8d37e7b6b6faBBaAF2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Solarfare", - "type": "BEP20", - "symbol": "SLF", - "decimals": 18, - "website": "https://solarfare.io", - "description": "Solarfare (SLF) is a BEP-20 token with LP acquisition, staking to earn BNB, and charity donations to the Binance wallet.", - "explorer": "https://bscscan.com/token/0x32089eafFaf278C82cda2c8d37e7b6b6faBBaAF2", - "status": "active", - "id": "0x32089eafFaf278C82cda2c8d37e7b6b6faBBaAF2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x32089eafFaf278C82cda2c8d37e7b6b6faBBaAF2/logo.png b/blockchains/smartchain/assets/0x32089eafFaf278C82cda2c8d37e7b6b6faBBaAF2/logo.png deleted file mode 100644 index 3af3b515c58d4..0000000000000 Binary files a/blockchains/smartchain/assets/0x32089eafFaf278C82cda2c8d37e7b6b6faBBaAF2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3215f7D921549Bb4a8FD2C93D88021B2902e30d0/info.json b/blockchains/smartchain/assets/0x3215f7D921549Bb4a8FD2C93D88021B2902e30d0/info.json deleted file mode 100644 index f2e64f9771b4e..0000000000000 --- a/blockchains/smartchain/assets/0x3215f7D921549Bb4a8FD2C93D88021B2902e30d0/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "NOVALAND", - "website": "https://novaland.io", - "description": "NOVALAND", - "explorer": "https://bscscan.com/token/0x3215f7D921549Bb4a8FD2C93D88021B2902e30d0", - "type": "BEP20", - "symbol": "NOVALAND", - "decimals": 18, - "status": "active", - "id": "0x3215f7D921549Bb4a8FD2C93D88021B2902e30d0", - "links": [ - { - "name": "telegram", - "url": "https://t.me/Novaland_group" - }, - { - "name": "twitter", - "url": "https://twitter.com/Novaland_io" - }, - { - "name": "telegram_news", - "url": "https://t.me/Novaland_channel" - } - ], - "tags": [ - "gamefi", - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x3215f7D921549Bb4a8FD2C93D88021B2902e30d0/logo.png b/blockchains/smartchain/assets/0x3215f7D921549Bb4a8FD2C93D88021B2902e30d0/logo.png deleted file mode 100644 index 45a371b851a3a..0000000000000 Binary files a/blockchains/smartchain/assets/0x3215f7D921549Bb4a8FD2C93D88021B2902e30d0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3220CCbbC29d727Bde85b7333D31b21e0d6bC6F4/info.json b/blockchains/smartchain/assets/0x3220CCbbC29d727Bde85b7333D31b21e0d6bC6F4/info.json deleted file mode 100644 index 44e579173f6ca..0000000000000 --- a/blockchains/smartchain/assets/0x3220CCbbC29d727Bde85b7333D31b21e0d6bC6F4/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Pup Doge", - "type": "BEP20", - "symbol": "PupDoge", - "decimals": 9, - "website": "https://pupdoge.finance/", - "description": "A new cryptocurrency called Pup Doge Coin was launched in July 2021, making it one of the fastest-growing cryptocurrencies on the market. Besides helping save dogs as well as bringing crypto to the average person, Pup Doge is decentralized. The Binance Smart Chain (BSC) technology made Pup Doge a faster Coin with 10x faster block speeds and a cheaper gas fee. ", - "explorer": "https://bscscan.com/token/0x3220CCbbC29d727Bde85b7333D31b21e0d6bC6F4", - "status": "active", - "id": "0x3220CCbbC29d727Bde85b7333D31b21e0d6bC6F4", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/PupDogeCoin" - }, - { - "name": "telegram", - "url": "https://t.me/pupdogecoin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3220CCbbC29d727Bde85b7333D31b21e0d6bC6F4/logo.png b/blockchains/smartchain/assets/0x3220CCbbC29d727Bde85b7333D31b21e0d6bC6F4/logo.png deleted file mode 100644 index bfd687d2c5b2e..0000000000000 Binary files a/blockchains/smartchain/assets/0x3220CCbbC29d727Bde85b7333D31b21e0d6bC6F4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3229200eFFcd7E4f6C9378ccd86EC8c5336AdE1b/info.json b/blockchains/smartchain/assets/0x3229200eFFcd7E4f6C9378ccd86EC8c5336AdE1b/info.json deleted file mode 100644 index 2ba8598920a09..0000000000000 --- a/blockchains/smartchain/assets/0x3229200eFFcd7E4f6C9378ccd86EC8c5336AdE1b/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Rocket Bsc", - "type": "BEP20", - "symbol": "RBST", - "decimals": 18, - "website": "https://www.rocketbsc.info", - "description": "RocketBsc is the largest decentralized payment system. RocketBsc provides a digital asset ecosystem that empowers you to control your own money. By using RocketBsc, everything will run smoothly, and transaction execution can be done in seconds. RocketBsc comes with the support of blockchain technology, which allows users to receive, store and send crypto money to anyone, anywhere and anytime directly", - "explorer": "https://bscscan.com/token/0x3229200eFFcd7E4f6C9378ccd86EC8c5336AdE1b", - "status": "active", - "id": "0x3229200eFFcd7E4f6C9378ccd86EC8c5336AdE1b" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3229200eFFcd7E4f6C9378ccd86EC8c5336AdE1b/logo.png b/blockchains/smartchain/assets/0x3229200eFFcd7E4f6C9378ccd86EC8c5336AdE1b/logo.png deleted file mode 100644 index 63a826ec8c7ea..0000000000000 Binary files a/blockchains/smartchain/assets/0x3229200eFFcd7E4f6C9378ccd86EC8c5336AdE1b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x323273b8EE5Ae6247b47C38C81dB45E1beF13E6F/info.json b/blockchains/smartchain/assets/0x323273b8EE5Ae6247b47C38C81dB45E1beF13E6F/info.json deleted file mode 100644 index a58f0e8f04c43..0000000000000 --- a/blockchains/smartchain/assets/0x323273b8EE5Ae6247b47C38C81dB45E1beF13E6F/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "MagnetGold", - "type": "BEP20", - "symbol": "MTG", - "decimals": 18, - "website": "https://mtggold.com/", - "description": "MagnetGold will represent the heart of the ecosystem for Crypto investors/companies to grow their capital, investment, venture capital, families, traders and more. MTG supports funding startups, green energy, organic/agro, E-commerce, crypto awareness, real-estate and others.", - "explorer": "https://bscscan.com/token/0x323273b8EE5Ae6247b47C38C81dB45E1beF13E6F", - "status": "abandoned", - "id": "0x323273b8EE5Ae6247b47C38C81dB45E1beF13E6F", - "links": [ - { - "name": "telegram", - "url": "https://t.me/yourmagnetgold/" - }, - { - "name": "facebook", - "url": "https://facebook.com/yourmagnetgold/" - }, - { - "name": "twitter", - "url": "https://twitter.com/YMagnetgold" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UClEqjwDYM9DWOa2yyXB1luQ" - }, - { - "name": "whitepaper", - "url": "https://mtggold.com/images/MTGGOLD-WHITEPAPER.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/magnet-gold/" - }, - { - "name": "medium", - "url": "https://medium.com/@magnetgold" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3244478Da3F518B33b99D5929Dd0bC3396C56981/info.json b/blockchains/smartchain/assets/0x3244478Da3F518B33b99D5929Dd0bC3396C56981/info.json deleted file mode 100644 index 07c490b6c33a4..0000000000000 --- a/blockchains/smartchain/assets/0x3244478Da3F518B33b99D5929Dd0bC3396C56981/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "MetaMate Token", - "type": "BEP20", - "symbol": "MTM", - "decimals": 18, - "website": "https://metamatenft.com/", - "description": "MetaMate is a unique social and dating metaverse combining a digital dating platform and an NFT game.", - "explorer": "https://bscscan.com/token/0x3244478Da3F518B33b99D5929Dd0bC3396C56981", - "status": "active", - "id": "0x3244478Da3F518B33b99D5929Dd0bC3396C56981", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MetaMate_NFT" - }, - { - "name": "facebook", - "url": "https://facebook.com/MetaMateNFT" - }, - { - "name": "telegram", - "url": "https://t.me/metamatenft" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/vi/currencies/metamatenft/" - }, - { - "name": "whitepaper", - "url": "https://metamatenft.gitbook.io/whitepaper/introduction/why-metamate" - }, - { - "name": "github", - "url": "https://github.com/metamate-blockchain" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3244478Da3F518B33b99D5929Dd0bC3396C56981/logo.png b/blockchains/smartchain/assets/0x3244478Da3F518B33b99D5929Dd0bC3396C56981/logo.png deleted file mode 100644 index 40b2a225dc3b0..0000000000000 Binary files a/blockchains/smartchain/assets/0x3244478Da3F518B33b99D5929Dd0bC3396C56981/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x326E1d2D9e7F8F3a4Df13766Aa3B3AeF33546546/info.json b/blockchains/smartchain/assets/0x326E1d2D9e7F8F3a4Df13766Aa3B3AeF33546546/info.json deleted file mode 100644 index 8fb0f090d879d..0000000000000 --- a/blockchains/smartchain/assets/0x326E1d2D9e7F8F3a4Df13766Aa3B3AeF33546546/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Grandpa Doge", - "website": "https://www.grandpadoge.finance/", - "description": "GrandpaDoge is coming out of retirement to show the doge family how it's done!", - "explorer": "https://bscscan.com/token/0x326E1d2D9e7F8F3a4Df13766Aa3B3AeF33546546", - "type": "BEP20", - "symbol": "GrandpaDoge", - "decimals": 9, - "status": "active", - "id": "0x326E1d2D9e7F8F3a4Df13766Aa3B3AeF33546546" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x326E1d2D9e7F8F3a4Df13766Aa3B3AeF33546546/logo.png b/blockchains/smartchain/assets/0x326E1d2D9e7F8F3a4Df13766Aa3B3AeF33546546/logo.png deleted file mode 100644 index 9e63ca7d4f5b8..0000000000000 Binary files a/blockchains/smartchain/assets/0x326E1d2D9e7F8F3a4Df13766Aa3B3AeF33546546/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3271D12D5ba36B6582fafA029598FEe0F5F6Db35/info.json b/blockchains/smartchain/assets/0x3271D12D5ba36B6582fafA029598FEe0F5F6Db35/info.json deleted file mode 100644 index 647c37c4205e8..0000000000000 --- a/blockchains/smartchain/assets/0x3271D12D5ba36B6582fafA029598FEe0F5F6Db35/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Lil Floki", - "website": "https://lilfloki.com/", - "description": "Lil Floki is a BSC token which donates to New Zealand dog shelters while also rewarding Lil Floki holders with BNB Reward pay-outs.", - "explorer": "https://bscscan.com/token/0x3271D12D5ba36B6582fafA029598FEe0F5F6Db35", - "type": "BEP20", - "symbol": "lilfloki", - "decimals": 18, - "status": "active", - "id": "0x3271D12D5ba36B6582fafA029598FEe0F5F6Db35", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/thelilfloki/" - }, - { - "name": "facebook", - "url": "https://facebook.com/TheLilFloki/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3271D12D5ba36B6582fafA029598FEe0F5F6Db35/logo.png b/blockchains/smartchain/assets/0x3271D12D5ba36B6582fafA029598FEe0F5F6Db35/logo.png deleted file mode 100644 index 9dbf785448fc9..0000000000000 Binary files a/blockchains/smartchain/assets/0x3271D12D5ba36B6582fafA029598FEe0F5F6Db35/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3279510E89600ee1767a037DBD0aD49c974063AE/info.json b/blockchains/smartchain/assets/0x3279510E89600ee1767a037DBD0aD49c974063AE/info.json deleted file mode 100644 index 05bd1b6cb04df..0000000000000 --- a/blockchains/smartchain/assets/0x3279510E89600ee1767a037DBD0aD49c974063AE/info.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "NFTBooks", - "website": "https://nftbooks.info", - "description": "NFTBooks envisions to transform the world of book-readings, making it become more affordable and more accessible to many people.", - "explorer": "https://bscscan.com/token/0x3279510E89600ee1767a037DBD0aD49c974063AE", - "type": "BEP20", - "symbol": "NFTBS", - "decimals": 9, - "status": "active", - "id": "0x3279510E89600ee1767a037DBD0aD49c974063AE", - "links": [ - { - "name": "github", - "url": "https://github.com/nftbs" - }, - { - "name": "twitter", - "url": "https://twitter.com/nftbstoken" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Nftbooks/" - }, - { - "name": "whitepaper", - "url": "https://github.com/nftbs/Whitepaper/blob/477ac26b4824162d2e0e4fc7aad103a7aa74ee55/NFTBS_Whitepaper.pdf" - }, - { - "name": "telegram", - "url": "https://t.me/nftbs" - }, - { - "name": "telegram_news", - "url": "https://t.me/nftbsnews" - }, - { - "name": "medium", - "url": "https://nftbs.medium.com/" - }, - { - "name": "facebook", - "url": "https://facebook.com/nftbs" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC9sNyHb5tn3VXCftusc6gTg" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/nftbooks/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/nftbooks" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3279510E89600ee1767a037DBD0aD49c974063AE/logo.png b/blockchains/smartchain/assets/0x3279510E89600ee1767a037DBD0aD49c974063AE/logo.png deleted file mode 100644 index cfc99e78d748d..0000000000000 Binary files a/blockchains/smartchain/assets/0x3279510E89600ee1767a037DBD0aD49c974063AE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x32dFFc3fE8E3EF3571bF8a72c0d0015C5373f41D/info.json b/blockchains/smartchain/assets/0x32dFFc3fE8E3EF3571bF8a72c0d0015C5373f41D/info.json deleted file mode 100644 index 6e72dd5b56a5b..0000000000000 --- a/blockchains/smartchain/assets/0x32dFFc3fE8E3EF3571bF8a72c0d0015C5373f41D/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "JULb", - "website": "https://justliquidity.org", - "description": "JustLiquidity DeFi offers to trade and earn and enables to execute a liquidity token sale with a token. ", - "explorer": "https://bscscan.com/token/0x32dFFc3fE8E3EF3571bF8a72c0d0015C5373f41D", - "research": "", - "type": "BEP20", - "symbol": "JULb", - "decimals": 18, - "status": "active", - "id": "0x32dFFc3fE8E3EF3571bF8a72c0d0015C5373f41D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x32dFFc3fE8E3EF3571bF8a72c0d0015C5373f41D/logo.png b/blockchains/smartchain/assets/0x32dFFc3fE8E3EF3571bF8a72c0d0015C5373f41D/logo.png deleted file mode 100644 index 0928ae7251dcc..0000000000000 Binary files a/blockchains/smartchain/assets/0x32dFFc3fE8E3EF3571bF8a72c0d0015C5373f41D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x32eD23b9D263138695168850Ac04609f6e5e0aB4/info.json b/blockchains/smartchain/assets/0x32eD23b9D263138695168850Ac04609f6e5e0aB4/info.json deleted file mode 100644 index 7ba7c33a0588b..0000000000000 --- a/blockchains/smartchain/assets/0x32eD23b9D263138695168850Ac04609f6e5e0aB4/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "BAKE COIN", - "type": "BEP20", - "symbol": "BAKECOIN", - "decimals": 18, - "website": "https://bakecoin.org", - "description": "BakeCoin aims to revolutionize the NFT space as Curator by allowing people the creation and drawing of NFTs by popular nft influencers through the bakecoin protocol which makes the creation, sale, and use of NFT as easy as possible.", - "explorer": "https://bscscan.com/token/0x32eD23b9D263138695168850Ac04609f6e5e0aB4", - "status": "active", - "id": "0x32eD23b9D263138695168850Ac04609f6e5e0aB4", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/bakecoin" - }, - { - "name": "github", - "url": "https://github.com/bakecoinbsc" - }, - { - "name": "telegram", - "url": "https://t.me/bakecoin" - }, - { - "name": "telegram_news", - "url": "https://t.me/bakecoin_ann" - }, - { - "name": "medium", - "url": "https://medium.com/@bakecoin" - }, - { - "name": "whitepaper", - "url": "https://bakecoin.org/assets/Bakecoin_Whitepaper.pdf" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x32eD23b9D263138695168850Ac04609f6e5e0aB4#code" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/bake-coin/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/bake-coin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x32eD23b9D263138695168850Ac04609f6e5e0aB4/logo.png b/blockchains/smartchain/assets/0x32eD23b9D263138695168850Ac04609f6e5e0aB4/logo.png deleted file mode 100644 index 0d02e1fbd96e6..0000000000000 Binary files a/blockchains/smartchain/assets/0x32eD23b9D263138695168850Ac04609f6e5e0aB4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x32f1518BaAcE69e85b9E5fF844eBd617c52573ac/info.json b/blockchains/smartchain/assets/0x32f1518BaAcE69e85b9E5fF844eBd617c52573ac/info.json deleted file mode 100644 index 53c53fdda33df..0000000000000 --- a/blockchains/smartchain/assets/0x32f1518BaAcE69e85b9E5fF844eBd617c52573ac/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Dexsport", - "website": "https://dexsport.io", - "description": "Dexsport — Revolutionizing Decentralized Betting", - "explorer": "https://bscscan.com/token/0x32f1518BaAcE69e85b9E5fF844eBd617c52573ac", - "type": "BEP20", - "symbol": "DESU", - "decimals": 18, - "status": "active", - "id": "0x32f1518BaAcE69e85b9E5fF844eBd617c52573ac", - "links": [ - { - "name": "telegram", - "url": "https://t.me/dexsport_en" - }, - { - "name": "twitter", - "url": "https://twitter.com/dexsport_io" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x32f1518BaAcE69e85b9E5fF844eBd617c52573ac/logo.png b/blockchains/smartchain/assets/0x32f1518BaAcE69e85b9E5fF844eBd617c52573ac/logo.png deleted file mode 100644 index a65ea7632e55a..0000000000000 Binary files a/blockchains/smartchain/assets/0x32f1518BaAcE69e85b9E5fF844eBd617c52573ac/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x330540a9d998442dcbc396165D3dDc5052077bB1/info.json b/blockchains/smartchain/assets/0x330540a9d998442dcbc396165D3dDc5052077bB1/info.json deleted file mode 100644 index 97aab96d29ff3..0000000000000 --- a/blockchains/smartchain/assets/0x330540a9d998442dcbc396165D3dDc5052077bB1/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Shiba Floki", - "type": "BEP20", - "symbol": "FLOKI", - "decimals": 9, - "website": "https://shibafloki.com", - "description": "Shibas are highly affectionate and would make a great choice for a novice pet parent. However, they’re highly sensitive and do not like being left alone for long periods of the day. As companion dogs, they crave the company of their humans and may develop separation anxiety when they don’t get the attention they need.", - "explorer": "https://bscscan.com/token/0x330540a9d998442dcbc396165D3dDc5052077bB1", - "status": "active", - "id": "0x330540a9d998442dcbc396165D3dDc5052077bB1" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x330540a9d998442dcbc396165D3dDc5052077bB1/logo.png b/blockchains/smartchain/assets/0x330540a9d998442dcbc396165D3dDc5052077bB1/logo.png deleted file mode 100644 index 619bfcf6ba5d1..0000000000000 Binary files a/blockchains/smartchain/assets/0x330540a9d998442dcbc396165D3dDc5052077bB1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x330F4fe5ef44B4d0742fE8BED8ca5E29359870DF/info.json b/blockchains/smartchain/assets/0x330F4fe5ef44B4d0742fE8BED8ca5E29359870DF/info.json deleted file mode 100644 index f2471cbb60604..0000000000000 --- a/blockchains/smartchain/assets/0x330F4fe5ef44B4d0742fE8BED8ca5E29359870DF/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Jade Currency", - "type": "BEP20", - "symbol": "JADE", - "decimals": 18, - "website": "https://www.jadecurrency.com", - "description": "Jade Currency project is committed to changing the world by creating the first ever NFT (non-fungible token) marketplace and metaverse shop for precious gems such as jade where buyers can purchase in cryptocurrency. We believe the future holds a strong demand for the use of cryptocurrencies and there is somewhat of a barrier to entry for the current industry which Crypto Jade can solve. The holders of Jade Currency (JADE) token have majority ownership of the company.", - "explorer": "https://bscscan.com/token/0x330F4fe5ef44B4d0742fE8BED8ca5E29359870DF", - "status": "active", - "id": "0x330F4fe5ef44B4d0742fE8BED8ca5E29359870DF", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CurrencyJade" - }, - { - "name": "whitepaper", - "url": "https://jadecurrency.com/wp-content/uploads/2021/07/jade_currency_whitepaper_v2.pdf" - }, - { - "name": "github", - "url": "https://github.com/CryptoJade" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/jade-currency" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/jade-currency" - }, - { - "name": "telegram", - "url": "https://t.me/jadecurrency" - }, - { - "name": "medium", - "url": "https://jadecurrency.medium.com/" - }, - { - "name": "facebook", - "url": "https://facebook.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x330F4fe5ef44B4d0742fE8BED8ca5E29359870DF/logo.png b/blockchains/smartchain/assets/0x330F4fe5ef44B4d0742fE8BED8ca5E29359870DF/logo.png deleted file mode 100644 index 1f81582016e6c..0000000000000 Binary files a/blockchains/smartchain/assets/0x330F4fe5ef44B4d0742fE8BED8ca5E29359870DF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x333FD139cAeF6Aa31056cC905987b77B1044d259/info.json b/blockchains/smartchain/assets/0x333FD139cAeF6Aa31056cC905987b77B1044d259/info.json deleted file mode 100644 index eb1312920dba4..0000000000000 --- a/blockchains/smartchain/assets/0x333FD139cAeF6Aa31056cC905987b77B1044d259/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "The Web3 Project", - "symbol": "WEB3", - "type": "BEP20", - "description": "The Web3 Project provides a high, stable and fixed yield to their users whilst bridging the gap between web2 and web3 for the masses.", - "decimals": 18, - "website": "https://www.theweb3project.com", - "explorer": "https://bscscan.com/token/0x333FD139cAeF6Aa31056cC905987b77B1044d259", - "status": "active", - "id": "0x333FD139cAeF6Aa31056cC905987b77B1044d259", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/TheWeb3Project" - }, - { - "name": "telegram", - "url": "https://t.me/TheWeb3Project" - }, - { - "name": "docs", - "url": "https://docs.theweb3project.com" - } - ], - "tags": [ - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0x333FD139cAeF6Aa31056cC905987b77B1044d259/logo.png b/blockchains/smartchain/assets/0x333FD139cAeF6Aa31056cC905987b77B1044d259/logo.png deleted file mode 100644 index b98b579417495..0000000000000 Binary files a/blockchains/smartchain/assets/0x333FD139cAeF6Aa31056cC905987b77B1044d259/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x334b3eCB4DCa3593BCCC3c7EBD1A1C1d1780FBF1/info.json b/blockchains/smartchain/assets/0x334b3eCB4DCa3593BCCC3c7EBD1A1C1d1780FBF1/info.json deleted file mode 100644 index aee9019f8304f..0000000000000 --- a/blockchains/smartchain/assets/0x334b3eCB4DCa3593BCCC3c7EBD1A1C1d1780FBF1/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Venus DAI", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "research": "https://research.binance.com/en/projects/venus", - "explorer": "https://bscscan.com/token/0x334b3eCB4DCa3593BCCC3c7EBD1A1C1d1780FBF1", - "type": "BEP20", - "symbol": "vDAI", - "decimals": 8, - "status": "active", - "id": "0x334b3eCB4DCa3593BCCC3c7EBD1A1C1d1780FBF1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x334b3eCB4DCa3593BCCC3c7EBD1A1C1d1780FBF1/logo.png b/blockchains/smartchain/assets/0x334b3eCB4DCa3593BCCC3c7EBD1A1C1d1780FBF1/logo.png deleted file mode 100644 index c2c3bc4d8266f..0000000000000 Binary files a/blockchains/smartchain/assets/0x334b3eCB4DCa3593BCCC3c7EBD1A1C1d1780FBF1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x337e35Ed5B38D5C7Ec9F8d7cF78fe7F43d7DEC6F/info.json b/blockchains/smartchain/assets/0x337e35Ed5B38D5C7Ec9F8d7cF78fe7F43d7DEC6F/info.json deleted file mode 100644 index 61790d4838c8d..0000000000000 --- a/blockchains/smartchain/assets/0x337e35Ed5B38D5C7Ec9F8d7cF78fe7F43d7DEC6F/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "NotSafeMoon", - "type": "BEP20", - "symbol": "NOTSAFEMOON", - "decimals": 9, - "website": "https://www.notsafemoon.com", - "description": "\"Moon\" coin analytics dashboard for all your accounts and coins. This is Not your normal \"moon\" coin. No lopsided liquidity dumps. No sending LP tokens to devs. 6% reflection to hodlr's. 2% true burn on every transaction. ", - "explorer": "https://bscscan.com/token/0x337e35Ed5B38D5C7Ec9F8d7cF78fe7F43d7DEC6F", - "status": "active", - "id": "0x337e35Ed5B38D5C7Ec9F8d7cF78fe7F43d7DEC6F" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x337e35Ed5B38D5C7Ec9F8d7cF78fe7F43d7DEC6F/logo.png b/blockchains/smartchain/assets/0x337e35Ed5B38D5C7Ec9F8d7cF78fe7F43d7DEC6F/logo.png deleted file mode 100644 index df1355afbe14f..0000000000000 Binary files a/blockchains/smartchain/assets/0x337e35Ed5B38D5C7Ec9F8d7cF78fe7F43d7DEC6F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x338196a509B4c66749c3f44c21C00501E6ACF7BC/info.json b/blockchains/smartchain/assets/0x338196a509B4c66749c3f44c21C00501E6ACF7BC/info.json deleted file mode 100644 index e982109d3c7ed..0000000000000 --- a/blockchains/smartchain/assets/0x338196a509B4c66749c3f44c21C00501E6ACF7BC/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DragonMusk", - "type": "BEP20", - "symbol": "DMusk", - "decimals": 9, - "website": "https://dragonmusk.ga/", - "description": "Dragon Musk is a community driven, fair launched DeFi Token. Three simple functions occur during each trade: Reflection, LP Acquisition, and Burn.", - "explorer": "https://bscscan.com/token/0x338196a509B4c66749c3f44c21C00501E6ACF7BC", - "status": "active", - "id": "0x338196a509B4c66749c3f44c21C00501E6ACF7BC" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x338196a509B4c66749c3f44c21C00501E6ACF7BC/logo.png b/blockchains/smartchain/assets/0x338196a509B4c66749c3f44c21C00501E6ACF7BC/logo.png deleted file mode 100644 index 033b7402833ac..0000000000000 Binary files a/blockchains/smartchain/assets/0x338196a509B4c66749c3f44c21C00501E6ACF7BC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x339550404Ca4d831D12B1b2e4768869997390010/info.json b/blockchains/smartchain/assets/0x339550404Ca4d831D12B1b2e4768869997390010/info.json deleted file mode 100644 index 7d3acef12aa67..0000000000000 --- a/blockchains/smartchain/assets/0x339550404Ca4d831D12B1b2e4768869997390010/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "DRUGSv2", - "website": "https://traphouse.vip/", - "description": "DRUGS is the primary token of the Traphouse yield farm playa. The most gangster yield farm ever created. Created by the THUGS interactive team.", - "explorer": "https://bscscan.com/token/0x339550404ca4d831d12b1b2e4768869997390010", - "type": "BEP20", - "symbol": "DRUGS", - "decimals": 18, - "status": "active", - "id": "0x339550404Ca4d831D12B1b2e4768869997390010", - "links": [ - { - "name": "github", - "url": "https://github.com/thugs-defi" - }, - { - "name": "twitter", - "url": "https://twitter.com/ThugsFinance" - }, - { - "name": "telegram", - "url": "https://t.me/thugsfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/AJDqFTP" - }, - { - "name": "medium", - "url": "https://thugsfinance.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x339550404Ca4d831D12B1b2e4768869997390010/logo.png b/blockchains/smartchain/assets/0x339550404Ca4d831D12B1b2e4768869997390010/logo.png deleted file mode 100644 index 6ca3a8681c627..0000000000000 Binary files a/blockchains/smartchain/assets/0x339550404Ca4d831D12B1b2e4768869997390010/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x339C72829AB7DD45C3C52f965E7ABe358dd8761E/info.json b/blockchains/smartchain/assets/0x339C72829AB7DD45C3C52f965E7ABe358dd8761E/info.json deleted file mode 100644 index 32e768c1bb049..0000000000000 --- a/blockchains/smartchain/assets/0x339C72829AB7DD45C3C52f965E7ABe358dd8761E/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "WanakaFarm", - "type": "BEP20", - "symbol": "WANA", - "decimals": 18, - "website": "https://wanakafarm.com", - "description": "Wanaka Farm aims to offer anNFT game where people can own their virtual lands, NFT items to plant, grow, harvest to relax and earn their crypto.", - "explorer": "https://bscscan.com/token/0x339C72829AB7DD45C3C52f965E7ABe358dd8761E", - "status": "active", - "id": "0x339C72829AB7DD45C3C52f965E7ABe358dd8761E", - "links": [ - { - "name": "whitepaper", - "url": "https://wanakafarm.com/papers/" - }, - { - "name": "telegram", - "url": "https://t.me/WanakaOfficial" - }, - { - "name": "facebook", - "url": "https://facebook.com/wanakafarmofficial" - }, - { - "name": "twitter", - "url": "https://twitter.com/Wanaka_Farm" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x339C72829AB7DD45C3C52f965E7ABe358dd8761E/logo.png b/blockchains/smartchain/assets/0x339C72829AB7DD45C3C52f965E7ABe358dd8761E/logo.png deleted file mode 100644 index e090c5512ce2c..0000000000000 Binary files a/blockchains/smartchain/assets/0x339C72829AB7DD45C3C52f965E7ABe358dd8761E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x33A3d962955A3862C8093D1273344719f03cA17C/info.json b/blockchains/smartchain/assets/0x33A3d962955A3862C8093D1273344719f03cA17C/info.json deleted file mode 100644 index 62f3959772c32..0000000000000 --- a/blockchains/smartchain/assets/0x33A3d962955A3862C8093D1273344719f03cA17C/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "Spore", - "website": "https://spore.earth/", - "description": "Spore is an international movement of artists and blockchain developers who are building an ecosystem that connects content creators with users, using open standards for fair distribution. The ecosystem, which includes an NFT platform, is fueled by SPORE, a deflationary, globally-accepted currency available on Avalanche and Binance Smart Chain. The token seamlessly connects two massive blockchains and their user bases with the first of its kind Avalanche-BSC bridge, developed in-house by Spore.", - "explorer": "https://bscscan.com/token/0x33A3d962955A3862C8093D1273344719f03cA17C", - "type": "BEP20", - "symbol": "SPORE", - "decimals": 9, - "status": "active", - "id": "0x33A3d962955A3862C8093D1273344719f03cA17C", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/sporeproject" - }, - { - "name": "twitter", - "url": "https://twitter.com/sporeproject" - }, - { - "name": "telegram", - "url": "https://t.me/sporefinanceofficial" - }, - { - "name": "discord", - "url": "https://discord.com/invite/xRrArCTG9Q" - }, - { - "name": "facebook", - "url": "https://facebook.com/sporeproject" - }, - { - "name": "youtube", - "url": "https://youtube.com/sporeproject" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/sporeproject" - }, - { - "name": "medium", - "url": "https://sporeproject.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x33A3d962955A3862C8093D1273344719f03cA17C/logo.png b/blockchains/smartchain/assets/0x33A3d962955A3862C8093D1273344719f03cA17C/logo.png deleted file mode 100644 index 8bf06fb7887c0..0000000000000 Binary files a/blockchains/smartchain/assets/0x33A3d962955A3862C8093D1273344719f03cA17C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x33D53608167aC3679c0FE9f7A7A725891cF0f471/info.json b/blockchains/smartchain/assets/0x33D53608167aC3679c0FE9f7A7A725891cF0f471/info.json deleted file mode 100644 index 89c13ff3fc5e9..0000000000000 --- a/blockchains/smartchain/assets/0x33D53608167aC3679c0FE9f7A7A725891cF0f471/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Onegetcoin", - "website": "https://onegetcoin.io/", - "description": "We created a utility token called Onegetcoin OGC. We combine two utility concepts, use them for payments and use them for staking / farming at DEFI, so that OGC will create a wallet system with decentralized passive income.", - "explorer": "https://bscscan.com/token/0x33D53608167aC3679c0FE9f7A7A725891cF0f471", - "type": "BEP20", - "symbol": "OGC", - "decimals": 8, - "status": "active", - "id": "0x33D53608167aC3679c0FE9f7A7A725891cF0f471" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x33D53608167aC3679c0FE9f7A7A725891cF0f471/logo.png b/blockchains/smartchain/assets/0x33D53608167aC3679c0FE9f7A7A725891cF0f471/logo.png deleted file mode 100644 index c5fdf273634de..0000000000000 Binary files a/blockchains/smartchain/assets/0x33D53608167aC3679c0FE9f7A7A725891cF0f471/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x33a669a350807552a005845C13A37662FAcb041B/info.json b/blockchains/smartchain/assets/0x33a669a350807552a005845C13A37662FAcb041B/info.json deleted file mode 100644 index 4e39217c4c5cc..0000000000000 --- a/blockchains/smartchain/assets/0x33a669a350807552a005845C13A37662FAcb041B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SHAGGY TOKEN", - "type": "BEP20", - "symbol": "SHAGGY", - "decimals": 0, - "website": "https://shaggytoken.xyz/", - "description": "Experience the next generation of cryptocurrency token that automatically rewards you for holding.", - "explorer": "https://bscscan.com/token/0x33a669a350807552a005845C13A37662FAcb041B", - "status": "active", - "id": "0x33a669a350807552a005845C13A37662FAcb041B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x33a669a350807552a005845C13A37662FAcb041B/logo.png b/blockchains/smartchain/assets/0x33a669a350807552a005845C13A37662FAcb041B/logo.png deleted file mode 100644 index 45839c452f01b..0000000000000 Binary files a/blockchains/smartchain/assets/0x33a669a350807552a005845C13A37662FAcb041B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x33a887Cf76383be39DC51786e8f641c9D6665D84/info.json b/blockchains/smartchain/assets/0x33a887Cf76383be39DC51786e8f641c9D6665D84/info.json deleted file mode 100644 index 696ad206ecd85..0000000000000 --- a/blockchains/smartchain/assets/0x33a887Cf76383be39DC51786e8f641c9D6665D84/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "VOYR", - "website": "https://voyr.me", - "description": "The VOYR token powers the VOYR Platform", - "explorer": "https://bscscan.com/token/0x33a887Cf76383be39DC51786e8f641c9D6665D84", - "type": "BEP20", - "symbol": "VOYRME", - "decimals": 9, - "status": "active", - "id": "0x33a887Cf76383be39DC51786e8f641c9D6665D84" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x33a887Cf76383be39DC51786e8f641c9D6665D84/logo.png b/blockchains/smartchain/assets/0x33a887Cf76383be39DC51786e8f641c9D6665D84/logo.png deleted file mode 100644 index 5017da3ca003e..0000000000000 Binary files a/blockchains/smartchain/assets/0x33a887Cf76383be39DC51786e8f641c9D6665D84/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x33d08D8C7a168333a85285a68C0042b39fC3741D/info.json b/blockchains/smartchain/assets/0x33d08D8C7a168333a85285a68C0042b39fC3741D/info.json deleted file mode 100644 index 3f490a773305e..0000000000000 --- a/blockchains/smartchain/assets/0x33d08D8C7a168333a85285a68C0042b39fC3741D/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "AIOZ Network Coin", - "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://bscscan.com/token/0x33d08D8C7a168333a85285a68C0042b39fC3741D", - "type": "BEP20", - "symbol": "AIOZ", - "decimals": 18, - "status": "active", - "id": "0x33d08D8C7a168333a85285a68C0042b39fC3741D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x33d08D8C7a168333a85285a68C0042b39fC3741D/logo.png b/blockchains/smartchain/assets/0x33d08D8C7a168333a85285a68C0042b39fC3741D/logo.png deleted file mode 100644 index 3a03dd6f8f9e6..0000000000000 Binary files a/blockchains/smartchain/assets/0x33d08D8C7a168333a85285a68C0042b39fC3741D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x33efbC79BbF863dB11b4A1BF6570FFB6Bf41d0d2/info.json b/blockchains/smartchain/assets/0x33efbC79BbF863dB11b4A1BF6570FFB6Bf41d0d2/info.json deleted file mode 100644 index 1396a5a7821d0..0000000000000 --- a/blockchains/smartchain/assets/0x33efbC79BbF863dB11b4A1BF6570FFB6Bf41d0d2/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "ETHEKing", - "type": "BEP20", - "symbol": "ETHE", - "decimals": 18, - "website": "https://etheking.io/", - "description": "ETHEKing Introduces A Whole New Gaming Term: Social Platform Battle. ETHEKing, a metaverse game that uses the BSC network and incorporates NFT technology, has already launched the first phase, which is backed by $ETHE, the game's native currency.", - "explorer": "https://bscscan.com/token/0x33efbC79BbF863dB11b4A1BF6570FFB6Bf41d0d2", - "status": "active", - "id": "0x33efbC79BbF863dB11b4A1BF6570FFB6Bf41d0d2", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/EthekingNetsky" - }, - { - "name": "github", - "url": "https://github.com/NS8888/EtheToken" - }, - { - "name": "telegram", - "url": "https://t.me/etheking" - }, - { - "name": "discord", - "url": "https://discord.com/invite/h8HYKVGuxn" - }, - { - "name": "whitepaper", - "url": "https://whitepaper.etheking.io" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/etheking" - } - ], - "tags": [ - "nft", - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x33efbC79BbF863dB11b4A1BF6570FFB6Bf41d0d2/logo.png b/blockchains/smartchain/assets/0x33efbC79BbF863dB11b4A1BF6570FFB6Bf41d0d2/logo.png deleted file mode 100644 index 001ca3b4565a2..0000000000000 Binary files a/blockchains/smartchain/assets/0x33efbC79BbF863dB11b4A1BF6570FFB6Bf41d0d2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3413a030EF81a3dD5a302F4B4D11d911e12ed337/info.json b/blockchains/smartchain/assets/0x3413a030EF81a3dD5a302F4B4D11d911e12ed337/info.json deleted file mode 100644 index 5cc7672e6b38a..0000000000000 --- a/blockchains/smartchain/assets/0x3413a030EF81a3dD5a302F4B4D11d911e12ed337/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "DAI (Portal)", - "type": "BEP20", - "symbol": "DAI", - "decimals": 18, - "description": "Cross Chain Portal Bridged Token", - "website": "https://makerdao.com/", - "explorer": "https://bscscan.com/token/0x3413a030EF81a3dD5a302F4B4D11d911e12ed337", - "status": "active", - "id": "0x3413a030EF81a3dD5a302F4B4D11d911e12ed337", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3413a030EF81a3dD5a302F4B4D11d911e12ed337/logo.png b/blockchains/smartchain/assets/0x3413a030EF81a3dD5a302F4B4D11d911e12ed337/logo.png deleted file mode 100644 index 6c711d8a55837..0000000000000 Binary files a/blockchains/smartchain/assets/0x3413a030EF81a3dD5a302F4B4D11d911e12ed337/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x34195FD824355aec1BDCeEA97697B35be691bcB3/info.json b/blockchains/smartchain/assets/0x34195FD824355aec1BDCeEA97697B35be691bcB3/info.json deleted file mode 100644 index 2ed17ef8b4a62..0000000000000 --- a/blockchains/smartchain/assets/0x34195FD824355aec1BDCeEA97697B35be691bcB3/info.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "BSC Gold", - "website": "https://bscgold.finance", - "description": "BscGold is a gaming platform that allows cretors to play, craft, distribute and trade.", - "explorer": "https://bscscan.com/token/0x34195fd824355aec1bdceea97697b35be691bcb3", - "type": "BEP20", - "symbol": "BSCGOLD", - "decimals": 9, - "status": "active", - "id": "0x34195FD824355aec1BDCeEA97697B35be691bcB3", - "links": [ - { - "name": "whitepaper", - "url": "https://bscgold.finance/BSCG_Paper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x34195FD824355aec1BDCeEA97697B35be691bcB3/logo.png b/blockchains/smartchain/assets/0x34195FD824355aec1BDCeEA97697B35be691bcB3/logo.png deleted file mode 100644 index 7654b588f1ed2..0000000000000 Binary files a/blockchains/smartchain/assets/0x34195FD824355aec1BDCeEA97697B35be691bcB3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x344424e5d0b3037c78c698609cD56B36e7481951/info.json b/blockchains/smartchain/assets/0x344424e5d0b3037c78c698609cD56B36e7481951/info.json deleted file mode 100644 index d169081f3382a..0000000000000 --- a/blockchains/smartchain/assets/0x344424e5d0b3037c78c698609cD56B36e7481951/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "MysteryCoin", - "website": "https://www.mysterycoin.family", - "description": "Baby Feg Token is an interface token and provides back-end support to new DeFi projects and tokens.", - "explorer": "https://bscscan.com/token/0x344424e5d0b3037c78c698609cD56B36e7481951", - "type": "BEP20", - "symbol": "MYS", - "decimals": 9, - "status": "active", - "links": [ - { - "name": "telegram", - "url": "https://t.me/MysteryCoin" - }, - { - "name": "twitter", - "url": "https://twitter.com/MysteryCoin_BSC" - } - ], - "id": "0x344424e5d0b3037c78c698609cD56B36e7481951" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x344424e5d0b3037c78c698609cD56B36e7481951/logo.png b/blockchains/smartchain/assets/0x344424e5d0b3037c78c698609cD56B36e7481951/logo.png deleted file mode 100644 index adc5e322c3514..0000000000000 Binary files a/blockchains/smartchain/assets/0x344424e5d0b3037c78c698609cD56B36e7481951/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x346b426b5c4d3bcBb129Ed84b52D8717e245BCE1/info.json b/blockchains/smartchain/assets/0x346b426b5c4d3bcBb129Ed84b52D8717e245BCE1/info.json deleted file mode 100644 index b0281c8a749b6..0000000000000 --- a/blockchains/smartchain/assets/0x346b426b5c4d3bcBb129Ed84b52D8717e245BCE1/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DogEdu", - "website": "https://dogedu.org/", - "description": "Create contents to raise awareness of protecting dogs. Earn money and influence on social network", - "explorer": "https://bscscan.com/token/0x346b426b5c4d3bcBb129Ed84b52D8717e245BCE1", - "type": "BEP20", - "symbol": "DOGU", - "decimals": 18, - "status": "active", - "id": "0x346b426b5c4d3bcBb129Ed84b52D8717e245BCE1" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x346b426b5c4d3bcBb129Ed84b52D8717e245BCE1/logo.png b/blockchains/smartchain/assets/0x346b426b5c4d3bcBb129Ed84b52D8717e245BCE1/logo.png deleted file mode 100644 index bba5dd8c38071..0000000000000 Binary files a/blockchains/smartchain/assets/0x346b426b5c4d3bcBb129Ed84b52D8717e245BCE1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3498c7927dA877fAa14198d24caEbd6516189646/info.json b/blockchains/smartchain/assets/0x3498c7927dA877fAa14198d24caEbd6516189646/info.json deleted file mode 100644 index 6265a461af63f..0000000000000 --- a/blockchains/smartchain/assets/0x3498c7927dA877fAa14198d24caEbd6516189646/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ROTHS", - "type": "BEP20", - "symbol": "ROTHS", - "decimals": 18, - "website": "https://roths.live", - "description": "ROTHS ", - "explorer": "https://bscscan.com/token/0x3498c7927dA877fAa14198d24caEbd6516189646", - "status": "active", - "id": "0x3498c7927dA877fAa14198d24caEbd6516189646" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3498c7927dA877fAa14198d24caEbd6516189646/logo.png b/blockchains/smartchain/assets/0x3498c7927dA877fAa14198d24caEbd6516189646/logo.png deleted file mode 100644 index 58c49c77e4997..0000000000000 Binary files a/blockchains/smartchain/assets/0x3498c7927dA877fAa14198d24caEbd6516189646/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x34bA3af693d6c776d73C7fa67e2B2e79be8ef4ED/info.json b/blockchains/smartchain/assets/0x34bA3af693d6c776d73C7fa67e2B2e79be8ef4ED/info.json deleted file mode 100644 index 67b59260f2937..0000000000000 --- a/blockchains/smartchain/assets/0x34bA3af693d6c776d73C7fa67e2B2e79be8ef4ED/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Shambala", - "type": "BEP20", - "symbol": "BALA", - "decimals": 18, - "website": "https://shambala.finance/", - "description": "BALA is the platform token of Shambala metaverse", - "explorer": "https://bscscan.com/token/0x34bA3af693d6c776d73C7fa67e2B2e79be8ef4ED", - "status": "active", - "id": "0x34bA3af693d6c776d73C7fa67e2B2e79be8ef4ED", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ShambalaUni" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/shambala/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x34bA3af693d6c776d73C7fa67e2B2e79be8ef4ED/logo.png b/blockchains/smartchain/assets/0x34bA3af693d6c776d73C7fa67e2B2e79be8ef4ED/logo.png deleted file mode 100644 index 2a554670b69a5..0000000000000 Binary files a/blockchains/smartchain/assets/0x34bA3af693d6c776d73C7fa67e2B2e79be8ef4ED/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3504de9e61FDFf2Fc70f5cC8a6D1Ee493434C1Aa/info.json b/blockchains/smartchain/assets/0x3504de9e61FDFf2Fc70f5cC8a6D1Ee493434C1Aa/info.json deleted file mode 100644 index ddadd0203c884..0000000000000 --- a/blockchains/smartchain/assets/0x3504de9e61FDFf2Fc70f5cC8a6D1Ee493434C1Aa/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "TeslaSafe", - "website": "https://teslasafe.finance", - "description": "TeslaSafe is a frictionless, high-yield, auto deflationary crypto that rewards holders.", - "explorer": "https://bscscan.com/token/0x3504de9e61fdff2fc70f5cc8a6d1ee493434c1aa", - "research": "", - "type": "BEP20", - "symbol": "TeslaSafe", - "decimals": 9, - "status": "active", - "id": "0x3504de9e61FDFf2Fc70f5cC8a6D1Ee493434C1Aa" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3504de9e61FDFf2Fc70f5cC8a6D1Ee493434C1Aa/logo.png b/blockchains/smartchain/assets/0x3504de9e61FDFf2Fc70f5cC8a6D1Ee493434C1Aa/logo.png deleted file mode 100644 index e3d03dad83373..0000000000000 Binary files a/blockchains/smartchain/assets/0x3504de9e61FDFf2Fc70f5cC8a6D1Ee493434C1Aa/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x350c8a09ccf7f862F0D835b0AFF85898c22D2840/info.json b/blockchains/smartchain/assets/0x350c8a09ccf7f862F0D835b0AFF85898c22D2840/info.json deleted file mode 100644 index d24ee61748421..0000000000000 --- a/blockchains/smartchain/assets/0x350c8a09ccf7f862F0D835b0AFF85898c22D2840/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Baby Mind", - "type": "BEP20", - "symbol": "BMND", - "decimals": 9, - "website": "https://baby.mindmusic.finance/", - "description": "Baby Mind has been set up to raise awareness for mental health t hrough the power of memes and rewards.", - "explorer": "https://bscscan.com/token/0x350c8a09ccf7f862F0D835b0AFF85898c22D2840", - "status": "active", - "id": "0x350c8a09ccf7f862F0D835b0AFF85898c22D2840", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/mindmusic_bsc" - }, - { - "name": "github", - "url": "https://github.com/D-B-S-G/BabyMind" - }, - { - "name": "telegram", - "url": "https://t.me/babymindbsc" - }, - { - "name": "whitepaper", - "url": "https://baby.mindmusic.finance/white-paper.html" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x350c8a09ccf7f862F0D835b0AFF85898c22D2840/logo.png b/blockchains/smartchain/assets/0x350c8a09ccf7f862F0D835b0AFF85898c22D2840/logo.png deleted file mode 100644 index c33354b92b3d9..0000000000000 Binary files a/blockchains/smartchain/assets/0x350c8a09ccf7f862F0D835b0AFF85898c22D2840/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3524fd7488fdb1F4723BBc22C9cbD1Bf89f46E3B/info.json b/blockchains/smartchain/assets/0x3524fd7488fdb1F4723BBc22C9cbD1Bf89f46E3B/info.json deleted file mode 100644 index bb298483d5ff8..0000000000000 --- a/blockchains/smartchain/assets/0x3524fd7488fdb1F4723BBc22C9cbD1Bf89f46E3B/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "SushiToken (Portal)", - "type": "BEP20", - "symbol": "SUSHI", - "decimals": 18, - "description": "Cross Chain Portal Bridged Token", - "website": "https://sushi.com/", - "explorer": "https://bscscan.com/token/0x3524fd7488fdb1F4723BBc22C9cbD1Bf89f46E3B", - "status": "active", - "id": "0x3524fd7488fdb1F4723BBc22C9cbD1Bf89f46E3B", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3524fd7488fdb1F4723BBc22C9cbD1Bf89f46E3B/logo.png b/blockchains/smartchain/assets/0x3524fd7488fdb1F4723BBc22C9cbD1Bf89f46E3B/logo.png deleted file mode 100644 index 1057abafc2a9b..0000000000000 Binary files a/blockchains/smartchain/assets/0x3524fd7488fdb1F4723BBc22C9cbD1Bf89f46E3B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x352Cb5E19b12FC216548a2677bD0fce83BaE434B/info.json b/blockchains/smartchain/assets/0x352Cb5E19b12FC216548a2677bD0fce83BaE434B/info.json deleted file mode 100644 index 74569f54f4197..0000000000000 --- a/blockchains/smartchain/assets/0x352Cb5E19b12FC216548a2677bD0fce83BaE434B/info.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "BitTorrent", - "symbol": "BTT", - "type": "BEP20", - "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://bscscan.com/token/0x352cb5e19b12fc216548a2677bd0fce83bae434b", - "status": "active", - "id": "0x352Cb5E19b12FC216548a2677bD0fce83BaE434B", - "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/smartchain/assets/0x352Cb5E19b12FC216548a2677bD0fce83BaE434B/logo.png b/blockchains/smartchain/assets/0x352Cb5E19b12FC216548a2677bD0fce83BaE434B/logo.png deleted file mode 100644 index c761419ff9e79..0000000000000 Binary files a/blockchains/smartchain/assets/0x352Cb5E19b12FC216548a2677bD0fce83BaE434B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x355389292D8c963719FDaF0651f7846D6c504448/info.json b/blockchains/smartchain/assets/0x355389292D8c963719FDaF0651f7846D6c504448/info.json deleted file mode 100644 index 2accd26aeed7f..0000000000000 --- a/blockchains/smartchain/assets/0x355389292D8c963719FDaF0651f7846D6c504448/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HAKUNAMATATA", - "website": "https://hakunamatata.finance/", - "description": "BEP-20 Token combining financial freedom with charity", - "explorer": "https://bscscan.com/token/0x355389292d8c963719fdaf0651f7846d6c504448", - "type": "BEP20", - "symbol": "TATA", - "decimals": 9, - "status": "active", - "id": "0x355389292D8c963719FDaF0651f7846D6c504448" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x355389292D8c963719FDaF0651f7846D6c504448/logo.png b/blockchains/smartchain/assets/0x355389292D8c963719FDaF0651f7846D6c504448/logo.png deleted file mode 100644 index c03fd3b3fff6d..0000000000000 Binary files a/blockchains/smartchain/assets/0x355389292D8c963719FDaF0651f7846D6c504448/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x359f35085202C8527a0c767557339635A335Eb76/info.json b/blockchains/smartchain/assets/0x359f35085202C8527a0c767557339635A335Eb76/info.json deleted file mode 100644 index 3378d6690fbf6..0000000000000 --- a/blockchains/smartchain/assets/0x359f35085202C8527a0c767557339635A335Eb76/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PitJupiter", - "website": "https://pitjupitertoken.com/", - "description": "PitJupiter is a community-driven and run token with charity goals & governance with a strong tokeneconomics base, with ownership renounced", - "explorer": "https://bscscan.com/token/0x359f35085202C8527a0c767557339635A335Eb76", - "type": "BEP20", - "symbol": "PITJUPITER", - "decimals": 9, - "status": "active", - "id": "0x359f35085202C8527a0c767557339635A335Eb76" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x359f35085202C8527a0c767557339635A335Eb76/logo.png b/blockchains/smartchain/assets/0x359f35085202C8527a0c767557339635A335Eb76/logo.png deleted file mode 100644 index 2bd339024492c..0000000000000 Binary files a/blockchains/smartchain/assets/0x359f35085202C8527a0c767557339635A335Eb76/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x35Bd36597fF784FCc30D08EBE4Bd917374C40d4B/info.json b/blockchains/smartchain/assets/0x35Bd36597fF784FCc30D08EBE4Bd917374C40d4B/info.json deleted file mode 100644 index 963e79c381619..0000000000000 --- a/blockchains/smartchain/assets/0x35Bd36597fF784FCc30D08EBE4Bd917374C40d4B/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "miniShibaToken", - "type": "BEP20", - "symbol": "miniSHIB", - "decimals": 9, - "website": "https://minishib.com/", - "description": "miniSHIB aims to bring cryptocurrency to a wider audience through engaging content, whilst raising funds for animal welfare charities.", - "explorer": "https://bscscan.com/token/0x35Bd36597fF784FCc30D08EBE4Bd917374C40d4B", - "status": "active", - "id": "0x35Bd36597fF784FCc30D08EBE4Bd917374C40d4B", - "links": [ - { - "name": "github", - "url": "https://github.com/MiniShibTeam" - }, - { - "name": "twitter", - "url": "https://twitter.com/realminishib" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/MinishibGroup/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x35Bd36597fF784FCc30D08EBE4Bd917374C40d4B/logo.png b/blockchains/smartchain/assets/0x35Bd36597fF784FCc30D08EBE4Bd917374C40d4B/logo.png deleted file mode 100644 index 09852c08868fa..0000000000000 Binary files a/blockchains/smartchain/assets/0x35Bd36597fF784FCc30D08EBE4Bd917374C40d4B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x35E446a313369F2CCa5592E62dB9edBB23233Dd2/info.json b/blockchains/smartchain/assets/0x35E446a313369F2CCa5592E62dB9edBB23233Dd2/info.json deleted file mode 100644 index d4303721238cf..0000000000000 --- a/blockchains/smartchain/assets/0x35E446a313369F2CCa5592E62dB9edBB23233Dd2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Jigsaw", - "website": "https://www.ghostface.finance/jigsaw", - "description": "Jigsaw - Hold $JIGSAW and earn $BNB while you sleep!", - "explorer": "https://bscscan.com/token/0x35E446a313369F2CCa5592E62dB9edBB23233Dd2", - "type": "BEP20", - "symbol": "JIGSAW", - "decimals": 9, - "status": "active", - "id": "0x35E446a313369F2CCa5592E62dB9edBB23233Dd2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x35E446a313369F2CCa5592E62dB9edBB23233Dd2/logo.png b/blockchains/smartchain/assets/0x35E446a313369F2CCa5592E62dB9edBB23233Dd2/logo.png deleted file mode 100644 index e48f8558f3505..0000000000000 Binary files a/blockchains/smartchain/assets/0x35E446a313369F2CCa5592E62dB9edBB23233Dd2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x35b2a25087A4D33dADBFB7625bfa7f1e0853f723/info.json b/blockchains/smartchain/assets/0x35b2a25087A4D33dADBFB7625bfa7f1e0853f723/info.json deleted file mode 100644 index f98e599580622..0000000000000 --- a/blockchains/smartchain/assets/0x35b2a25087A4D33dADBFB7625bfa7f1e0853f723/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Annex USDT", - "website": "https://www.annex.finance/", - "description": "Money Markets. A Decentralized Marketplace for Lenders and Borrowers", - "explorer": "https://bscscan.com/token/0x35b2a25087A4D33dADBFB7625bfa7f1e0853f723", - "type": "BEP20", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/AnnexFinance" - }, - { - "name": "medium", - "url": "https://annexfinance.medium.com/" - }, - { - "name": "telegram", - "url": "https://t.me/Annex_finance_group" - }, - { - "name": "github", - "url": "https://github.com/annexfinance/annex-protocol" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/AnnexFinance/" - } - ], - "symbol": "aUSDT", - "decimals": 8, - "status": "active", - "id": "0x35b2a25087A4D33dADBFB7625bfa7f1e0853f723" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x35b2a25087A4D33dADBFB7625bfa7f1e0853f723/logo.png b/blockchains/smartchain/assets/0x35b2a25087A4D33dADBFB7625bfa7f1e0853f723/logo.png deleted file mode 100644 index 6e9fe7d7ffcbc..0000000000000 Binary files a/blockchains/smartchain/assets/0x35b2a25087A4D33dADBFB7625bfa7f1e0853f723/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x35bEdBF9291b22218a0dA863170dcC9329Ef2563/info.json b/blockchains/smartchain/assets/0x35bEdBF9291b22218a0dA863170dcC9329Ef2563/info.json deleted file mode 100644 index cb54aefee9e22..0000000000000 --- a/blockchains/smartchain/assets/0x35bEdBF9291b22218a0dA863170dcC9329Ef2563/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "TAP Coin", - "website": "https://tapfantasy.io/", - "description": "Tap Fantasy is an MMORPG blockchain game, building the biggest Play2Earn NFT game on Solana and BSC. It’s the metaverse version of the famous MMORPG TapTap Fantasy with over 20 million users. Now it has designed more than 200 ACG characters and NFT skins.", - "explorer": "https://bscscan.com/token/0x35bEdBF9291b22218a0dA863170dcC9329Ef2563", - "type": "BEP20", - "symbol": "TAP", - "decimals": 18, - "status": "active", - "id": "0x35bEdBF9291b22218a0dA863170dcC9329Ef2563", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/tapfantasy2021" - }, - { - "name": "github", - "url": "https://github.com/tapfantasy/" - }, - { - "name": "telegram", - "url": "https://t.me/tap_fantasy" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x35bEdBF9291b22218a0dA863170dcC9329Ef2563/logo.png b/blockchains/smartchain/assets/0x35bEdBF9291b22218a0dA863170dcC9329Ef2563/logo.png deleted file mode 100644 index cf93b2425034b..0000000000000 Binary files a/blockchains/smartchain/assets/0x35bEdBF9291b22218a0dA863170dcC9329Ef2563/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x35f3fffFcb622bC9f64fA561D74e983Fd488D90c/info.json b/blockchains/smartchain/assets/0x35f3fffFcb622bC9f64fA561D74e983Fd488D90c/info.json deleted file mode 100644 index fd1c45161c4da..0000000000000 --- a/blockchains/smartchain/assets/0x35f3fffFcb622bC9f64fA561D74e983Fd488D90c/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "PirateCash", - "type": "BEP20", - "symbol": "PIRATE", - "decimals": 8, - "website": "https://p.cash/", - "description": "PirateCash as Software-defined networking (SDN). This technology will provide good quality of service and it will be High Availability (HA), flexible and DDoS resistant network.", - "explorer": "https://bscscan.com/token/0x35f3ffffcb622bc9f64fa561d74e983fd488d90c", - "status": "active", - "id": "0x35f3fffFcb622bC9f64fA561D74e983Fd488D90c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/PirateCash_NET" - }, - { - "name": "telegram", - "url": "https://t.me/pcash" - }, - { - "name": "whitepaper", - "url": "https://p.cash/en#about" - }, - { - "name": "source_code", - "url": "https://bscscan.com/token/0x35f3ffffcb622bc9f64fa561d74e983fd488d90c#code" - }, - { - "name": "github", - "url": "https://github.com/piratecash" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x35f3fffFcb622bC9f64fA561D74e983Fd488D90c/logo.png b/blockchains/smartchain/assets/0x35f3fffFcb622bC9f64fA561D74e983Fd488D90c/logo.png deleted file mode 100644 index 239b9fff819ef..0000000000000 Binary files a/blockchains/smartchain/assets/0x35f3fffFcb622bC9f64fA561D74e983Fd488D90c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x360883b7E7fAAD5CE3b4295DABe3F4Ce01A408a2/info.json b/blockchains/smartchain/assets/0x360883b7E7fAAD5CE3b4295DABe3F4Ce01A408a2/info.json deleted file mode 100644 index 542d79cb876cd..0000000000000 --- a/blockchains/smartchain/assets/0x360883b7E7fAAD5CE3b4295DABe3F4Ce01A408a2/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": " Solar Systems", - "website": "https://sale.nftsolar.systems/", - "description": "CREATE YOUR OWN UNIQUE SOLAR SYSTEM on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x360883b7E7fAAD5CE3b4295DABe3F4Ce01A408a2", - "type": "BEP20", - "symbol": "SNS", - "decimals": 8, - "status": "active", - "id": "0x360883b7E7fAAD5CE3b4295DABe3F4Ce01A408a2", - "links": [ - { - "name": "github", - "url": "https://github.com/SolarSystemsNFT/" - }, - { - "name": "twitter", - "url": "https://twitter.com/SolarSystems3" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/nftsollar/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x360883b7E7fAAD5CE3b4295DABe3F4Ce01A408a2/logo.png b/blockchains/smartchain/assets/0x360883b7E7fAAD5CE3b4295DABe3F4Ce01A408a2/logo.png deleted file mode 100644 index d14f53498bd30..0000000000000 Binary files a/blockchains/smartchain/assets/0x360883b7E7fAAD5CE3b4295DABe3F4Ce01A408a2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x361C60b7c2828fCAb80988d00D1D542c83387b50/info.json b/blockchains/smartchain/assets/0x361C60b7c2828fCAb80988d00D1D542c83387b50/info.json deleted file mode 100644 index 2e5ea989c3999..0000000000000 --- a/blockchains/smartchain/assets/0x361C60b7c2828fCAb80988d00D1D542c83387b50/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://bscscan.com/token/0x361c60b7c2828fcab80988d00d1d542c83387b50", - "type": "BEP20", - "symbol": "DFI", - "decimals": 18, - "status": "active", - "id": "0x361C60b7c2828fCAb80988d00D1D542c83387b50", - "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/smartchain/assets/0x361C60b7c2828fCAb80988d00D1D542c83387b50/logo.png b/blockchains/smartchain/assets/0x361C60b7c2828fCAb80988d00D1D542c83387b50/logo.png deleted file mode 100644 index ee8b25edc5483..0000000000000 Binary files a/blockchains/smartchain/assets/0x361C60b7c2828fCAb80988d00D1D542c83387b50/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3645Faf5d10422d5508Cf37771F6e47fEfA4c6A3/info.json b/blockchains/smartchain/assets/0x3645Faf5d10422d5508Cf37771F6e47fEfA4c6A3/info.json deleted file mode 100644 index 49dbdf09d2ffc..0000000000000 --- a/blockchains/smartchain/assets/0x3645Faf5d10422d5508Cf37771F6e47fEfA4c6A3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Dogecoin Black", - "website": "https://dogecoinblack.com", - "description": "Dogecoin Black is Memes Token", - "explorer": "https://bscscan.com/token/0x3645Faf5d10422d5508Cf37771F6e47fEfA4c6A3", - "symbol": "DOGEB", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x3645Faf5d10422d5508Cf37771F6e47fEfA4c6A3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3645Faf5d10422d5508Cf37771F6e47fEfA4c6A3/logo.png b/blockchains/smartchain/assets/0x3645Faf5d10422d5508Cf37771F6e47fEfA4c6A3/logo.png deleted file mode 100644 index 755bfd555f111..0000000000000 Binary files a/blockchains/smartchain/assets/0x3645Faf5d10422d5508Cf37771F6e47fEfA4c6A3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x36C7B164F85D6F775cD128966D5819c7d36FEfF3/info.json b/blockchains/smartchain/assets/0x36C7B164F85D6F775cD128966D5819c7d36FEfF3/info.json deleted file mode 100644 index 3a9c80c148ed8..0000000000000 --- a/blockchains/smartchain/assets/0x36C7B164F85D6F775cD128966D5819c7d36FEfF3/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "Openlive NFT", - "type": "BEP20", - "symbol": "OPV", - "decimals": 18, - "website": "https://openlivenft.com/", - "description": "OPENLIVE NFT is a decentralized marketplace where users can generate, store, buy & sell NFTs.", - "explorer": "https://bscscan.com/token/0x36C7B164F85D6F775cD128966D5819c7d36FEfF3", - "status": "active", - "id": "0x36C7B164F85D6F775cD128966D5819c7d36FEfF3", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/OpenLiveNFT" - }, - { - "name": "telegram", - "url": "https://t.me/OpenLiveNFT" - }, - { - "name": "docs", - "url": "https://docs.openlivenft.com/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/openlive-nft/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/openLiveNFT/" - }, - { - "name": "github", - "url": "https://github.com/openLiveNFT" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/openlive-nft" - }, - { - "name": "whitepaper", - "url": "https://docs.openlivenft.com/" - } - ], - "tags": [ - "governance" - ] -} diff --git a/blockchains/smartchain/assets/0x36C7B164F85D6F775cD128966D5819c7d36FEfF3/logo.png b/blockchains/smartchain/assets/0x36C7B164F85D6F775cD128966D5819c7d36FEfF3/logo.png deleted file mode 100644 index b5a8c91612f82..0000000000000 Binary files a/blockchains/smartchain/assets/0x36C7B164F85D6F775cD128966D5819c7d36FEfF3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x36DB129506fE81dA7Ce085648ff9C7a0D5e31ed2/info.json b/blockchains/smartchain/assets/0x36DB129506fE81dA7Ce085648ff9C7a0D5e31ed2/info.json deleted file mode 100644 index 9def1a4534f01..0000000000000 --- a/blockchains/smartchain/assets/0x36DB129506fE81dA7Ce085648ff9C7a0D5e31ed2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CEEZEE", - "website": "https://ceezee.io/", - "description": "The Best Meme-Based Geometric Deflationary Token", - "explorer": "https://bscscan.com/token/0x36DB129506fE81dA7Ce085648ff9C7a0D5e31ed2", - "type": "BEP20", - "symbol": "SAFU", - "decimals": 18, - "status": "active", - "id": "0x36DB129506fE81dA7Ce085648ff9C7a0D5e31ed2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x36DB129506fE81dA7Ce085648ff9C7a0D5e31ed2/logo.png b/blockchains/smartchain/assets/0x36DB129506fE81dA7Ce085648ff9C7a0D5e31ed2/logo.png deleted file mode 100644 index cdc4f7fb08794..0000000000000 Binary files a/blockchains/smartchain/assets/0x36DB129506fE81dA7Ce085648ff9C7a0D5e31ed2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x36b24B2F78725495e858AF9e72f7Df69DaDE3dca/info.json b/blockchains/smartchain/assets/0x36b24B2F78725495e858AF9e72f7Df69DaDE3dca/info.json deleted file mode 100644 index 5a203cdcdbc90..0000000000000 --- a/blockchains/smartchain/assets/0x36b24B2F78725495e858AF9e72f7Df69DaDE3dca/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "SeaChain", - "website": "https://www.seachaintoken.com/", - "description": "SeaChain is a decentralised, community-driven ecosystem funding trash barriers in the most polluted rivers.", - "explorer": "https://bscscan.com/token/0x36b24B2F78725495e858AF9e72f7Df69DaDE3dca", - "type": "BEP20", - "symbol": "SeaChain", - "decimals": 9, - "status": "active", - "id": "0x36b24B2F78725495e858AF9e72f7Df69DaDE3dca", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SeaChainToken" - }, - { - "name": "telegram", - "url": "https://t.me/SeaChainNetwork" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/seachain/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/seachain" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x36b24B2F78725495e858AF9e72f7Df69DaDE3dca/logo.png b/blockchains/smartchain/assets/0x36b24B2F78725495e858AF9e72f7Df69DaDE3dca/logo.png deleted file mode 100644 index bebd84d5a6779..0000000000000 Binary files a/blockchains/smartchain/assets/0x36b24B2F78725495e858AF9e72f7Df69DaDE3dca/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x36dBcBCA106353D49e1E0E8974492fFB862a0C92/info.json b/blockchains/smartchain/assets/0x36dBcBCA106353D49e1E0E8974492fFB862a0C92/info.json deleted file mode 100644 index 152cd7563b8c5..0000000000000 --- a/blockchains/smartchain/assets/0x36dBcBCA106353D49e1E0E8974492fFB862a0C92/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeMeme", - "type": "BEP20", - "symbol": "SME", - "decimals": 9, - "website": "https://www.safememe.com", - "description": "A unique Rugpull-Proof utility token and exchange platform based on the Binance Smart Chain. Our exchange is here to return security to BEP20 token investments.", - "explorer": "https://bscscan.com/token/0x36dBcBCA106353D49e1E0E8974492fFB862a0C92", - "status": "active", - "id": "0x36dBcBCA106353D49e1E0E8974492fFB862a0C92" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x36dBcBCA106353D49e1E0E8974492fFB862a0C92/logo.png b/blockchains/smartchain/assets/0x36dBcBCA106353D49e1E0E8974492fFB862a0C92/logo.png deleted file mode 100644 index 428179834bb2d..0000000000000 Binary files a/blockchains/smartchain/assets/0x36dBcBCA106353D49e1E0E8974492fFB862a0C92/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x36f66D61Db3497f7FDBA22Efd2A251753A95d0E2/info.json b/blockchains/smartchain/assets/0x36f66D61Db3497f7FDBA22Efd2A251753A95d0E2/info.json deleted file mode 100644 index 0cdcb7b4e2011..0000000000000 --- a/blockchains/smartchain/assets/0x36f66D61Db3497f7FDBA22Efd2A251753A95d0E2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Life Token", - "website": "https://thelifetoken.com", - "description": "Life Token is a charity-orientated, self-staking, deflationary token aiming to help aid suicide prevention.", - "explorer": "https://bscscan.com/token/0x36f66D61Db3497f7FDBA22Efd2A251753A95d0E2", - "type": "BEP20", - "symbol": "LTN", - "decimals": 18, - "status": "active", - "id": "0x36f66D61Db3497f7FDBA22Efd2A251753A95d0E2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x36f66D61Db3497f7FDBA22Efd2A251753A95d0E2/logo.png b/blockchains/smartchain/assets/0x36f66D61Db3497f7FDBA22Efd2A251753A95d0E2/logo.png deleted file mode 100644 index 7fe90060b9fcd..0000000000000 Binary files a/blockchains/smartchain/assets/0x36f66D61Db3497f7FDBA22Efd2A251753A95d0E2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x37109a51e712471Bd2C72d8D70718627e7fF0032/info.json b/blockchains/smartchain/assets/0x37109a51e712471Bd2C72d8D70718627e7fF0032/info.json deleted file mode 100644 index 97548fedc5af9..0000000000000 --- a/blockchains/smartchain/assets/0x37109a51e712471Bd2C72d8D70718627e7fF0032/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Swapcoinz", - "website": "https://swapcoinz.io", - "description": "Swapcoinz The Innovative Playground Solution For African Kids With our sole Mission to be a bridge between Families and Businesses", - "explorer": "https://bscscan.com/token/0x37109a51e712471bd2c72d8d70718627e7ff0032", - "research": "", - "type": "BEP20", - "symbol": "SPAZ", - "decimals": 8, - "status": "active", - "id": "0x37109a51e712471Bd2C72d8D70718627e7fF0032" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x37109a51e712471Bd2C72d8D70718627e7fF0032/logo.png b/blockchains/smartchain/assets/0x37109a51e712471Bd2C72d8D70718627e7fF0032/logo.png deleted file mode 100644 index ed3ae01859de6..0000000000000 Binary files a/blockchains/smartchain/assets/0x37109a51e712471Bd2C72d8D70718627e7fF0032/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x371c7ec6D8039ff7933a2AA28EB827Ffe1F52f07/info.json b/blockchains/smartchain/assets/0x371c7ec6D8039ff7933a2AA28EB827Ffe1F52f07/info.json deleted file mode 100644 index 2af40dc5195c8..0000000000000 --- a/blockchains/smartchain/assets/0x371c7ec6D8039ff7933a2AA28EB827Ffe1F52f07/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "JOE", - "symbol": "JOE", - "type": "BEP20", - "decimals": 18, - "description": "One-stop Decentralized Trading on Avalanche.", - "website": "https://traderjoexyz.com/", - "explorer": "https://bscscan.com/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/smartchain/assets/0x371c7ec6D8039ff7933a2AA28EB827Ffe1F52f07/logo.png b/blockchains/smartchain/assets/0x371c7ec6D8039ff7933a2AA28EB827Ffe1F52f07/logo.png deleted file mode 100644 index 7cf47068565d6..0000000000000 Binary files a/blockchains/smartchain/assets/0x371c7ec6D8039ff7933a2AA28EB827Ffe1F52f07/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x373849E1DbEE104D67afFf1B73703De4fd96294E/info.json b/blockchains/smartchain/assets/0x373849E1DbEE104D67afFf1B73703De4fd96294E/info.json deleted file mode 100644 index bde84d94ab0bb..0000000000000 --- a/blockchains/smartchain/assets/0x373849E1DbEE104D67afFf1B73703De4fd96294E/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DoggyInu Token", - "website": "https://doggyinu.com", - "description": "Doggy Inu is a deflationary meme Token with an anti-whale mechanism designed to make investors benefit by hodling. Each user is (in theory) an equivalent owner and contributor to the network. Every trade contributes toward automatically generating liquidity locked inside PancakeSwap", - "explorer": "https://bscscan.com/token/0x373849E1DbEE104D67afFf1B73703De4fd96294E", - "type": "BEP20", - "symbol": "DOGI", - "decimals": 9, - "status": "active", - "id": "0x373849E1DbEE104D67afFf1B73703De4fd96294E" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x373849E1DbEE104D67afFf1B73703De4fd96294E/logo.png b/blockchains/smartchain/assets/0x373849E1DbEE104D67afFf1B73703De4fd96294E/logo.png deleted file mode 100644 index ddf6c27ab503d..0000000000000 Binary files a/blockchains/smartchain/assets/0x373849E1DbEE104D67afFf1B73703De4fd96294E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x373E768f79c820aA441540d254dCA6d045c6d25b/info.json b/blockchains/smartchain/assets/0x373E768f79c820aA441540d254dCA6d045c6d25b/info.json deleted file mode 100644 index 5eedbb2676a7f..0000000000000 --- a/blockchains/smartchain/assets/0x373E768f79c820aA441540d254dCA6d045c6d25b/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://bscscan.com/token/0x373E768f79c820aA441540d254dCA6d045c6d25b", - "type": "BEP20", - "symbol": "DERC", - "decimals": 18, - "status": "active", - "id": "0x373E768f79c820aA441540d254dCA6d045c6d25b", - "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/smartchain/assets/0x373E768f79c820aA441540d254dCA6d045c6d25b/logo.png b/blockchains/smartchain/assets/0x373E768f79c820aA441540d254dCA6d045c6d25b/logo.png deleted file mode 100644 index fce6b5ea004e8..0000000000000 Binary files a/blockchains/smartchain/assets/0x373E768f79c820aA441540d254dCA6d045c6d25b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x375483CfA7Fc18F6b455E005D835A8335FbdbB1f/info.json b/blockchains/smartchain/assets/0x375483CfA7Fc18F6b455E005D835A8335FbdbB1f/info.json deleted file mode 100644 index 2bdc534adc518..0000000000000 --- a/blockchains/smartchain/assets/0x375483CfA7Fc18F6b455E005D835A8335FbdbB1f/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Eclipse", - "website": "https://eclipsetoken.org", - "description": "Eclipse is a multi-utility token to be used on Eclipse platforms.", - "explorer": "https://bscscan.com/token/0x375483cfa7fc18f6b455e005d835a8335fbdbb1f", - "type": "BEP20", - "symbol": "ECP", - "decimals": 9, - "status": "active", - "id": "0x375483CfA7Fc18F6b455E005D835A8335FbdbB1f", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/token_eclipse" - }, - { - "name": "telegram", - "url": "https://t.me/eclipsetokenofficial" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x375483CfA7Fc18F6b455E005D835A8335FbdbB1f/logo.png b/blockchains/smartchain/assets/0x375483CfA7Fc18F6b455E005D835A8335FbdbB1f/logo.png deleted file mode 100644 index 9f5baab567962..0000000000000 Binary files a/blockchains/smartchain/assets/0x375483CfA7Fc18F6b455E005D835A8335FbdbB1f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x375A7B6A6F74a5Acb86C420c53C4Ce8cf1d51b4D/info.json b/blockchains/smartchain/assets/0x375A7B6A6F74a5Acb86C420c53C4Ce8cf1d51b4D/info.json deleted file mode 100644 index aa2a18d514efe..0000000000000 --- a/blockchains/smartchain/assets/0x375A7B6A6F74a5Acb86C420c53C4Ce8cf1d51b4D/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "HUP.LIFE", - "website": "https://www.hup.life", - "description": "HUP.LIFE ($HUP) is building an all-in-one NFT Marketplace enabling socially conscious visual artists and collectors to authenticate their artwork, find copycats across the web, and buy, sell, and license their artwork through its copyright - while complying with international copyright and securities law.", - "explorer": "https://bscscan.com/token/0x375a7b6a6f74a5acb86c420c53c4ce8cf1d51b4d", - "type": "BEP20", - "symbol": "HUP", - "decimals": 9, - "status": "active", - "id": "0x375A7B6A6F74a5Acb86C420c53C4Ce8cf1d51b4D", - "links": [ - { - "name": "github", - "url": "https://github.com/HUP-LIFE" - }, - { - "name": "twitter", - "url": "https://twitter.com/hupdotlife" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/huplife" - }, - { - "name": "telegram", - "url": "https://t.me/hupdotlife" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/huplife" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/hup-life/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x375A7B6A6F74a5Acb86C420c53C4Ce8cf1d51b4D/logo.png b/blockchains/smartchain/assets/0x375A7B6A6F74a5Acb86C420c53C4Ce8cf1d51b4D/logo.png deleted file mode 100644 index d0bb3ce06ddcd..0000000000000 Binary files a/blockchains/smartchain/assets/0x375A7B6A6F74a5Acb86C420c53C4Ce8cf1d51b4D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3780E00D4c60887AF38345cCd44f7617dBFB10A0/info.json b/blockchains/smartchain/assets/0x3780E00D4c60887AF38345cCd44f7617dBFB10A0/info.json deleted file mode 100644 index ebc3e89c13371..0000000000000 --- a/blockchains/smartchain/assets/0x3780E00D4c60887AF38345cCd44f7617dBFB10A0/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Dogecoin 2.0", - "type": "BEP20", - "symbol": "Doge2", - "decimals": 9, - "website": "https://dogecoin2.org/", - "description": "Dogecoin 2.0 is a DEFI token on the BSC network. Born out of the original Dogecoin community.", - "explorer": "https://bscscan.com/token/0x3780e00d4c60887af38345ccd44f7617dbfb10a0", - "status": "active", - "id": "0x3780E00D4c60887AF38345cCd44f7617dBFB10A0", - "links": [ - { - "name": "github", - "url": "https://github.com/Dogecoin2-0/" - }, - { - "name": "twitter", - "url": "https://twitter.com/Doge2_Official" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Dogecoin2_point_0/" - }, - { - "name": "discord", - "url": "https://discord.com/doge2" - }, - { - "name": "telegram", - "url": "https://t.me/joinchat/pbZ1dx14bCAyMzY0" - }, - { - "name": "facebook", - "url": "https://facebook.com/DOGECOIN2/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3780E00D4c60887AF38345cCd44f7617dBFB10A0/logo.png b/blockchains/smartchain/assets/0x3780E00D4c60887AF38345cCd44f7617dBFB10A0/logo.png deleted file mode 100644 index 9eaf6f759f5e9..0000000000000 Binary files a/blockchains/smartchain/assets/0x3780E00D4c60887AF38345cCd44f7617dBFB10A0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x379f29911956052899E09233A3914f4e1eca075C/info.json b/blockchains/smartchain/assets/0x379f29911956052899E09233A3914f4e1eca075C/info.json deleted file mode 100644 index 9fe2db9144a2d..0000000000000 --- a/blockchains/smartchain/assets/0x379f29911956052899E09233A3914f4e1eca075C/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "MetaSwapToken", - "type": "BEP20", - "symbol": "Meta", - "decimals": 18, - "website": "https://metaswap.name/", - "description": "MetaSwap Exchange, also known as Distributed Autonomous Organization Security Token Exchange. It is an STO platform fully deployed on the BSC chain. Issued by major, medium and small companies around the world, Listing and trading through DAO voting governance behavior, thereby simplifying the complicated process of STO.governance, it eliminates centralized supervision restrictions, greatly reduces issuance costs, and leaves it to token holders for democracy decision making.", - "explorer": "https://bscscan.com/token/0x379f29911956052899e09233a3914f4e1eca075c", - "status": "active", - "id": "0x379f29911956052899E09233A3914f4e1eca075C", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MetaSwap_" - }, - { - "name": "blog", - "url": "https://metaswap.name/" - }, - { - "name": "discord", - "url": "https://discord.com/B4SFK2hK9e" - }, - { - "name": "telegram", - "url": "https://t.me/metaswapofficialchat" - }, - { - "name": "medium", - "url": "https://medium.com/@metaswap_" - } - ], - "tags": [ - "governance" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x379f29911956052899E09233A3914f4e1eca075C/logo.png b/blockchains/smartchain/assets/0x379f29911956052899E09233A3914f4e1eca075C/logo.png deleted file mode 100644 index d50d96d35ad47..0000000000000 Binary files a/blockchains/smartchain/assets/0x379f29911956052899E09233A3914f4e1eca075C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x37A9357B0d575d419595Cb56974fb89729E737de/info.json b/blockchains/smartchain/assets/0x37A9357B0d575d419595Cb56974fb89729E737de/info.json deleted file mode 100644 index 56880058a2003..0000000000000 --- a/blockchains/smartchain/assets/0x37A9357B0d575d419595Cb56974fb89729E737de/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Galaxy Coin", - "website": "https://glxcoin.space/", - "description": "We bring simplicity to frictionless rewards. Our revolutionary concept aims to be more deflationary while enabling PUMPANOMICS for you.", - "explorer": "https://bscscan.com/token/0x37A9357B0d575d419595Cb56974fb89729E737de", - "type": "BEP20", - "symbol": "GLXC", - "decimals": 18, - "status": "active", - "id": "0x37A9357B0d575d419595Cb56974fb89729E737de", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/GLXcoin_" - }, - { - "name": "telegram", - "url": "https://t.me/glxcion" - }, - { - "name": "medium", - "url": "https://glxcoin.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x37A9357B0d575d419595Cb56974fb89729E737de/logo.png b/blockchains/smartchain/assets/0x37A9357B0d575d419595Cb56974fb89729E737de/logo.png deleted file mode 100644 index 5caa0b2e99042..0000000000000 Binary files a/blockchains/smartchain/assets/0x37A9357B0d575d419595Cb56974fb89729E737de/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x37Ac4D6140e54304D77437A5c11924f61a2D976f/info.json b/blockchains/smartchain/assets/0x37Ac4D6140e54304D77437A5c11924f61a2D976f/info.json deleted file mode 100644 index 0808e9661bed3..0000000000000 --- a/blockchains/smartchain/assets/0x37Ac4D6140e54304D77437A5c11924f61a2D976f/info.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "SparkPoint Fuel", - "website": "https://srk.finance", - "description": "SparkDeFi is a governance token-based DeFi platform that empowers individuals to unlock the true value of their cryptocurrency assets. It is a full-service decentralized finance solution that combines a decentralized exchange (SparkSwap), liquidity and pool-based staking (SparkStake), P2P lending and borrowing (SparkLend), and DeFi assets protocols management (SparkDash) in a seamless, transparent, secure, inclusive, and interoperable platform.", - "research": "https://link.medium.com/ehJR6uXfncb", - "explorer": "https://bscscan.com/token/0x37ac4d6140e54304d77437a5c11924f61a2d976f", - "type": "BEP20", - "symbol": "SFUEL", - "decimals": 18, - "status": "active", - "id": "0x37Ac4D6140e54304D77437A5c11924f61a2D976f", - "links": [ - { - "name": "github", - "url": "https://github.com/sparkpointio/venus-protocol" - }, - { - "name": "twitter", - "url": "https://twitter.com/SparkDeFi" - }, - { - "name": "telegram", - "url": "https://t.me/SparkDeFi" - }, - { - "name": "facebook", - "url": "https://facebook.com/SparkDeFi/" - }, - { - "name": "medium", - "url": "https://medium.com/theecosystem" - }, - { - "name": "whitepaper", - "url": "https://github.com/sparkpointio/sparkdefi-whitepaper/blob/main/WHITEPAPER.md" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x37Ac4D6140e54304D77437A5c11924f61a2D976f/logo.png b/blockchains/smartchain/assets/0x37Ac4D6140e54304D77437A5c11924f61a2D976f/logo.png deleted file mode 100644 index 388826f6cb1d2..0000000000000 Binary files a/blockchains/smartchain/assets/0x37Ac4D6140e54304D77437A5c11924f61a2D976f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x37C28DE42bA3d22217995D146FC684B2326Ede64/info.json b/blockchains/smartchain/assets/0x37C28DE42bA3d22217995D146FC684B2326Ede64/info.json deleted file mode 100644 index e27d4e0dde960..0000000000000 --- a/blockchains/smartchain/assets/0x37C28DE42bA3d22217995D146FC684B2326Ede64/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Venus ADA", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "research": "https://research.binance.com/en/projects/venus", - "explorer": "https://bscscan.com/token/0x37C28DE42bA3d22217995D146FC684B2326Ede64", - "type": "BEP20", - "symbol": "vADA", - "decimals": 8, - "status": "active", - "id": "0x37C28DE42bA3d22217995D146FC684B2326Ede64", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x37C28DE42bA3d22217995D146FC684B2326Ede64/logo.png b/blockchains/smartchain/assets/0x37C28DE42bA3d22217995D146FC684B2326Ede64/logo.png deleted file mode 100644 index e40020df3b414..0000000000000 Binary files a/blockchains/smartchain/assets/0x37C28DE42bA3d22217995D146FC684B2326Ede64/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x37c4bcf0b8fC6f074be933Af7fb9D1DDe55f979C/info.json b/blockchains/smartchain/assets/0x37c4bcf0b8fC6f074be933Af7fb9D1DDe55f979C/info.json deleted file mode 100644 index 9cf173d8a3bde..0000000000000 --- a/blockchains/smartchain/assets/0x37c4bcf0b8fC6f074be933Af7fb9D1DDe55f979C/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "Black Diamond", - "type": "BEP20", - "symbol": "Diamonds", - "decimals": 12, - "website": "https://blackdiamond.gold", - "description": "A Diamond In The Rough!", - "explorer": "https://bscscan.com/token/0x37c4bcf0b8fC6f074be933Af7fb9D1DDe55f979C", - "status": "active", - "id": "0x37c4bcf0b8fC6f074be933Af7fb9D1DDe55f979C", - "links": [ - { - "name": "telegram", - "url": "https://t.me/BlackDiamondGold" - }, - { - "name": "twitter", - "url": "https://twitter.com/BlackDiamond_CU" - }, - { - "name": "discord", - "url": "https://discord.com/invite/vDCqAn2dwz" - }, - { - "name": "whitepaper", - "url": "https://whitepaper.blackdiamond.gold" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/black-diamond" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/black-diamond/" - }, - { - "name": "facebook", - "url": "https://facebook.com/BlackDiamondGLD/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/ABlackDiamond/" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x37c4bcf0b8fc6f074be933af7fb9d1dde55f979c#code" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x37c4bcf0b8fC6f074be933Af7fb9D1DDe55f979C/logo.png b/blockchains/smartchain/assets/0x37c4bcf0b8fC6f074be933Af7fb9D1DDe55f979C/logo.png deleted file mode 100644 index 7b7b28aeb6ba8..0000000000000 Binary files a/blockchains/smartchain/assets/0x37c4bcf0b8fC6f074be933Af7fb9D1DDe55f979C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x37e5da11b6A4DC6d2f7Abe232cDd30B0B8Fc63B1/info.json b/blockchains/smartchain/assets/0x37e5da11b6A4DC6d2f7Abe232cDd30B0B8Fc63B1/info.json deleted file mode 100644 index 622e709dd5f4e..0000000000000 --- a/blockchains/smartchain/assets/0x37e5da11b6A4DC6d2f7Abe232cDd30B0B8Fc63B1/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Bull BTC Club", - "type": "BEP20", - "symbol": "BBC", - "decimals": 18, - "website": "https://bullbtc.club/", - "description": "Bull BTC CLUB is a Hashrate service platform integrating bitcoin Hashrate distribution and multiple financial derivatives of Bitcoin.", - "explorer": "https://bscscan.com/token/0x37e5da11b6A4DC6d2f7Abe232cDd30B0B8Fc63B1", - "status": "active", - "id": "0x37e5da11b6A4DC6d2f7Abe232cDd30B0B8Fc63B1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BULLBTCCLUBNFT" - }, - { - "name": "github", - "url": "https://github.com/bullbtcclub" - }, - { - "name": "telegram", - "url": "https://t.me/bullbtccluben" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/bull-btc-club/" - } - ], - "tags": [ - "defi", - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x37e5da11b6A4DC6d2f7Abe232cDd30B0B8Fc63B1/logo.png b/blockchains/smartchain/assets/0x37e5da11b6A4DC6d2f7Abe232cDd30B0B8Fc63B1/logo.png deleted file mode 100644 index 5d32cf6de25a2..0000000000000 Binary files a/blockchains/smartchain/assets/0x37e5da11b6A4DC6d2f7Abe232cDd30B0B8Fc63B1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x380624A4a7e69dB1cA07deEcF764025FC224D056/info.json b/blockchains/smartchain/assets/0x380624A4a7e69dB1cA07deEcF764025FC224D056/info.json deleted file mode 100644 index 1eef378cdcbd3..0000000000000 --- a/blockchains/smartchain/assets/0x380624A4a7e69dB1cA07deEcF764025FC224D056/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeBTC", - "website": "https://safebitcoin.io", - "description": "SafeBTC is a token with frictionless fee redistribution and liquidity-adds on transfers.", - "explorer": "https://bscscan.com/token/0x380624A4a7e69dB1cA07deEcF764025FC224D056", - "type": "BEP20", - "symbol": "SAFEBTC", - "decimals": 9, - "status": "active", - "id": "0x380624A4a7e69dB1cA07deEcF764025FC224D056" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x380624A4a7e69dB1cA07deEcF764025FC224D056/logo.png b/blockchains/smartchain/assets/0x380624A4a7e69dB1cA07deEcF764025FC224D056/logo.png deleted file mode 100644 index 0d183474f264b..0000000000000 Binary files a/blockchains/smartchain/assets/0x380624A4a7e69dB1cA07deEcF764025FC224D056/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x383094a91Ef2767Eed2B063ea40465670bf1C83f/info.json b/blockchains/smartchain/assets/0x383094a91Ef2767Eed2B063ea40465670bf1C83f/info.json deleted file mode 100644 index 9fba753109422..0000000000000 --- a/blockchains/smartchain/assets/0x383094a91Ef2767Eed2B063ea40465670bf1C83f/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "LIMOCOIN SWAP", - "type": "BEP20", - "symbol": "LMCSWAP", - "decimals": 18, - "website": "https://www.liyeplimal.net", - "description": "Limocoin Swap is a token created to allow, by the principle of cryptographic assets, the evolution of market solutions. It is based on a strong community built in four years by one of the subsidiaries of the parent company SIMTREX COMMERCIAL BROKERS LLC, GIT. SA", - "explorer": "https://bscscan.com/token/0x383094a91Ef2767Eed2B063ea40465670bf1C83f", - "status": "active", - "id": "0x383094a91Ef2767Eed2B063ea40465670bf1C83f", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/limocoinswap" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/limocoin-swap/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/limocoin-swap" - }, - { - "name": "telegram", - "url": "https://t.me/limocoinswapofficial" - }, - { - "name": "whitepaper", - "url": "https://www.liyeplimal.net/assets/images/uploads/Livre_Blanc_LIMOCOIN_Version_en_Anglais.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x383094a91Ef2767Eed2B063ea40465670bf1C83f/logo.png b/blockchains/smartchain/assets/0x383094a91Ef2767Eed2B063ea40465670bf1C83f/logo.png deleted file mode 100644 index 75a531c7578fc..0000000000000 Binary files a/blockchains/smartchain/assets/0x383094a91Ef2767Eed2B063ea40465670bf1C83f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x38895e0b3E7cD13C45BD4E93aF5a402604B762E3/info.json b/blockchains/smartchain/assets/0x38895e0b3E7cD13C45BD4E93aF5a402604B762E3/info.json deleted file mode 100644 index 036e998780837..0000000000000 --- a/blockchains/smartchain/assets/0x38895e0b3E7cD13C45BD4E93aF5a402604B762E3/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "BabyPooCoin", - "type": "BEP20", - "symbol": "BabyPoo", - "decimals": 9, - "website": "https://babypoo.io/", - "description": "BabyPooCoin is a rewards token ran on the Binance Smart Chain, holders receive rewards in the form of the native utility token of the charting platform PooCoin", - "explorer": "https://bscscan.com/token/0x38895e0b3E7cD13C45BD4E93aF5a402604B762E3", - "status": "active", - "id": "0x38895e0b3E7cD13C45BD4E93aF5a402604B762E3", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/babypootoken" - }, - { - "name": "telegram", - "url": "https://t.me/OfficialBabyPooCoin" - }, - { - "name": "whitepaper", - "url": "https://docs.google.com/document/d/e/2PACX-1vR_0Rsw-7v1gJb-o8HOC19CACTeAvS5WcH3QwTbuT92KqFJC4QQ6j9MzXtyuHGnyfWnhTajz-Gt6nIr/pub" - }, - { - "name": "github", - "url": "https://github.com/BabyPooCoin" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCV9YjEODqaU2jDEFj3tehFg" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/baby-poocoin/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/baby-poocoin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x38895e0b3E7cD13C45BD4E93aF5a402604B762E3/logo.png b/blockchains/smartchain/assets/0x38895e0b3E7cD13C45BD4E93aF5a402604B762E3/logo.png deleted file mode 100644 index 1c40f86d8dad3..0000000000000 Binary files a/blockchains/smartchain/assets/0x38895e0b3E7cD13C45BD4E93aF5a402604B762E3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x389c13d5be24bED2af35C30F211E042225CB06fF/info.json b/blockchains/smartchain/assets/0x389c13d5be24bED2af35C30F211E042225CB06fF/info.json deleted file mode 100644 index 918bc8f9761f4..0000000000000 --- a/blockchains/smartchain/assets/0x389c13d5be24bED2af35C30F211E042225CB06fF/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "SHIBORG INU", - "website": "https://shiborgtoken.com/", - "description": "A CYBORG SHIBA INU DOG FROM PLANET SHIBAMOON X1000. A DECENTRALIZED MEME TOKEN", - "explorer": "https://bscscan.com/token/0x389c13d5be24bed2af35c30f211e042225cb06ff", - "type": "BEP20", - "symbol": "SHIBORG", - "decimals": 8, - "status": "active", - "id": "0x389c13d5be24bED2af35C30F211E042225CB06fF", - "links": [ - { - "name": "telegram", - "url": "https://t.me/ShiborgInu" - }, - { - "name": "twitter", - "url": "https://twitter.com/ShiborgToken" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/ShiborgToken/" - }, - { - "name": "facebook", - "url": "https://facebook.com/ShiborgToken" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC5LQLfoSg8UVeV21SfC5XDA" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/shiborg-inu/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/shiborg-inu" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x389c13d5be24bED2af35C30F211E042225CB06fF/logo.png b/blockchains/smartchain/assets/0x389c13d5be24bED2af35C30F211E042225CB06fF/logo.png deleted file mode 100644 index 4872557af17a6..0000000000000 Binary files a/blockchains/smartchain/assets/0x389c13d5be24bED2af35C30F211E042225CB06fF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x38b4119845b5A60D48178a17C9215162E84856ed/info.json b/blockchains/smartchain/assets/0x38b4119845b5A60D48178a17C9215162E84856ed/info.json deleted file mode 100644 index 068705e74fdea..0000000000000 --- a/blockchains/smartchain/assets/0x38b4119845b5A60D48178a17C9215162E84856ed/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FEG Wrapped BUSD", - "website": "https://fegtoken.com", - "description": "FEG Wrapped BUSD", - "explorer": "https://bscscan.com/token/0x38b4119845b5a60d48178a17c9215162e84856ed", - "type": "BEP20", - "symbol": "fBUSD", - "decimals": 18, - "status": "active", - "id": "0x38b4119845b5A60D48178a17C9215162E84856ed" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x38b4119845b5A60D48178a17C9215162E84856ed/logo.png b/blockchains/smartchain/assets/0x38b4119845b5A60D48178a17C9215162E84856ed/logo.png deleted file mode 100644 index aa51de2674bf3..0000000000000 Binary files a/blockchains/smartchain/assets/0x38b4119845b5A60D48178a17C9215162E84856ed/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x390037d710C86F88F05174599425B77c72Eda305/info.json b/blockchains/smartchain/assets/0x390037d710C86F88F05174599425B77c72Eda305/info.json deleted file mode 100644 index c6fc036eb2bc2..0000000000000 --- a/blockchains/smartchain/assets/0x390037d710C86F88F05174599425B77c72Eda305/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "MoonTrust", - "website": "https://moontrust.net", - "description": "MoonTrust is a DeFi token built on BSC (binance). It is a community driven coin, with multiple features aimed for steady growth and to decrease the impact of major sell offs.", - "explorer": "https://bscscan.com/token/0x390037d710c86f88f05174599425b77c72eda305", - "symbol": "MNTT", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x390037d710C86F88F05174599425B77c72Eda305", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x390037d710C86F88F05174599425B77c72Eda305/logo.png b/blockchains/smartchain/assets/0x390037d710C86F88F05174599425B77c72Eda305/logo.png deleted file mode 100644 index 7b00672223ad3..0000000000000 Binary files a/blockchains/smartchain/assets/0x390037d710C86F88F05174599425B77c72Eda305/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3910db0600eA925F63C36DdB1351aB6E2c6eb102/info.json b/blockchains/smartchain/assets/0x3910db0600eA925F63C36DdB1351aB6E2c6eb102/info.json deleted file mode 100644 index ce18f37df818d..0000000000000 --- a/blockchains/smartchain/assets/0x3910db0600eA925F63C36DdB1351aB6E2c6eb102/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Spartan Protocol Token V2", - "website": "https://spartanprotocol.org", - "description": "A protocol for incentivised liquidity and synthetic assets on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x3910db0600ea925f63c36ddb1351ab6e2c6eb102", - "type": "BEP20", - "symbol": "SPARTA", - "decimals": 18, - "status": "active", - "id": "0x3910db0600eA925F63C36DdB1351aB6E2c6eb102" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3910db0600eA925F63C36DdB1351aB6E2c6eb102/logo.png b/blockchains/smartchain/assets/0x3910db0600eA925F63C36DdB1351aB6E2c6eb102/logo.png deleted file mode 100644 index 6c5afef5cf3af..0000000000000 Binary files a/blockchains/smartchain/assets/0x3910db0600eA925F63C36DdB1351aB6E2c6eb102/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3916984fa787d89B648Ccd8d60B5ff07E0E8e4F4/info.json b/blockchains/smartchain/assets/0x3916984fa787d89B648Ccd8d60B5ff07E0E8e4F4/info.json deleted file mode 100644 index 599b90c4ee234..0000000000000 --- a/blockchains/smartchain/assets/0x3916984fa787d89B648Ccd8d60B5ff07E0E8e4F4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PUBE Finance", - "website": "https://pube.finance", - "description": "PUBE is a community run project focused on helping the homeless and various cancer organizations.", - "explorer": "https://bscscan.com/token/0x3916984fa787d89B648Ccd8d60B5ff07E0E8e4F4", - "type": "BEP20", - "symbol": "PUBE", - "decimals": 9, - "status": "active", - "id": "0x3916984fa787d89B648Ccd8d60B5ff07E0E8e4F4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3916984fa787d89B648Ccd8d60B5ff07E0E8e4F4/logo.png b/blockchains/smartchain/assets/0x3916984fa787d89B648Ccd8d60B5ff07E0E8e4F4/logo.png deleted file mode 100644 index 7a782cb1c3ac1..0000000000000 Binary files a/blockchains/smartchain/assets/0x3916984fa787d89B648Ccd8d60B5ff07E0E8e4F4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3920123482070C1a2dff73AaD695c60e7c6F6862/info.json b/blockchains/smartchain/assets/0x3920123482070C1a2dff73AaD695c60e7c6F6862/info.json deleted file mode 100644 index d1443cf464d82..0000000000000 --- a/blockchains/smartchain/assets/0x3920123482070C1a2dff73AaD695c60e7c6F6862/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Euler", - "type": "BEP20", - "symbol": "EULER", - "decimals": 18, - "website": "https://euler.tools", - "description": "Eulers can be used both as utility and investment. We created a subscription system that unlocks professional features in our site and a reliable Mining Pool mechanism, that allows holders to receive rewards from each transaction.", - "explorer": "https://bscscan.com/token/0x3920123482070C1a2dff73AaD695c60e7c6F6862", - "status": "active", - "id": "0x3920123482070C1a2dff73AaD695c60e7c6F6862" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3920123482070C1a2dff73AaD695c60e7c6F6862/logo.png b/blockchains/smartchain/assets/0x3920123482070C1a2dff73AaD695c60e7c6F6862/logo.png deleted file mode 100644 index 72aff0649058d..0000000000000 Binary files a/blockchains/smartchain/assets/0x3920123482070C1a2dff73AaD695c60e7c6F6862/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x393B312C01048b3ed2720bF1B090084C09e408A1/info.json b/blockchains/smartchain/assets/0x393B312C01048b3ed2720bF1B090084C09e408A1/info.json deleted file mode 100644 index 65eab873e9964..0000000000000 --- a/blockchains/smartchain/assets/0x393B312C01048b3ed2720bF1B090084C09e408A1/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "fry.world", - "website": "https://fry.world/", - "description": "Fry.world is a yield optimization project with unique baskets(vaults) where $FRIES holders will share in all profits accrued on the platform. $FRIES token holders will also the ability to earn Ketchup ($KHP) as the governance token of the platform. The $FRIES token is currently being distributed via farming pools on fry.world", - "explorer": "https://bscscan.com/token/0x393B312C01048b3ed2720bF1B090084C09e408A1", - "type": "BEP20", - "symbol": "FRIES", - "decimals": 18, - "status": "active", - "id": "0x393B312C01048b3ed2720bF1B090084C09e408A1" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x393B312C01048b3ed2720bF1B090084C09e408A1/logo.png b/blockchains/smartchain/assets/0x393B312C01048b3ed2720bF1B090084C09e408A1/logo.png deleted file mode 100644 index 3aebaebbfdc0f..0000000000000 Binary files a/blockchains/smartchain/assets/0x393B312C01048b3ed2720bF1B090084C09e408A1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3942936782d788ce69155F776A51A5F1C9dd9B22/info.json b/blockchains/smartchain/assets/0x3942936782d788ce69155F776A51A5F1C9dd9B22/info.json deleted file mode 100644 index ed42933fcc7ca..0000000000000 --- a/blockchains/smartchain/assets/0x3942936782d788ce69155F776A51A5F1C9dd9B22/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream Chainlink Token", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0x3942936782d788ce69155F776A51A5F1C9dd9B22", - "type": "BEP20", - "symbol": "crLINK", - "decimals": 8, - "status": "active", - "id": "0x3942936782d788ce69155F776A51A5F1C9dd9B22", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3942936782d788ce69155F776A51A5F1C9dd9B22/logo.png b/blockchains/smartchain/assets/0x3942936782d788ce69155F776A51A5F1C9dd9B22/logo.png deleted file mode 100644 index 50646a5883229..0000000000000 Binary files a/blockchains/smartchain/assets/0x3942936782d788ce69155F776A51A5F1C9dd9B22/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3947B992DC0147D2D89dF0392213781b04B25075/info.json b/blockchains/smartchain/assets/0x3947B992DC0147D2D89dF0392213781b04B25075/info.json deleted file mode 100644 index eafbd53f5dc10..0000000000000 --- a/blockchains/smartchain/assets/0x3947B992DC0147D2D89dF0392213781b04B25075/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Wrapped Mirror AMZN Token", - "website": "https://mirror.finance", - "description": "Mirror Protocol allows the creation of fungible assets, “synthetics”, that track the price of real-world assets.", - "explorer": "https://bscscan.com/token/0x3947B992DC0147D2D89dF0392213781b04B25075", - "research": "", - "type": "BEP20", - "symbol": "mAMZN", - "decimals": 18, - "status": "active", - "id": "0x3947B992DC0147D2D89dF0392213781b04B25075" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3947B992DC0147D2D89dF0392213781b04B25075/logo.png b/blockchains/smartchain/assets/0x3947B992DC0147D2D89dF0392213781b04B25075/logo.png deleted file mode 100644 index 84e27e7185599..0000000000000 Binary files a/blockchains/smartchain/assets/0x3947B992DC0147D2D89dF0392213781b04B25075/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x39647d0D700Ef077c6D90De963cF6989Ef38E341/info.json b/blockchains/smartchain/assets/0x39647d0D700Ef077c6D90De963cF6989Ef38E341/info.json deleted file mode 100644 index e9ff2e34ad792..0000000000000 --- a/blockchains/smartchain/assets/0x39647d0D700Ef077c6D90De963cF6989Ef38E341/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "TianYu Coin", - "type": "BEP20", - "symbol": "TYC", - "decimals": 18, - "website": "https://www.tianyu.network/home/", - "description": "Tianyu Loop is a decentralized crypto-asset trading and management platform that integrates Loop, a group of like-minds and Swap, decentralized trading, enabling share of trust and benefits on the basis of transfer in/between individualized crypto-asset. Tianyu Loop features a rich array of financial derivatives including liquidity mining, banking and crypto-asset hedging.", - "explorer": "https://bscscan.com/token/0x39647d0D700Ef077c6D90De963cF6989Ef38E341", - "status": "active", - "id": "0x39647d0D700Ef077c6D90De963cF6989Ef38E341", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Tianyu_Finance" - }, - { - "name": "whitepaper", - "url": "https://www.tianyu.network/home/assets/images/TIANYU%20LOOP%20V1.3.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/tianyu-finance/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/tianyu-finance" - }, - { - "name": "telegram", - "url": "https://t.me/Tianyu_Finance" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x39647d0d700ef077c6d90de963cf6989ef38e341" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x39647d0D700Ef077c6D90De963cF6989Ef38E341/logo.png b/blockchains/smartchain/assets/0x39647d0D700Ef077c6D90De963cF6989Ef38E341/logo.png deleted file mode 100644 index 4da8d1befa88b..0000000000000 Binary files a/blockchains/smartchain/assets/0x39647d0D700Ef077c6D90De963cF6989Ef38E341/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x397E6d4fd68A9E25e93fC712B8F72F826f48a8ff/info.json b/blockchains/smartchain/assets/0x397E6d4fd68A9E25e93fC712B8F72F826f48a8ff/info.json deleted file mode 100644 index 2675ac7e358de..0000000000000 --- a/blockchains/smartchain/assets/0x397E6d4fd68A9E25e93fC712B8F72F826f48a8ff/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Dingo Token", - "type": "BEP20", - "symbol": "DINGO", - "decimals": 9, - "website": "https://dingotoken.com/", - "description": "DINGO platform allows users to easily deposit BEP20 tokens into an NFT. Dingo Token is the governance token of the platform.", - "explorer": "https://bscscan.com/token/0x397E6d4fd68A9E25e93fC712B8F72F826f48a8ff", - "status": "active", - "id": "0x397E6d4fd68A9E25e93fC712B8F72F826f48a8ff" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x397E6d4fd68A9E25e93fC712B8F72F826f48a8ff/logo.png b/blockchains/smartchain/assets/0x397E6d4fd68A9E25e93fC712B8F72F826f48a8ff/logo.png deleted file mode 100644 index d8e537b17a46c..0000000000000 Binary files a/blockchains/smartchain/assets/0x397E6d4fd68A9E25e93fC712B8F72F826f48a8ff/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x397a439E0d8fE38Ed3fBf968Ec162751ba100a5F/info.json b/blockchains/smartchain/assets/0x397a439E0d8fE38Ed3fBf968Ec162751ba100a5F/info.json deleted file mode 100644 index 11d98b39abc14..0000000000000 --- a/blockchains/smartchain/assets/0x397a439E0d8fE38Ed3fBf968Ec162751ba100a5F/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "YOSHI INU", - "type": "BEP20", - "symbol": "YOSHI", - "decimals": 18, - "website": "https://www.yoshi.win", - "description": "YOSHI is an experiment in decentralized spontaneous community building.", - "explorer": "https://bscscan.com/token/0x397a439e0d8fe38ed3fbf968ec162751ba100a5f", - "status": "active", - "id": "0x397a439E0d8fE38Ed3fBf968Ec162751ba100a5F" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x397a439E0d8fE38Ed3fBf968Ec162751ba100a5F/logo.png b/blockchains/smartchain/assets/0x397a439E0d8fE38Ed3fBf968Ec162751ba100a5F/logo.png deleted file mode 100644 index 7874cb38d63c6..0000000000000 Binary files a/blockchains/smartchain/assets/0x397a439E0d8fE38Ed3fBf968Ec162751ba100a5F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x398f7827DcCbeFe6990478876bBF3612D93baF05/info.json b/blockchains/smartchain/assets/0x398f7827DcCbeFe6990478876bBF3612D93baF05/info.json deleted file mode 100644 index 3faddd3c39cb4..0000000000000 --- a/blockchains/smartchain/assets/0x398f7827DcCbeFe6990478876bBF3612D93baF05/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "MixMarvel Token", - "website": "https://www.mixmarvel.com/", - "description": "MIX is a platform token, representing the platform's growth of value. The total amount of MIX is constant at 10 billion and will never be over-issued. A substantial amount of MIX is generated through community PoA (Proof of Action). The actions that are counted as ecosystem-friendly, such as marketing, contributing applications, creating content, providing services, are rewarded with MIX.", - "explorer": "https://bscscan.com/token/0x398f7827DcCbeFe6990478876bBF3612D93baF05", - "type": "BEP20", - "symbol": "MIX", - "decimals": 18, - "status": "active", - "id": "0x398f7827DcCbeFe6990478876bBF3612D93baF05", - "links": [ - { - "name": "facebook", - "url": "https://facebook.com/mixmarvelplatform" - }, - { - "name": "twitter", - "url": "https://twitter.com/MIXMARVELGAME" - }, - { - "name": "medium", - "url": "https://medium.com/mixmarvel-official-blog" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x398f7827DcCbeFe6990478876bBF3612D93baF05/logo.png b/blockchains/smartchain/assets/0x398f7827DcCbeFe6990478876bBF3612D93baF05/logo.png deleted file mode 100644 index 83c69b7b48797..0000000000000 Binary files a/blockchains/smartchain/assets/0x398f7827DcCbeFe6990478876bBF3612D93baF05/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x39C3F75B837EAE0d6d0eA87425Ac99bD646a7B1E/info.json b/blockchains/smartchain/assets/0x39C3F75B837EAE0d6d0eA87425Ac99bD646a7B1E/info.json deleted file mode 100644 index ba8a7d6850af1..0000000000000 --- a/blockchains/smartchain/assets/0x39C3F75B837EAE0d6d0eA87425Ac99bD646a7B1E/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "CatBoy", - "type": "BEP20", - "symbol": "CATBOY", - "decimals": 18, - "website": "https://catboytoken.com", - "description": "Catboy is a community led NFT project, founded and built, by comic, manga, anime, and pet lovers. This token is a symbol of the spirit, cohesion, and sharing of memes, manga and comic loving communities around the world. Besides building a strong community. Catboy cares about the real value that the project brings. Bringing Catboy merchandise, a Catboy NFT marketplace, and building a worldwide network of users to donate to feral cats and support struggling cat owners. Catboy has three different NFT editions which are available on CatBoys own dapp.", - "explorer": "https://bscscan.com/token/0x39C3F75B837EAE0d6d0eA87425Ac99bD646a7B1E", - "status": "active", - "id": "0x39C3F75B837EAE0d6d0eA87425Ac99bD646a7B1E", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/catboy-token/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/munze/catboy" - }, - { - "name": "telegram", - "url": "https://t.me/catboybscofficial" - }, - { - "name": "twitter", - "url": "https://twitter.com/BSCCatBoy" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x39C3F75B837EAE0d6d0eA87425Ac99bD646a7B1E/logo.png b/blockchains/smartchain/assets/0x39C3F75B837EAE0d6d0eA87425Ac99bD646a7B1E/logo.png deleted file mode 100644 index dcd95f73242c8..0000000000000 Binary files a/blockchains/smartchain/assets/0x39C3F75B837EAE0d6d0eA87425Ac99bD646a7B1E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x39bca4d597062378b5669CD31a3bBFECCDd36B3c/info.json b/blockchains/smartchain/assets/0x39bca4d597062378b5669CD31a3bBFECCDd36B3c/info.json deleted file mode 100644 index a290332d0951d..0000000000000 --- a/blockchains/smartchain/assets/0x39bca4d597062378b5669CD31a3bBFECCDd36B3c/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "LESLARVERSE", - "website": "https://www.leslarmetaverse.com", - "description": "LESLAR Metaverse aims to empower people to the future and create an ecosystem for people to connect, trade, learn, and play the immersive world of Web 3.0 with rewards.", - "explorer": "https://bscscan.com/token/0x39bca4d597062378b5669cd31a3bbfeccdd36b3c", - "type": "BEP20", - "symbol": "LLVERSE", - "decimals": 9, - "status": "active", - "id": "0x39bca4d597062378b5669CD31a3bBFECCDd36B3c", - "links": [ - { - "name": "github", - "url": "https://github.com/leslarmetaverse" - }, - { - "name": "twitter", - "url": "https://twitter.com/leslarmetaverse" - }, - { - "name": "telegram", - "url": "https://t.me/leslarmetaverse_global" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/leslarverse/" - } - ], - "tags": [ - "gamefi", - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x39bca4d597062378b5669CD31a3bBFECCDd36B3c/logo.png b/blockchains/smartchain/assets/0x39bca4d597062378b5669CD31a3bBFECCDd36B3c/logo.png deleted file mode 100644 index b91aa2cbc8725..0000000000000 Binary files a/blockchains/smartchain/assets/0x39bca4d597062378b5669CD31a3bBFECCDd36B3c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x39cab1DdaFDa34B9202F5a41f71B15d2F3EbA2aC/info.json b/blockchains/smartchain/assets/0x39cab1DdaFDa34B9202F5a41f71B15d2F3EbA2aC/info.json deleted file mode 100644 index 29b11c0177fb1..0000000000000 --- a/blockchains/smartchain/assets/0x39cab1DdaFDa34B9202F5a41f71B15d2F3EbA2aC/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "OctaX", - "website": "https://octax.finance", - "description": "OctaX is a group of smart contracts that works with leading DeFi projects for ensuring its users the most reliable and highly profitable level of liquidity mining at minimal fees. built on top of the Binance Smart Chain", - "explorer": "https://bscscan.com/token/0x39cab1DdaFDa34B9202F5a41f71B15d2F3EbA2aC", - "type": "BEP20", - "symbol": "OCTAX", - "decimals": 18, - "status": "active", - "id": "0x39cab1DdaFDa34B9202F5a41f71B15d2F3EbA2aC" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x39cab1DdaFDa34B9202F5a41f71B15d2F3EbA2aC/logo.png b/blockchains/smartchain/assets/0x39cab1DdaFDa34B9202F5a41f71B15d2F3EbA2aC/logo.png deleted file mode 100644 index cdb364e147109..0000000000000 Binary files a/blockchains/smartchain/assets/0x39cab1DdaFDa34B9202F5a41f71B15d2F3EbA2aC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3A50d6daacc82f17A2434184fE904fC45542A734/info.json b/blockchains/smartchain/assets/0x3A50d6daacc82f17A2434184fE904fC45542A734/info.json deleted file mode 100644 index 6774124c3bfb2..0000000000000 --- a/blockchains/smartchain/assets/0x3A50d6daacc82f17A2434184fE904fC45542A734/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Fusible", - "website": "https://fusible.io", - "description": "A curve based price discovery protocol for NFTs", - "explorer": "https://bscscan.com/token/0x3A50d6daacc82f17A2434184fE904fC45542A734", - "type": "BEP20", - "symbol": "FUSII", - "decimals": 18, - "status": "active", - "id": "0x3A50d6daacc82f17A2434184fE904fC45542A734" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3A50d6daacc82f17A2434184fE904fC45542A734/logo.png b/blockchains/smartchain/assets/0x3A50d6daacc82f17A2434184fE904fC45542A734/logo.png deleted file mode 100644 index 3c0cc2d529c1a..0000000000000 Binary files a/blockchains/smartchain/assets/0x3A50d6daacc82f17A2434184fE904fC45542A734/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3A66D3d2EDB25182430d01b991BC6eaC73aD5AA8/info.json b/blockchains/smartchain/assets/0x3A66D3d2EDB25182430d01b991BC6eaC73aD5AA8/info.json deleted file mode 100644 index 9bae6c4ce2548..0000000000000 --- a/blockchains/smartchain/assets/0x3A66D3d2EDB25182430d01b991BC6eaC73aD5AA8/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "SFMONEY", - "website": "https://sfmoney.info/", - "description": "SFMONEY stands firmly in support of financial freedom and the liberty that SFMONEY provides globally for anyone to voluntarily participate in a permissionless and decentralized network.", - "explorer": "https://bscscan.com/token/0x3A66D3d2EDB25182430d01b991BC6eaC73aD5AA8", - "type": "BEP20", - "symbol": "SFM", - "decimals": 18, - "status": "active", - "id": "0x3A66D3d2EDB25182430d01b991BC6eaC73aD5AA8", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SFMONEY_SFM" - }, - { - "name": "telegram", - "url": "https://t.me/sfmoney_Announcement" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3A66D3d2EDB25182430d01b991BC6eaC73aD5AA8/logo.png b/blockchains/smartchain/assets/0x3A66D3d2EDB25182430d01b991BC6eaC73aD5AA8/logo.png deleted file mode 100644 index 1b546a591890c..0000000000000 Binary files a/blockchains/smartchain/assets/0x3A66D3d2EDB25182430d01b991BC6eaC73aD5AA8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3A806A3315E35b3F5F46111ADb6E2BAF4B14A70D/info.json b/blockchains/smartchain/assets/0x3A806A3315E35b3F5F46111ADb6E2BAF4B14A70D/info.json deleted file mode 100644 index 24ff5b71dea30..0000000000000 --- a/blockchains/smartchain/assets/0x3A806A3315E35b3F5F46111ADb6E2BAF4B14A70D/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "Libera Financial", - "website": "https://libera.financial/", - "description": "LIBERA FINANCIAL is a Triple passive income & Hyper Deflationary token that is listed on CEXes.", - "explorer": "https://bscscan.com/token/0x3A806A3315E35b3F5F46111ADb6E2BAF4B14A70D", - "type": "BEP20", - "symbol": "LIBERA", - "decimals": 18, - "status": "active", - "id": "0x3A806A3315E35b3F5F46111ADb6E2BAF4B14A70D", - "tags": [ - "defi" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/LiberaFinancial" - }, - { - "name": "telegram", - "url": "https://t.me/liberoofficialgroup" - }, - { - "name": "docs", - "url": "https://docs.libero.financial/" - }, - { - "name": "medium", - "url": "https://liberofinancial.medium.com/" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/LiberoFinancial" - }, - { - "name": "github", - "url": "https://github.com/liberafinancial/Libera" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/libera-financial/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/libera-financial" - } - ] -} diff --git a/blockchains/smartchain/assets/0x3A806A3315E35b3F5F46111ADb6E2BAF4B14A70D/logo.png b/blockchains/smartchain/assets/0x3A806A3315E35b3F5F46111ADb6E2BAF4B14A70D/logo.png deleted file mode 100644 index 7e9696390ee16..0000000000000 Binary files a/blockchains/smartchain/assets/0x3A806A3315E35b3F5F46111ADb6E2BAF4B14A70D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3AD405ef7AeA80CCb41beEf0a74510e18Feef190/info.json b/blockchains/smartchain/assets/0x3AD405ef7AeA80CCb41beEf0a74510e18Feef190/info.json deleted file mode 100644 index ec6b0f3a14f71..0000000000000 --- a/blockchains/smartchain/assets/0x3AD405ef7AeA80CCb41beEf0a74510e18Feef190/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "SADBABY", - "type": "BEP20", - "symbol": "SDBY", - "decimals": 9, - "website": "https://sadbaby.org", - "description": "SadBaby TOKEN is a crypto money project created to breathe for all sma patients. It aims to help all babies with sma.", - "explorer": "https://bscscan.com/token/0x3AD405ef7AeA80CCb41beEf0a74510e18Feef190", - "status": "active", - "id": "0x3AD405ef7AeA80CCb41beEf0a74510e18Feef190", - "links": [ - { - "name": "whitepaper", - "url": "https://sadbaby.org/sadbaby-whitepaper.pdf" - }, - { - "name": "facebook", - "url": "https://facebook.com/SadbabyToken-104142708605129/" - }, - { - "name": "twitter", - "url": "https://twitter.com/sadbabyglobal" - }, - { - "name": "telegram", - "url": "https://t.me/sadbabyglobal" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3AD405ef7AeA80CCb41beEf0a74510e18Feef190/logo.png b/blockchains/smartchain/assets/0x3AD405ef7AeA80CCb41beEf0a74510e18Feef190/logo.png deleted file mode 100644 index 7e957e2a77228..0000000000000 Binary files a/blockchains/smartchain/assets/0x3AD405ef7AeA80CCb41beEf0a74510e18Feef190/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3AbfC084a54E5f4e23196e1B9a9c48c3B3021519/info.json b/blockchains/smartchain/assets/0x3AbfC084a54E5f4e23196e1B9a9c48c3B3021519/info.json deleted file mode 100644 index 6564a30acbcb0..0000000000000 --- a/blockchains/smartchain/assets/0x3AbfC084a54E5f4e23196e1B9a9c48c3B3021519/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Planet", - "website": "https://xpace.finance/", - "description": "A protocol built on Binance Smart Chain to boost rewards on liquidity mining on lower gas costs and utilizing incentivisation strategies, Supercharged NFT collectibles and community governance models.", - "explorer": "https://bscscan.com/token/0x3abfc084a54e5f4e23196e1b9a9c48c3b3021519", - "type": "BEP20", - "symbol": "PLNT", - "decimals": 18, - "status": "active", - "id": "0x3AbfC084a54E5f4e23196e1B9a9c48c3B3021519", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/xpacefinance" - }, - { - "name": "telegram", - "url": "https://t.me/xpacefinance" - }, - { - "name": "medium", - "url": "https://xpacefinance.medium.com/" - }, - { - "name": "whitepaper", - "url": "https://docdro.id/LWOMgmY" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3AbfC084a54E5f4e23196e1B9a9c48c3B3021519/logo.png b/blockchains/smartchain/assets/0x3AbfC084a54E5f4e23196e1B9a9c48c3B3021519/logo.png deleted file mode 100644 index 1cbda5dd7719c..0000000000000 Binary files a/blockchains/smartchain/assets/0x3AbfC084a54E5f4e23196e1B9a9c48c3B3021519/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3AefF4E27E1F9144eD75Ba65a80BdfEE345F413e/info.json b/blockchains/smartchain/assets/0x3AefF4E27E1F9144eD75Ba65a80BdfEE345F413e/info.json deleted file mode 100644 index 0cdfd562410e7..0000000000000 --- a/blockchains/smartchain/assets/0x3AefF4E27E1F9144eD75Ba65a80BdfEE345F413e/info.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "name": "BUMooN", - "website": "https://bumoon.io", - "description": "BUMooN is a Eco-Living Token that aims to be dividend tools between its green project closed-loop revenue and user.", - "explorer": "https://bscscan.com/token/0x3AefF4E27E1F9144eD75Ba65a80BdfEE345F413e", - "type": "BEP20", - "symbol": "BUMN", - "decimals": 9, - "status": "active", - "id": "0x3AefF4E27E1F9144eD75Ba65a80BdfEE345F413e", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Bumoon_io" - }, - { - "name": "github", - "url": "https://github.com/bumoonio" - }, - { - "name": "telegram", - "url": "https://t.me/bumoonenglish" - }, - { - "name": "discord", - "url": "https://discord.com/invite/xFMZ9dxqVB" - }, - { - "name": "medium", - "url": "https://bumoon.medium.com/" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/bumoonio" - }, - { - "name": "facebook", - "url": "https://facebook.com/BUMooNio-102624585390653" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/BUMooNOfficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/bumoon//" - }, - { - "name": "docs", - "url": "https://docs.bumoon.io" - }, - { - "name": "whitepaper", - "url": "https://bumoon.io/BUMooN%20Whitepaper.pdf" - }, - { - "name": "telegram_news", - "url": "https://t.me/bumoonannouncement" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/bumoon" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3AefF4E27E1F9144eD75Ba65a80BdfEE345F413e/logo.png b/blockchains/smartchain/assets/0x3AefF4E27E1F9144eD75Ba65a80BdfEE345F413e/logo.png deleted file mode 100644 index 5002a23af5018..0000000000000 Binary files a/blockchains/smartchain/assets/0x3AefF4E27E1F9144eD75Ba65a80BdfEE345F413e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3B0Be453a4008EBc2eDd457e7Bd355f1C5469d68/info.json b/blockchains/smartchain/assets/0x3B0Be453a4008EBc2eDd457e7Bd355f1C5469d68/info.json deleted file mode 100644 index d02d20377b1ec..0000000000000 --- a/blockchains/smartchain/assets/0x3B0Be453a4008EBc2eDd457e7Bd355f1C5469d68/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream Uniswap", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0x3B0Be453a4008EBc2eDd457e7Bd355f1C5469d68", - "type": "BEP20", - "symbol": "crUNI", - "decimals": 8, - "status": "active", - "id": "0x3B0Be453a4008EBc2eDd457e7Bd355f1C5469d68", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3B0Be453a4008EBc2eDd457e7Bd355f1C5469d68/logo.png b/blockchains/smartchain/assets/0x3B0Be453a4008EBc2eDd457e7Bd355f1C5469d68/logo.png deleted file mode 100644 index 9040c947572c7..0000000000000 Binary files a/blockchains/smartchain/assets/0x3B0Be453a4008EBc2eDd457e7Bd355f1C5469d68/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3B3691d4C3EC75660f203F41adC6296a494404d0/info.json b/blockchains/smartchain/assets/0x3B3691d4C3EC75660f203F41adC6296a494404d0/info.json deleted file mode 100644 index 25ff08c1bb3e2..0000000000000 --- a/blockchains/smartchain/assets/0x3B3691d4C3EC75660f203F41adC6296a494404d0/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Catcoin Token", - "type": "BEP20", - "symbol": "CATS", - "decimals": 0, - "website": "https://www.catcoincrypto.me/", - "description": "Catcoin is the community driven project to connect cat lovers worldwide", - "explorer": "https://bscscan.com/token/0x3B3691d4C3EC75660f203F41adC6296a494404d0", - "status": "abandoned", - "id": "0x3B3691d4C3EC75660f203F41adC6296a494404d0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/catcoinbsc" - }, - { - "name": "telegram", - "url": "https://t.me/catcoin_bsc" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/catcoin-token/" - }, - { - "name": "source_code", - "url": "https://github.com/catcointoken-cats/" - } - ], - "tags": [ - "deflationary" - ] -} diff --git a/blockchains/smartchain/assets/0x3B4443F97B37A6Ef864c3f0f1632E366B4f1d20f/info.json b/blockchains/smartchain/assets/0x3B4443F97B37A6Ef864c3f0f1632E366B4f1d20f/info.json deleted file mode 100644 index 48789d1ac1476..0000000000000 --- a/blockchains/smartchain/assets/0x3B4443F97B37A6Ef864c3f0f1632E366B4f1d20f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "RichieRich Coin", - "type": "BEP20", - "symbol": "RICH", - "decimals": 9, - "website": "https://www.richierichcoin.com", - "description": "$RICH is revolutionizing the Defi Token industry with a proprietary Luxury Tax model designed to reward holders by generating exponential growth through the highest static reward system on the market.", - "explorer": "https://bscscan.com/token/0x3B4443F97B37A6Ef864c3f0f1632E366B4f1d20f", - "status": "active", - "id": "0x3B4443F97B37A6Ef864c3f0f1632E366B4f1d20f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3B4443F97B37A6Ef864c3f0f1632E366B4f1d20f/logo.png b/blockchains/smartchain/assets/0x3B4443F97B37A6Ef864c3f0f1632E366B4f1d20f/logo.png deleted file mode 100644 index 98c3f15032091..0000000000000 Binary files a/blockchains/smartchain/assets/0x3B4443F97B37A6Ef864c3f0f1632E366B4f1d20f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3B44E6D655226E79B3d2AC510C11b2637a9f50Dd/info.json b/blockchains/smartchain/assets/0x3B44E6D655226E79B3d2AC510C11b2637a9f50Dd/info.json deleted file mode 100644 index 0320f5ccb0fc1..0000000000000 --- a/blockchains/smartchain/assets/0x3B44E6D655226E79B3d2AC510C11b2637a9f50Dd/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SheeshMoon", - "website": "https://sheeshmoon.com", - "description": "The lighthearted token of TikTok. Deflationary, auto-liquidity, and 4% redistribution to holders.", - "explorer": "https://bscscan.com/token/0x3B44E6D655226E79B3d2AC510C11b2637a9f50Dd", - "type": "BEP20", - "symbol": "SHEESHMOON", - "decimals": 9, - "status": "active", - "id": "0x3B44E6D655226E79B3d2AC510C11b2637a9f50Dd" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3B44E6D655226E79B3d2AC510C11b2637a9f50Dd/logo.png b/blockchains/smartchain/assets/0x3B44E6D655226E79B3d2AC510C11b2637a9f50Dd/logo.png deleted file mode 100644 index f58d38b957510..0000000000000 Binary files a/blockchains/smartchain/assets/0x3B44E6D655226E79B3d2AC510C11b2637a9f50Dd/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3B73c1B2ea59835cbfcADade5462b6aB630D9890/info.json b/blockchains/smartchain/assets/0x3B73c1B2ea59835cbfcADade5462b6aB630D9890/info.json deleted file mode 100644 index 90d566c1df6a0..0000000000000 --- a/blockchains/smartchain/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://bscscan.com/token/0x3B73c1B2ea59835cbfcADade5462b6aB630D9890", - "type": "BEP20", - "symbol": "TOKEN", - "decimals": 18, - "status": "active", - "id": "0x3B73c1B2ea59835cbfcADade5462b6aB630D9890" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3B73c1B2ea59835cbfcADade5462b6aB630D9890/logo.png b/blockchains/smartchain/assets/0x3B73c1B2ea59835cbfcADade5462b6aB630D9890/logo.png deleted file mode 100644 index 23ef147b5f4ca..0000000000000 Binary files a/blockchains/smartchain/assets/0x3B73c1B2ea59835cbfcADade5462b6aB630D9890/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3B78458981eB7260d1f781cb8be2CaAC7027DbE2/info.json b/blockchains/smartchain/assets/0x3B78458981eB7260d1f781cb8be2CaAC7027DbE2/info.json deleted file mode 100644 index 31ab0a76f2e93..0000000000000 --- a/blockchains/smartchain/assets/0x3B78458981eB7260d1f781cb8be2CaAC7027DbE2/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "LaunchZone", - "website": "https://lz.finance", - "description": "LaunchZone is The Ultimate DeFi Platform. $LZ is the utility and governance token of LaunchZone Ecosystem", - "explorer": "https://bscscan.com/token/0x3B78458981eB7260d1f781cb8be2CaAC7027DbE2", - "type": "BEP20", - "symbol": "LZ", - "decimals": 18, - "status": "active", - "id": "0x3B78458981eB7260d1f781cb8be2CaAC7027DbE2", - "links": [ - { - "name": "github", - "url": "https://github.com/launchzone" - }, - { - "name": "twitter", - "url": "https://twitter.com/launchzoneann" - }, - { - "name": "whitepaper", - "url": "https://docs.lz.finance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3B78458981eB7260d1f781cb8be2CaAC7027DbE2/logo.png b/blockchains/smartchain/assets/0x3B78458981eB7260d1f781cb8be2CaAC7027DbE2/logo.png deleted file mode 100644 index 0259a8594af9f..0000000000000 Binary files a/blockchains/smartchain/assets/0x3B78458981eB7260d1f781cb8be2CaAC7027DbE2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3B8674F9CD879E0f557B3df9700D9B639a2eeA17/info.json b/blockchains/smartchain/assets/0x3B8674F9CD879E0f557B3df9700D9B639a2eeA17/info.json deleted file mode 100644 index b083894071de7..0000000000000 --- a/blockchains/smartchain/assets/0x3B8674F9CD879E0f557B3df9700D9B639a2eeA17/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Erth Token", - "website": "https://erth.finance", - "description": "ERTH Token is a deflationary BEP-20 Token that uses the reflection model to benefit charity & its holders. It also guarantees the project's longevity. We have a built-in mechanism to guarantee funding for charity & marketing.", - "explorer": "https://bscscan.com/token/0x3B8674F9CD879E0f557B3df9700D9B639a2eeA17", - "type": "BEP20", - "symbol": "ERTH", - "decimals": 9, - "status": "active", - "id": "0x3B8674F9CD879E0f557B3df9700D9B639a2eeA17" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3B8674F9CD879E0f557B3df9700D9B639a2eeA17/logo.png b/blockchains/smartchain/assets/0x3B8674F9CD879E0f557B3df9700D9B639a2eeA17/logo.png deleted file mode 100644 index a7adde100382c..0000000000000 Binary files a/blockchains/smartchain/assets/0x3B8674F9CD879E0f557B3df9700D9B639a2eeA17/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3C00F8FCc8791fa78DAA4A480095Ec7D475781e2/info.json b/blockchains/smartchain/assets/0x3C00F8FCc8791fa78DAA4A480095Ec7D475781e2/info.json deleted file mode 100644 index 03adbb255a0b3..0000000000000 --- a/blockchains/smartchain/assets/0x3C00F8FCc8791fa78DAA4A480095Ec7D475781e2/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Safe Star Token", - "website": "https://safestar.me", - "description": "Frictionless yield & liquidity generation protocol", - "explorer": "https://bscscan.com/token/0x3c00f8fcc8791fa78daa4a480095ec7d475781e2", - "type": "BEP20", - "symbol": "SAFESTAR", - "decimals": 9, - "status": "active", - "id": "0x3C00F8FCc8791fa78DAA4A480095Ec7D475781e2", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SafeStar_" - }, - { - "name": "telegram", - "url": "https://t.me/SafeStar_Group" - }, - { - "name": "medium", - "url": "https://safestar.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3C00F8FCc8791fa78DAA4A480095Ec7D475781e2/logo.png b/blockchains/smartchain/assets/0x3C00F8FCc8791fa78DAA4A480095Ec7D475781e2/logo.png deleted file mode 100644 index f8b328317e12c..0000000000000 Binary files a/blockchains/smartchain/assets/0x3C00F8FCc8791fa78DAA4A480095Ec7D475781e2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3C0b6FCB2F62990f477d9AF611e4Da3fF1F08222/info.json b/blockchains/smartchain/assets/0x3C0b6FCB2F62990f477d9AF611e4Da3fF1F08222/info.json deleted file mode 100644 index e3613d6471180..0000000000000 --- a/blockchains/smartchain/assets/0x3C0b6FCB2F62990f477d9AF611e4Da3fF1F08222/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "PathFundV2", - "type": "BEP20", - "symbol": "PATH", - "decimals": 9, - "website": "https://pathfund.net", - "description": "PathFund's initiative is to build and make available to investors a secure and friendly ecosystem with an intuitive interface.", - "explorer": "https://bscscan.com/token/0x3c0b6fcb2f62990f477d9af611e4da3ff1f08222", - "status": "active", - "id": "0x3C0b6FCB2F62990f477d9AF611e4Da3fF1F08222", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/PathFund" - }, - { - "name": "telegram", - "url": "https://t.me/PathFund" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/PathFund" - }, - { - "name": "docs", - "url": "https://docs.pathfund.net" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pathfundv2/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3C0b6FCB2F62990f477d9AF611e4Da3fF1F08222/logo.png b/blockchains/smartchain/assets/0x3C0b6FCB2F62990f477d9AF611e4Da3fF1F08222/logo.png deleted file mode 100644 index 9df210dab2cfa..0000000000000 Binary files a/blockchains/smartchain/assets/0x3C0b6FCB2F62990f477d9AF611e4Da3fF1F08222/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3C70260eEe0a2bFc4b375feB810325801f289fBd/info.json b/blockchains/smartchain/assets/0x3C70260eEe0a2bFc4b375feB810325801f289fBd/info.json deleted file mode 100644 index 943844bf881a4..0000000000000 --- a/blockchains/smartchain/assets/0x3C70260eEe0a2bFc4b375feB810325801f289fBd/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Omni Consumer Protocols", - "website": "https://OCP.finance", - "description": "Omni Consumer Protocols aims to be the first DeFi DAO conglomerate with multiple interlinked protocols under the same family. This architecture from the outset allows our community to benefit not only from the underlying protocols, but the overall DAO as well", - "explorer": "https://bscscan.com/token/0x3C70260eEe0a2bFc4b375feB810325801f289fBd", - "type": "BEP20", - "symbol": "OCP", - "decimals": 18, - "status": "active", - "id": "0x3C70260eEe0a2bFc4b375feB810325801f289fBd" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3C70260eEe0a2bFc4b375feB810325801f289fBd/logo.png b/blockchains/smartchain/assets/0x3C70260eEe0a2bFc4b375feB810325801f289fBd/logo.png deleted file mode 100644 index fbc34701cda03..0000000000000 Binary files a/blockchains/smartchain/assets/0x3C70260eEe0a2bFc4b375feB810325801f289fBd/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3C7EEDdcFf188A8C36f1Cac1b62958C6E0C27dea/info.json b/blockchains/smartchain/assets/0x3C7EEDdcFf188A8C36f1Cac1b62958C6E0C27dea/info.json deleted file mode 100644 index 06078568d5fae..0000000000000 --- a/blockchains/smartchain/assets/0x3C7EEDdcFf188A8C36f1Cac1b62958C6E0C27dea/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "G2 Crypto Gaming & Lottery", - "type": "BEP20", - "symbol": "G2", - "decimals": 9, - "website": "https://g2gaming.tech/", - "description": "G² is a new multidimensional ecosystem built around gaming, a diamond hold lottery ticket, and a staking pool. G² launched on 2nd November, 2021.", - "explorer": "https://bscscan.com/token/0x3C7EEDdcFf188A8C36f1Cac1b62958C6E0C27dea", - "status": "active", - "id": "0x3C7EEDdcFf188A8C36f1Cac1b62958C6E0C27dea", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/G2cryptogaming" - }, - { - "name": "telegram", - "url": "https://t.me/g2_gaming" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3C7EEDdcFf188A8C36f1Cac1b62958C6E0C27dea/logo.png b/blockchains/smartchain/assets/0x3C7EEDdcFf188A8C36f1Cac1b62958C6E0C27dea/logo.png deleted file mode 100644 index b4f2246a533a1..0000000000000 Binary files a/blockchains/smartchain/assets/0x3C7EEDdcFf188A8C36f1Cac1b62958C6E0C27dea/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3CEf8d4CC106a169902eA985ceC2dc6Ab055ad4c/info.json b/blockchains/smartchain/assets/0x3CEf8d4CC106a169902eA985ceC2dc6Ab055ad4c/info.json deleted file mode 100644 index fa17de841041d..0000000000000 --- a/blockchains/smartchain/assets/0x3CEf8d4CC106a169902eA985ceC2dc6Ab055ad4c/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Crypto AI", - "type": "BEP20", - "symbol": "CAI", - "decimals": 9, - "website": "https://cai.codes", - "description": "Crypto AI, an AI-powered using AI Machine Learning to Create Digital Asset.", - "explorer": "https://bscscan.com/token/0x3CEf8d4CC106a169902eA985ceC2dc6Ab055ad4c", - "status": "active", - "id": "0x3CEf8d4CC106a169902eA985ceC2dc6Ab055ad4c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CryptoAIbsc" - }, - { - "name": "telegram", - "url": "https://t.me/CryptoAI_eng" - }, - { - "name": "github", - "url": "https://github.com/crypto-ai-git" - }, - { - "name": "whitepaper", - "url": "https://cai.codes/assets/Crypto_AI_Whitepaper.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/@CryptoAI" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/crypto-ai-bsc/" - }, - { - "name": "source_code", - "url": "https://github.com/crypto-ai-git/contract/blob/main/crypto_ai.sol" - } - ], - "tags": [ - "defi", - "memes" - ] -} diff --git a/blockchains/smartchain/assets/0x3CEf8d4CC106a169902eA985ceC2dc6Ab055ad4c/logo.png b/blockchains/smartchain/assets/0x3CEf8d4CC106a169902eA985ceC2dc6Ab055ad4c/logo.png deleted file mode 100644 index b9f34ca45f759..0000000000000 Binary files a/blockchains/smartchain/assets/0x3CEf8d4CC106a169902eA985ceC2dc6Ab055ad4c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3CF33Ff134c0e00A2664f148A4232adeA1515C6f/info.json b/blockchains/smartchain/assets/0x3CF33Ff134c0e00A2664f148A4232adeA1515C6f/info.json deleted file mode 100644 index 6932595fb998c..0000000000000 --- a/blockchains/smartchain/assets/0x3CF33Ff134c0e00A2664f148A4232adeA1515C6f/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Birb", - "website": "https://birb.com", - "description": "As a high deflationary DeFi token built on the Binance Smart Chain, Birb aims at becoming a highly usable token with multiple use cases such as diverse security options, e-commerce plugins, and social $BIRB sending.", - "explorer": "https://bscscan.com/token/0x3CF33Ff134c0e00A2664f148A4232adeA1515C6f", - "type": "BEP20", - "symbol": "BIRB", - "decimals": 18, - "status": "abandoned", - "id": "0x3CF33Ff134c0e00A2664f148A4232adeA1515C6f", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/birbdev" - }, - { - "name": "twitter", - "url": "https://twitter.com/BirbDefi" - }, - { - "name": "telegram", - "url": "https://t.me/birbdefi" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/birb" - }, - { - "name": "whitepaper", - "url": "https://dessertswap.finance/audits/Birb%20BEP-20%20Audit%209082831.pdf" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/BirbDefi/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3D1FC6A9Aa0116780ae3a406Aa1d80dAaFC4d2a4/info.json b/blockchains/smartchain/assets/0x3D1FC6A9Aa0116780ae3a406Aa1d80dAaFC4d2a4/info.json deleted file mode 100644 index 5acb417c035e6..0000000000000 --- a/blockchains/smartchain/assets/0x3D1FC6A9Aa0116780ae3a406Aa1d80dAaFC4d2a4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Z Token", - "type": "BEP20", - "symbol": "ZTKN", - "decimals": 18, - "website": "https://zworld.io/", - "description": "Project: Z is a fully decentralized, community-driven project to create a game of all games connected with cryptocurrency.", - "explorer": "https://bscscan.com/token/0x3D1FC6A9Aa0116780ae3a406Aa1d80dAaFC4d2a4", - "status": "active", - "id": "0x3D1FC6A9Aa0116780ae3a406Aa1d80dAaFC4d2a4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3D1FC6A9Aa0116780ae3a406Aa1d80dAaFC4d2a4/logo.png b/blockchains/smartchain/assets/0x3D1FC6A9Aa0116780ae3a406Aa1d80dAaFC4d2a4/logo.png deleted file mode 100644 index d2f9bde5db1ce..0000000000000 Binary files a/blockchains/smartchain/assets/0x3D1FC6A9Aa0116780ae3a406Aa1d80dAaFC4d2a4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3D29Aa78fB558F84112bbC48a84F371147A920C9/info.json b/blockchains/smartchain/assets/0x3D29Aa78fB558F84112bbC48a84F371147A920C9/info.json deleted file mode 100644 index 1c9330f703f4f..0000000000000 --- a/blockchains/smartchain/assets/0x3D29Aa78fB558F84112bbC48a84F371147A920C9/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Dogefather", - "website": "https://dogefather.space/", - "description": "A new deflationary token with 5% fees are distributed and 5% fees are added to liquidity pool.", - "explorer": "https://bscscan.com/token/0x3d29aa78fb558f84112bbc48a84f371147a920c9", - "type": "BEP20", - "symbol": "DOGEFATHER", - "decimals": 9, - "status": "active", - "id": "0x3D29Aa78fB558F84112bbC48a84F371147A920C9", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/dogefatherbsc_" - }, - { - "name": "telegram", - "url": "https://t.me/dogefatherBSC" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3D29Aa78fB558F84112bbC48a84F371147A920C9/logo.png b/blockchains/smartchain/assets/0x3D29Aa78fB558F84112bbC48a84F371147A920C9/logo.png deleted file mode 100644 index b3b3b9cf10f57..0000000000000 Binary files a/blockchains/smartchain/assets/0x3D29Aa78fB558F84112bbC48a84F371147A920C9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3DAB450ee6451762E72647A05a205dd5697c5C2c/info.json b/blockchains/smartchain/assets/0x3DAB450ee6451762E72647A05a205dd5697c5C2c/info.json deleted file mode 100644 index 27a20bb568176..0000000000000 --- a/blockchains/smartchain/assets/0x3DAB450ee6451762E72647A05a205dd5697c5C2c/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FlokiShiba", - "type": "BEP20", - "symbol": "FSHIB", - "decimals": 9, - "website": "https://flokishiba.com/", - "description": "Floki Shiba has learned a few tricks and lessons from his meme father, Doge Coin.", - "explorer": "https://bscscan.com/token/0x3DAB450ee6451762E72647A05a205dd5697c5C2c", - "status": "active", - "id": "0x3DAB450ee6451762E72647A05a205dd5697c5C2c" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3DAB450ee6451762E72647A05a205dd5697c5C2c/logo.png b/blockchains/smartchain/assets/0x3DAB450ee6451762E72647A05a205dd5697c5C2c/logo.png deleted file mode 100644 index 1011c579e6ecf..0000000000000 Binary files a/blockchains/smartchain/assets/0x3DAB450ee6451762E72647A05a205dd5697c5C2c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3Da67Ae8fcF0B733d799f65B2695d650eA11112A/info.json b/blockchains/smartchain/assets/0x3Da67Ae8fcF0B733d799f65B2695d650eA11112A/info.json deleted file mode 100644 index 7a79003428357..0000000000000 --- a/blockchains/smartchain/assets/0x3Da67Ae8fcF0B733d799f65B2695d650eA11112A/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SAINT Token", - "website": "https://www.saint-token.com", - "description": "Saint is a decentralized deflationary auto-staking & yield farming protocol, owned by the community with a charitable focus based on social experimentation. Ownership renounced, liquidity burned! The community run this token with dev support.", - "explorer": "https://bscscan.com/token/0x3da67ae8fcf0b733d799f65b2695d650ea11112a", - "type": "BEP20", - "symbol": "Saint", - "decimals": 9, - "status": "active", - "id": "0x3Da67Ae8fcF0B733d799f65B2695d650eA11112A" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3Da67Ae8fcF0B733d799f65B2695d650eA11112A/logo.png b/blockchains/smartchain/assets/0x3Da67Ae8fcF0B733d799f65B2695d650eA11112A/logo.png deleted file mode 100644 index 07a5fefbf3bde..0000000000000 Binary files a/blockchains/smartchain/assets/0x3Da67Ae8fcF0B733d799f65B2695d650eA11112A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3EDb027e03Dd8348e4006F6a0b1659d4D6A38b1E/info.json b/blockchains/smartchain/assets/0x3EDb027e03Dd8348e4006F6a0b1659d4D6A38b1E/info.json deleted file mode 100644 index b929fd54aac43..0000000000000 --- a/blockchains/smartchain/assets/0x3EDb027e03Dd8348e4006F6a0b1659d4D6A38b1E/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DOGE BARKING", - "website": "https://dogebarking.org", - "description": "DOGE BARKING Community Project", - "explorer": "https://bscscan.com/token/0x3EDb027e03Dd8348e4006F6a0b1659d4D6A38b1E", - "symbol": "bDOGE", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x3EDb027e03Dd8348e4006F6a0b1659d4D6A38b1E" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3EDb027e03Dd8348e4006F6a0b1659d4D6A38b1E/logo.png b/blockchains/smartchain/assets/0x3EDb027e03Dd8348e4006F6a0b1659d4D6A38b1E/logo.png deleted file mode 100644 index c2acb5492eeec..0000000000000 Binary files a/blockchains/smartchain/assets/0x3EDb027e03Dd8348e4006F6a0b1659d4D6A38b1E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47/info.json b/blockchains/smartchain/assets/0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47/info.json deleted file mode 100644 index 460f9830a21d0..0000000000000 --- a/blockchains/smartchain/assets/0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47/info.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "BNB pegged Cardano Token", - "website": "https://cardano.org", - "description": "BNB pegged Cardano Token (ADA BEP20) is a token issued by Binance on Smart Chain; its price is pegged to Cardano (ADA) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47", - "research": "https://research.binance.com/en/projects/cardano", - "type": "BEP20", - "symbol": "ADA", - "decimals": 18, - "status": "active", - "id": "0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47", - "tags": [ - "binance-peg" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47/logo.png b/blockchains/smartchain/assets/0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47/logo.png deleted file mode 100644 index 1ab80529f702a..0000000000000 Binary files a/blockchains/smartchain/assets/0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3Ea50B7Ef6a7eaf7E966E2cb72b519C16557497c/info.json b/blockchains/smartchain/assets/0x3Ea50B7Ef6a7eaf7E966E2cb72b519C16557497c/info.json deleted file mode 100644 index f511a4cf7b106..0000000000000 --- a/blockchains/smartchain/assets/0x3Ea50B7Ef6a7eaf7E966E2cb72b519C16557497c/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Pocket Bomb", - "website": "https://pbom.rocketbunny.io/", - "description": "Pocket Bomb combines the most sought after tokenomics across DeFi: automatic liquidity adds, compounding yield, deflationary supply, liquidity rewards, and price shock protection.", - "explorer": "https://bscscan.com/token/0x3Ea50B7Ef6a7eaf7E966E2cb72b519C16557497c", - "research": "https://rocketbunny.medium.com/welcome-to-rocket-bunny-f21b79f2715f", - "type": "BEP20", - "symbol": "PBOM", - "decimals": 9, - "status": "active", - "id": "0x3Ea50B7Ef6a7eaf7E966E2cb72b519C16557497c" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3Ea50B7Ef6a7eaf7E966E2cb72b519C16557497c/logo.png b/blockchains/smartchain/assets/0x3Ea50B7Ef6a7eaf7E966E2cb72b519C16557497c/logo.png deleted file mode 100644 index d7fdfd4f5a8b0..0000000000000 Binary files a/blockchains/smartchain/assets/0x3Ea50B7Ef6a7eaf7E966E2cb72b519C16557497c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3Ef99822759A2192e7A82f64484e79e89cd90d52/info.json b/blockchains/smartchain/assets/0x3Ef99822759A2192e7A82f64484e79e89cd90d52/info.json deleted file mode 100644 index 89dfea67eb688..0000000000000 --- a/blockchains/smartchain/assets/0x3Ef99822759A2192e7A82f64484e79e89cd90d52/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "TKB Token", - "type": "BEP20", - "symbol": "TKB", - "decimals": 18, - "website": "https://tkbgame.app/", - "description": "TKB is a platform that integrates NFT games and decentralized yield farm applications.", - "explorer": "https://bscscan.com/token/0x3Ef99822759A2192e7A82f64484e79e89cd90d52", - "status": "active", - "id": "0x3Ef99822759A2192e7A82f64484e79e89cd90d52", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Tkbgame2021" - }, - { - "name": "github", - "url": "https://github.com/tkbgame" - }, - { - "name": "telegram", - "url": "https://t.me/TKBAPP" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/tkbtoken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/tkbtoken" - }, - { - "name": "docs", - "url": "https://docs.tkbgame.app/" - }, - { - "name": "whitepaper", - "url": "https://tkbgame.app/download/ThreeKingdomsBattle.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3Ef99822759A2192e7A82f64484e79e89cd90d52/logo.png b/blockchains/smartchain/assets/0x3Ef99822759A2192e7A82f64484e79e89cd90d52/logo.png deleted file mode 100644 index 5682aa3d71034..0000000000000 Binary files a/blockchains/smartchain/assets/0x3Ef99822759A2192e7A82f64484e79e89cd90d52/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3F7200CC81D3fa6B8dB6f8fCC2393D158E542F49/info.json b/blockchains/smartchain/assets/0x3F7200CC81D3fa6B8dB6f8fCC2393D158E542F49/info.json deleted file mode 100644 index f12ce495dc16b..0000000000000 --- a/blockchains/smartchain/assets/0x3F7200CC81D3fa6B8dB6f8fCC2393D158E542F49/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Love Inu Token", - "type": "BEP20", - "symbol": "LOVEINU", - "decimals": 9, - "website": "https://loveinutoken.com/", - "description": "Love Inu. Projects built on the foundation of community involvement are the untamed wilderness of our future.", - "explorer": "https://bscscan.com/token/0x3F7200CC81D3fa6B8dB6f8fCC2393D158E542F49", - "status": "active", - "id": "0x3F7200CC81D3fa6B8dB6f8fCC2393D158E542F49" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3F7200CC81D3fa6B8dB6f8fCC2393D158E542F49/logo.png b/blockchains/smartchain/assets/0x3F7200CC81D3fa6B8dB6f8fCC2393D158E542F49/logo.png deleted file mode 100644 index 1ac453670445d..0000000000000 Binary files a/blockchains/smartchain/assets/0x3F7200CC81D3fa6B8dB6f8fCC2393D158E542F49/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3FAF7e4Fe6a1c30F78Cc3A83755E33364BAb77Ed/info.json b/blockchains/smartchain/assets/0x3FAF7e4Fe6a1c30F78Cc3A83755E33364BAb77Ed/info.json deleted file mode 100644 index 739b58f1716a6..0000000000000 --- a/blockchains/smartchain/assets/0x3FAF7e4Fe6a1c30F78Cc3A83755E33364BAb77Ed/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TEST DO NOT BUY", - "type": "BEP20", - "symbol": "TEST", - "decimals": 9, - "website": "https://www.donotbuythetoken.com", - "description": "Created by accident, destined to greatness", - "explorer": "https://bscscan.com/token/0x3FAF7e4Fe6a1c30F78Cc3A83755E33364BAb77Ed", - "status": "active", - "id": "0x3FAF7e4Fe6a1c30F78Cc3A83755E33364BAb77Ed" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3FAF7e4Fe6a1c30F78Cc3A83755E33364BAb77Ed/logo.png b/blockchains/smartchain/assets/0x3FAF7e4Fe6a1c30F78Cc3A83755E33364BAb77Ed/logo.png deleted file mode 100644 index 712dc2616828c..0000000000000 Binary files a/blockchains/smartchain/assets/0x3FAF7e4Fe6a1c30F78Cc3A83755E33364BAb77Ed/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3Fcca8648651E5b974DD6d3e50F61567779772A8/info.json b/blockchains/smartchain/assets/0x3Fcca8648651E5b974DD6d3e50F61567779772A8/info.json deleted file mode 100644 index 8d7e16c18e79c..0000000000000 --- a/blockchains/smartchain/assets/0x3Fcca8648651E5b974DD6d3e50F61567779772A8/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Moonpot", - "website": "https://moonpot.com", - "description": "The win-win lottery on Binance SmartChain where every ticket earns you interest.", - "explorer": "https://bscscan.com/token/0x3fcca8648651e5b974dd6d3e50f61567779772a8", - "type": "BEP20", - "symbol": "POTS", - "decimals": 18, - "status": "active", - "id": "0x3Fcca8648651E5b974DD6d3e50F61567779772A8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3Fcca8648651E5b974DD6d3e50F61567779772A8/logo.png b/blockchains/smartchain/assets/0x3Fcca8648651E5b974DD6d3e50F61567779772A8/logo.png deleted file mode 100644 index 020fe12a88631..0000000000000 Binary files a/blockchains/smartchain/assets/0x3Fcca8648651E5b974DD6d3e50F61567779772A8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3FdA9383A84C05eC8f7630Fe10AdF1fAC13241CC/info.json b/blockchains/smartchain/assets/0x3FdA9383A84C05eC8f7630Fe10AdF1fAC13241CC/info.json deleted file mode 100644 index 2b00c0028e656..0000000000000 --- a/blockchains/smartchain/assets/0x3FdA9383A84C05eC8f7630Fe10AdF1fAC13241CC/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Dego Finance", - "website": "https://bsc.dego.finance", - "description": "DEGO claims to be a brand new idea towards a sustainable Decentralized Finance (DeFi) ecosystem.", - "explorer": "https://bscscan.com/token/0x3FdA9383A84C05eC8f7630Fe10AdF1fAC13241CC", - "type": "BEP20", - "symbol": "DEGO", - "decimals": 18, - "status": "active", - "id": "0x3FdA9383A84C05eC8f7630Fe10AdF1fAC13241CC" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3FdA9383A84C05eC8f7630Fe10AdF1fAC13241CC/logo.png b/blockchains/smartchain/assets/0x3FdA9383A84C05eC8f7630Fe10AdF1fAC13241CC/logo.png deleted file mode 100644 index 8f1f43a328283..0000000000000 Binary files a/blockchains/smartchain/assets/0x3FdA9383A84C05eC8f7630Fe10AdF1fAC13241CC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3a23f43aaED213209a6143Cb91A00674CAA767E6/info.json b/blockchains/smartchain/assets/0x3a23f43aaED213209a6143Cb91A00674CAA767E6/info.json deleted file mode 100644 index b156628495e13..0000000000000 --- a/blockchains/smartchain/assets/0x3a23f43aaED213209a6143Cb91A00674CAA767E6/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HentaiCoin", - "website": "https://hentaicoin.net/", - "description": "Hentaicoin is a decentralized token on the Binance Smart Chain and NFT platform dedicated to the world of Hentai, ero manga or adult Japanimation.", - "explorer": "https://bscscan.com/token/0x3a23f43aaED213209a6143Cb91A00674CAA767E6", - "type": "BEP20", - "symbol": "HENTAI", - "decimals": 9, - "status": "active", - "id": "0x3a23f43aaED213209a6143Cb91A00674CAA767E6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3a23f43aaED213209a6143Cb91A00674CAA767E6/logo.png b/blockchains/smartchain/assets/0x3a23f43aaED213209a6143Cb91A00674CAA767E6/logo.png deleted file mode 100644 index da57bbaf94529..0000000000000 Binary files a/blockchains/smartchain/assets/0x3a23f43aaED213209a6143Cb91A00674CAA767E6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3a3D9756019fe9DE2A0AcF115a15a26D34FB2818/info.json b/blockchains/smartchain/assets/0x3a3D9756019fe9DE2A0AcF115a15a26D34FB2818/info.json deleted file mode 100644 index db5e94a4091fa..0000000000000 --- a/blockchains/smartchain/assets/0x3a3D9756019fe9DE2A0AcF115a15a26D34FB2818/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PRODAX", - "type": "BEP20", - "symbol": "DAX", - "decimals": 18, - "website": "https://prodax.io", - "description": "Utility token of DAX NFT", - "explorer": "https://bscscan.com/token/0x3a3D9756019fe9DE2A0AcF115a15a26D34FB2818", - "status": "active", - "id": "0x3a3D9756019fe9DE2A0AcF115a15a26D34FB2818" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3a3D9756019fe9DE2A0AcF115a15a26D34FB2818/logo.png b/blockchains/smartchain/assets/0x3a3D9756019fe9DE2A0AcF115a15a26D34FB2818/logo.png deleted file mode 100644 index 2a90a0fb0936f..0000000000000 Binary files a/blockchains/smartchain/assets/0x3a3D9756019fe9DE2A0AcF115a15a26D34FB2818/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3a599e584075065eAAAc768D75EaEf85c2f2fF64/info.json b/blockchains/smartchain/assets/0x3a599e584075065eAAAc768D75EaEf85c2f2fF64/info.json deleted file mode 100644 index 2436e3eafe3db..0000000000000 --- a/blockchains/smartchain/assets/0x3a599e584075065eAAAc768D75EaEf85c2f2fF64/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Frutti Dino", - "type": "BEP20", - "symbol": "FDT", - "decimals": 18, - "website": "https://www.fruttidino.com/", - "description": "Frutti Dino is an NFT game with content. The gamers of this game can enjoy Play to Earn through a variety of interesting methods as well as gameplay through a seamlessly designed blockchain ecosystem seamlessly attached to game content.", - "explorer": "https://bscscan.com/token/0x3a599e584075065eAAAc768D75EaEf85c2f2fF64", - "status": "active", - "id": "0x3a599e584075065eAAAc768D75EaEf85c2f2fF64", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/FruttiDino" - }, - { - "name": "telegram", - "url": "https://t.me/FruttiDino_Official" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/frutti-dino/" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3a599e584075065eAAAc768D75EaEf85c2f2fF64/logo.png b/blockchains/smartchain/assets/0x3a599e584075065eAAAc768D75EaEf85c2f2fF64/logo.png deleted file mode 100644 index 76c24936955d2..0000000000000 Binary files a/blockchains/smartchain/assets/0x3a599e584075065eAAAc768D75EaEf85c2f2fF64/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3aD9594151886Ce8538C1ff615EFa2385a8C3A88/info.json b/blockchains/smartchain/assets/0x3aD9594151886Ce8538C1ff615EFa2385a8C3A88/info.json deleted file mode 100644 index 9b8ee024f69a4..0000000000000 --- a/blockchains/smartchain/assets/0x3aD9594151886Ce8538C1ff615EFa2385a8C3A88/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "SafeMars", - "website": "https://www.safemarscrypto.com", - "description": "Autonomous yield and liquidity generation protocol on BSC", - "explorer": "https://bscscan.com/token/0x3aD9594151886Ce8538C1ff615EFa2385a8C3A88", - "type": "BEP20", - "symbol": "SAFEMARS", - "decimals": 9, - "status": "active", - "id": "0x3aD9594151886Ce8538C1ff615EFa2385a8C3A88", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/safemartians" - }, - { - "name": "telegram", - "url": "https://t.me/safemars" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3aD9594151886Ce8538C1ff615EFa2385a8C3A88/logo.png b/blockchains/smartchain/assets/0x3aD9594151886Ce8538C1ff615EFa2385a8C3A88/logo.png deleted file mode 100644 index 2b7ade4370659..0000000000000 Binary files a/blockchains/smartchain/assets/0x3aD9594151886Ce8538C1ff615EFa2385a8C3A88/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3aDd729f1d6C85eC6ec005205dDa9C4e7C10289f/info.json b/blockchains/smartchain/assets/0x3aDd729f1d6C85eC6ec005205dDa9C4e7C10289f/info.json deleted file mode 100644 index 835951ac305f6..0000000000000 --- a/blockchains/smartchain/assets/0x3aDd729f1d6C85eC6ec005205dDa9C4e7C10289f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Pomskey", - "website": "https://pomskey.io/", - "description": "Pomskey is a auto-liquidity, static farming, and deflationary token on the Binance Smart Chain", - "explorer": "https://bscscan.com/token/0x3aDd729f1d6C85eC6ec005205dDa9C4e7C10289f", - "type": "BEP20", - "symbol": "PM", - "decimals": 9, - "status": "active", - "id": "0x3aDd729f1d6C85eC6ec005205dDa9C4e7C10289f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3aDd729f1d6C85eC6ec005205dDa9C4e7C10289f/logo.png b/blockchains/smartchain/assets/0x3aDd729f1d6C85eC6ec005205dDa9C4e7C10289f/logo.png deleted file mode 100644 index f878b92231bdb..0000000000000 Binary files a/blockchains/smartchain/assets/0x3aDd729f1d6C85eC6ec005205dDa9C4e7C10289f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3aabCf53A1930A42E18D938C019E83Ebee50a849/info.json b/blockchains/smartchain/assets/0x3aabCf53A1930A42E18D938C019E83Ebee50a849/info.json deleted file mode 100644 index 9f7aefc021191..0000000000000 --- a/blockchains/smartchain/assets/0x3aabCf53A1930A42E18D938C019E83Ebee50a849/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SPONGE", - "type": "BEP20", - "symbol": "SPG", - "decimals": 9, - "website": "https://app.sponge.finance", - "description": "Sponge.finance a sustainable DeFi ecosystem on BSC ! Earn Sponge and Soak tokens through yield framing, token stacking, or even passive yield with the 5% $SPG redistribution.", - "explorer": "https://bscscan.com/token/0x3aabCf53A1930A42E18D938C019E83Ebee50a849", - "status": "active", - "id": "0x3aabCf53A1930A42E18D938C019E83Ebee50a849" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3aabCf53A1930A42E18D938C019E83Ebee50a849/logo.png b/blockchains/smartchain/assets/0x3aabCf53A1930A42E18D938C019E83Ebee50a849/logo.png deleted file mode 100644 index 5ceb6fdf9c98c..0000000000000 Binary files a/blockchains/smartchain/assets/0x3aabCf53A1930A42E18D938C019E83Ebee50a849/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3adaf5DA3d11Cc20ef937417a5c55E7cB18fDE6f/info.json b/blockchains/smartchain/assets/0x3adaf5DA3d11Cc20ef937417a5c55E7cB18fDE6f/info.json deleted file mode 100644 index c336adf0de6dd..0000000000000 --- a/blockchains/smartchain/assets/0x3adaf5DA3d11Cc20ef937417a5c55E7cB18fDE6f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bucky", - "symbol": "BCKY", - "type": "BEP20", - "decimals": 9, - "description": "Bucky Coin will be an open-source network for currencies and payments", - "website": "https://buckycoin.finance/", - "explorer": "https://bscscan.com/token/0x3adaf5da3d11cc20ef937417a5c55e7cb18fde6f", - "status": "active", - "id": "0x3adaf5DA3d11Cc20ef937417a5c55E7cB18fDE6f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3adaf5DA3d11Cc20ef937417a5c55E7cB18fDE6f/logo.png b/blockchains/smartchain/assets/0x3adaf5DA3d11Cc20ef937417a5c55E7cB18fDE6f/logo.png deleted file mode 100644 index 21fdc8ff72fa9..0000000000000 Binary files a/blockchains/smartchain/assets/0x3adaf5DA3d11Cc20ef937417a5c55E7cB18fDE6f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3b76374Cc2DfE28Cc373DcA6d5024791B2586335/info.json b/blockchains/smartchain/assets/0x3b76374Cc2DfE28Cc373DcA6d5024791B2586335/info.json deleted file mode 100644 index c90f2b962606f..0000000000000 --- a/blockchains/smartchain/assets/0x3b76374Cc2DfE28Cc373DcA6d5024791B2586335/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "id": "0x3b76374Cc2DfE28Cc373DcA6d5024791B2586335", - "name": "Adadao", - "symbol": "ADAO", - "type": "BEP20", - "description": "A DeFi protocol which facilitates creation of fully collateralized stable coins leveraging Native Cardano Assets", - "decimals": 18, - "website": "https://adadao.org", - "explorer": "https://bscscan.com/token/0x3b76374Cc2DfE28Cc373DcA6d5024791B2586335", - "status": "active", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/adadao_org" - }, - { - "name": "github", - "url": "https://github.com/adadao" - }, - { - "name": "telegram", - "url": "https://t.me/adadao_org" - }, - { - "name": "telegram_news", - "url": "https://t.me/adadao_org_announcement" - }, - { - "name": "blog", - "url": "https://adadao.medium.com" - }, - { - "name": "docs", - "url": "https://docs.adadao.org" - } - ], - "tags": [ - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0x3b76374Cc2DfE28Cc373DcA6d5024791B2586335/logo.png b/blockchains/smartchain/assets/0x3b76374Cc2DfE28Cc373DcA6d5024791B2586335/logo.png deleted file mode 100644 index 3809acfdd56b4..0000000000000 Binary files a/blockchains/smartchain/assets/0x3b76374Cc2DfE28Cc373DcA6d5024791B2586335/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3b831d36ed418e893F42d46ff308C326C239429f/info.json b/blockchains/smartchain/assets/0x3b831d36ed418e893F42d46ff308C326C239429f/info.json deleted file mode 100644 index bbfb678bd604d..0000000000000 --- a/blockchains/smartchain/assets/0x3b831d36ed418e893F42d46ff308C326C239429f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PancakeTools", - "website": "https://pancaketools.com/", - "description": "PancakeTools first binance chain pair & pool explorer based on data from PancakeSwap. Control you trading on PancakeSwap", - "explorer": "https://bscscan.com/token/0x3b831d36ed418e893F42d46ff308C326C239429f", - "type": "BEP20", - "symbol": "TCAKE", - "decimals": 18, - "status": "active", - "id": "0x3b831d36ed418e893F42d46ff308C326C239429f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3b831d36ed418e893F42d46ff308C326C239429f/logo.png b/blockchains/smartchain/assets/0x3b831d36ed418e893F42d46ff308C326C239429f/logo.png deleted file mode 100644 index c3b8053c7cec6..0000000000000 Binary files a/blockchains/smartchain/assets/0x3b831d36ed418e893F42d46ff308C326C239429f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3c168c8E0bb11B0A6DEEba6c0c6Be100E82451BB/info.json b/blockchains/smartchain/assets/0x3c168c8E0bb11B0A6DEEba6c0c6Be100E82451BB/info.json deleted file mode 100644 index bf0401ac66e9f..0000000000000 --- a/blockchains/smartchain/assets/0x3c168c8E0bb11B0A6DEEba6c0c6Be100E82451BB/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "SHREW", - "website": "https://Shrew.com", - "description": "SHREW is the utility token of Shrew Ecosystem. Shrew stands for SHopping REWards. A grand vision to revolutionize the multi-billion dollar reward points industry with the SHREW token as the global rewards currency. With a professional doxxed team, solid roadmap and a token that will have real utility - this is a project that aims to bring crypto to the mainstream", - "explorer": "https://bscscan.com/token/0x3c168c8E0bb11B0A6DEEba6c0c6Be100E82451BB", - "type": "BEP20", - "symbol": "SHREW", - "decimals": 18, - "status": "active", - "id": "0x3c168c8E0bb11B0A6DEEba6c0c6Be100E82451BB", - "links": [ - { - "name": "telegram", - "url": "https://t.me/shrewdotcom" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCmregyFHLDxd5jR4sXgCwEQ" - }, - { - "name": "twitter", - "url": "https://twitter.com/shrewdotcom" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/shrewtoken/new/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/shrew" - }, - { - "name": "whitepaper", - "url": "https://shrew.com/whitepaper" - }, - { - "name": "facebook", - "url": "https://facebook.com/shrew.shrew.75" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3c168c8E0bb11B0A6DEEba6c0c6Be100E82451BB/logo.png b/blockchains/smartchain/assets/0x3c168c8E0bb11B0A6DEEba6c0c6Be100E82451BB/logo.png deleted file mode 100644 index 14add4d3506bb..0000000000000 Binary files a/blockchains/smartchain/assets/0x3c168c8E0bb11B0A6DEEba6c0c6Be100E82451BB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3c6DAd0475d3a1696B359dc04C99FD401BE134dA/info.json b/blockchains/smartchain/assets/0x3c6DAd0475d3a1696B359dc04C99FD401BE134dA/info.json deleted file mode 100644 index 642daf7f9219f..0000000000000 --- a/blockchains/smartchain/assets/0x3c6DAd0475d3a1696B359dc04C99FD401BE134dA/info.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "Saito", - "type": "BEP20", - "symbol": "SAITO", - "decimals": 18, - "website": "https://saito.io", - "description": "Saito is a massively scaling layer one blockchain for application developers.", - "explorer": "https://bscscan.com/token/0x3c6DAd0475d3a1696B359dc04C99FD401BE134dA", - "status": "active", - "id": "0x3c6DAd0475d3a1696B359dc04C99FD401BE134dA", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/saitoofficial" - }, - { - "name": "github", - "url": "https://github.com/saitotech" - }, - { - "name": "telegram", - "url": "https://t.me/SaitoIO" - }, - { - "name": "telegram_news", - "url": "https://t.me/SaitoIOann" - }, - { - "name": "blog", - "url": "https://saito.tech/blog/" - }, - { - "name": "docs", - "url": "https://wiki.saito.io/" - }, - { - "name": "discord", - "url": "https://discord.com/HjTFh9Tfec" - }, - { - "name": "whitepaper", - "url": "https://saito.io/saito-whitepaper.pdf" - } - ], - "tags": [ - "wrapped", - "deflationary", - "gamefi", - "staking-native" - ] -} diff --git a/blockchains/smartchain/assets/0x3c6DAd0475d3a1696B359dc04C99FD401BE134dA/logo.png b/blockchains/smartchain/assets/0x3c6DAd0475d3a1696B359dc04C99FD401BE134dA/logo.png deleted file mode 100644 index 5a25dafbd0dd5..0000000000000 Binary files a/blockchains/smartchain/assets/0x3c6DAd0475d3a1696B359dc04C99FD401BE134dA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3c730718C97A77562866B5D29B33228c019eAC68/info.json b/blockchains/smartchain/assets/0x3c730718C97A77562866B5D29B33228c019eAC68/info.json deleted file mode 100644 index 5d482cd5d437f..0000000000000 --- a/blockchains/smartchain/assets/0x3c730718C97A77562866B5D29B33228c019eAC68/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BNB Diamond", - "website": "https://bnbdiamond.net/", - "description": "Built for the community. Simply hold BNBD to join the journey and experience all of the benefit from BNB Diamond.", - "explorer": "https://bscscan.com/token/0x3c730718C97A77562866B5D29B33228c019eAC68", - "type": "BEP20", - "symbol": "BNBD", - "decimals": 9, - "status": "active", - "id": "0x3c730718C97A77562866B5D29B33228c019eAC68" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3c730718C97A77562866B5D29B33228c019eAC68/logo.png b/blockchains/smartchain/assets/0x3c730718C97A77562866B5D29B33228c019eAC68/logo.png deleted file mode 100644 index 57a4f4194a35d..0000000000000 Binary files a/blockchains/smartchain/assets/0x3c730718C97A77562866B5D29B33228c019eAC68/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3c75A237677D495Aa2651B594b0629a553377e10/info.json b/blockchains/smartchain/assets/0x3c75A237677D495Aa2651B594b0629a553377e10/info.json deleted file mode 100644 index 21f8449657bb4..0000000000000 --- a/blockchains/smartchain/assets/0x3c75A237677D495Aa2651B594b0629a553377e10/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "bitcoinXv2.0 Token", - "website": "https://btcxv2.com", - "description": "BitcoinXv2 is a deflationary token, completely decentralized and thrives from the power of the community. It is a token for the people. One Governance, One BitcoinXv2.", - "explorer": "https://bscscan.com/token/0x3c75A237677D495Aa2651B594b0629a553377e10", - "type": "BEP20", - "symbol": "btcXv2.0", - "decimals": 9, - "status": "active", - "id": "0x3c75A237677D495Aa2651B594b0629a553377e10" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3c75A237677D495Aa2651B594b0629a553377e10/logo.png b/blockchains/smartchain/assets/0x3c75A237677D495Aa2651B594b0629a553377e10/logo.png deleted file mode 100644 index 2a97f300572f5..0000000000000 Binary files a/blockchains/smartchain/assets/0x3c75A237677D495Aa2651B594b0629a553377e10/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3d0E22387DdfE75D1AEa9D7108a4392922740B96/info.json b/blockchains/smartchain/assets/0x3d0E22387DdfE75D1AEa9D7108a4392922740B96/info.json deleted file mode 100644 index cdf1819fd9cc8..0000000000000 --- a/blockchains/smartchain/assets/0x3d0E22387DdfE75D1AEa9D7108a4392922740B96/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Loud Market", - "type": "BEP20", - "symbol": "LOUD", - "decimals": 18, - "website": "https://loudnft.co", - "description": "The first Music NFT Marketplace", - "explorer": "https://bscscan.com/token/0x3d0E22387DdfE75D1AEa9D7108a4392922740B96", - "status": "active", - "id": "0x3d0E22387DdfE75D1AEa9D7108a4392922740B96", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/loudmarketnfts" - }, - { - "name": "telegram", - "url": "https://t.me/loudmarket" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/loud-market/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/loud-market" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3d0E22387DdfE75D1AEa9D7108a4392922740B96/logo.png b/blockchains/smartchain/assets/0x3d0E22387DdfE75D1AEa9D7108a4392922740B96/logo.png deleted file mode 100644 index 8d9d0d4d88ec8..0000000000000 Binary files a/blockchains/smartchain/assets/0x3d0E22387DdfE75D1AEa9D7108a4392922740B96/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3d4350cD54aeF9f9b2C29435e0fa809957B3F30a/info.json b/blockchains/smartchain/assets/0x3d4350cD54aeF9f9b2C29435e0fa809957B3F30a/info.json deleted file mode 100644 index e31b24d7ec09d..0000000000000 --- a/blockchains/smartchain/assets/0x3d4350cD54aeF9f9b2C29435e0fa809957B3F30a/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "UST (Wormhole)", - "type": "BEP20", - "symbol": "UST", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://wormholebridge.com", - "explorer": "https://bscscan.com/token/0x3d4350cD54aeF9f9b2C29435e0fa809957B3F30a", - "status": "active", - "id": "0x3d4350cD54aeF9f9b2C29435e0fa809957B3F30a", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3d4350cD54aeF9f9b2C29435e0fa809957B3F30a/logo.png b/blockchains/smartchain/assets/0x3d4350cD54aeF9f9b2C29435e0fa809957B3F30a/logo.png deleted file mode 100644 index e3110cce3bde2..0000000000000 Binary files a/blockchains/smartchain/assets/0x3d4350cD54aeF9f9b2C29435e0fa809957B3F30a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3d6545b08693daE087E957cb1180ee38B9e3c25E/info.json b/blockchains/smartchain/assets/0x3d6545b08693daE087E957cb1180ee38B9e3c25E/info.json deleted file mode 100644 index 81094df71d3dd..0000000000000 --- a/blockchains/smartchain/assets/0x3d6545b08693daE087E957cb1180ee38B9e3c25E/info.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "BNB pegged Ethereum Classic", - "website": "https://ethereumclassic.org", - "description": "BNB pegged Ethereum Classic (ETC BEP20) is a token issued by Binance on Smart Chain; its price is pegged to Ethereum Classic (ETC) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0x3d6545b08693dae087e957cb1180ee38b9e3c25e", - "research": "https://research.binance.com/en/projects/ethereum-classic", - "type": "BEP20", - "symbol": "ETC", - "decimals": 18, - "status": "active", - "id": "0x3d6545b08693daE087E957cb1180ee38B9e3c25E", - "tags": [ - "binance-peg" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3d6545b08693daE087E957cb1180ee38B9e3c25E/logo.png b/blockchains/smartchain/assets/0x3d6545b08693daE087E957cb1180ee38B9e3c25E/logo.png deleted file mode 100644 index eb921c2b00113..0000000000000 Binary files a/blockchains/smartchain/assets/0x3d6545b08693daE087E957cb1180ee38B9e3c25E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3da69D719AD12EEAb2b7031697E84c2c62299C13/info.json b/blockchains/smartchain/assets/0x3da69D719AD12EEAb2b7031697E84c2c62299C13/info.json deleted file mode 100644 index d449deacf0539..0000000000000 --- a/blockchains/smartchain/assets/0x3da69D719AD12EEAb2b7031697E84c2c62299C13/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Baby KShark", - "website": "https://kshark.io", - "description": "Baby Kshark Token is a MEME Token that originates from the community, serves the community, and is self-governed by the community. It is fair and has a variety of gameplay methods.", - "explorer": "https://bscscan.com/token/0x3da69D719AD12EEAb2b7031697E84c2c62299C13", - "type": "BEP20", - "symbol": "BKS", - "decimals": 9, - "status": "active", - "id": "0x3da69D719AD12EEAb2b7031697E84c2c62299C13", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/KShark_official" - }, - { - "name": "telegram", - "url": "https://t.me/KShark_Official" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3da69D719AD12EEAb2b7031697E84c2c62299C13/logo.png b/blockchains/smartchain/assets/0x3da69D719AD12EEAb2b7031697E84c2c62299C13/logo.png deleted file mode 100644 index b530767963b0d..0000000000000 Binary files a/blockchains/smartchain/assets/0x3da69D719AD12EEAb2b7031697E84c2c62299C13/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3dcB18569425930954feb191122e574b87F66abd/info.json b/blockchains/smartchain/assets/0x3dcB18569425930954feb191122e574b87F66abd/info.json deleted file mode 100644 index 85a22d4ddb4e0..0000000000000 --- a/blockchains/smartchain/assets/0x3dcB18569425930954feb191122e574b87F66abd/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Orion Money (Portal)", - "type": "BEP20", - "symbol": "ORION", - "decimals": 18, - "description": "Cross Chain Portal Bridged Token", - "website": "https://orion.money/", - "explorer": "https://bscscan.com/token/0x3dcB18569425930954feb191122e574b87F66abd", - "status": "active", - "id": "0x3dcB18569425930954feb191122e574b87F66abd", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3dcB18569425930954feb191122e574b87F66abd/logo.png b/blockchains/smartchain/assets/0x3dcB18569425930954feb191122e574b87F66abd/logo.png deleted file mode 100644 index 89db97dd2ba01..0000000000000 Binary files a/blockchains/smartchain/assets/0x3dcB18569425930954feb191122e574b87F66abd/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3e07a8a8f260edeeca24139B6767A073918E8674/info.json b/blockchains/smartchain/assets/0x3e07a8a8f260edeeca24139B6767A073918E8674/info.json deleted file mode 100644 index 5865374d79380..0000000000000 --- a/blockchains/smartchain/assets/0x3e07a8a8f260edeeca24139B6767A073918E8674/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Catge V2", - "website": "https://catgecoin.com/", - "description": "CATGE is the cat coin, a semi-deflationary token and the utility token for the Startup Token Launchpad exchange.", - "explorer": "https://bscscan.com/token/0x3e07a8a8f260edeeca24139B6767A073918E8674", - "type": "BEP20", - "symbol": "CATGE", - "decimals": 9, - "status": "active", - "id": "0x3e07a8a8f260edeeca24139B6767A073918E8674" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3e07a8a8f260edeeca24139B6767A073918E8674/logo.png b/blockchains/smartchain/assets/0x3e07a8a8f260edeeca24139B6767A073918E8674/logo.png deleted file mode 100644 index 06a9d173814f0..0000000000000 Binary files a/blockchains/smartchain/assets/0x3e07a8a8f260edeeca24139B6767A073918E8674/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3e0b5807515756635c6347CDeeBF95946E604BCF/info.json b/blockchains/smartchain/assets/0x3e0b5807515756635c6347CDeeBF95946E604BCF/info.json deleted file mode 100644 index 2c9ad44b576d4..0000000000000 --- a/blockchains/smartchain/assets/0x3e0b5807515756635c6347CDeeBF95946E604BCF/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Facebook Metaverse", - "type": "BEP20", - "symbol": "FACEMETA", - "decimals": 9, - "website": "https://facemetatoken.co/", - "description": "Facebook Metaverse is a project that's inspired by Mark Zuckerberg", - "explorer": "https://bscscan.com/token/0x3e0b5807515756635c6347CDeeBF95946E604BCF", - "status": "active", - "id": "0x3e0b5807515756635c6347CDeeBF95946E604BCF", - "links": [ - { - "name": "telegram", - "url": "https://t.me/Facebookmetaverse" - }, - { - "name": "whitepaper", - "url": "https://twitter.com/Facemetatoken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/facebook-metaverse/" - }, - { - "name": "github", - "url": "https://github.com/FacebookMetaverse" - } - ] -} diff --git a/blockchains/smartchain/assets/0x3e0b5807515756635c6347CDeeBF95946E604BCF/logo.png b/blockchains/smartchain/assets/0x3e0b5807515756635c6347CDeeBF95946E604BCF/logo.png deleted file mode 100644 index 3162f8c02ffc6..0000000000000 Binary files a/blockchains/smartchain/assets/0x3e0b5807515756635c6347CDeeBF95946E604BCF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3e24BBb2c9a0f2fAEcFDBDCa20BBa6F35b73C4CB/info.json b/blockchains/smartchain/assets/0x3e24BBb2c9a0f2fAEcFDBDCa20BBa6F35b73C4CB/info.json deleted file mode 100644 index 4cbea1f7aec56..0000000000000 --- a/blockchains/smartchain/assets/0x3e24BBb2c9a0f2fAEcFDBDCa20BBa6F35b73C4CB/info.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "DELOT.IO", - "type": "BEP20", - "symbol": "DELOT", - "decimals": 18, - "website": "https://delot.io", - "description": "DELOT is the decentralized lottery game for token holders. DELOT token is the utility token that is used in the Lottery game.", - "explorer": "https://bscscan.com/token/0x3e24BBb2c9a0f2fAEcFDBDCa20BBa6F35b73C4CB", - "status": "active", - "id": "0x3e24BBb2c9a0f2fAEcFDBDCa20BBa6F35b73C4CB", - "links": [ - { - "name": "whitepaper", - "url": "https://docs.delot.io" - }, - { - "name": "github", - "url": "https://github.com/delot-io" - }, - { - "name": "twitter", - "url": "https://twitter.com/delot_io" - }, - { - "name": "telegram", - "url": "https://t.me/delot_io" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/delot-io/" - } - ], - "tags": [ - "gamefi", - "defi", - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3e24BBb2c9a0f2fAEcFDBDCa20BBa6F35b73C4CB/logo.png b/blockchains/smartchain/assets/0x3e24BBb2c9a0f2fAEcFDBDCa20BBa6F35b73C4CB/logo.png deleted file mode 100644 index aa998bcfd5684..0000000000000 Binary files a/blockchains/smartchain/assets/0x3e24BBb2c9a0f2fAEcFDBDCa20BBa6F35b73C4CB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3e6C9eE69B90B53628051F8D6CB5b6b2EaCCB438/info.json b/blockchains/smartchain/assets/0x3e6C9eE69B90B53628051F8D6CB5b6b2EaCCB438/info.json deleted file mode 100644 index 53d9afc1d143a..0000000000000 --- a/blockchains/smartchain/assets/0x3e6C9eE69B90B53628051F8D6CB5b6b2EaCCB438/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Multigame", - "website": "https://multigame.org/", - "description": "Multigame is a GameFi & multitasking NFTs platform was built on Binance Smart Chain. The platform will both ensure an accelerator role for other Gaming & NFTs startups and develop separated GameFi projects.", - "explorer": "https://bscscan.com/token/0x3e6C9eE69B90B53628051F8D6CB5b6b2EaCCB438", - "type": "BEP20", - "symbol": "MULTI", - "decimals": 18, - "status": "active", - "id": "0x3e6C9eE69B90B53628051F8D6CB5b6b2EaCCB438", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/multigame_org" - }, - { - "name": "telegram", - "url": "https://t.me/multigame_chat" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3e6C9eE69B90B53628051F8D6CB5b6b2EaCCB438/logo.png b/blockchains/smartchain/assets/0x3e6C9eE69B90B53628051F8D6CB5b6b2EaCCB438/logo.png deleted file mode 100644 index ea786f237b5ec..0000000000000 Binary files a/blockchains/smartchain/assets/0x3e6C9eE69B90B53628051F8D6CB5b6b2EaCCB438/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3e8FC047F1BaEf443C43c400c996ebCC7cde9B94/info.json b/blockchains/smartchain/assets/0x3e8FC047F1BaEf443C43c400c996ebCC7cde9B94/info.json deleted file mode 100644 index 6b0012d33e41c..0000000000000 --- a/blockchains/smartchain/assets/0x3e8FC047F1BaEf443C43c400c996ebCC7cde9B94/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Terra Exchange", - "website": "https://terra-exchange.com/", - "description": "TERX is a smart project for land exchange. Token used to buy land and real estate using cryptocurrency.", - "explorer": "https://bscscan.com/token/0x3e8FC047F1BaEf443C43c400c996ebCC7cde9B94", - "type": "BEP20", - "symbol": "TERX", - "decimals": 9, - "status": "active", - "id": "0x3e8FC047F1BaEf443C43c400c996ebCC7cde9B94" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3e8FC047F1BaEf443C43c400c996ebCC7cde9B94/logo.png b/blockchains/smartchain/assets/0x3e8FC047F1BaEf443C43c400c996ebCC7cde9B94/logo.png deleted file mode 100644 index cf16b4b626357..0000000000000 Binary files a/blockchains/smartchain/assets/0x3e8FC047F1BaEf443C43c400c996ebCC7cde9B94/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3eE08275b513f3085231Ccc85de4C386FCc1f18b/info.json b/blockchains/smartchain/assets/0x3eE08275b513f3085231Ccc85de4C386FCc1f18b/info.json deleted file mode 100644 index bc58eb3d175e1..0000000000000 --- a/blockchains/smartchain/assets/0x3eE08275b513f3085231Ccc85de4C386FCc1f18b/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "BelecX Token", - "type": "BEP20", - "symbol": "BEX", - "decimals": 18, - "website": "https://belecx.com", - "description": "The BelecX protocol will build and combine the crypto industry's Metaverse+NFT+GameFi+Defi+ blind-box multi-ring crypto world based on previous standards.BelecX provides a solution for web3.0 true autonomous community modules.", - "explorer": "https://bscscan.com/token/0x3eE08275b513f3085231Ccc85de4C386FCc1f18b", - "status": "active", - "id": "0x3eE08275b513f3085231Ccc85de4C386FCc1f18b", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BelecXToken" - }, - { - "name": "telegram", - "url": "https://t.me/BelecXChat" - } - ], - "tags": [ - "gamefi", - "defi", - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x3eE08275b513f3085231Ccc85de4C386FCc1f18b/logo.png b/blockchains/smartchain/assets/0x3eE08275b513f3085231Ccc85de4C386FCc1f18b/logo.png deleted file mode 100644 index ed9af09513fe3..0000000000000 Binary files a/blockchains/smartchain/assets/0x3eE08275b513f3085231Ccc85de4C386FCc1f18b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3ebb316D8c387ef235BAa38978cbB9B97C8C3017/info.json b/blockchains/smartchain/assets/0x3ebb316D8c387ef235BAa38978cbB9B97C8C3017/info.json deleted file mode 100644 index 5165190c39c62..0000000000000 --- a/blockchains/smartchain/assets/0x3ebb316D8c387ef235BAa38978cbB9B97C8C3017/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "PYXIS (pyxis.network)", - "type": "BEP20", - "symbol": "PYX", - "decimals": 18, - "website": "https://www.pyxis.network", - "description": "Premium staking platform on Binance Smart Chain", - "explorer": "https://bscscan.com/token/0x3ebb316D8c387ef235BAa38978cbB9B97C8C3017", - "status": "active", - "id": "0x3ebb316D8c387ef235BAa38978cbB9B97C8C3017", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/pyxiscommunity" - }, - { - "name": "telegram", - "url": "https://t.me/pyxiscommunity" - }, - { - "name": "discord", - "url": "https://discord.com/invite/d2kqGakxeJ" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3ebb316D8c387ef235BAa38978cbB9B97C8C3017/logo.png b/blockchains/smartchain/assets/0x3ebb316D8c387ef235BAa38978cbB9B97C8C3017/logo.png deleted file mode 100644 index 05128451869bc..0000000000000 Binary files a/blockchains/smartchain/assets/0x3ebb316D8c387ef235BAa38978cbB9B97C8C3017/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3ec7ba1B86387B8CB323eaC3f2AAE217C876f9A7/info.json b/blockchains/smartchain/assets/0x3ec7ba1B86387B8CB323eaC3f2AAE217C876f9A7/info.json deleted file mode 100644 index 2f4242c4807a3..0000000000000 --- a/blockchains/smartchain/assets/0x3ec7ba1B86387B8CB323eaC3f2AAE217C876f9A7/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MegaRise", - "website": "https://megarisetoken.com/", - "description": "MegaRise - A Proprietary, Hyper Deflationary Token. MegaRise holders are not only rewarded through static rewards but also through true automatic burns every trade from within the liquidity pool.", - "explorer": "https://bscscan.com/token/0x3ec7ba1b86387b8cb323eac3f2aae217c876f9a7", - "type": "BEP20", - "symbol": "MEGARISE", - "decimals": 9, - "status": "active", - "id": "0x3ec7ba1B86387B8CB323eaC3f2AAE217C876f9A7" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3ec7ba1B86387B8CB323eaC3f2AAE217C876f9A7/logo.png b/blockchains/smartchain/assets/0x3ec7ba1B86387B8CB323eaC3f2AAE217C876f9A7/logo.png deleted file mode 100644 index b815ca9d66857..0000000000000 Binary files a/blockchains/smartchain/assets/0x3ec7ba1B86387B8CB323eaC3f2AAE217C876f9A7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3f515f0a8e93F2E2f891ceeB3Db4e62e202d7110/info.json b/blockchains/smartchain/assets/0x3f515f0a8e93F2E2f891ceeB3Db4e62e202d7110/info.json deleted file mode 100644 index 049d977c72f76..0000000000000 --- a/blockchains/smartchain/assets/0x3f515f0a8e93F2E2f891ceeB3Db4e62e202d7110/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "VIDT Datalink BEP20", - "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://bscscan.com/token/0x3f515f0a8e93F2E2f891ceeB3Db4e62e202d7110", - "type": "BEP20", - "symbol": "VIDT", - "decimals": 18, - "status": "active", - "id": "0x3f515f0a8e93F2E2f891ceeB3Db4e62e202d7110" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3f515f0a8e93F2E2f891ceeB3Db4e62e202d7110/logo.png b/blockchains/smartchain/assets/0x3f515f0a8e93F2E2f891ceeB3Db4e62e202d7110/logo.png deleted file mode 100644 index 2f0ea80ce43da..0000000000000 Binary files a/blockchains/smartchain/assets/0x3f515f0a8e93F2E2f891ceeB3Db4e62e202d7110/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x3fd5B5746315E3F8d43A46b09c826a001EBb977d/info.json b/blockchains/smartchain/assets/0x3fd5B5746315E3F8d43A46b09c826a001EBb977d/info.json deleted file mode 100644 index c3c8f24ca04e2..0000000000000 --- a/blockchains/smartchain/assets/0x3fd5B5746315E3F8d43A46b09c826a001EBb977d/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "oxbull.tech", - "website": "https://www.oxbull.tech", - "description": "Charging the Future of Blockchains", - "explorer": "https://bscscan.com/token/0x3fd5B5746315E3F8d43A46b09c826a001EBb977d", - "research": "", - "type": "BEP20", - "symbol": "OXB", - "decimals": 9, - "status": "active", - "id": "0x3fd5B5746315E3F8d43A46b09c826a001EBb977d" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x3fd5B5746315E3F8d43A46b09c826a001EBb977d/logo.png b/blockchains/smartchain/assets/0x3fd5B5746315E3F8d43A46b09c826a001EBb977d/logo.png deleted file mode 100644 index 2e2386a5a2fab..0000000000000 Binary files a/blockchains/smartchain/assets/0x3fd5B5746315E3F8d43A46b09c826a001EBb977d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x400613f184D1207f5C07a67D67040A4e23E92feB/info.json b/blockchains/smartchain/assets/0x400613f184D1207f5C07a67D67040A4e23E92feB/info.json deleted file mode 100644 index 585cea88c3de0..0000000000000 --- a/blockchains/smartchain/assets/0x400613f184D1207f5C07a67D67040A4e23E92feB/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "UPDOG", - "website": "https://updog.finance", - "description": "UPDOG is a charity focused auto-yielding deflationary token on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x400613f184d1207f5c07a67d67040a4e23e92feb", - "type": "BEP20", - "symbol": "UPDOG", - "decimals": 9, - "status": "active", - "id": "0x400613f184D1207f5C07a67D67040A4e23E92feB" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x400613f184D1207f5C07a67D67040A4e23E92feB/logo.png b/blockchains/smartchain/assets/0x400613f184D1207f5C07a67D67040A4e23E92feB/logo.png deleted file mode 100644 index b875d0783c3df..0000000000000 Binary files a/blockchains/smartchain/assets/0x400613f184D1207f5C07a67D67040A4e23E92feB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x40300e0045239Fe76Cd07251313f923B29df1e55/info.json b/blockchains/smartchain/assets/0x40300e0045239Fe76Cd07251313f923B29df1e55/info.json deleted file mode 100644 index 113845ddd35ed..0000000000000 --- a/blockchains/smartchain/assets/0x40300e0045239Fe76Cd07251313f923B29df1e55/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "RiseofNebula", - "website": "https://www.riseofnebula.com/", - "description": "A Proprietary, Hyper Deflationary Token! RON token holders are not only rewarded through static rewards but also through true automatic burns every trade from within the liquidity pool!.", - "explorer": "https://bscscan.com/token/0x40300e0045239fe76cd07251313f923b29df1e55", - "type": "BEP20", - "symbol": "RON", - "decimals": 9, - "status": "active", - "id": "0x40300e0045239Fe76Cd07251313f923B29df1e55" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x40300e0045239Fe76Cd07251313f923B29df1e55/logo.png b/blockchains/smartchain/assets/0x40300e0045239Fe76Cd07251313f923B29df1e55/logo.png deleted file mode 100644 index 43e41f5b126a8..0000000000000 Binary files a/blockchains/smartchain/assets/0x40300e0045239Fe76Cd07251313f923B29df1e55/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x40619dc9F00ea34e51D96b6EC5d8a6aD75457434/info.json b/blockchains/smartchain/assets/0x40619dc9F00ea34e51D96b6EC5d8a6aD75457434/info.json deleted file mode 100644 index 7bf438de0f15b..0000000000000 --- a/blockchains/smartchain/assets/0x40619dc9F00ea34e51D96b6EC5d8a6aD75457434/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "1Doge", - "type": "BEP20", - "symbol": "1DOGE", - "decimals": 18, - "website": "https://1doge.io", - "description": "1Doge is building a comprehensive platform with Static reflection and play to earn gaming mechanisms to enable gamers from all over the world experience Gaming and NFT on the blockchain. ", - "explorer": "https://bscscan.com/token/0x40619dc9F00ea34e51D96b6EC5d8a6aD75457434", - "status": "active", - "id": "0x40619dc9F00ea34e51D96b6EC5d8a6aD75457434", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/1dogeBSC" - }, - { - "name": "github", - "url": "https://github.com/MiniPadLaunchpad/1doge" - }, - { - "name": "telegram", - "url": "https://t.me/OneDogeGroup" - }, - { - "name": "telegram_news", - "url": "https://t.me/OneDogeAnn" - }, - { - "name": "whitepaper", - "url": "https://docs.1doge.io/" - }, - { - "name": "medium", - "url": "https://onedogefinance.medium.com/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCf5H5967XWppQA0WA6qcTsA" - }, - { - "name": "facebook", - "url": "https://facebook.com/1dogebsc" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/1doge" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x40619dc9F00ea34e51D96b6EC5d8a6aD75457434/logo.png b/blockchains/smartchain/assets/0x40619dc9F00ea34e51D96b6EC5d8a6aD75457434/logo.png deleted file mode 100644 index 47f32334b4569..0000000000000 Binary files a/blockchains/smartchain/assets/0x40619dc9F00ea34e51D96b6EC5d8a6aD75457434/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x406c3ed15D4537DD23870260cad503B591fF1b31/info.json b/blockchains/smartchain/assets/0x406c3ed15D4537DD23870260cad503B591fF1b31/info.json deleted file mode 100644 index 5b1047a2d8eca..0000000000000 --- a/blockchains/smartchain/assets/0x406c3ed15D4537DD23870260cad503B591fF1b31/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "social NFT ", - "type": "BEP20", - "symbol": "SNFT", - "decimals": 18, - "website": "https://socialnft.market/", - "description": "SOCIAL NFT is a BNB based NFT (non-fungible token) platform for social media personalities who want to create digital collectibles of their likeness. Secured with blockchain technology.", - "explorer": "https://bscscan.com/token/0x406c3ed15D4537DD23870260cad503B591fF1b31", - "status": "active", - "id": "0x406c3ed15D4537DD23870260cad503B591fF1b31", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/NftSocial" - }, - { - "name": "telegram", - "url": "https://t.me/SocialNFT/82" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x406c3ed15D4537DD23870260cad503B591fF1b31/logo.png b/blockchains/smartchain/assets/0x406c3ed15D4537DD23870260cad503B591fF1b31/logo.png deleted file mode 100644 index 3ac35c1e4c167..0000000000000 Binary files a/blockchains/smartchain/assets/0x406c3ed15D4537DD23870260cad503B591fF1b31/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4090e535F2e251F5F88518998B18b54d26B3b07c/info.json b/blockchains/smartchain/assets/0x4090e535F2e251F5F88518998B18b54d26B3b07c/info.json deleted file mode 100644 index 18ab3feb5fa6c..0000000000000 --- a/blockchains/smartchain/assets/0x4090e535F2e251F5F88518998B18b54d26B3b07c/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Typhoon Network", - "website": "https://typhoon.network", - "description": "Typhoon is a zero-knowledge protocol that enables users to send private transactions between 2 BSC wallets by utilizing zkSNARK-based cryptography. By using Typhoon to transfer funds, it is no longer possible to determine who sent the transaction in the first place, thus providing anonymity and privacy ontop of an otherwise public blockchain.", - "explorer": "https://bscscan.com/token/0x4090e535F2e251F5F88518998B18b54d26B3b07c", - "type": "BEP20", - "symbol": "TYPH", - "decimals": 18, - "status": "active", - "id": "0x4090e535F2e251F5F88518998B18b54d26B3b07c" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4090e535F2e251F5F88518998B18b54d26B3b07c/logo.png b/blockchains/smartchain/assets/0x4090e535F2e251F5F88518998B18b54d26B3b07c/logo.png deleted file mode 100644 index 438b52069f343..0000000000000 Binary files a/blockchains/smartchain/assets/0x4090e535F2e251F5F88518998B18b54d26B3b07c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x40929FB2008c830731A3d972950bC13f70161c75/info.json b/blockchains/smartchain/assets/0x40929FB2008c830731A3d972950bC13f70161c75/info.json deleted file mode 100644 index c77500641a0c1..0000000000000 --- a/blockchains/smartchain/assets/0x40929FB2008c830731A3d972950bC13f70161c75/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Tuna", - "website": "https://swaptuna.com/", - "description": "Yield Farming with Liquidity & Decentralized Exchange with Automatic Market Making on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x40929FB2008c830731A3d972950bC13f70161c75", - "research": "", - "type": "BEP20", - "symbol": "TUNA", - "decimals": 18, - "status": "active", - "id": "0x40929FB2008c830731A3d972950bC13f70161c75" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x40929FB2008c830731A3d972950bC13f70161c75/logo.png b/blockchains/smartchain/assets/0x40929FB2008c830731A3d972950bC13f70161c75/logo.png deleted file mode 100644 index 39e604e30f03e..0000000000000 Binary files a/blockchains/smartchain/assets/0x40929FB2008c830731A3d972950bC13f70161c75/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x40B165Fd5dDc75ad0bDDc9ADd0adAbff5431a975/info.json b/blockchains/smartchain/assets/0x40B165Fd5dDc75ad0bDDc9ADd0adAbff5431a975/info.json deleted file mode 100644 index 5b99271ed739c..0000000000000 --- a/blockchains/smartchain/assets/0x40B165Fd5dDc75ad0bDDc9ADd0adAbff5431a975/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Memes Token", - "website": "https://memestoken.com", - "description": "MEMES token is the utility currency of the first decentralized MEME nft marketplace and social network .", - "explorer": "https://bscscan.com/token/0x40B165Fd5dDc75ad0bDDc9ADd0adAbff5431a975", - "type": "BEP20", - "symbol": "MEMES", - "decimals": 9, - "status": "active", - "id": "0x40B165Fd5dDc75ad0bDDc9ADd0adAbff5431a975", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/https://twitter.com/" - }, - { - "name": "github", - "url": "https://github.com/Flokigangster" - } - ], - "tags": [ - "memes" - ] -} diff --git a/blockchains/smartchain/assets/0x40B165Fd5dDc75ad0bDDc9ADd0adAbff5431a975/logo.png b/blockchains/smartchain/assets/0x40B165Fd5dDc75ad0bDDc9ADd0adAbff5431a975/logo.png deleted file mode 100644 index 1b5983df9b83e..0000000000000 Binary files a/blockchains/smartchain/assets/0x40B165Fd5dDc75ad0bDDc9ADd0adAbff5431a975/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x40B34cC972908060D6d527276e17c105d224559d/info.json b/blockchains/smartchain/assets/0x40B34cC972908060D6d527276e17c105d224559d/info.json deleted file mode 100644 index 373a5a6693c56..0000000000000 --- a/blockchains/smartchain/assets/0x40B34cC972908060D6d527276e17c105d224559d/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "TreeDefi", - "type": "BEP20", - "symbol": "SEED", - "decimals": 18, - "website": "https://treedefi.com/", - "description": "TreeDefi is a Yield Farming project focused on deflationary tokenomics through a capped token named TREE and an uncapped deflationary token named SEED.", - "explorer": "https://bscscan.com/token/0x40b34cc972908060d6d527276e17c105d224559d", - "status": "active", - "id": "0x40B34cC972908060D6d527276e17c105d224559d", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/treedefi" - }, - { - "name": "telegram", - "url": "https://t.me/treedefi" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x40B34cC972908060D6d527276e17c105d224559d/logo.png b/blockchains/smartchain/assets/0x40B34cC972908060D6d527276e17c105d224559d/logo.png deleted file mode 100644 index ae619b2ce2d9f..0000000000000 Binary files a/blockchains/smartchain/assets/0x40B34cC972908060D6d527276e17c105d224559d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x40C8225329Bd3e28A043B029E0D07a5344d2C27C/info.json b/blockchains/smartchain/assets/0x40C8225329Bd3e28A043B029E0D07a5344d2C27C/info.json deleted file mode 100644 index 550e0331b0009..0000000000000 --- a/blockchains/smartchain/assets/0x40C8225329Bd3e28A043B029E0D07a5344d2C27C/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "AgeOfGods", - "type": "BEP20", - "symbol": "AOG", - "decimals": 18, - "website": "https://ageofgods.net", - "description": "AgeOfGods is an AFKArena inspired game that uses the fundamentals of the 6.6 million‼️ player game combining it with Token economy and Play-to-Earn.", - "explorer": "https://bscscan.com/token/0x40c8225329bd3e28a043b029e0d07a5344d2c27c", - "status": "active", - "id": "0x40C8225329Bd3e28A043B029E0D07a5344d2C27C", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ageofgodsnet" - }, - { - "name": "telegram", - "url": "https://t.me/ageofgodsnet" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/ageofgods/" - } - ], - "tags": [ - "nft", - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x40C8225329Bd3e28A043B029E0D07a5344d2C27C/logo.png b/blockchains/smartchain/assets/0x40C8225329Bd3e28A043B029E0D07a5344d2C27C/logo.png deleted file mode 100644 index ad671362a7be2..0000000000000 Binary files a/blockchains/smartchain/assets/0x40C8225329Bd3e28A043B029E0D07a5344d2C27C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x40F75eD09c7Bc89Bf596cE0fF6FB2ff8D02aC019/info.json b/blockchains/smartchain/assets/0x40F75eD09c7Bc89Bf596cE0fF6FB2ff8D02aC019/info.json deleted file mode 100644 index 7af1084a356a7..0000000000000 --- a/blockchains/smartchain/assets/0x40F75eD09c7Bc89Bf596cE0fF6FB2ff8D02aC019/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Bitpaid", - "website": "https://bitpaid.io/", - "description": "Bitpaid is next generation Web3 and Dapp platform for social and gaming networking which provides Sas services.", - "explorer": "https://bscscan.com/token/0x40F75eD09c7Bc89Bf596cE0fF6FB2ff8D02aC019", - "symbol": "BTP", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x40F75eD09c7Bc89Bf596cE0fF6FB2ff8D02aC019", - "tags": [ - "defi", - "gamefi" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/Bitpaid1" - }, - { - "name": "whitepaper", - "url": "https://bitpaid.io/wp-content/uploads/2022/01/BITPAID-WHITEPAPER1.0.pdf" - }, - { - "name": "facebook", - "url": "https://facebook.com/bitpaid.io/" - }, - { - "name": "telegram", - "url": "https://t.me/BitpaidOnline" - } - ] -} diff --git a/blockchains/smartchain/assets/0x40F75eD09c7Bc89Bf596cE0fF6FB2ff8D02aC019/logo.png b/blockchains/smartchain/assets/0x40F75eD09c7Bc89Bf596cE0fF6FB2ff8D02aC019/logo.png deleted file mode 100644 index af2045b7c09b5..0000000000000 Binary files a/blockchains/smartchain/assets/0x40F75eD09c7Bc89Bf596cE0fF6FB2ff8D02aC019/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x410319197d3394652B7ddDc669E58fbe30B56090/info.json b/blockchains/smartchain/assets/0x410319197d3394652B7ddDc669E58fbe30B56090/info.json deleted file mode 100644 index 734e3bee810ec..0000000000000 --- a/blockchains/smartchain/assets/0x410319197d3394652B7ddDc669E58fbe30B56090/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Cyber Time Finance", - "symbol": "CTF", - "type": "BEP20", - "decimals": 18, - "description": "NFT Fantasy League", - "website": "https://cybertime.finance/", - "explorer": "https://bscscan.com/token/0x410319197d3394652B7ddDc669E58fbe30B56090", - "status": "active", - "id": "0x410319197d3394652B7ddDc669E58fbe30B56090" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x410319197d3394652B7ddDc669E58fbe30B56090/logo.png b/blockchains/smartchain/assets/0x410319197d3394652B7ddDc669E58fbe30B56090/logo.png deleted file mode 100644 index 4489c203b12cf..0000000000000 Binary files a/blockchains/smartchain/assets/0x410319197d3394652B7ddDc669E58fbe30B56090/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x410a56541bD912F9B60943fcB344f1E3D6F09567/info.json b/blockchains/smartchain/assets/0x410a56541bD912F9B60943fcB344f1E3D6F09567/info.json deleted file mode 100644 index 914322956339d..0000000000000 --- a/blockchains/smartchain/assets/0x410a56541bD912F9B60943fcB344f1E3D6F09567/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "Minto", - "type": "BEP20", - "symbol": "BTCMT", - "decimals": 18, - "website": "https://minto.finance/", - "description": "BTCMT tokens are backed by a real mining equipment hashrate in a 100 BTCMT = 1 TH/s ratio. Minto allows users to get daily Bitcoin income by staking BTCMT tokens.", - "explorer": "https://bscscan.com/token/0x410a56541bD912F9B60943fcB344f1E3D6F09567", - "status": "active", - "id": "0x410a56541bD912F9B60943fcB344f1E3D6F09567", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/btcmtofficial" - }, - { - "name": "telegram", - "url": "https://t.me/btcmtofficialchat" - }, - { - "name": "telegram_news", - "url": "https://t.me/btcmtofficial" - }, - { - "name": "discord", - "url": "https://discord.com/invite/minto" - }, - { - "name": "blog", - "url": "https://minto.finance/blog" - }, - { - "name": "docs", - "url": "https://docs.minto.finance/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/minto/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/minto" - } - ], - "tags": [ - "defi", - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x410a56541bD912F9B60943fcB344f1E3D6F09567/logo.png b/blockchains/smartchain/assets/0x410a56541bD912F9B60943fcB344f1E3D6F09567/logo.png deleted file mode 100644 index f76e97d0fc779..0000000000000 Binary files a/blockchains/smartchain/assets/0x410a56541bD912F9B60943fcB344f1E3D6F09567/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x411Ec510c85C9e56271bF4E10364Ffa909E685D9/info.json b/blockchains/smartchain/assets/0x411Ec510c85C9e56271bF4E10364Ffa909E685D9/info.json deleted file mode 100644 index 994124581857e..0000000000000 --- a/blockchains/smartchain/assets/0x411Ec510c85C9e56271bF4E10364Ffa909E685D9/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Moniwar", - "type": "BEP20", - "symbol": "MOWA", - "decimals": 18, - "website": "https://moniwar.io/", - "description": "MOWA token is a utility token that was issued by Moniwar development team.", - "explorer": "https://bscscan.com/token/0x411Ec510c85C9e56271bF4E10364Ffa909E685D9", - "status": "active", - "id": "0x411Ec510c85C9e56271bF4E10364Ffa909E685D9", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/moniwar_game" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/vi/ty_gia/moniwar" - }, - { - "name": "whitepaper", - "url": "https://docs.moniwar.io" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/moniwar/" - }, - { - "name": "facebook", - "url": "https://facebook.com/MoniwarOfficial/" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/MoniwarOfficial" - }, - { - "name": "discord", - "url": "https://discord.com/yUWKW9cY" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x411Ec510c85C9e56271bF4E10364Ffa909E685D9/logo.png b/blockchains/smartchain/assets/0x411Ec510c85C9e56271bF4E10364Ffa909E685D9/logo.png deleted file mode 100644 index 9c2b009a27f3b..0000000000000 Binary files a/blockchains/smartchain/assets/0x411Ec510c85C9e56271bF4E10364Ffa909E685D9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4131b87F74415190425ccD873048C708F8005823/info.json b/blockchains/smartchain/assets/0x4131b87F74415190425ccD873048C708F8005823/info.json deleted file mode 100644 index c45e002ffad8c..0000000000000 --- a/blockchains/smartchain/assets/0x4131b87F74415190425ccD873048C708F8005823/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Multiplier Token", - "website": "https://multiplier.finance", - "description": "Multiplier is a non-custodial lending protocol on Binance Smart Chain with flash loans.", - "explorer": "https://bscscan.com/token/0x4131b87f74415190425ccd873048c708f8005823", - "type": "BEP20", - "symbol": "bMXX", - "decimals": 18, - "status": "active", - "id": "0x4131b87F74415190425ccD873048C708F8005823", - "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/smartchain/assets/0x4131b87F74415190425ccD873048C708F8005823/logo.png b/blockchains/smartchain/assets/0x4131b87F74415190425ccD873048C708F8005823/logo.png deleted file mode 100644 index 20879cde16d25..0000000000000 Binary files a/blockchains/smartchain/assets/0x4131b87F74415190425ccD873048C708F8005823/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x413EcA30181F7eD78De38da95F44fC53F664157A/info.json b/blockchains/smartchain/assets/0x413EcA30181F7eD78De38da95F44fC53F664157A/info.json deleted file mode 100644 index a702ed93786a9..0000000000000 --- a/blockchains/smartchain/assets/0x413EcA30181F7eD78De38da95F44fC53F664157A/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "SonOfShib", - "website": "https://www.sonofshib.com/", - "description": "SON aims to build a sustainable, long term token bringing innovative ideas into the crypto space.", - "explorer": "https://bscscan.com/token/0x413eca30181f7ed78de38da95f44fc53f664157a", - "type": "BEP20", - "symbol": "SON", - "decimals": 9, - "status": "active", - "id": "0x413EcA30181F7eD78De38da95F44fC53F664157A", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SONOfSHIB" - }, - { - "name": "telegram", - "url": "https://t.me/SONOfSHIB" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x413EcA30181F7eD78De38da95F44fC53F664157A/logo.png b/blockchains/smartchain/assets/0x413EcA30181F7eD78De38da95F44fC53F664157A/logo.png deleted file mode 100644 index 7e228a19c8729..0000000000000 Binary files a/blockchains/smartchain/assets/0x413EcA30181F7eD78De38da95F44fC53F664157A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x41540ba32dB90269Bb72A7bE1D4b1eE18F5544f1/info.json b/blockchains/smartchain/assets/0x41540ba32dB90269Bb72A7bE1D4b1eE18F5544f1/info.json deleted file mode 100644 index 3f76546097f95..0000000000000 --- a/blockchains/smartchain/assets/0x41540ba32dB90269Bb72A7bE1D4b1eE18F5544f1/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Flat Earth Token", - "type": "BEP20", - "symbol": "FLAT", - "decimals": 18, - "website": "https://flatearthtoken.com/", - "description": "A peer to peer Internet currency of Flat Earth.", - "explorer": "https://bscscan.com/token/0x41540ba32dB90269Bb72A7bE1D4b1eE18F5544f1", - "status": "active", - "id": "0x41540ba32dB90269Bb72A7bE1D4b1eE18F5544f1" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x41540ba32dB90269Bb72A7bE1D4b1eE18F5544f1/logo.png b/blockchains/smartchain/assets/0x41540ba32dB90269Bb72A7bE1D4b1eE18F5544f1/logo.png deleted file mode 100644 index 699e89b76d0fc..0000000000000 Binary files a/blockchains/smartchain/assets/0x41540ba32dB90269Bb72A7bE1D4b1eE18F5544f1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4197C6EF3879a08cD51e5560da5064B773aa1d29/info.json b/blockchains/smartchain/assets/0x4197C6EF3879a08cD51e5560da5064B773aa1d29/info.json deleted file mode 100644 index 294c70e17b1a1..0000000000000 --- a/blockchains/smartchain/assets/0x4197C6EF3879a08cD51e5560da5064B773aa1d29/info.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "ACryptoS", - "website": "https://acryptos.com/", - "description": "ACryptoS Vaults grow your assets via automated yield Strategies. This saves users time and enables higher yields through more frequent compounding, more efficient gas utilisation, and other creative automations. ACryptoS StableSwap is an automated market maker (AMM) enabling fast and efficient stablecoin trading at the best prices with low slippage and fees on Binance Smart Chain.", - "research": "https://docs.acryptos.com/", - "explorer": "https://bscscan.com/token/0x4197c6ef3879a08cd51e5560da5064b773aa1d29", - "type": "BEP20", - "symbol": "ACS", - "decimals": 18, - "status": "active", - "id": "0x4197C6EF3879a08cD51e5560da5064B773aa1d29", - "links": [ - { - "name": "source_code", - "url": "https://app.acryptos.com/contracts/" - }, - { - "name": "twitter", - "url": "https://twitter.com/acryptosx" - }, - { - "name": "telegram", - "url": "https://t.me/acryptos9" - }, - { - "name": "medium", - "url": "https://acryptos.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4197C6EF3879a08cD51e5560da5064B773aa1d29/logo.png b/blockchains/smartchain/assets/0x4197C6EF3879a08cD51e5560da5064B773aa1d29/logo.png deleted file mode 100644 index 179352b1bf35f..0000000000000 Binary files a/blockchains/smartchain/assets/0x4197C6EF3879a08cD51e5560da5064B773aa1d29/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x41AA9F842AF935cC71252C0dE4BFF13F821546b8/info.json b/blockchains/smartchain/assets/0x41AA9F842AF935cC71252C0dE4BFF13F821546b8/info.json deleted file mode 100644 index 2ecc3d927e37a..0000000000000 --- a/blockchains/smartchain/assets/0x41AA9F842AF935cC71252C0dE4BFF13F821546b8/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SUGAR", - "type": "BEP20", - "symbol": "SUGAR", - "decimals": 18, - "website": "https://tea-swap-app.finance/", - "description": "The first Social Farming Project on BSC", - "explorer": "https://bscscan.com/token/0x41AA9F842AF935cC71252C0dE4BFF13F821546b8", - "status": "active", - "id": "0x41AA9F842AF935cC71252C0dE4BFF13F821546b8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x41AA9F842AF935cC71252C0dE4BFF13F821546b8/logo.png b/blockchains/smartchain/assets/0x41AA9F842AF935cC71252C0dE4BFF13F821546b8/logo.png deleted file mode 100644 index 368a27d6f2156..0000000000000 Binary files a/blockchains/smartchain/assets/0x41AA9F842AF935cC71252C0dE4BFF13F821546b8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x41cf3E9534156405a133Cda545aF9fF0E586500A/info.json b/blockchains/smartchain/assets/0x41cf3E9534156405a133Cda545aF9fF0E586500A/info.json deleted file mode 100644 index 36de2c508ae43..0000000000000 --- a/blockchains/smartchain/assets/0x41cf3E9534156405a133Cda545aF9fF0E586500A/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "GamingShiba", - "type": "BEP20", - "symbol": "GamingShiba", - "decimals": 9, - "website": "https://www.gamingshibaofficial.com", - "description": "The modern technology and contemporary ambient that the internet created can not be imagined to function as a whole without crypto-currency.", - "explorer": "https://bscscan.com/token/0x41cf3E9534156405a133Cda545aF9fF0E586500A", - "status": "abandoned", - "id": "0x41cf3E9534156405a133Cda545aF9fF0E586500A", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/gamingshibabsc" - }, - { - "name": "telegram", - "url": "https://t.me/gamingshibabsc" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/gamingshiba/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x42069C0CF4DA25420fC4C9d9001ba5af7846CCfd/info.json b/blockchains/smartchain/assets/0x42069C0CF4DA25420fC4C9d9001ba5af7846CCfd/info.json deleted file mode 100644 index ded595669cbb7..0000000000000 --- a/blockchains/smartchain/assets/0x42069C0CF4DA25420fC4C9d9001ba5af7846CCfd/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Goes Up Higher", - "type": "BEP20", - "symbol": "GUH", - "decimals": 9, - "website": "https://guhtoken.org/", - "description": "GUH (Goes Up Higher) is an elastic supply token that is mathematically guaranteed to increase in price until it exceeds the price of bitcoin", - "explorer": "https://bscscan.com/token/0x42069C0CF4DA25420fC4C9d9001ba5af7846CCfd", - "status": "active", - "id": "0x42069C0CF4DA25420fC4C9d9001ba5af7846CCfd", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x42069C0CF4DA25420fC4C9d9001ba5af7846CCfd/logo.png b/blockchains/smartchain/assets/0x42069C0CF4DA25420fC4C9d9001ba5af7846CCfd/logo.png deleted file mode 100644 index 40606b6ad773f..0000000000000 Binary files a/blockchains/smartchain/assets/0x42069C0CF4DA25420fC4C9d9001ba5af7846CCfd/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x422E3aF98bC1dE5a1838BE31A56f75DB4Ad43730/info.json b/blockchains/smartchain/assets/0x422E3aF98bC1dE5a1838BE31A56f75DB4Ad43730/info.json deleted file mode 100644 index c43597a5f9aaa..0000000000000 --- a/blockchains/smartchain/assets/0x422E3aF98bC1dE5a1838BE31A56f75DB4Ad43730/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "COW", - "website": "https://www.coinwind.pro/", - "description": "COW is the platform token of CoinWind. CoinWind is a DeFi ecological smart mining financial platform.", - "explorer": "https://bscscan.com/token/0x422E3aF98bC1dE5a1838BE31A56f75DB4Ad43730", - "type": "BEP20", - "symbol": "COW", - "decimals": 18, - "status": "active", - "id": "0x422E3aF98bC1dE5a1838BE31A56f75DB4Ad43730", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/coinwind_com" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/coinwind/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x422E3aF98bC1dE5a1838BE31A56f75DB4Ad43730/logo.png b/blockchains/smartchain/assets/0x422E3aF98bC1dE5a1838BE31A56f75DB4Ad43730/logo.png deleted file mode 100644 index b501bddeb102c..0000000000000 Binary files a/blockchains/smartchain/assets/0x422E3aF98bC1dE5a1838BE31A56f75DB4Ad43730/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4247aeB8E759e575Fe350921cD174C48df304F2A/info.json b/blockchains/smartchain/assets/0x4247aeB8E759e575Fe350921cD174C48df304F2A/info.json deleted file mode 100644 index b27a6ca455663..0000000000000 --- a/blockchains/smartchain/assets/0x4247aeB8E759e575Fe350921cD174C48df304F2A/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "AEDART Network", - "website": "https://aedart.network", - "description": "AEDART is a community-driven project which has a deflationary mechanism.", - "explorer": "https://bscscan.com/token/0x4247aeB8E759e575Fe350921cD174C48df304F2A", - "research": "", - "type": "BEP20", - "symbol": "AEDART", - "decimals": 18, - "status": "active", - "id": "0x4247aeB8E759e575Fe350921cD174C48df304F2A" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4247aeB8E759e575Fe350921cD174C48df304F2A/logo.png b/blockchains/smartchain/assets/0x4247aeB8E759e575Fe350921cD174C48df304F2A/logo.png deleted file mode 100644 index 91d64ba4d02c6..0000000000000 Binary files a/blockchains/smartchain/assets/0x4247aeB8E759e575Fe350921cD174C48df304F2A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4268B8F0B87b6Eae5d897996E6b845ddbD99Adf3/info.json b/blockchains/smartchain/assets/0x4268B8F0B87b6Eae5d897996E6b845ddbD99Adf3/info.json deleted file mode 100644 index 145f6a9c81ef8..0000000000000 --- a/blockchains/smartchain/assets/0x4268B8F0B87b6Eae5d897996E6b845ddbD99Adf3/info.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Axelar Wrapped USDC", - "type": "BEP20", - "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://bscscan.com/token/0x4268B8F0B87b6Eae5d897996E6b845ddbD99Adf3", - "status": "active", - "id": "0x4268B8F0B87b6Eae5d897996E6b845ddbD99Adf3", - "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/smartchain/assets/0x4268B8F0B87b6Eae5d897996E6b845ddbD99Adf3/logo.png b/blockchains/smartchain/assets/0x4268B8F0B87b6Eae5d897996E6b845ddbD99Adf3/logo.png deleted file mode 100644 index 69911caea54fb..0000000000000 Binary files a/blockchains/smartchain/assets/0x4268B8F0B87b6Eae5d897996E6b845ddbD99Adf3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x426D6D53187be3288fe37f214e3F6901D8145b62/info.json b/blockchains/smartchain/assets/0x426D6D53187be3288fe37f214e3F6901D8145b62/info.json deleted file mode 100644 index f5af72c3c8c15..0000000000000 --- a/blockchains/smartchain/assets/0x426D6D53187be3288fe37f214e3F6901D8145b62/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream Cream", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0x426D6D53187be3288fe37f214e3F6901D8145b62", - "type": "BEP20", - "symbol": "crCREAM", - "decimals": 8, - "status": "active", - "id": "0x426D6D53187be3288fe37f214e3F6901D8145b62", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x426D6D53187be3288fe37f214e3F6901D8145b62/logo.png b/blockchains/smartchain/assets/0x426D6D53187be3288fe37f214e3F6901D8145b62/logo.png deleted file mode 100644 index fa3cb12c5058a..0000000000000 Binary files a/blockchains/smartchain/assets/0x426D6D53187be3288fe37f214e3F6901D8145b62/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x426c72701833fdDBdFc06c944737C6031645c708/info.json b/blockchains/smartchain/assets/0x426c72701833fdDBdFc06c944737C6031645c708/info.json deleted file mode 100644 index 5c7392a485d1c..0000000000000 --- a/blockchains/smartchain/assets/0x426c72701833fdDBdFc06c944737C6031645c708/info.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Defina Token", - "type": "BEP20", - "symbol": "FINA", - "decimals": 18, - "website": "https://defina.finance/", - "description": "FINA is BEP-20 governance and utility token for the Defina Metaverse ecosystem. There are multiple use cases for FINA and it plays a very important role in both gaming and community governance.", - "explorer": "https://bscscan.com/token/0x426c72701833fddbdfc06c944737c6031645c708", - "status": "active", - "id": "0x426c72701833fdDBdFc06c944737C6031645c708", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Defina_Official" - }, - { - "name": "telegram", - "url": "https://t.me/definafinance1" - }, - { - "name": "telegram_news", - "url": "https://t.me/Defina_announcement" - }, - { - "name": "blog", - "url": "https://defina-finance.medium.com/" - }, - { - "name": "docs", - "url": "https://docs.defina.finance/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/rBecngEFnu" - }, - { - "name": "whitepaper", - "url": "https://docs.defina.finance/" - }, - { - "name": "medium", - "url": "https://defina-finance.medium.com/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/defina-finance/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/defina-finance" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x426c72701833fdDBdFc06c944737C6031645c708/logo.png b/blockchains/smartchain/assets/0x426c72701833fdDBdFc06c944737C6031645c708/logo.png deleted file mode 100644 index 0325540ad41e3..0000000000000 Binary files a/blockchains/smartchain/assets/0x426c72701833fdDBdFc06c944737C6031645c708/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4273d797Ebc0063d5d887B1e67daD4A43E2Fd244/info.json b/blockchains/smartchain/assets/0x4273d797Ebc0063d5d887B1e67daD4A43E2Fd244/info.json deleted file mode 100644 index 3b231f32df830..0000000000000 --- a/blockchains/smartchain/assets/0x4273d797Ebc0063d5d887B1e67daD4A43E2Fd244/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "ProjectPanda", - "website": "https://project-panda.com", - "description": "Project Panda is working as a Socio-NFT platform where the users can exchange NFTs with an exchange protocol that is based on the Binance Smart Chain network..", - "explorer": "https://bscscan.com/token/0x4273d797Ebc0063d5d887B1e67daD4A43E2Fd244", - "type": "BEP20", - "symbol": "PNDA", - "decimals": 18, - "status": "active", - "id": "0x4273d797Ebc0063d5d887B1e67daD4A43E2Fd244", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/projectpanda9" - }, - { - "name": "telegram", - "url": "https://t.me/PNDATalk" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4273d797Ebc0063d5d887B1e67daD4A43E2Fd244/logo.png b/blockchains/smartchain/assets/0x4273d797Ebc0063d5d887B1e67daD4A43E2Fd244/logo.png deleted file mode 100644 index bc65eaa032800..0000000000000 Binary files a/blockchains/smartchain/assets/0x4273d797Ebc0063d5d887B1e67daD4A43E2Fd244/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x42873a833717753A8d77Ad6d0a8710aF2c66c052/info.json b/blockchains/smartchain/assets/0x42873a833717753A8d77Ad6d0a8710aF2c66c052/info.json deleted file mode 100644 index 03eaf069eed9d..0000000000000 --- a/blockchains/smartchain/assets/0x42873a833717753A8d77Ad6d0a8710aF2c66c052/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PuffyDogCoin", - "type": "BEP20", - "symbol": "PUFFY", - "decimals": 9, - "website": "https://PuffyDogCoin.com", - "description": "$PUFFY is a hyper deflationary token that is build around the love of animals, cannabis and good music. The community is a place where you can build relationships, safely grow your money while raising awareness on the medicinal benefits of cannabis.", - "explorer": "https://bscscan.com/token/0x42873a833717753A8d77Ad6d0a8710aF2c66c052", - "status": "active", - "id": "0x42873a833717753A8d77Ad6d0a8710aF2c66c052" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x42873a833717753A8d77Ad6d0a8710aF2c66c052/logo.png b/blockchains/smartchain/assets/0x42873a833717753A8d77Ad6d0a8710aF2c66c052/logo.png deleted file mode 100644 index e309bc2c8c6d5..0000000000000 Binary files a/blockchains/smartchain/assets/0x42873a833717753A8d77Ad6d0a8710aF2c66c052/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x42981d0bfbAf196529376EE702F2a9Eb9092fcB5/info.json b/blockchains/smartchain/assets/0x42981d0bfbAf196529376EE702F2a9Eb9092fcB5/info.json deleted file mode 100644 index 4a003075ce3d7..0000000000000 --- a/blockchains/smartchain/assets/0x42981d0bfbAf196529376EE702F2a9Eb9092fcB5/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "SafeMoon V2", - "website": "https://safemoon.net/", - "description": "SafeMoon is a cryptocurrency token created in March 2021 on the Binance Smart Chain blockchain.", - "explorer": "https://bscscan.com/token/0x42981d0bfbAf196529376EE702F2a9Eb9092fcB5", - "type": "BEP20", - "symbol": "SFM", - "decimals": 9, - "status": "active", - "id": "0x42981d0bfbAf196529376EE702F2a9Eb9092fcB5", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "reddit", - "url": "https://reddit.com/r/SafeMoon" - }, - { - "name": "twitter", - "url": "https://twitter.com/safemoon" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x42981d0bfbAf196529376EE702F2a9Eb9092fcB5/logo.png b/blockchains/smartchain/assets/0x42981d0bfbAf196529376EE702F2a9Eb9092fcB5/logo.png deleted file mode 100644 index 8b0728fda97fa..0000000000000 Binary files a/blockchains/smartchain/assets/0x42981d0bfbAf196529376EE702F2a9Eb9092fcB5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4299260f10d7AE857DD877865D0C4aC96aFe773A/info.json b/blockchains/smartchain/assets/0x4299260f10d7AE857DD877865D0C4aC96aFe773A/info.json deleted file mode 100644 index 35567ebea5da8..0000000000000 --- a/blockchains/smartchain/assets/0x4299260f10d7AE857DD877865D0C4aC96aFe773A/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "DiamondsAlaskaMalamute", - "website": "https://alaskatoken.io/", - "description": "DAM is a token used to compensate Alaskainu community. ", - "explorer": "https://bscscan.com/token/0x4299260f10d7ae857dd877865d0c4ac96afe773a", - "type": "BEP20", - "symbol": "DAM", - "decimals": 9, - "status": "active", - "id": "0x4299260f10d7AE857DD877865D0C4aC96aFe773A", - "links": [ - { - "name": "github", - "url": "https://github.com/Alaskatoken" - }, - { - "name": "twitter", - "url": "https://twitter.com/AlaskaInu" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/diamonds-alaska-malamuted/" - }, - { - "name": "docs", - "url": "https://docs.alaskatoken.io/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4299260f10d7AE857DD877865D0C4aC96aFe773A/logo.png b/blockchains/smartchain/assets/0x4299260f10d7AE857DD877865D0C4aC96aFe773A/logo.png deleted file mode 100644 index 1342382a457b0..0000000000000 Binary files a/blockchains/smartchain/assets/0x4299260f10d7AE857DD877865D0C4aC96aFe773A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x42BE29132756ddd6e8B3B94584cA0bAb20545EEc/info.json b/blockchains/smartchain/assets/0x42BE29132756ddd6e8B3B94584cA0bAb20545EEc/info.json deleted file mode 100644 index 1d0d75e60b9cb..0000000000000 --- a/blockchains/smartchain/assets/0x42BE29132756ddd6e8B3B94584cA0bAb20545EEc/info.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "name": "Bali Token", - "type": "BEP20", - "symbol": "BLI", - "decimals": 18, - "website": "https://www.balitoken.io", - "description": "Bali Token is a utility token for tourism business in Bali, Indonesia", - "explorer": "https://bscscan.com/token/0x42BE29132756ddd6e8B3B94584cA0bAb20545EEc", - "status": "active", - "id": "0x42BE29132756ddd6e8B3B94584cA0bAb20545EEc", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BaliToken" - }, - { - "name": "github", - "url": "https://github.com/GarudaTech/balitoken" - }, - { - "name": "telegram", - "url": "https://t.me/balitokenpublicgroup" - }, - { - "name": "discord", - "url": "https://discord.com/channels/846968126972493835/846968126972493838" - }, - { - "name": "whitepaper", - "url": "https://balitoken.io/assets/doc/whitePaper-bali-token.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/@balitoken" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCDpnz9MmlpjChJ7gRvwEUgQ" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/bali-token/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/bali-token" - }, - { - "name": "facebook", - "url": "https://facebook.com/bali.token/" - }, - { - "name": "source_code", - "url": "https://github.com/GarudaTech/balitoken" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/BaliToken" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x42BE29132756ddd6e8B3B94584cA0bAb20545EEc/logo.png b/blockchains/smartchain/assets/0x42BE29132756ddd6e8B3B94584cA0bAb20545EEc/logo.png deleted file mode 100644 index 0122b066e2dac..0000000000000 Binary files a/blockchains/smartchain/assets/0x42BE29132756ddd6e8B3B94584cA0bAb20545EEc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x42BFE4A3E023f2C90aEBFfbd9B667599Fa38514F/info.json b/blockchains/smartchain/assets/0x42BFE4A3E023f2C90aEBFfbd9B667599Fa38514F/info.json deleted file mode 100644 index 76adfc2ecb9c3..0000000000000 --- a/blockchains/smartchain/assets/0x42BFE4A3E023f2C90aEBFfbd9B667599Fa38514F/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "ULTI Coin", - "type": "BEP20", - "symbol": "ULTI", - "decimals": 18, - "website": "https://ultiarena.com/", - "description": "Ulti Arena - NFT Marketplace for Game Assets with Proof of Gaming and Trading Card Game.", - "explorer": "https://bscscan.com/token/0x42BFE4A3E023f2C90aEBFfbd9B667599Fa38514F", - "status": "active", - "id": "0x42BFE4A3E023f2C90aEBFfbd9B667599Fa38514F", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/UltiArena" - }, - { - "name": "telegram", - "url": "https://t.me/ultiarena" - }, - { - "name": "medium", - "url": "https://ulti-arena.medium.com" - }, - { - "name": "whitepaper", - "url": "https://ultiarena.com/wp-content/uploads/2021/09/Ulti-Arena-Whitepaper-2.0-1.pdf" - }, - { - "name": "facebook", - "url": "https://facebook.com/ultiarenacom" - }, - { - "name": "github", - "url": "https://github.com/ultiarena" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCw77VVcp4VEIwKUiv93qZcA" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/ulti-arena" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x42BFE4A3E023f2C90aEBFfbd9B667599Fa38514F/logo.png b/blockchains/smartchain/assets/0x42BFE4A3E023f2C90aEBFfbd9B667599Fa38514F/logo.png deleted file mode 100644 index a1e790233cb71..0000000000000 Binary files a/blockchains/smartchain/assets/0x42BFE4A3E023f2C90aEBFfbd9B667599Fa38514F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x42F6f551ae042cBe50C739158b4f0CAC0Edb9096/info.json b/blockchains/smartchain/assets/0x42F6f551ae042cBe50C739158b4f0CAC0Edb9096/info.json deleted file mode 100644 index 34cc274a0b973..0000000000000 --- a/blockchains/smartchain/assets/0x42F6f551ae042cBe50C739158b4f0CAC0Edb9096/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Nerve", - "website": "https://nerve.fi/", - "description": "The Nerve token (NRV) is the governance token for the Nerve Finance ecosystem of low slippage stable-swaps and bridged assets from the BSC, Ethereum, and Bitcoin networks", - "explorer": "https://bscscan.com/token/0x42F6f551ae042cBe50C739158b4f0CAC0Edb9096", - "type": "BEP20", - "symbol": "NRV", - "decimals": 18, - "status": "active", - "id": "0x42F6f551ae042cBe50C739158b4f0CAC0Edb9096" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x42F6f551ae042cBe50C739158b4f0CAC0Edb9096/logo.png b/blockchains/smartchain/assets/0x42F6f551ae042cBe50C739158b4f0CAC0Edb9096/logo.png deleted file mode 100644 index 63ca82b47610d..0000000000000 Binary files a/blockchains/smartchain/assets/0x42F6f551ae042cBe50C739158b4f0CAC0Edb9096/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x42bfa18f3f7D82BD7240d8Ce5935d51679C5115d/info.json b/blockchains/smartchain/assets/0x42bfa18f3f7D82BD7240d8Ce5935d51679C5115d/info.json deleted file mode 100644 index 500c931502b7d..0000000000000 --- a/blockchains/smartchain/assets/0x42bfa18f3f7D82BD7240d8Ce5935d51679C5115d/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Sports 2K75", - "type": "BEP20", - "symbol": "S2K", - "decimals": 9, - "website": "https://www.2k75.online/", - "description": "Sports 2K75 is a Web-3 based Sport-Fi Metaverse, combined with NFTs, De-Fi and gaming platform, users stake sports matches like NBA, Soccer, Esports with our S2E gaming platform.", - "explorer": "https://bscscan.com/token/0x42bfa18f3f7D82BD7240d8Ce5935d51679C5115d", - "status": "active", - "id": "0x42bfa18f3f7D82BD7240d8Ce5935d51679C5115d", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Sports2k75" - }, - { - "name": "telegram", - "url": "https://t.me/sports2k75" - }, - { - "name": "github", - "url": "https://github.com/Sports2K75" - } - ], - "tags": [ - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0x42bfa18f3f7D82BD7240d8Ce5935d51679C5115d/logo.png b/blockchains/smartchain/assets/0x42bfa18f3f7D82BD7240d8Ce5935d51679C5115d/logo.png deleted file mode 100644 index d73454f15da02..0000000000000 Binary files a/blockchains/smartchain/assets/0x42bfa18f3f7D82BD7240d8Ce5935d51679C5115d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x42fDd09fcA12359f32E3D36f1700E480Ff6eBb49/info.json b/blockchains/smartchain/assets/0x42fDd09fcA12359f32E3D36f1700E480Ff6eBb49/info.json deleted file mode 100644 index ed4f705b58ce7..0000000000000 --- a/blockchains/smartchain/assets/0x42fDd09fcA12359f32E3D36f1700E480Ff6eBb49/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FEG Wrapped XRP", - "symbol": "fXRP", - "type": "BEP20", - "decimals": 18, - "description": "FEG Wrapped XRP", - "website": "https://fegtoken.com", - "explorer": "https://bscscan.com/token/0x42fdd09fca12359f32e3d36f1700e480ff6ebb49", - "status": "active", - "id": "0x42fDd09fcA12359f32E3D36f1700E480Ff6eBb49" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x42fDd09fcA12359f32E3D36f1700E480Ff6eBb49/logo.png b/blockchains/smartchain/assets/0x42fDd09fcA12359f32E3D36f1700E480Ff6eBb49/logo.png deleted file mode 100644 index d8a5aeead9616..0000000000000 Binary files a/blockchains/smartchain/assets/0x42fDd09fcA12359f32E3D36f1700E480Ff6eBb49/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x431e0cD023a32532BF3969CddFc002c00E98429d/info.json b/blockchains/smartchain/assets/0x431e0cD023a32532BF3969CddFc002c00E98429d/info.json deleted file mode 100644 index 9fc16cee7504f..0000000000000 --- a/blockchains/smartchain/assets/0x431e0cD023a32532BF3969CddFc002c00E98429d/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "XCAD Network", - "type": "BEP20", - "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://bscscan.com/token/0x431e0cD023a32532BF3969CddFc002c00E98429d", - "status": "abandoned", - "id": "0x431e0cD023a32532BF3969CddFc002c00E98429d" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x432C7cf1dE2b97a013f1130f199ed9d1363215BA/info.json b/blockchains/smartchain/assets/0x432C7cf1dE2b97a013f1130f199ed9d1363215BA/info.json deleted file mode 100644 index 622b32a87d7ed..0000000000000 --- a/blockchains/smartchain/assets/0x432C7cf1dE2b97a013f1130f199ed9d1363215BA/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "CryptoGuards", - "type": "BEP20", - "symbol": "CGAR", - "decimals": 18, - "website": "https://cryptoguards.me/", - "description": "CryptoGuards is 3rd project of CryptoCity Metaverse", - "explorer": "https://bscscan.com/token/0x432C7cf1dE2b97a013f1130f199ed9d1363215BA", - "status": "active", - "id": "0x432C7cf1dE2b97a013f1130f199ed9d1363215BA", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CryptoGuardsNFT" - }, - { - "name": "github", - "url": "https://github.com/cryptocitymetaverse/cryptoguards" - }, - { - "name": "telegram", - "url": "https://t.me/CryptoGuardsChannel" - }, - { - "name": "discord", - "url": "https://discord.com/cryptoguardsNFT" - }, - { - "name": "whitepaper", - "url": "https://whitepaper.cryptoguards.me/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/cryptoguards/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/cryptoguards" - } - ] -} diff --git a/blockchains/smartchain/assets/0x432C7cf1dE2b97a013f1130f199ed9d1363215BA/logo.png b/blockchains/smartchain/assets/0x432C7cf1dE2b97a013f1130f199ed9d1363215BA/logo.png deleted file mode 100644 index b152a5ed36b4f..0000000000000 Binary files a/blockchains/smartchain/assets/0x432C7cf1dE2b97a013f1130f199ed9d1363215BA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4338665CBB7B2485A8855A139b75D5e34AB0DB94/info.json b/blockchains/smartchain/assets/0x4338665CBB7B2485A8855A139b75D5e34AB0DB94/info.json deleted file mode 100644 index 12f9db2537473..0000000000000 --- a/blockchains/smartchain/assets/0x4338665CBB7B2485A8855A139b75D5e34AB0DB94/info.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "BNB pegged Litecoin Token", - "website": "https://litecoin.org/", - "description": "BNB pegged Litecoin Token (LTC BEP20) is a token issued by Binance on Smart Chain; its price is pegged to Litecoin (LTC) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0x4338665CBB7B2485A8855A139b75D5e34AB0DB94", - "research": "https://research.binance.com/en/projects/litecoin", - "type": "BEP20", - "symbol": "LTC", - "decimals": 18, - "status": "active", - "id": "0x4338665CBB7B2485A8855A139b75D5e34AB0DB94", - "tags": [ - "binance-peg" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4338665CBB7B2485A8855A139b75D5e34AB0DB94/logo.png b/blockchains/smartchain/assets/0x4338665CBB7B2485A8855A139b75D5e34AB0DB94/logo.png deleted file mode 100644 index 43b784e687048..0000000000000 Binary files a/blockchains/smartchain/assets/0x4338665CBB7B2485A8855A139b75D5e34AB0DB94/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4354a4F710182966E55EA30CFa807FA1b821a67b/info.json b/blockchains/smartchain/assets/0x4354a4F710182966E55EA30CFa807FA1b821a67b/info.json deleted file mode 100644 index d0717a5669f41..0000000000000 --- a/blockchains/smartchain/assets/0x4354a4F710182966E55EA30CFa807FA1b821a67b/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Foxy Equilibrium", - "type": "BEP20", - "symbol": "Foxy", - "decimals": 9, - "website": "https://foxynft.org/", - "description": "Foxy Equilibrium is an experimental, play to earn NFT game on the BSC network which integrates (BEP721) tokens into the dAPP. Players can claim daily rewards, feed pets, battle with others and more!.", - "explorer": "https://bscscan.com/token/0x4354a4f710182966e55ea30cfa807fa1b821a67b", - "status": "active", - "id": "0x4354a4F710182966E55EA30CFa807FA1b821a67b" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4354a4F710182966E55EA30CFa807FA1b821a67b/logo.png b/blockchains/smartchain/assets/0x4354a4F710182966E55EA30CFa807FA1b821a67b/logo.png deleted file mode 100644 index cd6ef96964e42..0000000000000 Binary files a/blockchains/smartchain/assets/0x4354a4F710182966E55EA30CFa807FA1b821a67b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4388cA448baF6785bf1222a3E8e266536548eD75/info.json b/blockchains/smartchain/assets/0x4388cA448baF6785bf1222a3E8e266536548eD75/info.json deleted file mode 100644 index 73e7439b57779..0000000000000 --- a/blockchains/smartchain/assets/0x4388cA448baF6785bf1222a3E8e266536548eD75/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TravelCake", - "type": "BEP20", - "symbol": "TVL", - "decimals": 18, - "website": "https://www.travelcake.io/", - "description": "TravelCake is an accommodation booking platform that brings you steep discounts via cashback rewards in the form of blockchain tokens, turning your bookings into lucrative investments.", - "explorer": "https://bscscan.com/token/0x4388cA448baF6785bf1222a3E8e266536548eD75", - "status": "abandoned", - "id": "0x4388cA448baF6785bf1222a3E8e266536548eD75" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4388cA448baF6785bf1222a3E8e266536548eD75/logo.png b/blockchains/smartchain/assets/0x4388cA448baF6785bf1222a3E8e266536548eD75/logo.png deleted file mode 100644 index 01adbcff4f989..0000000000000 Binary files a/blockchains/smartchain/assets/0x4388cA448baF6785bf1222a3E8e266536548eD75/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x43B35e89d15B91162Dea1C51133C4c93bdd1C4aF/info.json b/blockchains/smartchain/assets/0x43B35e89d15B91162Dea1C51133C4c93bdd1C4aF/info.json deleted file mode 100644 index b25f9ab94a9d2..0000000000000 --- a/blockchains/smartchain/assets/0x43B35e89d15B91162Dea1C51133C4c93bdd1C4aF/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Sakai Vault", - "type": "BEP20", - "symbol": "SAKAI", - "decimals": 18, - "website": "https://sakaivault.io/", - "description": "Sakai Vault is decentralized perpetual exchange. A Layer-2 Perpetual exchange is a specific type of decentralized perpetual exchange that utilizes a second layer of scaling technology on top of a blockchain network", - "explorer": "https://bscscan.com/token/0x43B35e89d15B91162Dea1C51133C4c93bdd1C4aF", - "status": "active", - "id": "0x43B35e89d15B91162Dea1C51133C4c93bdd1C4aF", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SakaiVault" - }, - { - "name": "github", - "url": "https://github.com/SakaiVault" - }, - { - "name": "telegram_news", - "url": "https://t.me/SakaiVaultAnnounce" - }, - { - "name": "telegram", - "url": "https://t.me/SakaiVault" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x43B35e89d15B91162Dea1C51133C4c93bdd1C4aF/logo.png b/blockchains/smartchain/assets/0x43B35e89d15B91162Dea1C51133C4c93bdd1C4aF/logo.png deleted file mode 100644 index 7b11f6876854e..0000000000000 Binary files a/blockchains/smartchain/assets/0x43B35e89d15B91162Dea1C51133C4c93bdd1C4aF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x43B9cE0394d9AFfc97501359646A410A48c21a11/info.json b/blockchains/smartchain/assets/0x43B9cE0394d9AFfc97501359646A410A48c21a11/info.json deleted file mode 100644 index 034e360af57d9..0000000000000 --- a/blockchains/smartchain/assets/0x43B9cE0394d9AFfc97501359646A410A48c21a11/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Pepecoin", - "type": "BEP20", - "symbol": "PEPE", - "decimals": 9, - "website": "https://pepecoin.rocks", - "description": "Pepecoin is here to make memecoins great again. Launched stealth with no presale, zero taxes, LP locked and contract renounced.", - "explorer": "https://bscscan.com/token/0x43B9cE0394d9AFfc97501359646A410A48c21a11", - "status": "active", - "id": "0x43B9cE0394d9AFfc97501359646A410A48c21a11", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/pepecoin_global" - }, - { - "name": "github", - "url": "https://github.com/pepecoinbsc" - }, - { - "name": "telegram", - "url": "https://t.me/pepecoin_global" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x43b9ce0394d9affc97501359646a410a48c21a11#code" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pepecoinbsc/" - }, - { - "name": "whitepaper", - "url": "https://doc.pepecoin.rocks/" - }, - { - "name": "medium", - "url": "https://medium.com/@pepecoin_global" - } - ], - "tags": [ - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x43B9cE0394d9AFfc97501359646A410A48c21a11/logo.png b/blockchains/smartchain/assets/0x43B9cE0394d9AFfc97501359646A410A48c21a11/logo.png deleted file mode 100644 index 360f3e4669bc0..0000000000000 Binary files a/blockchains/smartchain/assets/0x43B9cE0394d9AFfc97501359646A410A48c21a11/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x43D096cdD8a71d9421af406E8EeEfeD5861e74E1/info.json b/blockchains/smartchain/assets/0x43D096cdD8a71d9421af406E8EeEfeD5861e74E1/info.json deleted file mode 100644 index ea045d54a881c..0000000000000 --- a/blockchains/smartchain/assets/0x43D096cdD8a71d9421af406E8EeEfeD5861e74E1/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Compact", - "type": "BEP20", - "symbol": "CPAC", - "decimals": 9, - "website": "https://compactcrypto.com/", - "description": "Compact is an astonishing token that combines the power of the most successful and popular BSC tokens into one. It features beneficial aspects like distribution, return to liquidity, airdrops, events, giveaways, lottery, charity and manual burns. This token is something special, something that the BSC world has not seen before.", - "explorer": "https://bscscan.com/token/0x43D096cdD8a71d9421af406E8EeEfeD5861e74E1", - "status": "active", - "id": "0x43D096cdD8a71d9421af406E8EeEfeD5861e74E1" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x43D096cdD8a71d9421af406E8EeEfeD5861e74E1/logo.png b/blockchains/smartchain/assets/0x43D096cdD8a71d9421af406E8EeEfeD5861e74E1/logo.png deleted file mode 100644 index 99727bdbf4b79..0000000000000 Binary files a/blockchains/smartchain/assets/0x43D096cdD8a71d9421af406E8EeEfeD5861e74E1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x43E061e3061241998d1C50DC27E5488696c23410/info.json b/blockchains/smartchain/assets/0x43E061e3061241998d1C50DC27E5488696c23410/info.json deleted file mode 100644 index 68c9236416161..0000000000000 --- a/blockchains/smartchain/assets/0x43E061e3061241998d1C50DC27E5488696c23410/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "KaikenCoin", - "symbol": "KAIK", - "type": "BEP20", - "decimals": 9, - "description": "Kaiken Coin is a yield-generating, decentralised community token, built to directly benefit our furry friends and our loyal holders.", - "website": "https://kaikencoin.io/", - "explorer": "https://bscscan.com/token/0x43E061e3061241998d1C50DC27E5488696c23410", - "status": "active", - "id": "0x43E061e3061241998d1C50DC27E5488696c23410" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x43E061e3061241998d1C50DC27E5488696c23410/logo.png b/blockchains/smartchain/assets/0x43E061e3061241998d1C50DC27E5488696c23410/logo.png deleted file mode 100644 index c441a5f6280f9..0000000000000 Binary files a/blockchains/smartchain/assets/0x43E061e3061241998d1C50DC27E5488696c23410/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x43a0EE2e4c005277195F409E77919D1b1a5c9c1f/info.json b/blockchains/smartchain/assets/0x43a0EE2e4c005277195F409E77919D1b1a5c9c1f/info.json deleted file mode 100644 index c01430e4e9c7e..0000000000000 --- a/blockchains/smartchain/assets/0x43a0EE2e4c005277195F409E77919D1b1a5c9c1f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BLVR Token", - "website": "https://believercards.com", - "description": "Believer is a cryptocurrency token meant to be an independent digital currency for the utilization as well as widely acceptable payment gateway among several platforms in partnership on the Believer Network. Believer provides high-end security on transactions while working with partnered merchants.", - "explorer": "https://bscscan.com/token/0x43a0ee2e4c005277195f409e77919d1b1a5c9c1f", - "type": "BEP20", - "symbol": "BLVR", - "decimals": 18, - "status": "active", - "id": "0x43a0EE2e4c005277195F409E77919D1b1a5c9c1f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x43a0EE2e4c005277195F409E77919D1b1a5c9c1f/logo.png b/blockchains/smartchain/assets/0x43a0EE2e4c005277195F409E77919D1b1a5c9c1f/logo.png deleted file mode 100644 index 931314a717689..0000000000000 Binary files a/blockchains/smartchain/assets/0x43a0EE2e4c005277195F409E77919D1b1a5c9c1f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x43bFf6EAB0903cD0DA8D7c57C25e17314E51da54/info.json b/blockchains/smartchain/assets/0x43bFf6EAB0903cD0DA8D7c57C25e17314E51da54/info.json deleted file mode 100644 index 644d918cb8547..0000000000000 --- a/blockchains/smartchain/assets/0x43bFf6EAB0903cD0DA8D7c57C25e17314E51da54/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DRIVENprotocol", - "type": "BEP20", - "symbol": "$DVP", - "decimals": 9, - "website": "https://drivenprotocol.com/", - "description": "The support team told me to add my logo from this app. The fee was paid as you can see here https://github.com/trustwallet/assets/pull/8418#issuecomment-844545404 Description: DRIVEN’s primary goal is to bridge the needs of everyday businesses from your barber to your baker to your candlestick maker with the crypto ecosystem that enables them to use cryptocurrency for goods and services in a simple and intuitive manner, removing complexity from the current cumbersome process.", - "explorer": "https://bscscan.com/token/0x43bFf6EAB0903cD0DA8D7c57C25e17314E51da54", - "status": "active", - "id": "0x43bFf6EAB0903cD0DA8D7c57C25e17314E51da54" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x43bFf6EAB0903cD0DA8D7c57C25e17314E51da54/logo.png b/blockchains/smartchain/assets/0x43bFf6EAB0903cD0DA8D7c57C25e17314E51da54/logo.png deleted file mode 100644 index fbb04f271bb62..0000000000000 Binary files a/blockchains/smartchain/assets/0x43bFf6EAB0903cD0DA8D7c57C25e17314E51da54/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x440Fc7DA66e34e01af5201BdF5815739B0Ae743f/info.json b/blockchains/smartchain/assets/0x440Fc7DA66e34e01af5201BdF5815739B0Ae743f/info.json deleted file mode 100644 index c2dc9f1ec5138..0000000000000 --- a/blockchains/smartchain/assets/0x440Fc7DA66e34e01af5201BdF5815739B0Ae743f/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "SquidGameToken", - "type": "BEP20", - "symbol": "SGT", - "decimals": 18, - "website": "https://www.tokensquidgame.com/", - "description": "Squid Game Token game free ETH by playing this game! Squid Game Token is a token on the Binance Smart Chain that offers auto static rewards on every transaction.", - "explorer": "https://bscscan.com/token/0x440Fc7DA66e34e01af5201BdF5815739B0Ae743f", - "status": "active", - "id": "0x440Fc7DA66e34e01af5201BdF5815739B0Ae743f", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SquidGameToken" - }, - { - "name": "github", - "url": "https://github.com/TokenSquidGame" - }, - { - "name": "telegram", - "url": "https://t.me/TokenSquidGame" - }, - { - "name": "whitepaper", - "url": "https://tokensquidgame.com/whitepaperSGT.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/squidgametoken/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x440Fc7DA66e34e01af5201BdF5815739B0Ae743f/logo.png b/blockchains/smartchain/assets/0x440Fc7DA66e34e01af5201BdF5815739B0Ae743f/logo.png deleted file mode 100644 index b7958bc248b36..0000000000000 Binary files a/blockchains/smartchain/assets/0x440Fc7DA66e34e01af5201BdF5815739B0Ae743f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4437743ac02957068995c48E08465E0EE1769fBE/info.json b/blockchains/smartchain/assets/0x4437743ac02957068995c48E08465E0EE1769fBE/info.json deleted file mode 100644 index 1e7ce972e22d5..0000000000000 --- a/blockchains/smartchain/assets/0x4437743ac02957068995c48E08465E0EE1769fBE/info.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "Fortress", - "website": "https://fortress.loans/", - "description": "Fortress is an algorithmic money market, and synthetic stable coin protocol designed to bring secure and trustless credit and lending to users on Binance Smart Chain.", - "research": "https://docs.fortress.loans/", - "explorer": "https://bscscan.com/token/0x4437743ac02957068995c48E08465E0EE1769fBE", - "type": "BEP20", - "symbol": "FTS", - "decimals": 18, - "status": "active", - "id": "0x4437743ac02957068995c48E08465E0EE1769fBE", - "links": [ - { - "name": "source_code", - "url": "https://docs.fortress.loans/smart-contracts" - }, - { - "name": "twitter", - "url": "https://twitter.com/Jetfuelfinance" - }, - { - "name": "telegram", - "url": "https://t.me/jetfuelfinance" - }, - { - "name": "medium", - "url": "https://medium.com/@jetfuelfinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4437743ac02957068995c48E08465E0EE1769fBE/logo.png b/blockchains/smartchain/assets/0x4437743ac02957068995c48E08465E0EE1769fBE/logo.png deleted file mode 100644 index 9c0abe63288ae..0000000000000 Binary files a/blockchains/smartchain/assets/0x4437743ac02957068995c48E08465E0EE1769fBE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4444A19C8bb86E9BDbC023709A363bbCE91aF33E/info.json b/blockchains/smartchain/assets/0x4444A19C8bb86E9BDbC023709A363bbCE91aF33E/info.json deleted file mode 100644 index 1d00ffc14f16b..0000000000000 --- a/blockchains/smartchain/assets/0x4444A19C8bb86E9BDbC023709A363bbCE91aF33E/info.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "CryptoTanks", - "type": "BEP20", - "symbol": "TANK", - "decimals": 18, - "website": "https://cryptotanks.com/", - "description": "CryptoTanks is an NFT-based play-to-earn game. Allows the player to delve into a world of nostalgia and experience the power of the new technology of the crypto world, DEFI and NFT.", - "explorer": "https://bscscan.com/token/0x4444a19c8bb86e9bdbc023709a363bbce91af33e", - "status": "active", - "id": "0x4444A19C8bb86E9BDbC023709A363bbCE91aF33E", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/cryptotanksio" - }, - { - "name": "telegram", - "url": "https://t.me/cryptotanksio" - }, - { - "name": "discord", - "url": "https://discord.com/invite/yGaq8Umxvy" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/cryptotanks/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/cryptotankscom/" - }, - { - "name": "medium", - "url": "https://medium.com/cryptotanks" - }, - { - "name": "github", - "url": "https://github.com/cryptotanks/" - }, - { - "name": "facebook", - "url": "https://facebook.com/cryptotanksio" - }, - { - "name": "whitepaper", - "url": "https://docs.cryptotanks.com/" - }, - { - "name": "telegram_news", - "url": "https://t.me/cryptotankscom" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/CryptoTanks" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4444A19C8bb86E9BDbC023709A363bbCE91aF33E/logo.png b/blockchains/smartchain/assets/0x4444A19C8bb86E9BDbC023709A363bbCE91aF33E/logo.png deleted file mode 100644 index 023e05aa94c5e..0000000000000 Binary files a/blockchains/smartchain/assets/0x4444A19C8bb86E9BDbC023709A363bbCE91aF33E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x446320C9FfA57030ca977A1f90F8049DF4004647/info.json b/blockchains/smartchain/assets/0x446320C9FfA57030ca977A1f90F8049DF4004647/info.json deleted file mode 100644 index 4d324492d3867..0000000000000 --- a/blockchains/smartchain/assets/0x446320C9FfA57030ca977A1f90F8049DF4004647/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "BullDogToken", - "website": "https://bulldogswap.com", - "description": "Bulldogswap is a foundational layer in decentralized finance, enabling safe, and customizable transactions for the global crypto.", - "explorer": "https://bscscan.com/token/0x446320C9FfA57030ca977A1f90F8049DF4004647", - "type": "BEP20", - "symbol": "BUDG", - "decimals": 18, - "status": "active", - "id": "0x446320C9FfA57030ca977A1f90F8049DF4004647", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/bulldogswap" - }, - { - "name": "telegram", - "url": "https://t.me/BUDGswap" - }, - { - "name": "whitepaper", - "url": "https://bulldogswap.com/Bulldogswap-paper.pdf" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x446320C9FfA57030ca977A1f90F8049DF4004647/logo.png b/blockchains/smartchain/assets/0x446320C9FfA57030ca977A1f90F8049DF4004647/logo.png deleted file mode 100644 index a0c1ccad33e6d..0000000000000 Binary files a/blockchains/smartchain/assets/0x446320C9FfA57030ca977A1f90F8049DF4004647/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x44754455564474A89358B2C2265883DF993b12F0/info.json b/blockchains/smartchain/assets/0x44754455564474A89358B2C2265883DF993b12F0/info.json deleted file mode 100644 index c9c0353193a59..0000000000000 --- a/blockchains/smartchain/assets/0x44754455564474A89358B2C2265883DF993b12F0/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "ZeroSwapToken", - "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://bscscan.com/token/0x44754455564474A89358B2C2265883DF993b12F0", - "type": "BEP20", - "symbol": "ZEE", - "decimals": 18, - "status": "active", - "id": "0x44754455564474A89358B2C2265883DF993b12F0", - "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/smartchain/assets/0x44754455564474A89358B2C2265883DF993b12F0/logo.png b/blockchains/smartchain/assets/0x44754455564474A89358B2C2265883DF993b12F0/logo.png deleted file mode 100644 index d6c6bf4e34507..0000000000000 Binary files a/blockchains/smartchain/assets/0x44754455564474A89358B2C2265883DF993b12F0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x447Ad4EF9293067E9FCbBBcd794BBD0FA6D6c470/info.json b/blockchains/smartchain/assets/0x447Ad4EF9293067E9FCbBBcd794BBD0FA6D6c470/info.json deleted file mode 100644 index 8cc68fd4a4b9f..0000000000000 --- a/blockchains/smartchain/assets/0x447Ad4EF9293067E9FCbBBcd794BBD0FA6D6c470/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Ico Crypto", - "type": "BEP20", - "symbol": "ICC", - "decimals": 18, - "website": "https://icocrypto.xyz/", - "description": "ICO Crypto is a platform for the future of funding that powering defi for the new equity blockchain", - "explorer": "https://bscscan.com/token/0x447ad4ef9293067e9fcbbbcd794bbd0fa6d6c470", - "status": "active", - "id": "0x447Ad4EF9293067E9FCbBBcd794BBD0FA6D6c470" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x447Ad4EF9293067E9FCbBBcd794BBD0FA6D6c470/logo.png b/blockchains/smartchain/assets/0x447Ad4EF9293067E9FCbBBcd794BBD0FA6D6c470/logo.png deleted file mode 100644 index be32c86bd7cea..0000000000000 Binary files a/blockchains/smartchain/assets/0x447Ad4EF9293067E9FCbBBcd794BBD0FA6D6c470/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4487A8a40caa9fA0e70B9041C368b6e0d4089314/info.json b/blockchains/smartchain/assets/0x4487A8a40caa9fA0e70B9041C368b6e0d4089314/info.json deleted file mode 100644 index a8df41bd56e86..0000000000000 --- a/blockchains/smartchain/assets/0x4487A8a40caa9fA0e70B9041C368b6e0d4089314/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Poodledog Token", - "website": "https://poodledog.finance/", - "description": "Poodledog Swap is an Automated Market Maker.", - "explorer": "https://bscscan.com/token/0x4487a8a40caa9fa0e70b9041c368b6e0d4089314", - "type": "BEP20", - "symbol": "POODLE", - "decimals": 18, - "status": "active", - "id": "0x4487A8a40caa9fA0e70B9041C368b6e0d4089314" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4487A8a40caa9fA0e70B9041C368b6e0d4089314/logo.png b/blockchains/smartchain/assets/0x4487A8a40caa9fA0e70B9041C368b6e0d4089314/logo.png deleted file mode 100644 index 1032d5dc28708..0000000000000 Binary files a/blockchains/smartchain/assets/0x4487A8a40caa9fA0e70B9041C368b6e0d4089314/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x448BEE2d93Be708b54eE6353A7CC35C4933F1156/info.json b/blockchains/smartchain/assets/0x448BEE2d93Be708b54eE6353A7CC35C4933F1156/info.json deleted file mode 100644 index 7d689ef1fd1fd..0000000000000 --- a/blockchains/smartchain/assets/0x448BEE2d93Be708b54eE6353A7CC35C4933F1156/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SaTT", - "type": "BEP20", - "symbol": "SATT", - "decimals": 18, - "website": "https://www.satt-token.com", - "description": "Smart Advertising Transaction Token", - "explorer": "https://bscscan.com/token/0x448BEE2d93Be708b54eE6353A7CC35C4933F1156", - "status": "active", - "id": "0x448BEE2d93Be708b54eE6353A7CC35C4933F1156" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x448BEE2d93Be708b54eE6353A7CC35C4933F1156/logo.png b/blockchains/smartchain/assets/0x448BEE2d93Be708b54eE6353A7CC35C4933F1156/logo.png deleted file mode 100644 index 971edd6aee1f7..0000000000000 Binary files a/blockchains/smartchain/assets/0x448BEE2d93Be708b54eE6353A7CC35C4933F1156/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4495e673eE53c61CE79c35D5e299733639362aEc/info.json b/blockchains/smartchain/assets/0x4495e673eE53c61CE79c35D5e299733639362aEc/info.json deleted file mode 100644 index b79d617279a4d..0000000000000 --- a/blockchains/smartchain/assets/0x4495e673eE53c61CE79c35D5e299733639362aEc/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Wrapped LQX", - "website": "http://lqxcoin.com", - "description": "LQX is a multi-chain (X11 and BEP-20) cryptocurrency that enables anonymous and instant payments. Users can get rewards for the LQX masternode, thus benefiting the entire network that makes up the ecosystem.", - "explorer": "https://bscscan.com/token/0x4495e673eE53c61CE79c35D5e299733639362aEc", - "type": "BEP20", - "symbol": "WLQX", - "decimals": 18, - "status": "active", - "id": "0x4495e673eE53c61CE79c35D5e299733639362aEc" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4495e673eE53c61CE79c35D5e299733639362aEc/logo.png b/blockchains/smartchain/assets/0x4495e673eE53c61CE79c35D5e299733639362aEc/logo.png deleted file mode 100644 index e61e58361fd97..0000000000000 Binary files a/blockchains/smartchain/assets/0x4495e673eE53c61CE79c35D5e299733639362aEc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x449aeD32C1685dbeca28D1aE45462b6156A6096D/info.json b/blockchains/smartchain/assets/0x449aeD32C1685dbeca28D1aE45462b6156A6096D/info.json deleted file mode 100644 index b4908fa700e49..0000000000000 --- a/blockchains/smartchain/assets/0x449aeD32C1685dbeca28D1aE45462b6156A6096D/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "BITLIVE", - "type": "BEP20", - "symbol": "BLT", - "decimals": 18, - "website": "https://bitlivenow.com/", - "description": "At BitLiveNow we work with our community of users to take the best of traditional banking and combine it with DeFi technology. Together, we’re on a mission to create a new banking model. One that is fairer for you and better for the world.", - "explorer": "https://bscscan.com/token/0x449aed32c1685dbeca28d1ae45462b6156a6096d", - "status": "active", - "id": "0x449aeD32C1685dbeca28D1aE45462b6156A6096D", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BitLive3" - }, - { - "name": "telegram", - "url": "https://t.me/BitliveTEAM" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x449aeD32C1685dbeca28D1aE45462b6156A6096D/logo.png b/blockchains/smartchain/assets/0x449aeD32C1685dbeca28D1aE45462b6156A6096D/logo.png deleted file mode 100644 index c5ec10321604b..0000000000000 Binary files a/blockchains/smartchain/assets/0x449aeD32C1685dbeca28D1aE45462b6156A6096D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x44Ec807ce2F4a6F2737A92e985f318d035883e47/info.json b/blockchains/smartchain/assets/0x44Ec807ce2F4a6F2737A92e985f318d035883e47/info.json deleted file mode 100644 index ff4e9ed63daaf..0000000000000 --- a/blockchains/smartchain/assets/0x44Ec807ce2F4a6F2737A92e985f318d035883e47/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Hashflow", - "type": "BEP20", - "symbol": "HFT", - "decimals": 18, - "website": "https://www.hashflow.com", - "description": "Hashflow is a decentralized exchange designed for interoperability, zero slippage, and MEV-protected trades.", - "explorer": "https://bscscan.com/token/0x44ec807ce2f4a6f2737a92e985f318d035883e47", - "status": "active", - "id": "0x44Ec807ce2F4a6F2737A92e985f318d035883e47", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/hashflow" - }, - { - "name": "blog", - "url": "https://blog.hashflow.com/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Hashflow" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x44Ec807ce2F4a6F2737A92e985f318d035883e47/logo.png b/blockchains/smartchain/assets/0x44Ec807ce2F4a6F2737A92e985f318d035883e47/logo.png deleted file mode 100644 index 47cb1e7b4ed9e..0000000000000 Binary files a/blockchains/smartchain/assets/0x44Ec807ce2F4a6F2737A92e985f318d035883e47/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x44F2a124de7DBe2b1b15dbb0c1D79958eb999abd/info.json b/blockchains/smartchain/assets/0x44F2a124de7DBe2b1b15dbb0c1D79958eb999abd/info.json deleted file mode 100644 index 73cfcb262d3ea..0000000000000 --- a/blockchains/smartchain/assets/0x44F2a124de7DBe2b1b15dbb0c1D79958eb999abd/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Debt Free Token", - "type": "BEP20", - "symbol": "DEBTFREE", - "decimals": 9, - "website": "https://debtfreetoken.io", - "description": "Debtfree is a smart contract with a max circulating supply of 100Q. On every transaction, 10% will automatically be distributed to the holders and 1% will be burnt. This will allow investors to HODL for passive income.", - "explorer": "https://bscscan.com/token/0x44F2a124de7DBe2b1b15dbb0c1D79958eb999abd", - "status": "active", - "id": "0x44F2a124de7DBe2b1b15dbb0c1D79958eb999abd" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x44F2a124de7DBe2b1b15dbb0c1D79958eb999abd/logo.png b/blockchains/smartchain/assets/0x44F2a124de7DBe2b1b15dbb0c1D79958eb999abd/logo.png deleted file mode 100644 index c5932e0b2e336..0000000000000 Binary files a/blockchains/smartchain/assets/0x44F2a124de7DBe2b1b15dbb0c1D79958eb999abd/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x44F9ef37A052DbA61c5f58328Eeb1707F6AecfF6/info.json b/blockchains/smartchain/assets/0x44F9ef37A052DbA61c5f58328Eeb1707F6AecfF6/info.json deleted file mode 100644 index f7aadef9c9c17..0000000000000 --- a/blockchains/smartchain/assets/0x44F9ef37A052DbA61c5f58328Eeb1707F6AecfF6/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Akita BSC", - "type": "BEP20", - "symbol": "AKIBSC", - "decimals": 8, - "website": "https://akitabsc.com", - "description": "Do more with your Akita BSC.", - "explorer": "https://bscscan.com/token/0x44F9ef37A052DbA61c5f58328Eeb1707F6AecfF6", - "status": "active", - "id": "0x44F9ef37A052DbA61c5f58328Eeb1707F6AecfF6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x44F9ef37A052DbA61c5f58328Eeb1707F6AecfF6/logo.png b/blockchains/smartchain/assets/0x44F9ef37A052DbA61c5f58328Eeb1707F6AecfF6/logo.png deleted file mode 100644 index dacc2116245ff..0000000000000 Binary files a/blockchains/smartchain/assets/0x44F9ef37A052DbA61c5f58328Eeb1707F6AecfF6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x450dCf93160A30BE156A4600802c91BF64dFFD2E/info.json b/blockchains/smartchain/assets/0x450dCf93160A30BE156A4600802c91BF64dFFD2E/info.json deleted file mode 100644 index 2df3b5cb39447..0000000000000 --- a/blockchains/smartchain/assets/0x450dCf93160A30BE156A4600802c91BF64dFFD2E/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CorgiCoin", - "website": "https://corgicoin.net", - "description": "CorgiCoin is the 100% community-owned dogecoin of Binance Smart Chain. It is 100x cheaper to exchange and send than competitors, and uses a fraction of the electricity.The Corgi ecosystem supports blockchain literacy and an NFT marketplace.", - "explorer": "https://bscscan.com/token/0x450dCf93160A30BE156A4600802c91BF64dFFD2E", - "type": "BEP20", - "symbol": "CORGI", - "decimals": 18, - "status": "active", - "id": "0x450dCf93160A30BE156A4600802c91BF64dFFD2E" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x450dCf93160A30BE156A4600802c91BF64dFFD2E/logo.png b/blockchains/smartchain/assets/0x450dCf93160A30BE156A4600802c91BF64dFFD2E/logo.png deleted file mode 100644 index 405d54e6e3731..0000000000000 Binary files a/blockchains/smartchain/assets/0x450dCf93160A30BE156A4600802c91BF64dFFD2E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4510E3Ac69574F3DfDB43139E97773b542c386E1/info.json b/blockchains/smartchain/assets/0x4510E3Ac69574F3DfDB43139E97773b542c386E1/info.json deleted file mode 100644 index 0c053dd30ad2d..0000000000000 --- a/blockchains/smartchain/assets/0x4510E3Ac69574F3DfDB43139E97773b542c386E1/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bamboo", - "website": "https://safepanda.net/", - "description": "Liquidity Generation & Hyper Deflationary Token, Environmental Charity focused that rewards our community & token holders.", - "explorer": "https://bscscan.com/token/0x4510E3Ac69574F3DfDB43139E97773b542c386E1", - "type": "BEP20", - "symbol": "BMBO", - "decimals": 9, - "status": "active", - "id": "0x4510E3Ac69574F3DfDB43139E97773b542c386E1" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4510E3Ac69574F3DfDB43139E97773b542c386E1/logo.png b/blockchains/smartchain/assets/0x4510E3Ac69574F3DfDB43139E97773b542c386E1/logo.png deleted file mode 100644 index 4a8f91ab104bf..0000000000000 Binary files a/blockchains/smartchain/assets/0x4510E3Ac69574F3DfDB43139E97773b542c386E1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x451329F2FCb88C398A4cDD4A8a98780B4D62873C/info.json b/blockchains/smartchain/assets/0x451329F2FCb88C398A4cDD4A8a98780B4D62873C/info.json deleted file mode 100644 index dd2523b1273ff..0000000000000 --- a/blockchains/smartchain/assets/0x451329F2FCb88C398A4cDD4A8a98780B4D62873C/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CateCoin 1", - "website": "http://catecoin.club", - "description": "Decentralised MEME Platform with NFT", - "explorer": "https://bscscan.com/token/0x451329F2FCb88C398A4cDD4A8a98780B4D62873C", - "type": "BEP20", - "symbol": "CATE1", - "decimals": 9, - "status": "abandoned", - "id": "0x451329F2FCb88C398A4cDD4A8a98780B4D62873C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x451329F2FCb88C398A4cDD4A8a98780B4D62873C/logo.png b/blockchains/smartchain/assets/0x451329F2FCb88C398A4cDD4A8a98780B4D62873C/logo.png deleted file mode 100644 index 52dd4a22cde5f..0000000000000 Binary files a/blockchains/smartchain/assets/0x451329F2FCb88C398A4cDD4A8a98780B4D62873C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x451D0e4B04A16223BbaeCe67b2276223DB0d19dA/info.json b/blockchains/smartchain/assets/0x451D0e4B04A16223BbaeCe67b2276223DB0d19dA/info.json deleted file mode 100644 index b783e4242b84c..0000000000000 --- a/blockchains/smartchain/assets/0x451D0e4B04A16223BbaeCe67b2276223DB0d19dA/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "GoldCoin Reserve", - "type": "BEP20", - "symbol": "GCR", - "decimals": 18, - "website": "https://Goldcoinreserve.io", - "description": "GCR is a stable digital asset, that is both backed by and tethered to the price of gold", - "explorer": "https://bscscan.com/token/0x451D0e4B04A16223BbaeCe67b2276223DB0d19dA", - "status": "active", - "id": "0x451D0e4B04A16223BbaeCe67b2276223DB0d19dA" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x451D0e4B04A16223BbaeCe67b2276223DB0d19dA/logo.png b/blockchains/smartchain/assets/0x451D0e4B04A16223BbaeCe67b2276223DB0d19dA/logo.png deleted file mode 100644 index 1c4ac5501cb59..0000000000000 Binary files a/blockchains/smartchain/assets/0x451D0e4B04A16223BbaeCe67b2276223DB0d19dA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x452698Acacc695cEcA215B5e43525f6C36f240D3/info.json b/blockchains/smartchain/assets/0x452698Acacc695cEcA215B5e43525f6C36f240D3/info.json deleted file mode 100644 index 434b5edf3ce6d..0000000000000 --- a/blockchains/smartchain/assets/0x452698Acacc695cEcA215B5e43525f6C36f240D3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MaxGoat", - "website": "https://maxgoat.io/", - "description": "Inspired by Mark Zuckerberg - CEO of Facebook and huge support from CryptoKitties' fans, we gather friends who are passionate about blockchain to found MaxGoat. Maxgoat is a form of an NFT marketplace that meets the standards of most people in the world when joining the cryptocurrency market.", - "explorer": "https://bscscan.com/token/0x452698Acacc695cEcA215B5e43525f6C36f240D3", - "type": "BEP20", - "symbol": "MAGO", - "decimals": 18, - "status": "active", - "id": "0x452698Acacc695cEcA215B5e43525f6C36f240D3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x452698Acacc695cEcA215B5e43525f6C36f240D3/logo.png b/blockchains/smartchain/assets/0x452698Acacc695cEcA215B5e43525f6C36f240D3/logo.png deleted file mode 100644 index ea93e5a32ee50..0000000000000 Binary files a/blockchains/smartchain/assets/0x452698Acacc695cEcA215B5e43525f6C36f240D3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x45289007706E7Ee7B42b1fA506661d97740Edfb4/info.json b/blockchains/smartchain/assets/0x45289007706E7Ee7B42b1fA506661d97740Edfb4/info.json deleted file mode 100644 index 932046d78d993..0000000000000 --- a/blockchains/smartchain/assets/0x45289007706E7Ee7B42b1fA506661d97740Edfb4/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "FLOKI CEO", - "type": "BEP20", - "symbol": "FLOKICEO", - "decimals": 9, - "website": "https://flokiceo.io", - "description": "FLOKICEO a Meme token in the BSC ecosystem, $FlokiCeo is comunity-driven cannot control by anyone. Instant Usage Rewards for every active user transaction a 7% $FLOKICEO reward is granted to holders (decentralized wallets only)", - "explorer": "https://bscscan.com/token/0x45289007706E7Ee7B42b1fA506661d97740Edfb4", - "status": "active", - "id": "0x45289007706E7Ee7B42b1fA506661d97740Edfb4", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/FlokiCeoo" - }, - { - "name": "github", - "url": "https://github.com/flokiceo/" - }, - { - "name": "telegram", - "url": "https://t.me/flokiceogroup" - }, - { - "name": "telegram_news", - "url": "https://t.me/" - }, - { - "name": "whitepaper", - "url": "https://flokiceo.io/Flokiceowp.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/floki-ceo" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/floki-ceo" - } - ], - "tags": [ - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x45289007706E7Ee7B42b1fA506661d97740Edfb4/logo.png b/blockchains/smartchain/assets/0x45289007706E7Ee7B42b1fA506661d97740Edfb4/logo.png deleted file mode 100644 index 52152d628fc32..0000000000000 Binary files a/blockchains/smartchain/assets/0x45289007706E7Ee7B42b1fA506661d97740Edfb4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x45B110fCdd1a20fCEb1805ec0F7Ca6ef3712BeFc/info.json b/blockchains/smartchain/assets/0x45B110fCdd1a20fCEb1805ec0F7Ca6ef3712BeFc/info.json deleted file mode 100644 index 0a8ed2c3274d4..0000000000000 --- a/blockchains/smartchain/assets/0x45B110fCdd1a20fCEb1805ec0F7Ca6ef3712BeFc/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "EloniumCoin", - "type": "BEP20", - "symbol": "ELNC", - "decimals": 9, - "website": "https://eloniumcoin.com/", - "description": "EloniumCoin is a token with a unique use-case. The project intends to improve construction projects starting from The Netherlands and expanding globally over time. The transaction tax is 7% where 5% is reflected back to all holders, and 2% is added to the Liquidity Pool.", - "explorer": "https://bscscan.com/token/0x45B110fCdd1a20fCEb1805ec0F7Ca6ef3712BeFc", - "status": "active", - "id": "0x45B110fCdd1a20fCEb1805ec0F7Ca6ef3712BeFc" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x45B110fCdd1a20fCEb1805ec0F7Ca6ef3712BeFc/logo.png b/blockchains/smartchain/assets/0x45B110fCdd1a20fCEb1805ec0F7Ca6ef3712BeFc/logo.png deleted file mode 100644 index 1f32e6b1b3d09..0000000000000 Binary files a/blockchains/smartchain/assets/0x45B110fCdd1a20fCEb1805ec0F7Ca6ef3712BeFc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x461f6C9aE13a7daC7055C73fBF8daB529D667041/info.json b/blockchains/smartchain/assets/0x461f6C9aE13a7daC7055C73fBF8daB529D667041/info.json deleted file mode 100644 index a5178a808468c..0000000000000 --- a/blockchains/smartchain/assets/0x461f6C9aE13a7daC7055C73fBF8daB529D667041/info.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "PoFi", - "website": "https://official.pollo.finance/", - "short_description": "A social contribution project that connects all of Yield Farming, Signoridge, and Auto Farming. Maximum supply is 500,000.", - "description": "Pollo is a social contribution project launched by academics and experts in cryptocurrency development. PoFi is the only token that connects to all of Pollo DAO's governance, seigniorage (algorithmic staple coin), and Vaults (Auto Farming).Maximum Supply is 500,000.", - "explorer": "https://bscscan.com/token/0x461f6C9aE13a7daC7055C73fBF8daB529D667041", - "type": "BEP20", - "symbol": "PoFi", - "decimals": 18, - "status": "active", - "id": "0x461f6C9aE13a7daC7055C73fBF8daB529D667041", - "links": [ - { - "name": "github", - "url": "https://github.com/pollofinance" - }, - { - "name": "twitter", - "url": "https://twitter.com/FinancePollo" - }, - { - "name": "telegram", - "url": "https://t.me/pollofi" - }, - { - "name": "medium", - "url": "https://medium.com/@pollofinancegroup" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x461f6C9aE13a7daC7055C73fBF8daB529D667041/logo.png b/blockchains/smartchain/assets/0x461f6C9aE13a7daC7055C73fBF8daB529D667041/logo.png deleted file mode 100644 index 51152802b043c..0000000000000 Binary files a/blockchains/smartchain/assets/0x461f6C9aE13a7daC7055C73fBF8daB529D667041/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4620C701e8853Eaa1BF791EfB1d7d4d784734baD/info.json b/blockchains/smartchain/assets/0x4620C701e8853Eaa1BF791EfB1d7d4d784734baD/info.json deleted file mode 100644 index 7fa500167bfde..0000000000000 --- a/blockchains/smartchain/assets/0x4620C701e8853Eaa1BF791EfB1d7d4d784734baD/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "GOLD 24 Carat/Oz", - "type": "BEP20", - "symbol": "GOLD", - "decimals": 18, - "website": "https://linktr.ee/zedxion", - "description": "Zedxion aims to offer 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://bscscan.com/token/0x4620c701e8853eaa1bf791efb1d7d4d784734bad", - "status": "active", - "id": "0x4620C701e8853Eaa1BF791EfB1d7d4d784734baD", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Zedxion" - }, - { - "name": "telegram", - "url": "https://t.me/zedxion" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/zedxion/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4620C701e8853Eaa1BF791EfB1d7d4d784734baD/logo.png b/blockchains/smartchain/assets/0x4620C701e8853Eaa1BF791EfB1d7d4d784734baD/logo.png deleted file mode 100644 index 37cbec02c09ac..0000000000000 Binary files a/blockchains/smartchain/assets/0x4620C701e8853Eaa1BF791EfB1d7d4d784734baD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x464863745ED3aF8b9f8871f1082211C55f8f884D/info.json b/blockchains/smartchain/assets/0x464863745ED3aF8b9f8871f1082211C55f8f884D/info.json deleted file mode 100644 index 99485b337ce1c..0000000000000 --- a/blockchains/smartchain/assets/0x464863745ED3aF8b9f8871f1082211C55f8f884D/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CryptoTycoon Token", - "symbol": "CTT", - "type": "BEP20", - "decimals": 18, - "description": "CryptoTycoon is a gaming platform based on BSC..", - "website": "http://cryptotycoon.finance", - "explorer": "https://bscscan.com/token/0x464863745ed3af8b9f8871f1082211c55f8f884d", - "status": "active", - "id": "0x464863745ED3aF8b9f8871f1082211C55f8f884D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x464863745ED3aF8b9f8871f1082211C55f8f884D/logo.png b/blockchains/smartchain/assets/0x464863745ED3aF8b9f8871f1082211C55f8f884D/logo.png deleted file mode 100644 index 5430da62a98cc..0000000000000 Binary files a/blockchains/smartchain/assets/0x464863745ED3aF8b9f8871f1082211C55f8f884D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x464ACc420607d818f271875552868dDF8095CAfE/info.json b/blockchains/smartchain/assets/0x464ACc420607d818f271875552868dDF8095CAfE/info.json deleted file mode 100644 index e37207ab0c2c5..0000000000000 --- a/blockchains/smartchain/assets/0x464ACc420607d818f271875552868dDF8095CAfE/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Meong Token", - "type": "BEP20", - "symbol": "MEONG", - "decimals": 9, - "website": "https://meongtoken.com/", - "description": "Meong Token is a meme coin that takes different approach from another meme coin. We don’t only create a common meme token, we create a social meme token that is intended to contribute in social and art movement.", - "explorer": "https://bscscan.com/token/0x464ACc420607d818f271875552868dDF8095CAfE", - "status": "active", - "id": "0x464ACc420607d818f271875552868dDF8095CAfE" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x464ACc420607d818f271875552868dDF8095CAfE/logo.png b/blockchains/smartchain/assets/0x464ACc420607d818f271875552868dDF8095CAfE/logo.png deleted file mode 100755 index 5be70524da7fd..0000000000000 Binary files a/blockchains/smartchain/assets/0x464ACc420607d818f271875552868dDF8095CAfE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x464FdB8AFFC9bac185A7393fd4298137866DCFB8/info.json b/blockchains/smartchain/assets/0x464FdB8AFFC9bac185A7393fd4298137866DCFB8/info.json deleted file mode 100644 index d57b34654b37a..0000000000000 --- a/blockchains/smartchain/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://bscscan.com/token/0x464FdB8AFFC9bac185A7393fd4298137866DCFB8", - "type": "BEP20", - "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/smartchain/assets/0x464FdB8AFFC9bac185A7393fd4298137866DCFB8/logo.png b/blockchains/smartchain/assets/0x464FdB8AFFC9bac185A7393fd4298137866DCFB8/logo.png deleted file mode 100644 index 17d83d4b86b8d..0000000000000 Binary files a/blockchains/smartchain/assets/0x464FdB8AFFC9bac185A7393fd4298137866DCFB8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x46551803322db7bE94074e9773377f8B037E9D0e/info.json b/blockchains/smartchain/assets/0x46551803322db7bE94074e9773377f8B037E9D0e/info.json deleted file mode 100644 index 0b2f17b2d0c08..0000000000000 --- a/blockchains/smartchain/assets/0x46551803322db7bE94074e9773377f8B037E9D0e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BabysharkFinance", - "type": "BEP20", - "symbol": "BBS", - "decimals": 9, - "website": "https://baby-shark.finance/", - "description": "Baby-Shark.finance project is to build an entertainment platform in NFT music field. There are many benefits for BBS holders such as: get profit sharing from BBS Entertainment Platform, get share of fee for every NFT sold on BBS NFT Marketplace, earn 2% passive income for each transaction. We also use 80% profit of AMM DEX to buy back BBS token, which leads to continuous increase in BBS price.", - "explorer": "https://bscscan.com/token/0x46551803322db7bE94074e9773377f8B037E9D0e", - "status": "active", - "id": "0x46551803322db7bE94074e9773377f8B037E9D0e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x46551803322db7bE94074e9773377f8B037E9D0e/logo.png b/blockchains/smartchain/assets/0x46551803322db7bE94074e9773377f8B037E9D0e/logo.png deleted file mode 100644 index 6207258b699a2..0000000000000 Binary files a/blockchains/smartchain/assets/0x46551803322db7bE94074e9773377f8B037E9D0e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x46568808a8d73c301071b8dF710402Ce44F1C472/info.json b/blockchains/smartchain/assets/0x46568808a8d73c301071b8dF710402Ce44F1C472/info.json deleted file mode 100644 index f1c852e6dcc83..0000000000000 --- a/blockchains/smartchain/assets/0x46568808a8d73c301071b8dF710402Ce44F1C472/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "MagicDOGE", - "type": "BEP20", - "symbol": "MagicDOGE", - "decimals": 9, - "website": "https://magicdoge.net", - "description": "MagicDOGE is a BSC based smart contract with offers holders hourly rewards in BNB, or ANY BSC token of the holders choosing. Backed by a professional, highly experienced business and marketing team, the project has strong fundamentals. Launching on the 11th October 2021 via an IDO, selling out in 45 minutes, MagicDOGE has set its foundations for a solid future.", - "explorer": "https://bscscan.com/token/0x46568808a8d73c301071b8dF710402Ce44F1C472", - "status": "active", - "id": "0x46568808a8d73c301071b8dF710402Ce44F1C472", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MagicDogeToken" - }, - { - "name": "facebook", - "url": "https://facebook.com/magicdogeofficial/" - }, - { - "name": "telegram", - "url": "https://t.me/magicdogeofficial" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCYDTDLVF-mFrEz7knBNufTw" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/magicdoge" - }, - { - "name": "github", - "url": "https://github.com/magicdogenet/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x46568808a8d73c301071b8dF710402Ce44F1C472/logo.png b/blockchains/smartchain/assets/0x46568808a8d73c301071b8dF710402Ce44F1C472/logo.png deleted file mode 100644 index 7cad45887f09a..0000000000000 Binary files a/blockchains/smartchain/assets/0x46568808a8d73c301071b8dF710402Ce44F1C472/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x465707181ACba42Ed01268A33f0507e320a154bD/info.json b/blockchains/smartchain/assets/0x465707181ACba42Ed01268A33f0507e320a154bD/info.json deleted file mode 100644 index 60f429021ec39..0000000000000 --- a/blockchains/smartchain/assets/0x465707181ACba42Ed01268A33f0507e320a154bD/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Step", - "type": "BEP20", - "symbol": "STEP", - "decimals": 18, - "website": "https://walkwithstep.io/", - "description": "Track fitness activity, earn crypto, and be the best version of you. Same effort, more results.", - "explorer": "https://bscscan.com/token/0x465707181ACba42Ed01268A33f0507e320a154bD", - "status": "active", - "id": "0x465707181ACba42Ed01268A33f0507e320a154bD", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/walkwithstep" - }, - { - "name": "telegram", - "url": "https://t.me/walkwithstep" - }, - { - "name": "telegram_news", - "url": "https://t.me/StepAnnouncements" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/OfficialSTEP/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/step/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/step" - }, - { - "name": "whitepaper", - "url": "https://walkwithstep.io/whitepaperstep.pdf" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x465707181ACba42Ed01268A33f0507e320a154bD/logo.png b/blockchains/smartchain/assets/0x465707181ACba42Ed01268A33f0507e320a154bD/logo.png deleted file mode 100644 index 3d2a4ef9d9887..0000000000000 Binary files a/blockchains/smartchain/assets/0x465707181ACba42Ed01268A33f0507e320a154bD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4673f018cc6d401AAD0402BdBf2abcBF43dd69F3/info.json b/blockchains/smartchain/assets/0x4673f018cc6d401AAD0402BdBf2abcBF43dd69F3/info.json deleted file mode 100644 index f49898e644169..0000000000000 --- a/blockchains/smartchain/assets/0x4673f018cc6d401AAD0402BdBf2abcBF43dd69F3/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "French Connection Finance", - "type": "BEP20", - "symbol": "FCF", - "decimals": 18, - "website": "https://www.frenchconnection.finance", - "description": "The Revenue Sharing Token of the FCF Ecosystem. Earn BNB rewards from holding, generated from trading volume and also from 33.33% of transaction fees from our payment gateway FCF Pay. Another 33.33% are used for buyback and burns.", - "explorer": "https://bscscan.com/token/0x4673f018cc6d401AAD0402BdBf2abcBF43dd69F3", - "status": "active", - "id": "0x4673f018cc6d401AAD0402BdBf2abcBF43dd69F3", - "tags": [ - "nft" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/FCF_Bsc" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Frenchconnectiontoken/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/french-connection-finance/" - }, - { - "name": "github", - "url": "https://github.com/Frenchconnected/FCF" - }, - { - "name": "telegram", - "url": "https://t.me/frenchconnection_bsc" - }, - { - "name": "telegram_news", - "url": "https://t.me/FCF_announcement" - }, - { - "name": "facebook", - "url": "https://facebook.com/French-connection-finance-100950215648227/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/french-connection-finance" - } - ] -} diff --git a/blockchains/smartchain/assets/0x4673f018cc6d401AAD0402BdBf2abcBF43dd69F3/logo.png b/blockchains/smartchain/assets/0x4673f018cc6d401AAD0402BdBf2abcBF43dd69F3/logo.png deleted file mode 100644 index 884c5191e221b..0000000000000 Binary files a/blockchains/smartchain/assets/0x4673f018cc6d401AAD0402BdBf2abcBF43dd69F3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4691937a7508860F876c9c0a2a617E7d9E945D4B/info.json b/blockchains/smartchain/assets/0x4691937a7508860F876c9c0a2a617E7d9E945D4B/info.json deleted file mode 100644 index e5afd37f994d6..0000000000000 --- a/blockchains/smartchain/assets/0x4691937a7508860F876c9c0a2a617E7d9E945D4B/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Wootrade Network", - "type": "BEP20", - "symbol": "WOO", - "decimals": 18, - "website": "https://woo.network", - "description": "Wootrade aims to provide deep liquidity and superior order execution at the lowest cost for traders, exchanges, institutions, and DeFi platforms. Its flagship, WOO X, is a professional trading platform featuring customizable modules, and zero-fees with deep liquidity across spot and margin. Wootrade was founded by Kronos Research, a quantitative trading firm generating $10-15B in daily volume, with the goal of democratizing access to deep liquidity and yield strategies through various products.", - "explorer": "https://bscscan.com/token/0x4691937a7508860F876c9c0a2a617E7d9E945D4B", - "status": "active", - "id": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B", - "tags": [ - "defi" - ], - "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/smartchain/assets/0x4691937a7508860F876c9c0a2a617E7d9E945D4B/logo.png b/blockchains/smartchain/assets/0x4691937a7508860F876c9c0a2a617E7d9E945D4B/logo.png deleted file mode 100644 index 5cd7c39954306..0000000000000 Binary files a/blockchains/smartchain/assets/0x4691937a7508860F876c9c0a2a617E7d9E945D4B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4691F60c894d3f16047824004420542E4674E621/info.json b/blockchains/smartchain/assets/0x4691F60c894d3f16047824004420542E4674E621/info.json deleted file mode 100644 index d60982d3ad2d2..0000000000000 --- a/blockchains/smartchain/assets/0x4691F60c894d3f16047824004420542E4674E621/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "LucidLandsGem", - "type": "BEP20", - "symbol": "LLG", - "decimals": 9, - "website": "https://lucidlands.io/", - "description": "Lucid Lands is the first decentralized NFT play-to-earn game on BSC network that integrates both 3D-animated gaming NFT and 2D unique computer-generated collective NFT marketplace.", - "explorer": "https://bscscan.com/token/0x4691F60c894d3f16047824004420542E4674E621", - "status": "abandoned", - "id": "0x4691F60c894d3f16047824004420542E4674E621", - "migrate": { - "asset_id": "c10000714_t0xE4C293Eadbb9d72d68a680F1A66979726992c396", - "url": "https://t.me/LucidLandsOffcial/186" - }, - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/lucid_lands" - }, - { - "name": "telegram", - "url": "https://t.me/LucidLandsOffical" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/lucid-lands/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/lucid-lands" - } - ] -} diff --git a/blockchains/smartchain/assets/0x4695e4dD1E3011045573f6E16Dc162687cdBAc44/info.json b/blockchains/smartchain/assets/0x4695e4dD1E3011045573f6E16Dc162687cdBAc44/info.json deleted file mode 100644 index 07da1a0d85625..0000000000000 --- a/blockchains/smartchain/assets/0x4695e4dD1E3011045573f6E16Dc162687cdBAc44/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Metagon Network", - "type": "BEP20", - "symbol": "METAGON", - "decimals": 18, - "website": "https://metagon.network/", - "description": "METAGON NETWORK ACHIEVE PRIVACY, HIGH ASSURANCE AND FRICTIONLESS COMPUTATION WITH BLOCKCHAIN INFRASTRUCTURE", - "explorer": "https://bscscan.com/token/0x4695e4dd1e3011045573f6e16dc162687cdbac44", - "status": "active", - "id": "0x4695e4dD1E3011045573f6E16Dc162687cdBAc44" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4695e4dD1E3011045573f6E16Dc162687cdBAc44/logo.png b/blockchains/smartchain/assets/0x4695e4dD1E3011045573f6E16Dc162687cdBAc44/logo.png deleted file mode 100644 index 520921c4f92cd..0000000000000 Binary files a/blockchains/smartchain/assets/0x4695e4dD1E3011045573f6E16Dc162687cdBAc44/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x46B605a45483Df3d4944A6F06C664CA86382c203/info.json b/blockchains/smartchain/assets/0x46B605a45483Df3d4944A6F06C664CA86382c203/info.json deleted file mode 100644 index 3ce5a1e18f6df..0000000000000 --- a/blockchains/smartchain/assets/0x46B605a45483Df3d4944A6F06C664CA86382c203/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Fugu Finance", - "website": "https://www.fugufinance.com", - "description": "Fugu Finance is a decentralized ecosystem to efficient farming and staking", - "explorer": "https://bscscan.com/token/0x46b605a45483df3d4944a6f06c664ca86382c203", - "type": "BEP20", - "symbol": "FUGU", - "decimals": 0, - "status": "active", - "id": "0x46B605a45483Df3d4944A6F06C664CA86382c203" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x46B605a45483Df3d4944A6F06C664CA86382c203/logo.png b/blockchains/smartchain/assets/0x46B605a45483Df3d4944A6F06C664CA86382c203/logo.png deleted file mode 100644 index 446fd1298fd1a..0000000000000 Binary files a/blockchains/smartchain/assets/0x46B605a45483Df3d4944A6F06C664CA86382c203/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x46CBE14F4Ab4C665e084a0a868c49098f0Ce7704/info.json b/blockchains/smartchain/assets/0x46CBE14F4Ab4C665e084a0a868c49098f0Ce7704/info.json deleted file mode 100644 index a62680f5d39d4..0000000000000 --- a/blockchains/smartchain/assets/0x46CBE14F4Ab4C665e084a0a868c49098f0Ce7704/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "The Great Wave", - "website": "https://wave.cash/", - "description": "WAVE is the token of the Great Wave off Kanagawa cyber community. Tokens are only issued by airdrop, anyone who is willing to spend a small amount of miner fees can get it for free. Relying on the surpports of the huge community members of the Great Wave off Kanagawa cyber community, accelerate the expansion of the influence of the cryptocurrency and blockchain industry.", - "explorer": "https://bscscan.com/token/0x46cbe14f4ab4c665e084a0a868c49098f0ce7704", - "type": "BEP20", - "symbol": "WAVE", - "decimals": 18, - "status": "active", - "id": "0x46CBE14F4Ab4C665e084a0a868c49098f0Ce7704" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x46CBE14F4Ab4C665e084a0a868c49098f0Ce7704/logo.png b/blockchains/smartchain/assets/0x46CBE14F4Ab4C665e084a0a868c49098f0Ce7704/logo.png deleted file mode 100644 index 6b7fcbd30c53a..0000000000000 Binary files a/blockchains/smartchain/assets/0x46CBE14F4Ab4C665e084a0a868c49098f0Ce7704/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x46D502Fac9aEA7c5bC7B13C8Ec9D02378C33D36F/info.json b/blockchains/smartchain/assets/0x46D502Fac9aEA7c5bC7B13C8Ec9D02378C33D36F/info.json deleted file mode 100644 index 05bd6298f83c6..0000000000000 --- a/blockchains/smartchain/assets/0x46D502Fac9aEA7c5bC7B13C8Ec9D02378C33D36F/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "WolfSafePoorPeople", - "website": "https://wolfsafepoorpeople.com", - "description": "The first cryptocurrency to think about reducing the poor by providing social assistance.", - "explorer": "https://bscscan.com/token/0x46D502Fac9aEA7c5bC7B13C8Ec9D02378C33D36F", - "type": "BEP20", - "symbol": "WSPP", - "decimals": 0, - "status": "active", - "id": "0x46D502Fac9aEA7c5bC7B13C8Ec9D02378C33D36F" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x46D502Fac9aEA7c5bC7B13C8Ec9D02378C33D36F/logo.png b/blockchains/smartchain/assets/0x46D502Fac9aEA7c5bC7B13C8Ec9D02378C33D36F/logo.png deleted file mode 100644 index d58c64a812c50..0000000000000 Binary files a/blockchains/smartchain/assets/0x46D502Fac9aEA7c5bC7B13C8Ec9D02378C33D36F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x46c3A14009645Ea49D781442f7e5AB221dF4Bb56/info.json b/blockchains/smartchain/assets/0x46c3A14009645Ea49D781442f7e5AB221dF4Bb56/info.json deleted file mode 100644 index 74b41fec5467f..0000000000000 --- a/blockchains/smartchain/assets/0x46c3A14009645Ea49D781442f7e5AB221dF4Bb56/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CTL Token", - "website": "https://cryptolio.finance/", - "description": "First Tokenomics Platform and Staking Reward Portfolio", - "explorer": "https://bscscan.com/token/0x46c3a14009645ea49d781442f7e5ab221df4bb56", - "type": "BEP20", - "symbol": "CTL", - "decimals": 8, - "status": "active", - "id": "0x46c3A14009645Ea49D781442f7e5AB221dF4Bb56" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x46c3A14009645Ea49D781442f7e5AB221dF4Bb56/logo.png b/blockchains/smartchain/assets/0x46c3A14009645Ea49D781442f7e5AB221dF4Bb56/logo.png deleted file mode 100644 index 55bf0038cf1a3..0000000000000 Binary files a/blockchains/smartchain/assets/0x46c3A14009645Ea49D781442f7e5AB221dF4Bb56/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x471f883BBd2c705F418Ba3d6667ef05342C4ee05/info.json b/blockchains/smartchain/assets/0x471f883BBd2c705F418Ba3d6667ef05342C4ee05/info.json deleted file mode 100644 index 598767d7ad77a..0000000000000 --- a/blockchains/smartchain/assets/0x471f883BBd2c705F418Ba3d6667ef05342C4ee05/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "SpongeBob Square", - "type": "BEP20", - "symbol": "SPONGS", - "decimals": 9, - "website": "https://www.spongebobsquare.com/", - "description": "Spong is a meme token and has its own web marketplace that provides hoodies that can be purchased using the Spong token", - "explorer": "https://bscscan.com/token/0x471f883BBd2c705F418Ba3d6667ef05342C4ee05", - "status": "active", - "id": "0x471f883BBd2c705F418Ba3d6667ef05342C4ee05", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Spongssqueare" - }, - { - "name": "github", - "url": "https://github.com/spongebobsquareE" - }, - { - "name": "telegram", - "url": "https://t.me/Spongsquare" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/spongebob-square/" - } - ], - "tags": [ - "memes" - ] -} diff --git a/blockchains/smartchain/assets/0x471f883BBd2c705F418Ba3d6667ef05342C4ee05/logo.png b/blockchains/smartchain/assets/0x471f883BBd2c705F418Ba3d6667ef05342C4ee05/logo.png deleted file mode 100644 index c0a487c8a815c..0000000000000 Binary files a/blockchains/smartchain/assets/0x471f883BBd2c705F418Ba3d6667ef05342C4ee05/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4732A86106064577933552FCea993D30BEC950a5/info.json b/blockchains/smartchain/assets/0x4732A86106064577933552FCea993D30BEC950a5/info.json deleted file mode 100644 index 88cee8559b27f..0000000000000 --- a/blockchains/smartchain/assets/0x4732A86106064577933552FCea993D30BEC950a5/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Digichain Coin", - "type": "BEP20", - "symbol": "DIGICHAIN", - "decimals": 9, - "website": "https://prodigichain.com", - "description": "DIGICHAIN Coin The future of the crypto word, Digichain Coin has a project that adapts to all the needs of people's activities in the crypto world.", - "explorer": "https://bscscan.com/token/0x4732a86106064577933552fcea993d30bec950a5", - "status": "active", - "id": "0x4732A86106064577933552FCea993D30BEC950a5", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/prodigichain" - }, - { - "name": "telegram", - "url": "https://t.me/prodigitalchain" - }, - { - "name": "github", - "url": "https://github.com/prodigichain" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/digichain/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/digichain-coin" - }, - { - "name": "source_code", - "url": "https://github.com/prodigichain/smartcontract/blob/main/digichain.sol" - }, - { - "name": "whitepaper", - "url": "https://prodigichain.com/whitepaper/digipaper.pdf" - } - ], - "tags": [ - "binance-peg" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4732A86106064577933552FCea993D30BEC950a5/logo.png b/blockchains/smartchain/assets/0x4732A86106064577933552FCea993D30BEC950a5/logo.png deleted file mode 100644 index 01d91c456ba4d..0000000000000 Binary files a/blockchains/smartchain/assets/0x4732A86106064577933552FCea993D30BEC950a5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x473Eb9Bd02Ad444D7E686FAB384afC476cC337B8/info.json b/blockchains/smartchain/assets/0x473Eb9Bd02Ad444D7E686FAB384afC476cC337B8/info.json deleted file mode 100644 index 323693dad4f0b..0000000000000 --- a/blockchains/smartchain/assets/0x473Eb9Bd02Ad444D7E686FAB384afC476cC337B8/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LITTLE FISH MOON", - "website": "https://littlefishmoon.finance/", - "description": "It is a community driven project built on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x473eb9bd02ad444d7e686fab384afc476cc337b8", - "type": "BEP20", - "symbol": "LTFM", - "decimals": 9, - "status": "active", - "id": "0x473Eb9Bd02Ad444D7E686FAB384afC476cC337B8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x473Eb9Bd02Ad444D7E686FAB384afC476cC337B8/logo.png b/blockchains/smartchain/assets/0x473Eb9Bd02Ad444D7E686FAB384afC476cC337B8/logo.png deleted file mode 100644 index 38cf2206d4cd7..0000000000000 Binary files a/blockchains/smartchain/assets/0x473Eb9Bd02Ad444D7E686FAB384afC476cC337B8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4756cd85Cd07769c2Ce07A73497f208D56D48eC1/info.json b/blockchains/smartchain/assets/0x4756cd85Cd07769c2Ce07A73497f208D56D48eC1/info.json deleted file mode 100644 index 19bd4a44c4697..0000000000000 --- a/blockchains/smartchain/assets/0x4756cd85Cd07769c2Ce07A73497f208D56D48eC1/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "DogeCola", - "website": "https://www.dogecola.finance/", - "description": "Dogecoin currency of Earth.DogeCola the people’s soft drink", - "explorer": "https://bscscan.com/token/0x4756cd85Cd07769c2Ce07A73497f208D56D48eC1", - "type": "BEP20", - "symbol": "DOGECOLA", - "decimals": 18, - "status": "active", - "id": "0x4756cd85Cd07769c2Ce07A73497f208D56D48eC1", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/dogecola" - }, - { - "name": "twitter", - "url": "https://twitter.com/doge_cola" - }, - { - "name": "telegram", - "url": "https://t.me/dogecola" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4756cd85Cd07769c2Ce07A73497f208D56D48eC1/logo.png b/blockchains/smartchain/assets/0x4756cd85Cd07769c2Ce07A73497f208D56D48eC1/logo.png deleted file mode 100644 index 4d3e766057735..0000000000000 Binary files a/blockchains/smartchain/assets/0x4756cd85Cd07769c2Ce07A73497f208D56D48eC1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x475C8dF9860E42605d9917f0a2E522cC861cbf82/info.json b/blockchains/smartchain/assets/0x475C8dF9860E42605d9917f0a2E522cC861cbf82/info.json deleted file mode 100644 index f3b6d373ed25f..0000000000000 --- a/blockchains/smartchain/assets/0x475C8dF9860E42605d9917f0a2E522cC861cbf82/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Scorpion Finance", - "type": "BEP20", - "symbol": "ScorpFin", - "decimals": 18, - "website": "https://www.scorpion-finance.com/", - "description": "Scorpion Finance is one of the newest and forward-looking innovation projects in cryptocurrency platforms. Scorpion-finance aims to interconnect Blockchain services like Defi, NFT, Gaming, Payment and Marketplace under one seamless, responsive, and easy-to-use ecosystem.", - "explorer": "https://bscscan.com/token/0x475C8dF9860E42605d9917f0a2E522cC861cbf82", - "status": "active", - "id": "0x475C8dF9860E42605d9917f0a2E522cC861cbf82", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/scorpion-finance/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/scorpion-finance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x475C8dF9860E42605d9917f0a2E522cC861cbf82/logo.png b/blockchains/smartchain/assets/0x475C8dF9860E42605d9917f0a2E522cC861cbf82/logo.png deleted file mode 100644 index 2ea3292d7b4c2..0000000000000 Binary files a/blockchains/smartchain/assets/0x475C8dF9860E42605d9917f0a2E522cC861cbf82/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x475bFaa1848591ae0E6aB69600f48d828f61a80E/info.json b/blockchains/smartchain/assets/0x475bFaa1848591ae0E6aB69600f48d828f61a80E/info.json deleted file mode 100644 index 3425ef1b90756..0000000000000 --- a/blockchains/smartchain/assets/0x475bFaa1848591ae0E6aB69600f48d828f61a80E/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Everdome", - "type": "BEP20", - "symbol": "DOME", - "decimals": 18, - "website": "https://everdome.io/", - "description": "Everdome will provide a destination for Metahero’s remarkable tech to live, interact and flourish. Taking Metahero from the gateway into the metaverse, together with Everdome, to a fully ubiquitous web3 experience - to the point when you take off your VR headset you won’t be able to tell what’s real and what’s not.", - "explorer": "https://bscscan.com/token/0x475bfaa1848591ae0e6ab69600f48d828f61a80e", - "status": "active", - "id": "0x475bFaa1848591ae0E6aB69600f48d828f61a80E", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Everdome_io" - }, - { - "name": "telegram", - "url": "https://t.me/everdome" - } - ], - "tags": [ - "deflationary" - ] -} diff --git a/blockchains/smartchain/assets/0x475bFaa1848591ae0E6aB69600f48d828f61a80E/logo.png b/blockchains/smartchain/assets/0x475bFaa1848591ae0E6aB69600f48d828f61a80E/logo.png deleted file mode 100644 index b4c5e8a146c0b..0000000000000 Binary files a/blockchains/smartchain/assets/0x475bFaa1848591ae0E6aB69600f48d828f61a80E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x476DA763fb6D22B8465f7886d2d652A428a93984/info.json b/blockchains/smartchain/assets/0x476DA763fb6D22B8465f7886d2d652A428a93984/info.json deleted file mode 100644 index b0b1312bd7ba8..0000000000000 --- a/blockchains/smartchain/assets/0x476DA763fb6D22B8465f7886d2d652A428a93984/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Mero", - "website": "https://mero.blue", - "description": "Mero is open source, community owned and driven. We are helping spearhead change in the crypto world, by encouraging mass adoption of cryptocurrency payments by open source development of revolutionary use cases.", - "explorer": "https://bscscan.com/token/0x476da763fb6d22b8465f7886d2d652a428a93984", - "type": "BEP20", - "symbol": "MERO", - "decimals": 18, - "status": "active", - "id": "0x476DA763fb6D22B8465f7886d2d652A428a93984" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x476DA763fb6D22B8465f7886d2d652A428a93984/logo.png b/blockchains/smartchain/assets/0x476DA763fb6D22B8465f7886d2d652A428a93984/logo.png deleted file mode 100644 index 0c7ac57941732..0000000000000 Binary files a/blockchains/smartchain/assets/0x476DA763fb6D22B8465f7886d2d652A428a93984/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x477bC8d23c634C154061869478bce96BE6045D12/info.json b/blockchains/smartchain/assets/0x477bC8d23c634C154061869478bce96BE6045D12/info.json deleted file mode 100644 index 35e1b91085177..0000000000000 --- a/blockchains/smartchain/assets/0x477bC8d23c634C154061869478bce96BE6045D12/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SeedifyFund", - "type": "BEP20", - "symbol": "SFUND", - "decimals": 18, - "website": "https://seedify.fund", - "description": "A Blockchain Innovation Ecosystem, with a Seed Stage Fund, Decentralized Incubator, and Launchpad", - "explorer": "https://bscscan.com/token/0x477bC8d23c634C154061869478bce96BE6045D12", - "status": "active", - "id": "0x477bC8d23c634C154061869478bce96BE6045D12" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x477bC8d23c634C154061869478bce96BE6045D12/logo.png b/blockchains/smartchain/assets/0x477bC8d23c634C154061869478bce96BE6045D12/logo.png deleted file mode 100644 index 149d2563079dd..0000000000000 Binary files a/blockchains/smartchain/assets/0x477bC8d23c634C154061869478bce96BE6045D12/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4796AB7F44E0561Ae353119B3E59a3F724E5F49e/info.json b/blockchains/smartchain/assets/0x4796AB7F44E0561Ae353119B3E59a3F724E5F49e/info.json deleted file mode 100644 index ebe8ff73c26d5..0000000000000 --- a/blockchains/smartchain/assets/0x4796AB7F44E0561Ae353119B3E59a3F724E5F49e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FOX Token", - "website": "https://foxnft.io", - "description": "FoxNFT is an ecological platform focusing on NFT to promote the concept of digital brand assets, it is based on the BSC smart chain and through encryption technology to solve brand assets’ issues in casting, trading, storaging, distributing and other issues.FoxNFT can empower NFT and brands in financial, game, collecting, social and other scenarios, opening barriers to the real and encrypted world.", - "explorer": "https://bscscan.com/token/0x4796ab7f44e0561ae353119b3e59a3f724e5f49e", - "type": "BEP20", - "symbol": "FOX", - "decimals": 18, - "status": "active", - "id": "0x4796AB7F44E0561Ae353119B3E59a3F724E5F49e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4796AB7F44E0561Ae353119B3E59a3F724E5F49e/logo.png b/blockchains/smartchain/assets/0x4796AB7F44E0561Ae353119B3E59a3F724E5F49e/logo.png deleted file mode 100644 index 880adf1e8f507..0000000000000 Binary files a/blockchains/smartchain/assets/0x4796AB7F44E0561Ae353119B3E59a3F724E5F49e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x47BEAd2563dCBf3bF2c9407fEa4dC236fAbA485A/info.json b/blockchains/smartchain/assets/0x47BEAd2563dCBf3bF2c9407fEa4dC236fAbA485A/info.json deleted file mode 100644 index 15c22f733d052..0000000000000 --- a/blockchains/smartchain/assets/0x47BEAd2563dCBf3bF2c9407fEa4dC236fAbA485A/info.json +++ /dev/null @@ -1,12 +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://bscscan.com/token/0x47BEAd2563dCBf3bF2c9407fEa4dC236fAbA485A", - "research": "https://research.binance.com/en/projects/swipe", - "type": "BEP20", - "symbol": "SXP", - "decimals": 18, - "status": "active", - "id": "0x47BEAd2563dCBf3bF2c9407fEa4dC236fAbA485A" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x47BEAd2563dCBf3bF2c9407fEa4dC236fAbA485A/logo.png b/blockchains/smartchain/assets/0x47BEAd2563dCBf3bF2c9407fEa4dC236fAbA485A/logo.png deleted file mode 100644 index d3c9933a2ebf8..0000000000000 Binary files a/blockchains/smartchain/assets/0x47BEAd2563dCBf3bF2c9407fEa4dC236fAbA485A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x47FdfeA2c5741Acd7Be0377029D6C507154D86B9/info.json b/blockchains/smartchain/assets/0x47FdfeA2c5741Acd7Be0377029D6C507154D86B9/info.json deleted file mode 100644 index 5f38df43a84eb..0000000000000 --- a/blockchains/smartchain/assets/0x47FdfeA2c5741Acd7Be0377029D6C507154D86B9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeETH", - "type": "BEP20", - "symbol": "SAFEETH", - "decimals": 9, - "website": "https://safeethbsc.com/", - "description": "SafeETH is an autonomous yield and liquidly generation protocol.", - "explorer": "https://bscscan.com/token/0x47FdfeA2c5741Acd7Be0377029D6C507154D86B9", - "status": "active", - "id": "0x47FdfeA2c5741Acd7Be0377029D6C507154D86B9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x47FdfeA2c5741Acd7Be0377029D6C507154D86B9/logo.png b/blockchains/smartchain/assets/0x47FdfeA2c5741Acd7Be0377029D6C507154D86B9/logo.png deleted file mode 100644 index 5a0820f09ea60..0000000000000 Binary files a/blockchains/smartchain/assets/0x47FdfeA2c5741Acd7Be0377029D6C507154D86B9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x47b80B600d5E4d2a6C2E1bDA0e2D460EF6689850/info.json b/blockchains/smartchain/assets/0x47b80B600d5E4d2a6C2E1bDA0e2D460EF6689850/info.json deleted file mode 100644 index cd986996f6387..0000000000000 --- a/blockchains/smartchain/assets/0x47b80B600d5E4d2a6C2E1bDA0e2D460EF6689850/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "AutCoin", - "website": "https://www.autcoin.io/", - "description": "AutCoin is a charity token designed to support people with Autism", - "explorer": "https://bscscan.com/token/0x47b80B600d5E4d2a6C2E1bDA0e2D460EF6689850", - "type": "BEP20", - "symbol": "AUT", - "decimals": 9, - "status": "active", - "id": "0x47b80B600d5E4d2a6C2E1bDA0e2D460EF6689850" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x47b80B600d5E4d2a6C2E1bDA0e2D460EF6689850/logo.png b/blockchains/smartchain/assets/0x47b80B600d5E4d2a6C2E1bDA0e2D460EF6689850/logo.png deleted file mode 100644 index b3eb0b9993001..0000000000000 Binary files a/blockchains/smartchain/assets/0x47b80B600d5E4d2a6C2E1bDA0e2D460EF6689850/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x47c1C7B9D7941A7265D123DCfb100D8FB5348213/info.json b/blockchains/smartchain/assets/0x47c1C7B9D7941A7265D123DCfb100D8FB5348213/info.json deleted file mode 100644 index 93d4c55a29441..0000000000000 --- a/blockchains/smartchain/assets/0x47c1C7B9D7941A7265D123DCfb100D8FB5348213/info.json +++ /dev/null @@ -1,12 +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://bscscan.com/token/0x47c1c7b9d7941a7265d123dcfb100d8fb5348213", - "research": "https://yvs.finance/files/whitepaper.pdf", - "type": "BEP20", - "symbol": "YVS", - "decimals": 18, - "status": "active", - "id": "0x47c1C7B9D7941A7265D123DCfb100D8FB5348213" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x47c1C7B9D7941A7265D123DCfb100D8FB5348213/logo.png b/blockchains/smartchain/assets/0x47c1C7B9D7941A7265D123DCfb100D8FB5348213/logo.png deleted file mode 100644 index 6966541c0061c..0000000000000 Binary files a/blockchains/smartchain/assets/0x47c1C7B9D7941A7265D123DCfb100D8FB5348213/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x47cC5334F65611EA6Be9e933C49485c88C17F5F0/info.json b/blockchains/smartchain/assets/0x47cC5334F65611EA6Be9e933C49485c88C17F5F0/info.json deleted file mode 100644 index 72f538f57076a..0000000000000 --- a/blockchains/smartchain/assets/0x47cC5334F65611EA6Be9e933C49485c88C17F5F0/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "EpicHero Token", - "website": "https://epichero.io/", - "description": "EpicHero is the Biggest 3D NFT War Game on BSC, the first ever P2E game with NFT holders reflection rewards in BNB", - "explorer": "https://bscscan.com/token/0x47cc5334f65611ea6be9e933c49485c88c17f5f0", - "type": "BEP20", - "symbol": "EPICHERO", - "decimals": 18, - "status": "active", - "id": "0x47cC5334F65611EA6Be9e933C49485c88C17F5F0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/EpicHeroio" - }, - { - "name": "telegram", - "url": "https://t.me/epicheroio" - }, - { - "name": "docs", - "url": "https://docs.epichero.io/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/epicheroio/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCwvzcKP6hp-9Ud21iyeA_aA" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/epichero" - }, - { - "name": "github", - "url": "https://github.com/epicheronft/epichero-token-contract?fbclid=IwAR0irxgUcWDejbebFNa08qYalvg5SpNlbwWWuTcRSIKAKjbLvlANcy8BQsU" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x47cC5334F65611EA6Be9e933C49485c88C17F5F0/logo.png b/blockchains/smartchain/assets/0x47cC5334F65611EA6Be9e933C49485c88C17F5F0/logo.png deleted file mode 100644 index 675d14cc4a9f1..0000000000000 Binary files a/blockchains/smartchain/assets/0x47cC5334F65611EA6Be9e933C49485c88C17F5F0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x47d3093210031664Ec8d0Ce29E3dcb616BaA4E1A/info.json b/blockchains/smartchain/assets/0x47d3093210031664Ec8d0Ce29E3dcb616BaA4E1A/info.json deleted file mode 100644 index 7ed6d66c7b57b..0000000000000 --- a/blockchains/smartchain/assets/0x47d3093210031664Ec8d0Ce29E3dcb616BaA4E1A/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "XCell Finance", - "type": "BEP20", - "symbol": "XCELL", - "decimals": 18, - "website": "https://xcellfinance.org/", - "description": "Xcell is a defi protocol powered by binance smart chain", - "explorer": "https://bscscan.com/token/0x47d3093210031664Ec8d0Ce29E3dcb616BaA4E1A", - "status": "active", - "id": "0x47d3093210031664Ec8d0Ce29E3dcb616BaA4E1A" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x47d3093210031664Ec8d0Ce29E3dcb616BaA4E1A/logo.png b/blockchains/smartchain/assets/0x47d3093210031664Ec8d0Ce29E3dcb616BaA4E1A/logo.png deleted file mode 100644 index 240a5f0c26637..0000000000000 Binary files a/blockchains/smartchain/assets/0x47d3093210031664Ec8d0Ce29E3dcb616BaA4E1A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x47d42E0e864ceFf8C4270F7b6E1f6F91Da45882C/info.json b/blockchains/smartchain/assets/0x47d42E0e864ceFf8C4270F7b6E1f6F91Da45882C/info.json deleted file mode 100644 index ca82bc88a79d0..0000000000000 --- a/blockchains/smartchain/assets/0x47d42E0e864ceFf8C4270F7b6E1f6F91Da45882C/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "EverEarn", - "type": "BEP20", - "symbol": "EARN", - "decimals": 18, - "website": "https://everearn.net", - "description": "EverEarn Coin (EARN), is a BSC blockchain platform designed to DISTRIBUTE WEALTH to the people, by providing the HIGHEST BUSD REWARDS ratio on the planet.", - "explorer": "https://bscscan.com/token/0x47d42E0e864ceFf8C4270F7b6E1f6F91Da45882C", - "status": "active", - "id": "0x47d42E0e864ceFf8C4270F7b6E1f6F91Da45882C", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/theEverEarn" - }, - { - "name": "telegram", - "url": "https://t.me/EverEarnOfficial" - }, - { - "name": "facebook", - "url": "https://facebook.com/everearnofficial/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/everearn/" - } - ], - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x47d42E0e864ceFf8C4270F7b6E1f6F91Da45882C/logo.png b/blockchains/smartchain/assets/0x47d42E0e864ceFf8C4270F7b6E1f6F91Da45882C/logo.png deleted file mode 100644 index 2739253a2d422..0000000000000 Binary files a/blockchains/smartchain/assets/0x47d42E0e864ceFf8C4270F7b6E1f6F91Da45882C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x47dd8AEF9015d8e5a91d5B9062828BBCcd5fEFcc/info.json b/blockchains/smartchain/assets/0x47dd8AEF9015d8e5a91d5B9062828BBCcd5fEFcc/info.json deleted file mode 100644 index 09ade49b20227..0000000000000 --- a/blockchains/smartchain/assets/0x47dd8AEF9015d8e5a91d5B9062828BBCcd5fEFcc/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TANTAN Token", - "website": "https://tantantoken.com", - "description": "TANTAN is Memes Token", - "explorer": "https://bscscan.com/token/0x47dd8AEF9015d8e5a91d5B9062828BBCcd5fEFcc", - "symbol": "TANTAN", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x47dd8AEF9015d8e5a91d5B9062828BBCcd5fEFcc" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x47dd8AEF9015d8e5a91d5B9062828BBCcd5fEFcc/logo.png b/blockchains/smartchain/assets/0x47dd8AEF9015d8e5a91d5B9062828BBCcd5fEFcc/logo.png deleted file mode 100644 index 2cbd750d7d21e..0000000000000 Binary files a/blockchains/smartchain/assets/0x47dd8AEF9015d8e5a91d5B9062828BBCcd5fEFcc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x47e28936D9c7944D106e46295d87A8E4c1Be818c/info.json b/blockchains/smartchain/assets/0x47e28936D9c7944D106e46295d87A8E4c1Be818c/info.json deleted file mode 100644 index caafbc1e42912..0000000000000 --- a/blockchains/smartchain/assets/0x47e28936D9c7944D106e46295d87A8E4c1Be818c/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MOONBAR", - "website": "https://moonbar.finance/", - "description": "Moonbar is the most delicious community-driven, fair-launched DeFi project built on Binance Smart Chain. Hodl $MOONBAR and earn $BNB while sleeping.", - "explorer": "https://bscscan.com/token/0x47e28936D9c7944D106e46295d87A8E4c1Be818c", - "type": "BEP20", - "symbol": "MOONBAR", - "decimals": 9, - "status": "active", - "id": "0x47e28936D9c7944D106e46295d87A8E4c1Be818c" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x47e28936D9c7944D106e46295d87A8E4c1Be818c/logo.png b/blockchains/smartchain/assets/0x47e28936D9c7944D106e46295d87A8E4c1Be818c/logo.png deleted file mode 100644 index 1644943f96c0a..0000000000000 Binary files a/blockchains/smartchain/assets/0x47e28936D9c7944D106e46295d87A8E4c1Be818c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x47e7dd5fA9BBd280C5422E5106b1Da444344c206/info.json b/blockchains/smartchain/assets/0x47e7dd5fA9BBd280C5422E5106b1Da444344c206/info.json deleted file mode 100644 index cb816e6dcf108..0000000000000 --- a/blockchains/smartchain/assets/0x47e7dd5fA9BBd280C5422E5106b1Da444344c206/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "World of Waves", - "type": "BEP20", - "symbol": "WOW", - "decimals": 9, - "website": "https://wow.surf", - "description": "WoW is a frictionless Yield & Liquidity Generation Token with a 10% fee: 5% Redistribution to all holders, 3% Matched LP, 2% to our Charity wallet for saving the worlds aquatic wildlife!", - "explorer": "https://bscscan.com/token/0x47e7dd5fA9BBd280C5422E5106b1Da444344c206", - "status": "abandoned", - "id": "0x47e7dd5fA9BBd280C5422E5106b1Da444344c206" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x47e7dd5fA9BBd280C5422E5106b1Da444344c206/logo.png b/blockchains/smartchain/assets/0x47e7dd5fA9BBd280C5422E5106b1Da444344c206/logo.png deleted file mode 100644 index d8c44ee45e8ee..0000000000000 Binary files a/blockchains/smartchain/assets/0x47e7dd5fA9BBd280C5422E5106b1Da444344c206/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x47fD00664661058546fdDaDA3eecc9f2CD41020e/info.json b/blockchains/smartchain/assets/0x47fD00664661058546fdDaDA3eecc9f2CD41020e/info.json deleted file mode 100644 index a096df468ea36..0000000000000 --- a/blockchains/smartchain/assets/0x47fD00664661058546fdDaDA3eecc9f2CD41020e/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "MINIKISHU", - "type": "BEP20", - "symbol": "$MINIKISHU", - "decimals": 9, - "website": "https://mini-kishu.com/", - "description": "Mini Kishu was created in September 2021 by crypto influencers with the goal of being a decentralized meme project with true purpose.", - "explorer": "https://bscscan.com/token/0x47fD00664661058546fdDaDA3eecc9f2CD41020e", - "status": "active", - "id": "0x47fD00664661058546fdDaDA3eecc9f2CD41020e", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mini-kishu" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/minikishu" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x47fD00664661058546fdDaDA3eecc9f2CD41020e/logo.png b/blockchains/smartchain/assets/0x47fD00664661058546fdDaDA3eecc9f2CD41020e/logo.png deleted file mode 100644 index 791c98597bb48..0000000000000 Binary files a/blockchains/smartchain/assets/0x47fD00664661058546fdDaDA3eecc9f2CD41020e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x484312A0AAeaE3aE36a74FF3e294246F35dDDf4F/info.json b/blockchains/smartchain/assets/0x484312A0AAeaE3aE36a74FF3e294246F35dDDf4F/info.json deleted file mode 100644 index af048922070e5..0000000000000 --- a/blockchains/smartchain/assets/0x484312A0AAeaE3aE36a74FF3e294246F35dDDf4F/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Baby Shark Tank", - "website": "https://Bashtank.com/", - "description": "Elon Tweets, we all eat", - "explorer": "https://bscscan.com/token/0x484312A0AAeaE3aE36a74FF3e294246F35dDDf4F", - "type": "BEP20", - "symbol": "Bashtank", - "decimals": 9, - "status": "active", - "id": "0x484312A0AAeaE3aE36a74FF3e294246F35dDDf4F" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x484312A0AAeaE3aE36a74FF3e294246F35dDDf4F/logo.png b/blockchains/smartchain/assets/0x484312A0AAeaE3aE36a74FF3e294246F35dDDf4F/logo.png deleted file mode 100644 index d3337cd0221d7..0000000000000 Binary files a/blockchains/smartchain/assets/0x484312A0AAeaE3aE36a74FF3e294246F35dDDf4F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x487770734490Ac571Cda3Bc06067048EcC5cAa4e/info.json b/blockchains/smartchain/assets/0x487770734490Ac571Cda3Bc06067048EcC5cAa4e/info.json deleted file mode 100644 index 58c71a60cdd82..0000000000000 --- a/blockchains/smartchain/assets/0x487770734490Ac571Cda3Bc06067048EcC5cAa4e/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "CherryPick", - "type": "BEP20", - "symbol": "Cherry", - "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://bscscan.com/token/0x487770734490Ac571Cda3Bc06067048EcC5cAa4e", - "status": "active", - "id": "0x487770734490Ac571Cda3Bc06067048EcC5cAa4e", - "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/smartchain/assets/0x487770734490Ac571Cda3Bc06067048EcC5cAa4e/logo.png b/blockchains/smartchain/assets/0x487770734490Ac571Cda3Bc06067048EcC5cAa4e/logo.png deleted file mode 100644 index 88a2d85154d74..0000000000000 Binary files a/blockchains/smartchain/assets/0x487770734490Ac571Cda3Bc06067048EcC5cAa4e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x487E464ED2F07306D5D0ADd219c7e13d3be9D867/info.json b/blockchains/smartchain/assets/0x487E464ED2F07306D5D0ADd219c7e13d3be9D867/info.json deleted file mode 100644 index 0a193e07373f9..0000000000000 --- a/blockchains/smartchain/assets/0x487E464ED2F07306D5D0ADd219c7e13d3be9D867/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "The xHunter", - "website": "https://thexhunter.com/", - "description": "The xHunter is a community driven platform that aims to bridge the gap between blockchain and the outdoors. Our goal is to be the gateway for all outdoor enthusiasts into the crypto world. This will be made possible through outdoor events, adventure store and our very own NFT game.", - "explorer": "https://bscscan.com/token/0x487e464ed2f07306d5d0add219c7e13d3be9d867", - "type": "BEP20", - "symbol": "XHT", - "decimals": 9, - "status": "active", - "id": "0x487E464ED2F07306D5D0ADd219c7e13d3be9D867", - "links": [ - { - "name": "discord", - "url": "https://discord.com/invite/Q3j7yzsm" - }, - { - "name": "twitter", - "url": "https://twitter.com/The_x_Hunter_" - }, - { - "name": "telegram", - "url": "https://t.me/X_Hunter_tg" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x487E464ED2F07306D5D0ADd219c7e13d3be9D867/logo.png b/blockchains/smartchain/assets/0x487E464ED2F07306D5D0ADd219c7e13d3be9D867/logo.png deleted file mode 100644 index eab54046564a7..0000000000000 Binary files a/blockchains/smartchain/assets/0x487E464ED2F07306D5D0ADd219c7e13d3be9D867/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x487ecd4cFa635D1a9409E86Cd22d33d5abEb7b44/info.json b/blockchains/smartchain/assets/0x487ecd4cFa635D1a9409E86Cd22d33d5abEb7b44/info.json deleted file mode 100644 index 747b0e8ae63f8..0000000000000 --- a/blockchains/smartchain/assets/0x487ecd4cFa635D1a9409E86Cd22d33d5abEb7b44/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Vangold", - "type": "BEP20", - "symbol": "VGD", - "decimals": 18, - "website": "https://vangold.finance", - "description": "VANGOLD is one of the worlds first blockchain-based freelancer platform on the Binance Chain network, working with 100% decentralized smart contract.", - "explorer": "https://bscscan.com/token/0x487ecd4cFa635D1a9409E86Cd22d33d5abEb7b44", - "status": "active", - "id": "0x487ecd4cFa635D1a9409E86Cd22d33d5abEb7b44", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/vangoldfinance" - }, - { - "name": "github", - "url": "https://github.com/vangoldfinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x487ecd4cFa635D1a9409E86Cd22d33d5abEb7b44/logo.png b/blockchains/smartchain/assets/0x487ecd4cFa635D1a9409E86Cd22d33d5abEb7b44/logo.png deleted file mode 100644 index 8fed641d6aaa3..0000000000000 Binary files a/blockchains/smartchain/assets/0x487ecd4cFa635D1a9409E86Cd22d33d5abEb7b44/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x48A64f116Ce221fD7c1119775ba7892701F9911d/info.json b/blockchains/smartchain/assets/0x48A64f116Ce221fD7c1119775ba7892701F9911d/info.json deleted file mode 100644 index b77810bd4b69f..0000000000000 --- a/blockchains/smartchain/assets/0x48A64f116Ce221fD7c1119775ba7892701F9911d/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "GemSpree", - "type": "BEP20", - "symbol": "GEMS", - "decimals": 9, - "website": "https://gemspree.finance/", - "description": "Gemspree is a rug proof utility token which aims to provide an NFT marketplace combined with advertising platform and charity donations focusing on kids with cancer around the world. ", - "explorer": "https://bscscan.com/token/0x48A64f116Ce221fD7c1119775ba7892701F9911d", - "status": "active", - "id": "0x48A64f116Ce221fD7c1119775ba7892701F9911d" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x48A64f116Ce221fD7c1119775ba7892701F9911d/logo.png b/blockchains/smartchain/assets/0x48A64f116Ce221fD7c1119775ba7892701F9911d/logo.png deleted file mode 100644 index 4af4d9a8ca057..0000000000000 Binary files a/blockchains/smartchain/assets/0x48A64f116Ce221fD7c1119775ba7892701F9911d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x48CbC7f87C657fEA3B297F658a5133a5deeF9b04/info.json b/blockchains/smartchain/assets/0x48CbC7f87C657fEA3B297F658a5133a5deeF9b04/info.json deleted file mode 100644 index f85a023e26d3e..0000000000000 --- a/blockchains/smartchain/assets/0x48CbC7f87C657fEA3B297F658a5133a5deeF9b04/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "MiniFlokiADA", - "type": "BEP20", - "symbol": "MFLOKIADA", - "decimals": 9, - "website": "https://www.miniflokiada.com", - "description": "MiniFlokiADA, the All-In-One Function Token in Binance Smart Chain", - "explorer": "https://bscscan.com/token/0x48CbC7f87C657fEA3B297F658a5133a5deeF9b04", - "status": "active", - "id": "0x48CbC7f87C657fEA3B297F658a5133a5deeF9b04", - "links": [ - { - "name": "telegram", - "url": "https://t.me/miniflokiada" - }, - { - "name": "twitter", - "url": "https://twitter.com/miniflookiada" - }, - { - "name": "github", - "url": "https://github.com/MiniFlokiADA/MiniFlokiADA" - }, - { - "name": "telegram_news", - "url": "https://t.me/miniflokiadaannouncement" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/miniflokiada" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x48CbC7f87C657fEA3B297F658a5133a5deeF9b04/logo.png b/blockchains/smartchain/assets/0x48CbC7f87C657fEA3B297F658a5133a5deeF9b04/logo.png deleted file mode 100644 index 259f784fc801b..0000000000000 Binary files a/blockchains/smartchain/assets/0x48CbC7f87C657fEA3B297F658a5133a5deeF9b04/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x490DbA6180b089d8E36eBb1E56a33F1aE9B96b87/info.json b/blockchains/smartchain/assets/0x490DbA6180b089d8E36eBb1E56a33F1aE9B96b87/info.json deleted file mode 100644 index 807dd06561fdd..0000000000000 --- a/blockchains/smartchain/assets/0x490DbA6180b089d8E36eBb1E56a33F1aE9B96b87/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "OpenBiSea", - "type": "BEP20", - "symbol": "OBS", - "decimals": 18, - "website": "https://openbisea.io/", - "description": "Auction in a SAFU all-in-one place to cut any NFT deal in a few clicks. Mobile, decentralized, community-owned.", - "explorer": "https://bscscan.com/token/0x490DbA6180b089d8E36eBb1E56a33F1aE9B96b87", - "status": "active", - "id": "0x490DbA6180b089d8E36eBb1E56a33F1aE9B96b87" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x490DbA6180b089d8E36eBb1E56a33F1aE9B96b87/logo.png b/blockchains/smartchain/assets/0x490DbA6180b089d8E36eBb1E56a33F1aE9B96b87/logo.png deleted file mode 100644 index fb9f4d37d25e8..0000000000000 Binary files a/blockchains/smartchain/assets/0x490DbA6180b089d8E36eBb1E56a33F1aE9B96b87/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x49152DD96bE5a710fAcF9a8aB7DE4343A49186d5/info.json b/blockchains/smartchain/assets/0x49152DD96bE5a710fAcF9a8aB7DE4343A49186d5/info.json deleted file mode 100644 index 4dea95856c18a..0000000000000 --- a/blockchains/smartchain/assets/0x49152DD96bE5a710fAcF9a8aB7DE4343A49186d5/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "DART Inu", - "type": "BEP20", - "symbol": "DART", - "decimals": 9, - "website": "https://dartinu.com", - "description": "Dart Inu is a Metaverse token which supports the vision of NASA's Double Asteroid Redirection Test to defend Mother Earth", - "explorer": "https://bscscan.com/token/0x49152DD96bE5a710fAcF9a8aB7DE4343A49186d5", - "status": "active", - "id": "0x49152DD96bE5a710fAcF9a8aB7DE4343A49186d5", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/dartinu_bsc" - }, - { - "name": "github", - "url": "https://github.com/dartinu" - }, - { - "name": "telegram", - "url": "https://t.me/dartinu" - }, - { - "name": "telegram_news", - "url": "https://t.me/dartinu_news" - }, - { - "name": "whitepaper", - "url": "https://dartinu.com/assets/dart_inu_whitepaper.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/@dartinu" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/dart-inu/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/dart-inu" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x49152dd96be5a710facf9a8ab7de4343a49186d5#code" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x49152DD96bE5a710fAcF9a8aB7DE4343A49186d5/logo.png b/blockchains/smartchain/assets/0x49152DD96bE5a710fAcF9a8aB7DE4343A49186d5/logo.png deleted file mode 100644 index aa0ce163536dc..0000000000000 Binary files a/blockchains/smartchain/assets/0x49152DD96bE5a710fAcF9a8aB7DE4343A49186d5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x49324d59327fB799813B902dB55b2a118d601547/info.json b/blockchains/smartchain/assets/0x49324d59327fB799813B902dB55b2a118d601547/info.json deleted file mode 100644 index 3b16fd512d6f6..0000000000000 --- a/blockchains/smartchain/assets/0x49324d59327fB799813B902dB55b2a118d601547/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Boss Token", - "type": "BEP20", - "symbol": "BOSS", - "decimals": 9, - "website": "https://bosstoken.com/ ", - "description": "The Boss Token is a community driven DeFi cryptocurrency, with the aim to become the boss of Dogcoins! Two main functions happen during a trade, RFI static rewards distributed to holders and LP acquisition.", - "explorer": "https://bscscan.com/token/0x49324d59327fB799813B902dB55b2a118d601547", - "status": "active", - "id": "0x49324d59327fB799813B902dB55b2a118d601547", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/boss-token/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/boss" - }, - { - "name": "telegram", - "url": "https://t.me/bosstokencrypto" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x49324d59327fB799813B902dB55b2a118d601547/logo.png b/blockchains/smartchain/assets/0x49324d59327fB799813B902dB55b2a118d601547/logo.png deleted file mode 100644 index efc30c640018e..0000000000000 Binary files a/blockchains/smartchain/assets/0x49324d59327fB799813B902dB55b2a118d601547/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x494A2f5395aC213622762e4ef4d44661758Ca639/info.json b/blockchains/smartchain/assets/0x494A2f5395aC213622762e4ef4d44661758Ca639/info.json deleted file mode 100644 index 24603f36ae22a..0000000000000 --- a/blockchains/smartchain/assets/0x494A2f5395aC213622762e4ef4d44661758Ca639/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CashDog", - "website": "https://www.cashdog.io/", - "description": "CashDog is a Charity Focused DeFi Token with Automatic Liquidity Generation and Token Redistribution on each trade.", - "explorer": "https://bscscan.com/token/0x494a2f5395ac213622762e4ef4d44661758ca639", - "type": "BEP20", - "symbol": "CASHDOG", - "decimals": 9, - "status": "active", - "id": "0x494A2f5395aC213622762e4ef4d44661758Ca639" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x494A2f5395aC213622762e4ef4d44661758Ca639/logo.png b/blockchains/smartchain/assets/0x494A2f5395aC213622762e4ef4d44661758Ca639/logo.png deleted file mode 100644 index fbdd21a54e298..0000000000000 Binary files a/blockchains/smartchain/assets/0x494A2f5395aC213622762e4ef4d44661758Ca639/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4954e0062E0A7668A2FE3df924cD20E6440a7b77/info.json b/blockchains/smartchain/assets/0x4954e0062E0A7668A2FE3df924cD20E6440a7b77/info.json deleted file mode 100644 index 21d3e0760964c..0000000000000 --- a/blockchains/smartchain/assets/0x4954e0062E0A7668A2FE3df924cD20E6440a7b77/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ByteNext", - "type": "BEP20", - "symbol": "BNU", - "decimals": 18, - "website": "https://bytenext.io/", - "description": "BYTENEXT aims to build up the AvatarArt platform to support art creators worldwide to make their paintings become NFT on Binance Smart Chain, conduct auctions and transactions globally. AvatarArt will be a pioneer in bringing real values in life to the NFT space.", - "explorer": "https://bscscan.com/token/0x4954e0062e0a7668a2fe3df924cd20e6440a7b77", - "status": "active", - "id": "0x4954e0062E0A7668A2FE3df924cD20E6440a7b77" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4954e0062E0A7668A2FE3df924cD20E6440a7b77/logo.png b/blockchains/smartchain/assets/0x4954e0062E0A7668A2FE3df924cD20E6440a7b77/logo.png deleted file mode 100644 index 87c8d2968c15f..0000000000000 Binary files a/blockchains/smartchain/assets/0x4954e0062E0A7668A2FE3df924cD20E6440a7b77/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x49954Ad438fa9e27C21AeCd35078dD52cDDd96be/info.json b/blockchains/smartchain/assets/0x49954Ad438fa9e27C21AeCd35078dD52cDDd96be/info.json deleted file mode 100644 index 26eada32d700e..0000000000000 --- a/blockchains/smartchain/assets/0x49954Ad438fa9e27C21AeCd35078dD52cDDd96be/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "ZOMBIE SKRAT", - "type": "BEP20", - "symbol": "ZSKRAT", - "decimals": 9, - "website": "https://www.zombieskrat.com/", - "description": "Zombie SKRAT! Is a unique meme token which will go to extreme lengths to hold onto what he cares most about, $ZSKRAT token 💥", - "explorer": "https://bscscan.com/token/0x49954Ad438fa9e27C21AeCd35078dD52cDDd96be", - "status": "active", - "id": "0x49954Ad438fa9e27C21AeCd35078dD52cDDd96be", - "links": [ - { - "name": "telegram", - "url": "https://t.me/ZombieSKRAT" - }, - { - "name": "telegram_news", - "url": "https://t.me/ZombieSKRATANN" - } - ], - "tags": [ - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x49954Ad438fa9e27C21AeCd35078dD52cDDd96be/logo.png b/blockchains/smartchain/assets/0x49954Ad438fa9e27C21AeCd35078dD52cDDd96be/logo.png deleted file mode 100644 index 159be157a4998..0000000000000 Binary files a/blockchains/smartchain/assets/0x49954Ad438fa9e27C21AeCd35078dD52cDDd96be/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x49BA054B9664e99ac335667a917c63bB94332E84/info.json b/blockchains/smartchain/assets/0x49BA054B9664e99ac335667a917c63bB94332E84/info.json deleted file mode 100644 index 97601f8fc708c..0000000000000 --- a/blockchains/smartchain/assets/0x49BA054B9664e99ac335667a917c63bB94332E84/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "FTX Token (Portal)", - "type": "BEP20", - "symbol": "FTT", - "decimals": 18, - "description": "Cross Chain Portal Bridged Token", - "website": "https://ftx.com", - "explorer": "https://bscscan.com/token/0x49BA054B9664e99ac335667a917c63bB94332E84", - "status": "active", - "id": "0x49BA054B9664e99ac335667a917c63bB94332E84", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x49BA054B9664e99ac335667a917c63bB94332E84/logo.png b/blockchains/smartchain/assets/0x49BA054B9664e99ac335667a917c63bB94332E84/logo.png deleted file mode 100644 index a31cef5e53375..0000000000000 Binary files a/blockchains/smartchain/assets/0x49BA054B9664e99ac335667a917c63bB94332E84/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x49Da2Af365aE4F888C5390D7eC1c64ecd7368a79/info.json b/blockchains/smartchain/assets/0x49Da2Af365aE4F888C5390D7eC1c64ecd7368a79/info.json deleted file mode 100644 index 246bdbd53a88d..0000000000000 --- a/blockchains/smartchain/assets/0x49Da2Af365aE4F888C5390D7eC1c64ecd7368a79/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ShibaSaur INU", - "website": "https://shibasaur.finance", - "description": "ShibS token is a community driven token with automatic LP and reflective rewards.", - "explorer": "https://bscscan.com/token/0x49Da2Af365aE4F888C5390D7eC1c64ecd7368a79", - "type": "BEP20", - "symbol": "ShibS", - "decimals": 9, - "status": "active", - "id": "0x49Da2Af365aE4F888C5390D7eC1c64ecd7368a79" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x49Da2Af365aE4F888C5390D7eC1c64ecd7368a79/logo.png b/blockchains/smartchain/assets/0x49Da2Af365aE4F888C5390D7eC1c64ecd7368a79/logo.png deleted file mode 100644 index ef1889aa87b0b..0000000000000 Binary files a/blockchains/smartchain/assets/0x49Da2Af365aE4F888C5390D7eC1c64ecd7368a79/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x49d5cC521F75e13fa8eb4E89E9D381352C897c96/info.json b/blockchains/smartchain/assets/0x49d5cC521F75e13fa8eb4E89E9D381352C897c96/info.json deleted file mode 100644 index 9e8eb966f9e4f..0000000000000 --- a/blockchains/smartchain/assets/0x49d5cC521F75e13fa8eb4E89E9D381352C897c96/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Tether USD (Portal from Solana)", - "type": "BEP20", - "symbol": "USDTso", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://tether.to/", - "explorer": "https://bscscan.com/token/0x49d5cC521F75e13fa8eb4E89E9D381352C897c96", - "status": "active", - "id": "0x49d5cC521F75e13fa8eb4E89E9D381352C897c96", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x49d5cC521F75e13fa8eb4E89E9D381352C897c96/logo.png b/blockchains/smartchain/assets/0x49d5cC521F75e13fa8eb4E89E9D381352C897c96/logo.png deleted file mode 100644 index d52df831af1f9..0000000000000 Binary files a/blockchains/smartchain/assets/0x49d5cC521F75e13fa8eb4E89E9D381352C897c96/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x49f2145d6366099e13B10FbF80646C0F377eE7f6/info.json b/blockchains/smartchain/assets/0x49f2145d6366099e13B10FbF80646C0F377eE7f6/info.json deleted file mode 100644 index 6b2ab40a70934..0000000000000 --- a/blockchains/smartchain/assets/0x49f2145d6366099e13B10FbF80646C0F377eE7f6/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "FC Porto Fan Token", - "type": "BEP20", - "symbol": "PORTO", - "decimals": 8, - "website": "https://www.binance.com/en/fan-token/team-profile/porto", - "description": "BEP-20 Utility token for FC Porto", - "explorer": "https://bscscan.com/token/0x49f2145d6366099e13B10FbF80646C0F377eE7f6", - "status": "active", - "id": "0x49f2145d6366099e13B10FbF80646C0F377eE7f6", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/FCPorto" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/fc-porto/" - } - ], - "tags": [ - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x49f2145d6366099e13B10FbF80646C0F377eE7f6/logo.png b/blockchains/smartchain/assets/0x49f2145d6366099e13B10FbF80646C0F377eE7f6/logo.png deleted file mode 100644 index 4206309363c4b..0000000000000 Binary files a/blockchains/smartchain/assets/0x49f2145d6366099e13B10FbF80646C0F377eE7f6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4A713eE4DeB88a8C2ABD77afEd415201Edb6F1fa/info.json b/blockchains/smartchain/assets/0x4A713eE4DeB88a8C2ABD77afEd415201Edb6F1fa/info.json deleted file mode 100644 index 4210dd154165e..0000000000000 --- a/blockchains/smartchain/assets/0x4A713eE4DeB88a8C2ABD77afEd415201Edb6F1fa/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Cumstar", - "type": "BEP20", - "symbol": "CUMSTAR", - "decimals": 9, - "website": "http://cumstar.net/", - "description": "Decentralised Adult Content Sharing 18+ Content sharing platform powered by Blockchain technology. Immutable. Anonymous.", - "explorer": "https://bscscan.com/token/0x4A713eE4DeB88a8C2ABD77afEd415201Edb6F1fa", - "status": "active", - "id": "0x4A713eE4DeB88a8C2ABD77afEd415201Edb6F1fa" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4A713eE4DeB88a8C2ABD77afEd415201Edb6F1fa/logo.png b/blockchains/smartchain/assets/0x4A713eE4DeB88a8C2ABD77afEd415201Edb6F1fa/logo.png deleted file mode 100644 index f401cab44d611..0000000000000 Binary files a/blockchains/smartchain/assets/0x4A713eE4DeB88a8C2ABD77afEd415201Edb6F1fa/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4A824eE819955A7D769e03fe36f9E0C3Bd3Aa60b/info.json b/blockchains/smartchain/assets/0x4A824eE819955A7D769e03fe36f9E0C3Bd3Aa60b/info.json deleted file mode 100644 index 08d158fc7f8e0..0000000000000 --- a/blockchains/smartchain/assets/0x4A824eE819955A7D769e03fe36f9E0C3Bd3Aa60b/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Kabosu", - "type": "BEP20", - "symbol": "KABOSU", - "decimals": 9, - "website": "https://kabosutoken.io", - "description": "The World’s 1st Dog Themed Token That Rewards You, Whilst Giving Dogs a Home", - "explorer": "https://bscscan.com/token/0x4A824eE819955A7D769e03fe36f9E0C3Bd3Aa60b", - "status": "active", - "id": "0x4A824eE819955A7D769e03fe36f9E0C3Bd3Aa60b" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4A824eE819955A7D769e03fe36f9E0C3Bd3Aa60b/logo.png b/blockchains/smartchain/assets/0x4A824eE819955A7D769e03fe36f9E0C3Bd3Aa60b/logo.png deleted file mode 100644 index 250023bd3ba3f..0000000000000 Binary files a/blockchains/smartchain/assets/0x4A824eE819955A7D769e03fe36f9E0C3Bd3Aa60b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4A9A2b2b04549C3927dd2c9668A5eF3fCA473623/info.json b/blockchains/smartchain/assets/0x4A9A2b2b04549C3927dd2c9668A5eF3fCA473623/info.json deleted file mode 100644 index 0fd8214d51201..0000000000000 --- a/blockchains/smartchain/assets/0x4A9A2b2b04549C3927dd2c9668A5eF3fCA473623/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Binance-Peg dForce", - "type": "BEP20", - "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://bscscan.com/token/0x4a9a2b2b04549c3927dd2c9668a5ef3fca473623", - "status": "active", - "id": "0x4A9A2b2b04549C3927dd2c9668A5eF3fCA473623", - "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": [ - "binance-peg" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4A9A2b2b04549C3927dd2c9668A5eF3fCA473623/logo.png b/blockchains/smartchain/assets/0x4A9A2b2b04549C3927dd2c9668A5eF3fCA473623/logo.png deleted file mode 100644 index 36fcfbc499e68..0000000000000 Binary files a/blockchains/smartchain/assets/0x4A9A2b2b04549C3927dd2c9668A5eF3fCA473623/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4AAd6A01068c2621545d087A3c5281837112585b/info.json b/blockchains/smartchain/assets/0x4AAd6A01068c2621545d087A3c5281837112585b/info.json deleted file mode 100644 index 0536d3e60f2cc..0000000000000 --- a/blockchains/smartchain/assets/0x4AAd6A01068c2621545d087A3c5281837112585b/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "MADAGASCAR", - "type": "BEP20", - "symbol": "$TIME", - "decimals": 9, - "website": "https://madagascar-crypto.com/", - "description": "Buy some $TIME for our future generations. The planet is dying, and we're going to help. Planting 1,000,000 trees, whilst cleaning up our air and oceans and protecting wildlife, all whilst contributing to charities with the same drive and focus.", - "explorer": "https://bscscan.com/token/0x4AAd6A01068c2621545d087A3c5281837112585b", - "status": "active", - "id": "0x4AAd6A01068c2621545d087A3c5281837112585b", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MadagascarToken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/madagascar/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/madagascar-token" - }, - { - "name": "telegram", - "url": "https://t.me/madagascar_time" - }, - { - "name": "facebook", - "url": "https://facebook.com/Madagascar-Token-TIME-106118521749101/" - }, - { - "name": "telegram_news", - "url": "https://t.me/madagascar_news" - }, - { - "name": "whitepaper", - "url": "https://madagascar-crypto.com/wp-content/uploads/2021/08/First_Whitepaper.pdf" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/MadagascarTIMETOKEN/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4AAd6A01068c2621545d087A3c5281837112585b/logo.png b/blockchains/smartchain/assets/0x4AAd6A01068c2621545d087A3c5281837112585b/logo.png deleted file mode 100644 index 276c1b7ff236d..0000000000000 Binary files a/blockchains/smartchain/assets/0x4AAd6A01068c2621545d087A3c5281837112585b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4AC32178097c1f62beadCC2D215B54D6915013ee/info.json b/blockchains/smartchain/assets/0x4AC32178097c1f62beadCC2D215B54D6915013ee/info.json deleted file mode 100644 index 7f2848f535683..0000000000000 --- a/blockchains/smartchain/assets/0x4AC32178097c1f62beadCC2D215B54D6915013ee/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Coin Discovery Token", - "type": "BEP20", - "symbol": "$CODI", - "decimals": 18, - "website": "https://coindiscovery.app", - "description": "$CODI is a decentralized, community-driven ecosystem backed by CoinDiscovery that is the most trusted cryptocurrency data authority, coin voting and listing platform. It is the third largest in terms of no. of tokens listed with over 6000 tokens. We get 30k-60k users daily on the platform", - "explorer": "https://bscscan.com/token/0x4AC32178097c1f62beadCC2D215B54D6915013ee", - "status": "active", - "id": "0x4AC32178097c1f62beadCC2D215B54D6915013ee", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CoinDiscoveryy" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/coin-discovery" - }, - { - "name": "telegram", - "url": "https://t.me/coindiscovery_token" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/coin-discovery" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4AC32178097c1f62beadCC2D215B54D6915013ee/logo.png b/blockchains/smartchain/assets/0x4AC32178097c1f62beadCC2D215B54D6915013ee/logo.png deleted file mode 100644 index 5055331b51503..0000000000000 Binary files a/blockchains/smartchain/assets/0x4AC32178097c1f62beadCC2D215B54D6915013ee/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4AFc8c2Be6a0783ea16E16066fde140d15979296/info.json b/blockchains/smartchain/assets/0x4AFc8c2Be6a0783ea16E16066fde140d15979296/info.json deleted file mode 100644 index 50e20985f3b5b..0000000000000 --- a/blockchains/smartchain/assets/0x4AFc8c2Be6a0783ea16E16066fde140d15979296/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Hare Token", - "type": "BEP20", - "symbol": "HARE", - "decimals": 9, - "website": "https://haretoken.finance/", - "description": "HARE, a new cryptocurrency set to launch in June 2021, aims to be one of the fastest-growing coins in the world. HARE is a decentralized, mission-driven cryptocurrency project introducing mainstream cryptocurrency concepts in a user-friendly, integrated package.", - "explorer": "https://bscscan.com/token/0x4AFc8c2Be6a0783ea16E16066fde140d15979296", - "status": "active", - "id": "0x4AFc8c2Be6a0783ea16E16066fde140d15979296" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4AFc8c2Be6a0783ea16E16066fde140d15979296/logo.png b/blockchains/smartchain/assets/0x4AFc8c2Be6a0783ea16E16066fde140d15979296/logo.png deleted file mode 100644 index 6213a7d5bc41c..0000000000000 Binary files a/blockchains/smartchain/assets/0x4AFc8c2Be6a0783ea16E16066fde140d15979296/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4AadaD81487c3fadD9F162b851E6a61b729200cb/info.json b/blockchains/smartchain/assets/0x4AadaD81487c3fadD9F162b851E6a61b729200cb/info.json deleted file mode 100644 index 318a6e16619ed..0000000000000 --- a/blockchains/smartchain/assets/0x4AadaD81487c3fadD9F162b851E6a61b729200cb/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Shiba Floki Inu", - "type": "BEP20", - "symbol": "FLOKI", - "decimals": 18, - "website": "https://flokiinu.com", - "description": "Shibas are highly affectionate and would make a great choice for a novice pet parent. However, they’re highly sensitive and do not like being left alone for long periods of the day. As companion dogs, they crave the company of their humans and may develop separation anxiety when they don’t get the attention they need.", - "explorer": "https://bscscan.com/token/0x4AadaD81487c3fadD9F162b851E6a61b729200cb", - "status": "active", - "id": "0x4AadaD81487c3fadD9F162b851E6a61b729200cb", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/shibaflokitoken" - }, - { - "name": "github", - "url": "https://github.com/shibafloki/" - }, - { - "name": "telegram", - "url": "https://t.me/shibaflokitoken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/shiba-floki/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/shiba-floki-inu" - }, - { - "name": "whitepaper", - "url": "https://shibafloki.com/whitepaper.pdf" - } - ], - "tags": [ - "gamefi", - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x4AadaD81487c3fadD9F162b851E6a61b729200cb/logo.png b/blockchains/smartchain/assets/0x4AadaD81487c3fadD9F162b851E6a61b729200cb/logo.png deleted file mode 100644 index 619bfcf6ba5d1..0000000000000 Binary files a/blockchains/smartchain/assets/0x4AadaD81487c3fadD9F162b851E6a61b729200cb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4B0F1812e5Df2A09796481Ff14017e6005508003/info.json b/blockchains/smartchain/assets/0x4B0F1812e5Df2A09796481Ff14017e6005508003/info.json deleted file mode 100644 index 234390eb04d5e..0000000000000 --- a/blockchains/smartchain/assets/0x4B0F1812e5Df2A09796481Ff14017e6005508003/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Trust Wallet", - "website": "https://trustwallet.com", - "description": "Utility token to increase adoption of cryptocurrency.", - "explorer": "https://bscscan.com/token/0x4B0F1812e5Df2A09796481Ff14017e6005508003", - "research": "https://research.binance.com/en/projects/trustwallet", - "type": "BEP20", - "symbol": "TWT", - "decimals": 18, - "status": "active", - "id": "0x4B0F1812e5Df2A09796481Ff14017e6005508003", - "tags": [ - "governance" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/trustwallet/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4B0F1812e5Df2A09796481Ff14017e6005508003/logo.png b/blockchains/smartchain/assets/0x4B0F1812e5Df2A09796481Ff14017e6005508003/logo.png deleted file mode 100644 index 8e97855518bfd..0000000000000 Binary files a/blockchains/smartchain/assets/0x4B0F1812e5Df2A09796481Ff14017e6005508003/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4B5C23cac08a567ecf0c1fFcA8372A45a5D33743/info.json b/blockchains/smartchain/assets/0x4B5C23cac08a567ecf0c1fFcA8372A45a5D33743/info.json deleted file mode 100644 index 39293872809f1..0000000000000 --- a/blockchains/smartchain/assets/0x4B5C23cac08a567ecf0c1fFcA8372A45a5D33743/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Harvest Reward Token", - "website": "https://harvest.finance", - "description": "Harvest automatically farms the newest DeFi protocols, optimizing yields using the latest farming techniques.", - "explorer": "https://bscscan.com/token/0x4B5C23cac08a567ecf0c1fFcA8372A45a5D33743", - "type": "BEP20", - "symbol": "FARM", - "decimals": 18, - "status": "active", - "id": "0x4B5C23cac08a567ecf0c1fFcA8372A45a5D33743" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4B5C23cac08a567ecf0c1fFcA8372A45a5D33743/logo.png b/blockchains/smartchain/assets/0x4B5C23cac08a567ecf0c1fFcA8372A45a5D33743/logo.png deleted file mode 100644 index 70aed0500585f..0000000000000 Binary files a/blockchains/smartchain/assets/0x4B5C23cac08a567ecf0c1fFcA8372A45a5D33743/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4B5DeCb9327B4D511A58137A1aDE61434AacdD43/info.json b/blockchains/smartchain/assets/0x4B5DeCb9327B4D511A58137A1aDE61434AacdD43/info.json deleted file mode 100644 index 6ec3bf738f00c..0000000000000 --- a/blockchains/smartchain/assets/0x4B5DeCb9327B4D511A58137A1aDE61434AacdD43/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://bscscan.com/token/0x4B5DeCb9327B4D511A58137A1aDE61434AacdD43", - "type": "BEP20", - "symbol": "PKN", - "decimals": 18, - "status": "active", - "id": "0x4B5DeCb9327B4D511A58137A1aDE61434AacdD43", - "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/smartchain/assets/0x4B5DeCb9327B4D511A58137A1aDE61434AacdD43/logo.png b/blockchains/smartchain/assets/0x4B5DeCb9327B4D511A58137A1aDE61434AacdD43/logo.png deleted file mode 100644 index a0e982b46c9f2..0000000000000 Binary files a/blockchains/smartchain/assets/0x4B5DeCb9327B4D511A58137A1aDE61434AacdD43/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4BA0057f784858a48fe351445C672FF2a3d43515/info.json b/blockchains/smartchain/assets/0x4BA0057f784858a48fe351445C672FF2a3d43515/info.json deleted file mode 100644 index 5a2bf8e694ec7..0000000000000 --- a/blockchains/smartchain/assets/0x4BA0057f784858a48fe351445C672FF2a3d43515/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Kalmar Token", - "website": "https://kalmar.io/", - "description": "The KALM tokens is the one fueling the ecosystem of products built on Kalmar and being used as incentive for participation in our financial products to scale adoption.", - "explorer": "https://bscscan.com/token/0x4BA0057f784858a48fe351445C672FF2a3d43515", - "type": "BEP20", - "symbol": "KALM", - "decimals": 18, - "status": "active", - "id": "0x4BA0057f784858a48fe351445C672FF2a3d43515" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4BA0057f784858a48fe351445C672FF2a3d43515/logo.png b/blockchains/smartchain/assets/0x4BA0057f784858a48fe351445C672FF2a3d43515/logo.png deleted file mode 100644 index 7e9feceb157a6..0000000000000 Binary files a/blockchains/smartchain/assets/0x4BA0057f784858a48fe351445C672FF2a3d43515/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4BD17003473389A42DAF6a0a729f6Fdb328BbBd7/info.json b/blockchains/smartchain/assets/0x4BD17003473389A42DAF6a0a729f6Fdb328BbBd7/info.json deleted file mode 100644 index 8c8f7708f1225..0000000000000 --- a/blockchains/smartchain/assets/0x4BD17003473389A42DAF6a0a729f6Fdb328BbBd7/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "VAI Stablecoin", - "website": "http://venus.io", - "description": "VAI is the world’s first decentralized stablecoin, enabled by Venus, built on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x4bd17003473389a42daf6a0a729f6fdb328bbbd7", - "type": "BEP20", - "symbol": "VAI", - "decimals": 18, - "status": "active", - "id": "0x4BD17003473389A42DAF6a0a729f6Fdb328BbBd7", - "tags": [ - "stablecoin" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4BD17003473389A42DAF6a0a729f6Fdb328BbBd7/logo.png b/blockchains/smartchain/assets/0x4BD17003473389A42DAF6a0a729f6Fdb328BbBd7/logo.png deleted file mode 100644 index ac1033ab90c14..0000000000000 Binary files a/blockchains/smartchain/assets/0x4BD17003473389A42DAF6a0a729f6Fdb328BbBd7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4BbB275012EBE258556B8debE5C07bE98e8d3859/info.json b/blockchains/smartchain/assets/0x4BbB275012EBE258556B8debE5C07bE98e8d3859/info.json deleted file mode 100644 index 8f39f3b19f20c..0000000000000 --- a/blockchains/smartchain/assets/0x4BbB275012EBE258556B8debE5C07bE98e8d3859/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "NAR Dividend Token", - "website": "https://narwhalswap.org", - "description": "Narwhalswap Protocol — DeFi Platform with Sustainability. We will build a new unique dapp and protocol to enhance the value of the DeFi, create diversified investment, and become the future of financial services.", - "explorer": "https://bscscan.com/token/0x4bbb275012ebe258556b8debe5c07be98e8d3859", - "type": "BEP20", - "symbol": "GEM", - "decimals": 18, - "status": "active", - "id": "0x4BbB275012EBE258556B8debE5C07bE98e8d3859", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/narwhalswap" - }, - { - "name": "telegram", - "url": "https://t.me/narwhalswap" - }, - { - "name": "medium", - "url": "https://medium.com/narwhalswap" - }, - { - "name": "docs", - "url": "https://docs.narwhalswap.org" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4BbB275012EBE258556B8debE5C07bE98e8d3859/logo.png b/blockchains/smartchain/assets/0x4BbB275012EBE258556B8debE5C07bE98e8d3859/logo.png deleted file mode 100644 index e72041af0b5d3..0000000000000 Binary files a/blockchains/smartchain/assets/0x4BbB275012EBE258556B8debE5C07bE98e8d3859/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4C882ec256823eE773B25b414d36F92ef58a7c0C/info.json b/blockchains/smartchain/assets/0x4C882ec256823eE773B25b414d36F92ef58a7c0C/info.json deleted file mode 100644 index 73e6d2bd579e2..0000000000000 --- a/blockchains/smartchain/assets/0x4C882ec256823eE773B25b414d36F92ef58a7c0C/info.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "pStake Finance", - "type": "BEP20", - "symbol": "PSTAKE", - "decimals": 18, - "website": "https://pstake.finance/", - "description": "pSTAKE is a liquid staking protocol that unlocks liquidity for your staked assets. With pSTAKE, you can securely stake your Proof-of-Stake (PoS) assets, participate in protocol improvements and security to earn staking rewards, and receive staked underlying representative tokens (stkASSETs) which can be used to explore additional yield opportunities across DeFi. At present, pSTAKE supports Binance (BNB), Cosmos (ATOM), Persistence (XPRT), and Ethereum (ETH) networks’ native tokens, with a view to support more chains and assets in the future (SOL, and AVAX).", - "explorer": "https://bscscan.com/token/0x4C882ec256823eE773B25b414d36F92ef58a7c0C", - "status": "active", - "id": "0x4C882ec256823eE773B25b414d36F92ef58a7c0C", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/pStakeFinance" - }, - { - "name": "github", - "url": "https://github.com/persistenceOne" - }, - { - "name": "telegram", - "url": "https://t.me/pstakefinance" - }, - { - "name": "blog", - "url": "https://blog.pstake.finance/" - }, - { - "name": "docs", - "url": "https://docs.pstake.finance/" - }, - { - "name": "forum", - "url": "https://forum.pstake.finance/" - }, - { - "name": "discord", - "url": "https://discord.com/PKHJ3Kn2M2" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/PersistenceOne/" - }, - { - "name": "medium", - "url": "https://pstake.medium.com/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC5wqI1ZRdkCjWWVOCQdhxLQ" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pstake-finance/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/pstake-finance" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x4C882ec256823eE773B25b414d36F92ef58a7c0C#code" - } - ], - "tags": [ - "defi", - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0x4C882ec256823eE773B25b414d36F92ef58a7c0C/logo.png b/blockchains/smartchain/assets/0x4C882ec256823eE773B25b414d36F92ef58a7c0C/logo.png deleted file mode 100644 index f49fa901b5766..0000000000000 Binary files a/blockchains/smartchain/assets/0x4C882ec256823eE773B25b414d36F92ef58a7c0C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4Cae95d03C85Ae462dAeC44d5426f547A26FAf47/info.json b/blockchains/smartchain/assets/0x4Cae95d03C85Ae462dAeC44d5426f547A26FAf47/info.json deleted file mode 100644 index 64e18b28a1366..0000000000000 --- a/blockchains/smartchain/assets/0x4Cae95d03C85Ae462dAeC44d5426f547A26FAf47/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Apollo Space Token", - "website": "http://apollospacetoken.com", - "description": "AST is a deflationary incentive token that will be used in the ecosystem of products offered by AST.", - "explorer": "https://bscscan.com/token/0x4cae95d03c85ae462daec44d5426f547a26faf47", - "type": "BEP20", - "symbol": "AST", - "decimals": 9, - "status": "active", - "id": "0x4Cae95d03C85Ae462dAeC44d5426f547A26FAf47" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4Cae95d03C85Ae462dAeC44d5426f547A26FAf47/logo.png b/blockchains/smartchain/assets/0x4Cae95d03C85Ae462dAeC44d5426f547A26FAf47/logo.png deleted file mode 100644 index a37408720c91e..0000000000000 Binary files a/blockchains/smartchain/assets/0x4Cae95d03C85Ae462dAeC44d5426f547A26FAf47/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4CbdA3D23c031cd403db2d24512aD920BF22f205/info.json b/blockchains/smartchain/assets/0x4CbdA3D23c031cd403db2d24512aD920BF22f205/info.json deleted file mode 100644 index 5bc62bdbc2b86..0000000000000 --- a/blockchains/smartchain/assets/0x4CbdA3D23c031cd403db2d24512aD920BF22f205/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "SUBX FINANCE LAB", - "type": "BEP20", - "symbol": "SFX", - "decimals": 9, - "website": "https://subx.finance", - "description": "SUBX FINANCE LAB is a blockchain-as-a-service provider for businesses to integrate web3 technologies into their products and services.", - "explorer": "https://bscscan.com/token/0x4CbdA3D23c031cd403db2d24512aD920BF22f205", - "status": "active", - "id": "0x4CbdA3D23c031cd403db2d24512aD920BF22f205", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/officialsubx" - }, - { - "name": "telegram", - "url": "https://t.me/subxofficial" - }, - { - "name": "telegram_news", - "url": "https://t.me/subxnewsfeed" - }, - { - "name": "discord", - "url": "https://discord.com/invite/subx" - }, - { - "name": "whitepaper", - "url": "https://subx.finance/wp" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/subx-finance-lab" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/subx-finance" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/subxofficial" - }, - { - "name": "facebook", - "url": "https://facebook.com/subxofficial" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4CbdA3D23c031cd403db2d24512aD920BF22f205/logo.png b/blockchains/smartchain/assets/0x4CbdA3D23c031cd403db2d24512aD920BF22f205/logo.png deleted file mode 100644 index 3ec8784cc0a9c..0000000000000 Binary files a/blockchains/smartchain/assets/0x4CbdA3D23c031cd403db2d24512aD920BF22f205/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4CeaAFD1b2E5464E221c5cb3BdCE5Fb4629B7Aae/info.json b/blockchains/smartchain/assets/0x4CeaAFD1b2E5464E221c5cb3BdCE5Fb4629B7Aae/info.json deleted file mode 100644 index bcbcaf83446b7..0000000000000 --- a/blockchains/smartchain/assets/0x4CeaAFD1b2E5464E221c5cb3BdCE5Fb4629B7Aae/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeUniverse V2", - "type": "BEP20", - "symbol": "SAFUv2", - "decimals": 9, - "website": "https://safeuniverse.net/", - "description": "SafeUniverse v2, A Frictionless Yield Generation, Community Driven Protocol.", - "explorer": "https://bscscan.com/token/0x4CeaAFD1b2E5464E221c5cb3BdCE5Fb4629B7Aae", - "status": "active", - "id": "0x4CeaAFD1b2E5464E221c5cb3BdCE5Fb4629B7Aae" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4CeaAFD1b2E5464E221c5cb3BdCE5Fb4629B7Aae/logo.png b/blockchains/smartchain/assets/0x4CeaAFD1b2E5464E221c5cb3BdCE5Fb4629B7Aae/logo.png deleted file mode 100644 index 3267db0a63605..0000000000000 Binary files a/blockchains/smartchain/assets/0x4CeaAFD1b2E5464E221c5cb3BdCE5Fb4629B7Aae/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4D1E90aB966ae26c778b2f9f365aA40abB13f53C/info.json b/blockchains/smartchain/assets/0x4D1E90aB966ae26c778b2f9f365aA40abB13f53C/info.json deleted file mode 100644 index a60a549ea52ce..0000000000000 --- a/blockchains/smartchain/assets/0x4D1E90aB966ae26c778b2f9f365aA40abB13f53C/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "STA TOKEN", - "type": "BEP20", - "symbol": "STA", - "decimals": 8, - "website": "https://solartechno.io/", - "description": "Solartechno has developed system by using Advanced Technology and Token. System is much Simpler, more Profitable and Secured", - "explorer": "https://bscscan.com/token/0x4d1e90ab966ae26c778b2f9f365aa40abb13f53c", - "status": "active", - "id": "0x4D1E90aB966ae26c778b2f9f365aA40abB13f53C", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/STATOKEN" - }, - { - "name": "facebook", - "url": "https://facebook.com/STATOKEN" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4D1E90aB966ae26c778b2f9f365aA40abB13f53C/logo.png b/blockchains/smartchain/assets/0x4D1E90aB966ae26c778b2f9f365aA40abB13f53C/logo.png deleted file mode 100644 index 0e8a7532684a1..0000000000000 Binary files a/blockchains/smartchain/assets/0x4D1E90aB966ae26c778b2f9f365aA40abB13f53C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4D5bd38263C03d684289fa4Ff7cAF6172c377338/info.json b/blockchains/smartchain/assets/0x4D5bd38263C03d684289fa4Ff7cAF6172c377338/info.json deleted file mode 100644 index 6a94e72857a71..0000000000000 --- a/blockchains/smartchain/assets/0x4D5bd38263C03d684289fa4Ff7cAF6172c377338/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeMoonGold", - "website": "https://www.safemoongold.space/", - "description": "SafeMoonGold is a BSC based utility token that will allow holders to trade without the need for centralized power, thus maintaining stable copyright ownership and earning further SafeMoonGold.", - "explorer": "https://bscscan.com/token/0x4d5bd38263c03d684289fa4ff7caf6172c377338", - "type": "BEP20", - "symbol": "SAFEMOONGOLD", - "decimals": 9, - "status": "active", - "id": "0x4D5bd38263C03d684289fa4Ff7cAF6172c377338" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4D5bd38263C03d684289fa4Ff7cAF6172c377338/logo.png b/blockchains/smartchain/assets/0x4D5bd38263C03d684289fa4Ff7cAF6172c377338/logo.png deleted file mode 100644 index ccbbd5d4c8821..0000000000000 Binary files a/blockchains/smartchain/assets/0x4D5bd38263C03d684289fa4Ff7cAF6172c377338/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4D79DA6F390D9E9d475802a693353C3715b7Bd75/info.json b/blockchains/smartchain/assets/0x4D79DA6F390D9E9d475802a693353C3715b7Bd75/info.json deleted file mode 100644 index a0bfa1877d0a8..0000000000000 --- a/blockchains/smartchain/assets/0x4D79DA6F390D9E9d475802a693353C3715b7Bd75/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BabyKraken", - "website": "https://kraken.baby", - "description": "BabyKraken is the first buyback and burn token with anti-bot mechanisms.", - "explorer": "https://bscscan.com/token/0x4D79DA6F390D9E9d475802a693353C3715b7Bd75", - "type": "BEP20", - "symbol": "KRAKBABY", - "decimals": 9, - "status": "active", - "id": "0x4D79DA6F390D9E9d475802a693353C3715b7Bd75" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4D79DA6F390D9E9d475802a693353C3715b7Bd75/logo.png b/blockchains/smartchain/assets/0x4D79DA6F390D9E9d475802a693353C3715b7Bd75/logo.png deleted file mode 100644 index e4da161ba3b8d..0000000000000 Binary files a/blockchains/smartchain/assets/0x4D79DA6F390D9E9d475802a693353C3715b7Bd75/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4D864E4f542b4b40acB3151C9daD2e2C9236a88f/info.json b/blockchains/smartchain/assets/0x4D864E4f542b4b40acB3151C9daD2e2C9236a88f/info.json deleted file mode 100644 index a9e4899dc93cc..0000000000000 --- a/blockchains/smartchain/assets/0x4D864E4f542b4b40acB3151C9daD2e2C9236a88f/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Token X", - "type": "BEP20", - "symbol": "TKX", - "decimals": 6, - "website": "https://xixochain.com/", - "description": "Token X is a peer to peer medium of exchange issued by XIXO, will be an initial exchange offering with a limited quantity that aims to become a tool to pay for all kinds of goods and services in the field of real estate, construction and industry as well as other platforms of XIXO", - "explorer": "https://bscscan.com/token/0x4D864E4f542b4b40acB3151C9daD2e2C9236a88f", - "status": "active", - "id": "0x4D864E4f542b4b40acB3151C9daD2e2C9236a88f", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/xixo_ecosystem" - }, - { - "name": "whitepaper", - "url": "https://bit.ly/3yr0WlA" - }, - { - "name": "github", - "url": "https://github.com/Xixo-EcoSystem" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/token-tkx/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/token-tkx" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4D864E4f542b4b40acB3151C9daD2e2C9236a88f/logo.png b/blockchains/smartchain/assets/0x4D864E4f542b4b40acB3151C9daD2e2C9236a88f/logo.png deleted file mode 100644 index fe78dbf3ec297..0000000000000 Binary files a/blockchains/smartchain/assets/0x4D864E4f542b4b40acB3151C9daD2e2C9236a88f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4DB2495AfAd4c0E481fFc40FDaF66E13A786b619/info.json b/blockchains/smartchain/assets/0x4DB2495AfAd4c0E481fFc40FDaF66E13A786b619/info.json deleted file mode 100644 index ef23f77317f74..0000000000000 --- a/blockchains/smartchain/assets/0x4DB2495AfAd4c0E481fFc40FDaF66E13A786b619/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "ARIX Token", - "website": "https://arixcoin.io/", - "description": "next Gen Cryptocurrency Exchanges", - "explorer": "https://bscscan.com/token/0x4DB2495AfAd4c0E481fFc40FDaF66E13A786b619", - "type": "BEP20", - "symbol": "ARIX", - "decimals": 18, - "status": "active", - "id": "0x4DB2495AfAd4c0E481fFc40FDaF66E13A786b619", - "links": [ - { - "name": "telegram", - "url": "https://t.me/arixdex_official" - }, - { - "name": "twitter", - "url": "https://twitter.com/arixdexofficial" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4DB2495AfAd4c0E481fFc40FDaF66E13A786b619/logo.png b/blockchains/smartchain/assets/0x4DB2495AfAd4c0E481fFc40FDaF66E13A786b619/logo.png deleted file mode 100644 index bdcd81b362a6e..0000000000000 Binary files a/blockchains/smartchain/assets/0x4DB2495AfAd4c0E481fFc40FDaF66E13A786b619/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4DB5a66E937A9F4473fA95b1cAF1d1E1D62E29EA/info.json b/blockchains/smartchain/assets/0x4DB5a66E937A9F4473fA95b1cAF1d1E1D62E29EA/info.json deleted file mode 100644 index faef3b95fe639..0000000000000 --- a/blockchains/smartchain/assets/0x4DB5a66E937A9F4473fA95b1cAF1d1E1D62E29EA/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Ether (Portal)", - "type": "BEP20", - "symbol": "ETH", - "decimals": 18, - "description": "Cross Chain Portal Bridged Token", - "website": "https://ethereum.org/en/", - "explorer": "https://bscscan.com/token/0x4DB5a66E937A9F4473fA95b1cAF1d1E1D62E29EA", - "status": "active", - "id": "0x4DB5a66E937A9F4473fA95b1cAF1d1E1D62E29EA", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4DB5a66E937A9F4473fA95b1cAF1d1E1D62E29EA/logo.png b/blockchains/smartchain/assets/0x4DB5a66E937A9F4473fA95b1cAF1d1E1D62E29EA/logo.png deleted file mode 100644 index 2d99a939536c4..0000000000000 Binary files a/blockchains/smartchain/assets/0x4DB5a66E937A9F4473fA95b1cAF1d1E1D62E29EA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4Dc7c9148A1F495872A5b31CF459ac7989cDCE79/info.json b/blockchains/smartchain/assets/0x4Dc7c9148A1F495872A5b31CF459ac7989cDCE79/info.json deleted file mode 100644 index ad084c50fd9b8..0000000000000 --- a/blockchains/smartchain/assets/0x4Dc7c9148A1F495872A5b31CF459ac7989cDCE79/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "AppleB", - "type": "BEP20", - "symbol": "APPLEB", - "decimals": 9, - "website": "https://appleb.io/", - "description": "AppleB is a decentralized deflation token on Binance Smart Chain. It is the backbone of the virtuous AppleB ecosystem that discovers high-quality fruit assets and builds a new diverse decentralized transaction network.", - "explorer": "https://bscscan.com/token/0x4Dc7c9148A1F495872A5b31CF459ac7989cDCE79", - "status": "active", - "id": "0x4Dc7c9148A1F495872A5b31CF459ac7989cDCE79" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4Dc7c9148A1F495872A5b31CF459ac7989cDCE79/logo.png b/blockchains/smartchain/assets/0x4Dc7c9148A1F495872A5b31CF459ac7989cDCE79/logo.png deleted file mode 100644 index a6bbcd583d954..0000000000000 Binary files a/blockchains/smartchain/assets/0x4Dc7c9148A1F495872A5b31CF459ac7989cDCE79/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4E7Ae924FD9a5D60b56BE486b2900efE0c6a9CA7/info.json b/blockchains/smartchain/assets/0x4E7Ae924FD9a5D60b56BE486b2900efE0c6a9CA7/info.json deleted file mode 100644 index 7addd9f726653..0000000000000 --- a/blockchains/smartchain/assets/0x4E7Ae924FD9a5D60b56BE486b2900efE0c6a9CA7/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Lottery Token", - "type": "BEP20", - "symbol": "LOT", - "decimals": 9, - "website": "https://lotterytoken.net", - "description": "The Lottery Token features an automated and integrated Lottery in the contract itself. The Lotterypool is filled with 2% of the 6% fee per transaction, the other 2% get instantly redistributed among all holders and the other 2% are burned. The frequency of the lottery is based on the traffic and triggers after reaching 0.1% of the current total supply. Holders don't need to buy tickets, holding a minimal amount results in a lifetime participation.", - "explorer": "https://bscscan.com/token/0x4e7ae924fd9a5d60b56be486b2900efe0c6a9ca7", - "status": "active", - "id": "0x4E7Ae924FD9a5D60b56BE486b2900efE0c6a9CA7" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4E7Ae924FD9a5D60b56BE486b2900efE0c6a9CA7/logo.png b/blockchains/smartchain/assets/0x4E7Ae924FD9a5D60b56BE486b2900efE0c6a9CA7/logo.png deleted file mode 100644 index cd60583545683..0000000000000 Binary files a/blockchains/smartchain/assets/0x4E7Ae924FD9a5D60b56BE486b2900efE0c6a9CA7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4E84e47bBABD89835e2e9569d69A6d465DE38122/info.json b/blockchains/smartchain/assets/0x4E84e47bBABD89835e2e9569d69A6d465DE38122/info.json deleted file mode 100644 index d0e1375c8713a..0000000000000 --- a/blockchains/smartchain/assets/0x4E84e47bBABD89835e2e9569d69A6d465DE38122/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Sadbaby", - "type": "BEP20", - "symbol": "SDBY", - "decimals": 9, - "website": "https://sadbaby.org", - "description": "Coin created to support babies with Sma", - "explorer": "https://bscscan.com/token/0x4E84e47bBABD89835e2e9569d69A6d465DE38122", - "status": "active", - "id": "0x4E84e47bBABD89835e2e9569d69A6d465DE38122", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/sadbabyglobal" - }, - { - "name": "telegram_news", - "url": "https://t.me/sadbabyglobal" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4E84e47bBABD89835e2e9569d69A6d465DE38122/logo.png b/blockchains/smartchain/assets/0x4E84e47bBABD89835e2e9569d69A6d465DE38122/logo.png deleted file mode 100644 index 787b2a87e0aa8..0000000000000 Binary files a/blockchains/smartchain/assets/0x4E84e47bBABD89835e2e9569d69A6d465DE38122/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4EaBb20064586DeA07AAaF84d4bA35037854bd44/info.json b/blockchains/smartchain/assets/0x4EaBb20064586DeA07AAaF84d4bA35037854bd44/info.json deleted file mode 100644 index a750d3039a072..0000000000000 --- a/blockchains/smartchain/assets/0x4EaBb20064586DeA07AAaF84d4bA35037854bd44/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CHARIX TOKEN", - "website": "https://charix.org", - "description": "Charix is a charity token on the Binance Smart Chain Network", - "explorer": "https://bscscan.com/token/0x4EaBb20064586DeA07AAaF84d4bA35037854bd44", - "type": "BEP20", - "symbol": "CHARIX", - "decimals": 9, - "status": "active", - "id": "0x4EaBb20064586DeA07AAaF84d4bA35037854bd44" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4EaBb20064586DeA07AAaF84d4bA35037854bd44/logo.png b/blockchains/smartchain/assets/0x4EaBb20064586DeA07AAaF84d4bA35037854bd44/logo.png deleted file mode 100644 index 168f187d24104..0000000000000 Binary files a/blockchains/smartchain/assets/0x4EaBb20064586DeA07AAaF84d4bA35037854bd44/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4Efab39b14167Da54aebed2094a61aA1FD384056/info.json b/blockchains/smartchain/assets/0x4Efab39b14167Da54aebed2094a61aA1FD384056/info.json deleted file mode 100644 index 032595b62bac9..0000000000000 --- a/blockchains/smartchain/assets/0x4Efab39b14167Da54aebed2094a61aA1FD384056/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LEOPARD", - "type": "BEP20", - "symbol": "LEOPARD", - "decimals": 9, - "website": "https://leopardbsc.org/", - "description": "The Power of Leopard driven by Community", - "explorer": "https://bscscan.com/token/0x4Efab39b14167Da54aebed2094a61aA1FD384056", - "status": "active", - "id": "0x4Efab39b14167Da54aebed2094a61aA1FD384056" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4Efab39b14167Da54aebed2094a61aA1FD384056/logo.png b/blockchains/smartchain/assets/0x4Efab39b14167Da54aebed2094a61aA1FD384056/logo.png deleted file mode 100644 index 2a7d4a9069fa6..0000000000000 Binary files a/blockchains/smartchain/assets/0x4Efab39b14167Da54aebed2094a61aA1FD384056/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4F1498da0f50F94e97F900b7e6E13d8e5220aBE9/info.json b/blockchains/smartchain/assets/0x4F1498da0f50F94e97F900b7e6E13d8e5220aBE9/info.json deleted file mode 100644 index 2550a7f13b095..0000000000000 --- a/blockchains/smartchain/assets/0x4F1498da0f50F94e97F900b7e6E13d8e5220aBE9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Octa Gold", - "website": "https://octax.finance", - "description": "Octa Gold is sub contract under OctaX is a group of smart contracts that works with leading DeFi projects for ensuring its users the most reliable and highly profitable level of liquidity mining at minimal fees. built on top of the Binance Smart Chain", - "explorer": "https://bscscan.com/token/0x4F1498da0f50F94e97F900b7e6E13d8e5220aBE9", - "type": "BEP20", - "symbol": "OCTAG", - "decimals": 18, - "status": "active", - "id": "0x4F1498da0f50F94e97F900b7e6E13d8e5220aBE9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4F1498da0f50F94e97F900b7e6E13d8e5220aBE9/logo.png b/blockchains/smartchain/assets/0x4F1498da0f50F94e97F900b7e6E13d8e5220aBE9/logo.png deleted file mode 100644 index d67a43bdb6c15..0000000000000 Binary files a/blockchains/smartchain/assets/0x4F1498da0f50F94e97F900b7e6E13d8e5220aBE9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4F1A6FC6A7B65Dc7ebC4EB692Dc3641bE997c2F2/info.json b/blockchains/smartchain/assets/0x4F1A6FC6A7B65Dc7ebC4EB692Dc3641bE997c2F2/info.json deleted file mode 100644 index 568a9f6396659..0000000000000 --- a/blockchains/smartchain/assets/0x4F1A6FC6A7B65Dc7ebC4EB692Dc3641bE997c2F2/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Santa Coin", - "type": "BEP20", - "symbol": "Santa", - "decimals": 9, - "website": "https://santacoin.io/", - "description": "HYPER DEFLATIONARY TOKEN WITH REFLECTIONS IN BUSD. Santa Came early bearing gifts…the gift that keeps on giving!", - "explorer": "https://bscscan.com/token/0x4F1A6FC6A7B65Dc7ebC4EB692Dc3641bE997c2F2", - "status": "active", - "id": "0x4F1A6FC6A7B65Dc7ebC4EB692Dc3641bE997c2F2", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Santa_Coins" - }, - { - "name": "telegram", - "url": "https://t.me/santa_coin" - }, - { - "name": "telegram_news", - "url": "https://t.me/santacoin_news" - }, - { - "name": "medium", - "url": "https://medium.com/@santa.coin" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/santa-coin-2/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/santa-coin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4F1A6FC6A7B65Dc7ebC4EB692Dc3641bE997c2F2/logo.png b/blockchains/smartchain/assets/0x4F1A6FC6A7B65Dc7ebC4EB692Dc3641bE997c2F2/logo.png deleted file mode 100644 index bd794f23651ff..0000000000000 Binary files a/blockchains/smartchain/assets/0x4F1A6FC6A7B65Dc7ebC4EB692Dc3641bE997c2F2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4F7413B6ac872D971684A26825AF43870864579C/info.json b/blockchains/smartchain/assets/0x4F7413B6ac872D971684A26825AF43870864579C/info.json deleted file mode 100644 index a04966058116f..0000000000000 --- a/blockchains/smartchain/assets/0x4F7413B6ac872D971684A26825AF43870864579C/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "I-COIN", - "website": "https://icoinglobal.com", - "description": "A Huge Ecosystem on Blockchain", - "explorer": "https://bscscan.com/token/0x4F7413B6ac872D971684A26825AF43870864579C", - "type": "BEP20", - "symbol": "ICN", - "decimals": 9, - "status": "active", - "id": "0x4F7413B6ac872D971684A26825AF43870864579C", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/i-coin" - }, - { - "name": "telegram", - "url": "https://t.me/ICNAnnouncement" - }, - { - "name": "twitter", - "url": "https://twitter.com/_icoin" - } - ], - "tags": [ - "nft", - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x4F7413B6ac872D971684A26825AF43870864579C/logo.png b/blockchains/smartchain/assets/0x4F7413B6ac872D971684A26825AF43870864579C/logo.png deleted file mode 100644 index 71204ee30a6b2..0000000000000 Binary files a/blockchains/smartchain/assets/0x4F7413B6ac872D971684A26825AF43870864579C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4F7B627b88651e3DddcA0240bcA68a3062632C8c/info.json b/blockchains/smartchain/assets/0x4F7B627b88651e3DddcA0240bcA68a3062632C8c/info.json deleted file mode 100644 index c33db3f6a5e51..0000000000000 --- a/blockchains/smartchain/assets/0x4F7B627b88651e3DddcA0240bcA68a3062632C8c/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "BlackEyeGalaxy Token", - "type": "BEP20", - "symbol": "BYG", - "decimals": 18, - "website": "https://blackeyegalaxy.space", - "description": "Black Eye Galaxy is a cross-chain space NFT metaverse with a unique economy. Buy planets and solar systems, explore the galaxy, mine resources, start your civilization!", - "explorer": "https://bscscan.com/token/0x4F7B627b88651e3DddcA0240bcA68a3062632C8c", - "status": "active", - "id": "0x4F7B627b88651e3DddcA0240bcA68a3062632C8c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/blackeyegalaxy_" - }, - { - "name": "telegram", - "url": "https://t.me/blackeyegalaxypublic" - }, - { - "name": "telegram_news", - "url": "https://t.me/blackeyegalaxyann" - }, - { - "name": "medium", - "url": "https://medium.com/black-eye-galaxy" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCesvfL9Uq8cEBY-4QzvYTZg" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/black-eye-galaxy/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/black-eye-galaxy/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4F7B627b88651e3DddcA0240bcA68a3062632C8c/logo.png b/blockchains/smartchain/assets/0x4F7B627b88651e3DddcA0240bcA68a3062632C8c/logo.png deleted file mode 100644 index fb53269af628b..0000000000000 Binary files a/blockchains/smartchain/assets/0x4F7B627b88651e3DddcA0240bcA68a3062632C8c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4FA7163E153419E0E1064e418dd7A99314Ed27b6/info.json b/blockchains/smartchain/assets/0x4FA7163E153419E0E1064e418dd7A99314Ed27b6/info.json deleted file mode 100644 index 346c02da2d8bf..0000000000000 --- a/blockchains/smartchain/assets/0x4FA7163E153419E0E1064e418dd7A99314Ed27b6/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://bscscan.com/token/0x4FA7163E153419E0E1064e418dd7A99314Ed27b6", - "type": "BEP20", - "symbol": "HOTCROSS", - "decimals": 18, - "status": "active", - "id": "0x4FA7163E153419E0E1064e418dd7A99314Ed27b6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4FA7163E153419E0E1064e418dd7A99314Ed27b6/logo.png b/blockchains/smartchain/assets/0x4FA7163E153419E0E1064e418dd7A99314Ed27b6/logo.png deleted file mode 100644 index 6c7d127ac1ce4..0000000000000 Binary files a/blockchains/smartchain/assets/0x4FA7163E153419E0E1064e418dd7A99314Ed27b6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4a080377f83D669D7bB83B3184a8A5E61B500608/info.json b/blockchains/smartchain/assets/0x4a080377f83D669D7bB83B3184a8A5E61B500608/info.json deleted file mode 100644 index 5ce72d29c3c33..0000000000000 --- a/blockchains/smartchain/assets/0x4a080377f83D669D7bB83B3184a8A5E61B500608/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "XEND", - "type": "BEP20", - "symbol": "XEND", - "decimals": 18, - "description": "A Global DeFi Platform for Credit Unions and Cooperatives", - "website": "https://xend.finance", - "explorer": "https://bscscan.com/token/0x4a080377f83d669d7bb83b3184a8a5e61b500608", - "status": "active", - "id": "0x4a080377f83D669D7bB83B3184a8A5E61B500608" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4a080377f83D669D7bB83B3184a8A5E61B500608/logo.png b/blockchains/smartchain/assets/0x4a080377f83D669D7bB83B3184a8A5E61B500608/logo.png deleted file mode 100644 index c897ab78cb3d1..0000000000000 Binary files a/blockchains/smartchain/assets/0x4a080377f83D669D7bB83B3184a8A5E61B500608/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4a2c860cEC6471b9F5F5a336eB4F38bb21683c98/info.json b/blockchains/smartchain/assets/0x4a2c860cEC6471b9F5F5a336eB4F38bb21683c98/info.json deleted file mode 100644 index 73adaffcd5daf..0000000000000 --- a/blockchains/smartchain/assets/0x4a2c860cEC6471b9F5F5a336eB4F38bb21683c98/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Green Satoshi Token", - "type": "BEP20", - "symbol": "GST", - "decimals": 8, - "website": "https://www.stepn.com", - "description": "GST serves as the replacement to experience points and in-app currency. Users equipped with NFT Sneakers – walk, jog or run outdoors to earn GST, which can be used to level up and mint new Sneakers.", - "explorer": "https://bscscan.com/token/0x4a2c860cEC6471b9F5F5a336eB4F38bb21683c98", - "status": "active", - "id": "0x4a2c860cEC6471b9F5F5a336eB4F38bb21683c98", - "links": [ - { - "name": "reddit", - "url": "https://reddit.com/r/StepN/" - }, - { - "name": "twitter", - "url": "https://twitter.com/Stepnofficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/green-metaverse-token/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/stepn" - }, - { - "name": "discord", - "url": "https://discord.com/invite/stepn" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x4a2c860cEC6471b9F5F5a336eB4F38bb21683c98/logo.png b/blockchains/smartchain/assets/0x4a2c860cEC6471b9F5F5a336eB4F38bb21683c98/logo.png deleted file mode 100644 index e914d5088ee73..0000000000000 Binary files a/blockchains/smartchain/assets/0x4a2c860cEC6471b9F5F5a336eB4F38bb21683c98/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4a37a2d3Ec44F0FD7DdCF7c2D90749dDeEFb6101/info.json b/blockchains/smartchain/assets/0x4a37a2d3Ec44F0FD7DdCF7c2D90749dDeEFb6101/info.json deleted file mode 100644 index 93f94f9a407b4..0000000000000 --- a/blockchains/smartchain/assets/0x4a37a2d3Ec44F0FD7DdCF7c2D90749dDeEFb6101/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MOON BEE Token", - "website": "https://moonbee.finance/", - "description": "MOONBEE.FINANCE Protocol is a community driven, fair launched DeFi Token. Four simple functions occur during each trade: Reflection, LP Acquisition, Food Charity and Burn.", - "explorer": "https://bscscan.com/token/0x4a37a2d3Ec44F0FD7DdCF7c2D90749dDeEFb6101", - "type": "BEP20", - "symbol": "MOONBEE", - "decimals": 9, - "status": "active", - "id": "0x4a37a2d3Ec44F0FD7DdCF7c2D90749dDeEFb6101" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4a37a2d3Ec44F0FD7DdCF7c2D90749dDeEFb6101/logo.png b/blockchains/smartchain/assets/0x4a37a2d3Ec44F0FD7DdCF7c2D90749dDeEFb6101/logo.png deleted file mode 100644 index 2ee703c5d5aa1..0000000000000 Binary files a/blockchains/smartchain/assets/0x4a37a2d3Ec44F0FD7DdCF7c2D90749dDeEFb6101/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4a68C250486a116DC8D6A0C5B0677dE07cc09C5D/info.json b/blockchains/smartchain/assets/0x4a68C250486a116DC8D6A0C5B0677dE07cc09C5D/info.json deleted file mode 100644 index ddc9f5e5e77f4..0000000000000 --- a/blockchains/smartchain/assets/0x4a68C250486a116DC8D6A0C5B0677dE07cc09C5D/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "POODL", - "type": "BEP20", - "symbol": "POODL", - "decimals": 9, - "website": "https://www.poodltoken.com", - "description": "Standard, frictionless, yield generating contract", - "explorer": "https://bscscan.com/token/0x4a68C250486a116DC8D6A0C5B0677dE07cc09C5D", - "status": "active", - "id": "0x4a68C250486a116DC8D6A0C5B0677dE07cc09C5D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4a68C250486a116DC8D6A0C5B0677dE07cc09C5D/logo.png b/blockchains/smartchain/assets/0x4a68C250486a116DC8D6A0C5B0677dE07cc09C5D/logo.png deleted file mode 100644 index 9ac2cb916c95a..0000000000000 Binary files a/blockchains/smartchain/assets/0x4a68C250486a116DC8D6A0C5B0677dE07cc09C5D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4a706451Cf6D87bB04365B1BEa6242710D71078E/info.json b/blockchains/smartchain/assets/0x4a706451Cf6D87bB04365B1BEa6242710D71078E/info.json deleted file mode 100644 index f8945b6cd6c11..0000000000000 --- a/blockchains/smartchain/assets/0x4a706451Cf6D87bB04365B1BEa6242710D71078E/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Binance Smart Chain Girl Moon", - "type": "BEP20", - "symbol": "BSCGIRLMOON", - "decimals": 8, - "website": "https://bscgirl.site/", - "description": "Binance Smart Chain Girl Moon Binance Smart Chain Girl It is a token of the same project as BSC GIRL.", - "explorer": "https://bscscan.com/token/0x4a706451Cf6D87bB04365B1BEa6242710D71078E", - "status": "active", - "id": "0x4a706451Cf6D87bB04365B1BEa6242710D71078E" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4a706451Cf6D87bB04365B1BEa6242710D71078E/logo.png b/blockchains/smartchain/assets/0x4a706451Cf6D87bB04365B1BEa6242710D71078E/logo.png deleted file mode 100644 index dd25f6ba332ee..0000000000000 Binary files a/blockchains/smartchain/assets/0x4a706451Cf6D87bB04365B1BEa6242710D71078E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4a846D300F793752eE8bd579192C477130C4B369/info.json b/blockchains/smartchain/assets/0x4a846D300F793752eE8bd579192C477130C4B369/info.json deleted file mode 100644 index 0d887d8c06ca1..0000000000000 --- a/blockchains/smartchain/assets/0x4a846D300F793752eE8bd579192C477130C4B369/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "LITE", - "type": "BEP20", - "symbol": "LITE", - "decimals": 18, - "website": "https://liteusd.com/", - "description": "Lite is a decentralized stable coin casting protocol that allows users to use Lite as collateral to cast Lusd.", - "explorer": "https://bscscan.com/token/0x4a846D300F793752eE8bd579192C477130C4B369", - "status": "active", - "id": "0x4a846D300F793752eE8bd579192C477130C4B369", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/LiteUsd" - }, - { - "name": "github", - "url": "https://github.com/LiteUSD" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/lite-usd/" - } - ], - "tags": [ - "stablecoin" - ] -} diff --git a/blockchains/smartchain/assets/0x4a846D300F793752eE8bd579192C477130C4B369/logo.png b/blockchains/smartchain/assets/0x4a846D300F793752eE8bd579192C477130C4B369/logo.png deleted file mode 100644 index 20df353f98623..0000000000000 Binary files a/blockchains/smartchain/assets/0x4a846D300F793752eE8bd579192C477130C4B369/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4ac81e3631DcDa62109e3117c4CAE7bf70BbbbD2/info.json b/blockchains/smartchain/assets/0x4ac81e3631DcDa62109e3117c4CAE7bf70BbbbD2/info.json deleted file mode 100644 index a04a41365ef84..0000000000000 --- a/blockchains/smartchain/assets/0x4ac81e3631DcDa62109e3117c4CAE7bf70BbbbD2/info.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "SavePlanetEarth V3", - "type": "BEP20", - "symbol": "SPE", - "decimals": 9, - "website": "https://saveplanetearth.io/", - "description": "A Worldwide Carbon Sequestration Cryptocurrency Project dedicated to developing sustainable programs aiming to combat Global Warming and Climate Change.", - "explorer": "https://bscscan.com/token/0x4ac81e3631DcDa62109e3117c4CAE7bf70BbbbD2", - "status": "active", - "id": "0x4ac81e3631DcDa62109e3117c4CAE7bf70BbbbD2", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SPE_Token_BSC" - }, - { - "name": "telegram", - "url": "https://t.me/SavePlanetEarthOfficial" - }, - { - "name": "blog", - "url": "https://saveplanetearth.io" - }, - { - "name": "github", - "url": "https://github.com/SavePlanetEarthToken" - }, - { - "name": "discord", - "url": "https://discord.com/DRJCrvvuQy" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/SPEOfficial/" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/SavePlanetEarth" - }, - { - "name": "facebook", - "url": "https://facebook.com/saveplanetearthofficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/saveplanetearth/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/saveplanetearth" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4ac81e3631DcDa62109e3117c4CAE7bf70BbbbD2/logo.png b/blockchains/smartchain/assets/0x4ac81e3631DcDa62109e3117c4CAE7bf70BbbbD2/logo.png deleted file mode 100644 index 3ccf5bab8fc7c..0000000000000 Binary files a/blockchains/smartchain/assets/0x4ac81e3631DcDa62109e3117c4CAE7bf70BbbbD2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4b6000F9163de2E3f0a01eC37E06e1469DBbcE9d/info.json b/blockchains/smartchain/assets/0x4b6000F9163de2E3f0a01eC37E06e1469DBbcE9d/info.json deleted file mode 100644 index 7df3ca478f709..0000000000000 --- a/blockchains/smartchain/assets/0x4b6000F9163de2E3f0a01eC37E06e1469DBbcE9d/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "KEYFI", - "website": "https://keyfi.com", - "description": "KeyFi is an all-in-one platform for tracking, swapping, and staking your tokens, and more.", - "explorer": "https://bscscan.com/token/0x4b6000F9163de2E3f0a01eC37E06e1469DBbcE9d", - "type": "BEP20", - "symbol": "KEYFI", - "decimals": 18, - "status": "active", - "id": "0x4b6000F9163de2E3f0a01eC37E06e1469DBbcE9d" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4b6000F9163de2E3f0a01eC37E06e1469DBbcE9d/logo.png b/blockchains/smartchain/assets/0x4b6000F9163de2E3f0a01eC37E06e1469DBbcE9d/logo.png deleted file mode 100644 index 168c8a43d9247..0000000000000 Binary files a/blockchains/smartchain/assets/0x4b6000F9163de2E3f0a01eC37E06e1469DBbcE9d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4b63f8C52E3286CA871Cd66b7C84e26556b2DE8e/info.json b/blockchains/smartchain/assets/0x4b63f8C52E3286CA871Cd66b7C84e26556b2DE8e/info.json deleted file mode 100644 index 944739d56000c..0000000000000 --- a/blockchains/smartchain/assets/0x4b63f8C52E3286CA871Cd66b7C84e26556b2DE8e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BudaCoin", - "type": "BEP20", - "symbol": "BUDA", - "decimals": 9, - "website": "https://www.budacoin.org/", - "description": "Everyone faces challenges with their mental well-being, just like we experience challenges with our physical well-being. There is no health without mental health.We exercise to keep our bodies healthy, but we do very little in our day to day to take care of our mind. By increasing the accessibility of mindfulness education and incentivizing its practice, BudaCoin aims to bring a sustainable solution to the mental health crisis.", - "explorer": "https://bscscan.com/token/0x4b63f8C52E3286CA871Cd66b7C84e26556b2DE8e", - "status": "active", - "id": "0x4b63f8C52E3286CA871Cd66b7C84e26556b2DE8e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4b63f8C52E3286CA871Cd66b7C84e26556b2DE8e/logo.png b/blockchains/smartchain/assets/0x4b63f8C52E3286CA871Cd66b7C84e26556b2DE8e/logo.png deleted file mode 100644 index 0d92e818c651f..0000000000000 Binary files a/blockchains/smartchain/assets/0x4b63f8C52E3286CA871Cd66b7C84e26556b2DE8e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4b71BD5E1DB6CCE4179E175a3A2033E4F17b7432/info.json b/blockchains/smartchain/assets/0x4b71BD5E1DB6CCE4179E175a3A2033E4F17b7432/info.json deleted file mode 100644 index 76a13b33aaa1d..0000000000000 --- a/blockchains/smartchain/assets/0x4b71BD5E1DB6CCE4179E175a3A2033E4F17b7432/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Gameology Token", - "type": "BEP20", - "symbol": "GMY", - "decimals": 9, - "website": "https://www.gameologycrypto.com/", - "description": "Gameology is a decentralized gaming ecosystem based on the binance smart chain.", - "explorer": "https://bscscan.com/token/0x4b71BD5E1DB6CCE4179E175a3A2033E4F17b7432", - "status": "active", - "id": "0x4b71BD5E1DB6CCE4179E175a3A2033E4F17b7432" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4b71BD5E1DB6CCE4179E175a3A2033E4F17b7432/logo.png b/blockchains/smartchain/assets/0x4b71BD5E1DB6CCE4179E175a3A2033E4F17b7432/logo.png deleted file mode 100644 index 922ffaecfd5ea..0000000000000 Binary files a/blockchains/smartchain/assets/0x4b71BD5E1DB6CCE4179E175a3A2033E4F17b7432/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4b8285aB433D8f69CB48d5Ad62b415ed1a221e4f/info.json b/blockchains/smartchain/assets/0x4b8285aB433D8f69CB48d5Ad62b415ed1a221e4f/info.json deleted file mode 100644 index ff6a871e292f9..0000000000000 --- a/blockchains/smartchain/assets/0x4b8285aB433D8f69CB48d5Ad62b415ed1a221e4f/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "MagicCraft", - "website": "https://magiccraft.io", - "description": "Magic Craft – war and conquer MMO Play-To-Earn RPG, launched on Binance Smart Chain, with advanced guild, taxes and economy systems.", - "explorer": "https://bscscan.com/token/0x4b8285aB433D8f69CB48d5Ad62b415ed1a221e4f", - "type": "BEP20", - "symbol": "MCRT", - "decimals": 9, - "status": "active", - "id": "0x4b8285aB433D8f69CB48d5Ad62b415ed1a221e4f", - "tags": [ - "gamefi" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MagicCraftGame" - }, - { - "name": "telegram", - "url": "https://t.me/magiccraftgamechat" - }, - { - "name": "whitepaper", - "url": "https://docs.magiccraft.io" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/magiccraft" - } - ] -} diff --git a/blockchains/smartchain/assets/0x4b8285aB433D8f69CB48d5Ad62b415ed1a221e4f/logo.png b/blockchains/smartchain/assets/0x4b8285aB433D8f69CB48d5Ad62b415ed1a221e4f/logo.png deleted file mode 100644 index be950b7bd5810..0000000000000 Binary files a/blockchains/smartchain/assets/0x4b8285aB433D8f69CB48d5Ad62b415ed1a221e4f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4be63a9b26EE89b9a3a13fd0aA1D0b2427C135f8/info.json b/blockchains/smartchain/assets/0x4be63a9b26EE89b9a3a13fd0aA1D0b2427C135f8/info.json deleted file mode 100644 index 3a4aad0ed67bb..0000000000000 --- a/blockchains/smartchain/assets/0x4be63a9b26EE89b9a3a13fd0aA1D0b2427C135f8/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "XCarnival", - "website": "https://xcarnival.fi", - "description": "The Metaverse Assets Liquidation Aggregator for Everyone", - "explorer": "https://bscscan.com/token/0x4be63a9b26EE89b9a3a13fd0aA1D0b2427C135f8", - "type": "BEP20", - "symbol": "XCV", - "decimals": 18, - "status": "active", - "id": "0x4be63a9b26EE89b9a3a13fd0aA1D0b2427C135f8", - "links": [ - { - "name": "github", - "url": "https://github.com/xcarnival" - }, - { - "name": "twitter", - "url": "https://twitter.com/XCarnival_Lab" - }, - { - "name": "medium", - "url": "https://xcarnival-lab.medium.com/" - }, - { - "name": "telegram", - "url": "https://t.me/XCarnivalCommunity" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/xcarnival/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4be63a9b26EE89b9a3a13fd0aA1D0b2427C135f8/logo.png b/blockchains/smartchain/assets/0x4be63a9b26EE89b9a3a13fd0aA1D0b2427C135f8/logo.png deleted file mode 100644 index b093c8d566a8e..0000000000000 Binary files a/blockchains/smartchain/assets/0x4be63a9b26EE89b9a3a13fd0aA1D0b2427C135f8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4c48cca6153Db911002F965D22fdeFcD95f33BE9/info.json b/blockchains/smartchain/assets/0x4c48cca6153Db911002F965D22fdeFcD95f33BE9/info.json deleted file mode 100644 index 02a9c6d9e6fcb..0000000000000 --- a/blockchains/smartchain/assets/0x4c48cca6153Db911002F965D22fdeFcD95f33BE9/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "The Essential Coin", - "type": "BEP20", - "symbol": "ESC", - "decimals": 18, - "website": "https://theessentialcoin.org", - "description": "The essential Coin is a utility ecosystem that provides rewards to long term investors.The Essential Coins is a focus-based project with many products that will be released in multiple phases. ESC will be a blockchain meta-verse, which will have the ESC token as its native currency.", - "explorer": "https://bscscan.com/token/0x4c48cca6153Db911002F965D22fdeFcD95f33BE9", - "status": "active", - "id": "0x4c48cca6153Db911002F965D22fdeFcD95f33BE9", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/essentialESC" - }, - { - "name": "discord", - "url": "https://discord.com/invite/jEHpJMbKF3" - }, - { - "name": "telegram", - "url": "https://t.me/the_essential_coin" - }, - { - "name": "whitepaper", - "url": "https://bit.ly/3xU43Dt" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCgf60vmEovPXe_81c4PkoWA" - }, - { - "name": "facebook", - "url": "https://facebook.com/The-Essential-Coin-108521301658681" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/the-essential-coin/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/the-essential-coin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4c48cca6153Db911002F965D22fdeFcD95f33BE9/logo.png b/blockchains/smartchain/assets/0x4c48cca6153Db911002F965D22fdeFcD95f33BE9/logo.png deleted file mode 100644 index 696cd8c7bfed4..0000000000000 Binary files a/blockchains/smartchain/assets/0x4c48cca6153Db911002F965D22fdeFcD95f33BE9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4c4da68D45F23E38ec8407272ee4f38F280263c0/info.json b/blockchains/smartchain/assets/0x4c4da68D45F23E38ec8407272ee4f38F280263c0/info.json deleted file mode 100644 index 6676da2994b4a..0000000000000 --- a/blockchains/smartchain/assets/0x4c4da68D45F23E38ec8407272ee4f38F280263c0/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Panda Girl", - "website": "https://PandaGirl.io", - "description": "Panda Girl is the utility token of the Panda Girl universe, called the Pandaverse. The Pandaverse consists of: - Collectible, beautiful hand-drawn NFTs called Panda Girls. Each Panda Girl will have its own rarity index and will be tradeable amongst holders. - Staking of PGIRL tokens to earn passive income - NFT farming with rare NFTs providing higher yields - Play-to-earn gaming - Panda Swap - Panda Girl merchandise store specific to NFTs minted.", - "explorer": "https://bscscan.com/token/0x4c4da68D45F23E38ec8407272ee4f38F280263c0", - "type": "BEP20", - "symbol": "PGIRL", - "decimals": 6, - "status": "active", - "id": "0x4c4da68D45F23E38ec8407272ee4f38F280263c0", - "links": [ - { - "name": "telegram", - "url": "https://t.me/pandagirltoken" - }, - { - "name": "twitter", - "url": "https://twitter.com/PandaGirlToken" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/panda-girl" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/panda-girl/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4c4da68D45F23E38ec8407272ee4f38F280263c0/logo.png b/blockchains/smartchain/assets/0x4c4da68D45F23E38ec8407272ee4f38F280263c0/logo.png deleted file mode 100644 index 84b9c8dc6e510..0000000000000 Binary files a/blockchains/smartchain/assets/0x4c4da68D45F23E38ec8407272ee4f38F280263c0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4c79b8c9cB0BD62B047880603a9DEcf36dE28344/info.json b/blockchains/smartchain/assets/0x4c79b8c9cB0BD62B047880603a9DEcf36dE28344/info.json deleted file mode 100644 index 4cd011af1b4ef..0000000000000 --- a/blockchains/smartchain/assets/0x4c79b8c9cB0BD62B047880603a9DEcf36dE28344/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Vira-lata Finance", - "website": "https://viralata.finance/", - "description": "1st Brazilian DeFi token of compound interest and expansionary liquidity", - "explorer": "https://bscscan.com/token/0x4c79b8c9cB0BD62B047880603a9DEcf36dE28344", - "type": "BEP20", - "symbol": "REAU", - "decimals": 9, - "status": "active", - "id": "0x4c79b8c9cB0BD62B047880603a9DEcf36dE28344" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4c79b8c9cB0BD62B047880603a9DEcf36dE28344/logo.png b/blockchains/smartchain/assets/0x4c79b8c9cB0BD62B047880603a9DEcf36dE28344/logo.png deleted file mode 100644 index ebe0d935f0571..0000000000000 Binary files a/blockchains/smartchain/assets/0x4c79b8c9cB0BD62B047880603a9DEcf36dE28344/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4c97c901B5147F8C1C7Ce3c5cF3eB83B44F244fE/info.json b/blockchains/smartchain/assets/0x4c97c901B5147F8C1C7Ce3c5cF3eB83B44F244fE/info.json deleted file mode 100644 index 004d385c2fe2b..0000000000000 --- a/blockchains/smartchain/assets/0x4c97c901B5147F8C1C7Ce3c5cF3eB83B44F244fE/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Mound Token", - "website": "https://mndvault.mound.finance/", - "description": "The MND token is a vehicle created to capture and distribute the full value of our ecosystem expansion directly to the PancakeBunny Community. and the Mound Vault that you can stake MND is designed as a means for the PancakeBunny Community to share in the full value of all of the innovative DeFi projects/products that Team Bunny has to offer, now and in the future.", - "explorer": "https://bscscan.com/token/0x4c97c901b5147f8c1c7ce3c5cf3eb83b44f244fe", - "type": "BEP20", - "symbol": "MND", - "decimals": 18, - "status": "active", - "id": "0x4c97c901B5147F8C1C7Ce3c5cF3eB83B44F244fE", - "links": [ - { - "name": "medium", - "url": "https://pancakebunny.medium.com/introducing-the-mound-mnd-vault-4bb7cb6efa30" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/mound-token" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4c97c901B5147F8C1C7Ce3c5cF3eB83B44F244fE/logo.png b/blockchains/smartchain/assets/0x4c97c901B5147F8C1C7Ce3c5cF3eB83B44F244fE/logo.png deleted file mode 100644 index 9772b6277d028..0000000000000 Binary files a/blockchains/smartchain/assets/0x4c97c901B5147F8C1C7Ce3c5cF3eB83B44F244fE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4cDa4daAd72340B28925cCd6fA78db631267D3C4/info.json b/blockchains/smartchain/assets/0x4cDa4daAd72340B28925cCd6fA78db631267D3C4/info.json deleted file mode 100644 index ac233aecc52aa..0000000000000 --- a/blockchains/smartchain/assets/0x4cDa4daAd72340B28925cCd6fA78db631267D3C4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BabyDogeCash", - "website": "https://babydogecash.com", - "description": "Auto yield and liquidity generation protocol", - "explorer": "https://bscscan.com/token/0x4cDa4daAd72340B28925cCd6fA78db631267D3C4", - "type": "BEP20", - "symbol": "BabyDogeCash", - "decimals": 9, - "status": "active", - "id": "0x4cDa4daAd72340B28925cCd6fA78db631267D3C4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4cDa4daAd72340B28925cCd6fA78db631267D3C4/logo.png b/blockchains/smartchain/assets/0x4cDa4daAd72340B28925cCd6fA78db631267D3C4/logo.png deleted file mode 100644 index 1faa5d6316fb2..0000000000000 Binary files a/blockchains/smartchain/assets/0x4cDa4daAd72340B28925cCd6fA78db631267D3C4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4cbdfad03b968bF43449D0908f319Ae4A5A33371/info.json b/blockchains/smartchain/assets/0x4cbdfad03b968bF43449D0908f319Ae4A5A33371/info.json deleted file mode 100644 index fcd946431074e..0000000000000 --- a/blockchains/smartchain/assets/0x4cbdfad03b968bF43449D0908f319Ae4A5A33371/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "E-COIN Finance", - "website": "https://ecoin-finance.com/", - "description": "E-COIN Finance is a decentralized & deflationary BEP-20 token that aims to be an online payment platform replacing conventional fiat currency through our integrated debit card.", - "explorer": "https://bscscan.com/token/0x4cbdfad03b968bF43449D0908f319Ae4A5A33371", - "type": "BEP20", - "symbol": "ECOIN", - "decimals": 9, - "status": "abandoned", - "id": "0x4cbdfad03b968bF43449D0908f319Ae4A5A33371", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4cc23264E1eF8dd8173E4Ec07E6a01Cc7476d997/info.json b/blockchains/smartchain/assets/0x4cc23264E1eF8dd8173E4Ec07E6a01Cc7476d997/info.json deleted file mode 100644 index 884855f614b1f..0000000000000 --- a/blockchains/smartchain/assets/0x4cc23264E1eF8dd8173E4Ec07E6a01Cc7476d997/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Robust Reward", - "website": "https://robustprotocol.fi", - "description": "Robust Token (RBT) is an original concept token on the Binance Smart Chain with a limited supply of 100 000 RBT and a 1% burn per transaction that gets converted into Robust Reward (RBW).", - "explorer": "https://bscscan.com/token/0x4cc23264E1eF8dd8173E4Ec07E6a01Cc7476d997", - "type": "BEP20", - "symbol": "RBW", - "decimals": 18, - "status": "active", - "id": "0x4cc23264E1eF8dd8173E4Ec07E6a01Cc7476d997", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/robustprotocol/" - }, - { - "name": "twitter", - "url": "https://twitter.com/robustprotocol/" - }, - { - "name": "docs", - "url": "https://docs.robustprotocol.fi/" - }, - { - "name": "whitepaper", - "url": "https://robustprotocol.fi/RobustProtocol.pdf" - }, - { - "name": "medium", - "url": "https://robustprotocol.medium.com/" - }, - { - "name": "github", - "url": "https://github.com/robustprotocol/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/robustprotocol/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4cc23264E1eF8dd8173E4Ec07E6a01Cc7476d997/logo.png b/blockchains/smartchain/assets/0x4cc23264E1eF8dd8173E4Ec07E6a01Cc7476d997/logo.png deleted file mode 100644 index ce55558735520..0000000000000 Binary files a/blockchains/smartchain/assets/0x4cc23264E1eF8dd8173E4Ec07E6a01Cc7476d997/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4ce2DB133035519F538b7849201D6D541972164c/info.json b/blockchains/smartchain/assets/0x4ce2DB133035519F538b7849201D6D541972164c/info.json deleted file mode 100644 index 330aea80fcd49..0000000000000 --- a/blockchains/smartchain/assets/0x4ce2DB133035519F538b7849201D6D541972164c/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Magicbox Token", - "website": "https://magicbox.game", - "description": "MagicBox is committed to the ecological exploration of the metaverse and building an independent frictionless production liquidity survival agreement.", - "explorer": "https://bscscan.com/token/0x4ce2DB133035519F538b7849201D6D541972164c", - "type": "BEP20", - "symbol": "MBT", - "decimals": 9, - "status": "active", - "id": "0x4ce2DB133035519F538b7849201D6D541972164c", - "links": [ - { - "name": "github", - "url": "https://github.com/MagicBox-Lab" - }, - { - "name": "twitter", - "url": "https://twitter.com/MagicBoxGame" - }, - { - "name": "telegram", - "url": "https://t.me/MagicBox_Game" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/magicbox" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/magicbox" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4ce2DB133035519F538b7849201D6D541972164c/logo.png b/blockchains/smartchain/assets/0x4ce2DB133035519F538b7849201D6D541972164c/logo.png deleted file mode 100644 index e6ac5969c840a..0000000000000 Binary files a/blockchains/smartchain/assets/0x4ce2DB133035519F538b7849201D6D541972164c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4d2d32d8652058Bf98c772953E1Df5c5c85D9F45/info.json b/blockchains/smartchain/assets/0x4d2d32d8652058Bf98c772953E1Df5c5c85D9F45/info.json deleted file mode 100644 index 24bc1be43fefa..0000000000000 --- a/blockchains/smartchain/assets/0x4d2d32d8652058Bf98c772953E1Df5c5c85D9F45/info.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "DAO Maker", - "type": "BEP20", - "symbol": "DAO", - "decimals": 18, - "website": "https://daomaker.com", - "description": "DAO Maker is the leading incubation, fundraising and acceleration platform with a vast network of successful projects launched.", - "explorer": "https://bscscan.com/token/0x4d2d32d8652058bf98c772953e1df5c5c85d9f45", - "status": "active", - "id": "0x4d2d32d8652058Bf98c772953E1Df5c5c85D9F45", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/TheDaoMaker" - }, - { - "name": "telegram", - "url": "https://t.me/daomaker" - }, - { - "name": "discord", - "url": "https://discord.com/invite/daomaker" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/dao-maker" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/dao-maker/" - }, - { - "name": "telegram_news", - "url": "https://t.me/daomaker_ann" - } - ], - "tags": [ - "deflationary", - "governance", - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4d2d32d8652058Bf98c772953E1Df5c5c85D9F45/logo.png b/blockchains/smartchain/assets/0x4d2d32d8652058Bf98c772953E1Df5c5c85D9F45/logo.png deleted file mode 100644 index 124bbae67dff7..0000000000000 Binary files a/blockchains/smartchain/assets/0x4d2d32d8652058Bf98c772953E1Df5c5c85D9F45/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4d4CC29b9C4E413CFe5f898E16280f11db57E186/info.json b/blockchains/smartchain/assets/0x4d4CC29b9C4E413CFe5f898E16280f11db57E186/info.json deleted file mode 100644 index d369ef91c0f1d..0000000000000 --- a/blockchains/smartchain/assets/0x4d4CC29b9C4E413CFe5f898E16280f11db57E186/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Hamtaro", - "type": "BEP20", - "symbol": "Hamtaro", - "decimals": 9, - "website": "https://hamtarocrypto.com/", - "description": "Hamtaro is a deflactionary Token for the BSC. Token also used to create its NFT Marketplace", - "explorer": "https://bscscan.com/token/0x4d4cc29b9c4e413cfe5f898e16280f11db57e186", - "status": "active", - "id": "0x4d4CC29b9C4E413CFe5f898E16280f11db57E186" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4d4CC29b9C4E413CFe5f898E16280f11db57E186/logo.png b/blockchains/smartchain/assets/0x4d4CC29b9C4E413CFe5f898E16280f11db57E186/logo.png deleted file mode 100644 index 55c0de3083f36..0000000000000 Binary files a/blockchains/smartchain/assets/0x4d4CC29b9C4E413CFe5f898E16280f11db57E186/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4d4e595d643dc61EA7FCbF12e4b1AAA39f9975B8/info.json b/blockchains/smartchain/assets/0x4d4e595d643dc61EA7FCbF12e4b1AAA39f9975B8/info.json deleted file mode 100644 index 8b868233465f1..0000000000000 --- a/blockchains/smartchain/assets/0x4d4e595d643dc61EA7FCbF12e4b1AAA39f9975B8/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Pet", - "type": "BEP20", - "symbol": "PET", - "decimals": 18, - "website": "http://battlepets.finance/", - "description": "-", - "explorer": "https://bscscan.com/token/0x4d4e595d643dc61EA7FCbF12e4b1AAA39f9975B8", - "status": "active", - "id": "0x4d4e595d643dc61EA7FCbF12e4b1AAA39f9975B8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4d4e595d643dc61EA7FCbF12e4b1AAA39f9975B8/logo.png b/blockchains/smartchain/assets/0x4d4e595d643dc61EA7FCbF12e4b1AAA39f9975B8/logo.png deleted file mode 100644 index 3c70853c96237..0000000000000 Binary files a/blockchains/smartchain/assets/0x4d4e595d643dc61EA7FCbF12e4b1AAA39f9975B8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4d50471035d65810cdB9B34550D46B31bf398cB8/info.json b/blockchains/smartchain/assets/0x4d50471035d65810cdB9B34550D46B31bf398cB8/info.json deleted file mode 100644 index 70d7dcdb5402c..0000000000000 --- a/blockchains/smartchain/assets/0x4d50471035d65810cdB9B34550D46B31bf398cB8/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Ocen Network", - "website": "https://ocen.network/", - "description": "OCEN is a fully decentralized token create a stable token.", - "explorer": "https://bscscan.com/token/0x4d50471035d65810cdB9B34550D46B31bf398cB8", - "type": "BEP20", - "symbol": "OCEN", - "decimals": 14, - "status": "active", - "id": "0x4d50471035d65810cdB9B34550D46B31bf398cB8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4d50471035d65810cdB9B34550D46B31bf398cB8/logo.png b/blockchains/smartchain/assets/0x4d50471035d65810cdB9B34550D46B31bf398cB8/logo.png deleted file mode 100644 index b07a90c9cc787..0000000000000 Binary files a/blockchains/smartchain/assets/0x4d50471035d65810cdB9B34550D46B31bf398cB8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4d993ec7b44276615bB2F6F20361AB34FbF0ec49/info.json b/blockchains/smartchain/assets/0x4d993ec7b44276615bB2F6F20361AB34FbF0ec49/info.json deleted file mode 100644 index 2ac0b59e9e94a..0000000000000 --- a/blockchains/smartchain/assets/0x4d993ec7b44276615bB2F6F20361AB34FbF0ec49/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "BrandPad Finance", - "type": "BEP20", - "symbol": "BRAND", - "decimals": 9, - "website": "https://brandpad.finance/", - "description": "BrandPad is a multi-chain liquidity manager for token pools and auctions powered by decentralized, infrastructure. We facilitate buying and transferring tokens between blockchains.", - "explorer": "https://bscscan.com/token/0x4d993ec7b44276615bB2F6F20361AB34FbF0ec49", - "status": "active", - "id": "0x4d993ec7b44276615bB2F6F20361AB34FbF0ec49", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/brandpad-finance/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/brandpad-finance" - }, - { - "name": "twitter", - "url": "https://twitter.com/BrandPadFinance" - }, - { - "name": "telegram", - "url": "https://t.me/BrandPad" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4d993ec7b44276615bB2F6F20361AB34FbF0ec49/logo.png b/blockchains/smartchain/assets/0x4d993ec7b44276615bB2F6F20361AB34FbF0ec49/logo.png deleted file mode 100644 index 3bb1246a88253..0000000000000 Binary files a/blockchains/smartchain/assets/0x4d993ec7b44276615bB2F6F20361AB34FbF0ec49/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4dfAD9A4cBa318EFC53743b803588B113f8A84Bd/info.json b/blockchains/smartchain/assets/0x4dfAD9A4cBa318EFC53743b803588B113f8A84Bd/info.json deleted file mode 100644 index 45667818dc491..0000000000000 --- a/blockchains/smartchain/assets/0x4dfAD9A4cBa318EFC53743b803588B113f8A84Bd/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Chihuahua Army", - "type": "BEP20", - "symbol": "HUA", - "decimals": 9, - "website": "https://chihuahua.army/", - "description": "Think of Chihuahua as a community driven, universal cryptocurrency with unique features. This is a real project that will be constantly evolving.", - "explorer": "https://bscscan.com/token/0x4dfAD9A4cBa318EFC53743b803588B113f8A84Bd", - "status": "active", - "id": "0x4dfAD9A4cBa318EFC53743b803588B113f8A84Bd" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4dfAD9A4cBa318EFC53743b803588B113f8A84Bd/logo.png b/blockchains/smartchain/assets/0x4dfAD9A4cBa318EFC53743b803588B113f8A84Bd/logo.png deleted file mode 100644 index ceda0c92d39ec..0000000000000 Binary files a/blockchains/smartchain/assets/0x4dfAD9A4cBa318EFC53743b803588B113f8A84Bd/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4e2434294a722329B6B64e0c2Fca51B2533D7015/info.json b/blockchains/smartchain/assets/0x4e2434294a722329B6B64e0c2Fca51B2533D7015/info.json deleted file mode 100644 index 7a75537705c05..0000000000000 --- a/blockchains/smartchain/assets/0x4e2434294a722329B6B64e0c2Fca51B2533D7015/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "PEPEFLOKI", - "website": "https://pepefloki.io", - "description": "We have combined two of the most hyped coins in the crypto market - FLOKI and PEPE.", - "explorer": "https://bscscan.com/token/0x4e2434294a722329b6b64e0c2fca51b2533d7015", - "type": "BEP20", - "symbol": "PEPEF", - "decimals": 18, - "status": "active", - "id": "0x4e2434294a722329B6B64e0c2Fca51B2533D7015", - "links": [ - { - "name": "telegram", - "url": "https://t.me/pepefloki_portal" - }, - { - "name": "twitter", - "url": "https://twitter.com/pepe_floki" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4e2434294a722329B6B64e0c2Fca51B2533D7015/logo.png b/blockchains/smartchain/assets/0x4e2434294a722329B6B64e0c2Fca51B2533D7015/logo.png deleted file mode 100644 index 1578e86e7ff16..0000000000000 Binary files a/blockchains/smartchain/assets/0x4e2434294a722329B6B64e0c2Fca51B2533D7015/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4e6415a5727ea08aAE4580057187923aeC331227/info.json b/blockchains/smartchain/assets/0x4e6415a5727ea08aAE4580057187923aeC331227/info.json deleted file mode 100644 index 337402a3b1363..0000000000000 --- a/blockchains/smartchain/assets/0x4e6415a5727ea08aAE4580057187923aeC331227/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "FINE Token", - "website": "https://app.refinable.com", - "description": "FINE is a token issued by Refinable.", - "explorer": "https://bscscan.com/token/0x4e6415a5727ea08aAE4580057187923aeC331227", - "type": "BEP20", - "symbol": "FINE", - "decimals": 18, - "status": "active", - "id": "0x4e6415a5727ea08aAE4580057187923aeC331227", - "links": [ - { - "name": "github", - "url": "https://github.com/refinableco/refinable-sdk" - }, - { - "name": "medium", - "url": "https://refinable.medium.com/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/refinable" - }, - { - "name": "twitter", - "url": "https://twitter.com/refinableapp" - }, - { - "name": "telegram", - "url": "https://t.me/refinablenft" - }, - { - "name": "discord", - "url": "https://discord.com/invite/2Ps43kUxy7" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/refinable/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/refinable" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4e6415a5727ea08aAE4580057187923aeC331227/logo.png b/blockchains/smartchain/assets/0x4e6415a5727ea08aAE4580057187923aeC331227/logo.png deleted file mode 100644 index 9cca83d9ef7c6..0000000000000 Binary files a/blockchains/smartchain/assets/0x4e6415a5727ea08aAE4580057187923aeC331227/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4ef29F3B804C316bA8bA464A765C601Fc092a2e9/info.json b/blockchains/smartchain/assets/0x4ef29F3B804C316bA8bA464A765C601Fc092a2e9/info.json deleted file mode 100644 index a269e8c9ca5ee..0000000000000 --- a/blockchains/smartchain/assets/0x4ef29F3B804C316bA8bA464A765C601Fc092a2e9/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Quantum Assets Token", - "type": "BEP20", - "symbol": "QA", - "decimals": 18, - "website": "https://www.quantumassets.vg/", - "description": "Quantum Assets uses quantum phenomena (quantum tunneling of electrons) to produce a new class of quantum cryptographic keys - creating quantum assets. Holders of Quantum Assets Token (QA) at relevant blocks are guaranteed airdrops of new quantum assets as they are released to market.", - "explorer": "https://bscscan.com/token/0x4ef29F3B804C316bA8bA464A765C601Fc092a2e9", - "status": "active", - "id": "0x4ef29F3B804C316bA8bA464A765C601Fc092a2e9", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/QuantumAssetsQA" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/quantum-assets" - } - ], - "tags": [ - "privacy" - ] -} diff --git a/blockchains/smartchain/assets/0x4ef29F3B804C316bA8bA464A765C601Fc092a2e9/logo.png b/blockchains/smartchain/assets/0x4ef29F3B804C316bA8bA464A765C601Fc092a2e9/logo.png deleted file mode 100644 index 9ed68b163cc95..0000000000000 Binary files a/blockchains/smartchain/assets/0x4ef29F3B804C316bA8bA464A765C601Fc092a2e9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4f0E7A273c7FF13062Fa581bEe4Ffabdae94328f/info.json b/blockchains/smartchain/assets/0x4f0E7A273c7FF13062Fa581bEe4Ffabdae94328f/info.json deleted file mode 100644 index db70bede3e847..0000000000000 --- a/blockchains/smartchain/assets/0x4f0E7A273c7FF13062Fa581bEe4Ffabdae94328f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Wild Ride Token", - "website": "https://www.wildride.club/", - "description": "Wild Ride is a Binance Smart Chain community-driven meme token with a utility purpose.", - "explorer": "https://bscscan.com/token/0x4f0E7A273c7FF13062Fa581bEe4Ffabdae94328f", - "type": "BEP20", - "symbol": "WILD", - "decimals": 8, - "status": "active", - "id": "0x4f0E7A273c7FF13062Fa581bEe4Ffabdae94328f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4f0E7A273c7FF13062Fa581bEe4Ffabdae94328f/logo.png b/blockchains/smartchain/assets/0x4f0E7A273c7FF13062Fa581bEe4Ffabdae94328f/logo.png deleted file mode 100644 index 1d7cb4fd7110a..0000000000000 Binary files a/blockchains/smartchain/assets/0x4f0E7A273c7FF13062Fa581bEe4Ffabdae94328f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4f1960E29b2cA581a38c5c474e123f420F8092db/info.json b/blockchains/smartchain/assets/0x4f1960E29b2cA581a38c5c474e123f420F8092db/info.json deleted file mode 100644 index 1bbdf5d139524..0000000000000 --- a/blockchains/smartchain/assets/0x4f1960E29b2cA581a38c5c474e123f420F8092db/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "UBXS Token", - "type": "BEP20", - "symbol": "UBXS", - "decimals": 6, - "website": "https://bixos.io", - "description": "The Combination of NFT Technology and the Real Estate Sector on Blockchain", - "explorer": "https://bscscan.com/token/0x4f1960E29b2cA581a38c5c474e123f420F8092db", - "status": "active", - "id": "0x4f1960E29b2cA581a38c5c474e123f420F8092db", - "links": [ - { - "name": "telegram", - "url": "https://t.me/ubxstoken" - }, - { - "name": "twitter", - "url": "https://twitter.com/Bixosinc" - }, - { - "name": "discord", - "url": "https://discord.com/" - }, - { - "name": "facebook", - "url": "https://facebook.com/bixosinc" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4f1960E29b2cA581a38c5c474e123f420F8092db/logo.png b/blockchains/smartchain/assets/0x4f1960E29b2cA581a38c5c474e123f420F8092db/logo.png deleted file mode 100644 index a0663c229ec0c..0000000000000 Binary files a/blockchains/smartchain/assets/0x4f1960E29b2cA581a38c5c474e123f420F8092db/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4f34292F109870d5fdDA602Bc7e3ae56D520D6e1/info.json b/blockchains/smartchain/assets/0x4f34292F109870d5fdDA602Bc7e3ae56D520D6e1/info.json deleted file mode 100644 index 8f712eb13320a..0000000000000 --- a/blockchains/smartchain/assets/0x4f34292F109870d5fdDA602Bc7e3ae56D520D6e1/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Celestial", - "type": "BEP20", - "symbol": "CELT", - "decimals": 18, - "website": "https://bsc.celt.game/", - "description": "Celestial is a cross chain metaverse game that combines Gamefi, Socialfi, and NFTSwap with the theme of interstellar warfare.", - "explorer": "https://bscscan.com/token/0x4f34292F109870d5fdDA602Bc7e3ae56D520D6e1", - "status": "active", - "id": "0x4f34292F109870d5fdDA602Bc7e3ae56D520D6e1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/GameCelt" - }, - { - "name": "github", - "url": "https://github.com/CeltGame" - }, - { - "name": "telegram", - "url": "https://t.me/CELT_Game" - }, - { - "name": "telegram_news", - "url": "https://t.me/CELT_Announcement" - }, - { - "name": "whitepaper", - "url": "https://bsc.celt.game/static/CELESTIAL_Whitepaper.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/@celestial.gamefi" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC3L64zz-sbwaEgMVotqLkTA" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4f34292F109870d5fdDA602Bc7e3ae56D520D6e1/logo.png b/blockchains/smartchain/assets/0x4f34292F109870d5fdDA602Bc7e3ae56D520D6e1/logo.png deleted file mode 100644 index 3df69cc0df407..0000000000000 Binary files a/blockchains/smartchain/assets/0x4f34292F109870d5fdDA602Bc7e3ae56D520D6e1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4f5AfC97E501907201F94ef7De9F36C4633dcc75/info.json b/blockchains/smartchain/assets/0x4f5AfC97E501907201F94ef7De9F36C4633dcc75/info.json deleted file mode 100644 index 55380dcb3a000..0000000000000 --- a/blockchains/smartchain/assets/0x4f5AfC97E501907201F94ef7De9F36C4633dcc75/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SAFE Community Token", - "website": "https://www.safecomtoken.io", - "description": " Safecom is a token made for the community on the BSC Scan.", - "explorer": "https://bscscan.com/token/0x4f5AfC97E501907201F94ef7De9F36C4633dcc75", - "type": "BEP20", - "symbol": "SAFECOM", - "decimals": 18, - "status": "active", - "id": "0x4f5AfC97E501907201F94ef7De9F36C4633dcc75" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4f5AfC97E501907201F94ef7De9F36C4633dcc75/logo.png b/blockchains/smartchain/assets/0x4f5AfC97E501907201F94ef7De9F36C4633dcc75/logo.png deleted file mode 100644 index ec534650a7d8c..0000000000000 Binary files a/blockchains/smartchain/assets/0x4f5AfC97E501907201F94ef7De9F36C4633dcc75/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4f5d48D3d28Ff10113283A896952A7722Eaaacd8/info.json b/blockchains/smartchain/assets/0x4f5d48D3d28Ff10113283A896952A7722Eaaacd8/info.json deleted file mode 100644 index 5838b96bf1fb8..0000000000000 --- a/blockchains/smartchain/assets/0x4f5d48D3d28Ff10113283A896952A7722Eaaacd8/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Annex USDC", - "website": "https://www.annex.finance/", - "description": "Money Markets. A Decentralized Marketplace for Lenders and Borrowers", - "explorer": "https://bscscan.com/token/0x4f5d48D3d28Ff10113283A896952A7722Eaaacd8", - "type": "BEP20", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/AnnexFinance" - }, - { - "name": "medium", - "url": "https://annexfinance.medium.com/" - }, - { - "name": "telegram", - "url": "https://t.me/Annex_finance_group" - }, - { - "name": "github", - "url": "https://github.com/annexfinance/annex-protocol" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/AnnexFinance/" - } - ], - "symbol": "aUSDC", - "decimals": 8, - "status": "active", - "id": "0x4f5d48D3d28Ff10113283A896952A7722Eaaacd8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4f5d48D3d28Ff10113283A896952A7722Eaaacd8/logo.png b/blockchains/smartchain/assets/0x4f5d48D3d28Ff10113283A896952A7722Eaaacd8/logo.png deleted file mode 100644 index 55e71d64dd4bd..0000000000000 Binary files a/blockchains/smartchain/assets/0x4f5d48D3d28Ff10113283A896952A7722Eaaacd8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4fA55d435ef98aD77C1EfA25Ae764cCb858f7046/info.json b/blockchains/smartchain/assets/0x4fA55d435ef98aD77C1EfA25Ae764cCb858f7046/info.json deleted file mode 100644 index 7b798dd33d9a6..0000000000000 --- a/blockchains/smartchain/assets/0x4fA55d435ef98aD77C1EfA25Ae764cCb858f7046/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HelloSwap Token", - "type": "BEP20", - "symbol": "HELLO", - "decimals": 18, - "website": "https://helloswap.finance/", - "description": "Hello swap exchange is a decentralized exchange platform built on the Binance smart chain BSC protocol, with an integrated seamless interoperability across all blockchain network and diverse contract systems.", - "explorer": "https://bscscan.com/token/0x4fA55d435ef98aD77C1EfA25Ae764cCb858f7046", - "status": "active", - "id": "0x4fA55d435ef98aD77C1EfA25Ae764cCb858f7046" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4fA55d435ef98aD77C1EfA25Ae764cCb858f7046/logo.png b/blockchains/smartchain/assets/0x4fA55d435ef98aD77C1EfA25Ae764cCb858f7046/logo.png deleted file mode 100644 index c924bbe7b4030..0000000000000 Binary files a/blockchains/smartchain/assets/0x4fA55d435ef98aD77C1EfA25Ae764cCb858f7046/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x4fFa143Ce16A24215e8dF96c0CEF5677a7B91EE4/info.json b/blockchains/smartchain/assets/0x4fFa143Ce16A24215e8dF96c0CEF5677a7B91EE4/info.json deleted file mode 100644 index da2e01a4e9832..0000000000000 --- a/blockchains/smartchain/assets/0x4fFa143Ce16A24215e8dF96c0CEF5677a7B91EE4/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "REGENT COIN", - "type": "BEP20", - "symbol": "REGENT", - "decimals": 18, - "website": "https://regentcoin.finance/", - "description": "Regent Coin is designed for the convenience, cost effective solution and efficient time usage among the peer to peer community. Regent Coin is A UTILITY TOKEN, enables People to make their utility bill payments using the pay app", - "explorer": "https://bscscan.com/token/0x4fFa143Ce16A24215e8dF96c0CEF5677a7B91EE4", - "status": "active", - "id": "0x4fFa143Ce16A24215e8dF96c0CEF5677a7B91EE4", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/regent_coin" - }, - { - "name": "telegram", - "url": "https://t.me/RegentCoinNews" - }, - { - "name": "facebook", - "url": "https://facebook.com/people/Regent-Coin/100087324862103/" - }, - { - "name": "youtube", - "url": "https://youtube.com/@regentcoin01" - } - ], - "tags": [ - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4fFa143Ce16A24215e8dF96c0CEF5677a7B91EE4/logo.png b/blockchains/smartchain/assets/0x4fFa143Ce16A24215e8dF96c0CEF5677a7B91EE4/logo.png deleted file mode 100644 index 7cccb4b214bfd..0000000000000 Binary files a/blockchains/smartchain/assets/0x4fFa143Ce16A24215e8dF96c0CEF5677a7B91EE4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x50332bdca94673F33401776365b66CC4e81aC81d/info.json b/blockchains/smartchain/assets/0x50332bdca94673F33401776365b66CC4e81aC81d/info.json deleted file mode 100644 index 8957c61623c76..0000000000000 --- a/blockchains/smartchain/assets/0x50332bdca94673F33401776365b66CC4e81aC81d/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "CryptoCars", - "type": "BEP20", - "symbol": "CCAR", - "decimals": 18, - "website": "https://cryptocars.me", - "description": "CCAR is the main token of CryptoCars Project", - "explorer": "https://bscscan.com/token/0x50332bdca94673F33401776365b66CC4e81aC81d", - "status": "active", - "id": "0x50332bdca94673F33401776365b66CC4e81aC81d", - "links": [ - { - "name": "telegram", - "url": "https://t.me/cryptocarschannel" - }, - { - "name": "twitter", - "url": "https://twitter.com/cryptocarsgame" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/cryptocars" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/cryptocars/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x50332bdca94673F33401776365b66CC4e81aC81d/logo.png b/blockchains/smartchain/assets/0x50332bdca94673F33401776365b66CC4e81aC81d/logo.png deleted file mode 100644 index f3b10b846986b..0000000000000 Binary files a/blockchains/smartchain/assets/0x50332bdca94673F33401776365b66CC4e81aC81d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x503576189Edd9FEb058ad3f17f1E6e9172A11D75/info.json b/blockchains/smartchain/assets/0x503576189Edd9FEb058ad3f17f1E6e9172A11D75/info.json deleted file mode 100644 index 93c43f66f3fb3..0000000000000 --- a/blockchains/smartchain/assets/0x503576189Edd9FEb058ad3f17f1E6e9172A11D75/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Saint Token", - "website": "https://saint.finance", - "description": "SAINT is a charitable token on BSC with static rewards, auto LP, and charitable donations.", - "explorer": "https://bscscan.com/token/0x503576189Edd9FEb058ad3f17f1E6e9172A11D75", - "type": "BEP20", - "symbol": "Saint", - "decimals": 9, - "status": "active", - "id": "0x503576189Edd9FEb058ad3f17f1E6e9172A11D75" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x503576189Edd9FEb058ad3f17f1E6e9172A11D75/logo.png b/blockchains/smartchain/assets/0x503576189Edd9FEb058ad3f17f1E6e9172A11D75/logo.png deleted file mode 100644 index fc5ae043998c3..0000000000000 Binary files a/blockchains/smartchain/assets/0x503576189Edd9FEb058ad3f17f1E6e9172A11D75/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x504BeAf9B74f5e38B0AC2335c51B8BB6E86F0eC5/info.json b/blockchains/smartchain/assets/0x504BeAf9B74f5e38B0AC2335c51B8BB6E86F0eC5/info.json deleted file mode 100644 index 55239150a23aa..0000000000000 --- a/blockchains/smartchain/assets/0x504BeAf9B74f5e38B0AC2335c51B8BB6E86F0eC5/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Chibi Inu", - "website": "https://chibinu.com", - "description": "Chibi inu is one of the first movers in coming up with an NFT marketplace for Dog NFTs & memes", - "explorer": "https://bscscan.com/token/0x504beaf9b74f5e38b0ac2335c51b8bb6e86f0ec5", - "type": "BEP20", - "symbol": "Chibi", - "decimals": 18, - "status": "active", - "id": "0x504BeAf9B74f5e38B0AC2335c51B8BB6E86F0eC5" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x504BeAf9B74f5e38B0AC2335c51B8BB6E86F0eC5/logo.png b/blockchains/smartchain/assets/0x504BeAf9B74f5e38B0AC2335c51B8BB6E86F0eC5/logo.png deleted file mode 100644 index 99523155183f3..0000000000000 Binary files a/blockchains/smartchain/assets/0x504BeAf9B74f5e38B0AC2335c51B8BB6E86F0eC5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5066C68cAe3B9BdaCD6A1A37c90F2d1723559D18/info.json b/blockchains/smartchain/assets/0x5066C68cAe3B9BdaCD6A1A37c90F2d1723559D18/info.json deleted file mode 100644 index 6b152bbb39626..0000000000000 --- a/blockchains/smartchain/assets/0x5066C68cAe3B9BdaCD6A1A37c90F2d1723559D18/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "WIZARD", - "type": "BEP20", - "symbol": "WIZARD", - "decimals": 18, - "website": "https://wizard.financial", - "description": "WIZARD is a first-of-a-kind fantasy token and NFT marketplace which brings a magical experience to all who behold it, combining crypto with games for multiplied rewards.", - "explorer": "https://bscscan.com/token/0x5066C68cAe3B9BdaCD6A1A37c90F2d1723559D18", - "status": "active", - "id": "0x5066C68cAe3B9BdaCD6A1A37c90F2d1723559D18", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/WIZARD_BSC" - }, - { - "name": "telegram", - "url": "https://t.me/wizard_financial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/wizard" - }, - { - "name": "medium", - "url": "https://medium.com/@wizardtokenofficial" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/wizard-token" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5066C68cAe3B9BdaCD6A1A37c90F2d1723559D18/logo.png b/blockchains/smartchain/assets/0x5066C68cAe3B9BdaCD6A1A37c90F2d1723559D18/logo.png deleted file mode 100644 index 9f0c2f97fe5ae..0000000000000 Binary files a/blockchains/smartchain/assets/0x5066C68cAe3B9BdaCD6A1A37c90F2d1723559D18/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5067c6e9E6c443372f2E62946273ABbF3Cc2f2B3/info.json b/blockchains/smartchain/assets/0x5067c6e9E6c443372f2E62946273ABbF3Cc2f2B3/info.json deleted file mode 100644 index 823ebecb622cc..0000000000000 --- a/blockchains/smartchain/assets/0x5067c6e9E6c443372f2E62946273ABbF3Cc2f2B3/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Fibo Token", - "type": "BEP20", - "symbol": "FIBO", - "decimals": 9, - "website": "https://fibswap.io/", - "description": "FIBO is the utility token of and FibSwap DEx, the worlds first cross blockchain DEx allowing traders to swap any coin between BSC (BEP20) and ETH (ERC20) blockchains and many more bridges.", - "explorer": "https://bscscan.com/token/0x5067c6e9E6c443372f2E62946273ABbF3Cc2f2B3", - "status": "active", - "id": "0x5067c6e9E6c443372f2E62946273ABbF3Cc2f2B3", - "links": [ - { - "name": "telegram", - "url": "https://t.me/FibSwapOfficial" - }, - { - "name": "discord", - "url": "https://discord.com/invite/qy5stWaS" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5067c6e9E6c443372f2E62946273ABbF3Cc2f2B3/logo.png b/blockchains/smartchain/assets/0x5067c6e9E6c443372f2E62946273ABbF3Cc2f2B3/logo.png deleted file mode 100644 index 4747b83d8c6e7..0000000000000 Binary files a/blockchains/smartchain/assets/0x5067c6e9E6c443372f2E62946273ABbF3Cc2f2B3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x50ea9C9F88AEAB9f554b8ffB4d7a1017957e866A/info.json b/blockchains/smartchain/assets/0x50ea9C9F88AEAB9f554b8ffB4d7a1017957e866A/info.json deleted file mode 100644 index 7a4eb26bb7f05..0000000000000 --- a/blockchains/smartchain/assets/0x50ea9C9F88AEAB9f554b8ffB4d7a1017957e866A/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Fox Trading", - "website": "https://foxtrading.io", - "description": "Fox Trading is an automated trading service managed by our success Forex bots that will try to get the most from your investment. Powered by FOXT token.", - "explorer": "https://bscscan.com/token/0x50ea9c9f88aeab9f554b8ffb4d7a1017957e866a", - "type": "BEP20", - "symbol": "FOXT", - "decimals": 18, - "status": "active", - "id": "0x50ea9C9F88AEAB9f554b8ffB4d7a1017957e866A" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x50ea9C9F88AEAB9f554b8ffB4d7a1017957e866A/logo.png b/blockchains/smartchain/assets/0x50ea9C9F88AEAB9f554b8ffB4d7a1017957e866A/logo.png deleted file mode 100644 index 8ddec365bde83..0000000000000 Binary files a/blockchains/smartchain/assets/0x50ea9C9F88AEAB9f554b8ffB4d7a1017957e866A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x51519264e031346D01648b94F453544d231e9E85/info.json b/blockchains/smartchain/assets/0x51519264e031346D01648b94F453544d231e9E85/info.json deleted file mode 100644 index e0df672e0d7ce..0000000000000 --- a/blockchains/smartchain/assets/0x51519264e031346D01648b94F453544d231e9E85/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TSLADOGE", - "website": "https://tsladoge.com", - "description": "TDOGE makes everyone's income better.", - "explorer": "https://bscscan.com/token/0x51519264e031346D01648b94F453544d231e9E85", - "type": "BEP20", - "symbol": "TDOGE", - "decimals": 6, - "status": "active", - "id": "0x51519264e031346D01648b94F453544d231e9E85" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x51519264e031346D01648b94F453544d231e9E85/logo.png b/blockchains/smartchain/assets/0x51519264e031346D01648b94F453544d231e9E85/logo.png deleted file mode 100644 index 7ebdb3c6fb40b..0000000000000 Binary files a/blockchains/smartchain/assets/0x51519264e031346D01648b94F453544d231e9E85/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x51BA0b044d96C3aBfcA52B64D733603CCC4F0d4D/info.json b/blockchains/smartchain/assets/0x51BA0b044d96C3aBfcA52B64D733603CCC4F0d4D/info.json deleted file mode 100644 index ab89f34889515..0000000000000 --- a/blockchains/smartchain/assets/0x51BA0b044d96C3aBfcA52B64D733603CCC4F0d4D/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SuperFarm", - "symbol": "SUPER", - "type": "BEP20", - "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.com/", - "explorer": "https://bscscan.com/token/0x51BA0b044d96C3aBfcA52B64D733603CCC4F0d4D", - "status": "active", - "id": "0x51BA0b044d96C3aBfcA52B64D733603CCC4F0d4D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x51BA0b044d96C3aBfcA52B64D733603CCC4F0d4D/logo.png b/blockchains/smartchain/assets/0x51BA0b044d96C3aBfcA52B64D733603CCC4F0d4D/logo.png deleted file mode 100644 index 9aab6fd544730..0000000000000 Binary files a/blockchains/smartchain/assets/0x51BA0b044d96C3aBfcA52B64D733603CCC4F0d4D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x51F35073FF7cF54c9e86b7042E59A8cC9709FC46/info.json b/blockchains/smartchain/assets/0x51F35073FF7cF54c9e86b7042E59A8cC9709FC46/info.json deleted file mode 100644 index c517673c4555c..0000000000000 --- a/blockchains/smartchain/assets/0x51F35073FF7cF54c9e86b7042E59A8cC9709FC46/info.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "ETNA Network", - "website": "https://etna.network/", - "coinmarketcap": "https://coinmarketcap.com/currencies/etna-network", - "coingecko": "https://www.coingecko.com/en/coins/etna-network", - "short_description": "ETNA Network (ETNA) is a hybrid DeFI-type project that is set to bridge the gap between decentralized applications and the masses", - "description": "ETNA Network (ETNA) is a hybrid DeFI-type project that is set to bridge the gap between decentralized applications and the masses that are being left out due to the complexities in DeFi.", - "explorer": "https://bscscan.com/token/0x51f35073ff7cf54c9e86b7042e59a8cc9709fc46", - "type": "BEP20", - "symbol": "ETNA", - "decimals": 18, - "status": "active", - "id": "0x51F35073FF7cF54c9e86b7042E59A8cC9709FC46", - "links": [ - { - "name": "whitepaper", - "url": "https://etna.network/assets/ETNA.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x51F35073FF7cF54c9e86b7042E59A8cC9709FC46/logo.png b/blockchains/smartchain/assets/0x51F35073FF7cF54c9e86b7042E59A8cC9709FC46/logo.png deleted file mode 100644 index 1930b837fe2e8..0000000000000 Binary files a/blockchains/smartchain/assets/0x51F35073FF7cF54c9e86b7042E59A8cC9709FC46/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x51e6D27FA57373d8d4C256231241053a70Cb1d93/info.json b/blockchains/smartchain/assets/0x51e6D27FA57373d8d4C256231241053a70Cb1d93/info.json deleted file mode 100644 index f940a76294da9..0000000000000 --- a/blockchains/smartchain/assets/0x51e6D27FA57373d8d4C256231241053a70Cb1d93/info.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "Ape Swap LP BNB-BUSD", - "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://bscscan.com/token/0x51e6D27FA57373d8d4C256231241053a70Cb1d93", - "type": "BEP20", - "symbol": "APE-LP", - "decimals": 18, - "status": "active", - "id": "0x51e6D27FA57373d8d4C256231241053a70Cb1d93", - "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/smartchain/assets/0x51e6D27FA57373d8d4C256231241053a70Cb1d93/logo.png b/blockchains/smartchain/assets/0x51e6D27FA57373d8d4C256231241053a70Cb1d93/logo.png deleted file mode 100644 index 5676acf9bb8cb..0000000000000 Binary files a/blockchains/smartchain/assets/0x51e6D27FA57373d8d4C256231241053a70Cb1d93/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x520EbCcc63E4d0804b35Cda25978BEb7159bF0CC/info.json b/blockchains/smartchain/assets/0x520EbCcc63E4d0804b35Cda25978BEb7159bF0CC/info.json deleted file mode 100644 index f6e9bafae4471..0000000000000 --- a/blockchains/smartchain/assets/0x520EbCcc63E4d0804b35Cda25978BEb7159bF0CC/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Lego Coin", - "website": "https://www.legocoinlive.com/", - "description": "LEGOCOIN is a social meme token and reward, with goals to contribute in social and creativity movement all around the world through your favorite toys: LEGO .", - "explorer": "https://bscscan.com/token/0x520EbCcc63E4d0804b35Cda25978BEb7159bF0CC", - "type": "BEP20", - "symbol": "LEGO", - "decimals": 9, - "status": "active", - "id": "0x520EbCcc63E4d0804b35Cda25978BEb7159bF0CC", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/legocoinlive" - }, - { - "name": "telegram", - "url": "https://t.me/legocoinlive" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/lego-coin-v2/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/lego-coin/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/kKZZYJ5aaD" - } - ], - "tags": [ - "memes" - ] -} diff --git a/blockchains/smartchain/assets/0x520EbCcc63E4d0804b35Cda25978BEb7159bF0CC/logo.png b/blockchains/smartchain/assets/0x520EbCcc63E4d0804b35Cda25978BEb7159bF0CC/logo.png deleted file mode 100644 index 3c2c0acabf8e1..0000000000000 Binary files a/blockchains/smartchain/assets/0x520EbCcc63E4d0804b35Cda25978BEb7159bF0CC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5232152c8207653AEda5baa0ff7fb1046c23C753/info.json b/blockchains/smartchain/assets/0x5232152c8207653AEda5baa0ff7fb1046c23C753/info.json deleted file mode 100644 index 4fb1246d862d9..0000000000000 --- a/blockchains/smartchain/assets/0x5232152c8207653AEda5baa0ff7fb1046c23C753/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Startup Boost Token", - "type": "BEP20", - "symbol": "SUBX", - "decimals": 9, - "website": "https://startupboost.app/", - "description": "Building the world's most impactful startup ecosystem. Join our ecosystem today with the $SUBX cryptocurrency token.", - "explorer": "https://bscscan.com/token/0x5232152c8207653aeda5baa0ff7fb1046c23c753", - "status": "abandoned", - "id": "0x5232152c8207653AEda5baa0ff7fb1046c23C753" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5232B3f532b58FBf96Ec7cbDBf10C01cB0520c87/info.json b/blockchains/smartchain/assets/0x5232B3f532b58FBf96Ec7cbDBf10C01cB0520c87/info.json deleted file mode 100644 index 2fb625fc9070e..0000000000000 --- a/blockchains/smartchain/assets/0x5232B3f532b58FBf96Ec7cbDBf10C01cB0520c87/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Rielcoin", - "type": "BEP20", - "symbol": "RIC", - "decimals": 8, - "website": "https://rielcoin.org", - "description": "Rielcoin is a future token for financial freedom that provide a functional token for using cryptocurrency exchanges and payments worldwide", - "explorer": "https://bscscan.com/token/0x5232b3f532b58fbf96ec7cbdbf10c01cb0520c87", - "status": "active", - "id": "0x5232B3f532b58FBf96Ec7cbDBf10C01cB0520c87", - "links": [ - { - "name": "telegram", - "url": "https://t.me/rielcoin" - }, - { - "name": "twitter", - "url": "https://twitter.com/rielcoin" - }, - { - "name": "facebook", - "url": "https://facebook.com/rielcoin" - }, - { - "name": "source_code", - "url": "https://github.com/RIC-protocol/Rielcoin-Contract/tree/main/Contract" - }, - { - "name": "github", - "url": "https://github.com/RIC-protocol" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/rielcoin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5232B3f532b58FBf96Ec7cbDBf10C01cB0520c87/logo.png b/blockchains/smartchain/assets/0x5232B3f532b58FBf96Ec7cbDBf10C01cB0520c87/logo.png deleted file mode 100644 index c0ecfbda7ddd0..0000000000000 Binary files a/blockchains/smartchain/assets/0x5232B3f532b58FBf96Ec7cbDBf10C01cB0520c87/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x523821d20a283d955f6205B4C9252779Cd0f964B/info.json b/blockchains/smartchain/assets/0x523821d20a283d955f6205B4C9252779Cd0f964B/info.json deleted file mode 100644 index e31d5df972a26..0000000000000 --- a/blockchains/smartchain/assets/0x523821d20a283d955f6205B4C9252779Cd0f964B/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Wrapped Okcash BSC", - "type": "BEP20", - "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://bscscan.com/token/0x523821d20a283d955f6205b4c9252779cd0f964b", - "status": "active", - "id": "0x523821d20a283d955f6205B4C9252779Cd0f964B", - "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/smartchain/assets/0x523821d20a283d955f6205B4C9252779Cd0f964B/logo.png b/blockchains/smartchain/assets/0x523821d20a283d955f6205B4C9252779Cd0f964B/logo.png deleted file mode 100644 index a3b20074ec34d..0000000000000 Binary files a/blockchains/smartchain/assets/0x523821d20a283d955f6205B4C9252779Cd0f964B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x52419258E3fa44DEAc7E670eaDD4c892B480A805/info.json b/blockchains/smartchain/assets/0x52419258E3fa44DEAc7E670eaDD4c892B480A805/info.json deleted file mode 100644 index 91c7acfeb3e35..0000000000000 --- a/blockchains/smartchain/assets/0x52419258E3fa44DEAc7E670eaDD4c892B480A805/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "StarShip", - "type": "BEP20", - "symbol": "STARSHIP", - "decimals": 9, - "website": "https://deploystarship.com", - "description": "$STARSHIP is a decentralized token on the Binance Smart Chain that empowers its members, contributors and business partners to co-create a platform where every person matters. With an NFT game, Centralized Exchange (CEXy.Finance) and much more, Deploy StarShip provides a launch pad into the worlds of business and technology—all while igniting the imagination", - "explorer": "https://bscscan.com/token/0x52419258E3fa44DEAc7E670eaDD4c892B480A805", - "status": "active", - "id": "0x52419258E3fa44DEAc7E670eaDD4c892B480A805", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/deploystarship" - }, - { - "name": "github", - "url": "https://github.com/deploystarship" - }, - { - "name": "telegram", - "url": "https://t.me/deploystarship" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/starship/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/starship" - }, - { - "name": "whitepaper", - "url": "https://drive.google.com/file/d/12jdTeh3MCGakkyY19PyQK855rgeCrWhM/view" - }, - { - "name": "medium", - "url": "https://medium.com/@deploystarship" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/DeployStarShipNFT" - } - ], - "tags": [ - "nft", - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x52419258E3fa44DEAc7E670eaDD4c892B480A805/logo.png b/blockchains/smartchain/assets/0x52419258E3fa44DEAc7E670eaDD4c892B480A805/logo.png deleted file mode 100644 index 9b943b05fab7a..0000000000000 Binary files a/blockchains/smartchain/assets/0x52419258E3fa44DEAc7E670eaDD4c892B480A805/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x524bC91Dc82d6b90EF29F76A3ECAaBAffFD490Bc/info.json b/blockchains/smartchain/assets/0x524bC91Dc82d6b90EF29F76A3ECAaBAffFD490Bc/info.json deleted file mode 100644 index 3d418d5b1ac4a..0000000000000 --- a/blockchains/smartchain/assets/0x524bC91Dc82d6b90EF29F76A3ECAaBAffFD490Bc/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Tether USD (Portal from Ethereum)", - "type": "BEP20", - "symbol": "USDTet", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://tether.to/", - "explorer": "https://bscscan.com/token/0x524bC91Dc82d6b90EF29F76A3ECAaBAffFD490Bc", - "status": "active", - "id": "0x524bC91Dc82d6b90EF29F76A3ECAaBAffFD490Bc", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x524bC91Dc82d6b90EF29F76A3ECAaBAffFD490Bc/logo.png b/blockchains/smartchain/assets/0x524bC91Dc82d6b90EF29F76A3ECAaBAffFD490Bc/logo.png deleted file mode 100644 index 46b9968e18279..0000000000000 Binary files a/blockchains/smartchain/assets/0x524bC91Dc82d6b90EF29F76A3ECAaBAffFD490Bc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x524dF384BFFB18C0C8f3f43d012011F8F9795579/info.json b/blockchains/smartchain/assets/0x524dF384BFFB18C0C8f3f43d012011F8F9795579/info.json deleted file mode 100644 index f384541e67a7d..0000000000000 --- a/blockchains/smartchain/assets/0x524dF384BFFB18C0C8f3f43d012011F8F9795579/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "YAY Games", - "type": "BEP20", - "symbol": "YAY", - "decimals": 18, - "description": "YAY Games is an innovative GameFi project, game publisher and developer of a wide range of games focused on Play-2-earn, NFTs, and DeFi.", - "website": "https://www.yay.games/", - "explorer": "https://bscscan.com/token/0x524dF384BFFB18C0C8f3f43d012011F8F9795579", - "id": "0x524dF384BFFB18C0C8f3f43d012011F8F9795579", - "status": "active", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/yayprotocol/" - }, - { - "name": "medium", - "url": "https://yay-games.medium.com/" - }, - { - "name": "telegram", - "url": "https://t.me/YAYgame" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/yay-games/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/yay-games" - }, - { - "name": "whitepaper", - "url": "https://www.yay.games/docs/YAY_deck.pdf" - }, - { - "name": "docs", - "url": "https://docs.yay.games/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x524dF384BFFB18C0C8f3f43d012011F8F9795579/logo.png b/blockchains/smartchain/assets/0x524dF384BFFB18C0C8f3f43d012011F8F9795579/logo.png deleted file mode 100644 index 03433ce03b168..0000000000000 Binary files a/blockchains/smartchain/assets/0x524dF384BFFB18C0C8f3f43d012011F8F9795579/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x52941a733F7bAb6E52d5C8f2045c9D9D9eA246Ff/info.json b/blockchains/smartchain/assets/0x52941a733F7bAb6E52d5C8f2045c9D9D9eA246Ff/info.json deleted file mode 100644 index 274cea8bcd142..0000000000000 --- a/blockchains/smartchain/assets/0x52941a733F7bAb6E52d5C8f2045c9D9D9eA246Ff/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Shiba Watch", - "type": "BEP20", - "symbol": "SHIBAW", - "decimals": 9, - "website": "https://www.shibawatch.net", - "description": "Shiba Watch is a multifunctional coin listing platform that checks for how safe tokens are, includes NFT marketplace, staking and lending and Play to Earn games. By becoming a Shiba Watch holder, investors will also be passively rewarded with BUSD.", - "explorer": "https://bscscan.com/token/0x52941a733F7bAb6E52d5C8f2045c9D9D9eA246Ff", - "status": "active", - "id": "0x52941a733F7bAb6E52d5C8f2045c9D9D9eA246Ff", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/shibawatchtoken" - }, - { - "name": "telegram", - "url": "https://t.me/shibawatchofficial" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/ShibaWatch/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/shiba-watch/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/shiba-watch" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x52941a733F7bAb6E52d5C8f2045c9D9D9eA246Ff/logo.png b/blockchains/smartchain/assets/0x52941a733F7bAb6E52d5C8f2045c9D9D9eA246Ff/logo.png deleted file mode 100644 index 81d741612d590..0000000000000 Binary files a/blockchains/smartchain/assets/0x52941a733F7bAb6E52d5C8f2045c9D9D9eA246Ff/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5298AD82dD7C83eEaA31DDa9DEB4307664C60534/info.json b/blockchains/smartchain/assets/0x5298AD82dD7C83eEaA31DDa9DEB4307664C60534/info.json deleted file mode 100644 index 242a72d6253a4..0000000000000 --- a/blockchains/smartchain/assets/0x5298AD82dD7C83eEaA31DDa9DEB4307664C60534/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Moonshot", - "type": "BEP20", - "symbol": "MSHOT", - "decimals": 9, - "website": "https://project-moonshot.me", - "description": "Moonshot is a deflationary, frictionless yield and liquidity generation protocol featuring MoonBoxes.io and MoonSea.io", - "explorer": "https://bscscan.com/token/0x5298AD82dD7C83eEaA31DDa9DEB4307664C60534", - "status": "active", - "id": "0x5298AD82dD7C83eEaA31DDa9DEB4307664C60534", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/RS25Moonshot" - }, - { - "name": "github", - "url": "https://github.com/moonshot-platform" - }, - { - "name": "telegram", - "url": "https://t.me/MoonShotChat" - }, - { - "name": "telegram_news", - "url": "https://t.me/RS25Moonshot" - }, - { - "name": "medium", - "url": "https://rs25moonshot.medium.com" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/moonshot" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/moonshot" - } - ], - "tags": [ - "nft", - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x5298AD82dD7C83eEaA31DDa9DEB4307664C60534/logo.png b/blockchains/smartchain/assets/0x5298AD82dD7C83eEaA31DDa9DEB4307664C60534/logo.png deleted file mode 100644 index 5c5c17b43cc8e..0000000000000 Binary files a/blockchains/smartchain/assets/0x5298AD82dD7C83eEaA31DDa9DEB4307664C60534/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8/info.json b/blockchains/smartchain/assets/0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8/info.json deleted file mode 100644 index 95474f766eb90..0000000000000 --- a/blockchains/smartchain/assets/0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8/info.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "BNB pegged Compound", - "website": "https://compound.finance", - "description": "BNB pegged Compound (COMP BEP20) is a token issued by Binance on Smart Chain; its price is pegged to Compound (COMP ERC20) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8", - "research": "https://research.binance.com/en/projects/compound", - "type": "BEP20", - "symbol": "COMP", - "decimals": 18, - "status": "active", - "id": "0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8", - "tags": [ - "binance-peg", - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8/logo.png b/blockchains/smartchain/assets/0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8/logo.png deleted file mode 100644 index 5011b1a39ec58..0000000000000 Binary files a/blockchains/smartchain/assets/0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x52F24a5e03aee338Da5fd9Df68D2b6FAe1178827/info.json b/blockchains/smartchain/assets/0x52F24a5e03aee338Da5fd9Df68D2b6FAe1178827/info.json deleted file mode 100644 index 6a24718d3d107..0000000000000 --- a/blockchains/smartchain/assets/0x52F24a5e03aee338Da5fd9Df68D2b6FAe1178827/info.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "Ankr Staked BNB", - "type": "BEP20", - "symbol": "ankrBNB", - "decimals": 18, - "website": "https://www.ankr.com", - "description": "ankrBNB represents your staked BNB and provides liquidity for your staked position. All staking rewards are built into the token price, and ankrBNB grows daily in value, but never in number.", - "explorer": "https://bscscan.com/token/0x52f24a5e03aee338da5fd9df68d2b6fae1178827", - "status": "active", - "id": "0x52F24a5e03aee338Da5fd9Df68D2b6FAe1178827", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ankr" - }, - { - "name": "github", - "url": "https://github.com/Ankr-network" - }, - { - "name": "telegram", - "url": "https://t.me/ankrnetwork" - }, - { - "name": "medium", - "url": "https://medium.com/ankr-network" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Ankrofficial/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/ankr" - }, - { - "name": "docs", - "url": "https://ankr.com/docs/staking/liquid-staking/bnb/overview/" - }, - { - "name": "whitepaper", - "url": "https://ankr.com/ankr-whitepaper-2.0.pdf" - }, - { - "name": "youtube", - "url": "https://youtube.com/@AnkrOfficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/ankr-staked-bnb/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/ankr-staked-bnb" - } - ], - "tags": [ - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x52F24a5e03aee338Da5fd9Df68D2b6FAe1178827/logo.png b/blockchains/smartchain/assets/0x52F24a5e03aee338Da5fd9Df68D2b6FAe1178827/logo.png deleted file mode 100644 index 509db7cc3e706..0000000000000 Binary files a/blockchains/smartchain/assets/0x52F24a5e03aee338Da5fd9Df68D2b6FAe1178827/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x52cF099D7C891951eAce3E99ABC580BDa26912fC/info.json b/blockchains/smartchain/assets/0x52cF099D7C891951eAce3E99ABC580BDa26912fC/info.json deleted file mode 100644 index d11f994622027..0000000000000 --- a/blockchains/smartchain/assets/0x52cF099D7C891951eAce3E99ABC580BDa26912fC/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Nevada", - "type": "BEP20", - "symbol": "NEVADA", - "decimals": 18, - "website": "https://nevada.casino/", - "description": "Give your shot at one of the most lucrative lottery game on BSC! Our team are developing an online casino with lottery concepts for those investing on our token. Our project will develop the concept with low-tax contract, with up to 1000% possible winning!", - "explorer": "https://bscscan.com/token/0x52cF099D7C891951eAce3E99ABC580BDa26912fC", - "status": "active", - "id": "0x52cF099D7C891951eAce3E99ABC580BDa26912fC", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/nevada" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/nevada" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x52cF099D7C891951eAce3E99ABC580BDa26912fC/logo.png b/blockchains/smartchain/assets/0x52cF099D7C891951eAce3E99ABC580BDa26912fC/logo.png deleted file mode 100644 index 4b6d4af70e29d..0000000000000 Binary files a/blockchains/smartchain/assets/0x52cF099D7C891951eAce3E99ABC580BDa26912fC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x52dCF5BEdc061604D8C592B0079A0FF2ceA22eB7/info.json b/blockchains/smartchain/assets/0x52dCF5BEdc061604D8C592B0079A0FF2ceA22eB7/info.json deleted file mode 100644 index 06d42a910e69a..0000000000000 --- a/blockchains/smartchain/assets/0x52dCF5BEdc061604D8C592B0079A0FF2ceA22eB7/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Axolotl Finance", - "website": "https://Axolotl-Finance.com/", - "description": "AXO is a meme-innovative Token Driven by community attention .", - "explorer": "https://bscscan.com/token/0x52dCF5BEdc061604D8C592B0079A0FF2ceA22eB7", - "type": "BEP20", - "symbol": "AXO", - "decimals": 9, - "status": "active", - "id": "0x52dCF5BEdc061604D8C592B0079A0FF2ceA22eB7" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x52dCF5BEdc061604D8C592B0079A0FF2ceA22eB7/logo.png b/blockchains/smartchain/assets/0x52dCF5BEdc061604D8C592B0079A0FF2ceA22eB7/logo.png deleted file mode 100644 index ac60c17c88174..0000000000000 Binary files a/blockchains/smartchain/assets/0x52dCF5BEdc061604D8C592B0079A0FF2ceA22eB7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x52e22D2480bC39F4aB13d4788014AEc3195bbCf7/info.json b/blockchains/smartchain/assets/0x52e22D2480bC39F4aB13d4788014AEc3195bbCf7/info.json deleted file mode 100644 index a6470bbb1e788..0000000000000 --- a/blockchains/smartchain/assets/0x52e22D2480bC39F4aB13d4788014AEc3195bbCf7/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "SafeBank DIGITAL", - "description": "SafeBank Digital is a yield and liquidity generation protocol by DafriBank Digital. SafeBank employs 3 simple functions: Reflection + LP acquisition + Burn In each trade, the transaction is taxed a 10% fee, which is split 2 ways.", - "explorer": "https://bscscan.com/token/0x52e22D2480bC39F4aB13d4788014AEc3195bbCf7", - "website": "https://safebank.app", - "type": "BEP20", - "symbol": "SafeBankToken", - "decimals": 18, - "status": "active", - "id": "0x52e22D2480bC39F4aB13d4788014AEc3195bbCf7", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SafeBankToken" - }, - { - "name": "telegram", - "url": "https://t.me/SafeBank" - }, - { - "name": "whitepaper", - "url": "https://safebank.app/whitepaper.html" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x52e22D2480bC39F4aB13d4788014AEc3195bbCf7/logo.png b/blockchains/smartchain/assets/0x52e22D2480bC39F4aB13d4788014AEc3195bbCf7/logo.png deleted file mode 100644 index a08078d8151df..0000000000000 Binary files a/blockchains/smartchain/assets/0x52e22D2480bC39F4aB13d4788014AEc3195bbCf7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5344C20FD242545F31723689662AC12b9556fC3d/info.json b/blockchains/smartchain/assets/0x5344C20FD242545F31723689662AC12b9556fC3d/info.json deleted file mode 100644 index 1af2d24c81e7d..0000000000000 --- a/blockchains/smartchain/assets/0x5344C20FD242545F31723689662AC12b9556fC3d/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Wakanda Inu Token", - "website": "https://www.wakandainu.com", - "description": "A decentralized meme token built as a charity-oriented meme token that is entirely for social good across the globe.", - "explorer": "https://bscscan.com/token/0x5344C20FD242545F31723689662AC12b9556fC3d", - "type": "BEP20", - "symbol": "WKD", - "decimals": 9, - "status": "active", - "id": "0x5344C20FD242545F31723689662AC12b9556fC3d", - "links": [ - { - "name": "github", - "url": "https://github.com/WakandaInu" - }, - { - "name": "telegram", - "url": "https://t.me/wakandainu" - }, - { - "name": "twitter", - "url": "https://twitter.com/Wakandainu" - }, - { - "name": "facebook", - "url": "https://facebook.com/wakandainu" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5344C20FD242545F31723689662AC12b9556fC3d/logo.png b/blockchains/smartchain/assets/0x5344C20FD242545F31723689662AC12b9556fC3d/logo.png deleted file mode 100644 index 61622ec7c91f7..0000000000000 Binary files a/blockchains/smartchain/assets/0x5344C20FD242545F31723689662AC12b9556fC3d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x534E99ff924038eB4a3aa7fac791D1eF8BB08b37/info.json b/blockchains/smartchain/assets/0x534E99ff924038eB4a3aa7fac791D1eF8BB08b37/info.json deleted file mode 100644 index ae34a3e409129..0000000000000 --- a/blockchains/smartchain/assets/0x534E99ff924038eB4a3aa7fac791D1eF8BB08b37/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Tiny Titans", - "website": "https://tinytitans.fi", - "description": "World of Tiny Titans. Tiny Titans — collectable & tradeable NFTs on BSC which you can train, level and win prices.", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/RealTinyTitans" - }, - { - "name": "medium", - "url": "https://tinytitans.medium.com/" - }, - { - "name": "telegram", - "url": "https://t.me/tinytitans" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x534E99ff924038eB4a3aa7fac791D1eF8BB08b37#code" - } - ], - "explorer": "https://bscscan.com/token/0x534E99ff924038eB4a3aa7fac791D1eF8BB08b37", - "type": "BEP20", - "symbol": "TITS", - "decimals": 18, - "status": "abandoned", - "id": "0x534E99ff924038eB4a3aa7fac791D1eF8BB08b37" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x534E99ff924038eB4a3aa7fac791D1eF8BB08b37/logo.png b/blockchains/smartchain/assets/0x534E99ff924038eB4a3aa7fac791D1eF8BB08b37/logo.png deleted file mode 100644 index 02c71de260c8d..0000000000000 Binary files a/blockchains/smartchain/assets/0x534E99ff924038eB4a3aa7fac791D1eF8BB08b37/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x536627083e216C3Cf4476ec504eb51Bbd47cA4ac/info.json b/blockchains/smartchain/assets/0x536627083e216C3Cf4476ec504eb51Bbd47cA4ac/info.json deleted file mode 100644 index e88322bf8b06e..0000000000000 --- a/blockchains/smartchain/assets/0x536627083e216C3Cf4476ec504eb51Bbd47cA4ac/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "GamingDoge", - "website": "https://www.gamingdoge.com/", - "description": "GamingDoge is the ultimate companion and only wants to make Doge community and Gamers proud. ", - "explorer": "https://bscscan.com/token/0x536627083e216c3cf4476ec504eb51bbd47ca4ac", - "type": "BEP20", - "symbol": "GamingDoge", - "decimals": 9, - "status": "active", - "id": "0x536627083e216C3Cf4476ec504eb51Bbd47cA4ac", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/gamingdoge/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/gaming-doge" - }, - { - "name": "twitter", - "url": "https://twitter.com/gamingdogetoken" - }, - { - "name": "telegram", - "url": "https://t.me/joinchat/vrVYpnWtMRljNjYx" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x536627083e216C3Cf4476ec504eb51Bbd47cA4ac/logo.png b/blockchains/smartchain/assets/0x536627083e216C3Cf4476ec504eb51Bbd47cA4ac/logo.png deleted file mode 100644 index e9a389db536ea..0000000000000 Binary files a/blockchains/smartchain/assets/0x536627083e216C3Cf4476ec504eb51Bbd47cA4ac/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x538b972E46B86373638B14fa6F6a9C51f796394b/info.json b/blockchains/smartchain/assets/0x538b972E46B86373638B14fa6F6a9C51f796394b/info.json deleted file mode 100644 index 87575a81a2ae3..0000000000000 --- a/blockchains/smartchain/assets/0x538b972E46B86373638B14fa6F6a9C51f796394b/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "AD Token", - "type": "BEP20", - "symbol": "AD", - "decimals": 18, - "website": "https://www.adtoken.net/", - "description": "ADToken is dedicated to the tokennation of advertising impressions and realizes the circulation of advertising value through DeFi.", - "explorer": "https://bscscan.com/token/0x538b972E46B86373638B14fa6F6a9C51f796394b", - "status": "active", - "id": "0x538b972E46B86373638B14fa6F6a9C51f796394b", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/AdTokenOfficial" - }, - { - "name": "telegram", - "url": "https://t.me/adtoken_official" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x538b972E46B86373638B14fa6F6a9C51f796394b/logo.png b/blockchains/smartchain/assets/0x538b972E46B86373638B14fa6F6a9C51f796394b/logo.png deleted file mode 100644 index 4890471a14ca3..0000000000000 Binary files a/blockchains/smartchain/assets/0x538b972E46B86373638B14fa6F6a9C51f796394b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x53D88d2ffDBE71E81D95b08AE0cA49D0C4A8515f/info.json b/blockchains/smartchain/assets/0x53D88d2ffDBE71E81D95b08AE0cA49D0C4A8515f/info.json deleted file mode 100644 index fc6368c9b81c5..0000000000000 --- a/blockchains/smartchain/assets/0x53D88d2ffDBE71E81D95b08AE0cA49D0C4A8515f/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream Polkadot Token", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0x53D88d2ffDBE71E81D95b08AE0cA49D0C4A8515f", - "type": "BEP20", - "symbol": "crDOT", - "decimals": 8, - "status": "active", - "id": "0x53D88d2ffDBE71E81D95b08AE0cA49D0C4A8515f", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x53D88d2ffDBE71E81D95b08AE0cA49D0C4A8515f/logo.png b/blockchains/smartchain/assets/0x53D88d2ffDBE71E81D95b08AE0cA49D0C4A8515f/logo.png deleted file mode 100644 index a5a813b127b34..0000000000000 Binary files a/blockchains/smartchain/assets/0x53D88d2ffDBE71E81D95b08AE0cA49D0C4A8515f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x53E562b9B7E5E94b81f10e96Ee70Ad06df3D2657/info.json b/blockchains/smartchain/assets/0x53E562b9B7E5E94b81f10e96Ee70Ad06df3D2657/info.json deleted file mode 100644 index dc6c33c0850be..0000000000000 --- a/blockchains/smartchain/assets/0x53E562b9B7E5E94b81f10e96Ee70Ad06df3D2657/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "BabySwap Token", - "website": "https://babyswap.finance", - "description": "BabySwap is the best AMM+NFT decentralized exchange for newborn projects on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x53E562b9B7E5E94b81f10e96Ee70Ad06df3D2657", - "type": "BEP20", - "symbol": "BABY", - "decimals": 18, - "status": "active", - "id": "0x53E562b9B7E5E94b81f10e96Ee70Ad06df3D2657", - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x53E562b9B7E5E94b81f10e96Ee70Ad06df3D2657/logo.png b/blockchains/smartchain/assets/0x53E562b9B7E5E94b81f10e96Ee70Ad06df3D2657/logo.png deleted file mode 100644 index a8650e9903f00..0000000000000 Binary files a/blockchains/smartchain/assets/0x53E562b9B7E5E94b81f10e96Ee70Ad06df3D2657/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x53F042f3e809d2DcC9492dE2DbF05d1DA0EF5fbb/info.json b/blockchains/smartchain/assets/0x53F042f3e809d2DcC9492dE2DbF05d1DA0EF5fbb/info.json deleted file mode 100644 index 2e192f72bf17f..0000000000000 --- a/blockchains/smartchain/assets/0x53F042f3e809d2DcC9492dE2DbF05d1DA0EF5fbb/info.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "NOSHIT", - "type": "BEP20", - "symbol": "NSH", - "decimals": 9, - "website": "https://noshitcoin.io", - "description": "Educative token-review platform aiming to make the crypto-world more comprehendible & less shitty. - NFTs, dApp games, Rewards", - "explorer": "https://bscscan.com/token/0x53F042f3e809d2DcC9492dE2DbF05d1DA0EF5fbb", - "status": "active", - "id": "0x53F042f3e809d2DcC9492dE2DbF05d1DA0EF5fbb", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/NOSHITCoin_io" - }, - { - "name": "telegram", - "url": "https://t.me/NOSHITCoin_io" - }, - { - "name": "medium", - "url": "https://noshitcoin.medium.com" - }, - { - "name": "github", - "url": "https://github.com/noshitcoin" - }, - { - "name": "whitepaper", - "url": "https://noshitcoin.io/NOSHIT-Whitepaper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/noshit/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/noshit" - }, - { - "name": "telegram_news", - "url": "https://t.me/NoShitCoin_Official_Announcement" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/noshitters" - }, - { - "name": "youtube", - "url": "https://youtube.com/NOSHITCoin_io" - }, - { - "name": "facebook", - "url": "https://facebook.com/noshitcoin.io" - }, - { - "name": "discord", - "url": "https://discord.com/.gg/p3866QGv5r" - }, - { - "name": "source_code", - "url": "https://bscscan.com/token/0x53F042f3e809d2DcC9492dE2DbF05d1DA0EF5fbb#readContract" - } - ], - "tags": [ - "defi", - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x53F042f3e809d2DcC9492dE2DbF05d1DA0EF5fbb/logo.png b/blockchains/smartchain/assets/0x53F042f3e809d2DcC9492dE2DbF05d1DA0EF5fbb/logo.png deleted file mode 100644 index 9c19bb8bf70c4..0000000000000 Binary files a/blockchains/smartchain/assets/0x53F042f3e809d2DcC9492dE2DbF05d1DA0EF5fbb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x53b3338E3345758aE88b930e3d9759A95C5cE05c/info.json b/blockchains/smartchain/assets/0x53b3338E3345758aE88b930e3d9759A95C5cE05c/info.json deleted file mode 100644 index 2d32f91c339bd..0000000000000 --- a/blockchains/smartchain/assets/0x53b3338E3345758aE88b930e3d9759A95C5cE05c/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "GenshinFlokiInu", - "website": "https://www.genshinfloki.com/", - "description": "First two-dimensional meta-universe Decentralized Meme Coin Creates the BEST Metaverse on BSC genshinfloki FUN METAVERSE = NFT + GameFi + SmartToy + GenshinFlokiInu", - "explorer": "https://bscscan.com/token/0x53b3338E3345758aE88b930e3d9759A95C5cE05c", - "type": "BEP20", - "symbol": "GFloki", - "decimals": 4, - "status": "active", - "id": "0x53b3338E3345758aE88b930e3d9759A95C5cE05c", - "links": [ - { - "name": "github", - "url": "https://github.com/GenshinFloki/GenshinFloki" - }, - { - "name": "twitter", - "url": "https://twitter.com/GenshinFloki" - }, - { - "name": "telegram", - "url": "https://t.me/GenshinFlokiOfficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/genshinflokiinu-token" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x53b3338E3345758aE88b930e3d9759A95C5cE05c/logo.png b/blockchains/smartchain/assets/0x53b3338E3345758aE88b930e3d9759A95C5cE05c/logo.png deleted file mode 100644 index a899e6e42559a..0000000000000 Binary files a/blockchains/smartchain/assets/0x53b3338E3345758aE88b930e3d9759A95C5cE05c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x53dcD4eF8E21FE014594a0854c4271a0623B31eC/info.json b/blockchains/smartchain/assets/0x53dcD4eF8E21FE014594a0854c4271a0623B31eC/info.json deleted file mode 100644 index e9a7d88c4b493..0000000000000 --- a/blockchains/smartchain/assets/0x53dcD4eF8E21FE014594a0854c4271a0623B31eC/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Xenon Pay", - "website": "https://xenonpay.org", - "description": "X2P (a BSC project) is a frictionless, high-yield, deflationary & decentralized token on the Binance Smart Chain. A 10% transaction fee will be distributed over all holders & 5% will go to the Liquidity Pool. Our goal is to motivate people by holding their coins and maximize their profits by doing this. Our system is built so it fits holders.", - "explorer": "https://bscscan.com/token/0x53dcD4eF8E21FE014594a0854c4271a0623B31eC", - "type": "BEP20", - "symbol": "X2P", - "decimals": 9, - "status": "abandoned", - "id": "0x53dcD4eF8E21FE014594a0854c4271a0623B31eC" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5419291D81C68c103363E06046F40a9056ab2B7f/info.json b/blockchains/smartchain/assets/0x5419291D81C68c103363E06046F40a9056ab2B7f/info.json deleted file mode 100644 index 12bec6152c7f1..0000000000000 --- a/blockchains/smartchain/assets/0x5419291D81C68c103363E06046F40a9056ab2B7f/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "DogeZoo", - "website": "https://dogezoo.com/", - "description": "DogeZoo is a crypto project that where gamefi, NFT and meme met.", - "explorer": "https://bscscan.com/token/0x5419291D81C68c103363E06046F40a9056ab2B7f", - "type": "BEP20", - "symbol": "DZOO", - "decimals": 9, - "status": "active", - "id": "0x5419291D81C68c103363E06046F40a9056ab2B7f", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/doge_zoo" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/dogezoo/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/dogezoo" - }, - { - "name": "telegram", - "url": "https://t.me/dogezoo" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5419291D81C68c103363E06046F40a9056ab2B7f/logo.png b/blockchains/smartchain/assets/0x5419291D81C68c103363E06046F40a9056ab2B7f/logo.png deleted file mode 100644 index 0df19a6457aba..0000000000000 Binary files a/blockchains/smartchain/assets/0x5419291D81C68c103363E06046F40a9056ab2B7f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5445451C07E20bA1ca887B6c74d66D358F46D083/info.json b/blockchains/smartchain/assets/0x5445451C07E20bA1ca887B6c74d66D358F46D083/info.json deleted file mode 100644 index 248d283aaf681..0000000000000 --- a/blockchains/smartchain/assets/0x5445451C07E20bA1ca887B6c74d66D358F46D083/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Zombie World Z", - "type": "BEP20", - "symbol": "ZwZ", - "decimals": 18, - "website": "https://zombieworldz.io", - "description": "Zombie World Z is upgraded and developed based on Zombie Idle Defense – a successful and established game in the market. Currently, the publisher has transformed the upgrade by applying blockchain technology and metaverse to game mining in a new aspect with a game economy tied to Tokens and blockchain on the Binance Smartchain platform.", - "explorer": "https://bscscan.com/token/0x5445451C07E20bA1ca887B6c74d66D358F46D083", - "status": "active", - "id": "0x5445451C07E20bA1ca887B6c74d66D358F46D083", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ZWZ_Official" - }, - { - "name": "telegram", - "url": "https://t.me/zombieworldz" - }, - { - "name": "discord", - "url": "https://discord.com/invite/zombieworldz" - }, - { - "name": "whitepaper", - "url": "https://docs.zombieworldz.io/p/introduction/welcome-to-zwz" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/zombie-world-z" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x5445451C07E20bA1ca887B6c74d66D358F46D083/logo.png b/blockchains/smartchain/assets/0x5445451C07E20bA1ca887B6c74d66D358F46D083/logo.png deleted file mode 100644 index 7a34cbf6e3320..0000000000000 Binary files a/blockchains/smartchain/assets/0x5445451C07E20bA1ca887B6c74d66D358F46D083/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x545f90dC35CA1e6129f1fEd354b3e2DF12034261/info.json b/blockchains/smartchain/assets/0x545f90dC35CA1e6129f1fEd354b3e2DF12034261/info.json deleted file mode 100644 index 51913c0fb828a..0000000000000 --- a/blockchains/smartchain/assets/0x545f90dC35CA1e6129f1fEd354b3e2DF12034261/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "NEWB.Farm Token", - "website": "https://newb.farm", - "description": "NEWB Token is a native token by NewB.Farm, a global community driven yield farming aggregator on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x545f90dc35ca1e6129f1fed354b3e2df12034261", - "type": "BEP20", - "symbol": "NEWB", - "decimals": 18, - "status": "active", - "id": "0x545f90dC35CA1e6129f1fEd354b3e2DF12034261" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x545f90dC35CA1e6129f1fEd354b3e2DF12034261/logo.png b/blockchains/smartchain/assets/0x545f90dC35CA1e6129f1fEd354b3e2DF12034261/logo.png deleted file mode 100644 index 562f38836795d..0000000000000 Binary files a/blockchains/smartchain/assets/0x545f90dC35CA1e6129f1fEd354b3e2DF12034261/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x54626300818E5C5b44Db0fcf45Ba4943CA89A9e2/info.json b/blockchains/smartchain/assets/0x54626300818E5C5b44Db0fcf45Ba4943CA89A9e2/info.json deleted file mode 100644 index fdc987ceed7a9..0000000000000 --- a/blockchains/smartchain/assets/0x54626300818E5C5b44Db0fcf45Ba4943CA89A9e2/info.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "CHECOIN", - "type": "BEP20", - "symbol": "CHECOIN", - "decimals": 18, - "website": "https://launch.checoin.finance/", - "description": "A community token who reward you in BNB every hour. ", - "explorer": "https://bscscan.com/token/0x54626300818e5c5b44db0fcf45ba4943ca89a9e2", - "status": "active", - "id": "0x54626300818E5C5b44Db0fcf45Ba4943CA89A9e2", - "links": [ - { - "name": "github", - "url": "https://github.com/TheCheCoin" - }, - { - "name": "twitter", - "url": "https://twitter.com/CheCoinOfficial" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/CheCoin_/" - }, - { - "name": "telegram", - "url": "https://t.me/checointoken" - }, - { - "name": "telegram_news", - "url": "https://t.me/checoin_news" - }, - { - "name": "medium", - "url": "https://medium.com/checoin" - }, - { - "name": "discord", - "url": "https://discord.com/channels/869686421487771648" - }, - { - "name": "whitepaper", - "url": "https://launch.checoin.finance/whitepaper" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCfJVE4QoiAEXFEqR30GSsKA" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/checoin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x54626300818E5C5b44Db0fcf45Ba4943CA89A9e2/logo.png b/blockchains/smartchain/assets/0x54626300818E5C5b44Db0fcf45Ba4943CA89A9e2/logo.png deleted file mode 100644 index 46e92214f2d78..0000000000000 Binary files a/blockchains/smartchain/assets/0x54626300818E5C5b44Db0fcf45Ba4943CA89A9e2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x547CBE0f0c25085e7015Aa6939b28402EB0CcDAC/info.json b/blockchains/smartchain/assets/0x547CBE0f0c25085e7015Aa6939b28402EB0CcDAC/info.json deleted file mode 100644 index cace568cce973..0000000000000 --- a/blockchains/smartchain/assets/0x547CBE0f0c25085e7015Aa6939b28402EB0CcDAC/info.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "Elastic BNB", - "website": "https://xbn.finance", - "short_description": "A new Defi protocol that enables Adaptive Supply Model.", - "explorer": "https://bscscan.com/token/0x547cbe0f0c25085e7015aa6939b28402eb0ccdac", - "description": "Elastic BNB (XBN) is a new Defi protocol that enables Adaptive Supply Model. 1 XBN will anchor to 0.001 BNB with 100 days lag factor.", - "type": "BEP20", - "symbol": "XBN", - "decimals": 18, - "status": "active", - "id": "0x547CBE0f0c25085e7015Aa6939b28402EB0CcDAC", - "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/0x547CBE0f0c25085e7015Aa6939b28402EB0CcDAC/logo.png b/blockchains/smartchain/assets/0x547CBE0f0c25085e7015Aa6939b28402EB0CcDAC/logo.png deleted file mode 100644 index f53453326feb8..0000000000000 Binary files a/blockchains/smartchain/assets/0x547CBE0f0c25085e7015Aa6939b28402EB0CcDAC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5481A517028813956005d77bcD0F561c7276b1e3/info.json b/blockchains/smartchain/assets/0x5481A517028813956005d77bcD0F561c7276b1e3/info.json deleted file mode 100644 index ed7390e9cb862..0000000000000 --- a/blockchains/smartchain/assets/0x5481A517028813956005d77bcD0F561c7276b1e3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BOOBAM Token", - "website": "https://boobamfinance.com", - "description": "BOOBAM is a deflationaty token with RFI system and anti-whale protection.", - "explorer": "https://bscscan.com/token/0x5481a517028813956005d77bcd0f561c7276b1e3", - "type": "BEP20", - "symbol": "BOBA", - "status": "active", - "decimals": 9, - "id": "0x5481A517028813956005d77bcD0F561c7276b1e3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5481A517028813956005d77bcD0F561c7276b1e3/logo.png b/blockchains/smartchain/assets/0x5481A517028813956005d77bcD0F561c7276b1e3/logo.png deleted file mode 100644 index c33362b3de93f..0000000000000 Binary files a/blockchains/smartchain/assets/0x5481A517028813956005d77bcD0F561c7276b1e3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5492Ef6aEebA1A3896357359eF039a8B11621b45/info.json b/blockchains/smartchain/assets/0x5492Ef6aEebA1A3896357359eF039a8B11621b45/info.json deleted file mode 100644 index dd4f46e16b071..0000000000000 --- a/blockchains/smartchain/assets/0x5492Ef6aEebA1A3896357359eF039a8B11621b45/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Chumbi Valley", - "website": "https://chumbivalley.com/", - "description": "Chumbi Valley is an enchanting RPG Play-to-Earn game. Chumbi Valley features NFT creatures and original art inspired by Pokemon and Studio Ghibli.", - "explorer": "https://bscscan.com/token/0x5492Ef6aEebA1A3896357359eF039a8B11621b45", - "type": "BEP20", - "symbol": "CHMB", - "decimals": 18, - "status": "active", - "id": "0x5492Ef6aEebA1A3896357359eF039a8B11621b45", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/chumbivalley" - }, - { - "name": "discord", - "url": "https://discord.com/invite/chumbi" - }, - { - "name": "telegram", - "url": "https://t.me/chumbivalley01" - } - ], - "tags": [ - "gamefi", - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x5492Ef6aEebA1A3896357359eF039a8B11621b45/logo.png b/blockchains/smartchain/assets/0x5492Ef6aEebA1A3896357359eF039a8B11621b45/logo.png deleted file mode 100644 index 00003589aa34f..0000000000000 Binary files a/blockchains/smartchain/assets/0x5492Ef6aEebA1A3896357359eF039a8B11621b45/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x549CC5dF432cdbAEbc8B9158A6bDFe1cbD0Ba16d/info.json b/blockchains/smartchain/assets/0x549CC5dF432cdbAEbc8B9158A6bDFe1cbD0Ba16d/info.json deleted file mode 100644 index 355de218e7ddb..0000000000000 --- a/blockchains/smartchain/assets/0x549CC5dF432cdbAEbc8B9158A6bDFe1cbD0Ba16d/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "HOWL", - "website": "https://howlcity.io", - "description": "HOWL is the token of the HowlCity project, a 3D metaverse game", - "explorer": "https://bscscan.com/token/0x549cc5df432cdbaebc8b9158a6bdfe1cbd0ba16d", - "type": "BEP20", - "symbol": "HWL", - "decimals": 18, - "status": "active", - "id": "0x549CC5dF432cdbAEbc8B9158A6bDFe1cbD0Ba16d", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/HowlCityNft" - }, - { - "name": "telegram", - "url": "https://t.me/HowlCity_Official" - }, - { - "name": "discord", - "url": "https://discord.com/invite/mMj2g3MHmQ" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/vi/currencies/howl-city/" - }, - { - "name": "facebook", - "url": "https://facebook.com/HowlCityOfficial" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/HowlCity/" - }, - { - "name": "whitepaper", - "url": "https://drive.google.com/file/d/1rVgfFV0SC68cv4W15pMc80jct2qrLArm/view" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x549CC5dF432cdbAEbc8B9158A6bDFe1cbD0Ba16d/logo.png b/blockchains/smartchain/assets/0x549CC5dF432cdbAEbc8B9158A6bDFe1cbD0Ba16d/logo.png deleted file mode 100644 index 16e41253bddb6..0000000000000 Binary files a/blockchains/smartchain/assets/0x549CC5dF432cdbAEbc8B9158A6bDFe1cbD0Ba16d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x54E5721Ea9c828E725aE6E3F640F69928B696b3e/info.json b/blockchains/smartchain/assets/0x54E5721Ea9c828E725aE6E3F640F69928B696b3e/info.json deleted file mode 100644 index aadb1dc206a5c..0000000000000 --- a/blockchains/smartchain/assets/0x54E5721Ea9c828E725aE6E3F640F69928B696b3e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DolphinNetWork", - "type": "BEP20", - "symbol": "DOLP", - "decimals": 9, - "website": "https://dolphinnetwork.io/", - "description": "Dolphin Network is a fully decentralized, the NFT MarketPlace for Meme tokens.", - "explorer": "https://bscscan.com/token/0x54E5721Ea9c828E725aE6E3F640F69928B696b3e", - "status": "active", - "id": "0x54E5721Ea9c828E725aE6E3F640F69928B696b3e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x54E5721Ea9c828E725aE6E3F640F69928B696b3e/logo.png b/blockchains/smartchain/assets/0x54E5721Ea9c828E725aE6E3F640F69928B696b3e/logo.png deleted file mode 100644 index fcfb364b28e17..0000000000000 Binary files a/blockchains/smartchain/assets/0x54E5721Ea9c828E725aE6E3F640F69928B696b3e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x54E87ed5A096f09d9665fD114002bdDFc2084a7F/info.json b/blockchains/smartchain/assets/0x54E87ed5A096f09d9665fD114002bdDFc2084a7F/info.json deleted file mode 100644 index be7a022a7c198..0000000000000 --- a/blockchains/smartchain/assets/0x54E87ed5A096f09d9665fD114002bdDFc2084a7F/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Baby Moon Floki", - "website": "https://babymoonfloki.com", - "description": "Baby Moon Floki is a hyper-deflationary token that has a smart exchange system built into the ecosystem", - "explorer": "https://bscscan.com/token/0x54E87ed5A096f09d9665fD114002bdDFc2084a7F", - "type": "BEP20", - "symbol": "Floki", - "decimals": 9, - "status": "active", - "id": "0x54E87ed5A096f09d9665fD114002bdDFc2084a7F", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/babymoonfloki" - }, - { - "name": "telegram", - "url": "https://t.me/BMFloki" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x54E87ed5A096f09d9665fD114002bdDFc2084a7F/logo.png b/blockchains/smartchain/assets/0x54E87ed5A096f09d9665fD114002bdDFc2084a7F/logo.png deleted file mode 100644 index fa0432e79b96f..0000000000000 Binary files a/blockchains/smartchain/assets/0x54E87ed5A096f09d9665fD114002bdDFc2084a7F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5507f52C96e64e5e5c3dF0Ea90d3515fc0c7d9dF/info.json b/blockchains/smartchain/assets/0x5507f52C96e64e5e5c3dF0Ea90d3515fc0c7d9dF/info.json deleted file mode 100644 index 9ff938de7fad9..0000000000000 --- a/blockchains/smartchain/assets/0x5507f52C96e64e5e5c3dF0Ea90d3515fc0c7d9dF/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "GETART Token", - "type": "BEP20", - "symbol": "GAX", - "decimals": 18, - "website": "https://getart.io/ ", - "description": "Getart is aiming to build a digital marketplace for non-fungible tokens (NFTs). Users in the platform can buy, sell, own various digital assets, and search different NFTs within the Getart market.", - "explorer": "https://bscscan.com/token/0x5507f52C96e64e5e5c3dF0Ea90d3515fc0c7d9dF", - "status": "active", - "id": "0x5507f52C96e64e5e5c3dF0Ea90d3515fc0c7d9dF" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5507f52C96e64e5e5c3dF0Ea90d3515fc0c7d9dF/logo.png b/blockchains/smartchain/assets/0x5507f52C96e64e5e5c3dF0Ea90d3515fc0c7d9dF/logo.png deleted file mode 100644 index 4bd24b33e4b12..0000000000000 Binary files a/blockchains/smartchain/assets/0x5507f52C96e64e5e5c3dF0Ea90d3515fc0c7d9dF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x550D7984b7AdFfF88815E5528e12E322DF6D3B9B/info.json b/blockchains/smartchain/assets/0x550D7984b7AdFfF88815E5528e12E322DF6D3B9B/info.json deleted file mode 100644 index 979a9cd803597..0000000000000 --- a/blockchains/smartchain/assets/0x550D7984b7AdFfF88815E5528e12E322DF6D3B9B/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "PandAI Token", - "type": "BEP20", - "symbol": "PANDAI", - "decimals": 6, - "website": "https://pandai.io/", - "description": "PANDAI is a cute AI meme token on BSC, making AI accessible for everyone.", - "explorer": "https://bscscan.com/token/0x550D7984b7AdFfF88815E5528e12E322DF6D3B9B", - "status": "active", - "id": "0x550D7984b7AdFfF88815E5528e12E322DF6D3B9B", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/pandai_bsc" - }, - { - "name": "telegram", - "url": "https://t.me/pandaichatofficial" - }, - { - "name": "telegram_news", - "url": "https://t.me/pandaiann" - }, - { - "name": "docs", - "url": "https://docs.pandai.io" - }, - { - "name": "whitepaper", - "url": "https://docs.pandai.io/tokenomics" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pandai/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/pandai" - } - ], - "tags": [ - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x550D7984b7AdFfF88815E5528e12E322DF6D3B9B/logo.png b/blockchains/smartchain/assets/0x550D7984b7AdFfF88815E5528e12E322DF6D3B9B/logo.png deleted file mode 100644 index 6decbd4653027..0000000000000 Binary files a/blockchains/smartchain/assets/0x550D7984b7AdFfF88815E5528e12E322DF6D3B9B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x55183148d5C3360cbB0e1EDb38b30e091aEE4D65/info.json b/blockchains/smartchain/assets/0x55183148d5C3360cbB0e1EDb38b30e091aEE4D65/info.json deleted file mode 100644 index dcdea235af2d9..0000000000000 --- a/blockchains/smartchain/assets/0x55183148d5C3360cbB0e1EDb38b30e091aEE4D65/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Rhyme$ick Coin", - "website": "https://rhymesick.com/", - "description": "The RSC coin is our introduction to the crypto world and the first of many “SMART COINS” to follow with real world applications and utility! These Smart Coins will target specific sectors of business including Music, Life Insurance, Business Loans, Banking, Entertainment, NFTs, Collectibles, Sports, Car and Home Savings, etc — and with star-power of RSC, will be the first to know about future coins! That means future gains for savvy investors.", - "explorer": "https://bscscan.com/token/0x55183148d5C3360cbB0e1EDb38b30e091aEE4D65", - "type": "BEP20", - "symbol": "R$C", - "decimals": 9, - "status": "abandoned", - "id": "0x55183148d5C3360cbB0e1EDb38b30e091aEE4D65" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x55183148d5C3360cbB0e1EDb38b30e091aEE4D65/logo.png b/blockchains/smartchain/assets/0x55183148d5C3360cbB0e1EDb38b30e091aEE4D65/logo.png deleted file mode 100644 index f7181434c94bb..0000000000000 Binary files a/blockchains/smartchain/assets/0x55183148d5C3360cbB0e1EDb38b30e091aEE4D65/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5546600f77EdA1DCF2e8817eF4D617382E7f71F5/info.json b/blockchains/smartchain/assets/0x5546600f77EdA1DCF2e8817eF4D617382E7f71F5/info.json deleted file mode 100644 index d532051d6ca6b..0000000000000 --- a/blockchains/smartchain/assets/0x5546600f77EdA1DCF2e8817eF4D617382E7f71F5/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PING", - "website": "https://www.sonarplatform.io/", - "description": "Sonar Platform is the next-gen crypto tracking dashboard. It's a complete and easy to use tracking and analytics tool for the BSC and ETH networks.", - "explorer": "https://bscscan.com/token/0x5546600f77eda1dcf2e8817ef4d617382e7f71f5", - "type": "BEP20", - "symbol": "PING", - "decimals": 9, - "status": "active", - "id": "0x5546600f77EdA1DCF2e8817eF4D617382E7f71F5" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5546600f77EdA1DCF2e8817eF4D617382E7f71F5/logo.png b/blockchains/smartchain/assets/0x5546600f77EdA1DCF2e8817eF4D617382E7f71F5/logo.png deleted file mode 100644 index d9384e8f2980f..0000000000000 Binary files a/blockchains/smartchain/assets/0x5546600f77EdA1DCF2e8817eF4D617382E7f71F5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x55671114d774ee99D653D6C12460c780a67f1D18/info.json b/blockchains/smartchain/assets/0x55671114d774ee99D653D6C12460c780a67f1D18/info.json deleted file mode 100644 index a121717bda0d1..0000000000000 --- a/blockchains/smartchain/assets/0x55671114d774ee99D653D6C12460c780a67f1D18/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Pacoca Token", - "website": "https://pacoca.io/", - "description": "Paçoca is a DeFi hub where users can invest in yield-optimizing vaults and track their assets on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x55671114d774ee99D653D6C12460c780a67f1D18", - "type": "BEP20", - "symbol": "PACOCA", - "decimals": 18, - "status": "active", - "id": "0x55671114d774ee99D653D6C12460c780a67f1D18" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x55671114d774ee99D653D6C12460c780a67f1D18/logo.png b/blockchains/smartchain/assets/0x55671114d774ee99D653D6C12460c780a67f1D18/logo.png deleted file mode 100644 index d92efb813f26a..0000000000000 Binary files a/blockchains/smartchain/assets/0x55671114d774ee99D653D6C12460c780a67f1D18/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5569B42513203f49a761Cc9720D4Bb9B6b9E5AB8/info.json b/blockchains/smartchain/assets/0x5569B42513203f49a761Cc9720D4Bb9B6b9E5AB8/info.json deleted file mode 100644 index 3a59f70698294..0000000000000 --- a/blockchains/smartchain/assets/0x5569B42513203f49a761Cc9720D4Bb9B6b9E5AB8/info.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "DynL1BNB DynaSet", - "type": "BEP20", - "symbol": "dynL1BNB", - "decimals": 18, - "website": "https://singularitydao.ai/dynalab/dynL1BNB", - "description": "dynL1BNB gives users exposure to the top 9 Layer 1 assets on the BNB Smart Chain using long only strategies optimised by the Dynamic Asset Manager with less fees & expenses. Powered by SingularityDAO.ai.", - "explorer": "https://bscscan.com/token/0x5569B42513203f49a761Cc9720D4Bb9B6b9E5AB8", - "status": "active", - "id": "0x5569B42513203f49a761Cc9720D4Bb9B6b9E5AB8", - "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/smartchain/assets/0x5569B42513203f49a761Cc9720D4Bb9B6b9E5AB8/logo.png b/blockchains/smartchain/assets/0x5569B42513203f49a761Cc9720D4Bb9B6b9E5AB8/logo.png deleted file mode 100644 index 1565f40383335..0000000000000 Binary files a/blockchains/smartchain/assets/0x5569B42513203f49a761Cc9720D4Bb9B6b9E5AB8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x556b60c53fbC1518Ad17E03d52E47368dD4d81B3/info.json b/blockchains/smartchain/assets/0x556b60c53fbC1518Ad17E03d52E47368dD4d81B3/info.json deleted file mode 100644 index dae860cd73e97..0000000000000 --- a/blockchains/smartchain/assets/0x556b60c53fbC1518Ad17E03d52E47368dD4d81B3/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Axie Infinity Shard (Portal from Ethereum)", - "type": "BEP20", - "symbol": "AXSet", - "decimals": 18, - "description": "Cross Chain Portal Bridged Token", - "website": "https://axieinfinity.com/", - "explorer": "https://bscscan.com/token/0x556b60c53fbC1518Ad17E03d52E47368dD4d81B3", - "status": "active", - "id": "0x556b60c53fbC1518Ad17E03d52E47368dD4d81B3", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x556b60c53fbC1518Ad17E03d52E47368dD4d81B3/logo.png b/blockchains/smartchain/assets/0x556b60c53fbC1518Ad17E03d52E47368dD4d81B3/logo.png deleted file mode 100644 index d9761d4e602ef..0000000000000 Binary files a/blockchains/smartchain/assets/0x556b60c53fbC1518Ad17E03d52E47368dD4d81B3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x557233E794d1a5FbCc6D26dca49147379ea5073c/info.json b/blockchains/smartchain/assets/0x557233E794d1a5FbCc6D26dca49147379ea5073c/info.json deleted file mode 100644 index 664d9a31d3782..0000000000000 --- a/blockchains/smartchain/assets/0x557233E794d1a5FbCc6D26dca49147379ea5073c/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Alita Finance Token", - "website": "https://alita.finance", - "description": "Alita is the ultimate reward token for global trading platforms.", - "explorer": "https://bscscan.com/token/0x557233E794d1a5FbCc6D26dca49147379ea5073c", - "type": "BEP20", - "symbol": "ALI", - "decimals": 18, - "status": "active", - "id": "0x557233E794d1a5FbCc6D26dca49147379ea5073c", - "links": [ - { - "name": "github", - "url": "https://github.com/alita-finance" - }, - { - "name": "twitter", - "url": "https://twitter.com/AlitaFinance" - }, - { - "name": "telegram", - "url": "https://t.me/ALita_Finance" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/alita" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x557233E794d1a5FbCc6D26dca49147379ea5073c/logo.png b/blockchains/smartchain/assets/0x557233E794d1a5FbCc6D26dca49147379ea5073c/logo.png deleted file mode 100644 index 12690f907fd28..0000000000000 Binary files a/blockchains/smartchain/assets/0x557233E794d1a5FbCc6D26dca49147379ea5073c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x557dd6700e66818AF340ccE17FD4508CED81fBc1/info.json b/blockchains/smartchain/assets/0x557dd6700e66818AF340ccE17FD4508CED81fBc1/info.json deleted file mode 100644 index 68ac62ecfefd2..0000000000000 --- a/blockchains/smartchain/assets/0x557dd6700e66818AF340ccE17FD4508CED81fBc1/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Papel", - "website": "https://www.papeltoken.net/", - "description": "Passive rewards, autoliquidity, community token, charity.", - "explorer": "https://bscscan.com/token/0x557dd6700e66818af340cce17fd4508ced81fbc1", - "type": "BEP20", - "symbol": "PAPEL", - "decimals": 9, - "status": "active", - "id": "0x557dd6700e66818AF340ccE17FD4508CED81fBc1" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x557dd6700e66818AF340ccE17FD4508CED81fBc1/logo.png b/blockchains/smartchain/assets/0x557dd6700e66818AF340ccE17FD4508CED81fBc1/logo.png deleted file mode 100644 index 0c5ab0afd37bd..0000000000000 Binary files a/blockchains/smartchain/assets/0x557dd6700e66818AF340ccE17FD4508CED81fBc1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x55B53855eaE06c4744841dbFA06FCe335dB4355B/info.json b/blockchains/smartchain/assets/0x55B53855eaE06c4744841dbFA06FCe335dB4355B/info.json deleted file mode 100644 index 2a452da510b55..0000000000000 --- a/blockchains/smartchain/assets/0x55B53855eaE06c4744841dbFA06FCe335dB4355B/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "SatoshiStreetBets Token", - "type": "BEP20", - "symbol": "SSB", - "decimals": 9, - "website": "https://ssbtoken.com", - "description": "An Accelerated Hyper-Deflationary Token powered by advanced tokenomics and the SSB Business Model.", - "explorer": "https://bscscan.com/token/0x55B53855eaE06c4744841dbFA06FCe335dB4355B", - "status": "active", - "id": "0x55B53855eaE06c4744841dbFA06FCe335dB4355B", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/satoshistrbets" - }, - { - "name": "telegram", - "url": "https://t.me/SSBTokenOfficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/satoshistreetbets/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/satoshistreetbets" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x55B53855eaE06c4744841dbFA06FCe335dB4355B/logo.png b/blockchains/smartchain/assets/0x55B53855eaE06c4744841dbFA06FCe335dB4355B/logo.png deleted file mode 100644 index 1ab6eafcaf402..0000000000000 Binary files a/blockchains/smartchain/assets/0x55B53855eaE06c4744841dbFA06FCe335dB4355B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x55F96C7005D7C684A65Ee653B07b5FE1507C56ab/info.json b/blockchains/smartchain/assets/0x55F96C7005D7C684A65Ee653B07b5FE1507C56ab/info.json deleted file mode 100644 index c472a57914007..0000000000000 --- a/blockchains/smartchain/assets/0x55F96C7005D7C684A65Ee653B07b5FE1507C56ab/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "Wojak", - "type": "BEP20", - "symbol": "WOJ", - "decimals": 9, - "website": "https://woj.finance", - "description": "The $WOJ token is a charity token, based on the BEP20 standard. Using $WOJ tokens the holders can enjoy multiple benefits within our wojak finance ecosystem, as it may be used as the governance token in the future.", - "explorer": "https://bscscan.com/token/0x55F96C7005D7C684A65Ee653B07b5FE1507C56ab", - "status": "active", - "id": "0x55F96C7005D7C684A65Ee653B07b5FE1507C56ab", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/wojfinance" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/wojak-finance/" - }, - { - "name": "medium", - "url": "https://medium.com/@WojToken" - }, - { - "name": "telegram", - "url": "https://t.me/wojtoken" - }, - { - "name": "discord", - "url": "https://discord.com/invite/BZUQqnEH" - }, - { - "name": "whitepaper", - "url": "https://docs.woj.finance/" - }, - { - "name": "github", - "url": "https://github.com/wojak-finance" - }, - { - "name": "facebook", - "url": "https://facebook.com/profile.php?id=100070044607209" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/wojtoken" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x55F96C7005D7C684A65Ee653B07b5FE1507C56ab/logo.png b/blockchains/smartchain/assets/0x55F96C7005D7C684A65Ee653B07b5FE1507C56ab/logo.png deleted file mode 100644 index 196024d6b841e..0000000000000 Binary files a/blockchains/smartchain/assets/0x55F96C7005D7C684A65Ee653B07b5FE1507C56ab/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x55d398326f99059fF775485246999027B3197955/info.json b/blockchains/smartchain/assets/0x55d398326f99059fF775485246999027B3197955/info.json deleted file mode 100644 index dd5512747ca2e..0000000000000 --- a/blockchains/smartchain/assets/0x55d398326f99059fF775485246999027B3197955/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Tether USD", - "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://bscscan.com/token/0x55d398326f99059fF775485246999027B3197955", - "research": "", - "type": "BEP20", - "symbol": "USDT", - "decimals": 18, - "status": "active", - "id": "0x55d398326f99059fF775485246999027B3197955", - "tags": [ - "stablecoin" - ], - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/tether/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/tether/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x55d398326f99059fF775485246999027B3197955/logo.png b/blockchains/smartchain/assets/0x55d398326f99059fF775485246999027B3197955/logo.png deleted file mode 100644 index 4b3027306a91c..0000000000000 Binary files a/blockchains/smartchain/assets/0x55d398326f99059fF775485246999027B3197955/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x56083560594E314b5cDd1680eC6a493bb851BBd8/info.json b/blockchains/smartchain/assets/0x56083560594E314b5cDd1680eC6a493bb851BBd8/info.json deleted file mode 100644 index 9122e74729170..0000000000000 --- a/blockchains/smartchain/assets/0x56083560594E314b5cDd1680eC6a493bb851BBd8/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Transhuman Coin", - "type": "BEP20", - "symbol": "THC", - "decimals": 9, - "website": "https://www.transhumancoin.finance", - "description": "BEP20 token merging Artificial intelligence and Biotechnology in the Metaverse to solve ageing and genetic disorders.", - "explorer": "https://bscscan.com/token/0x56083560594E314b5cDd1680eC6a493bb851BBd8", - "status": "active", - "id": "0x56083560594E314b5cDd1680eC6a493bb851BBd8", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/transhumancoin" - }, - { - "name": "telegram", - "url": "https://t.me/joinchat/hYQyhaCsavlmNjQ0" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/transhuman-coin/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x56083560594E314b5cDd1680eC6a493bb851BBd8/logo.png b/blockchains/smartchain/assets/0x56083560594E314b5cDd1680eC6a493bb851BBd8/logo.png deleted file mode 100644 index 3aacb5f659a0d..0000000000000 Binary files a/blockchains/smartchain/assets/0x56083560594E314b5cDd1680eC6a493bb851BBd8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5610Bf2BF5ABe5750BDBCe311631dEE2aFa2Cd24/info.json b/blockchains/smartchain/assets/0x5610Bf2BF5ABe5750BDBCe311631dEE2aFa2Cd24/info.json deleted file mode 100644 index 451bc42bfe341..0000000000000 --- a/blockchains/smartchain/assets/0x5610Bf2BF5ABe5750BDBCe311631dEE2aFa2Cd24/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MoonPump Token", - "type": "BEP20", - "symbol": "PUMP", - "decimals": 9, - "website": "https://moonpump.net", - "description": "MoonPump ($PUMP) is the community-built utility token for the upcoming PumpLaunch platform.", - "explorer": "https://bscscan.com/token/0x5610Bf2BF5ABe5750BDBCe311631dEE2aFa2Cd24", - "status": "active", - "id": "0x5610Bf2BF5ABe5750BDBCe311631dEE2aFa2Cd24" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5610Bf2BF5ABe5750BDBCe311631dEE2aFa2Cd24/logo.png b/blockchains/smartchain/assets/0x5610Bf2BF5ABe5750BDBCe311631dEE2aFa2Cd24/logo.png deleted file mode 100644 index 07b9bab0a94a0..0000000000000 Binary files a/blockchains/smartchain/assets/0x5610Bf2BF5ABe5750BDBCe311631dEE2aFa2Cd24/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x565D931cBa7C7E1af3925f77124D5e2d68311BBE/info.json b/blockchains/smartchain/assets/0x565D931cBa7C7E1af3925f77124D5e2d68311BBE/info.json deleted file mode 100644 index c4b64fb2d8d56..0000000000000 --- a/blockchains/smartchain/assets/0x565D931cBa7C7E1af3925f77124D5e2d68311BBE/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HyperChain", - "type": "BEP20", - "symbol": "HYPER", - "decimals": 7, - "website": "https://hyperchainx.com", - "description": "Hyper Chain X is a community driven project that is out of this world! Great design, graphics, marketing and space gaming that will bring a new “Hype” to the market! NFTS, Merchandise and HYPER space E-Sports tournaments. Backed by a solid team.", - "explorer": "https://bscscan.com/token/0x565D931cBa7C7E1af3925f77124D5e2d68311BBE", - "status": "active", - "id": "0x565D931cBa7C7E1af3925f77124D5e2d68311BBE" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x565D931cBa7C7E1af3925f77124D5e2d68311BBE/logo.png b/blockchains/smartchain/assets/0x565D931cBa7C7E1af3925f77124D5e2d68311BBE/logo.png deleted file mode 100644 index 114a6a68dc334..0000000000000 Binary files a/blockchains/smartchain/assets/0x565D931cBa7C7E1af3925f77124D5e2d68311BBE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x565b72163f17849832A692A3c5928cc502f46D69/info.json b/blockchains/smartchain/assets/0x565b72163f17849832A692A3c5928cc502f46D69/info.json deleted file mode 100644 index fe91541534412..0000000000000 --- a/blockchains/smartchain/assets/0x565b72163f17849832A692A3c5928cc502f46D69/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Hunny Token", - "website": "https://pancakehunny.finance", - "description": "PancakeHunny.Finance — Enhance and Optimise Your DeFi Yield Farming on Binance Smart Chan (BSC).", - "explorer": "https://bscscan.com/token/0x565b72163f17849832A692A3c5928cc502f46D69", - "type": "BEP20", - "symbol": "HUNNY", - "decimals": 18, - "status": "active", - "id": "0x565b72163f17849832A692A3c5928cc502f46D69" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x565b72163f17849832A692A3c5928cc502f46D69/logo.png b/blockchains/smartchain/assets/0x565b72163f17849832A692A3c5928cc502f46D69/logo.png deleted file mode 100644 index 349345af3de77..0000000000000 Binary files a/blockchains/smartchain/assets/0x565b72163f17849832A692A3c5928cc502f46D69/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x56672ecb506301b1E32ED28552797037c54D36A9/info.json b/blockchains/smartchain/assets/0x56672ecb506301b1E32ED28552797037c54D36A9/info.json deleted file mode 100644 index 8af423a62cd71..0000000000000 --- a/blockchains/smartchain/assets/0x56672ecb506301b1E32ED28552797037c54D36A9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Wrapped BIS", - "website": "https://bismuth.finance", - "description": "wBIS is a BEP-20 BSC Token with 1:1 native BIS counterpart.", - "explorer": "https://bscscan.com/token/0x56672ecb506301b1E32ED28552797037c54D36A9", - "type": "BEP20", - "symbol": "wBIS", - "decimals": 8, - "status": "active", - "id": "0x56672ecb506301b1E32ED28552797037c54D36A9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x56672ecb506301b1E32ED28552797037c54D36A9/logo.png b/blockchains/smartchain/assets/0x56672ecb506301b1E32ED28552797037c54D36A9/logo.png deleted file mode 100644 index d617a63342135..0000000000000 Binary files a/blockchains/smartchain/assets/0x56672ecb506301b1E32ED28552797037c54D36A9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x568B0D8ac3967d363257C520c9Be0f17984E470f/info.json b/blockchains/smartchain/assets/0x568B0D8ac3967d363257C520c9Be0f17984E470f/info.json deleted file mode 100644 index 68a99349470a5..0000000000000 --- a/blockchains/smartchain/assets/0x568B0D8ac3967d363257C520c9Be0f17984E470f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Nadeshiko", - "type": "BEP20", - "symbol": "NDSK", - "decimals": 18, - "website": "https://nadeshikocoin.com/", - "description": "In-house developed NFT in-app token", - "explorer": "https://bscscan.com/token/0x568B0D8ac3967d363257C520c9Be0f17984E470f", - "status": "active", - "id": "0x568B0D8ac3967d363257C520c9Be0f17984E470f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x568B0D8ac3967d363257C520c9Be0f17984E470f/logo.png b/blockchains/smartchain/assets/0x568B0D8ac3967d363257C520c9Be0f17984E470f/logo.png deleted file mode 100644 index c32ef8eb7d2a3..0000000000000 Binary files a/blockchains/smartchain/assets/0x568B0D8ac3967d363257C520c9Be0f17984E470f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x569641e97cF794FEDC6277B490337654beA58942/info.json b/blockchains/smartchain/assets/0x569641e97cF794FEDC6277B490337654beA58942/info.json deleted file mode 100644 index 3c08d6439b984..0000000000000 --- a/blockchains/smartchain/assets/0x569641e97cF794FEDC6277B490337654beA58942/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SAVEPALESTINE", - "website": "https://palestine.finance", - "description": "SAVEPALESTINE ($PAL) is a community-driven token that rewards holders while at the same time provides much needed donations to Palestine for humanitarian causes. Every week, a donation will be made based on the project’s market cap. ", - "explorer": "https://bscscan.com/token/0x569641e97cF794FEDC6277B490337654beA58942", - "type": "BEP20", - "symbol": "PAL", - "decimals": 9, - "status": "active", - "id": "0x569641e97cF794FEDC6277B490337654beA58942" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x569641e97cF794FEDC6277B490337654beA58942/logo.png b/blockchains/smartchain/assets/0x569641e97cF794FEDC6277B490337654beA58942/logo.png deleted file mode 100644 index f75fa83804392..0000000000000 Binary files a/blockchains/smartchain/assets/0x569641e97cF794FEDC6277B490337654beA58942/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x569f4957176Ffa0dff76c507604f6a66d4B9C578/info.json b/blockchains/smartchain/assets/0x569f4957176Ffa0dff76c507604f6a66d4B9C578/info.json deleted file mode 100644 index 5c975ae7ab236..0000000000000 --- a/blockchains/smartchain/assets/0x569f4957176Ffa0dff76c507604f6a66d4B9C578/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Cryptostone", - "type": "BEP20", - "symbol": "CPS", - "decimals": 18, - "website": "https://www.crypto-stone.io/", - "description": "Cryptostone is a disruptive innovation and fully anonymous No-KYC blockchain financial ecosystem that utilizes blockchain technology as a financial tool in people's lives. Cryptostone token is the native utility token of the Cryptostone project.", - "explorer": "https://bscscan.com/token/0x569f4957176Ffa0dff76c507604f6a66d4B9C578", - "status": "active", - "id": "0x569f4957176Ffa0dff76c507604f6a66d4B9C578", - "tags": [ - "staking-native" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/cryptostone_io" - }, - { - "name": "telegram", - "url": "https://t.me/cryptostonegroup" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/cryptostone" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/cryptostone" - }, - { - "name": "whitepaper", - "url": "https://www.crypto-stone.io/whitepaper.pdf" - }, - { - "name": "medium", - "url": "https://crypto-stone.medium.com/" - } - ] -} diff --git a/blockchains/smartchain/assets/0x569f4957176Ffa0dff76c507604f6a66d4B9C578/logo.png b/blockchains/smartchain/assets/0x569f4957176Ffa0dff76c507604f6a66d4B9C578/logo.png deleted file mode 100644 index 2b3016fbe4965..0000000000000 Binary files a/blockchains/smartchain/assets/0x569f4957176Ffa0dff76c507604f6a66d4B9C578/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x56B52f384ffd3cEa09730b04d9342d23B3212ef3/info.json b/blockchains/smartchain/assets/0x56B52f384ffd3cEa09730b04d9342d23B3212ef3/info.json deleted file mode 100644 index 2e44b89191f97..0000000000000 --- a/blockchains/smartchain/assets/0x56B52f384ffd3cEa09730b04d9342d23B3212ef3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Vice Token", - "website": "https://Vice.Uno", - "description": "VICE is an AMM and yield farming platform on Binance Smart Chain(BSC).", - "explorer": "https://bscscan.com/token/0x56B52f384ffd3cEa09730b04d9342d23B3212ef3", - "type": "BEP20", - "symbol": "VICE", - "decimals": 18, - "status": "active", - "id": "0x56B52f384ffd3cEa09730b04d9342d23B3212ef3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x56B52f384ffd3cEa09730b04d9342d23B3212ef3/logo.png b/blockchains/smartchain/assets/0x56B52f384ffd3cEa09730b04d9342d23B3212ef3/logo.png deleted file mode 100644 index 2bd59589ab0ca..0000000000000 Binary files a/blockchains/smartchain/assets/0x56B52f384ffd3cEa09730b04d9342d23B3212ef3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x56b6fB708fC5732DEC1Afc8D8556423A2EDcCbD6/info.json b/blockchains/smartchain/assets/0x56b6fB708fC5732DEC1Afc8D8556423A2EDcCbD6/info.json deleted file mode 100644 index 2e560da4a149d..0000000000000 --- a/blockchains/smartchain/assets/0x56b6fB708fC5732DEC1Afc8D8556423A2EDcCbD6/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "BNB pegged EOS Token", - "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://bscscan.com/token/0x56b6fB708fC5732DEC1Afc8D8556423A2EDcCbD6", - "research": "https://research.binance.com/en/projects/eos", - "type": "BEP20", - "symbol": "EOS", - "decimals": 18, - "status": "active", - "id": "0x56b6fB708fC5732DEC1Afc8D8556423A2EDcCbD6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x56b6fB708fC5732DEC1Afc8D8556423A2EDcCbD6/logo.png b/blockchains/smartchain/assets/0x56b6fB708fC5732DEC1Afc8D8556423A2EDcCbD6/logo.png deleted file mode 100644 index a60252aa8e2d2..0000000000000 Binary files a/blockchains/smartchain/assets/0x56b6fB708fC5732DEC1Afc8D8556423A2EDcCbD6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x56eab07247e3e6404ac90140F20bba61375d5C3C/info.json b/blockchains/smartchain/assets/0x56eab07247e3e6404ac90140F20bba61375d5C3C/info.json deleted file mode 100644 index caa14bdce97a0..0000000000000 --- a/blockchains/smartchain/assets/0x56eab07247e3e6404ac90140F20bba61375d5C3C/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TapSwap.Money", - "type": "BEP20", - "symbol": "TAPS", - "decimals": 18, - "website": "https://tapswap.money/", - "description": "TAPSwap is a revolutionary Decentralize Exchange(DEX) Protocol powered by Binance Smartchain & Uniswap AMM implementation.Use TapSwap for Swapping , Market Creation, Provide Liquidity & Staking.", - "explorer": "https://bscscan.com/token/0x56eab07247e3e6404ac90140F20bba61375d5C3C", - "status": "active", - "id": "0x56eab07247e3e6404ac90140F20bba61375d5C3C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x56eab07247e3e6404ac90140F20bba61375d5C3C/logo.png b/blockchains/smartchain/assets/0x56eab07247e3e6404ac90140F20bba61375d5C3C/logo.png deleted file mode 100644 index b8d5d97ce62e4..0000000000000 Binary files a/blockchains/smartchain/assets/0x56eab07247e3e6404ac90140F20bba61375d5C3C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x57067A6BD75c0E95a6A5f158455926e43E79BeB0/info.json b/blockchains/smartchain/assets/0x57067A6BD75c0E95a6A5f158455926e43E79BeB0/info.json deleted file mode 100644 index ebb9fd2bf97a1..0000000000000 --- a/blockchains/smartchain/assets/0x57067A6BD75c0E95a6A5f158455926e43E79BeB0/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Blizzard.money", - "website": "https://blizzard.money", - "description": "A fair launch yield farming and staking platform on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x57067a6bd75c0e95a6a5f158455926e43e79beb0", - "type": "BEP20", - "symbol": "BLZD", - "decimals": 18, - "status": "active", - "id": "0x57067A6BD75c0E95a6A5f158455926e43E79BeB0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/money_blizzard" - }, - { - "name": "telegram", - "url": "https://t.me/BlizzardMoney" - }, - { - "name": "medium", - "url": "https://blizzardmoney.medium.com" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x57067A6BD75c0E95a6A5f158455926e43E79BeB0/logo.png b/blockchains/smartchain/assets/0x57067A6BD75c0E95a6A5f158455926e43E79BeB0/logo.png deleted file mode 100644 index 37517d2318156..0000000000000 Binary files a/blockchains/smartchain/assets/0x57067A6BD75c0E95a6A5f158455926e43E79BeB0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x570A5D26f7765Ecb712C0924E4De545B89fD43dF/info.json b/blockchains/smartchain/assets/0x570A5D26f7765Ecb712C0924E4De545B89fD43dF/info.json deleted file mode 100644 index ec145199f0045..0000000000000 --- a/blockchains/smartchain/assets/0x570A5D26f7765Ecb712C0924E4De545B89fD43dF/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Solana", - "website": "https://solana.com/", - "description": "Solana is the worlds most performant blockchain in the world at 710k transactions per second. 710k TPS is achieved by encoding the passage of time as data.", - "explorer": "https://bscscan.com/token/0x570a5d26f7765ecb712c0924e4de545b89fd43df", - "research": "https://research.binance.com/en/projects/solana", - "symbol": "SOL", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x570A5D26f7765Ecb712C0924E4De545B89fD43dF", - "tags": [ - "binance-peg" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/solana-labs" - }, - { - "name": "twitter", - "url": "https://twitter.com/solana" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/solana" - }, - { - "name": "whitepaper", - "url": "https://github.com/solana-labs/whitepaper" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x570A5D26f7765Ecb712C0924E4De545B89fD43dF/logo.png b/blockchains/smartchain/assets/0x570A5D26f7765Ecb712C0924E4De545B89fD43dF/logo.png deleted file mode 100644 index a6a429ad389c0..0000000000000 Binary files a/blockchains/smartchain/assets/0x570A5D26f7765Ecb712C0924E4De545B89fD43dF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x571D0B55fe30eb1F6E68e8799F181c46De6B0059/info.json b/blockchains/smartchain/assets/0x571D0B55fe30eb1F6E68e8799F181c46De6B0059/info.json deleted file mode 100644 index b52333bac0dfd..0000000000000 --- a/blockchains/smartchain/assets/0x571D0B55fe30eb1F6E68e8799F181c46De6B0059/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Street Credit", - "website": "https://streetswap.vip/", - "description": "Street Credit (CRED) is the Exchange Token for the leading BSC AMM & Most Gangster Exchange Ever Created StreetSwap.vip. CRED is created by staking THUGS. The THUGS value per CRED continues to grow as Exchange Fees are used to buy-back THUGS and fund the CRED contract autonomously.", - "explorer": "https://bscscan.com/token/0x571d0b55fe30eb1f6e68e8799f181c46de6b0059", - "type": "BEP20", - "symbol": "CRED", - "decimals": 18, - "status": "active", - "id": "0x571D0B55fe30eb1F6E68e8799F181c46De6B0059", - "links": [ - { - "name": "github", - "url": "https://github.com/thugs-defi" - }, - { - "name": "twitter", - "url": "https://twitter.com/ThugsFinance" - }, - { - "name": "telegram", - "url": "https://t.me/thugsfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/AJDqFTP" - }, - { - "name": "medium", - "url": "https://thugsfinance.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x571D0B55fe30eb1F6E68e8799F181c46De6B0059/logo.png b/blockchains/smartchain/assets/0x571D0B55fe30eb1F6E68e8799F181c46De6B0059/logo.png deleted file mode 100644 index 06c0928bb8ace..0000000000000 Binary files a/blockchains/smartchain/assets/0x571D0B55fe30eb1F6E68e8799F181c46De6B0059/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x57282282A6CbD3658576883eB6674e339609c714/info.json b/blockchains/smartchain/assets/0x57282282A6CbD3658576883eB6674e339609c714/info.json deleted file mode 100644 index 7833896434516..0000000000000 --- a/blockchains/smartchain/assets/0x57282282A6CbD3658576883eB6674e339609c714/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MINIDOG TOKEN", - "website": "https://minidog.finance", - "description": "The World’s first Auto-Boost, Super Hyper Deflationary Coin is here! MiniDog is on a mission to help lost and horny animals find their way to the nearest animal shelter", - "explorer": "https://bscscan.com/token/0x57282282A6CbD3658576883eB6674e339609c714", - "type": "BEP20", - "symbol": "TINIDAWG", - "decimals": 9, - "status": "active", - "id": "0x57282282A6CbD3658576883eB6674e339609c714" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x57282282A6CbD3658576883eB6674e339609c714/logo.png b/blockchains/smartchain/assets/0x57282282A6CbD3658576883eB6674e339609c714/logo.png deleted file mode 100644 index ca8019a810725..0000000000000 Binary files a/blockchains/smartchain/assets/0x57282282A6CbD3658576883eB6674e339609c714/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x57457B5D725D85A70a3625D6a71818304e773618/info.json b/blockchains/smartchain/assets/0x57457B5D725D85A70a3625D6a71818304e773618/info.json deleted file mode 100644 index 6971b90e1502f..0000000000000 --- a/blockchains/smartchain/assets/0x57457B5D725D85A70a3625D6a71818304e773618/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Pylon Eco Token", - "type": "BEP20", - "symbol": "PETN", - "decimals": 18, - "website": "https://pylontoken.com", - "description": "A Decentralised Finance (DeFi) based Governance Token, with the benefit of Utility Token, Security Token & CryptoCurrency. It is Deflationary, also provides Staking Reward.", - "explorer": "https://bscscan.com/token/0x57457B5D725D85A70a3625D6a71818304e773618", - "status": "active", - "id": "0x57457B5D725D85A70a3625D6a71818304e773618", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pylon-eco-token" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/pylon-eco-token" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x57457B5D725D85A70a3625D6a71818304e773618/logo.png b/blockchains/smartchain/assets/0x57457B5D725D85A70a3625D6a71818304e773618/logo.png deleted file mode 100644 index 134e0ad5ccfb1..0000000000000 Binary files a/blockchains/smartchain/assets/0x57457B5D725D85A70a3625D6a71818304e773618/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5774B2fc3e91aF89f89141EacF76545e74265982/info.json b/blockchains/smartchain/assets/0x5774B2fc3e91aF89f89141EacF76545e74265982/info.json deleted file mode 100644 index 049c341d2fa08..0000000000000 --- a/blockchains/smartchain/assets/0x5774B2fc3e91aF89f89141EacF76545e74265982/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "NFTY Token", - "website": "https://nftynetwork.io", - "description": "NFTY is a multi-chain NFT and Web3 authentication network.", - "explorer": "https://bscscan.com/token/0x5774b2fc3e91af89f89141eacf76545e74265982", - "type": "BEP20", - "symbol": "NFTY", - "decimals": 18, - "status": "active", - "id": "0x5774B2fc3e91aF89f89141EacF76545e74265982", - "tags": [ - "nft", - "defi" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/nftynetwork" - }, - { - "name": "telegram", - "url": "https://t.me/NFTYChat" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5774B2fc3e91aF89f89141EacF76545e74265982/logo.png b/blockchains/smartchain/assets/0x5774B2fc3e91aF89f89141EacF76545e74265982/logo.png deleted file mode 100644 index 3a07de259e2fe..0000000000000 Binary files a/blockchains/smartchain/assets/0x5774B2fc3e91aF89f89141EacF76545e74265982/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5778A155fA82063C5C1E48771CAA44ea4d8a5d7a/info.json b/blockchains/smartchain/assets/0x5778A155fA82063C5C1E48771CAA44ea4d8a5d7a/info.json deleted file mode 100644 index 1af498e57aec9..0000000000000 --- a/blockchains/smartchain/assets/0x5778A155fA82063C5C1E48771CAA44ea4d8a5d7a/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "TEZILLA", - "type": "BEP20", - "symbol": "TEZILLA", - "decimals": 9, - "website": "https://tezilla.finance/", - "description": "Tezilla, this is the action game you have been waiting for!", - "explorer": "https://bscscan.com/token/0x5778a155fa82063c5c1e48771caa44ea4d8a5d7a", - "status": "active", - "id": "0x5778A155fA82063C5C1E48771CAA44ea4d8a5d7a", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/TezillaFinance" - }, - { - "name": "telegram", - "url": "https://t.me/tezillafinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5778A155fA82063C5C1E48771CAA44ea4d8a5d7a/logo.png b/blockchains/smartchain/assets/0x5778A155fA82063C5C1E48771CAA44ea4d8a5d7a/logo.png deleted file mode 100644 index 749b6b7ecf9da..0000000000000 Binary files a/blockchains/smartchain/assets/0x5778A155fA82063C5C1E48771CAA44ea4d8a5d7a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5788105375ecF7F675C29e822FD85fCd84d4cd86/info.json b/blockchains/smartchain/assets/0x5788105375ecF7F675C29e822FD85fCd84d4cd86/info.json deleted file mode 100644 index 6c61e9d0ce9c0..0000000000000 --- a/blockchains/smartchain/assets/0x5788105375ecF7F675C29e822FD85fCd84d4cd86/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "HODL 2.0", - "type": "BEP20", - "symbol": "HODL", - "decimals": 9, - "website": "https://hodltoken.net", - "description": "HODL is a community driven DeFi project built on Binance Smart Chain. HODL brings the most revolutionary mechanism to BSC ecosystem. ", - "explorer": "https://bscscan.com/token/0x5788105375ecf7f675c29e822fd85fcd84d4cd86", - "status": "active", - "id": "0x5788105375ecF7F675C29e822FD85fCd84d4cd86", - "links": [ - { - "name": "telegram", - "url": "https://t.me/hodlinvestorgroup" - }, - { - "name": "twitter", - "url": "https://twitter.com/TokenHodl" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/hodl-2" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5788105375ecF7F675C29e822FD85fCd84d4cd86/logo.png b/blockchains/smartchain/assets/0x5788105375ecF7F675C29e822FD85fCd84d4cd86/logo.png deleted file mode 100644 index b5209503f5308..0000000000000 Binary files a/blockchains/smartchain/assets/0x5788105375ecF7F675C29e822FD85fCd84d4cd86/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x579F11C75Eb4e47F5290122e87CA411644aDCD97/info.json b/blockchains/smartchain/assets/0x579F11C75Eb4e47F5290122e87CA411644aDCD97/info.json deleted file mode 100644 index b635f3f7ceff7..0000000000000 --- a/blockchains/smartchain/assets/0x579F11C75Eb4e47F5290122e87CA411644aDCD97/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "CleanOcean", - "type": "BEP20", - "symbol": "CLEANOCEAN", - "decimals": 9, - "website": "https://cleanocean.io/", - "description": "CleanOcean is a crypto project to raise money and clean the ocean. Our goal is to remove over 90% of floating ocean plastic. We give 5% of the transactions to holders and 5% are added to the locked liquidity automatically.", - "explorer": "https://bscscan.com/token/0x579F11C75Eb4e47F5290122e87CA411644aDCD97", - "status": "abandoned", - "id": "0x579F11C75Eb4e47F5290122e87CA411644aDCD97", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/cleanoceantoken" - }, - { - "name": "telegram", - "url": "https://t.me/cleanocean" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/CLEANOCEAN/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x57A5297F2cB2c0AaC9D554660acd6D385Ab50c6B/info.json b/blockchains/smartchain/assets/0x57A5297F2cB2c0AaC9D554660acd6D385Ab50c6B/info.json deleted file mode 100644 index 0c8b1a9d9a990..0000000000000 --- a/blockchains/smartchain/assets/0x57A5297F2cB2c0AaC9D554660acd6D385Ab50c6B/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Venus LTC", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "research": "https://research.binance.com/en/projects/venus", - "explorer": "https://bscscan.com/token/0x57A5297F2cB2c0AaC9D554660acd6D385Ab50c6B", - "type": "BEP20", - "symbol": "vLTC", - "decimals": 8, - "status": "active", - "id": "0x57A5297F2cB2c0AaC9D554660acd6D385Ab50c6B", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x57A5297F2cB2c0AaC9D554660acd6D385Ab50c6B/logo.png b/blockchains/smartchain/assets/0x57A5297F2cB2c0AaC9D554660acd6D385Ab50c6B/logo.png deleted file mode 100644 index 0681537856c7a..0000000000000 Binary files a/blockchains/smartchain/assets/0x57A5297F2cB2c0AaC9D554660acd6D385Ab50c6B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x57Af121A8dDb1F9A8FafcF3229c92bF2856A8a29/info.json b/blockchains/smartchain/assets/0x57Af121A8dDb1F9A8FafcF3229c92bF2856A8a29/info.json deleted file mode 100644 index ee4b35d0856fe..0000000000000 --- a/blockchains/smartchain/assets/0x57Af121A8dDb1F9A8FafcF3229c92bF2856A8a29/info.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "Socaverse", - "type": "BEP20", - "symbol": "SOCA", - "decimals": 9, - "website": "https://www.socaverse.one/", - "description": "A soccer community with NFTs, Farms, DeFi, and sports betting platfrom.", - "explorer": "https://bscscan.com/token/0x57af121a8ddb1f9a8fafcf3229c92bf2856a8a29", - "status": "active", - "id": "0x57Af121A8dDb1F9A8FafcF3229c92bF2856A8a29", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Socaverse" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/socaverse/" - }, - { - "name": "telegram", - "url": "https://t.me/SocaverseGlobal" - } - ], - "tags": [ - "defi", - "gamefi", - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0x57Af121A8dDb1F9A8FafcF3229c92bF2856A8a29/logo.png b/blockchains/smartchain/assets/0x57Af121A8dDb1F9A8FafcF3229c92bF2856A8a29/logo.png deleted file mode 100644 index bf526d5eca40f..0000000000000 Binary files a/blockchains/smartchain/assets/0x57Af121A8dDb1F9A8FafcF3229c92bF2856A8a29/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x57Bc18F6177cDafFb34aCE048745bc913a1B1b54/info.json b/blockchains/smartchain/assets/0x57Bc18F6177cDafFb34aCE048745bc913a1B1b54/info.json deleted file mode 100644 index 9fcbe069921d6..0000000000000 --- a/blockchains/smartchain/assets/0x57Bc18F6177cDafFb34aCE048745bc913a1B1b54/info.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "Bit Hotel Token", - "type": "BEP20", - "symbol": "BTH", - "decimals": 18, - "website": "https://bithotel.io", - "description": "Bit Hotel is a social-first pixel-art gaming metaverse, in which users can hang out, compete for leaderboard rewards and earn income. All in-game items, such as characters, rooms and furniture are on-chain NFTs and all have their own unique perks and advantages.", - "explorer": "https://bscscan.com/token/0x57Bc18F6177cDafFb34aCE048745bc913a1B1b54", - "status": "active", - "id": "0x57Bc18F6177cDafFb34aCE048745bc913a1B1b54", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/playbithotel" - }, - { - "name": "github", - "url": "https://github.com/BitHotelOrg" - }, - { - "name": "telegram", - "url": "https://t.me/bithotelcommunity" - }, - { - "name": "telegram_news", - "url": "https://t.me/bithotel" - }, - { - "name": "blog", - "url": "https://bithotel.io/blog" - }, - { - "name": "discord", - "url": "https://discord.com/invite/RFFZNwxY9n" - }, - { - "name": "whitepaper", - "url": "https://bit-hotel.gitbook.io/" - }, - { - "name": "medium", - "url": "https://medium.com/@bithotelnftgame" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/bithotelcommunity/" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/BitHotel" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/bit-hotel/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/bit-hotel" - } - ], - "tags": [ - "staking", - "governance", - "nft", - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x57Bc18F6177cDafFb34aCE048745bc913a1B1b54/logo.png b/blockchains/smartchain/assets/0x57Bc18F6177cDafFb34aCE048745bc913a1B1b54/logo.png deleted file mode 100644 index eebe15591cdd1..0000000000000 Binary files a/blockchains/smartchain/assets/0x57Bc18F6177cDafFb34aCE048745bc913a1B1b54/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x57Bfe2aF99AeB7a3de3bc0c42c22353742bfD20D/info.json b/blockchains/smartchain/assets/0x57Bfe2aF99AeB7a3de3bc0c42c22353742bfD20D/info.json deleted file mode 100644 index 6e9974a0d2e44..0000000000000 --- a/blockchains/smartchain/assets/0x57Bfe2aF99AeB7a3de3bc0c42c22353742bfD20D/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "WATER RABBIT ", - "type": "BEP20", - "symbol": "WAR", - "decimals": 18, - "website": "https://waterrabbittoken.com/", - "description": "WATER RABBIT is a Decentralized Meme Deflationary Asset Driven Fully By The Community Of Shanvere DAO.", - "explorer": "https://bscscan.com/token/0x57Bfe2aF99AeB7a3de3bc0c42c22353742bfD20D", - "status": "active", - "id": "0x57Bfe2aF99AeB7a3de3bc0c42c22353742bfD20D", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/WaterRabbitNew" - }, - { - "name": "telegram", - "url": "https://t.me/waterrabbittoken" - }, - { - "name": "whitepaper", - "url": "https://docs.google.com/document/d/1E8Is2b9AzLgxeC_LyOPI2PGc7AIdk_q6/edit" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/water-rabbit-token/" - }, - { - "name": "facebook", - "url": "https://facebook.com/waterrabbittoken/" - }, - { - "name": "github", - "url": "https://github.com/Waterrabbittoken" - } - ], - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x57Bfe2aF99AeB7a3de3bc0c42c22353742bfD20D/logo.png b/blockchains/smartchain/assets/0x57Bfe2aF99AeB7a3de3bc0c42c22353742bfD20D/logo.png deleted file mode 100644 index 6551d5de572ff..0000000000000 Binary files a/blockchains/smartchain/assets/0x57Bfe2aF99AeB7a3de3bc0c42c22353742bfD20D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x57F35f7Bbacf5248C5120e517c4EAB4aB1048C6F/info.json b/blockchains/smartchain/assets/0x57F35f7Bbacf5248C5120e517c4EAB4aB1048C6F/info.json deleted file mode 100644 index 70d090912686a..0000000000000 --- a/blockchains/smartchain/assets/0x57F35f7Bbacf5248C5120e517c4EAB4aB1048C6F/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Mars Crater", - "type": "BEP20", - "symbol": "CRATER", - "decimals": 9, - "website": "https://marscrater.com/", - "description": "CRATER is a token launched on Binance Smart Chain to bring a community together on the mission to Mars. Together we will build good things to fuel the rocket.", - "explorer": "https://bscscan.com/token/0x57F35f7Bbacf5248C5120e517c4EAB4aB1048C6F", - "status": "active", - "id": "0x57F35f7Bbacf5248C5120e517c4EAB4aB1048C6F" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x57F35f7Bbacf5248C5120e517c4EAB4aB1048C6F/logo.png b/blockchains/smartchain/assets/0x57F35f7Bbacf5248C5120e517c4EAB4aB1048C6F/logo.png deleted file mode 100644 index 49032b79d0561..0000000000000 Binary files a/blockchains/smartchain/assets/0x57F35f7Bbacf5248C5120e517c4EAB4aB1048C6F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x57b798d2252557f13A9148A075a72816f2707356/info.json b/blockchains/smartchain/assets/0x57b798d2252557f13A9148A075a72816f2707356/info.json deleted file mode 100644 index 7c3ec5ea90e5d..0000000000000 --- a/blockchains/smartchain/assets/0x57b798d2252557f13A9148A075a72816f2707356/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Ratscoin", - "type": "BEP20", - "symbol": "RATS", - "decimals": 0, - "website": "https://www.ratscoin.com/", - "description": "RatsCoin is now completely owned and run by its amazing community.", - "explorer": "https://bscscan.com/token/0x57b798d2252557f13A9148A075a72816f2707356", - "status": "active", - "id": "0x57b798d2252557f13A9148A075a72816f2707356", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ratscoinx1000" - }, - { - "name": "telegram", - "url": "https://t.me/ratscoinx1000" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/ratscoin/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/ratscoin" - } - ], - "tags": [ - "memes" - ] -} diff --git a/blockchains/smartchain/assets/0x57b798d2252557f13A9148A075a72816f2707356/logo.png b/blockchains/smartchain/assets/0x57b798d2252557f13A9148A075a72816f2707356/logo.png deleted file mode 100644 index a056150a4269a..0000000000000 Binary files a/blockchains/smartchain/assets/0x57b798d2252557f13A9148A075a72816f2707356/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x57bEa4F720F755150f6b773c13bC78c09ac85740/info.json b/blockchains/smartchain/assets/0x57bEa4F720F755150f6b773c13bC78c09ac85740/info.json deleted file mode 100644 index 7fd9a0826d001..0000000000000 --- a/blockchains/smartchain/assets/0x57bEa4F720F755150f6b773c13bC78c09ac85740/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Micro Gaming Protocol", - "website": "https://microoo-gaming-protocol.org/", - "description": "The MGP token will decentralize the eSports sector", - "explorer": "https://bscscan.com/token/0x57bEa4F720F755150f6b773c13bC78c09ac85740", - "type": "BEP20", - "symbol": "MGP", - "decimals": 18, - "status": "active", - "id": "0x57bEa4F720F755150f6b773c13bC78c09ac85740" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x57bEa4F720F755150f6b773c13bC78c09ac85740/logo.png b/blockchains/smartchain/assets/0x57bEa4F720F755150f6b773c13bC78c09ac85740/logo.png deleted file mode 100644 index 52fd7885821f2..0000000000000 Binary files a/blockchains/smartchain/assets/0x57bEa4F720F755150f6b773c13bC78c09ac85740/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x57c56665B2bcdf3CB86E40A9D3DC21f5b0AeD7Ad/info.json b/blockchains/smartchain/assets/0x57c56665B2bcdf3CB86E40A9D3DC21f5b0AeD7Ad/info.json deleted file mode 100644 index 37b02818fb1dd..0000000000000 --- a/blockchains/smartchain/assets/0x57c56665B2bcdf3CB86E40A9D3DC21f5b0AeD7Ad/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "EverMars", - "symbol": "EVM", - "type": "BEP20", - "decimals": 9, - "description": "FEverMars token holders are not only benefited through static rewards but also by the Buy-Back process of the contract.As part of Buy-Back process, contract takes care of buying back some of the tokens and burn them whenever a sell happens.", - "website": "https://evermars.co/", - "explorer": "https://bscscan.com/token/0x57c56665B2bcdf3CB86E40A9D3DC21f5b0AeD7Ad", - "status": "active", - "id": "0x57c56665B2bcdf3CB86E40A9D3DC21f5b0AeD7Ad" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x57c56665B2bcdf3CB86E40A9D3DC21f5b0AeD7Ad/logo.png b/blockchains/smartchain/assets/0x57c56665B2bcdf3CB86E40A9D3DC21f5b0AeD7Ad/logo.png deleted file mode 100644 index ea04c70838392..0000000000000 Binary files a/blockchains/smartchain/assets/0x57c56665B2bcdf3CB86E40A9D3DC21f5b0AeD7Ad/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x57c9487f30D04aEE52D323586EC9A23d05A1504e/info.json b/blockchains/smartchain/assets/0x57c9487f30D04aEE52D323586EC9A23d05A1504e/info.json deleted file mode 100644 index 23c7700ed1fb8..0000000000000 --- a/blockchains/smartchain/assets/0x57c9487f30D04aEE52D323586EC9A23d05A1504e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HomeCoin", - "website": "https://www.thehomecoin.co/", - "description": "A charity-oriented token that is focused on decreasing the rate of homelessness around the world.", - "explorer": "https://bscscan.com/token/0x57c9487f30D04aEE52D323586EC9A23d05A1504e", - "type": "BEP20", - "symbol": "HOME", - "decimals": 9, - "status": "active", - "id": "0x57c9487f30D04aEE52D323586EC9A23d05A1504e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x57c9487f30D04aEE52D323586EC9A23d05A1504e/logo.png b/blockchains/smartchain/assets/0x57c9487f30D04aEE52D323586EC9A23d05A1504e/logo.png deleted file mode 100644 index 657090d79f48e..0000000000000 Binary files a/blockchains/smartchain/assets/0x57c9487f30D04aEE52D323586EC9A23d05A1504e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x580655E2C6D4fC125C0B2D37B2a3e56219bF9f78/info.json b/blockchains/smartchain/assets/0x580655E2C6D4fC125C0B2D37B2a3e56219bF9f78/info.json deleted file mode 100644 index ceb9352c25eab..0000000000000 --- a/blockchains/smartchain/assets/0x580655E2C6D4fC125C0B2D37B2a3e56219bF9f78/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Gallant", - "website": "https://gallanttoken.com", - "description": "Gallant is a utility token developed for Blockchain Gaming.", - "explorer": "https://bscscan.com/token/0x580655e2c6d4fc125c0b2d37b2a3e56219bf9f78", - "type": "BEP20", - "symbol": "GAL", - "decimals": 9, - "status": "active", - "id": "0x580655E2C6D4fC125C0B2D37B2a3e56219bF9f78", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/GallantToken" - }, - { - "name": "telegram", - "url": "https://t.me/GallantTokenOfficial" - }, - { - "name": "discord", - "url": "https://discord.com/gallanttoken" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCojYADZqVqM-rUwWNcqrBxg" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x580655E2C6D4fC125C0B2D37B2a3e56219bF9f78/logo.png b/blockchains/smartchain/assets/0x580655E2C6D4fC125C0B2D37B2a3e56219bF9f78/logo.png deleted file mode 100644 index bea15cc05eaf9..0000000000000 Binary files a/blockchains/smartchain/assets/0x580655E2C6D4fC125C0B2D37B2a3e56219bF9f78/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x580dE58c1BD593A43DaDcF0A739d504621817c05/info.json b/blockchains/smartchain/assets/0x580dE58c1BD593A43DaDcF0A739d504621817c05/info.json deleted file mode 100644 index 4b735580b19dc..0000000000000 --- a/blockchains/smartchain/assets/0x580dE58c1BD593A43DaDcF0A739d504621817c05/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Thoreum Token", - "website": "https://thoreum.finance/", - "description": "World First Liquidity Mining Coin with Static Rewards.", - "explorer": "https://bscscan.com/token/0x580dE58c1BD593A43DaDcF0A739d504621817c05", - "type": "BEP20", - "symbol": "THOREUM", - "decimals": 18, - "status": "active", - "id": "0x580dE58c1BD593A43DaDcF0A739d504621817c05" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x580dE58c1BD593A43DaDcF0A739d504621817c05/logo.png b/blockchains/smartchain/assets/0x580dE58c1BD593A43DaDcF0A739d504621817c05/logo.png deleted file mode 100644 index f2117d2467a76..0000000000000 Binary files a/blockchains/smartchain/assets/0x580dE58c1BD593A43DaDcF0A739d504621817c05/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x586330013C8f2352AB5f57215F9E56747eE8837E/info.json b/blockchains/smartchain/assets/0x586330013C8f2352AB5f57215F9E56747eE8837E/info.json deleted file mode 100644 index fe56f5a13c83b..0000000000000 --- a/blockchains/smartchain/assets/0x586330013C8f2352AB5f57215F9E56747eE8837E/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Somax", - "website": "https://somax.finance/", - "description": "Somax autonomous yield and liquidity generation protocol on BSC", - "explorer": "https://bscscan.com/token/0x586330013c8f2352ab5f57215f9e56747ee8837e", - "type": "BEP20", - "symbol": "SMX", - "decimals": 9, - "status": "active", - "id": "0x586330013C8f2352AB5f57215F9E56747eE8837E", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/somaxfinance" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/SomaxFinance" - }, - { - "name": "medium", - "url": "https://medium.com/@SomaxFinance" - }, - { - "name": "telegram", - "url": "https://t.me/somaxfinance" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/somax/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x586330013C8f2352AB5f57215F9E56747eE8837E/logo.png b/blockchains/smartchain/assets/0x586330013C8f2352AB5f57215F9E56747eE8837E/logo.png deleted file mode 100644 index b74d81d41674c..0000000000000 Binary files a/blockchains/smartchain/assets/0x586330013C8f2352AB5f57215F9E56747eE8837E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x58730ae0FAA10d73b0cDdb5e7b87C3594f7a20CB/info.json b/blockchains/smartchain/assets/0x58730ae0FAA10d73b0cDdb5e7b87C3594f7a20CB/info.json deleted file mode 100644 index 64aee5fd08265..0000000000000 --- a/blockchains/smartchain/assets/0x58730ae0FAA10d73b0cDdb5e7b87C3594f7a20CB/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "ERC20", - "website": "https://erc20.tech", - "description": "ERC20 is an innovative NFT Collectible token and a new kind of DeFi. With a built-in smart-contract introduced the future needs and desires of holders ERC20 Token is open-ended by design, it is extremely well-suited to serving as a foundational layer for a very large number of both financial, non-financial and farming with Non-fungible token (NFT) world in the years to come.", - "explorer": "https://bscscan.com/token/0x58730ae0FAA10d73b0cDdb5e7b87C3594f7a20CB", - "symbol": "ERC20", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x58730ae0FAA10d73b0cDdb5e7b87C3594f7a20CB", - "links": [ - { - "name": "telegram", - "url": "https://t.me/erc20coin" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/erc20/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/erc20" - }, - { - "name": "whitepaper", - "url": "https://erc20.tech/erc20token-whitepaper" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x58730ae0FAA10d73b0cDdb5e7b87C3594f7a20CB/logo.png b/blockchains/smartchain/assets/0x58730ae0FAA10d73b0cDdb5e7b87C3594f7a20CB/logo.png deleted file mode 100644 index 2a43393092e99..0000000000000 Binary files a/blockchains/smartchain/assets/0x58730ae0FAA10d73b0cDdb5e7b87C3594f7a20CB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x587C16b84c64751760f6e3e7e32F896634704352/info.json b/blockchains/smartchain/assets/0x587C16b84c64751760f6e3e7e32F896634704352/info.json deleted file mode 100644 index 7bfabe055e231..0000000000000 --- a/blockchains/smartchain/assets/0x587C16b84c64751760f6e3e7e32F896634704352/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "WhaleFall", - "website": "http://whalefall-defi.com", - "description": "WhaleFall is a experimentation of a decentralized community movement to break free from the oppression of the financial class.", - "explorer": "https://bscscan.com/token/0x587C16b84c64751760f6e3e7e32F896634704352", - "type": "BEP20", - "symbol": "WHALE", - "decimals": 9, - "status": "active", - "id": "0x587C16b84c64751760f6e3e7e32F896634704352" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x587C16b84c64751760f6e3e7e32F896634704352/logo.png b/blockchains/smartchain/assets/0x587C16b84c64751760f6e3e7e32F896634704352/logo.png deleted file mode 100644 index 4794356cba50b..0000000000000 Binary files a/blockchains/smartchain/assets/0x587C16b84c64751760f6e3e7e32F896634704352/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x58BFc98F3974AeF4FED9A0168B97CcCD3512cB4A/info.json b/blockchains/smartchain/assets/0x58BFc98F3974AeF4FED9A0168B97CcCD3512cB4A/info.json deleted file mode 100644 index e158e8d133955..0000000000000 --- a/blockchains/smartchain/assets/0x58BFc98F3974AeF4FED9A0168B97CcCD3512cB4A/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Bubblegum", - "website": "https://www.bubblegum.life/", - "description": "Bubblegum is a sweet, auto-yield token + dapp for asset tracking.", - "explorer": "https://bscscan.com/token/0x58BFc98F3974AeF4FED9A0168B97CcCD3512cB4A", - "type": "BEP20", - "symbol": "BUBBLEGUM", - "decimals": 9, - "status": "active", - "id": "0x58BFc98F3974AeF4FED9A0168B97CcCD3512cB4A", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x58BFc98F3974AeF4FED9A0168B97CcCD3512cB4A/logo.png b/blockchains/smartchain/assets/0x58BFc98F3974AeF4FED9A0168B97CcCD3512cB4A/logo.png deleted file mode 100644 index 94913f2501f76..0000000000000 Binary files a/blockchains/smartchain/assets/0x58BFc98F3974AeF4FED9A0168B97CcCD3512cB4A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x58d6f302aaF33DD30A7666E16909DB3C5C74021b/info.json b/blockchains/smartchain/assets/0x58d6f302aaF33DD30A7666E16909DB3C5C74021b/info.json deleted file mode 100644 index 72c9352c547c4..0000000000000 --- a/blockchains/smartchain/assets/0x58d6f302aaF33DD30A7666E16909DB3C5C74021b/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Wraped BST", - "website": "https://token.bitsten.com/", - "description": "BST is a token utility used to change transaction fees and listing fees on bitsten exchange.", - "explorer": "https://bscscan.com/token/0x58d6f302aaF33DD30A7666E16909DB3C5C74021b", - "type": "BEP20", - "symbol": "WBST", - "decimals": 18, - "status": "active", - "id": "0x58d6f302aaF33DD30A7666E16909DB3C5C74021b" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x58d6f302aaF33DD30A7666E16909DB3C5C74021b/logo.png b/blockchains/smartchain/assets/0x58d6f302aaF33DD30A7666E16909DB3C5C74021b/logo.png deleted file mode 100644 index 11b0d464c1d3e..0000000000000 Binary files a/blockchains/smartchain/assets/0x58d6f302aaF33DD30A7666E16909DB3C5C74021b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x58f0C2fd4B7B0fBaC97c9cC71A5Eb810627734C8/info.json b/blockchains/smartchain/assets/0x58f0C2fd4B7B0fBaC97c9cC71A5Eb810627734C8/info.json deleted file mode 100644 index 62c36e8cb5dbb..0000000000000 --- a/blockchains/smartchain/assets/0x58f0C2fd4B7B0fBaC97c9cC71A5Eb810627734C8/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Wetux", - "type": "BEP20", - "symbol": "WETUX", - "decimals": 8, - "website": "https://wetux.com/", - "description": "Put your idle crypto-asset to work towards enhancing", - "explorer": "https://bscscan.com/token/0x58f0C2fd4B7B0fBaC97c9cC71A5Eb810627734C8", - "status": "active", - "id": "0x58f0C2fd4B7B0fBaC97c9cC71A5Eb810627734C8", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/wetux_liquidity" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/wetux/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/wetux" - }, - { - "name": "telegram", - "url": "https://t.me/Wetux_Community" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x58f0C2fd4B7B0fBaC97c9cC71A5Eb810627734C8/logo.png b/blockchains/smartchain/assets/0x58f0C2fd4B7B0fBaC97c9cC71A5Eb810627734C8/logo.png deleted file mode 100644 index f6c9bb657e22e..0000000000000 Binary files a/blockchains/smartchain/assets/0x58f0C2fd4B7B0fBaC97c9cC71A5Eb810627734C8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5905df3D03E29a22e22462D3257E6AC731E22C15/info.json b/blockchains/smartchain/assets/0x5905df3D03E29a22e22462D3257E6AC731E22C15/info.json deleted file mode 100644 index eb06e23767ef1..0000000000000 --- a/blockchains/smartchain/assets/0x5905df3D03E29a22e22462D3257E6AC731E22C15/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "GREED", - "type": "BEP20", - "symbol": "$GREED", - "decimals": 9, - "website": "https://greedtoken.com/", - "description": "The Greed Ecosystem combines the First Crypto Music Label, NFTs, the Metaverse, Swaps, Farms & Staking on multiple blockchains.", - "explorer": "https://bscscan.com/token/0x5905df3D03E29a22e22462D3257E6AC731E22C15", - "status": "active", - "id": "0x5905df3D03E29a22e22462D3257E6AC731E22C15", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/GreedEcosystem" - }, - { - "name": "telegram", - "url": "https://t.me/GREEDOFFICIAL" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/greed" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/greed-ecosystem/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5905df3D03E29a22e22462D3257E6AC731E22C15/logo.png b/blockchains/smartchain/assets/0x5905df3D03E29a22e22462D3257E6AC731E22C15/logo.png deleted file mode 100644 index cb29d16976b3c..0000000000000 Binary files a/blockchains/smartchain/assets/0x5905df3D03E29a22e22462D3257E6AC731E22C15/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5941f87EB62737eC5EBbECab3e373c40fe40566B/info.json b/blockchains/smartchain/assets/0x5941f87EB62737eC5EBbECab3e373c40fe40566B/info.json deleted file mode 100644 index 794f83c3b0e13..0000000000000 --- a/blockchains/smartchain/assets/0x5941f87EB62737eC5EBbECab3e373c40fe40566B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Moon Nation Token", - "website": "https://moonnation.org/", - "description": "Utility token to play and inGame economy of Moon Nation Game.", - "explorer": "https://bscscan.com/token/0x5941f87EB62737eC5EBbECab3e373c40fe40566B", - "type": "BEP20", - "symbol": "MNG", - "decimals": 9, - "status": "abandoned", - "id": "0x5941f87EB62737eC5EBbECab3e373c40fe40566B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x599beec263FA6eA35055011967597B259FC012A4/info.json b/blockchains/smartchain/assets/0x599beec263FA6eA35055011967597B259FC012A4/info.json deleted file mode 100644 index 7d9ec7b017bf1..0000000000000 --- a/blockchains/smartchain/assets/0x599beec263FA6eA35055011967597B259FC012A4/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "FoxGirl", - "type": "BEP20", - "symbol": "FOXGIRL", - "decimals": 18, - "website": "https://foxgirl.com/", - "description": "The FoxGirl contract is simple but powerful in helping FoxGirl grow with great portion of the 10% buy/sell tax received going straight to marketing and further advanced of the foxgirl.com platform.", - "explorer": "https://bscscan.com/token/0x599beec263FA6eA35055011967597B259FC012A4", - "status": "active", - "id": "0x599beec263FA6eA35055011967597B259FC012A4", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/foxgirltoken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/foxgirl/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/foxgirl" - }, - { - "name": "telegram", - "url": "https://t.me/foxgirltoken" - }, - { - "name": "github", - "url": "https://github.com/foxgirltoken/foxgirl" - }, - { - "name": "discord", - "url": "https://discord.com/aGT3hKr2uW" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/FoxGirl/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x599beec263FA6eA35055011967597B259FC012A4/logo.png b/blockchains/smartchain/assets/0x599beec263FA6eA35055011967597B259FC012A4/logo.png deleted file mode 100644 index e7a05acdb53d2..0000000000000 Binary files a/blockchains/smartchain/assets/0x599beec263FA6eA35055011967597B259FC012A4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x59F6B2435Cd1421f409907aD2D9F811849ca555f/info.json b/blockchains/smartchain/assets/0x59F6B2435Cd1421f409907aD2D9F811849ca555f/info.json deleted file mode 100644 index 8d31d71c6c33f..0000000000000 --- a/blockchains/smartchain/assets/0x59F6B2435Cd1421f409907aD2D9F811849ca555f/info.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "TankBattle Token", - "type": "BEP20", - "symbol": "TBL", - "decimals": 18, - "website": "https://tankbattle.co/", - "description": "Tank Battle is a game that shows creativity in assembling TANK to fight.", - "explorer": "https://bscscan.com/token/0x59F6B2435Cd1421f409907aD2D9F811849ca555f", - "status": "active", - "id": "0x59F6B2435Cd1421f409907aD2D9F811849ca555f", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/tankbattleco" - }, - { - "name": "github", - "url": "https://github.com/tankbattlex/" - }, - { - "name": "telegram", - "url": "https://t.me/tankbattlechannel" - }, - { - "name": "discord", - "url": "https://discord.com/invite/pTsHjEANZN" - }, - { - "name": "medium", - "url": "https://medium.com/@tankbattle.nft" - }, - { - "name": "whitepaper", - "url": "https://whitepaper.tankbattle.co/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/tank-battle/" - }, - { - "name": "facebook", - "url": "https://facebook.com/tankbattle.co" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCC_Rclf5zz9YsJO3V9as_bA" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x59F6B2435Cd1421f409907aD2D9F811849ca555f/logo.png b/blockchains/smartchain/assets/0x59F6B2435Cd1421f409907aD2D9F811849ca555f/logo.png deleted file mode 100644 index ae039873066cc..0000000000000 Binary files a/blockchains/smartchain/assets/0x59F6B2435Cd1421f409907aD2D9F811849ca555f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5A054554b3F0C75063D29250984A921402E1E3a7/info.json b/blockchains/smartchain/assets/0x5A054554b3F0C75063D29250984A921402E1E3a7/info.json deleted file mode 100644 index 78f120daa3f01..0000000000000 --- a/blockchains/smartchain/assets/0x5A054554b3F0C75063D29250984A921402E1E3a7/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "SHIELD FINANCE", - "symbol": "SDF", - "type": "BEP20", - "decimals": 18, - "description": "Shield Finance is a community project with the aim of providing financial solutions and stability for its community. Our Focus is to generate lasting solution to financial instability in THIS SPACE and to be the best ever solution provider financially.", - "website": "http://www.shieldtoken.finance", - "explorer": "https://bscscan.com/token/0x5A054554b3F0C75063D29250984A921402E1E3a7", - "status": "active", - "id": "0x5A054554b3F0C75063D29250984A921402E1E3a7", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ShieldFinance1" - }, - { - "name": "telegram", - "url": "https://t.me/shield_finance" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Shield_Finance?utm_medium=android_app&utm_source=share" - }, - { - "name": "medium", - "url": "https://medium.com/@ShieldFinance1" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5A054554b3F0C75063D29250984A921402E1E3a7/logo.png b/blockchains/smartchain/assets/0x5A054554b3F0C75063D29250984A921402E1E3a7/logo.png deleted file mode 100644 index 6f21b146955f1..0000000000000 Binary files a/blockchains/smartchain/assets/0x5A054554b3F0C75063D29250984A921402E1E3a7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5A3010d4d8D3B5fB49f8B6E57FB9E48063f16700/info.json b/blockchains/smartchain/assets/0x5A3010d4d8D3B5fB49f8B6E57FB9E48063f16700/info.json deleted file mode 100644 index 913b499e5f492..0000000000000 --- a/blockchains/smartchain/assets/0x5A3010d4d8D3B5fB49f8B6E57FB9E48063f16700/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BSCPAD", - "type": "BEP20", - "symbol": "BSCPAD", - "decimals": 18, - "website": "https://www.bscpad.com/", - "description": "BSCPAD is the first decentralized IDO platform on the Binance Smart Chain Network.", - "explorer": "https://bscscan.com/token/0x5A3010d4d8D3B5fB49f8B6E57FB9E48063f16700", - "status": "active", - "id": "0x5A3010d4d8D3B5fB49f8B6E57FB9E48063f16700" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5A3010d4d8D3B5fB49f8B6E57FB9E48063f16700/logo.png b/blockchains/smartchain/assets/0x5A3010d4d8D3B5fB49f8B6E57FB9E48063f16700/logo.png deleted file mode 100644 index 41ab67e947127..0000000000000 Binary files a/blockchains/smartchain/assets/0x5A3010d4d8D3B5fB49f8B6E57FB9E48063f16700/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5A341DCF49e161CC73591f02e5f8CDE8A29733fb/info.json b/blockchains/smartchain/assets/0x5A341DCF49e161CC73591f02e5f8CDE8A29733fb/info.json deleted file mode 100644 index 332689b66676f..0000000000000 --- a/blockchains/smartchain/assets/0x5A341DCF49e161CC73591f02e5f8CDE8A29733fb/info.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "Reflecto", - "website": "https://reflecto.finance", - "description": "Multi-reward token with utilities that generate profits for holders.", - "explorer": "https://bscscan.com/token/0x5A341DCF49e161CC73591f02e5f8CDE8A29733fb", - "type": "BEP20", - "symbol": "RTO", - "tags": [ - "defi", - "gamefi", - "staking", - "nft", - "deflationary" - ], - "links": [ - { - "name": "whitepaper", - "url": "https://reflecto.finance/assets/docs/reflecto-v2-whitepaper.pdf" - }, - { - "name": "twitter", - "url": "https://twitter.com/reflectocoin" - }, - { - "name": "telegram", - "url": "https://t.me/reflectocoin" - }, - { - "name": "discord", - "url": "https://discord.com/invite/jsqp2chuPY" - }, - { - "name": "facebook", - "url": "https://facebook.com/reflectocoin" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Reflecto/" - }, - { - "name": "youtube", - "url": "https://youtube.com/reflectocoin" - }, - { - "name": "blog", - "url": "https://reflecto.finance/blog" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/reflecto/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/reflecto" - } - ], - "decimals": 9, - "status": "active", - "id": "0x5A341DCF49e161CC73591f02e5f8CDE8A29733fb" -} diff --git a/blockchains/smartchain/assets/0x5A341DCF49e161CC73591f02e5f8CDE8A29733fb/logo.png b/blockchains/smartchain/assets/0x5A341DCF49e161CC73591f02e5f8CDE8A29733fb/logo.png deleted file mode 100644 index 90e74b4a4814d..0000000000000 Binary files a/blockchains/smartchain/assets/0x5A341DCF49e161CC73591f02e5f8CDE8A29733fb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5A37F6a7fFa184E2287aD226989441D685e4Bf7A/info.json b/blockchains/smartchain/assets/0x5A37F6a7fFa184E2287aD226989441D685e4Bf7A/info.json deleted file mode 100644 index dba1d6e77929e..0000000000000 --- a/blockchains/smartchain/assets/0x5A37F6a7fFa184E2287aD226989441D685e4Bf7A/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PADtether", - "website": "https://padtether.com", - "description": "Digital money for a digital age. Whatever you can do with digital currencies, every PADtether token is also 1-to-1 pegged to the dollar", - "explorer": "https://bscscan.com/token/0x5A37F6a7fFa184E2287aD226989441D685e4Bf7A", - "type": "BEP20", - "symbol": "PAD", - "decimals": 6, - "status": "active", - "id": "0x5A37F6a7fFa184E2287aD226989441D685e4Bf7A" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5A37F6a7fFa184E2287aD226989441D685e4Bf7A/logo.png b/blockchains/smartchain/assets/0x5A37F6a7fFa184E2287aD226989441D685e4Bf7A/logo.png deleted file mode 100644 index 1685e2f7d327b..0000000000000 Binary files a/blockchains/smartchain/assets/0x5A37F6a7fFa184E2287aD226989441D685e4Bf7A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5A3B6f18Dc79D50ab208af2fCd61D10BF7e4896F/info.json b/blockchains/smartchain/assets/0x5A3B6f18Dc79D50ab208af2fCd61D10BF7e4896F/info.json deleted file mode 100644 index b0583065a0f40..0000000000000 --- a/blockchains/smartchain/assets/0x5A3B6f18Dc79D50ab208af2fCd61D10BF7e4896F/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "AETHERIUS TOKEN", - "type": "BEP20", - "symbol": "AETH", - "decimals": 9, - "website": "https://aeth.finance/", - "description": "Aetherius is a new crypto-mining project looking to give investors all the experience, infrastructure, energy and a steady flow of passive income necessary to start each investor as a miner.", - "explorer": "https://bscscan.com/token/0x5A3B6f18Dc79D50ab208af2fCd61D10BF7e4896F", - "status": "active", - "id": "0x5A3B6f18Dc79D50ab208af2fCd61D10BF7e4896F", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Token_AETH" - }, - { - "name": "telegram", - "url": "https://t.me/aetheriustoken_eng" - } - ], - "tags": [ - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5A3B6f18Dc79D50ab208af2fCd61D10BF7e4896F/logo.png b/blockchains/smartchain/assets/0x5A3B6f18Dc79D50ab208af2fCd61D10BF7e4896F/logo.png deleted file mode 100644 index 628fb3ea355a9..0000000000000 Binary files a/blockchains/smartchain/assets/0x5A3B6f18Dc79D50ab208af2fCd61D10BF7e4896F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5A41F637C3f7553dBa6dDC2D3cA92641096577ea/info.json b/blockchains/smartchain/assets/0x5A41F637C3f7553dBa6dDC2D3cA92641096577ea/info.json deleted file mode 100644 index ac7efd1703de6..0000000000000 --- a/blockchains/smartchain/assets/0x5A41F637C3f7553dBa6dDC2D3cA92641096577ea/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "JulSwap", - "website": "https://julswap.com", - "description": "JulSwap DEX Commnuity Token", - "explorer": "https://bscscan.com/token/0x5a41f637c3f7553dba6ddc2d3ca92641096577ea", - "type": "BEP20", - "symbol": "JulD", - "decimals": 18, - "status": "active", - "id": "0x5A41F637C3f7553dBa6dDC2D3cA92641096577ea" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5A41F637C3f7553dBa6dDC2D3cA92641096577ea/logo.png b/blockchains/smartchain/assets/0x5A41F637C3f7553dBa6dDC2D3cA92641096577ea/logo.png deleted file mode 100644 index 3f3fb6fb72209..0000000000000 Binary files a/blockchains/smartchain/assets/0x5A41F637C3f7553dBa6dDC2D3cA92641096577ea/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5A4f765476Fd1BF010783B47a25CbF10974e6A37/info.json b/blockchains/smartchain/assets/0x5A4f765476Fd1BF010783B47a25CbF10974e6A37/info.json deleted file mode 100644 index 54f92679c8394..0000000000000 --- a/blockchains/smartchain/assets/0x5A4f765476Fd1BF010783B47a25CbF10974e6A37/info.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "name": "SavePlanetEarth", - "website": "https://www.saveplanetearth.io", - "description": "Save Planet Earth has various carbon sequestration initiatives worldwide, including approval of the planting of over a billion trees, initiatives in solar, hydro, wind, beach & ocean clean-up, recycling, waste management, and improving rural technologies. For all these initiatives, Save Planet Earth receives certified carbon credits which can then be sold to individuals and companies who wish to offset their carbon footprint. SPEPad, launchpad for SPE holders in progress.", - "explorer": "https://bscscan.com/token/0x5A4f765476Fd1BF010783B47a25CbF10974e6A37", - "type": "BEP20", - "symbol": "SPE", - "decimals": 9, - "status": "active", - "id": "0x5A4f765476Fd1BF010783B47a25CbF10974e6A37", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SPE_Token_BSC" - }, - { - "name": "github", - "url": "https://github.com/SavePlanetEarthToken" - }, - { - "name": "telegram", - "url": "https://t.me/SavePlanetEarthOfficial" - }, - { - "name": "telegram_news", - "url": "https://t.me/SavePlanetEarthAnnouncements" - }, - { - "name": "blog", - "url": "https://blog.saveplanetearth.io/" - }, - { - "name": "docs", - "url": "https://saveplanetearth.io/SPE_WhitePaper.pdf" - }, - { - "name": "forum", - "url": "https://reddit.com/r/SPEOfficial" - }, - { - "name": "discord", - "url": "https://discord.com/invite/DRJCrvvuQy" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/SPEOfficial" - }, - { - "name": "whitepaper", - "url": "https://saveplanetearth.io/SPE_WhitePaper.pdf" - }, - { - "name": "medium", - "url": "https://saveplanetearthofficial.medium.com" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/SavePlanetEarth" - }, - { - "name": "facebook", - "url": "https://facebook.com/saveplanetearthofficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/SavePlanetEarth" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/saveplanetearth" - }, - { - "name": "source_code", - "url": "https://github.com/SavePlanetEarthToken/SavePlanetEarthContract" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5A4f765476Fd1BF010783B47a25CbF10974e6A37/logo.png b/blockchains/smartchain/assets/0x5A4f765476Fd1BF010783B47a25CbF10974e6A37/logo.png deleted file mode 100644 index 51812c3f72a97..0000000000000 Binary files a/blockchains/smartchain/assets/0x5A4f765476Fd1BF010783B47a25CbF10974e6A37/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5A5844CAb96A7b8B257Fc606Aa6119c5cBc6D4c4/info.json b/blockchains/smartchain/assets/0x5A5844CAb96A7b8B257Fc606Aa6119c5cBc6D4c4/info.json deleted file mode 100644 index 977e838f9d0e7..0000000000000 --- a/blockchains/smartchain/assets/0x5A5844CAb96A7b8B257Fc606Aa6119c5cBc6D4c4/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "BitBurn", - "type": "BEP20", - "symbol": "Burn", - "decimals": 9, - "website": "https://bitburn.io/", - "description": "Feel like you were late to the party with Bitcoin? Then, don't miss out on BitBurn! BitBurn resides on the BSC network and rewards 5% Bitcoin while offering a TRUE burn!", - "explorer": "https://bscscan.com/token/0x5a5844cab96a7b8b257fc606aa6119c5cbc6d4c4", - "status": "active", - "id": "0x5A5844CAb96A7b8B257Fc606Aa6119c5cBc6D4c4", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BitBurnOfficial" - }, - { - "name": "github", - "url": "https://github.com/bitburnio/" - } - ], - "tags": [ - "defi", - "deflationary" - ] -} diff --git a/blockchains/smartchain/assets/0x5A5844CAb96A7b8B257Fc606Aa6119c5cBc6D4c4/logo.png b/blockchains/smartchain/assets/0x5A5844CAb96A7b8B257Fc606Aa6119c5cBc6D4c4/logo.png deleted file mode 100644 index 1793f45568174..0000000000000 Binary files a/blockchains/smartchain/assets/0x5A5844CAb96A7b8B257Fc606Aa6119c5cBc6D4c4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5A726a26eDB0Df8Fd55f03cc30aF8A7cEa81e78D/info.json b/blockchains/smartchain/assets/0x5A726a26eDB0Df8Fd55f03cc30aF8A7cEa81e78D/info.json deleted file mode 100644 index aaa898b73e7ec..0000000000000 --- a/blockchains/smartchain/assets/0x5A726a26eDB0Df8Fd55f03cc30aF8A7cEa81e78D/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Crosswallet", - "type": "BEP20", - "symbol": "CWT", - "decimals": 18, - "website": "https://crosswallet.app/", - "description": "With single click cross-chain swaps, CrossWallet is theultimate crypto wallet and DEX aggregator.", - "explorer": "https://bscscan.com/token/0x5A726a26eDB0Df8Fd55f03cc30aF8A7cEa81e78D", - "status": "active", - "id": "0x5A726a26eDB0Df8Fd55f03cc30aF8A7cEa81e78D", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Cross_Wallet" - }, - { - "name": "telegram", - "url": "https://t.me/crosswallet" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5A726a26eDB0Df8Fd55f03cc30aF8A7cEa81e78D/logo.png b/blockchains/smartchain/assets/0x5A726a26eDB0Df8Fd55f03cc30aF8A7cEa81e78D/logo.png deleted file mode 100644 index 5eca03d084dba..0000000000000 Binary files a/blockchains/smartchain/assets/0x5A726a26eDB0Df8Fd55f03cc30aF8A7cEa81e78D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5A810FC02ae3C79299179E2C8dBb6F104A9eCc71/info.json b/blockchains/smartchain/assets/0x5A810FC02ae3C79299179E2C8dBb6F104A9eCc71/info.json deleted file mode 100644 index cd079fd70ef11..0000000000000 --- a/blockchains/smartchain/assets/0x5A810FC02ae3C79299179E2C8dBb6F104A9eCc71/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DARK SHIBA INU", - "website": "https://darkshiba.org", - "description": "DARK SHIBA INU is Memes Token", - "explorer": "https://bscscan.com/token/0x5A810FC02ae3C79299179E2C8dBb6F104A9eCc71", - "symbol": "DSHIB", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x5A810FC02ae3C79299179E2C8dBb6F104A9eCc71" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5A810FC02ae3C79299179E2C8dBb6F104A9eCc71/logo.png b/blockchains/smartchain/assets/0x5A810FC02ae3C79299179E2C8dBb6F104A9eCc71/logo.png deleted file mode 100644 index 02c164f333309..0000000000000 Binary files a/blockchains/smartchain/assets/0x5A810FC02ae3C79299179E2C8dBb6F104A9eCc71/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5Ac52EE5b2a633895292Ff6d8A89bB9190451587/info.json b/blockchains/smartchain/assets/0x5Ac52EE5b2a633895292Ff6d8A89bB9190451587/info.json deleted file mode 100644 index a64161d8ff255..0000000000000 --- a/blockchains/smartchain/assets/0x5Ac52EE5b2a633895292Ff6d8A89bB9190451587/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "BSCX", - "website": "https://bscex.org", - "description": "The BSCex aims to offer aggregating engine that will divide the order into many parts and execute each part in different AMMs to lower the risk of price slippage", - "explorer": "https://bscscan.com/token/0x5ac52ee5b2a633895292ff6d8a89bb9190451587", - "type": "BEP20", - "symbol": "BSCX", - "decimals": 18, - "status": "active", - "id": "0x5Ac52EE5b2a633895292Ff6d8A89bB9190451587", - "links": [ - { - "name": "github", - "url": "https://github.com/bscex" - }, - { - "name": "whitepaper", - "url": "https://bscex.org/docs/introduction" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5Ac52EE5b2a633895292Ff6d8A89bB9190451587/logo.png b/blockchains/smartchain/assets/0x5Ac52EE5b2a633895292Ff6d8A89bB9190451587/logo.png deleted file mode 100644 index a0ca56397da38..0000000000000 Binary files a/blockchains/smartchain/assets/0x5Ac52EE5b2a633895292Ff6d8A89bB9190451587/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5Ac69C40bc7363EA7D98574C78F4f54DbecbD54B/info.json b/blockchains/smartchain/assets/0x5Ac69C40bc7363EA7D98574C78F4f54DbecbD54B/info.json deleted file mode 100644 index 9e3392f09474b..0000000000000 --- a/blockchains/smartchain/assets/0x5Ac69C40bc7363EA7D98574C78F4f54DbecbD54B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MoonRabbit", - "type": "BEP20", - "symbol": "MOONRABBIT", - "decimals": 9, - "website": "https://moonrabbit.money", - "description": "MoonRabbit implements passive staking mechanisms so all a user has to do is hold MoonRabbit to start earning passive dividends. Along with passive staking, MoonRabbit has a built in liquidity function that creates and adds liquidity slowly increasing the price floor.", - "explorer": "https://bscscan.com/token/0x5Ac69C40bc7363EA7D98574C78F4f54DbecbD54B", - "status": "active", - "id": "0x5Ac69C40bc7363EA7D98574C78F4f54DbecbD54B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5Ac69C40bc7363EA7D98574C78F4f54DbecbD54B/logo.png b/blockchains/smartchain/assets/0x5Ac69C40bc7363EA7D98574C78F4f54DbecbD54B/logo.png deleted file mode 100644 index c86809411fc5c..0000000000000 Binary files a/blockchains/smartchain/assets/0x5Ac69C40bc7363EA7D98574C78F4f54DbecbD54B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5AdDc86A95A85Ec1D7764f0B6dEA6c566161D69c/info.json b/blockchains/smartchain/assets/0x5AdDc86A95A85Ec1D7764f0B6dEA6c566161D69c/info.json deleted file mode 100644 index c7f506203251d..0000000000000 --- a/blockchains/smartchain/assets/0x5AdDc86A95A85Ec1D7764f0B6dEA6c566161D69c/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "GingerCat", - "website": "https://gingercat.io", - "description": "Decentralized Cat To All Human Being", - "explorer": "https://bscscan.com/token/0x5addc86a95a85ec1d7764f0b6dea6c566161d69c", - "symbol": "GCAT", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x5AdDc86A95A85Ec1D7764f0B6dEA6c566161D69c" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5AdDc86A95A85Ec1D7764f0B6dEA6c566161D69c/logo.png b/blockchains/smartchain/assets/0x5AdDc86A95A85Ec1D7764f0B6dEA6c566161D69c/logo.png deleted file mode 100644 index eddc377d72156..0000000000000 Binary files a/blockchains/smartchain/assets/0x5AdDc86A95A85Ec1D7764f0B6dEA6c566161D69c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5B0Dfe077B16479715C9838eb644892008abbFe6/info.json b/blockchains/smartchain/assets/0x5B0Dfe077B16479715C9838eb644892008abbFe6/info.json deleted file mode 100644 index 1a76074d8d43d..0000000000000 --- a/blockchains/smartchain/assets/0x5B0Dfe077B16479715C9838eb644892008abbFe6/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Baby Bitcoin", - "website": "https://babybitcoin.finance", - "description": "Baby Bitcoin is a BEP-20 Token with a focus on charity and meme culture.", - "explorer": "https://bscscan.com/token/0x5B0Dfe077B16479715C9838eb644892008abbFe6", - "type": "BEP20", - "symbol": "BBTC", - "decimals": 9, - "status": "active", - "id": "0x5B0Dfe077B16479715C9838eb644892008abbFe6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5B0Dfe077B16479715C9838eb644892008abbFe6/logo.png b/blockchains/smartchain/assets/0x5B0Dfe077B16479715C9838eb644892008abbFe6/logo.png deleted file mode 100644 index 07563cd7bba82..0000000000000 Binary files a/blockchains/smartchain/assets/0x5B0Dfe077B16479715C9838eb644892008abbFe6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5B2b5BD1e5C53870fE135Fb7b289D686f762858d/info.json b/blockchains/smartchain/assets/0x5B2b5BD1e5C53870fE135Fb7b289D686f762858d/info.json deleted file mode 100644 index fddbfe89bd25d..0000000000000 --- a/blockchains/smartchain/assets/0x5B2b5BD1e5C53870fE135Fb7b289D686f762858d/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PIXL", - "website": "https://pixl.one/", - "description": "Leading the world in blockchain advertisement.", - "explorer": "https://bscscan.com/token/0x5b2b5bd1e5c53870fe135fb7b289d686f762858d", - "type": "BEP20", - "symbol": "PXL", - "decimals": 9, - "status": "abandoned", - "id": "0x5B2b5BD1e5C53870fE135Fb7b289D686f762858d" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5B5a3A45002736413613B8A4C46cC0d9D1D6F4Ae/info.json b/blockchains/smartchain/assets/0x5B5a3A45002736413613B8A4C46cC0d9D1D6F4Ae/info.json deleted file mode 100644 index c3120386114df..0000000000000 --- a/blockchains/smartchain/assets/0x5B5a3A45002736413613B8A4C46cC0d9D1D6F4Ae/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Baby Moon Wolf", - "website": "https://www.babywolftoken.com/", - "description": "Baby Wolf is a community based and community focused token on the Binance Smartchain.", - "explorer": "https://bscscan.com/token/0x5B5a3A45002736413613B8A4C46cC0d9D1D6F4Ae", - "type": "BEP20", - "symbol": "BabyWolf", - "decimals": 9, - "status": "active", - "id": "0x5B5a3A45002736413613B8A4C46cC0d9D1D6F4Ae" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5B5a3A45002736413613B8A4C46cC0d9D1D6F4Ae/logo.png b/blockchains/smartchain/assets/0x5B5a3A45002736413613B8A4C46cC0d9D1D6F4Ae/logo.png deleted file mode 100644 index e82657907a989..0000000000000 Binary files a/blockchains/smartchain/assets/0x5B5a3A45002736413613B8A4C46cC0d9D1D6F4Ae/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5B69eAbF1c748F590F60906D964158DBA0F53285/info.json b/blockchains/smartchain/assets/0x5B69eAbF1c748F590F60906D964158DBA0F53285/info.json deleted file mode 100644 index 780867b51eb3d..0000000000000 --- a/blockchains/smartchain/assets/0x5B69eAbF1c748F590F60906D964158DBA0F53285/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Brigadeiro", - "website": "https://brigadeiro.finance", - "description": "Welcome to Brigadeiro.Finance. A Charitable Yield-Generating Crypto. Help us save children and give them wonderful experiences with Brigadeiro.Finance. 5% of Total Supply + Rewards is set-up for Charity. 5% Dev Wallet for Marketing and Growth of the Token. 10% tax on transactions. 6% reflected back to holders. 4% sent directly to burn address. Burn address does not receive reflections. 1% max of supply in one transaction.", - "explorer": "https://bscscan.com/token/0x5B69eAbF1c748F590F60906D964158DBA0F53285", - "type": "BEP20", - "symbol": "BRIGADEIRO", - "decimals": 9, - "status": "active", - "id": "0x5B69eAbF1c748F590F60906D964158DBA0F53285" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5B69eAbF1c748F590F60906D964158DBA0F53285/logo.png b/blockchains/smartchain/assets/0x5B69eAbF1c748F590F60906D964158DBA0F53285/logo.png deleted file mode 100644 index 99ee3f5d230f2..0000000000000 Binary files a/blockchains/smartchain/assets/0x5B69eAbF1c748F590F60906D964158DBA0F53285/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5B6bf0c7f989dE824677cFBD507D9635965e9cD3/info.json b/blockchains/smartchain/assets/0x5B6bf0c7f989dE824677cFBD507D9635965e9cD3/info.json deleted file mode 100644 index 8fa48c81d3621..0000000000000 --- a/blockchains/smartchain/assets/0x5B6bf0c7f989dE824677cFBD507D9635965e9cD3/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Gamium", - "type": "BEP20", - "symbol": "GMM", - "decimals": 18, - "website": "https://gamium.world", - "description": "GMM is the governance and medium of exchange token of Gamium", - "explorer": "https://bscscan.com/token/0x5B6bf0c7f989dE824677cFBD507D9635965e9cD3", - "status": "active", - "id": "0x5B6bf0c7f989dE824677cFBD507D9635965e9cD3", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/gamiumcorp" - }, - { - "name": "telegram", - "url": "https://t.me/gamiumcorp" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/gamium/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/gamium" - }, - { - "name": "medium", - "url": "https://medium.com/@gamium" - }, - { - "name": "whitepaper", - "url": "https://whitepaper.gamium.world" - } - ], - "tags": [ - "governance" - ] -} diff --git a/blockchains/smartchain/assets/0x5B6bf0c7f989dE824677cFBD507D9635965e9cD3/logo.png b/blockchains/smartchain/assets/0x5B6bf0c7f989dE824677cFBD507D9635965e9cD3/logo.png deleted file mode 100644 index 26a58875e82fa..0000000000000 Binary files a/blockchains/smartchain/assets/0x5B6bf0c7f989dE824677cFBD507D9635965e9cD3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5B7f0c82D342BE42c94d789cfc3aAE29863D123e/info.json b/blockchains/smartchain/assets/0x5B7f0c82D342BE42c94d789cfc3aAE29863D123e/info.json deleted file mode 100644 index d689b35e0d305..0000000000000 --- a/blockchains/smartchain/assets/0x5B7f0c82D342BE42c94d789cfc3aAE29863D123e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Beeuda", - "website": "https://beeuda.com", - "description": "Beeuda is a unique cryptocurrency project, focussing on Building Eco-friendly and Road safe Trucks. This is inspired by the EU's target to cut truck CO2 and boost zero-emission truck sales.", - "explorer": "https://bscscan.com/token/0x5B7f0c82D342BE42c94d789cfc3aAE29863D123e", - "type": "BEP20", - "symbol": "BDA", - "decimals": 8, - "status": "active", - "id": "0x5B7f0c82D342BE42c94d789cfc3aAE29863D123e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5B7f0c82D342BE42c94d789cfc3aAE29863D123e/logo.png b/blockchains/smartchain/assets/0x5B7f0c82D342BE42c94d789cfc3aAE29863D123e/logo.png deleted file mode 100644 index cac64e09c138a..0000000000000 Binary files a/blockchains/smartchain/assets/0x5B7f0c82D342BE42c94d789cfc3aAE29863D123e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5B9dbeBbad94b8C6467Af9e8A851Bb120F9601c6/info.json b/blockchains/smartchain/assets/0x5B9dbeBbad94b8C6467Af9e8A851Bb120F9601c6/info.json deleted file mode 100644 index 740c708ca894c..0000000000000 --- a/blockchains/smartchain/assets/0x5B9dbeBbad94b8C6467Af9e8A851Bb120F9601c6/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SLOTHI", - "type": "BEP20", - "symbol": "SLTH", - "decimals": 9, - "website": "https://slothi.net/", - "description": "Slothi is a Deflationary token 13% slipp (5% holder 4% Burn 4%LP Fee)we are a community token, which was created by a strong community. We are pulling the project with voting in the community! here it is not the team that decides, but the investors.", - "explorer": "https://bscscan.com/token/0x5B9dbeBbad94b8C6467Af9e8A851Bb120F9601c6", - "status": "active", - "id": "0x5B9dbeBbad94b8C6467Af9e8A851Bb120F9601c6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5B9dbeBbad94b8C6467Af9e8A851Bb120F9601c6/logo.png b/blockchains/smartchain/assets/0x5B9dbeBbad94b8C6467Af9e8A851Bb120F9601c6/logo.png deleted file mode 100644 index 40ed57f42fbb5..0000000000000 Binary files a/blockchains/smartchain/assets/0x5B9dbeBbad94b8C6467Af9e8A851Bb120F9601c6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5C197A2D2c9081D30715C80bD1b57c996A14cda0/info.json b/blockchains/smartchain/assets/0x5C197A2D2c9081D30715C80bD1b57c996A14cda0/info.json deleted file mode 100644 index 9875534df97e7..0000000000000 --- a/blockchains/smartchain/assets/0x5C197A2D2c9081D30715C80bD1b57c996A14cda0/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Presale.World", - "type": "BEP20", - "symbol": "PRESALE", - "decimals": 18, - "website": "https://presale.world", - "description": "Presale.World aims to make searching for presales easy by allowing users to search, sort and filter presales from some of the biggest launchpads in crypto. At present, this includes PinkSale, DxSale, Unicrypt, GemPad, CookieSale, Novation, and of course PresaleWorld. Not only is it for investors, project owners can generate a token, lock tokens or use our launchpad with unique features such as the pool protection pot where investors are able to claim back a percentage of their initial investment in the event of a scam.", - "explorer": "https://bscscan.com/token/0x5C197A2D2c9081D30715C80bD1b57c996A14cda0", - "status": "active", - "id": "0x5C197A2D2c9081D30715C80bD1b57c996A14cda0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/PresaleWorld" - }, - { - "name": "telegram", - "url": "https://t.me/PresaleWorldCommunity" - }, - { - "name": "whitepaper", - "url": "https://docs.presale.world" - }, - { - "name": "youtube", - "url": "https://youtube.com/@presaleworld" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/presale-world/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/presale-world" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x5C197A2D2c9081D30715C80bD1b57c996A14cda0/logo.png b/blockchains/smartchain/assets/0x5C197A2D2c9081D30715C80bD1b57c996A14cda0/logo.png deleted file mode 100644 index 2adbf4bf7c570..0000000000000 Binary files a/blockchains/smartchain/assets/0x5C197A2D2c9081D30715C80bD1b57c996A14cda0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5C501ceB257700FcCd33c53FeEc9f96EDa583Dd7/info.json b/blockchains/smartchain/assets/0x5C501ceB257700FcCd33c53FeEc9f96EDa583Dd7/info.json deleted file mode 100644 index 776ecc41a5253..0000000000000 --- a/blockchains/smartchain/assets/0x5C501ceB257700FcCd33c53FeEc9f96EDa583Dd7/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Travel Care", - "website": "https://www.travelcare.io/", - "description": "Travel Care is the protocol that unites the world of traveling and cryptocurrencies", - "explorer": "https://bscscan.com/token/0x5C501ceB257700FcCd33c53FeEc9f96EDa583Dd7", - "type": "BEP20", - "symbol": "TRAVEL", - "decimals": 9, - "status": "active", - "id": "0x5C501ceB257700FcCd33c53FeEc9f96EDa583Dd7" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5C501ceB257700FcCd33c53FeEc9f96EDa583Dd7/logo.png b/blockchains/smartchain/assets/0x5C501ceB257700FcCd33c53FeEc9f96EDa583Dd7/logo.png deleted file mode 100644 index d881206a2f70b..0000000000000 Binary files a/blockchains/smartchain/assets/0x5C501ceB257700FcCd33c53FeEc9f96EDa583Dd7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5C7e71f46e49Cf816f9863461EEB36e3bc8E3B51/info.json b/blockchains/smartchain/assets/0x5C7e71f46e49Cf816f9863461EEB36e3bc8E3B51/info.json deleted file mode 100644 index 37d9a5a32b118..0000000000000 --- a/blockchains/smartchain/assets/0x5C7e71f46e49Cf816f9863461EEB36e3bc8E3B51/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "EQUAL", - "symbol": "EQL", - "type": "BEP20", - "decimals": 18, - "description": "A multi-chain web3 wallet that aims to reduce the complexities involved with interacting with the blockchain.", - "website": "https://equal.tech", - "explorer": "https://bscscan.com/token/0x5c7e71f46e49cf816f9863461eeb36e3bc8e3b51", - "status": "active", - "id": "0x5C7e71f46e49Cf816f9863461EEB36e3bc8E3B51", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Equal_Network" - }, - { - "name": "telegram", - "url": "https://t.me/EQUAL_OFFICIAL" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5C7e71f46e49Cf816f9863461EEB36e3bc8E3B51/logo.png b/blockchains/smartchain/assets/0x5C7e71f46e49Cf816f9863461EEB36e3bc8E3B51/logo.png deleted file mode 100644 index 42deab083efc9..0000000000000 Binary files a/blockchains/smartchain/assets/0x5C7e71f46e49Cf816f9863461EEB36e3bc8E3B51/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5C8111C3BCB0Cc02AcF50bC8676d4aa1bC017607/info.json b/blockchains/smartchain/assets/0x5C8111C3BCB0Cc02AcF50bC8676d4aa1bC017607/info.json deleted file mode 100644 index 89846010ed5b3..0000000000000 --- a/blockchains/smartchain/assets/0x5C8111C3BCB0Cc02AcF50bC8676d4aa1bC017607/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BUNNY DeFi", - "type": "BEP20", - "symbol": "BUN", - "decimals": 18, - "explorer": "https://bscscan.com/token/0x5C8111C3BCB0Cc02AcF50bC8676d4aa1bC017607", - "website": "https://bunny.financial/", - "description": "BUNNY DeFi is a deflationary token that allows for passive income generation for investors. Here’s how it works.BUNNY’s decentralized exchange product suite consists of SmartTrade trading and aggregation, Swap , Staking and Liquidity Mining (which include liquidity mining, trading mining, and combiner harvest mining). It is integrated with various wallet applications through which users can interact with the platform.", - "status": "active", - "id": "0x5C8111C3BCB0Cc02AcF50bC8676d4aa1bC017607" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5C8111C3BCB0Cc02AcF50bC8676d4aa1bC017607/logo.png b/blockchains/smartchain/assets/0x5C8111C3BCB0Cc02AcF50bC8676d4aa1bC017607/logo.png deleted file mode 100644 index 37a6427663f19..0000000000000 Binary files a/blockchains/smartchain/assets/0x5C8111C3BCB0Cc02AcF50bC8676d4aa1bC017607/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5CA42204cDaa70d5c773946e69dE942b85CA6706/info.json b/blockchains/smartchain/assets/0x5CA42204cDaa70d5c773946e69dE942b85CA6706/info.json deleted file mode 100644 index 9c59ca1980e52..0000000000000 --- a/blockchains/smartchain/assets/0x5CA42204cDaa70d5c773946e69dE942b85CA6706/info.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "Position", - "type": "BEP20", - "symbol": "POSI", - "decimals": 18, - "website": "https://position.exchange", - "description": "Position Exchange is a decentralized trading platform, powered by a virtual Automated Market Maker (vAMM) and operating on Binance Smart Chain (BSC), aiming to provide on-chain Derivatives trading on Crypto assets with high leverage, low slippage and low fees.", - "explorer": "https://bscscan.com/token/0x5CA42204cDaa70d5c773946e69dE942b85CA6706", - "status": "active", - "id": "0x5CA42204cDaa70d5c773946e69dE942b85CA6706", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/PositionEx" - }, - { - "name": "github", - "url": "https://github.com/PositionExchange" - }, - { - "name": "telegram", - "url": "https://t.me/PositionExchange" - }, - { - "name": "telegram_news", - "url": "https://t.me/PositionAnn" - }, - { - "name": "blog", - "url": "https://positionex.medium.com/" - }, - { - "name": "docs", - "url": "https://docs.position.exchange/" - }, - { - "name": "forum", - "url": "https://www.reddit.com/r/PositionExchange/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/PositionExchange/" - }, - { - "name": "whitepaper", - "url": "https://position.exchange/whitepaper.pdf" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/position-token" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5CA42204cDaa70d5c773946e69dE942b85CA6706/logo.png b/blockchains/smartchain/assets/0x5CA42204cDaa70d5c773946e69dE942b85CA6706/logo.png deleted file mode 100644 index ad38dfe743091..0000000000000 Binary files a/blockchains/smartchain/assets/0x5CA42204cDaa70d5c773946e69dE942b85CA6706/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5Cb2C3Ed882E37DA610f9eF5b0FA25514d7bc85B/info.json b/blockchains/smartchain/assets/0x5Cb2C3Ed882E37DA610f9eF5b0FA25514d7bc85B/info.json deleted file mode 100644 index bbb0c7b2add9b..0000000000000 --- a/blockchains/smartchain/assets/0x5Cb2C3Ed882E37DA610f9eF5b0FA25514d7bc85B/info.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "Mouse Haunt Token", - "type": "BEP20", - "symbol": "MHT", - "decimals": 18, - "website": "https://mousehaunt.com/", - "description": "Mouse Haunt is a multiplayer play-to-earn game where players collect NFTs, farm tokens, breed characters, and build levels. In this revolutionary game, players play as the heroes, as the villains, and as the architects of the castles. If desired, players can exchange their earned tokens for real money.", - "explorer": "https://bscscan.com/token/0x5Cb2C3Ed882E37DA610f9eF5b0FA25514d7bc85B", - "status": "active", - "id": "0x5Cb2C3Ed882E37DA610f9eF5b0FA25514d7bc85B", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/mousehaunt" - }, - { - "name": "github", - "url": "https://github.com/mousehaunt" - }, - { - "name": "telegram", - "url": "https://t.me/joinchat/QJNjRk7T06NjYjEx" - }, - { - "name": "telegram_news", - "url": "https://t.me/joinchat/QJNjRk7T06NjYjEx" - }, - { - "name": "discord", - "url": "https://discord.com/invite/UABfTV3AFn" - }, - { - "name": "whitepaper", - "url": "https://whitepaper.mousehaunt.com/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC4IxztsJqxROLEU1CxHjYcw" - }, - { - "name": "medium", - "url": "https://mousehaunt.medium.com/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mouse-haunt-token/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/mouse-haunt" - } - ], - "tags": [ - "nft", - "gamefi" - ] -} - diff --git a/blockchains/smartchain/assets/0x5Cb2C3Ed882E37DA610f9eF5b0FA25514d7bc85B/logo.png b/blockchains/smartchain/assets/0x5Cb2C3Ed882E37DA610f9eF5b0FA25514d7bc85B/logo.png deleted file mode 100644 index 442ac4204ff02..0000000000000 Binary files a/blockchains/smartchain/assets/0x5Cb2C3Ed882E37DA610f9eF5b0FA25514d7bc85B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5CdCB6C1A30F59D59393D1629172634056E0461C/info.json b/blockchains/smartchain/assets/0x5CdCB6C1A30F59D59393D1629172634056E0461C/info.json deleted file mode 100644 index 93006c7d965f5..0000000000000 --- a/blockchains/smartchain/assets/0x5CdCB6C1A30F59D59393D1629172634056E0461C/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Foliowatch", - "type": "BEP20", - "symbol": "Fwatch", - "decimals": 18, - "website": "https://foliowatch.net", - "description": "Foliowatch is the first smart Defi Dashboard with LP management on the Binance Smartchain. It is Portfolio and liquidity pool performance watch plus yield farming, Fully decentralized.", - "explorer": "https://bscscan.com/token/0x5CdCB6C1A30F59D59393D1629172634056E0461C", - "status": "active", - "id": "0x5CdCB6C1A30F59D59393D1629172634056E0461C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5CdCB6C1A30F59D59393D1629172634056E0461C/logo.png b/blockchains/smartchain/assets/0x5CdCB6C1A30F59D59393D1629172634056E0461C/logo.png deleted file mode 100644 index 8d3a9ceac6f99..0000000000000 Binary files a/blockchains/smartchain/assets/0x5CdCB6C1A30F59D59393D1629172634056E0461C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5D07eDAbA2151a3C6802B28636eCC23082398EdB/info.json b/blockchains/smartchain/assets/0x5D07eDAbA2151a3C6802B28636eCC23082398EdB/info.json deleted file mode 100644 index 2b196e05a5bb7..0000000000000 --- a/blockchains/smartchain/assets/0x5D07eDAbA2151a3C6802B28636eCC23082398EdB/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Zuna", - "type": "BEP20", - "symbol": "Zuna", - "decimals": 9, - "website": "https://zunacoin.com/", - "description": "Zuna is a community driven DeFi Token. Three simple functions occur during each trade: Reflection, LP Acquisition and Burning.", - "explorer": "https://bscscan.com/token/0x5D07eDAbA2151a3C6802B28636eCC23082398EdB", - "status": "active", - "id": "0x5D07eDAbA2151a3C6802B28636eCC23082398EdB", - "links": [ - { - "name": "facebook", - "url": "https://facebook.com/zunacoin" - }, - { - "name": "twitter", - "url": "https://twitter.com/zunacoin" - }, - { - "name": "youtube", - "url": "https://youtube.com/zunacoin" - }, - { - "name": "telegram_news", - "url": "https://t.me/zunacoin" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/ZunaCoin/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5D07eDAbA2151a3C6802B28636eCC23082398EdB/logo.png b/blockchains/smartchain/assets/0x5D07eDAbA2151a3C6802B28636eCC23082398EdB/logo.png deleted file mode 100644 index 74f78c19f981c..0000000000000 Binary files a/blockchains/smartchain/assets/0x5D07eDAbA2151a3C6802B28636eCC23082398EdB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5D186E28934c6B0fF5Fc2feCE15D1F34f78cBd87/info.json b/blockchains/smartchain/assets/0x5D186E28934c6B0fF5Fc2feCE15D1F34f78cBd87/info.json deleted file mode 100644 index 3b6cf1023bb10..0000000000000 --- a/blockchains/smartchain/assets/0x5D186E28934c6B0fF5Fc2feCE15D1F34f78cBd87/info.json +++ /dev/null @@ -1,11 +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://bscscan.com/token/0x5d186e28934c6b0ff5fc2fece15d1f34f78cbd87", - "symbol": "DUCK", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x5D186E28934c6B0fF5Fc2feCE15D1F34f78cBd87" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5D186E28934c6B0fF5Fc2feCE15D1F34f78cBd87/logo.png b/blockchains/smartchain/assets/0x5D186E28934c6B0fF5Fc2feCE15D1F34f78cBd87/logo.png deleted file mode 100644 index d1f9f9cf801f3..0000000000000 Binary files a/blockchains/smartchain/assets/0x5D186E28934c6B0fF5Fc2feCE15D1F34f78cBd87/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5D2F9a9DF1ba3C8C00303D0b4C431897eBc6626A/info.json b/blockchains/smartchain/assets/0x5D2F9a9DF1ba3C8C00303D0b4C431897eBc6626A/info.json deleted file mode 100644 index b85b03a1eb490..0000000000000 --- a/blockchains/smartchain/assets/0x5D2F9a9DF1ba3C8C00303D0b4C431897eBc6626A/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://bscscan.com/token/0x5D2F9a9DF1ba3C8C00303D0b4C431897eBc6626A", - "type": "BEP20", - "symbol": "OMC", - "decimals": 18, - "status": "active", - "id": "0x5D2F9a9DF1ba3C8C00303D0b4C431897eBc6626A" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5D2F9a9DF1ba3C8C00303D0b4C431897eBc6626A/logo.png b/blockchains/smartchain/assets/0x5D2F9a9DF1ba3C8C00303D0b4C431897eBc6626A/logo.png deleted file mode 100644 index 0075cb3f623c2..0000000000000 Binary files a/blockchains/smartchain/assets/0x5D2F9a9DF1ba3C8C00303D0b4C431897eBc6626A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5E19266e4a17521d65EFF608517fA0c82CA24813/info.json b/blockchains/smartchain/assets/0x5E19266e4a17521d65EFF608517fA0c82CA24813/info.json deleted file mode 100644 index abd7aa55dcf6c..0000000000000 --- a/blockchains/smartchain/assets/0x5E19266e4a17521d65EFF608517fA0c82CA24813/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "CleanOcean", - "type": "BEP20", - "symbol": "CLEAN", - "decimals": 9, - "website": "https://cleanocean.io/", - "description": "An innovative crypto investment project combining the growth potential of blockchain technology with oceanic conservatory operations.", - "explorer": "https://bscscan.com/token/0x5E19266e4a17521d65EFF608517fA0c82CA24813", - "status": "active", - "id": "0x5E19266e4a17521d65EFF608517fA0c82CA24813", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/cleanoceantoken" - }, - { - "name": "telegram", - "url": "https://t.me/cleanocean" - }, - { - "name": "reddit", - "url": "https://reddit.com/CLEANOCEAN/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC82j7iRr6KErI5UEXPFmU7A" - }, - { - "name": "facebook", - "url": "https://facebook.com/CleanOcean-101484642117124/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/cleanocean/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/cleanocean" - } - ] -} diff --git a/blockchains/smartchain/assets/0x5E19266e4a17521d65EFF608517fA0c82CA24813/logo.png b/blockchains/smartchain/assets/0x5E19266e4a17521d65EFF608517fA0c82CA24813/logo.png deleted file mode 100644 index bc55ac095efc4..0000000000000 Binary files a/blockchains/smartchain/assets/0x5E19266e4a17521d65EFF608517fA0c82CA24813/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5E2689412Fae5c29BD575fbe1d5C1CD1e0622A8f/info.json b/blockchains/smartchain/assets/0x5E2689412Fae5c29BD575fbe1d5C1CD1e0622A8f/info.json deleted file mode 100644 index e88d19bf7faad..0000000000000 --- a/blockchains/smartchain/assets/0x5E2689412Fae5c29BD575fbe1d5C1CD1e0622A8f/info.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "HeroesTD", - "type": "BEP20", - "symbol": "HTD", - "decimals": 18, - "website": "https://www.heroestd.io/", - "description": "Heroes TD is a Free to Play or Play to Earn 3D GameFi built with Heroes Metaverse. You can play with each other and trade items on the NFT market! Join Heroes TD today and get your life-time investment!", - "explorer": "https://bscscan.com/token/0x5E2689412Fae5c29BD575fbe1d5C1CD1e0622A8f", - "status": "active", - "id": "0x5E2689412Fae5c29BD575fbe1d5C1CD1e0622A8f", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/heroes_td" - }, - { - "name": "discord", - "url": "https://discord.com/heroestd" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/HeroesTD" - }, - { - "name": "facebook", - "url": "https://facebook.com/Heroestd" - }, - { - "name": "medium", - "url": "https://medium.com/@heroestd" - }, - { - "name": "telegram", - "url": "https://t.me/Heroes_TD" - }, - { - "name": "telegram_news", - "url": "https://t.me/HeroesTD_Club" - }, - { - "name": "whitepaper", - "url": "https://docs.heroestd.io/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/heroes-td/" - }, - { - "name": "github", - "url": "https://github.com/heroestd" - }, - { - "name": "source_code", - "url": "https://github.com/heroestd/heroestd-token" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCAKBuEh6h06DKpWn8zpfujA" - }, - { - "name": "blog", - "url": "https://blog.heroestd.io/" - }, - { - "name": "docs", - "url": "https://docs.heroestd.io/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/heroes-td" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5E2689412Fae5c29BD575fbe1d5C1CD1e0622A8f/logo.png b/blockchains/smartchain/assets/0x5E2689412Fae5c29BD575fbe1d5C1CD1e0622A8f/logo.png deleted file mode 100644 index 09832c51bfd5b..0000000000000 Binary files a/blockchains/smartchain/assets/0x5E2689412Fae5c29BD575fbe1d5C1CD1e0622A8f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5E5C9001Aa81332D405D993FFd1468751D659d1e/info.json b/blockchains/smartchain/assets/0x5E5C9001Aa81332D405D993FFd1468751D659d1e/info.json deleted file mode 100644 index 21b04dbe91ea4..0000000000000 --- a/blockchains/smartchain/assets/0x5E5C9001Aa81332D405D993FFd1468751D659d1e/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Baby Doge Inu", - "type": "BEP20", - "symbol": "$BABYDOGEINU", - "decimals": 9, - "website": "https://www.babydogeinu.io/", - "description": "Baby Doge Inu is a deflationary token with high holder rewards on Binance Smart Chain (BSC).", - "explorer": "https://bscscan.com/token/0x5e5c9001aa81332d405d993ffd1468751d659d1e", - "status": "active", - "id": "0x5E5C9001Aa81332D405D993FFd1468751D659d1e", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/babydoge_inu" - }, - { - "name": "telegram", - "url": "https://t.me/baby_doge_inu" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/baby-doge-inu/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/baby-doge-inu" - }, - { - "name": "facebook", - "url": "https://facebook.com/groups/552451382428964" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5E5C9001Aa81332D405D993FFd1468751D659d1e/logo.png b/blockchains/smartchain/assets/0x5E5C9001Aa81332D405D993FFd1468751D659d1e/logo.png deleted file mode 100644 index 7baec4bfa164c..0000000000000 Binary files a/blockchains/smartchain/assets/0x5E5C9001Aa81332D405D993FFd1468751D659d1e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5E9280d53F28281Ce098C8F64e49F5f5DC9Ea185/info.json b/blockchains/smartchain/assets/0x5E9280d53F28281Ce098C8F64e49F5f5DC9Ea185/info.json deleted file mode 100644 index 71ab8d6dbec2e..0000000000000 --- a/blockchains/smartchain/assets/0x5E9280d53F28281Ce098C8F64e49F5f5DC9Ea185/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SnowgeCoin", - "type": "BEP20", - "symbol": "SNOWGE", - "decimals": 9, - "website": "https://snowge.xyz", - "description": "SnowgeCoin is a community owned, floofy doggo-themed Safemoon fork that functions as a deflationary auto-staking currency, with a randomized transaction fee of: 2%, 4%, 6% or 8%. Half of each fee is reflected back to holders, and the other half is added to the BNB/Snowge Liquidity Pool.", - "explorer": "https://bscscan.com/token/0x5E9280d53F28281Ce098C8F64e49F5f5DC9Ea185", - "status": "active", - "id": "0x5E9280d53F28281Ce098C8F64e49F5f5DC9Ea185" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5E9280d53F28281Ce098C8F64e49F5f5DC9Ea185/logo.png b/blockchains/smartchain/assets/0x5E9280d53F28281Ce098C8F64e49F5f5DC9Ea185/logo.png deleted file mode 100644 index a100d3968ef02..0000000000000 Binary files a/blockchains/smartchain/assets/0x5E9280d53F28281Ce098C8F64e49F5f5DC9Ea185/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5EA29eEe799aA7cC379FdE5cf370BC24f2Ea7c81/info.json b/blockchains/smartchain/assets/0x5EA29eEe799aA7cC379FdE5cf370BC24f2Ea7c81/info.json deleted file mode 100644 index c652018267da8..0000000000000 --- a/blockchains/smartchain/assets/0x5EA29eEe799aA7cC379FdE5cf370BC24f2Ea7c81/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Keep3r BSC Network", - "website": "https://keep3rb.network", - "description": "Keep3r BSC Network is First Decentralized Keeper Network Project on Binance Smart Chain. KP3RB token is fully democratic governance dapp.", - "explorer": "https://bscscan.com/token/0x5EA29eEe799aA7cC379FdE5cf370BC24f2Ea7c81", - "type": "BEP20", - "symbol": "KP3RB", - "decimals": 18, - "status": "active", - "id": "0x5EA29eEe799aA7cC379FdE5cf370BC24f2Ea7c81", - "links": [ - { - "name": "github", - "url": "https://github.com/keep3rb-network" - }, - { - "name": "whitepaper", - "url": "https://docs.keep3rb.network/docs" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5EA29eEe799aA7cC379FdE5cf370BC24f2Ea7c81/logo.png b/blockchains/smartchain/assets/0x5EA29eEe799aA7cC379FdE5cf370BC24f2Ea7c81/logo.png deleted file mode 100755 index acd1c3c79d589..0000000000000 Binary files a/blockchains/smartchain/assets/0x5EA29eEe799aA7cC379FdE5cf370BC24f2Ea7c81/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5EC8B32Ff33f8df977402F44602A59998941d240/info.json b/blockchains/smartchain/assets/0x5EC8B32Ff33f8df977402F44602A59998941d240/info.json deleted file mode 100644 index 3d6832a9a4fa1..0000000000000 --- a/blockchains/smartchain/assets/0x5EC8B32Ff33f8df977402F44602A59998941d240/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LAZACA", - "type": "BEP20", - "symbol": "LACA", - "decimals": 18, - "website": "https://lazaca.com/", - "description": "Lazaca® aims to be the 1st leader in the Digital Asset Marketplace.", - "explorer": "https://bscscan.com/token/0x5EC8B32Ff33f8df977402F44602A59998941d240", - "status": "active", - "id": "0x5EC8B32Ff33f8df977402F44602A59998941d240" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5EC8B32Ff33f8df977402F44602A59998941d240/logo.png b/blockchains/smartchain/assets/0x5EC8B32Ff33f8df977402F44602A59998941d240/logo.png deleted file mode 100644 index 5394c593b8151..0000000000000 Binary files a/blockchains/smartchain/assets/0x5EC8B32Ff33f8df977402F44602A59998941d240/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5EEF8c4320e2Bf8D1e6231A31500FD7a87D02985/info.json b/blockchains/smartchain/assets/0x5EEF8c4320e2Bf8D1e6231A31500FD7a87D02985/info.json deleted file mode 100644 index 6cfab69651a31..0000000000000 --- a/blockchains/smartchain/assets/0x5EEF8c4320e2Bf8D1e6231A31500FD7a87D02985/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FOMO", - "type": "BEP20", - "symbol": "FOMO", - "decimals": 18, - "website": "https://fomolab.io/", - "description": "Creating new ways for content creators to connect with their audience.", - "explorer": "https://bscscan.com/token/0x5EEF8c4320e2Bf8D1e6231A31500FD7a87D02985", - "status": "active", - "id": "0x5EEF8c4320e2Bf8D1e6231A31500FD7a87D02985" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5EEF8c4320e2Bf8D1e6231A31500FD7a87D02985/logo.png b/blockchains/smartchain/assets/0x5EEF8c4320e2Bf8D1e6231A31500FD7a87D02985/logo.png deleted file mode 100644 index 08573ca2fa322..0000000000000 Binary files a/blockchains/smartchain/assets/0x5EEF8c4320e2Bf8D1e6231A31500FD7a87D02985/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5EcFcced226bA9fCcD8663e7b3263cBd8C84eDB5/info.json b/blockchains/smartchain/assets/0x5EcFcced226bA9fCcD8663e7b3263cBd8C84eDB5/info.json deleted file mode 100644 index ac4363f8898c9..0000000000000 --- a/blockchains/smartchain/assets/0x5EcFcced226bA9fCcD8663e7b3263cBd8C84eDB5/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Xtremcoin", - "type": "BEP20", - "symbol": "XTR", - "decimals": 8, - "website": "https://xtremcoin.io", - "description": "Wearable technologies are rapidly taking their place in our lives all over the world. Xtremcoin brings you a brand new technology in the world of crypto money.", - "explorer": "https://bscscan.com/token/0x5EcFcced226bA9fCcD8663e7b3263cBd8C84eDB5", - "status": "active", - "id": "0x5EcFcced226bA9fCcD8663e7b3263cBd8C84eDB5", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/xtremcoin" - }, - { - "name": "github", - "url": "https://github.com/xtremcoin" - }, - { - "name": "telegram", - "url": "https://t.me/xtremcoin" - }, - { - "name": "telegram_news", - "url": "https://t.me/xtremcoin_news" - }, - { - "name": "blog", - "url": "https://blog.xtremcoin.com" - }, - { - "name": "reddit", - "url": "https://reddit.com/Xtremcoin" - }, - { - "name": "whitepaper", - "url": "https://xtremcoin.io/whitepaper/Xtremcoin-Whitepaper.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/@Xtremcoin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5EcFcced226bA9fCcD8663e7b3263cBd8C84eDB5/logo.png b/blockchains/smartchain/assets/0x5EcFcced226bA9fCcD8663e7b3263cBd8C84eDB5/logo.png deleted file mode 100644 index 2fb1046148646..0000000000000 Binary files a/blockchains/smartchain/assets/0x5EcFcced226bA9fCcD8663e7b3263cBd8C84eDB5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5F02C4Dcb270999282b850Caa47Af749Ce49FE00/info.json b/blockchains/smartchain/assets/0x5F02C4Dcb270999282b850Caa47Af749Ce49FE00/info.json deleted file mode 100644 index bdcc18db4173f..0000000000000 --- a/blockchains/smartchain/assets/0x5F02C4Dcb270999282b850Caa47Af749Ce49FE00/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "XTRA Token", - "website": "https://taraplatform.com", - "description": "XTRA is a revolution of Loyalty Rewards & Cashback with blockchain technology.", - "explorer": "https://bscscan.com/token/0x5F02C4Dcb270999282b850Caa47Af749Ce49FE00", - "type": "BEP20", - "symbol": "XTRA", - "decimals": 9, - "status": "active", - "id": "0x5F02C4Dcb270999282b850Caa47Af749Ce49FE00", - "links": [ - { - "name": "github", - "url": "https://github.com/aldyrpl/XTRA-Token" - }, - { - "name": "whitepaper", - "url": "https://bit.ly/xtrawhitepaper" - }, - { - "name": "telegram", - "url": "https://t.me/taraplatform" - }, - { - "name": "twitter", - "url": "https://twitter.com/taraplatform" - }, - { - "name": "medium", - "url": "https://medium.com/@aldyputra-xtra/xtra-tara-paltform-a-revolution-of-loyalty-reward-with-blockchain-technology-presale-on-91f007da0838" - }, - { - "name": "facebook", - "url": "https://facebook.com/Tara-Platform-189515129812989" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCZkhr0IkDHvbJSTwMGuN2Sg" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5F02C4Dcb270999282b850Caa47Af749Ce49FE00/logo.png b/blockchains/smartchain/assets/0x5F02C4Dcb270999282b850Caa47Af749Ce49FE00/logo.png deleted file mode 100644 index c577b7e1b9e05..0000000000000 Binary files a/blockchains/smartchain/assets/0x5F02C4Dcb270999282b850Caa47Af749Ce49FE00/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5F0388EBc2B94FA8E123F404b79cCF5f40b29176/info.json b/blockchains/smartchain/assets/0x5F0388EBc2B94FA8E123F404b79cCF5f40b29176/info.json deleted file mode 100644 index 8a8c514547457..0000000000000 --- a/blockchains/smartchain/assets/0x5F0388EBc2B94FA8E123F404b79cCF5f40b29176/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Venus BCH", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "research": "https://research.binance.com/en/projects/venus", - "explorer": "https://bscscan.com/token/0x5F0388EBc2B94FA8E123F404b79cCF5f40b29176", - "type": "BEP20", - "symbol": "vBCH", - "decimals": 8, - "status": "active", - "id": "0x5F0388EBc2B94FA8E123F404b79cCF5f40b29176", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5F0388EBc2B94FA8E123F404b79cCF5f40b29176/logo.png b/blockchains/smartchain/assets/0x5F0388EBc2B94FA8E123F404b79cCF5f40b29176/logo.png deleted file mode 100644 index 195a25156281c..0000000000000 Binary files a/blockchains/smartchain/assets/0x5F0388EBc2B94FA8E123F404b79cCF5f40b29176/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5F16ba80a1F620055e35215028E90808c7CC365C/info.json b/blockchains/smartchain/assets/0x5F16ba80a1F620055e35215028E90808c7CC365C/info.json deleted file mode 100644 index d59a645c202df..0000000000000 --- a/blockchains/smartchain/assets/0x5F16ba80a1F620055e35215028E90808c7CC365C/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Europa", - "type": "BEP20", - "symbol": "EURO", - "decimals": 18, - "website": "https://europacoin.net", - "description": "Europa is a leading DeFi yield aggregator on BSC that has 3 products as part of the Europa ecosystem, namely Vaults (yield optimizer), Europa (DEX Aggregator), and farmfolio", - "explorer": "https://bscscan.com/token/0x5F16ba80a1F620055e35215028E90808c7CC365C", - "status": "active", - "id": "0x5F16ba80a1F620055e35215028E90808c7CC365C", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Europacoin2021" - }, - { - "name": "github", - "url": "https://github.com/europacoinbsc/europa" - }, - { - "name": "telegram", - "url": "https://t.me/Europabsc" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5F16ba80a1F620055e35215028E90808c7CC365C/logo.png b/blockchains/smartchain/assets/0x5F16ba80a1F620055e35215028E90808c7CC365C/logo.png deleted file mode 100644 index 9c2cf5105d9dc..0000000000000 Binary files a/blockchains/smartchain/assets/0x5F16ba80a1F620055e35215028E90808c7CC365C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5F1b95784a033CD6842cf26eb9A9687F91Ad9e78/info.json b/blockchains/smartchain/assets/0x5F1b95784a033CD6842cf26eb9A9687F91Ad9e78/info.json deleted file mode 100644 index 1d1e2f7efd5c8..0000000000000 --- a/blockchains/smartchain/assets/0x5F1b95784a033CD6842cf26eb9A9687F91Ad9e78/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "CAKE BANK", - "type": "BEP20", - "symbol": "CAKEBANK", - "decimals": 18, - "website": "https://cakebank.finance", - "description": "The CAKEBANK protocol is a community inspired DeFi experiment built on Binance. every buy/sell is taken and redistributed to all holders. Hold CAKEBANK tokens, earn CAKE.", - "explorer": "https://bscscan.com/token/0x5F1b95784a033CD6842cf26eb9A9687F91Ad9e78", - "status": "active", - "id": "0x5F1b95784a033CD6842cf26eb9A9687F91Ad9e78", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/cakebank_bsc" - }, - { - "name": "github", - "url": "https://github.com/cakebank" - }, - { - "name": "telegram", - "url": "https://t.me/cakebank_bsc" - }, - { - "name": "medium", - "url": "https://medium.com/@cakebank" - }, - { - "name": "whitepaper", - "url": "https://cakebank.finance/assets/WhitePaper_v2.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/cake-bank/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/cake-bank" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x5f1b95784a033cd6842cf26eb9a9687f91ad9e78#code" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5F1b95784a033CD6842cf26eb9A9687F91Ad9e78/logo.png b/blockchains/smartchain/assets/0x5F1b95784a033CD6842cf26eb9A9687F91Ad9e78/logo.png deleted file mode 100644 index 476201a3e3656..0000000000000 Binary files a/blockchains/smartchain/assets/0x5F1b95784a033CD6842cf26eb9A9687F91Ad9e78/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5F84ce30DC3cF7909101C69086c50De191895883/info.json b/blockchains/smartchain/assets/0x5F84ce30DC3cF7909101C69086c50De191895883/info.json deleted file mode 100644 index 758b9498369a4..0000000000000 --- a/blockchains/smartchain/assets/0x5F84ce30DC3cF7909101C69086c50De191895883/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Venus Reward Token", - "website": "https://venus.io/", - "description": "Venus Reward Token is a mechanism created to become an additional mining distribution to suppliers and borrowers of Venus Protocol.", - "explorer": "https://bscscan.com/token/0x5F84ce30DC3cF7909101C69086c50De191895883", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - } - ], - "type": "BEP20", - "symbol": "VRT", - "decimals": 18, - "status": "active", - "id": "0x5F84ce30DC3cF7909101C69086c50De191895883" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5F84ce30DC3cF7909101C69086c50De191895883/logo.png b/blockchains/smartchain/assets/0x5F84ce30DC3cF7909101C69086c50De191895883/logo.png deleted file mode 100644 index fd11e1f3c21e5..0000000000000 Binary files a/blockchains/smartchain/assets/0x5F84ce30DC3cF7909101C69086c50De191895883/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5F88AB06e8dfe89DF127B2430Bba4Af600866035/info.json b/blockchains/smartchain/assets/0x5F88AB06e8dfe89DF127B2430Bba4Af600866035/info.json deleted file mode 100644 index 118a6d2f1db44..0000000000000 --- a/blockchains/smartchain/assets/0x5F88AB06e8dfe89DF127B2430Bba4Af600866035/info.json +++ /dev/null @@ -1,12 +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://bscscan.com/token/0x5f88ab06e8dfe89df127b2430bba4af600866035", - "research": "https://research.binance.com/en/projects/kava", - "type": "BEP20", - "symbol": "KAVA", - "decimals": 6, - "status": "active", - "id": "0x5F88AB06e8dfe89DF127B2430Bba4Af600866035" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5F88AB06e8dfe89DF127B2430Bba4Af600866035/logo.png b/blockchains/smartchain/assets/0x5F88AB06e8dfe89DF127B2430Bba4Af600866035/logo.png deleted file mode 100644 index c3a0556a0ba30..0000000000000 Binary files a/blockchains/smartchain/assets/0x5F88AB06e8dfe89DF127B2430Bba4Af600866035/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5a119762B09Ed0bcB3b16075159AE43A62651383/info.json b/blockchains/smartchain/assets/0x5a119762B09Ed0bcB3b16075159AE43A62651383/info.json deleted file mode 100644 index 38f605ad891ff..0000000000000 --- a/blockchains/smartchain/assets/0x5a119762B09Ed0bcB3b16075159AE43A62651383/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Dali", - "type": "BEP20", - "symbol": "DALI", - "decimals": 9, - "website": "https://dalitoken.io", - "description": "Dali has three projects. DaliNFT, DaliSwap and DaliGames. First one is DaliNFT. DaliNFT is the next generation NFT Marketplace to facilitate working with NFTs. It helps change the artworks to on-chain artworks, injecting new value to classical artworks. DaliNFT also connects celebrities and their fans in a special project, where celebrities present their NFTs to millions of fans in a user-friendly environment, and fans can have mementos of their favorite celebrities.", - "explorer": "https://bscscan.com/token/0x5a119762B09Ed0bcB3b16075159AE43A62651383", - "status": "active", - "id": "0x5a119762B09Ed0bcB3b16075159AE43A62651383", - "links": [ - { - "name": "telegram_news", - "url": "https://t.me/dalitoken" - }, - { - "name": "telegram", - "url": "https://t.me/dalienglish" - }, - { - "name": "twitter", - "url": "https://twitter.com/dalitoken" - }, - { - "name": "github", - "url": "https://github.com/DaliToken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/dali" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/dali" - }, - { - "name": "whitepaper", - "url": "https://dalitoken.io/docs/whitepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5a119762B09Ed0bcB3b16075159AE43A62651383/logo.png b/blockchains/smartchain/assets/0x5a119762B09Ed0bcB3b16075159AE43A62651383/logo.png deleted file mode 100644 index 35b87304d0318..0000000000000 Binary files a/blockchains/smartchain/assets/0x5a119762B09Ed0bcB3b16075159AE43A62651383/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5a81b31b4a5F2D2a36BBd4d755dAb378dE735565/info.json b/blockchains/smartchain/assets/0x5a81b31b4a5F2D2a36BBd4d755dAb378dE735565/info.json deleted file mode 100644 index f1134e91d8ff7..0000000000000 --- a/blockchains/smartchain/assets/0x5a81b31b4a5F2D2a36BBd4d755dAb378dE735565/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SpaceCorgi", - "website": "https://spacecorgi.finance/", - "description": "SpaceCorgi leverages memenomics with real-world token utility.", - "explorer": "https://bscscan.com/token/0x5a81b31b4a5F2D2a36BBd4d755dAb378dE735565", - "type": "BEP20", - "symbol": "SCORGI", - "decimals": 9, - "status": "active", - "id": "0x5a81b31b4a5F2D2a36BBd4d755dAb378dE735565" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5a81b31b4a5F2D2a36BBd4d755dAb378dE735565/logo.png b/blockchains/smartchain/assets/0x5a81b31b4a5F2D2a36BBd4d755dAb378dE735565/logo.png deleted file mode 100644 index 2517b6f5ac8c9..0000000000000 Binary files a/blockchains/smartchain/assets/0x5a81b31b4a5F2D2a36BBd4d755dAb378dE735565/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5b17b4d5e4009B5C43e3e3d63A5229F794cBA389/info.json b/blockchains/smartchain/assets/0x5b17b4d5e4009B5C43e3e3d63A5229F794cBA389/info.json deleted file mode 100644 index b17d97109e32d..0000000000000 --- a/blockchains/smartchain/assets/0x5b17b4d5e4009B5C43e3e3d63A5229F794cBA389/info.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "ACryptoS(I)", - "website": "https://acryptos.com/", - "description": "ACryptoS StableSwap is an automated market maker (AMM) enabling fast and efficient stablecoin trading at the best prices with low slippage and fees on Binance Smart Chain. ACryptoS Vaults grow your assets via automated yield Strategies. This saves users time and enables higher yields through more frequent compounding, more efficient gas utilisation, and other creative automations.", - "research": "https://docs.acryptos.com/", - "explorer": "https://bscscan.com/token/0x5b17b4d5e4009b5c43e3e3d63a5229f794cba389", - "type": "BEP20", - "symbol": "ACSI", - "decimals": 18, - "status": "active", - "id": "0x5b17b4d5e4009B5C43e3e3d63A5229F794cBA389", - "links": [ - { - "name": "source_code", - "url": "https://app.acryptos.com/contracts/" - }, - { - "name": "twitter", - "url": "https://twitter.com/acryptosx" - }, - { - "name": "telegram", - "url": "https://t.me/acryptos9" - }, - { - "name": "medium", - "url": "https://acryptos.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5b17b4d5e4009B5C43e3e3d63A5229F794cBA389/logo.png b/blockchains/smartchain/assets/0x5b17b4d5e4009B5C43e3e3d63A5229F794cBA389/logo.png deleted file mode 100644 index 179352b1bf35f..0000000000000 Binary files a/blockchains/smartchain/assets/0x5b17b4d5e4009B5C43e3e3d63A5229F794cBA389/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5b1BaeC64aF6dC54E6e04349315919129A6d3c23/info.json b/blockchains/smartchain/assets/0x5b1BaeC64aF6dC54E6e04349315919129A6d3c23/info.json deleted file mode 100644 index a233fbce0d0e4..0000000000000 --- a/blockchains/smartchain/assets/0x5b1BaeC64aF6dC54E6e04349315919129A6d3c23/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "DNAxCAT", - "website": "https://dnaxcat.io", - "description": "DNAxCAT creates a digital cat pet world where players can raise and breed varies of cute cats and fight shoulder to shoulder in the adventure world with your cats", - "explorer": "https://bscscan.com/token/0x5b1BaeC64aF6dC54E6e04349315919129A6d3c23", - "type": "BEP20", - "symbol": "DXCT", - "decimals": 18, - "status": "active", - "id": "0x5b1BaeC64aF6dC54E6e04349315919129A6d3c23", - "links": [ - { - "name": "github", - "url": "https://github.com/DNAxCAT/" - }, - { - "name": "twitter", - "url": "https://twitter.com/dnaxcat_game" - }, - { - "name": "telegram", - "url": "https://t.me/DNAxCAT_official" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5b1BaeC64aF6dC54E6e04349315919129A6d3c23/logo.png b/blockchains/smartchain/assets/0x5b1BaeC64aF6dC54E6e04349315919129A6d3c23/logo.png deleted file mode 100644 index 022b26e030da5..0000000000000 Binary files a/blockchains/smartchain/assets/0x5b1BaeC64aF6dC54E6e04349315919129A6d3c23/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5b1f874d0b0C5ee17a495CbB70AB8bf64107A3BD/info.json b/blockchains/smartchain/assets/0x5b1f874d0b0C5ee17a495CbB70AB8bf64107A3BD/info.json deleted file mode 100644 index 511496c9c6bae..0000000000000 --- a/blockchains/smartchain/assets/0x5b1f874d0b0C5ee17a495CbB70AB8bf64107A3BD/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "BinaryX", - "website": "https://www.binaryx.pro/", - "description": "BinaryX is a decentralized derivatives contract based on BSC. Users can trade binary options via BinaryX which adopts an improved AMM model.", - "explorer": "https://bscscan.com/token/0x5b1f874d0b0C5ee17a495CbB70AB8bf64107A3BD", - "type": "BEP20", - "symbol": "BNX", - "decimals": 18, - "status": "active", - "id": "0x5b1f874d0b0C5ee17a495CbB70AB8bf64107A3BD", - "links": [ - { - "name": "telegram", - "url": "https://t.me/binaryxGlobal" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/binaryx/" - }, - { - "name": "twitter", - "url": "https://twitter.com/binary_x" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5b1f874d0b0C5ee17a495CbB70AB8bf64107A3BD/logo.png b/blockchains/smartchain/assets/0x5b1f874d0b0C5ee17a495CbB70AB8bf64107A3BD/logo.png deleted file mode 100644 index a5f04a8707f94..0000000000000 Binary files a/blockchains/smartchain/assets/0x5b1f874d0b0C5ee17a495CbB70AB8bf64107A3BD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5b4963B964bAc5C2Db83e53ffFe46E0cb83a1346/info.json b/blockchains/smartchain/assets/0x5b4963B964bAc5C2Db83e53ffFe46E0cb83a1346/info.json deleted file mode 100644 index c0077bbb6d432..0000000000000 --- a/blockchains/smartchain/assets/0x5b4963B964bAc5C2Db83e53ffFe46E0cb83a1346/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Kitty Token", - "type": "BEP20", - "symbol": "KITTY", - "decimals": 18, - "website": "https://kittytoken.io/", - "description": "Kitty Token is a Decentralized Meme Token. Make the Fun with Kitty. Mine BNB with #KITTY upto 1000 BNB.", - "explorer": "https://bscscan.com/token/0x5b4963B964bAc5C2Db83e53ffFe46E0cb83a1346", - "status": "active", - "id": "0x5b4963B964bAc5C2Db83e53ffFe46E0cb83a1346" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5b4963B964bAc5C2Db83e53ffFe46E0cb83a1346/logo.png b/blockchains/smartchain/assets/0x5b4963B964bAc5C2Db83e53ffFe46E0cb83a1346/logo.png deleted file mode 100644 index 33278b6d9c786..0000000000000 Binary files a/blockchains/smartchain/assets/0x5b4963B964bAc5C2Db83e53ffFe46E0cb83a1346/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5b6AfBd5184638c9c49C485c3DE5ED56269ba6Cb/info.json b/blockchains/smartchain/assets/0x5b6AfBd5184638c9c49C485c3DE5ED56269ba6Cb/info.json deleted file mode 100644 index 8f2c745b6fed1..0000000000000 --- a/blockchains/smartchain/assets/0x5b6AfBd5184638c9c49C485c3DE5ED56269ba6Cb/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Aurum", - "type": "BEP20", - "symbol": "AUR", - "decimals": 9, - "website": "https://aurumofficial.net/", - "description": "Aurum is the golden standard of reward tokens and BSC security. First token to allow holders to choose any BSC token as their redistribution reward; with a focus on developing utility to enhance security across the BSC network.", - "explorer": "https://bscscan.com/token/0x5b6AfBd5184638c9c49C485c3DE5ED56269ba6Cb", - "status": "active", - "id": "0x5b6AfBd5184638c9c49C485c3DE5ED56269ba6Cb", - "links": [ - { - "name": "github", - "url": "https://github.com/Aurum-Dev" - }, - { - "name": "telegram", - "url": "https://t.me/AurOfficial" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/AURofficial/" - }, - { - "name": "whitepaper", - "url": "https://aurumofficial.net/wp-content/uploads/2021/07/AUR-WP-V2-compressed.pdf" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x5b6afbd5184638c9c49c485c3de5ed56269ba6cb#code" - }, - { - "name": "discord", - "url": "https://discord.com/invite/gBcss4GTGw" - }, - { - "name": "twitter", - "url": "https://twitter.com/AURofficial_" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5b6AfBd5184638c9c49C485c3DE5ED56269ba6Cb/logo.png b/blockchains/smartchain/assets/0x5b6AfBd5184638c9c49C485c3DE5ED56269ba6Cb/logo.png deleted file mode 100644 index cf8b145aba82a..0000000000000 Binary files a/blockchains/smartchain/assets/0x5b6AfBd5184638c9c49C485c3DE5ED56269ba6Cb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5b8DC8b4f438b1932Ddb2F320b4b7Ea65BA41798/info.json b/blockchains/smartchain/assets/0x5b8DC8b4f438b1932Ddb2F320b4b7Ea65BA41798/info.json deleted file mode 100644 index e3e7899c10cf9..0000000000000 --- a/blockchains/smartchain/assets/0x5b8DC8b4f438b1932Ddb2F320b4b7Ea65BA41798/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BDCC COIN", - "type": "BEP20", - "symbol": "BDCC", - "decimals": 18, - "website": "https://www.thebitica.com/", - "description": "Bitica Token, created in 2018, it is based on BEP-20 Smart Technology which is owned by Block Beats Company Registered in Estonia (the first country to legalise Cryptocurreny).", - "explorer": "https://bscscan.com/token/0x5b8DC8b4f438b1932Ddb2F320b4b7Ea65BA41798", - "status": "active", - "id": "0x5b8DC8b4f438b1932Ddb2F320b4b7Ea65BA41798" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5b8DC8b4f438b1932Ddb2F320b4b7Ea65BA41798/logo.png b/blockchains/smartchain/assets/0x5b8DC8b4f438b1932Ddb2F320b4b7Ea65BA41798/logo.png deleted file mode 100644 index 97def92350594..0000000000000 Binary files a/blockchains/smartchain/assets/0x5b8DC8b4f438b1932Ddb2F320b4b7Ea65BA41798/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5b8c1315D2a151355EA3BE9d2Cbdc4425648dCAb/info.json b/blockchains/smartchain/assets/0x5b8c1315D2a151355EA3BE9d2Cbdc4425648dCAb/info.json deleted file mode 100644 index 69836e0e2700f..0000000000000 --- a/blockchains/smartchain/assets/0x5b8c1315D2a151355EA3BE9d2Cbdc4425648dCAb/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "StarWars", - "website": "http://starwars.limited", - "description": "Yield farm SWW on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x5b8c1315D2a151355EA3BE9d2Cbdc4425648dCAb", - "type": "BEP20", - "symbol": "SWW", - "decimals": 8, - "status": "active", - "id": "0x5b8c1315D2a151355EA3BE9d2Cbdc4425648dCAb" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5b8c1315D2a151355EA3BE9d2Cbdc4425648dCAb/logo.png b/blockchains/smartchain/assets/0x5b8c1315D2a151355EA3BE9d2Cbdc4425648dCAb/logo.png deleted file mode 100644 index fa38c4609cc47..0000000000000 Binary files a/blockchains/smartchain/assets/0x5b8c1315D2a151355EA3BE9d2Cbdc4425648dCAb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5baeBd214FdAe546ce39750B8363e799E2ABa21E/info.json b/blockchains/smartchain/assets/0x5baeBd214FdAe546ce39750B8363e799E2ABa21E/info.json deleted file mode 100644 index f7a3c2679d7f9..0000000000000 --- a/blockchains/smartchain/assets/0x5baeBd214FdAe546ce39750B8363e799E2ABa21E/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Moonery", - "type": "BEP20", - "symbol": "MNRY", - "decimals": 9, - "website": "https://moonery.io/", - "description": "NO-LOSS MULTIPLIER DEFI - EARN PASSIVE INCOME - Moonery is a community-driven, no-loss prize game and no-loss pool launchpad built on Binance Smart Chain #BSC.", - "explorer": "https://bscscan.com/token/0x5baeBd214FdAe546ce39750B8363e799E2ABa21E", - "status": "active", - "id": "0x5baeBd214FdAe546ce39750B8363e799E2ABa21E" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5baeBd214FdAe546ce39750B8363e799E2ABa21E/logo.png b/blockchains/smartchain/assets/0x5baeBd214FdAe546ce39750B8363e799E2ABa21E/logo.png deleted file mode 100644 index 47d631d8e2b29..0000000000000 Binary files a/blockchains/smartchain/assets/0x5baeBd214FdAe546ce39750B8363e799E2ABa21E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5bcd91C734d665Fe426A5D7156f2aD7d37b76e30/info.json b/blockchains/smartchain/assets/0x5bcd91C734d665Fe426A5D7156f2aD7d37b76e30/info.json deleted file mode 100644 index 192214d47fe5d..0000000000000 --- a/blockchains/smartchain/assets/0x5bcd91C734d665Fe426A5D7156f2aD7d37b76e30/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "VicMove", - "type": "BEP20", - "symbol": "VIM", - "decimals": 18, - "website": "https://vicmove.com", - "description": "VicMove is a web3 fitness and lifestyle mobile app where you can earn rewards just by movement like Walking, Running and Cycling.", - "explorer": "https://bscscan.com/token/0x5bcd91C734d665Fe426A5D7156f2aD7d37b76e30", - "status": "active", - "id": "0x5bcd91C734d665Fe426A5D7156f2aD7d37b76e30", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VICMOVEOfficial" - }, - { - "name": "github", - "url": "https://github.com/VicMove/Vicmove.com" - }, - { - "name": "telegram", - "url": "https://t.me/VICMOVEOfficial" - }, - { - "name": "telegram_news", - "url": "https://t.me/VICMOVEAnnouncement" - }, - { - "name": "discord", - "url": "https://discord.com/invite/6uVPZPvbF5" - }, - { - "name": "whitepaper", - "url": "https://whitepaper.vicmove.com" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/vi/currencies/vicmove/" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/VICMOVE" - } - ], - "tags": [ - "gamefi", - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x5bcd91C734d665Fe426A5D7156f2aD7d37b76e30/logo.png b/blockchains/smartchain/assets/0x5bcd91C734d665Fe426A5D7156f2aD7d37b76e30/logo.png deleted file mode 100644 index 4f1c543e3d5a9..0000000000000 Binary files a/blockchains/smartchain/assets/0x5bcd91C734d665Fe426A5D7156f2aD7d37b76e30/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5bf1fCE818a59660433F4C1586F4DA1ea705dE27/info.json b/blockchains/smartchain/assets/0x5bf1fCE818a59660433F4C1586F4DA1ea705dE27/info.json deleted file mode 100644 index d1a06bec314c5..0000000000000 --- a/blockchains/smartchain/assets/0x5bf1fCE818a59660433F4C1586F4DA1ea705dE27/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "UPONLY", - "symbol": "UPONLY", - "type": "BEP20", - "decimals": 9, - "description": "UPONLY Swap will be utilized as an IFO launchpad providing a safe and secure platform for Binance Smart Chain tokens to launch from. The UPONLY Launchpad will be via IFO (Initial Farm Offering). UPONLY will research/inspect/verify and launch each token via UPONLY's swap.", - "website": "https://uponlydefi.com/", - "website2": "https://swap.uponlydefi.com/", - "explorer": "https://bscscan.com/token/0x5bf1fCE818a59660433F4C1586F4DA1ea705dE27", - "status": "active", - "id": "0x5bf1fCE818a59660433F4C1586F4DA1ea705dE27" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5bf1fCE818a59660433F4C1586F4DA1ea705dE27/logo.png b/blockchains/smartchain/assets/0x5bf1fCE818a59660433F4C1586F4DA1ea705dE27/logo.png deleted file mode 100644 index 884ca5b85714f..0000000000000 Binary files a/blockchains/smartchain/assets/0x5bf1fCE818a59660433F4C1586F4DA1ea705dE27/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5c6Fb802F173Dba15E2CAada433032B1368aF59f/info.json b/blockchains/smartchain/assets/0x5c6Fb802F173Dba15E2CAada433032B1368aF59f/info.json deleted file mode 100644 index 25a5d79bc4b50..0000000000000 --- a/blockchains/smartchain/assets/0x5c6Fb802F173Dba15E2CAada433032B1368aF59f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Binance Smart Chain Girl", - "type": "BEP20", - "symbol": "BSCGIRL", - "decimals": 8, - "website": "https://bscgirl.site/", - "description": "BSCGIRL is This project aims to implement a cross-chain bridge with other chains, a DeFi platform, and an NFT platform.", - "explorer": "https://bscscan.com/token/0x5c6Fb802F173Dba15E2CAada433032B1368aF59f", - "status": "active", - "id": "0x5c6Fb802F173Dba15E2CAada433032B1368aF59f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5c6Fb802F173Dba15E2CAada433032B1368aF59f/logo.png b/blockchains/smartchain/assets/0x5c6Fb802F173Dba15E2CAada433032B1368aF59f/logo.png deleted file mode 100644 index c272aa4bdc769..0000000000000 Binary files a/blockchains/smartchain/assets/0x5c6Fb802F173Dba15E2CAada433032B1368aF59f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5c792740a7d4684E75e5551Fb239f512Fe0d47d0/info.json b/blockchains/smartchain/assets/0x5c792740a7d4684E75e5551Fb239f512Fe0d47d0/info.json deleted file mode 100644 index dc34c2457da77..0000000000000 --- a/blockchains/smartchain/assets/0x5c792740a7d4684E75e5551Fb239f512Fe0d47d0/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "MRC Token", - "website": "https://marco.travel/mrc-token/", - "description": "Marco token is hosted by Binance Smart Chain, and its sole purpose is to function as a form of currency, storing value over time and allowing businesses to account for and pay for services..", - "explorer": "https://bscscan.com/token/0x5c792740a7d4684e75e5551fb239f512fe0d47d0", - "type": "BEP20", - "symbol": "MRC", - "decimals": 18, - "status": "active", - "id": "0x5c792740a7d4684E75e5551Fb239f512Fe0d47d0", - "links": [ - { - "name": "facebook", - "url": "https://facebook.com/marco.travelll" - }, - { - "name": "twitter", - "url": "https://twitter.com/Marco___travel" - }, - { - "name": "discord", - "url": "https://discord.com/invite/S76sGk5gTA" - }, - { - "name": "telegram", - "url": "https://t.me/marrco_travel" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5c792740a7d4684E75e5551Fb239f512Fe0d47d0/logo.png b/blockchains/smartchain/assets/0x5c792740a7d4684E75e5551Fb239f512Fe0d47d0/logo.png deleted file mode 100644 index 85fe607c06373..0000000000000 Binary files a/blockchains/smartchain/assets/0x5c792740a7d4684E75e5551Fb239f512Fe0d47d0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5c9476FcD6a4F9a3654139721c949c2233bBbBc8/info.json b/blockchains/smartchain/assets/0x5c9476FcD6a4F9a3654139721c949c2233bBbBc8/info.json deleted file mode 100644 index 7c9171114e602..0000000000000 --- a/blockchains/smartchain/assets/0x5c9476FcD6a4F9a3654139721c949c2233bBbBc8/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Venus MATIC", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - } - ], - "explorer": "https://bscscan.com/token/0x5c9476FcD6a4F9a3654139721c949c2233bBbBc8", - "type": "BEP20", - "symbol": "vMATIC", - "decimals": 8, - "status": "active", - "id": "0x5c9476FcD6a4F9a3654139721c949c2233bBbBc8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5c9476FcD6a4F9a3654139721c949c2233bBbBc8/logo.png b/blockchains/smartchain/assets/0x5c9476FcD6a4F9a3654139721c949c2233bBbBc8/logo.png deleted file mode 100644 index 27486799d284a..0000000000000 Binary files a/blockchains/smartchain/assets/0x5c9476FcD6a4F9a3654139721c949c2233bBbBc8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5cedD85E5C34Ef894380fb027FA5D2C944ea28e0/info.json b/blockchains/smartchain/assets/0x5cedD85E5C34Ef894380fb027FA5D2C944ea28e0/info.json deleted file mode 100644 index d8986fa9f33e3..0000000000000 --- a/blockchains/smartchain/assets/0x5cedD85E5C34Ef894380fb027FA5D2C944ea28e0/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "MiniFlokiShiba", - "website": "https://www.miniflokishiba.io/", - "description": "A Proprietary, Hyper Deflationary Token! MFLOKI token holders are not only rewarded through static rewards but also through true automatic burns every trade from within the liquidity pool!", - "explorer": "https://bscscan.com/token/0x5cedd85e5c34ef894380fb027fa5d2c944ea28e0", - "type": "BEP20", - "symbol": "MFLOKI", - "decimals": 9, - "status": "active", - "id": "0x5cedD85E5C34Ef894380fb027FA5D2C944ea28e0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/miniflokishiba" - }, - { - "name": "telegram", - "url": "https://t.me/MiniFlokiShibaOfficial" - }, - { - "name": "telegram_news", - "url": "https://t.me/miniflokishiba_news" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/mini-floki-shiba" - }, - { - "name": "github", - "url": "https://github.com/MiniFlokiShiba" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5cedD85E5C34Ef894380fb027FA5D2C944ea28e0/logo.png b/blockchains/smartchain/assets/0x5cedD85E5C34Ef894380fb027FA5D2C944ea28e0/logo.png deleted file mode 100644 index c80125bdcbbec..0000000000000 Binary files a/blockchains/smartchain/assets/0x5cedD85E5C34Ef894380fb027FA5D2C944ea28e0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5d33E26336C445c71F206dd18B64cE11C2eeE3f0/info.json b/blockchains/smartchain/assets/0x5d33E26336C445c71F206dd18B64cE11C2eeE3f0/info.json deleted file mode 100644 index ae73ec7becee1..0000000000000 --- a/blockchains/smartchain/assets/0x5d33E26336C445c71F206dd18B64cE11C2eeE3f0/info.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "NFTStyle", - "type": "BEP20", - "symbol": "NFTSTYLE", - "decimals": 18, - "website": "https://www.nft-style.com/", - "description": "Future Fashion is shaped by unstoppable nft technology. Nft-Style; It will be the first nft fashion stop where fashion icons, stylists, world brands and amateur artists will guide fashion. The future will now be felt much more closely.Who knows, maybe in the very near future your fashion design will become a unique icon in the world of Fortnite.", - "explorer": "https://bscscan.com/token/0x5d33E26336C445c71F206dd18B64cE11C2eeE3f0", - "status": "active", - "id": "0x5d33E26336C445c71F206dd18B64cE11C2eeE3f0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/NFTStyleToken" - }, - { - "name": "github", - "url": "https://github.com/developernftstyle" - }, - { - "name": "telegram", - "url": "https://t.me/nftstyletoken" - }, - { - "name": "whitepaper", - "url": "https://www.nft-style.com/file/wp.pdf" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UChIe0f7Oiqj6Sb4dbtPa8wg" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/nftstyle/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/nftstyle" - }, - { - "name": "telegram_news", - "url": "https://t.me/nftstylenews" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/NFTStyle/" - }, - { - "name": "medium", - "url": "https://medium.com/@nftstyle" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5d33E26336C445c71F206dd18B64cE11C2eeE3f0/logo.png b/blockchains/smartchain/assets/0x5d33E26336C445c71F206dd18B64cE11C2eeE3f0/logo.png deleted file mode 100644 index 3f99c6712d2f2..0000000000000 Binary files a/blockchains/smartchain/assets/0x5d33E26336C445c71F206dd18B64cE11C2eeE3f0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5d3AfBA1924aD748776E4Ca62213BF7acf39d773/info.json b/blockchains/smartchain/assets/0x5d3AfBA1924aD748776E4Ca62213BF7acf39d773/info.json deleted file mode 100644 index 927811b083215..0000000000000 --- a/blockchains/smartchain/assets/0x5d3AfBA1924aD748776E4Ca62213BF7acf39d773/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "KIWIGO", - "website": "https://kiwigo.app", - "description": "KGO is the Token of Kiwigo.", - "explorer": "https://bscscan.com/token/0x5d3afba1924ad748776e4ca62213bf7acf39d773", - "research": "https://www.kiwigo.app/kgo-kiwigo-crypto-currency/", - "type": "BEP20", - "symbol": "KGO", - "decimals": 5, - "status": "active", - "id": "0x5d3AfBA1924aD748776E4Ca62213BF7acf39d773" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5d3AfBA1924aD748776E4Ca62213BF7acf39d773/logo.png b/blockchains/smartchain/assets/0x5d3AfBA1924aD748776E4Ca62213BF7acf39d773/logo.png deleted file mode 100644 index 5067be609d136..0000000000000 Binary files a/blockchains/smartchain/assets/0x5d3AfBA1924aD748776E4Ca62213BF7acf39d773/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5d6CDf1b7F7C35EAE688E4C563b6f16eeAC2cB6b/info.json b/blockchains/smartchain/assets/0x5d6CDf1b7F7C35EAE688E4C563b6f16eeAC2cB6b/info.json deleted file mode 100644 index 2705742e9ba69..0000000000000 --- a/blockchains/smartchain/assets/0x5d6CDf1b7F7C35EAE688E4C563b6f16eeAC2cB6b/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SaylorMoon", - "website": "https://saylormoon.army", - "description": "SMOON is a community driven token.", - "explorer": "https://bscscan.com/token/0x5d6cdf1b7f7c35eae688e4c563b6f16eeac2cb6b", - "type": "BEP20", - "symbol": "SMOON", - "decimals": 9, - "status": "active", - "id": "0x5d6CDf1b7F7C35EAE688E4C563b6f16eeAC2cB6b" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5d6CDf1b7F7C35EAE688E4C563b6f16eeAC2cB6b/logo.png b/blockchains/smartchain/assets/0x5d6CDf1b7F7C35EAE688E4C563b6f16eeAC2cB6b/logo.png deleted file mode 100644 index 18e7f848526bc..0000000000000 Binary files a/blockchains/smartchain/assets/0x5d6CDf1b7F7C35EAE688E4C563b6f16eeAC2cB6b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5d96991648d22935Bdf6c7064B65c3c93F82Aa61/info.json b/blockchains/smartchain/assets/0x5d96991648d22935Bdf6c7064B65c3c93F82Aa61/info.json deleted file mode 100644 index 253cb8e048b4e..0000000000000 --- a/blockchains/smartchain/assets/0x5d96991648d22935Bdf6c7064B65c3c93F82Aa61/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Hero Floki", - "website": "https://herofloki.com", - "description": "HERO pays CAKE and BUSD his long-term holders! Every Hours Hero holders can claim BUSD & CAKE from the Hero Vault!", - "explorer": "https://bscscan.com/token/0x5d96991648d22935bdf6c7064b65c3c93f82aa61", - "symbol": "HERO", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x5d96991648d22935Bdf6c7064B65c3c93F82Aa61", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/herofloki" - }, - { - "name": "facebook", - "url": "https://facebook.com/HeroFloki2021" - }, - { - "name": "blog", - "url": "https://herofloki.medium.com/" - }, - { - "name": "telegram", - "url": "https://t.me/heroflokiglobal" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5d96991648d22935Bdf6c7064B65c3c93F82Aa61/logo.png b/blockchains/smartchain/assets/0x5d96991648d22935Bdf6c7064B65c3c93F82Aa61/logo.png deleted file mode 100644 index e360755b929a2..0000000000000 Binary files a/blockchains/smartchain/assets/0x5d96991648d22935Bdf6c7064B65c3c93F82Aa61/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5de3939b2F811A61d830E6F52d13B066881412ab/info.json b/blockchains/smartchain/assets/0x5de3939b2F811A61d830E6F52d13B066881412ab/info.json deleted file mode 100644 index ebf931d6c047c..0000000000000 --- a/blockchains/smartchain/assets/0x5de3939b2F811A61d830E6F52d13B066881412ab/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Proton", - "type": "BEP20", - "symbol": "XPR", - "decimals": 4, - "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 buy crypto, and use crypto seamlessly.", - "explorer": "https://bscscan.com/token/0x5de3939b2F811A61d830E6F52d13B066881412ab", - "status": "active", - "id": "0x5de3939b2F811A61d830E6F52d13B066881412ab", - "links": [ - { - "name": "github", - "url": "https://github.com/ProtonProtocol" - }, - { - "name": "twitter", - "url": "https://twitter.com/protonxpr" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/ProtonChain/" - }, - { - "name": "telegram", - "url": "https://t.me/protonxpr/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/B2QDmgf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/proton/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/proton" - }, - { - "name": "blog", - "url": "https://blog.protonchain.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5de3939b2F811A61d830E6F52d13B066881412ab/logo.png b/blockchains/smartchain/assets/0x5de3939b2F811A61d830E6F52d13B066881412ab/logo.png deleted file mode 100644 index 99c049e4cc9ff..0000000000000 Binary files a/blockchains/smartchain/assets/0x5de3939b2F811A61d830E6F52d13B066881412ab/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5dfb6437489235fe08a8F706Bb261938f4E2D849/info.json b/blockchains/smartchain/assets/0x5dfb6437489235fe08a8F706Bb261938f4E2D849/info.json deleted file mode 100644 index ecee855fbacca..0000000000000 --- a/blockchains/smartchain/assets/0x5dfb6437489235fe08a8F706Bb261938f4E2D849/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Shibosu", - "type": "BEP20", - "symbol": "Shibosu", - "decimals": 9, - "website": "https://www.shibosu.live", - "description": "Shibosu is the Japanese Gifting Shiba that will take over the Shiba world by storm. Shibosu is a mix between Shiba and Kabosu.", - "explorer": "https://bscscan.com/token/0x5dfb6437489235fe08a8F706Bb261938f4E2D849", - "status": "active", - "id": "0x5dfb6437489235fe08a8F706Bb261938f4E2D849", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/shibosu/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/shibosu" - }, - { - "name": "telegram", - "url": "https://t.me/shibosu" - }, - { - "name": "twitter", - "url": "https://twitter.com/ShibosuBSC" - }, - { - "name": "facebook", - "url": "https://facebook.com/shibosuofficial" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5dfb6437489235fe08a8F706Bb261938f4E2D849/logo.png b/blockchains/smartchain/assets/0x5dfb6437489235fe08a8F706Bb261938f4E2D849/logo.png deleted file mode 100644 index 77096419ad96a..0000000000000 Binary files a/blockchains/smartchain/assets/0x5dfb6437489235fe08a8F706Bb261938f4E2D849/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5e90253fbae4Dab78aa351f4E6fed08A64AB5590/info.json b/blockchains/smartchain/assets/0x5e90253fbae4Dab78aa351f4E6fed08A64AB5590/info.json deleted file mode 100644 index 6485c981e0528..0000000000000 --- a/blockchains/smartchain/assets/0x5e90253fbae4Dab78aa351f4E6fed08A64AB5590/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bonfire", - "type": "BEP20", - "symbol": "BONFIRE", - "decimals": 9, - "website": "https://www.bonfiretoken.co/", - "description": "Bonfire is a frictionless, yield-generating contract that allows you to seek shelter amidst the chaos of the market.", - "explorer": "https://bscscan.com/token/0x5e90253fbae4dab78aa351f4e6fed08a64ab5590", - "status": "active", - "id": "0x5e90253fbae4Dab78aa351f4E6fed08A64AB5590" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5e90253fbae4Dab78aa351f4E6fed08A64AB5590/logo.png b/blockchains/smartchain/assets/0x5e90253fbae4Dab78aa351f4E6fed08A64AB5590/logo.png deleted file mode 100644 index a109ca9e136c8..0000000000000 Binary files a/blockchains/smartchain/assets/0x5e90253fbae4Dab78aa351f4E6fed08A64AB5590/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5eF5994fA33FF4eB6c82d51ee1DC145c546065Bd/info.json b/blockchains/smartchain/assets/0x5eF5994fA33FF4eB6c82d51ee1DC145c546065Bd/info.json deleted file mode 100644 index 65720fb983cbf..0000000000000 --- a/blockchains/smartchain/assets/0x5eF5994fA33FF4eB6c82d51ee1DC145c546065Bd/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "HyperAlloy", - "website": "https://hyperjump.fi/", - "description": "ALLOY is the farm token for the HyperJump Asteroid Field (yield farm). The HyperJump team is the continuation of THUGS one of the earliest successes on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x5eF5994fA33FF4eB6c82d51ee1DC145c546065Bd", - "type": "BEP20", - "symbol": "ALLOY", - "decimals": 18, - "status": "active", - "id": "0x5eF5994fA33FF4eB6c82d51ee1DC145c546065Bd", - "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/0x5eF5994fA33FF4eB6c82d51ee1DC145c546065Bd/logo.png b/blockchains/smartchain/assets/0x5eF5994fA33FF4eB6c82d51ee1DC145c546065Bd/logo.png deleted file mode 100644 index 01546f71889fb..0000000000000 Binary files a/blockchains/smartchain/assets/0x5eF5994fA33FF4eB6c82d51ee1DC145c546065Bd/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5f0Da599BB2ccCfcf6Fdfd7D81743B6020864350/info.json b/blockchains/smartchain/assets/0x5f0Da599BB2ccCfcf6Fdfd7D81743B6020864350/info.json deleted file mode 100644 index ef34532bd0345..0000000000000 --- a/blockchains/smartchain/assets/0x5f0Da599BB2ccCfcf6Fdfd7D81743B6020864350/info.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "Binance-Peg Maker", - "website": "https://makerdao.com", - "description": "Maker is a utility token, governance token and recapitalization resource of the Maker system.", - "explorer": "https://bscscan.com/token/0x5f0Da599BB2ccCfcf6Fdfd7D81743B6020864350", - "research": "https://research.binance.com/en/projects/maker", - "type": "BEP20", - "symbol": "MKR", - "decimals": 18, - "status": "active", - "id": "0x5f0Da599BB2ccCfcf6Fdfd7D81743B6020864350", - "tags": [ - "defi", - "governance", - "binance-peg" - ], - "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/smartchain/assets/0x5f0Da599BB2ccCfcf6Fdfd7D81743B6020864350/logo.png b/blockchains/smartchain/assets/0x5f0Da599BB2ccCfcf6Fdfd7D81743B6020864350/logo.png deleted file mode 100644 index 7b7d27e4201e0..0000000000000 Binary files a/blockchains/smartchain/assets/0x5f0Da599BB2ccCfcf6Fdfd7D81743B6020864350/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5f4Bde007Dc06b867f86EBFE4802e34A1fFEEd63/info.json b/blockchains/smartchain/assets/0x5f4Bde007Dc06b867f86EBFE4802e34A1fFEEd63/info.json deleted file mode 100644 index e35832579a11e..0000000000000 --- a/blockchains/smartchain/assets/0x5f4Bde007Dc06b867f86EBFE4802e34A1fFEEd63/info.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "Highstreet Token", - "type": "BEP20", - "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://bscscan.com/token/0x5f4Bde007Dc06b867f86EBFE4802e34A1fFEEd63", - "status": "active", - "id": "0x5f4Bde007Dc06b867f86EBFE4802e34A1fFEEd63", - "links": [ - { - "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": "whitepaper", - "url": "https://docsend.com/view/czjyuggsatn8hpj5" - }, - { - "name": "facebook", - "url": "https://facebook.com/highstreetmkt" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCzXzF5_1RQupiUG0pVGJZmA" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/highstreet/project-info/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/highstreet" - }, - { - "name": "medium", - "url": "https://medium.com/highstreet-market " - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5f4Bde007Dc06b867f86EBFE4802e34A1fFEEd63/logo.png b/blockchains/smartchain/assets/0x5f4Bde007Dc06b867f86EBFE4802e34A1fFEEd63/logo.png deleted file mode 100644 index 6042f5a599bd9..0000000000000 Binary files a/blockchains/smartchain/assets/0x5f4Bde007Dc06b867f86EBFE4802e34A1fFEEd63/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5f50411CDE3eEC27b0eaC21691b4e500c69a5a2e/info.json b/blockchains/smartchain/assets/0x5f50411CDE3eEC27b0eaC21691b4e500c69a5a2e/info.json deleted file mode 100644 index 0555f67bade8c..0000000000000 --- a/blockchains/smartchain/assets/0x5f50411CDE3eEC27b0eaC21691b4e500c69a5a2e/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Singularity", - "website": "https://www.singularity.gold/", - "description": "Singularity is a metaverse gaming world of universe exploration and adventure.", - "explorer": "https://bscscan.com/token/0x5f50411CDE3eEC27b0eaC21691b4e500c69a5a2e", - "type": "BEP20", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/singularitysgly" - }, - { - "name": "telegram", - "url": "https://t.me/Singularityverse" - }, - { - "name": "github", - "url": "https://github.com/singularitySGLY" - }, - { - "name": "facebook", - "url": "https://facebook.com/profile.php?id=100074305448608" - } - ], - "symbol": "SGLY", - "decimals": 18, - "status": "active", - "id": "0x5f50411CDE3eEC27b0eaC21691b4e500c69a5a2e", - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5f50411CDE3eEC27b0eaC21691b4e500c69a5a2e/logo.png b/blockchains/smartchain/assets/0x5f50411CDE3eEC27b0eaC21691b4e500c69a5a2e/logo.png deleted file mode 100644 index 40eb368c53787..0000000000000 Binary files a/blockchains/smartchain/assets/0x5f50411CDE3eEC27b0eaC21691b4e500c69a5a2e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5f588EfAf8eB57e3837486e834fC5a4E07768D98/info.json b/blockchains/smartchain/assets/0x5f588EfAf8eB57e3837486e834fC5a4E07768D98/info.json deleted file mode 100644 index 4de3cd352eb7d..0000000000000 --- a/blockchains/smartchain/assets/0x5f588EfAf8eB57e3837486e834fC5a4E07768D98/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Binance Wrapped MVL", - "type": "BEP20", - "symbol": "bMVL", - "decimals": 18, - "website": "https://mvlchain.io/", - "description": "MVLChain aims to build an incentive-based blockchain mobility ecosystem. MVL Ecosystem breaks away current centralized system. Ecosystem participants get fairly rewarded for data contributions and uses in all-connected mobility services.", - "explorer": "https://bscscan.com/token/0x5f588efaf8eb57e3837486e834fc5a4e07768d98", - "status": "active", - "id": "0x5f588EfAf8eB57e3837486e834fC5a4E07768D98", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/mvlchain" - }, - { - "name": "telegram", - "url": "https://t.me/mvlchain_en" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mvl/" - } - ], - "tags": [ - "binance-peg" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5f588EfAf8eB57e3837486e834fC5a4E07768D98/logo.png b/blockchains/smartchain/assets/0x5f588EfAf8eB57e3837486e834fC5a4E07768D98/logo.png deleted file mode 100644 index 6091decc49539..0000000000000 Binary files a/blockchains/smartchain/assets/0x5f588EfAf8eB57e3837486e834fC5a4E07768D98/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5fE80d2CD054645b9419657d3d10d26391780A7B/info.json b/blockchains/smartchain/assets/0x5fE80d2CD054645b9419657d3d10d26391780A7B/info.json deleted file mode 100644 index f67c08b46a3fe..0000000000000 --- a/blockchains/smartchain/assets/0x5fE80d2CD054645b9419657d3d10d26391780A7B/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "MCB", - "website": "https://mcdex.io", - "description": "MCDEX is the first fully-permissionless DEX for trading perpetual contracts, powered by MCDEX's revolutionary AMM technology", - "explorer": "https://bscscan.com/token/0x5fE80d2CD054645b9419657d3d10d26391780A7B", - "type": "BEP20", - "symbol": "MCB", - "decimals": 18, - "status": "active", - "id": "0x5fE80d2CD054645b9419657d3d10d26391780A7B", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MonteCarloDEX" - }, - { - "name": "telegram", - "url": "https://t.me/Mcdex" - }, - { - "name": "medium", - "url": "https://mcdex.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5fE80d2CD054645b9419657d3d10d26391780A7B/logo.png b/blockchains/smartchain/assets/0x5fE80d2CD054645b9419657d3d10d26391780A7B/logo.png deleted file mode 100644 index ee172cac16fc5..0000000000000 Binary files a/blockchains/smartchain/assets/0x5fE80d2CD054645b9419657d3d10d26391780A7B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x5fEAD99998788AC1BCA768796483d899F1Aef4c4/info.json b/blockchains/smartchain/assets/0x5fEAD99998788AC1BCA768796483d899F1Aef4c4/info.json deleted file mode 100644 index 0111b04c08e79..0000000000000 --- a/blockchains/smartchain/assets/0x5fEAD99998788AC1BCA768796483d899F1Aef4c4/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "JINDO INU", - "type": "BEP20", - "symbol": "JIND", - "decimals": 9, - "website": "https://www.jindoinu.info", - "description": "This token will be used by JINDO SWAP and JINDO NFT in the future. JINDO SWAP is a SWAP built on the BSC chain, and if it provides liquidity, you can receive JINDO FEED tokens. JINDO FEED tokens will be issued with the launch of the SWAP and will be distributed to 100% liquidity providers.", - "explorer": "https://bscscan.com/token/0x5fEAD99998788AC1BCA768796483d899F1Aef4c4", - "status": "active", - "id": "0x5fEAD99998788AC1BCA768796483d899F1Aef4c4", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/JINDOFARM0" - }, - { - "name": "telegram", - "url": "https://t.me/JINDOINU2" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x5fEAD99998788AC1BCA768796483d899F1Aef4c4/logo.png b/blockchains/smartchain/assets/0x5fEAD99998788AC1BCA768796483d899F1Aef4c4/logo.png deleted file mode 100644 index 512df21871fe3..0000000000000 Binary files a/blockchains/smartchain/assets/0x5fEAD99998788AC1BCA768796483d899F1Aef4c4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6001600A144166e14075963eE9bF03e194f638Fe/info.json b/blockchains/smartchain/assets/0x6001600A144166e14075963eE9bF03e194f638Fe/info.json deleted file mode 100644 index a7a9528c0f6be..0000000000000 --- a/blockchains/smartchain/assets/0x6001600A144166e14075963eE9bF03e194f638Fe/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "KissMyMoon", - "website": "https://kissmymoon.finance/", - "description": "KissMyMoon protocol is the world’s first deflationary Token with the anti-whale tier system.", - "explorer": "https://bscscan.com/token/0x6001600A144166e14075963eE9bF03e194f638Fe", - "type": "BEP20", - "symbol": "KissMyMoon", - "decimals": 9, - "status": "active", - "id": "0x6001600A144166e14075963eE9bF03e194f638Fe" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6001600A144166e14075963eE9bF03e194f638Fe/logo.png b/blockchains/smartchain/assets/0x6001600A144166e14075963eE9bF03e194f638Fe/logo.png deleted file mode 100644 index a066055016f24..0000000000000 Binary files a/blockchains/smartchain/assets/0x6001600A144166e14075963eE9bF03e194f638Fe/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x60322971a672B81BccE5947706D22c19dAeCf6Fb/info.json b/blockchains/smartchain/assets/0x60322971a672B81BccE5947706D22c19dAeCf6Fb/info.json deleted file mode 100644 index 681b8cff06aee..0000000000000 --- a/blockchains/smartchain/assets/0x60322971a672B81BccE5947706D22c19dAeCf6Fb/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "MarsDAO", - "type": "BEP20", - "symbol": "MDAO", - "decimals": 18, - "website": "https://daomars.com", - "description": "MarsDAO is a multifunctional decentralized platform designed for the use of crypto tools, which operates based on a DAO principle, on its native MDAO token.", - "explorer": "https://bscscan.com/token/0x60322971a672B81BccE5947706D22c19dAeCf6Fb", - "status": "active", - "id": "0x60322971a672B81BccE5947706D22c19dAeCf6Fb", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/0xMarsDAO" - }, - { - "name": "github", - "url": "https://github.com/MARS-DAO" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/marsdao" - }, - { - "name": "telegram", - "url": "https://t.me/MarsDAO_channel" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/marsdao/" - } - ], - "tags": [ - "deflationary" - ] -} diff --git a/blockchains/smartchain/assets/0x60322971a672B81BccE5947706D22c19dAeCf6Fb/logo.png b/blockchains/smartchain/assets/0x60322971a672B81BccE5947706D22c19dAeCf6Fb/logo.png deleted file mode 100644 index cddbe1243f334..0000000000000 Binary files a/blockchains/smartchain/assets/0x60322971a672B81BccE5947706D22c19dAeCf6Fb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x603c7f932ED1fc6575303D8Fb018fDCBb0f39a95/info.json b/blockchains/smartchain/assets/0x603c7f932ED1fc6575303D8Fb018fDCBb0f39a95/info.json deleted file mode 100644 index a8bd3da6e641e..0000000000000 --- a/blockchains/smartchain/assets/0x603c7f932ED1fc6575303D8Fb018fDCBb0f39a95/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://bscscan.com/token/0x603c7f932ED1fc6575303D8Fb018fDCBb0f39a95", - "type": "BEP20", - "symbol": "BANANA", - "decimals": 18, - "status": "active", - "id": "0x603c7f932ED1fc6575303D8Fb018fDCBb0f39a95", - "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/smartchain/assets/0x603c7f932ED1fc6575303D8Fb018fDCBb0f39a95/logo.png b/blockchains/smartchain/assets/0x603c7f932ED1fc6575303D8Fb018fDCBb0f39a95/logo.png deleted file mode 100644 index 8921686fb2a78..0000000000000 Binary files a/blockchains/smartchain/assets/0x603c7f932ED1fc6575303D8Fb018fDCBb0f39a95/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x604D105f2F1f68641a000f03b5DC557bFFfdB8FE/info.json b/blockchains/smartchain/assets/0x604D105f2F1f68641a000f03b5DC557bFFfdB8FE/info.json deleted file mode 100644 index 1b108dac6182d..0000000000000 --- a/blockchains/smartchain/assets/0x604D105f2F1f68641a000f03b5DC557bFFfdB8FE/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SoupSwap", - "type": "BEP20", - "symbol": "SPW", - "decimals": 18, - "website": "https://soupsswap.io/", - "description": "SoupSwap Is Multi-Ecosystems Decentralized Finance Platform", - "explorer": "https://bscscan.com/token/0x604D105f2F1f68641a000f03b5DC557bFFfdB8FE", - "status": "active", - "id": "0x604D105f2F1f68641a000f03b5DC557bFFfdB8FE" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x604D105f2F1f68641a000f03b5DC557bFFfdB8FE/logo.png b/blockchains/smartchain/assets/0x604D105f2F1f68641a000f03b5DC557bFFfdB8FE/logo.png deleted file mode 100644 index bd3ea8969aa20..0000000000000 Binary files a/blockchains/smartchain/assets/0x604D105f2F1f68641a000f03b5DC557bFFfdB8FE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x60531D9DC6Ca16AC18d43588d2845d69f8A8aA59/info.json b/blockchains/smartchain/assets/0x60531D9DC6Ca16AC18d43588d2845d69f8A8aA59/info.json deleted file mode 100644 index a585cbd60d5fc..0000000000000 --- a/blockchains/smartchain/assets/0x60531D9DC6Ca16AC18d43588d2845d69f8A8aA59/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bitgatti", - "type": "BEP20", - "symbol": "BITGATTI", - "decimals": 9, - "website": "https://bitgatti.com", - "description": "A hybrid coin created to transform crypto and car enthusiasts into the most interactive and influential community on the planet. A deflationary, static yield farming, automatic liquidity generating token on the Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x60531D9DC6Ca16AC18d43588d2845d69f8A8aA59", - "status": "active", - "id": "0x60531D9DC6Ca16AC18d43588d2845d69f8A8aA59" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x60531D9DC6Ca16AC18d43588d2845d69f8A8aA59/logo.png b/blockchains/smartchain/assets/0x60531D9DC6Ca16AC18d43588d2845d69f8A8aA59/logo.png deleted file mode 100644 index 127206b7f042b..0000000000000 Binary files a/blockchains/smartchain/assets/0x60531D9DC6Ca16AC18d43588d2845d69f8A8aA59/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x60582805620370818967B32dC8Cd709195B72fab/info.json b/blockchains/smartchain/assets/0x60582805620370818967B32dC8Cd709195B72fab/info.json deleted file mode 100644 index 4aa30a7f933c1..0000000000000 --- a/blockchains/smartchain/assets/0x60582805620370818967B32dC8Cd709195B72fab/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FireInu", - "symbol": "FINU", - "type": "BEP20", - "decimals": 18, - "description": "FireInu is a cute burning Inu, ready to take the BSC and ETH markets by the leash. Dynamic Auto-Liquidity tokenomics for anti-dumping with a tiered tax system. Anti-whale mechanisms, flexible contract, and anti-abuse built in.", - "website": "https://www.fireinu.com/", - "explorer": "https://bscscan.com/token/0x60582805620370818967B32dC8Cd709195B72fab", - "status": "active", - "id": "0x60582805620370818967B32dC8Cd709195B72fab" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x60582805620370818967B32dC8Cd709195B72fab/logo.png b/blockchains/smartchain/assets/0x60582805620370818967B32dC8Cd709195B72fab/logo.png deleted file mode 100644 index 62abc884a1897..0000000000000 Binary files a/blockchains/smartchain/assets/0x60582805620370818967B32dC8Cd709195B72fab/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6067652Fe687Aa221B6F86F398aF4d0fe9bF45E3/info.json b/blockchains/smartchain/assets/0x6067652Fe687Aa221B6F86F398aF4d0fe9bF45E3/info.json deleted file mode 100644 index bb04670c8b639..0000000000000 --- a/blockchains/smartchain/assets/0x6067652Fe687Aa221B6F86F398aF4d0fe9bF45E3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Vain", - "type": "BEP20", - "symbol": "Vain", - "decimals": 9, - "website": "https://vaintoken.com", - "description": "Vain is a token made to make the world a better and greener place by planting trees.", - "explorer": "https://bscscan.com/token/0x6067652Fe687Aa221B6F86F398aF4d0fe9bF45E3", - "status": "active", - "id": "0x6067652Fe687Aa221B6F86F398aF4d0fe9bF45E3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6067652Fe687Aa221B6F86F398aF4d0fe9bF45E3/logo.png b/blockchains/smartchain/assets/0x6067652Fe687Aa221B6F86F398aF4d0fe9bF45E3/logo.png deleted file mode 100644 index 3de3cdb30618a..0000000000000 Binary files a/blockchains/smartchain/assets/0x6067652Fe687Aa221B6F86F398aF4d0fe9bF45E3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x609D183Fb91a0fce59550b62ab7d2c931b0Bb1BE/info.json b/blockchains/smartchain/assets/0x609D183Fb91a0fce59550b62ab7d2c931b0Bb1BE/info.json deleted file mode 100644 index 344ef8ff982c3..0000000000000 --- a/blockchains/smartchain/assets/0x609D183Fb91a0fce59550b62ab7d2c931b0Bb1BE/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "PolkaMonster", - "type": "BEP20", - "symbol": "PkMon", - "decimals": 18, - "website": "https://polkamonster.game/", - "description": "PolkaMonster is the fighting game on the Binance Smart Chain. PolkaMonster are sophisticated digital collections created using Blockchain technology", - "explorer": "https://bscscan.com/token/0x609D183Fb91a0fce59550b62ab7d2c931b0Bb1BE", - "status": "active", - "id": "0x609D183Fb91a0fce59550b62ab7d2c931b0Bb1BE", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/PolkaMonsterBSC" - }, - { - "name": "telegram", - "url": "https://t.me/PolkaMonsterBSC" - }, - { - "name": "reddit", - "url": "https://reddit.com/u/PolkaMonsterBSC" - }, - { - "name": "medium", - "url": "https://medium.com/@PolkaMonsterBSC" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCuBjlTR3DNF02YKbrzwHCuw" - }, - { - "name": "whitepaper", - "url": "https://docs.polkamonster.game/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/polkamonster/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/polkamonster" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x609D183Fb91a0fce59550b62ab7d2c931b0Bb1BE/logo.png b/blockchains/smartchain/assets/0x609D183Fb91a0fce59550b62ab7d2c931b0Bb1BE/logo.png deleted file mode 100644 index e245063020487..0000000000000 Binary files a/blockchains/smartchain/assets/0x609D183Fb91a0fce59550b62ab7d2c931b0Bb1BE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x60b3BC37593853c04410c4F07fE4D6748245BF77/info.json b/blockchains/smartchain/assets/0x60b3BC37593853c04410c4F07fE4D6748245BF77/info.json deleted file mode 100644 index c040f2b58d382..0000000000000 --- a/blockchains/smartchain/assets/0x60b3BC37593853c04410c4F07fE4D6748245BF77/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Shield Protocol", - "website": "https://shieldprotocol.org", - "description": "SHIELD is a Second Layer Security Platform based on the Binance Smart Chain", - "explorer": "https://bscscan.com/token/0x60b3bc37593853c04410c4f07fe4d6748245bf77", - "research": "", - "type": "BEP20", - "symbol": "SHIELD", - "decimals": 18, - "status": "active", - "id": "0x60b3BC37593853c04410c4F07fE4D6748245BF77" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x60b3BC37593853c04410c4F07fE4D6748245BF77/logo.png b/blockchains/smartchain/assets/0x60b3BC37593853c04410c4F07fE4D6748245BF77/logo.png deleted file mode 100644 index 4c3fd799bbd09..0000000000000 Binary files a/blockchains/smartchain/assets/0x60b3BC37593853c04410c4F07fE4D6748245BF77/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x60d66a5152612F7D550796910d022Cb2c77B09de/info.json b/blockchains/smartchain/assets/0x60d66a5152612F7D550796910d022Cb2c77B09de/info.json deleted file mode 100644 index c647e01e0ad47..0000000000000 --- a/blockchains/smartchain/assets/0x60d66a5152612F7D550796910d022Cb2c77B09de/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Useless", - "website": "https://uselesscrypto.com", - "description": "Useless is the first token with an auto-stabilizing liquidity pool fueled by external revenue. Our vision is to bring mainstream accessibility to the crypto-space with easy-to-use mobile apps and dApps.", - "explorer": "https://bscscan.com/token/0x60d66a5152612F7D550796910d022Cb2c77B09de", - "type": "BEP20", - "symbol": "1USE", - "decimals": 18, - "status": "active", - "id": "0x60d66a5152612F7D550796910d022Cb2c77B09de", - "links": [ - { - "name": "blog", - "url": "https://uselesscrypto.com/" - }, - { - "name": "twitter", - "url": "https://twitter.com/uselesscrypto" - }, - { - "name": "facebook", - "url": "https://facebook.com/uselesscrypto" - }, - { - "name": "whitepaper", - "url": "https://app.uselesscrypto.com/litepaper.pdf" - }, - { - "name": "telegram", - "url": "https://t.me/uselesscrypto" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x60d66a5152612F7D550796910d022Cb2c77B09de/logo.png b/blockchains/smartchain/assets/0x60d66a5152612F7D550796910d022Cb2c77B09de/logo.png deleted file mode 100644 index 37457fc043f54..0000000000000 Binary files a/blockchains/smartchain/assets/0x60d66a5152612F7D550796910d022Cb2c77B09de/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x60e9880DAeF10E960dA3c45b076dbdAc4f111Edf/info.json b/blockchains/smartchain/assets/0x60e9880DAeF10E960dA3c45b076dbdAc4f111Edf/info.json deleted file mode 100644 index ae8318771f1d0..0000000000000 --- a/blockchains/smartchain/assets/0x60e9880DAeF10E960dA3c45b076dbdAc4f111Edf/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "GlobalGive Token", - "type": "BEP20", - "symbol": "GGIVE", - "decimals": 8, - "website": "https://globalgive.finance/", - "description": "GlobalGive is a deflationary token built to grow wealth, and make the world a better place by donating a percentage of proceeds to a charity to be determined every month. GlobalGive is therefore a rotatory Charity Token representing a ground-breaking option for Charities to raise funds in an ever changing world.", - "explorer": "https://bscscan.com/token/0x60e9880DAeF10E960dA3c45b076dbdAc4f111Edf", - "status": "active", - "id": "0x60e9880DAeF10E960dA3c45b076dbdAc4f111Edf" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x60e9880DAeF10E960dA3c45b076dbdAc4f111Edf/logo.png b/blockchains/smartchain/assets/0x60e9880DAeF10E960dA3c45b076dbdAc4f111Edf/logo.png deleted file mode 100644 index 867abbee6be5a..0000000000000 Binary files a/blockchains/smartchain/assets/0x60e9880DAeF10E960dA3c45b076dbdAc4f111Edf/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x611DFe661C82B858087AB5b16e3Cb082552df4F3/info.json b/blockchains/smartchain/assets/0x611DFe661C82B858087AB5b16e3Cb082552df4F3/info.json deleted file mode 100644 index b68207d06fb2f..0000000000000 --- a/blockchains/smartchain/assets/0x611DFe661C82B858087AB5b16e3Cb082552df4F3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Chia", - "website": "https://chianetwork.app/", - "description": "Yield farm Chia on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x611DFe661C82B858087AB5b16e3Cb082552df4F3", - "type": "BEP20", - "symbol": "Chia", - "decimals": 8, - "status": "abandoned", - "id": "0x611DFe661C82B858087AB5b16e3Cb082552df4F3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6130AAaffDd8F39dC8EC00c6af0681DF0cBb2EEF/info.json b/blockchains/smartchain/assets/0x6130AAaffDd8F39dC8EC00c6af0681DF0cBb2EEF/info.json deleted file mode 100644 index 3a6e6b6030703..0000000000000 --- a/blockchains/smartchain/assets/0x6130AAaffDd8F39dC8EC00c6af0681DF0cBb2EEF/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PRYZ", - "type": "BEP20", - "symbol": "PRYZ", - "decimals": 18, - "website": "https://pryz.io", - "description": "PRYZ is a new community driven protocol, offering holders rewards with a difference.", - "explorer": "https://bscscan.com/token/0x6130AAaffDd8F39dC8EC00c6af0681DF0cBb2EEF", - "status": "active", - "id": "0x6130AAaffDd8F39dC8EC00c6af0681DF0cBb2EEF" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6130AAaffDd8F39dC8EC00c6af0681DF0cBb2EEF/logo.png b/blockchains/smartchain/assets/0x6130AAaffDd8F39dC8EC00c6af0681DF0cBb2EEF/logo.png deleted file mode 100644 index b7b8bb7df2c77..0000000000000 Binary files a/blockchains/smartchain/assets/0x6130AAaffDd8F39dC8EC00c6af0681DF0cBb2EEF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6158b3435DC3bc54a19A32Da2A2ed22aeC3bEF3e/info.json b/blockchains/smartchain/assets/0x6158b3435DC3bc54a19A32Da2A2ed22aeC3bEF3e/info.json deleted file mode 100644 index 4b73643f9191c..0000000000000 --- a/blockchains/smartchain/assets/0x6158b3435DC3bc54a19A32Da2A2ed22aeC3bEF3e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "bscShiba", - "type": "BEP20", - "symbol": "bShiba", - "decimals": 9, - "website": "https://shibacorp.org/", - "description": "bShiba is a community driven, fair launched DeFi Token which works by applying a 10% fee to each transaction, where 5% of the transaction fee is instantly split among all holders of the token and the other 5% fee is added and locked into the bShiba-BNB liquidity pool on Pancakeswap.", - "explorer": "https://bscscan.com/token/0x6158b3435DC3bc54a19A32Da2A2ed22aeC3bEF3e", - "status": "active", - "id": "0x6158b3435DC3bc54a19A32Da2A2ed22aeC3bEF3e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6158b3435DC3bc54a19A32Da2A2ed22aeC3bEF3e/logo.png b/blockchains/smartchain/assets/0x6158b3435DC3bc54a19A32Da2A2ed22aeC3bEF3e/logo.png deleted file mode 100644 index e9ea022795992..0000000000000 Binary files a/blockchains/smartchain/assets/0x6158b3435DC3bc54a19A32Da2A2ed22aeC3bEF3e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6169b3b23e57dE79a6146A2170980cEb1F83b9e0/info.json b/blockchains/smartchain/assets/0x6169b3b23e57dE79a6146A2170980cEb1F83b9e0/info.json deleted file mode 100644 index 889eca196ae6d..0000000000000 --- a/blockchains/smartchain/assets/0x6169b3b23e57dE79a6146A2170980cEb1F83b9e0/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Vetter Token", - "type": "BEP20", - "symbol": "VETTER", - "decimals": 9, - "website": "https://vetter.ai", - "description": "Vetter Platform is where crowdsourcing meets A.I. and gamification to empower the crypto investor", - "explorer": "https://bscscan.com/token/0x6169b3b23e57dE79a6146A2170980cEb1F83b9e0", - "status": "active", - "id": "0x6169b3b23e57dE79a6146A2170980cEb1F83b9e0", - "links": [ - { - "name": "telegram", - "url": "https://t.me/vetterplatform" - }, - { - "name": "facebook", - "url": "https://facebook.com/vetterplatform" - }, - { - "name": "twitter", - "url": "https://twitter.com/vetterplatform" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6169b3b23e57dE79a6146A2170980cEb1F83b9e0/logo.png b/blockchains/smartchain/assets/0x6169b3b23e57dE79a6146A2170980cEb1F83b9e0/logo.png deleted file mode 100644 index 7d22e36974642..0000000000000 Binary files a/blockchains/smartchain/assets/0x6169b3b23e57dE79a6146A2170980cEb1F83b9e0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x617724974218A18769020A70162165A539c07E8a/info.json b/blockchains/smartchain/assets/0x617724974218A18769020A70162165A539c07E8a/info.json deleted file mode 100644 index 047b999b5ab07..0000000000000 --- a/blockchains/smartchain/assets/0x617724974218A18769020A70162165A539c07E8a/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "OliveCash", - "website": "https://olive.cash", - "description": "OliveCash has the goal of fostering AMM, Yeild Farming and DeFi market by facilitating the participation of traditional investors to the Crypto Ecosystem. Expanding the potential market reach requires simple and smooth interfaces as well as easier connections between Fiat and Crypto markets. To increase protocol economical sustainability, we aim at increasing burning fees and defining additional deflationary strategies benefitting holders", - "explorer": "https://bscscan.com/token/0x617724974218A18769020A70162165A539c07E8a", - "type": "BEP20", - "symbol": "OLIVE", - "decimals": 18, - "status": "active", - "id": "0x617724974218A18769020A70162165A539c07E8a", - "links": [ - { - "name": "github", - "url": "https://github.com/olive-cash" - }, - { - "name": "twitter", - "url": "https://twitter.com/OliveCashBsc" - }, - { - "name": "telegram", - "url": "https://t.me/olive_cash_chat" - }, - { - "name": "medium", - "url": "https://olive-cash.medium.com" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x617724974218A18769020A70162165A539c07E8a/logo.png b/blockchains/smartchain/assets/0x617724974218A18769020A70162165A539c07E8a/logo.png deleted file mode 100644 index 050299065e032..0000000000000 Binary files a/blockchains/smartchain/assets/0x617724974218A18769020A70162165A539c07E8a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x61B83eDF87Ea662C695439A807c386455c9E797C/info.json b/blockchains/smartchain/assets/0x61B83eDF87Ea662C695439A807c386455c9E797C/info.json deleted file mode 100644 index d50cafbe9f7f1..0000000000000 --- a/blockchains/smartchain/assets/0x61B83eDF87Ea662C695439A807c386455c9E797C/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Ignore Fud", - "type": "BEP20", - "symbol": "4TOKEN", - "decimals": 18, - "website": "https://4ignorefud.com/", - "description": "A new kind of meme token that supports DeFi and Blockchain innovations", - "explorer": "https://bscscan.com/token/0x61B83eDF87Ea662C695439A807c386455c9E797C", - "status": "active", - "id": "0x61B83eDF87Ea662C695439A807c386455c9E797C", - "links": [ - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/ignore-fud" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/ignore-fud/" - }, - { - "name": "whitepaper", - "url": "https://ignore-fud.gitbook.io/ignore-fud/" - }, - { - "name": "telegram", - "url": "https://t.me/lgnorefud" - }, - { - "name": "twitter", - "url": "https://twitter.com/ignore_fud" - }, - { - "name": "youtube", - "url": "https://youtube.com/@IgnoreFud" - }, - { - "name": "medium", - "url": "https://ignorefud.medium.com/" - } - ], - "tags": [ - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x61B83eDF87Ea662C695439A807c386455c9E797C/logo.png b/blockchains/smartchain/assets/0x61B83eDF87Ea662C695439A807c386455c9E797C/logo.png deleted file mode 100644 index 10399b3763d34..0000000000000 Binary files a/blockchains/smartchain/assets/0x61B83eDF87Ea662C695439A807c386455c9E797C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x61C911B6D1B46DcaDbB61bFa7100290a6faaD53D/info.json b/blockchains/smartchain/assets/0x61C911B6D1B46DcaDbB61bFa7100290a6faaD53D/info.json deleted file mode 100644 index ab6a1cbc2767e..0000000000000 --- a/blockchains/smartchain/assets/0x61C911B6D1B46DcaDbB61bFa7100290a6faaD53D/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "RiseUp", - "website": "https://riseupofficial.com/", - "description": "Rise Up is a movement and the next growth token with an innovative buy back and burn system. A hyper deflationary token decreasing supply and economically increasing the price over time. Rise Up is building utilities to help investors check smart contracts and for launching safe tokens", - "explorer": "https://bscscan.com/token/0x61C911B6D1B46DcaDbB61bFa7100290a6faaD53D", - "type": "BEP20", - "symbol": "RiseUp", - "decimals": 9, - "status": "active", - "id": "0x61C911B6D1B46DcaDbB61bFa7100290a6faaD53D", - "links": [ - { - "name": "whitepaper", - "url": "https://riseupofficial.com/wp-content/uploads/2021/07/RiseUp_Litepaper_v4.pdf" - }, - { - "name": "twitter", - "url": "https://twitter.com/RISEUP_WE_STAND" - }, - { - "name": "telegram", - "url": "https://t.me/riseup_officiall" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/riseup/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/riseup" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x61C911B6D1B46DcaDbB61bFa7100290a6faaD53D/logo.png b/blockchains/smartchain/assets/0x61C911B6D1B46DcaDbB61bFa7100290a6faaD53D/logo.png deleted file mode 100644 index a5968bb1aff12..0000000000000 Binary files a/blockchains/smartchain/assets/0x61C911B6D1B46DcaDbB61bFa7100290a6faaD53D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x61Ed1C66239d29Cc93C8597c6167159e8F69a823/info.json b/blockchains/smartchain/assets/0x61Ed1C66239d29Cc93C8597c6167159e8F69a823/info.json deleted file mode 100644 index cf0f96da63871..0000000000000 --- a/blockchains/smartchain/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://bscscan.com/token/0x61Ed1C66239d29Cc93C8597c6167159e8F69a823", - "research": "", - "type": "BEP20", - "symbol": "RSD", - "decimals": 18, - "status": "active", - "id": "0x61Ed1C66239d29Cc93C8597c6167159e8F69a823" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x61Ed1C66239d29Cc93C8597c6167159e8F69a823/logo.png b/blockchains/smartchain/assets/0x61Ed1C66239d29Cc93C8597c6167159e8F69a823/logo.png deleted file mode 100644 index 99f1c68f5772a..0000000000000 Binary files a/blockchains/smartchain/assets/0x61Ed1C66239d29Cc93C8597c6167159e8F69a823/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x61a97C4914C43f8BD98D01a99418E826C80AfAdC/info.json b/blockchains/smartchain/assets/0x61a97C4914C43f8BD98D01a99418E826C80AfAdC/info.json deleted file mode 100644 index 599f9d108de77..0000000000000 --- a/blockchains/smartchain/assets/0x61a97C4914C43f8BD98D01a99418E826C80AfAdC/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "CryptoBonusMiles", - "symbol": "CBM", - "type": "BEP20", - "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://bscscan.com/token/0x61a97C4914C43f8BD98D01a99418E826C80AfAdC", - "status": "active", - "id": "0x61a97C4914C43f8BD98D01a99418E826C80AfAdC", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/aeron_aero" - }, - { - "name": "telegram", - "url": "https://t.me/aeronaero" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/cryptobonusmiles" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/cryptobonusmiles" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x61a97C4914C43f8BD98D01a99418E826C80AfAdC/logo.png b/blockchains/smartchain/assets/0x61a97C4914C43f8BD98D01a99418E826C80AfAdC/logo.png deleted file mode 100644 index cdc7ca7ea4aac..0000000000000 Binary files a/blockchains/smartchain/assets/0x61a97C4914C43f8BD98D01a99418E826C80AfAdC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x61eDcFe8Dd6bA3c891CB9bEc2dc7657B3B422E93/info.json b/blockchains/smartchain/assets/0x61eDcFe8Dd6bA3c891CB9bEc2dc7657B3B422E93/info.json deleted file mode 100644 index 4698f6c3186d8..0000000000000 --- a/blockchains/smartchain/assets/0x61eDcFe8Dd6bA3c891CB9bEc2dc7657B3B422E93/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Venus TRX", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "research": "https://research.binance.com/en/projects/venus", - "explorer": "https://bscscan.com/token/0x61eDcFe8Dd6bA3c891CB9bEc2dc7657B3B422E93", - "type": "BEP20", - "symbol": "vTRX", - "decimals": 8, - "status": "active", - "id": "0x61eDcFe8Dd6bA3c891CB9bEc2dc7657B3B422E93", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x61eDcFe8Dd6bA3c891CB9bEc2dc7657B3B422E93/logo.png b/blockchains/smartchain/assets/0x61eDcFe8Dd6bA3c891CB9bEc2dc7657B3B422E93/logo.png deleted file mode 100644 index 81461bdcb08fc..0000000000000 Binary files a/blockchains/smartchain/assets/0x61eDcFe8Dd6bA3c891CB9bEc2dc7657B3B422E93/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x622A1297057ea233287ce77bdBF2AB4E63609F23/info.json b/blockchains/smartchain/assets/0x622A1297057ea233287ce77bdBF2AB4E63609F23/info.json deleted file mode 100644 index 99d109d044607..0000000000000 --- a/blockchains/smartchain/assets/0x622A1297057ea233287ce77bdBF2AB4E63609F23/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "SUPERDOGE", - "website": "https://superdoge.io/", - "description": "SUPERDOGE is a deflationary meme coin that donates 2% of every transaction to multiple charities.", - "explorer": "https://bscscan.com/token/0x622a1297057ea233287ce77bdbf2ab4e63609f23", - "research": "https://superdoge.io/", - "type": "BEP20", - "symbol": "$SUPDOG", - "decimals": 9, - "status": "active", - "id": "0x622A1297057ea233287ce77bdBF2AB4E63609F23" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x622A1297057ea233287ce77bdBF2AB4E63609F23/logo.png b/blockchains/smartchain/assets/0x622A1297057ea233287ce77bdBF2AB4E63609F23/logo.png deleted file mode 100644 index 9bf73f4d4acdf..0000000000000 Binary files a/blockchains/smartchain/assets/0x622A1297057ea233287ce77bdBF2AB4E63609F23/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x623b3A37E06268E99096a56A8A0c1207a024245d/info.json b/blockchains/smartchain/assets/0x623b3A37E06268E99096a56A8A0c1207a024245d/info.json deleted file mode 100644 index 28ce7feebfd91..0000000000000 --- a/blockchains/smartchain/assets/0x623b3A37E06268E99096a56A8A0c1207a024245d/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SpaceToast", - "type": "BEP20", - "symbol": "SPACETOAST", - "decimals": 9, - "website": "https://www.toastfinance.com/", - "description": "Hyper Burn & Liquidity Generation Protocol", - "explorer": "https://bscscan.com/token/0x623b3A37E06268E99096a56A8A0c1207a024245d", - "status": "active", - "id": "0x623b3A37E06268E99096a56A8A0c1207a024245d" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x623b3A37E06268E99096a56A8A0c1207a024245d/logo.png b/blockchains/smartchain/assets/0x623b3A37E06268E99096a56A8A0c1207a024245d/logo.png deleted file mode 100644 index fbe69357a278b..0000000000000 Binary files a/blockchains/smartchain/assets/0x623b3A37E06268E99096a56A8A0c1207a024245d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x62613F4b4F7600C7C0F16c97Aefc29c8A2CA524F/info.json b/blockchains/smartchain/assets/0x62613F4b4F7600C7C0F16c97Aefc29c8A2CA524F/info.json deleted file mode 100644 index 030eff43ef0f0..0000000000000 --- a/blockchains/smartchain/assets/0x62613F4b4F7600C7C0F16c97Aefc29c8A2CA524F/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Global Adversity Project", - "website": "http://www.globaladversity.org", - "description": "Global Adversity Project (GAP) is a yield-generating charitable cryptocurrency that runs on the Binance Smart Network. It rewards holders by providing them ‘interest’ on their investment through the contract transaction tax, offering an incentive for investors to hold, rather then participating in day-trading events. It's charitable ventures support individuals who have mental, physical or intellectual disabilities.", - "explorer": "https://bscscan.com/token/0x62613f4b4f7600c7c0f16c97aefc29c8a2ca524f", - "type": "BEP20", - "symbol": "GAP", - "decimals": 9, - "status": "active", - "id": "0x62613F4b4F7600C7C0F16c97Aefc29c8A2CA524F" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x62613F4b4F7600C7C0F16c97Aefc29c8A2CA524F/logo.png b/blockchains/smartchain/assets/0x62613F4b4F7600C7C0F16c97Aefc29c8A2CA524F/logo.png deleted file mode 100644 index 60da821930180..0000000000000 Binary files a/blockchains/smartchain/assets/0x62613F4b4F7600C7C0F16c97Aefc29c8A2CA524F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6266a18F1605DA94e8317232ffa634C74646ac40/info.json b/blockchains/smartchain/assets/0x6266a18F1605DA94e8317232ffa634C74646ac40/info.json deleted file mode 100644 index 6fbd1cd472d39..0000000000000 --- a/blockchains/smartchain/assets/0x6266a18F1605DA94e8317232ffa634C74646ac40/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "METFX Watch-To-Earn", - "type": "BEP20", - "symbol": "MFX", - "decimals": 18, - "website": "https://www.metfx.io", - "description": "The MetFx Marketplace is where you will find all the accessories you may require to do so, and also find a wide range of NFT’s that can be used in our metaverse.", - "explorer": "https://bscscan.com/token/0x6266a18F1605DA94e8317232ffa634C74646ac40", - "status": "active", - "id": "0x6266a18F1605DA94e8317232ffa634C74646ac40", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/metfxmetaverse" - }, - { - "name": "telegram", - "url": "https://t.me/METFXWORLD" - }, - { - "name": "facebook", - "url": "https://facebook.com/metfx.official" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/metfx-watch-to-earn/" - } - ], - "tags": [ - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x6266a18F1605DA94e8317232ffa634C74646ac40/logo.png b/blockchains/smartchain/assets/0x6266a18F1605DA94e8317232ffa634C74646ac40/logo.png deleted file mode 100644 index 854be76b89695..0000000000000 Binary files a/blockchains/smartchain/assets/0x6266a18F1605DA94e8317232ffa634C74646ac40/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x62823659d09F9F9D2222058878f89437425eB261/info.json b/blockchains/smartchain/assets/0x62823659d09F9F9D2222058878f89437425eB261/info.json deleted file mode 100644 index 60181ec9826d4..0000000000000 --- a/blockchains/smartchain/assets/0x62823659d09F9F9D2222058878f89437425eB261/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "ERTHA Token", - "type": "BEP20", - "symbol": "ERTHA", - "decimals": 18, - "website": "https://ertha.io/", - "description": "The ERTHA token is the primary utility token used to facilitate sustainable DAO design for the game's metaverse ecosystem as a whole.", - "explorer": "https://bscscan.com/token/0x62823659d09F9F9D2222058878f89437425eB261", - "status": "active", - "id": "0x62823659d09F9F9D2222058878f89437425eB261", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ErthaGame" - }, - { - "name": "telegram", - "url": "https://t.me/Erthium" - }, - { - "name": "discord", - "url": "https://discord.com/invite/ertha" - }, - { - "name": "medium", - "url": "https://erthium.medium.com/" - }, - { - "name": "whitepaper", - "url": "https://whitepaper.ertha.io/ertha-whitepaper/" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x62823659d09F9F9D2222058878f89437425eB261/logo.png b/blockchains/smartchain/assets/0x62823659d09F9F9D2222058878f89437425eB261/logo.png deleted file mode 100644 index 1c9ff2451f698..0000000000000 Binary files a/blockchains/smartchain/assets/0x62823659d09F9F9D2222058878f89437425eB261/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6289812163af9421E566B3d74774074fAc2A0441/info.json b/blockchains/smartchain/assets/0x6289812163af9421E566B3d74774074fAc2A0441/info.json deleted file mode 100644 index 22de374291493..0000000000000 --- a/blockchains/smartchain/assets/0x6289812163af9421E566B3d74774074fAc2A0441/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Crusaders Of Crypto", - "type": "BEP20", - "symbol": "CRUSADER", - "decimals": 9, - "website": "https://crusadersofcrypto.com", - "description": "Crusaders of Crypto is a classic-style Roguelike game paired with the Binance Smart Chain! Players are able to repeatedly enter randomly generated dungeons, battle monsters, and fight difficult and scripted bosses, all named after Crypto-Related tragedies (Like FlashLoanius!). Holders of CRUSADER will be able to enhance this experience by being able to do the same during competition events, which can reward BNB and in-game NFTs!", - "explorer": "https://bscscan.com/token/0x6289812163af9421E566B3d74774074fAc2A0441", - "status": "active", - "id": "0x6289812163af9421E566B3d74774074fAc2A0441", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CrusaderBSC" - }, - { - "name": "github", - "url": "https://github.com/Watch-Pug/Crusaders_Review/blob/main/WatchPug%20Audit%20Report%20for%20Crusaders.pdf" - }, - { - "name": "telegram", - "url": "https://t.me/CrusadersOfCrypto" - }, - { - "name": "telegram_news", - "url": "https://t.me/CrusadersAnnouncements" - }, - { - "name": "whitepaper", - "url": "https://pub.lucidpress.com/crusadersofcryptowhitepaper/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/crusaders-of-crypto/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/crusaders-of-crypto" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6289812163af9421E566B3d74774074fAc2A0441/logo.png b/blockchains/smartchain/assets/0x6289812163af9421E566B3d74774074fAc2A0441/logo.png deleted file mode 100644 index 2b2e5ecd1e76c..0000000000000 Binary files a/blockchains/smartchain/assets/0x6289812163af9421E566B3d74774074fAc2A0441/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x62D71B23bF15218C7d2D7E48DBbD9e9c650B173f/info.json b/blockchains/smartchain/assets/0x62D71B23bF15218C7d2D7E48DBbD9e9c650B173f/info.json deleted file mode 100644 index 5d356a7b44852..0000000000000 --- a/blockchains/smartchain/assets/0x62D71B23bF15218C7d2D7E48DBbD9e9c650B173f/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Wrapped Mirror GOOGL Token", - "website": "https://mirror.finance", - "description": "Mirror Protocol allows the creation of fungible assets, “synthetics”, that track the price of real-world assets.", - "explorer": "https://bscscan.com/token/0x62D71B23bF15218C7d2D7E48DBbD9e9c650B173f", - "research": "", - "type": "BEP20", - "symbol": "mGOOGL", - "decimals": 18, - "status": "active", - "id": "0x62D71B23bF15218C7d2D7E48DBbD9e9c650B173f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x62D71B23bF15218C7d2D7E48DBbD9e9c650B173f/logo.png b/blockchains/smartchain/assets/0x62D71B23bF15218C7d2D7E48DBbD9e9c650B173f/logo.png deleted file mode 100644 index 5e9b9e1f4e303..0000000000000 Binary files a/blockchains/smartchain/assets/0x62D71B23bF15218C7d2D7E48DBbD9e9c650B173f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x62c2A6f57a65e1e4b1d9e31b3e3511c8C36841a8/info.json b/blockchains/smartchain/assets/0x62c2A6f57a65e1e4b1d9e31b3e3511c8C36841a8/info.json deleted file mode 100644 index 4250ec6128138..0000000000000 --- a/blockchains/smartchain/assets/0x62c2A6f57a65e1e4b1d9e31b3e3511c8C36841a8/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SMEGMARS", - "type": "BEP20", - "symbol": "SMEGM", - "decimals": 10, - "website": "https://www.smegmars.space", - "description": "We are a community-driven project that has implemented some of the best tokenomics around. Our goal is simple: end testicular cancer", - "explorer": "https://bscscan.com/token/0x62c2A6f57a65e1e4b1d9e31b3e3511c8C36841a8", - "status": "active", - "id": "0x62c2A6f57a65e1e4b1d9e31b3e3511c8C36841a8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x62c2A6f57a65e1e4b1d9e31b3e3511c8C36841a8/logo.png b/blockchains/smartchain/assets/0x62c2A6f57a65e1e4b1d9e31b3e3511c8C36841a8/logo.png deleted file mode 100644 index 9a3ec322e2cc8..0000000000000 Binary files a/blockchains/smartchain/assets/0x62c2A6f57a65e1e4b1d9e31b3e3511c8C36841a8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6306e883493824Ccf606D90E25F68a28e47b98a3/info.json b/blockchains/smartchain/assets/0x6306e883493824Ccf606D90E25F68a28e47b98a3/info.json deleted file mode 100644 index 32dbdfa41c7c7..0000000000000 --- a/blockchains/smartchain/assets/0x6306e883493824Ccf606D90E25F68a28e47b98a3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Extend Finance", - "website": "https://extendfinance.online", - "description": "Extend Finance was built for the BSC chain with 4% reward & 1% burning emission", - "explorer": "https://bscscan.com/token/0x6306e883493824ccf606d90e25f68a28e47b98a3", - "type": "BEP20", - "symbol": "EXF", - "decimals": 9, - "status": "active", - "id": "0x6306e883493824Ccf606D90E25F68a28e47b98a3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6306e883493824Ccf606D90E25F68a28e47b98a3/logo.png b/blockchains/smartchain/assets/0x6306e883493824Ccf606D90E25F68a28e47b98a3/logo.png deleted file mode 100644 index d09e61033d94c..0000000000000 Binary files a/blockchains/smartchain/assets/0x6306e883493824Ccf606D90E25F68a28e47b98a3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x630d98424eFe0Ea27fB1b3Ab7741907DFFEaAd78/info.json b/blockchains/smartchain/assets/0x630d98424eFe0Ea27fB1b3Ab7741907DFFEaAd78/info.json deleted file mode 100644 index 98cebb426af80..0000000000000 --- a/blockchains/smartchain/assets/0x630d98424eFe0Ea27fB1b3Ab7741907DFFEaAd78/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PEAK", - "website": "https://peakdefi.com", - "description": "PEAKDEFI is a decentralized asset management fund, created to connect investors and asset managers for capital growth.", - "explorer": "https://bscscan.com/token/0x630d98424efe0ea27fb1b3ab7741907dffeaad78", - "type": "BEP20", - "symbol": "PEAK", - "decimals": 8, - "status": "active", - "id": "0x630d98424eFe0Ea27fB1b3Ab7741907DFFEaAd78" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x630d98424eFe0Ea27fB1b3Ab7741907DFFEaAd78/logo.png b/blockchains/smartchain/assets/0x630d98424eFe0Ea27fB1b3Ab7741907DFFEaAd78/logo.png deleted file mode 100644 index bc0e94876348e..0000000000000 Binary files a/blockchains/smartchain/assets/0x630d98424eFe0Ea27fB1b3Ab7741907DFFEaAd78/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x631C2f0EdABaC799f07550aEE4fF0Bf7fd35212B/info.json b/blockchains/smartchain/assets/0x631C2f0EdABaC799f07550aEE4fF0Bf7fd35212B/info.json deleted file mode 100644 index 07b3ea997ee59..0000000000000 --- a/blockchains/smartchain/assets/0x631C2f0EdABaC799f07550aEE4fF0Bf7fd35212B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Poollotto.finance", - "type": "BEP20", - "symbol": "PLT", - "decimals": 18, - "website": "https://www.poollotto.finance/", - "description": "Smart contract on the blockchain network for non-centralized management of a global social lottery pool", - "explorer": "https://bscscan.com/token/0x631C2f0EdABaC799f07550aEE4fF0Bf7fd35212B", - "status": "active", - "id": "0x631C2f0EdABaC799f07550aEE4fF0Bf7fd35212B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x631C2f0EdABaC799f07550aEE4fF0Bf7fd35212B/logo.png b/blockchains/smartchain/assets/0x631C2f0EdABaC799f07550aEE4fF0Bf7fd35212B/logo.png deleted file mode 100644 index ac283a937cbcc..0000000000000 Binary files a/blockchains/smartchain/assets/0x631C2f0EdABaC799f07550aEE4fF0Bf7fd35212B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x631E1e455019c359b939fE214EDC761d36bF6aD6/info.json b/blockchains/smartchain/assets/0x631E1e455019c359b939fE214EDC761d36bF6aD6/info.json deleted file mode 100644 index 07f05d1e6edc1..0000000000000 --- a/blockchains/smartchain/assets/0x631E1e455019c359b939fE214EDC761d36bF6aD6/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PinkPanda", - "type": "BEP20", - "symbol": "PINKPANDA", - "decimals": 9, - "website": "https://pinkpanda.finance/", - "description": "PinkPanda is a yield-generating utility token for a new decentralized exchange the supports up to 5x leverage (margin trading). The PinkPanda team is a group of long-time crypto and decentralized finance (DeFi) builders and innovators, who are looking to drive change in the industry through building a unique community-driven token that delivers a strong return to its holders as well as a positive social impact. $PINKPANDA creates abundance.", - "explorer": "https://bscscan.com/token/0x631E1e455019c359b939fE214EDC761d36bF6aD6", - "status": "abandoned", - "id": "0x631E1e455019c359b939fE214EDC761d36bF6aD6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x63221d19c4B512a6F4792F2Da0a2083eA28c38c1/info.json b/blockchains/smartchain/assets/0x63221d19c4B512a6F4792F2Da0a2083eA28c38c1/info.json deleted file mode 100644 index fbbcb2d766d06..0000000000000 --- a/blockchains/smartchain/assets/0x63221d19c4B512a6F4792F2Da0a2083eA28c38c1/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "CalltoCombat", - "type": "BEP20", - "symbol": "CTC", - "decimals": 9, - "website": "https://calltocombat.com", - "description": "Call to Combat is the world's first multiplayer online role-playing game universe that exists inside the MetaVerse world where real players connect and earn.", - "explorer": "https://bscscan.com/token/0x63221d19c4b512a6f4792f2da0a2083ea28c38c1", - "status": "active", - "id": "0x63221d19c4B512a6F4792F2Da0a2083eA28c38c1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/calltocombat" - }, - { - "name": "github", - "url": "https://github.com/calltocombat" - }, - { - "name": "telegram", - "url": "https://t.me/calltocombat" - }, - { - "name": "telegram_news", - "url": "https://t.me/calltocombatnews" - }, - { - "name": "blog", - "url": "https://medium.com/@calltocombat" - }, - { - "name": "docs", - "url": "https://docs.calltocombat.com" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x63221d19c4B512a6F4792F2Da0a2083eA28c38c1/logo.png b/blockchains/smartchain/assets/0x63221d19c4B512a6F4792F2Da0a2083eA28c38c1/logo.png deleted file mode 100644 index 6ef4512fd54f2..0000000000000 Binary files a/blockchains/smartchain/assets/0x63221d19c4B512a6F4792F2Da0a2083eA28c38c1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x63870A18B6e42b01Ef1Ad8A2302ef50B7132054F/info.json b/blockchains/smartchain/assets/0x63870A18B6e42b01Ef1Ad8A2302ef50B7132054F/info.json deleted file mode 100644 index 8f4930aeb0fa3..0000000000000 --- a/blockchains/smartchain/assets/0x63870A18B6e42b01Ef1Ad8A2302ef50B7132054F/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "BLinkToken", - "website": "https://blink.wink.org", - "description": "BLink is a partnership between WINk and Binance community.", - "explorer": "https://bscscan.com/token/0x63870a18b6e42b01ef1ad8a2302ef50b7132054f", - "research": "", - "type": "BEP20", - "symbol": "BLINK", - "decimals": 6, - "status": "active", - "id": "0x63870A18B6e42b01Ef1Ad8A2302ef50B7132054F" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x63870A18B6e42b01Ef1Ad8A2302ef50B7132054F/logo.png b/blockchains/smartchain/assets/0x63870A18B6e42b01Ef1Ad8A2302ef50B7132054F/logo.png deleted file mode 100644 index d788147a3b48c..0000000000000 Binary files a/blockchains/smartchain/assets/0x63870A18B6e42b01Ef1Ad8A2302ef50B7132054F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x638EEBe886B0e9e7C6929E69490064a6C94d204d/info.json b/blockchains/smartchain/assets/0x638EEBe886B0e9e7C6929E69490064a6C94d204d/info.json deleted file mode 100644 index 1882c220eee9b..0000000000000 --- a/blockchains/smartchain/assets/0x638EEBe886B0e9e7C6929E69490064a6C94d204d/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://bscscan.com/token/0x638EEBe886B0e9e7C6929E69490064a6C94d204d", - "type": "BEP20", - "symbol": "HEC", - "decimals": 9, - "status": "active", - "id": "0x638EEBe886B0e9e7C6929E69490064a6C94d204d", - "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/smartchain/assets/0x638EEBe886B0e9e7C6929E69490064a6C94d204d/logo.png b/blockchains/smartchain/assets/0x638EEBe886B0e9e7C6929E69490064a6C94d204d/logo.png deleted file mode 100644 index 46040ed8ec9d2..0000000000000 Binary files a/blockchains/smartchain/assets/0x638EEBe886B0e9e7C6929E69490064a6C94d204d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6397de0F9aEDc0F7A8Fa8B438DDE883B9c201010/info.json b/blockchains/smartchain/assets/0x6397de0F9aEDc0F7A8Fa8B438DDE883B9c201010/info.json deleted file mode 100644 index a1a52c9b15dc9..0000000000000 --- a/blockchains/smartchain/assets/0x6397de0F9aEDc0F7A8Fa8B438DDE883B9c201010/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "SinCity Token", - "website": "https://sin-city.io/", - "description": "Sin City is a metaverse multiplayer game built on blockchain. Your very own decentralized virtual world, centered around a social play-to-earn empire building model and housing multiple gaming & gambling applications for an immersive experience.", - "explorer": "https://bscscan.com/token/0x6397de0F9aEDc0F7A8Fa8B438DDE883B9c201010", - "type": "BEP20", - "symbol": "SIN", - "decimals": 18, - "status": "active", - "id": "0x6397de0F9aEDc0F7A8Fa8B438DDE883B9c201010", - "links": [ - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/sin-city/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/sincity-token/" - }, - { - "name": "twitter", - "url": "https://twitter.com/sincitytoken" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6397de0F9aEDc0F7A8Fa8B438DDE883B9c201010/logo.png b/blockchains/smartchain/assets/0x6397de0F9aEDc0F7A8Fa8B438DDE883B9c201010/logo.png deleted file mode 100644 index 1bf396c4f84bf..0000000000000 Binary files a/blockchains/smartchain/assets/0x6397de0F9aEDc0F7A8Fa8B438DDE883B9c201010/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x639AD7c49EC616a64e074c21a58608C0d843A8a3/info.json b/blockchains/smartchain/assets/0x639AD7c49EC616a64e074c21a58608C0d843A8a3/info.json deleted file mode 100644 index 6b4a8a2e10b33..0000000000000 --- a/blockchains/smartchain/assets/0x639AD7c49EC616a64e074c21a58608C0d843A8a3/info.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "TripCandy", - "website": "https://tripcandy.io", - "description": "TripCandy is an accommodations booking platform that brings you great discounts via cashback rewards in the form of blockchain tokens, turning your bookings into lucrative investments.", - "explorer": "https://bscscan.com/token/0x639AD7c49EC616a64e074c21a58608C0d843A8a3", - "type": "BEP20", - "symbol": "CANDY", - "decimals": 18, - "status": "active", - "id": "0x639AD7c49EC616a64e074c21a58608C0d843A8a3", - "links": [ - { - "name": "telegram", - "url": "https://t.me/tripcandy" - }, - { - "name": "telegram_news", - "url": "https://t.me/tripcandyio" - }, - { - "name": "twitter", - "url": "https://twitter.com/Tripcandyio" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/tripcandy" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/tripcandy" - }, - { - "name": "whitepaper", - "url": "https://bit.ly/36t38gq" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/tripcandyio" - }, - { - "name": "discord", - "url": "https://discord.com/invite/ArktEv22D5" - }, - { - "name": "medium", - "url": "https://medium.com/@tripcandy" - }, - { - "name": "facebook", - "url": "https://facebook.com/tripcandyio" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCG4_fomFKDwVe6IWmMrHd-Q" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x639AD7c49EC616a64e074c21a58608C0d843A8a3/logo.png b/blockchains/smartchain/assets/0x639AD7c49EC616a64e074c21a58608C0d843A8a3/logo.png deleted file mode 100644 index 3165c19b3993b..0000000000000 Binary files a/blockchains/smartchain/assets/0x639AD7c49EC616a64e074c21a58608C0d843A8a3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x63a4644142CA6dc83CfE0E2bdba8d62174491fD8/info.json b/blockchains/smartchain/assets/0x63a4644142CA6dc83CfE0E2bdba8d62174491fD8/info.json deleted file mode 100644 index c3a50238ce477..0000000000000 --- a/blockchains/smartchain/assets/0x63a4644142CA6dc83CfE0E2bdba8d62174491fD8/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "GAPTT", - "website": "https://gapt.io/", - "description": "GAPT is a deflationary DeFi token with a passive yield mechanism. The smart contract takes a fee from every transaction of 0.5% which is dedicated to charity decided by the community", - "explorer": "https://bscscan.com/token/0x63a4644142ca6dc83cfe0e2bdba8d62174491fd8", - "type": "BEP20", - "symbol": "GAPT", - "decimals": 9, - "status": "active", - "id": "0x63a4644142CA6dc83CfE0E2bdba8d62174491fD8", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/GaptToken" - }, - { - "name": "telegram", - "url": "https://t.me/GAPTCHAT" - }, - { - "name": "discord", - "url": "https://discord.com/invite/w5eEvK4aqy" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x63a4644142CA6dc83CfE0E2bdba8d62174491fD8/logo.png b/blockchains/smartchain/assets/0x63a4644142CA6dc83CfE0E2bdba8d62174491fD8/logo.png deleted file mode 100644 index c87963370e027..0000000000000 Binary files a/blockchains/smartchain/assets/0x63a4644142CA6dc83CfE0E2bdba8d62174491fD8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x63c500B0bFEB042FF70ea2450AeBa72713D10668/info.json b/blockchains/smartchain/assets/0x63c500B0bFEB042FF70ea2450AeBa72713D10668/info.json deleted file mode 100644 index 9d8c4d6ff097e..0000000000000 --- a/blockchains/smartchain/assets/0x63c500B0bFEB042FF70ea2450AeBa72713D10668/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Moon Stake", - "website": "https://moonstake.finance/", - "description": "Moon Stake token of staking Protocol(Multi-chain staking Marketplace)", - "explorer": "https://bscscan.com/token/0x63c500B0bFEB042FF70ea2450AeBa72713D10668", - "type": "BEP20", - "symbol": "MSEF", - "decimals": 18, - "status": "active", - "id": "0x63c500B0bFEB042FF70ea2450AeBa72713D10668" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x63c500B0bFEB042FF70ea2450AeBa72713D10668/logo.png b/blockchains/smartchain/assets/0x63c500B0bFEB042FF70ea2450AeBa72713D10668/logo.png deleted file mode 100644 index 07438f535dc91..0000000000000 Binary files a/blockchains/smartchain/assets/0x63c500B0bFEB042FF70ea2450AeBa72713D10668/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x63d55ecDEbF08f93D0F2D5533035ddcCaa997d7A/info.json b/blockchains/smartchain/assets/0x63d55ecDEbF08f93D0F2D5533035ddcCaa997d7A/info.json deleted file mode 100644 index 1b91d2c12e5b8..0000000000000 --- a/blockchains/smartchain/assets/0x63d55ecDEbF08f93D0F2D5533035ddcCaa997d7A/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "ETHVault", - "website": "https://vaultdefi.com", - "description": "ETHVault is a complementing token in the VaultDEFI Ecosystem, the first 26.8% auto-reimbursing, SurgeETH & SafeVAULT Rewarding Token. It's Hyper-Deflationary & Self-Sustaining. The Vault team is proud to bring an unprecedented vision to the DeFi space.", - "explorer": "https://bscscan.com/token/0x63d55ecdebf08f93d0f2d5533035ddccaa997d7a", - "type": "BEP20", - "symbol": "ETHVAULT", - "decimals": 9, - "status": "active", - "id": "0x63d55ecDEbF08f93D0F2D5533035ddcCaa997d7A", - "links": [ - { - "name": "blog", - "url": "https://vaultdefi.com" - }, - { - "name": "twitter", - "url": "https://twitter.com/vaultdefi" - }, - { - "name": "facebook", - "url": "https://facebook.com/vaultdefiofficial" - }, - { - "name": "telegram", - "url": "https://t.me/vault_defi" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x63d55ecDEbF08f93D0F2D5533035ddcCaa997d7A/logo.png b/blockchains/smartchain/assets/0x63d55ecDEbF08f93D0F2D5533035ddcCaa997d7A/logo.png deleted file mode 100644 index 5c0dbcd977ff9..0000000000000 Binary files a/blockchains/smartchain/assets/0x63d55ecDEbF08f93D0F2D5533035ddcCaa997d7A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x63eC19c2983bfB0D43232aa9C792Fe6F27F63361/info.json b/blockchains/smartchain/assets/0x63eC19c2983bfB0D43232aa9C792Fe6F27F63361/info.json deleted file mode 100644 index e54e4b2993fd4..0000000000000 --- a/blockchains/smartchain/assets/0x63eC19c2983bfB0D43232aa9C792Fe6F27F63361/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "METARACA", - "website": "https://metaraca.io", - "description": "Metarverse + Raca = MetaRaca, a collection of puppies in the form of NFTs. We're a dedicated team that want to build something for the crypto community in general and the $RACA lovers in particular.", - "explorer": "https://bscscan.com/token/0x63eC19c2983bfB0D43232aa9C792Fe6F27F63361", - "type": "BEP20", - "symbol": "METAR", - "decimals": 18, - "status": "active", - "id": "0x63eC19c2983bfB0D43232aa9C792Fe6F27F63361", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/metaracaNFT" - }, - { - "name": "telegram", - "url": "https://t.me/metaracaio" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x63eC19c2983bfB0D43232aa9C792Fe6F27F63361/logo.png b/blockchains/smartchain/assets/0x63eC19c2983bfB0D43232aa9C792Fe6F27F63361/logo.png deleted file mode 100644 index 19a4706e8da6d..0000000000000 Binary files a/blockchains/smartchain/assets/0x63eC19c2983bfB0D43232aa9C792Fe6F27F63361/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x64197A553a03b8C9f23D5A15FA9fD91eac4A9538/info.json b/blockchains/smartchain/assets/0x64197A553a03b8C9f23D5A15FA9fD91eac4A9538/info.json deleted file mode 100644 index 0a8e27842253d..0000000000000 --- a/blockchains/smartchain/assets/0x64197A553a03b8C9f23D5A15FA9fD91eac4A9538/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "X Stake Chain", - "type": "BEP20", - "symbol": "X Stake", - "decimals": 8, - "website": "http://xstakechain.com/", - "description": "A community-driven decentralized rewarding network.", - "explorer": "https://bscscan.com/token/0x64197A553a03b8C9f23D5A15FA9fD91eac4A9538", - "status": "active", - "id": "0x64197A553a03b8C9f23D5A15FA9fD91eac4A9538" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x64197A553a03b8C9f23D5A15FA9fD91eac4A9538/logo.png b/blockchains/smartchain/assets/0x64197A553a03b8C9f23D5A15FA9fD91eac4A9538/logo.png deleted file mode 100644 index 2ab461c02d11e..0000000000000 Binary files a/blockchains/smartchain/assets/0x64197A553a03b8C9f23D5A15FA9fD91eac4A9538/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x641a6Dc991A49f7BE9Fe3C72c5d0FBb223eDb12f/info.json b/blockchains/smartchain/assets/0x641a6Dc991A49f7BE9Fe3C72c5d0FBb223eDb12f/info.json deleted file mode 100644 index 4a61fa69a4a00..0000000000000 --- a/blockchains/smartchain/assets/0x641a6Dc991A49f7BE9Fe3C72c5d0FBb223eDb12f/info.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "Realfinance Network", - "website": "https://realfinance.network", - "short_description": "Real Finance is several decentralized products and services for the DeFi ecosystem.", - "explorer": "https://bscscan.com/token/0x641a6dc991a49f7be9fe3c72c5d0fbb223edb12f", - "description": "REFI expanded opportunities by decentralizing lending and leading processes, leading to better security, accountability and transparency of the financial system..", - "type": "BEP20", - "symbol": "REFI", - "decimals": 18, - "status": "active", - "id": "0x641a6Dc991A49f7BE9Fe3C72c5d0FBb223eDb12f", - "links": [ - { - "name": "github", - "url": "https://github.com/refinetwork" - }, - { - "name": "twitter", - "url": "https://twitter.com/refi_network" - }, - { - "name": "telegram", - "url": "https://t.me/Refinetwork" - }, - { - "name": "medium", - "url": "https://refi-network.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x641a6Dc991A49f7BE9Fe3C72c5d0FBb223eDb12f/logo.png b/blockchains/smartchain/assets/0x641a6Dc991A49f7BE9Fe3C72c5d0FBb223eDb12f/logo.png deleted file mode 100644 index 2914b2f5db965..0000000000000 Binary files a/blockchains/smartchain/assets/0x641a6Dc991A49f7BE9Fe3C72c5d0FBb223eDb12f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x643B6ef6306417A0b3FA2813eb5BAf30F5dd8736/info.json b/blockchains/smartchain/assets/0x643B6ef6306417A0b3FA2813eb5BAf30F5dd8736/info.json deleted file mode 100644 index 26aa5250ef459..0000000000000 --- a/blockchains/smartchain/assets/0x643B6ef6306417A0b3FA2813eb5BAf30F5dd8736/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Shilling", - "type": "BEP20", - "symbol": "SHILLING", - "decimals": 18, - "website": "https://www.knightsdefi.com", - "description": "Hold SHILLING and earn BNB! 10% Tax, 4% goes to a claimable BNB that rewards holders every 3 days on our website.", - "explorer": "https://bscscan.com/token/0x643B6ef6306417A0b3FA2813eb5BAf30F5dd8736", - "status": "active", - "id": "0x643B6ef6306417A0b3FA2813eb5BAf30F5dd8736" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x643B6ef6306417A0b3FA2813eb5BAf30F5dd8736/logo.png b/blockchains/smartchain/assets/0x643B6ef6306417A0b3FA2813eb5BAf30F5dd8736/logo.png deleted file mode 100644 index fa810c58eebce..0000000000000 Binary files a/blockchains/smartchain/assets/0x643B6ef6306417A0b3FA2813eb5BAf30F5dd8736/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6452D525532658B23484EB1897aF8b9325cA67b9/info.json b/blockchains/smartchain/assets/0x6452D525532658B23484EB1897aF8b9325cA67b9/info.json deleted file mode 100644 index 1a52678b3baf0..0000000000000 --- a/blockchains/smartchain/assets/0x6452D525532658B23484EB1897aF8b9325cA67b9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Rover Inu", - "website": "https://rovertoken.com/", - "description": "Self generating liquidity token - Reflection paid back to holders.", - "explorer": "https://bscscan.com/token/0x6452d525532658b23484eb1897af8b9325ca67b9", - "type": "BEP20", - "symbol": "ROVER", - "decimals": 9, - "status": "active", - "id": "0x6452D525532658B23484EB1897aF8b9325cA67b9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6452D525532658B23484EB1897aF8b9325cA67b9/logo.png b/blockchains/smartchain/assets/0x6452D525532658B23484EB1897aF8b9325cA67b9/logo.png deleted file mode 100644 index ba207a683b871..0000000000000 Binary files a/blockchains/smartchain/assets/0x6452D525532658B23484EB1897aF8b9325cA67b9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x645660bD50F7229F1a975F1231c82EBAa31A74Fe/info.json b/blockchains/smartchain/assets/0x645660bD50F7229F1a975F1231c82EBAa31A74Fe/info.json deleted file mode 100644 index e02f80e3bc8d7..0000000000000 --- a/blockchains/smartchain/assets/0x645660bD50F7229F1a975F1231c82EBAa31A74Fe/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "DragonCoin", - "type": "BEP20", - "symbol": "DRON", - "decimals": 8, - "website": "https://dragon-dron.com/", - "description": "DragonCoin is a promising project for all the people of the world. Our goal in creating this project to show the power of the dragon to the whole world. Which means that we will maximize holder investment by DragonCoin project and we will spend part of the profits to use of Solar energy.", - "explorer": "https://bscscan.com/token/0x645660bD50F7229F1a975F1231c82EBAa31A74Fe", - "status": "active", - "id": "0x645660bD50F7229F1a975F1231c82EBAa31A74Fe", - "links": [ - { - "name": "github", - "url": "https://github.com/DragonCoin71/" - }, - { - "name": "twitter", - "url": "https://twitter.com/drondragoncoin?s=09" - }, - { - "name": "telegram", - "url": "https://t.me/DRAGON_DRON/" - }, - { - "name": "whitepaper", - "url": "https://dragon-dron.com/index.php/whitepaper/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x645660bD50F7229F1a975F1231c82EBAa31A74Fe/logo.png b/blockchains/smartchain/assets/0x645660bD50F7229F1a975F1231c82EBAa31A74Fe/logo.png deleted file mode 100644 index ce3b7a2a1a4fc..0000000000000 Binary files a/blockchains/smartchain/assets/0x645660bD50F7229F1a975F1231c82EBAa31A74Fe/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x64619f611248256F7F4b72fE83872F89d5d60d64/info.json b/blockchains/smartchain/assets/0x64619f611248256F7F4b72fE83872F89d5d60d64/info.json deleted file mode 100644 index 5a9a167b9580f..0000000000000 --- a/blockchains/smartchain/assets/0x64619f611248256F7F4b72fE83872F89d5d60d64/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "QUINT", - "type": "BEP20", - "symbol": "QUINT", - "decimals": 18, - "website": "https://quint.io/", - "description": "Connecting the Metaverse to the Real World", - "explorer": "https://bscscan.com/token/0x64619f611248256F7F4b72fE83872F89d5d60d64", - "status": "active", - "id": "0x64619f611248256F7F4b72fE83872F89d5d60d64", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/projectquint" - }, - { - "name": "telegram", - "url": "https://t.me/projectquint" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/quint" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/quint" - } - ], - "tags": [ - "nft", - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x64619f611248256F7F4b72fE83872F89d5d60d64/logo.png b/blockchains/smartchain/assets/0x64619f611248256F7F4b72fE83872F89d5d60d64/logo.png deleted file mode 100644 index 394eac2030175..0000000000000 Binary files a/blockchains/smartchain/assets/0x64619f611248256F7F4b72fE83872F89d5d60d64/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6466849a30247D90f0c228A6c4b6b106ff18cAB9/info.json b/blockchains/smartchain/assets/0x6466849a30247D90f0c228A6c4b6b106ff18cAB9/info.json deleted file mode 100644 index 7b456a11a02a5..0000000000000 --- a/blockchains/smartchain/assets/0x6466849a30247D90f0c228A6c4b6b106ff18cAB9/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Charitas", - "website": "https://charitas.fund", - "description": "Charitas Fund is a a token-based platform for charities to accept donations, while allowing the community to reward amazing initiatives.", - "explorer": "https://bscscan.com/token/0x6466849a30247d90f0c228a6c4b6b106ff18cab9", - "research": "", - "type": "BEP20", - "symbol": "CHAR", - "decimals": 18, - "status": "active", - "id": "0x6466849a30247D90f0c228A6c4b6b106ff18cAB9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6466849a30247D90f0c228A6c4b6b106ff18cAB9/logo.png b/blockchains/smartchain/assets/0x6466849a30247D90f0c228A6c4b6b106ff18cAB9/logo.png deleted file mode 100644 index dbb5f7766ec06..0000000000000 Binary files a/blockchains/smartchain/assets/0x6466849a30247D90f0c228A6c4b6b106ff18cAB9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6469b35d2D5FAb6c53F73c7d9aBF537892DdB34a/info.json b/blockchains/smartchain/assets/0x6469b35d2D5FAb6c53F73c7d9aBF537892DdB34a/info.json deleted file mode 100644 index 3f2697fce6b15..0000000000000 --- a/blockchains/smartchain/assets/0x6469b35d2D5FAb6c53F73c7d9aBF537892DdB34a/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Arbitrage Token", - "type": "BEP20", - "symbol": "RBTR", - "decimals": 18, - "website": "https://rbtr.info", - "description": "Arbitrage Token", - "explorer": "https://bscscan.com/token/0x6469b35d2D5FAb6c53F73c7d9aBF537892DdB34a", - "status": "active", - "id": "0x6469b35d2D5FAb6c53F73c7d9aBF537892DdB34a", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/RbtrToken" - }, - { - "name": "github", - "url": "https://github.com/RubotInfo" - }, - { - "name": "telegram", - "url": "https://t.me/rbtr_token" - } - ], - "tags": [ - "staking-native", - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x6469b35d2D5FAb6c53F73c7d9aBF537892DdB34a/logo.png b/blockchains/smartchain/assets/0x6469b35d2D5FAb6c53F73c7d9aBF537892DdB34a/logo.png deleted file mode 100644 index 06526b46537d0..0000000000000 Binary files a/blockchains/smartchain/assets/0x6469b35d2D5FAb6c53F73c7d9aBF537892DdB34a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x646b8470feA7c413DaC19F41b5c97328EBF70De4/info.json b/blockchains/smartchain/assets/0x646b8470feA7c413DaC19F41b5c97328EBF70De4/info.json deleted file mode 100644 index 647cc2fdc8a56..0000000000000 --- a/blockchains/smartchain/assets/0x646b8470feA7c413DaC19F41b5c97328EBF70De4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bitcoin Networks", - "type": "BEP20", - "symbol": "BTCN", - "decimals": 18, - "website": "http://bitcoinnetworks.io/", - "description": "Bitcoin Networks is a new form token, which is digitally mineable using Binance Smart Chain blocks and fair mining reward system for everyone.", - "explorer": "https://bscscan.com/token/0x646b8470feA7c413DaC19F41b5c97328EBF70De4", - "status": "active", - "id": "0x646b8470feA7c413DaC19F41b5c97328EBF70De4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x646b8470feA7c413DaC19F41b5c97328EBF70De4/logo.png b/blockchains/smartchain/assets/0x646b8470feA7c413DaC19F41b5c97328EBF70De4/logo.png deleted file mode 100644 index f729d28b8e3e4..0000000000000 Binary files a/blockchains/smartchain/assets/0x646b8470feA7c413DaC19F41b5c97328EBF70De4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x648bA66B2859192d117E8FFd8712B5E8E8114e53/info.json b/blockchains/smartchain/assets/0x648bA66B2859192d117E8FFd8712B5E8E8114e53/info.json deleted file mode 100644 index 3b98f45fea0f6..0000000000000 --- a/blockchains/smartchain/assets/0x648bA66B2859192d117E8FFd8712B5E8E8114e53/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Cryptochrome", - "type": "BEP20", - "symbol": "bCHM", - "decimals": 18, - "website": "https://www.cryptochrome.org/", - "description": "Cryptochrome is a community staking, liquidity mining platform and a place to build crypto passive income.", - "explorer": "https://bscscan.com/token/0x648bA66B2859192d117E8FFd8712B5E8E8114e53", - "status": "active", - "id": "0x648bA66B2859192d117E8FFd8712B5E8E8114e53" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x648bA66B2859192d117E8FFd8712B5E8E8114e53/logo.png b/blockchains/smartchain/assets/0x648bA66B2859192d117E8FFd8712B5E8E8114e53/logo.png deleted file mode 100644 index bc53dbbaad4d0..0000000000000 Binary files a/blockchains/smartchain/assets/0x648bA66B2859192d117E8FFd8712B5E8E8114e53/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x64B55Bb2F27c3710349d9cA024d0D1Ff2DAB7f62/info.json b/blockchains/smartchain/assets/0x64B55Bb2F27c3710349d9cA024d0D1Ff2DAB7f62/info.json deleted file mode 100644 index 2d5cd1827396e..0000000000000 --- a/blockchains/smartchain/assets/0x64B55Bb2F27c3710349d9cA024d0D1Ff2DAB7f62/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "BIGH BULL", - "type": "BEP20", - "symbol": "BIGB", - "decimals": 18, - "website": "https://bighbull.com", - "description": "BIGH BULL is a unique portal containing services & advanced tools for traders. It is the portal that has low transaction fees & a low-cost DMAT account opening than other portals. All types of market alerts are available through BIGHBULL. Our Copy & BOT Trading features enable you to take easy & quick actions. New traders or users can get to know easily about the trading", - "explorer": "https://bscscan.com/token/0x64B55Bb2F27c3710349d9cA024d0D1Ff2DAB7f62", - "status": "abandoned", - "id": "0x64B55Bb2F27c3710349d9cA024d0D1Ff2DAB7f62", - "migrate": { - "asset_id": "c20000714_t0x0bCF5693655A159bd7D9DC5064de9BD692a7b7C6", - "url": "https://bighbull.com" - }, - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BIGHBULL1" - }, - { - "name": "facebook", - "url": "https://facebook.com/people/BIGH-BULL/100070381083700/" - }, - { - "name": "github", - "url": "https://github.com/BighBullTech" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCt_MNyjP4Q0ZbuWUpGHWweA" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x64b55bb2f27c3710349d9ca024d0d1ff2dab7f62#code#L1" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x64Cc7ED01fA6b6D3E587E9c89DA04ddBEBE07580/info.json b/blockchains/smartchain/assets/0x64Cc7ED01fA6b6D3E587E9c89DA04ddBEBE07580/info.json deleted file mode 100644 index 4aaf9ae092c93..0000000000000 --- a/blockchains/smartchain/assets/0x64Cc7ED01fA6b6D3E587E9c89DA04ddBEBE07580/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SHIBA INU GOLD", - "website": "https://shibainugold.com", - "description": "SHIBA INU GOLD is Memes Token", - "explorer": "https://bscscan.com/token/0x64Cc7ED01fA6b6D3E587E9c89DA04ddBEBE07580", - "symbol": "SHIBG", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x64Cc7ED01fA6b6D3E587E9c89DA04ddBEBE07580" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x64Cc7ED01fA6b6D3E587E9c89DA04ddBEBE07580/logo.png b/blockchains/smartchain/assets/0x64Cc7ED01fA6b6D3E587E9c89DA04ddBEBE07580/logo.png deleted file mode 100644 index 90f65b95af943..0000000000000 Binary files a/blockchains/smartchain/assets/0x64Cc7ED01fA6b6D3E587E9c89DA04ddBEBE07580/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x64Df6F1BDf3aE5924595B6E608c251306BEf0c0F/info.json b/blockchains/smartchain/assets/0x64Df6F1BDf3aE5924595B6E608c251306BEf0c0F/info.json deleted file mode 100644 index cbdf9e0785341..0000000000000 --- a/blockchains/smartchain/assets/0x64Df6F1BDf3aE5924595B6E608c251306BEf0c0F/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BTFDEX Token", - "type": "BEP20", - "symbol": "BTF", - "decimals": 18, - "website": "https://btfdex.com", - "description": "BTFDEX Token (BTF) - Native token of BTFDEX, a decentralized exchange AMM on Binance Smart Chain, with a total supply of 1,000,000,000 BTF. BTFDEX provides Staking, Farming, Swapping and more on Binance Smart Chain (BSC).", - "explorer": "https://bscscan.com/token/0x64Df6F1BDf3aE5924595B6E608c251306BEf0c0F", - "status": "active", - "id": "0x64Df6F1BDf3aE5924595B6E608c251306BEf0c0F" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x64Df6F1BDf3aE5924595B6E608c251306BEf0c0F/logo.png b/blockchains/smartchain/assets/0x64Df6F1BDf3aE5924595B6E608c251306BEf0c0F/logo.png deleted file mode 100644 index 2f86ee42e942e..0000000000000 Binary files a/blockchains/smartchain/assets/0x64Df6F1BDf3aE5924595B6E608c251306BEf0c0F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x64F36701138f0E85cC10c34Ea535FdBADcB54147/info.json b/blockchains/smartchain/assets/0x64F36701138f0E85cC10c34Ea535FdBADcB54147/info.json deleted file mode 100644 index 42affdcf39252..0000000000000 --- a/blockchains/smartchain/assets/0x64F36701138f0E85cC10c34Ea535FdBADcB54147/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "ANON INU", - "website": "https://inuanon.com/", - "description": "AINU was mistreated his whole life and has finally found a loving place to stay he calls home. ANON INU's goal is to keep his holders happy by being a Defi token that has three functions: manual burns, adding towards liquidity and distributing his holders.", - "explorer": "https://bscscan.com/token/0x64F36701138f0E85cC10c34Ea535FdBADcB54147", - "type": "BEP20", - "symbol": "AINU", - "decimals": 9, - "status": "active", - "id": "0x64F36701138f0E85cC10c34Ea535FdBADcB54147", - "links": [ - { - "name": "discord", - "url": "https://discord.com/qzDnC4cyg3" - }, - { - "name": "twitter", - "url": "https://twitter.com/InuAnon" - }, - { - "name": "telegram", - "url": "https://t.me/InuAnonOfficial" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x64F36701138f0E85cC10c34Ea535FdBADcB54147/logo.png b/blockchains/smartchain/assets/0x64F36701138f0E85cC10c34Ea535FdBADcB54147/logo.png deleted file mode 100644 index 65bf016f20c26..0000000000000 Binary files a/blockchains/smartchain/assets/0x64F36701138f0E85cC10c34Ea535FdBADcB54147/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x64F9DcD33D9F3A98407EeF67aC8F60CD370961Cf/info.json b/blockchains/smartchain/assets/0x64F9DcD33D9F3A98407EeF67aC8F60CD370961Cf/info.json deleted file mode 100644 index 64dc841b4f4ad..0000000000000 --- a/blockchains/smartchain/assets/0x64F9DcD33D9F3A98407EeF67aC8F60CD370961Cf/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ElonCryptoGod", - "website": "https://www.eloncryptogod.com", - "description": "ElonCryptoGod is a safe, auto-reward, hyper-deflationary DeFi token on the Binance Smart Chain built in response to the recent surge in rugpulls and scams.", - "explorer": "https://bscscan.com/token/0x64f9dcd33d9f3a98407eef67ac8f60cd370961cf", - "type": "BEP20", - "symbol": "ECGOD", - "decimals": 9, - "status": "active", - "id": "0x64F9DcD33D9F3A98407EeF67aC8F60CD370961Cf" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x64F9DcD33D9F3A98407EeF67aC8F60CD370961Cf/logo.png b/blockchains/smartchain/assets/0x64F9DcD33D9F3A98407EeF67aC8F60CD370961Cf/logo.png deleted file mode 100644 index e424101f1a425..0000000000000 Binary files a/blockchains/smartchain/assets/0x64F9DcD33D9F3A98407EeF67aC8F60CD370961Cf/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6500197A2488610ACA288fd8E2DFE88Ec99E596c/info.json b/blockchains/smartchain/assets/0x6500197A2488610ACA288fd8E2DFE88Ec99E596c/info.json deleted file mode 100644 index eeb5bd8ca5eaa..0000000000000 --- a/blockchains/smartchain/assets/0x6500197A2488610ACA288fd8E2DFE88Ec99E596c/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Aquari", - "website": "https://aquari.io/", - "description": "Aquari is a community driven token which goal is to save our oceans and marine life. 3% of each trade is going towards charity wallet which is then donated to environmental organizations of your choice.", - "explorer": "https://bscscan.com/token/0x6500197a2488610aca288fd8e2dfe88ec99e596c", - "symbol": "AQUARI", - "type": "BEP20", - "decimals": 9, - "status": "active", - "id": "0x6500197A2488610ACA288fd8E2DFE88Ec99E596c" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6500197A2488610ACA288fd8E2DFE88Ec99E596c/logo.png b/blockchains/smartchain/assets/0x6500197A2488610ACA288fd8E2DFE88Ec99E596c/logo.png deleted file mode 100644 index 2e2ff514868ff..0000000000000 Binary files a/blockchains/smartchain/assets/0x6500197A2488610ACA288fd8E2DFE88Ec99E596c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6507458BB53aec6Be863161641ec28739C41cC97/info.json b/blockchains/smartchain/assets/0x6507458BB53aec6Be863161641ec28739C41cC97/info.json deleted file mode 100644 index a97541c7cb657..0000000000000 --- a/blockchains/smartchain/assets/0x6507458BB53aec6Be863161641ec28739C41cC97/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FootballStars", - "website": "https://footballstars.io/", - "description": "We connect fans, players and clubs around the globe to provide a seamless virtual integration of all their top leagues, cups and championships.", - "explorer": "https://bscscan.com/token/0x6507458BB53aec6Be863161641ec28739C41cC97", - "type": "BEP20", - "symbol": "FootballStars", - "decimals": 18, - "status": "active", - "id": "0x6507458BB53aec6Be863161641ec28739C41cC97" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6507458BB53aec6Be863161641ec28739C41cC97/logo.png b/blockchains/smartchain/assets/0x6507458BB53aec6Be863161641ec28739C41cC97/logo.png deleted file mode 100644 index d9d76bae93d46..0000000000000 Binary files a/blockchains/smartchain/assets/0x6507458BB53aec6Be863161641ec28739C41cC97/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6509c95B1AC498390e40eb49e2248c441e78da15/info.json b/blockchains/smartchain/assets/0x6509c95B1AC498390e40eb49e2248c441e78da15/info.json deleted file mode 100644 index 1dc361149c770..0000000000000 --- a/blockchains/smartchain/assets/0x6509c95B1AC498390e40eb49e2248c441e78da15/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BNB Gold", - "type": "BEP20", - "symbol": "BNBG", - "decimals": 9, - "website": "https://bnbgold.fund", - "description": "An experimental liquidity-based DeFi token.", - "explorer": "https://bscscan.com/token/0x6509c95B1AC498390e40eb49e2248c441e78da15", - "status": "active", - "id": "0x6509c95B1AC498390e40eb49e2248c441e78da15" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6509c95B1AC498390e40eb49e2248c441e78da15/logo.png b/blockchains/smartchain/assets/0x6509c95B1AC498390e40eb49e2248c441e78da15/logo.png deleted file mode 100644 index 00eefc803a68a..0000000000000 Binary files a/blockchains/smartchain/assets/0x6509c95B1AC498390e40eb49e2248c441e78da15/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x650b940a1033B8A1b1873f78730FcFC73ec11f1f/info.json b/blockchains/smartchain/assets/0x650b940a1033B8A1b1873f78730FcFC73ec11f1f/info.json deleted file mode 100644 index aa4f66bd5dea6..0000000000000 --- a/blockchains/smartchain/assets/0x650b940a1033B8A1b1873f78730FcFC73ec11f1f/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Venus LINK", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "research": "https://research.binance.com/en/projects/venus", - "explorer": "https://bscscan.com/token/0x650b940a1033B8A1b1873f78730FcFC73ec11f1f", - "type": "BEP20", - "symbol": "vLINK", - "decimals": 8, - "status": "active", - "id": "0x650b940a1033B8A1b1873f78730FcFC73ec11f1f", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x650b940a1033B8A1b1873f78730FcFC73ec11f1f/logo.png b/blockchains/smartchain/assets/0x650b940a1033B8A1b1873f78730FcFC73ec11f1f/logo.png deleted file mode 100644 index b49a660ae3e03..0000000000000 Binary files a/blockchains/smartchain/assets/0x650b940a1033B8A1b1873f78730FcFC73ec11f1f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x651BfbB26455294408Aabc61a7ADF427bf149898/info.json b/blockchains/smartchain/assets/0x651BfbB26455294408Aabc61a7ADF427bf149898/info.json deleted file mode 100644 index 97fe5b251a1eb..0000000000000 --- a/blockchains/smartchain/assets/0x651BfbB26455294408Aabc61a7ADF427bf149898/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Mello", - "website": "https://mellotoken.com/", - "description": "The Mello Token is a cryptocurrency designed for integration into the Mello Virtual Reality Casino Concept.", - "explorer": "https://bscscan.com/token/0x651bfbb26455294408aabc61a7adf427bf149898", - "type": "BEP20", - "symbol": "mello", - "decimals": 9, - "status": "active", - "id": "0x651BfbB26455294408Aabc61a7ADF427bf149898", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/@mellotoken" - }, - { - "name": "facebook", - "url": "https://facebook.com/Mellotoken/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC7vRh9a85iyi9DDujGwEy4g" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/MelloToken/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x651BfbB26455294408Aabc61a7ADF427bf149898/logo.png b/blockchains/smartchain/assets/0x651BfbB26455294408Aabc61a7ADF427bf149898/logo.png deleted file mode 100644 index 760d32c65ff2b..0000000000000 Binary files a/blockchains/smartchain/assets/0x651BfbB26455294408Aabc61a7ADF427bf149898/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x651Cd665bD558175A956fb3D72206eA08Eb3dF5b/info.json b/blockchains/smartchain/assets/0x651Cd665bD558175A956fb3D72206eA08Eb3dF5b/info.json deleted file mode 100644 index ab65d77b4d4f9..0000000000000 --- a/blockchains/smartchain/assets/0x651Cd665bD558175A956fb3D72206eA08Eb3dF5b/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Roseon Finance", - "website": "https://roseon.finance/", - "description": "Roseon Finance is a mobile yield aggregator that manages your crypto + NFT portfolio and optimizes yield across DeFi and CeFi networks.", - "explorer": "https://bscscan.com/token/0x651Cd665bD558175A956fb3D72206eA08Eb3dF5b", - "type": "BEP20", - "symbol": "ROSN", - "decimals": 18, - "status": "active", - "id": "0x651Cd665bD558175A956fb3D72206eA08Eb3dF5b" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x651Cd665bD558175A956fb3D72206eA08Eb3dF5b/logo.png b/blockchains/smartchain/assets/0x651Cd665bD558175A956fb3D72206eA08Eb3dF5b/logo.png deleted file mode 100644 index 89293fbafd3ba..0000000000000 Binary files a/blockchains/smartchain/assets/0x651Cd665bD558175A956fb3D72206eA08Eb3dF5b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x651a89fed302227d41425235F8E934502FB94C48/info.json b/blockchains/smartchain/assets/0x651a89fed302227d41425235F8E934502FB94C48/info.json deleted file mode 100644 index c4cede75454c1..0000000000000 --- a/blockchains/smartchain/assets/0x651a89fed302227d41425235F8E934502FB94C48/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "ADAcash", - "website": "https://adacash.io", - "description": "A revolutionary new token that earns you 10% ADA reflections just for holding", - "explorer": "https://bscscan.com/token/0x651a89fed302227d41425235F8E934502FB94C48", - "type": "BEP20", - "symbol": "ADAcash", - "decimals": 18, - "status": "active", - "id": "0x651a89fed302227d41425235F8E934502FB94C48", - "links": [ - { - "name": "whitepaper", - "url": "https://adacash.io/whitepaper" - }, - { - "name": "twitter", - "url": "https://twitter.com/adacashbsc" - }, - { - "name": "telegram", - "url": "https://t.me/adacashtoken" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/adacash/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCNxEz6I44_y8oThFvakyYpA" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/adacash/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/adacash" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x651a89fed302227d41425235F8E934502FB94C48/logo.png b/blockchains/smartchain/assets/0x651a89fed302227d41425235F8E934502FB94C48/logo.png deleted file mode 100644 index 25bcdd957c743..0000000000000 Binary files a/blockchains/smartchain/assets/0x651a89fed302227d41425235F8E934502FB94C48/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x65453110319e9ce742dd146beFfaC2A5eE655e7E/info.json b/blockchains/smartchain/assets/0x65453110319e9ce742dd146beFfaC2A5eE655e7E/info.json deleted file mode 100644 index d3e3563a36391..0000000000000 --- a/blockchains/smartchain/assets/0x65453110319e9ce742dd146beFfaC2A5eE655e7E/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "KWD", - "type": "BEP20", - "symbol": "KWD", - "decimals": 18, - "website": "https://kwdcoin.io/", - "description": "KWD COIN Token is a Decentralized Token (BEP-20 Token) in Binance smart chain.This token is the safe haven for everyone who got rekt from scam/rugged project.", - "explorer": "https://bscscan.com/token/0x65453110319e9ce742dd146beFfaC2A5eE655e7E", - "status": "active", - "id": "0x65453110319e9ce742dd146beFfaC2A5eE655e7E", - "links": [ - { - "name": "telegram", - "url": "https://t.me/kwdtoken" - }, - { - "name": "discord", - "url": "https://discord.com/invite/xzWFdjnf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x65453110319e9ce742dd146beFfaC2A5eE655e7E/logo.png b/blockchains/smartchain/assets/0x65453110319e9ce742dd146beFfaC2A5eE655e7E/logo.png deleted file mode 100644 index 7c171cf949784..0000000000000 Binary files a/blockchains/smartchain/assets/0x65453110319e9ce742dd146beFfaC2A5eE655e7E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x658A109C5900BC6d2357c87549B651670E5b0539/info.json b/blockchains/smartchain/assets/0x658A109C5900BC6d2357c87549B651670E5b0539/info.json deleted file mode 100644 index 2d5543c1f5765..0000000000000 --- a/blockchains/smartchain/assets/0x658A109C5900BC6d2357c87549B651670E5b0539/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "The Force Token", - "website": "https://for.tube/", - "description": "FOR is the ecological token of ForTube. ForTube transfers the power of community autonomy to FOR holders as much as possible through FOR to promote the realization of decentralized governance.", - "explorer": "https://bscscan.com/token/0x658a109c5900bc6d2357c87549b651670e5b0539", - "type": "BEP20", - "symbol": "FOR", - "decimals": 18, - "status": "active", - "id": "0x658A109C5900BC6d2357c87549B651670E5b0539", - "links": [ - { - "name": "github", - "url": "https://github.com/thefortube" - }, - { - "name": "twitter", - "url": "https://twitter.com/ForTubeFi" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/The_Force_Protocol/" - }, - { - "name": "telegram", - "url": "https://t.me/ForTubeFi" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x658A109C5900BC6d2357c87549B651670E5b0539/logo.png b/blockchains/smartchain/assets/0x658A109C5900BC6d2357c87549B651670E5b0539/logo.png deleted file mode 100644 index 8343339f5900a..0000000000000 Binary files a/blockchains/smartchain/assets/0x658A109C5900BC6d2357c87549B651670E5b0539/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x659049786cB66E4486b8C0E0cCC90a5929a21162/info.json b/blockchains/smartchain/assets/0x659049786cB66E4486b8C0E0cCC90a5929a21162/info.json deleted file mode 100644 index 15f4f6f930cdf..0000000000000 --- a/blockchains/smartchain/assets/0x659049786cB66E4486b8C0E0cCC90a5929a21162/info.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "TTcoin", - "type": "BEP20", - "symbol": "TC", - "decimals": 4, - "website": "https://ttcoin.info", - "description": "More than 2 million users with TTcoin Football Club, TTcoin brands and more projects.", - "explorer": "https://bscscan.com/token/0x659049786cB66E4486b8C0E0cCC90a5929a21162", - "status": "active", - "id": "0x659049786cB66E4486b8C0E0cCC90a5929a21162", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/ttcoin/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/ttcoin" - }, - { - "name": "twitter", - "url": "https://twitter.com/ttcoinofficial" - }, - { - "name": "github", - "url": "https://github.com/TTCOIN-TC/tc" - }, - { - "name": "telegram", - "url": "https://t.me/ttcoinworld" - }, - { - "name": "telegram_news", - "url": "https://t.me/ttcoinofficial" - }, - { - "name": "blog", - "url": "https://ttcoin.info/blog" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCw4ctJY-VD12hwHuHl1D9kw" - }, - { - "name": "facebook", - "url": "https://facebook.com/ttcoinofficial" - } - ], - "tags": [ - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0x659049786cB66E4486b8C0E0cCC90a5929a21162/logo.png b/blockchains/smartchain/assets/0x659049786cB66E4486b8C0E0cCC90a5929a21162/logo.png deleted file mode 100644 index 1e501f6110c62..0000000000000 Binary files a/blockchains/smartchain/assets/0x659049786cB66E4486b8C0E0cCC90a5929a21162/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x65bb3dE5174ebfFf241Aa501b6142559bf7d85A0/info.json b/blockchains/smartchain/assets/0x65bb3dE5174ebfFf241Aa501b6142559bf7d85A0/info.json deleted file mode 100644 index 7546f0dac689e..0000000000000 --- a/blockchains/smartchain/assets/0x65bb3dE5174ebfFf241Aa501b6142559bf7d85A0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "GymRocketCrypto Token", - "type": "BEP20", - "symbol": "GAINZ", - "decimals": 9, - "website": "https://www.gymrocketcrypto.com", - "description": "GymRocket is a fitness token that truly fuels your fitness $GAINZ", - "explorer": "https://bscscan.com/token/0x65bb3dE5174ebfFf241Aa501b6142559bf7d85A0", - "status": "active", - "id": "0x65bb3dE5174ebfFf241Aa501b6142559bf7d85A0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x65bb3dE5174ebfFf241Aa501b6142559bf7d85A0/logo.png b/blockchains/smartchain/assets/0x65bb3dE5174ebfFf241Aa501b6142559bf7d85A0/logo.png deleted file mode 100644 index c8f591431b35d..0000000000000 Binary files a/blockchains/smartchain/assets/0x65bb3dE5174ebfFf241Aa501b6142559bf7d85A0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x662cBBEb9872251a795F85648333Be0dbFcAd653/info.json b/blockchains/smartchain/assets/0x662cBBEb9872251a795F85648333Be0dbFcAd653/info.json deleted file mode 100644 index 7c29031694eca..0000000000000 --- a/blockchains/smartchain/assets/0x662cBBEb9872251a795F85648333Be0dbFcAd653/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "DefiSportsCoin", - "type": "BEP20", - "symbol": "DSC", - "decimals": 18, - "website": "https://defisportscoin.com/", - "description": "DefiSports is a registered Tech Company developing an ecosystem that incentivizes stakeholders through the hybrid platform with gaming and NFT and has signed professional athletes on board as ambassadors.", - "explorer": "https://bscscan.com/token/0x662cBBEb9872251a795F85648333Be0dbFcAd653", - "status": "active", - "id": "0x662cBBEb9872251a795F85648333Be0dbFcAd653", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/DefiSportsCoin" - }, - { - "name": "github", - "url": "https://github.com/DefiSportsCoin" - }, - { - "name": "discord", - "url": "https://discord.com/invite/ZH5he22eme" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/DefiSports/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x662cBBEb9872251a795F85648333Be0dbFcAd653/logo.png b/blockchains/smartchain/assets/0x662cBBEb9872251a795F85648333Be0dbFcAd653/logo.png deleted file mode 100644 index 4f9cd960da174..0000000000000 Binary files a/blockchains/smartchain/assets/0x662cBBEb9872251a795F85648333Be0dbFcAd653/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6652048Fa5E66ed63a0225FFd7C82e106b0Aa18b/info.json b/blockchains/smartchain/assets/0x6652048Fa5E66ed63a0225FFd7C82e106b0Aa18b/info.json deleted file mode 100644 index 61ec9fbf2c3b3..0000000000000 --- a/blockchains/smartchain/assets/0x6652048Fa5E66ed63a0225FFd7C82e106b0Aa18b/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Yetucoin", - "website": "https://yetubit.com/", - "description": "Yetucoin is the governance token of the Pan-Afrikan decentralized exchange YetuSwap.", - "explorer": "https://bscscan.com/token/0x6652048fa5e66ed63a0225ffd7c82e106b0aa18b", - "type": "BEP20", - "symbol": "YETU", - "decimals": 18, - "status": "active", - "id": "0x6652048Fa5E66ed63a0225FFd7C82e106b0Aa18b", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/yetuswap" - }, - { - "name": "telegram", - "url": "https://t.me/joinchat/WCgfoG3TKk0FVYsf" - }, - { - "name": "facebook", - "url": "https://facebook.com/yetuswap/" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/YetuSwap" - }, - { - "name": "medium", - "url": "https://medium.com/yetuswap" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6652048Fa5E66ed63a0225FFd7C82e106b0Aa18b/logo.png b/blockchains/smartchain/assets/0x6652048Fa5E66ed63a0225FFd7C82e106b0Aa18b/logo.png deleted file mode 100644 index e37d60d261d3d..0000000000000 Binary files a/blockchains/smartchain/assets/0x6652048Fa5E66ed63a0225FFd7C82e106b0Aa18b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x66696AB8c6aAeb22dc14a2Dc4A833682388Ea901/info.json b/blockchains/smartchain/assets/0x66696AB8c6aAeb22dc14a2Dc4A833682388Ea901/info.json deleted file mode 100644 index 909fb3f532424..0000000000000 --- a/blockchains/smartchain/assets/0x66696AB8c6aAeb22dc14a2Dc4A833682388Ea901/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BongWeedCoin", - "type": "BEP20", - "symbol": "BWC", - "decimals": 9, - "website": "https://bongweed.info/", - "description": "Token to fight for Worldwide Hemp Legalization.", - "explorer": "https://bscscan.com/token/0x66696ab8c6aaeb22dc14a2dc4a833682388ea901", - "status": "active", - "id": "0x66696AB8c6aAeb22dc14a2Dc4A833682388Ea901" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x66696AB8c6aAeb22dc14a2Dc4A833682388Ea901/logo.png b/blockchains/smartchain/assets/0x66696AB8c6aAeb22dc14a2Dc4A833682388Ea901/logo.png deleted file mode 100644 index f883d98c14a5f..0000000000000 Binary files a/blockchains/smartchain/assets/0x66696AB8c6aAeb22dc14a2Dc4A833682388Ea901/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6679eB24F59dFe111864AEc72B443d1Da666B360/info.json b/blockchains/smartchain/assets/0x6679eB24F59dFe111864AEc72B443d1Da666B360/info.json deleted file mode 100644 index 8094c28d42cb9..0000000000000 --- a/blockchains/smartchain/assets/0x6679eB24F59dFe111864AEc72B443d1Da666B360/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ARIVA", - "website": "https://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://bscscan.com/token/0x6679eB24F59dFe111864AEc72B443d1Da666B360", - "type": "BEP20", - "symbol": "ARV", - "decimals": 8, - "status": "active", - "id": "0x6679eB24F59dFe111864AEc72B443d1Da666B360" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6679eB24F59dFe111864AEc72B443d1Da666B360/logo.png b/blockchains/smartchain/assets/0x6679eB24F59dFe111864AEc72B443d1Da666B360/logo.png deleted file mode 100644 index fd5976972fdab..0000000000000 Binary files a/blockchains/smartchain/assets/0x6679eB24F59dFe111864AEc72B443d1Da666B360/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x667bEbFf5cda3C4A460B514aB478Da0A8cF80910/info.json b/blockchains/smartchain/assets/0x667bEbFf5cda3C4A460B514aB478Da0A8cF80910/info.json deleted file mode 100644 index 845f3b80c694d..0000000000000 --- a/blockchains/smartchain/assets/0x667bEbFf5cda3C4A460B514aB478Da0A8cF80910/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bitcoin And Ethereum Standard Token", - "type": "BEP20", - "symbol": "BEST", - "decimals": 18, - "website": "https://bestokens.network", - "description": "Hashrate 2.0 ecosystem token. Link traditional crypto assets mining industry and cutting-edge Defi tech.", - "explorer": "https://bscscan.com/token/0x667bEbFf5cda3C4A460B514aB478Da0A8cF80910", - "status": "active", - "id": "0x667bEbFf5cda3C4A460B514aB478Da0A8cF80910" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x667bEbFf5cda3C4A460B514aB478Da0A8cF80910/logo.png b/blockchains/smartchain/assets/0x667bEbFf5cda3C4A460B514aB478Da0A8cF80910/logo.png deleted file mode 100644 index 897ef13c244e4..0000000000000 Binary files a/blockchains/smartchain/assets/0x667bEbFf5cda3C4A460B514aB478Da0A8cF80910/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x66dA5cc445feC38A9475Ae7941f89110b9d256b9/info.json b/blockchains/smartchain/assets/0x66dA5cc445feC38A9475Ae7941f89110b9d256b9/info.json deleted file mode 100644 index f637853d48d75..0000000000000 --- a/blockchains/smartchain/assets/0x66dA5cc445feC38A9475Ae7941f89110b9d256b9/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Vodka Token", - "type": "BEP20", - "symbol": "VODKA", - "decimals": 18, - "website": "https://vodkatoken.com/", - "description": "Vodka Token — collectible play-to-earn NFT game based on DeFi.", - "explorer": "https://bscscan.com/token/0x66dA5cc445feC38A9475Ae7941f89110b9d256b9", - "status": "active", - "id": "0x66dA5cc445feC38A9475Ae7941f89110b9d256b9", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/vodka-token" - }, - { - "name": "telegram", - "url": "https://t.me/vodkatoken" - }, - { - "name": "twitter", - "url": "https://twitter.com/VodkaToken" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/vodka-token" - } - ], - "tags": [ - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x66dA5cc445feC38A9475Ae7941f89110b9d256b9/logo.png b/blockchains/smartchain/assets/0x66dA5cc445feC38A9475Ae7941f89110b9d256b9/logo.png deleted file mode 100644 index a34f4d1108d63..0000000000000 Binary files a/blockchains/smartchain/assets/0x66dA5cc445feC38A9475Ae7941f89110b9d256b9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6719F89Bb81b357D443eE93Eb254e9dBb590bFbE/info.json b/blockchains/smartchain/assets/0x6719F89Bb81b357D443eE93Eb254e9dBb590bFbE/info.json deleted file mode 100644 index 8abb2b9ff7451..0000000000000 --- a/blockchains/smartchain/assets/0x6719F89Bb81b357D443eE93Eb254e9dBb590bFbE/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BurnCoin", - "type": "BEP20", - "symbol": "BURN", - "decimals": 9, - "website": "https://theburncoin.com/", - "description": "Deflationary, frictionless yield and liquidity generation protocol that powers the play dead live gaming portal.", - "explorer": "https://bscscan.com/token/0x6719F89Bb81b357D443eE93Eb254e9dBb590bFbE", - "status": "active", - "id": "0x6719F89Bb81b357D443eE93Eb254e9dBb590bFbE" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6719F89Bb81b357D443eE93Eb254e9dBb590bFbE/logo.png b/blockchains/smartchain/assets/0x6719F89Bb81b357D443eE93Eb254e9dBb590bFbE/logo.png deleted file mode 100644 index 4d8cba0843835..0000000000000 Binary files a/blockchains/smartchain/assets/0x6719F89Bb81b357D443eE93Eb254e9dBb590bFbE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x672147dD47674757C457eB155BAA382cc10705Dd/info.json b/blockchains/smartchain/assets/0x672147dD47674757C457eB155BAA382cc10705Dd/info.json deleted file mode 100644 index 6db6e78356985..0000000000000 --- a/blockchains/smartchain/assets/0x672147dD47674757C457eB155BAA382cc10705Dd/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "USD Coin (PoS) (Portal from Polygon)", - "type": "BEP20", - "symbol": "USDCpo", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.circle.com/en/usdc", - "explorer": "https://bscscan.com/token/0x672147dD47674757C457eB155BAA382cc10705Dd", - "status": "active", - "id": "0x672147dD47674757C457eB155BAA382cc10705Dd", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x672147dD47674757C457eB155BAA382cc10705Dd/logo.png b/blockchains/smartchain/assets/0x672147dD47674757C457eB155BAA382cc10705Dd/logo.png deleted file mode 100644 index 4e3f74d233943..0000000000000 Binary files a/blockchains/smartchain/assets/0x672147dD47674757C457eB155BAA382cc10705Dd/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x673Da443da2f6aE7c5c660A9F0D3DD24d1643D36/info.json b/blockchains/smartchain/assets/0x673Da443da2f6aE7c5c660A9F0D3DD24d1643D36/info.json deleted file mode 100644 index c80b11f509fc4..0000000000000 --- a/blockchains/smartchain/assets/0x673Da443da2f6aE7c5c660A9F0D3DD24d1643D36/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "RainbowToken", - "type": "BEP20", - "symbol": "RAINBOW", - "decimals": 9, - "website": "https://rainbowtoken.finance/", - "description": "7 colors. 7 features. 7% tax.", - "explorer": "https://bscscan.com/token/0x673da443da2f6ae7c5c660a9f0d3dd24d1643d36", - "status": "active", - "id": "0x673Da443da2f6aE7c5c660A9F0D3DD24d1643D36", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/rainbowtokenbsc" - }, - { - "name": "telegram", - "url": "https://t.me/rainbow_crypto" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x673Da443da2f6aE7c5c660A9F0D3DD24d1643D36/logo.png b/blockchains/smartchain/assets/0x673Da443da2f6aE7c5c660A9F0D3DD24d1643D36/logo.png deleted file mode 100644 index b23772075024d..0000000000000 Binary files a/blockchains/smartchain/assets/0x673Da443da2f6aE7c5c660A9F0D3DD24d1643D36/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6775729FaD1438116b2E3B4Fb2878539795297A7/info.json b/blockchains/smartchain/assets/0x6775729FaD1438116b2E3B4Fb2878539795297A7/info.json deleted file mode 100644 index f90bccf089aa0..0000000000000 --- a/blockchains/smartchain/assets/0x6775729FaD1438116b2E3B4Fb2878539795297A7/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "CoinAlpha", - "type": "BEP20", - "symbol": "ALP", - "decimals": 9, - "website": "https://coinalpha.app/", - "description": "CoinAlpha is community based coin listing and voting platform.", - "explorer": "https://bscscan.com/token/0x6775729FaD1438116b2E3B4Fb2878539795297A7", - "status": "active", - "id": "0x6775729FaD1438116b2E3B4Fb2878539795297A7", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CoinAlpha3" - }, - { - "name": "telegram", - "url": "https://t.me/coinalpha_x100" - }, - { - "name": "facebook", - "url": "https://facebook.com/coinalphax4r" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/coinalpha/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/coinalpha" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6775729FaD1438116b2E3B4Fb2878539795297A7/logo.png b/blockchains/smartchain/assets/0x6775729FaD1438116b2E3B4Fb2878539795297A7/logo.png deleted file mode 100644 index 66b755590d41c..0000000000000 Binary files a/blockchains/smartchain/assets/0x6775729FaD1438116b2E3B4Fb2878539795297A7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x678e840C640F619E17848045D23072844224dD37/info.json b/blockchains/smartchain/assets/0x678e840C640F619E17848045D23072844224dD37/info.json deleted file mode 100644 index 7dbadd122ad49..0000000000000 --- a/blockchains/smartchain/assets/0x678e840C640F619E17848045D23072844224dD37/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Cratos", - "type": "BEP20", - "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://bscscan.com/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/smartchain/assets/0x678e840C640F619E17848045D23072844224dD37/logo.png b/blockchains/smartchain/assets/0x678e840C640F619E17848045D23072844224dD37/logo.png deleted file mode 100644 index cad91b5eadb32..0000000000000 Binary files a/blockchains/smartchain/assets/0x678e840C640F619E17848045D23072844224dD37/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x679D5b2d94f454c950d683D159b87aa8eae37C9e/info.json b/blockchains/smartchain/assets/0x679D5b2d94f454c950d683D159b87aa8eae37C9e/info.json deleted file mode 100644 index 49d9e20b896ca..0000000000000 --- a/blockchains/smartchain/assets/0x679D5b2d94f454c950d683D159b87aa8eae37C9e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HAMSTER", - "website": "https://www.coinhamster.io/", - "description": "Hamster is MemeToken", - "explorer": "https://bscscan.com/token/0x679d5b2d94f454c950d683d159b87aa8eae37c9e", - "type": "BEP20", - "symbol": "HAM", - "decimals": 7, - "status": "active", - "id": "0x679D5b2d94f454c950d683D159b87aa8eae37C9e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x679D5b2d94f454c950d683D159b87aa8eae37C9e/logo.png b/blockchains/smartchain/assets/0x679D5b2d94f454c950d683D159b87aa8eae37C9e/logo.png deleted file mode 100644 index 1523d2e8788e9..0000000000000 Binary files a/blockchains/smartchain/assets/0x679D5b2d94f454c950d683D159b87aa8eae37C9e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x67Db74b6D1Ea807CB47248489c99D144323D348d/info.json b/blockchains/smartchain/assets/0x67Db74b6D1Ea807CB47248489c99D144323D348d/info.json deleted file mode 100644 index 64e78e6e77f39..0000000000000 --- a/blockchains/smartchain/assets/0x67Db74b6D1Ea807CB47248489c99D144323D348d/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "MMS COIN", - "type": "BEP20", - "symbol": "MMSC", - "decimals": 8, - "website": "https://mms-soilminerals.com", - "description": "Crypto for Staking platform and marketplace platform we create an online store use MMSC shopping product", - "explorer": "https://bscscan.com/token/0x67Db74b6D1Ea807CB47248489c99D144323D348d", - "status": "active", - "id": "0x67Db74b6D1Ea807CB47248489c99D144323D348d", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/mmsplatform" - }, - { - "name": "github", - "url": "https://github.com/Goldcopytrade/MMSCOIN/" - }, - { - "name": "telegram", - "url": "https://t.me/+seMX1nx2Bgk4ZTFl" - }, - { - "name": "docs", - "url": "https://docs.mms-soilminerals.com" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mmsc-platform/" - } - ], - "tags": [ - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0x67Db74b6D1Ea807CB47248489c99D144323D348d/logo.png b/blockchains/smartchain/assets/0x67Db74b6D1Ea807CB47248489c99D144323D348d/logo.png deleted file mode 100644 index da995520ec48b..0000000000000 Binary files a/blockchains/smartchain/assets/0x67Db74b6D1Ea807CB47248489c99D144323D348d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x67E8954493dCF031243a3498da73c167EdA512d4/info.json b/blockchains/smartchain/assets/0x67E8954493dCF031243a3498da73c167EdA512d4/info.json deleted file mode 100644 index 4083336bdc7d9..0000000000000 --- a/blockchains/smartchain/assets/0x67E8954493dCF031243a3498da73c167EdA512d4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Galaxium", - "website": "https://galaxium.space", - "description": "A decentralized finance (DeFi) global payment solution built on lightning fast open source code providing safe, secure, and seamless transactions with bulletproof BSC technology.", - "explorer": "https://bscscan.com/token/0x67e8954493dcf031243a3498da73c167eda512d4", - "type": "BEP20", - "symbol": "GLXM", - "decimals": 9, - "status": "active", - "id": "0x67E8954493dCF031243a3498da73c167EdA512d4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x67E8954493dCF031243a3498da73c167EdA512d4/logo.png b/blockchains/smartchain/assets/0x67E8954493dCF031243a3498da73c167EdA512d4/logo.png deleted file mode 100644 index 2bf2adef05194..0000000000000 Binary files a/blockchains/smartchain/assets/0x67E8954493dCF031243a3498da73c167EdA512d4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x67b725d7e342d7B611fa85e859Df9697D9378B2e/info.json b/blockchains/smartchain/assets/0x67b725d7e342d7B611fa85e859Df9697D9378B2e/info.json deleted file mode 100644 index 359ff84216aba..0000000000000 --- a/blockchains/smartchain/assets/0x67b725d7e342d7B611fa85e859Df9697D9378B2e/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "The Sandbox", - "symbol": "SAND", - "type": "BEP20", - "decimals": 18, - "description": "The Sandbox is a virtual world where players can build, own, and monetize their gaming experiences in the Ethereum blockchain using SAND, the platform’s utility token.", - "website": "http://www.sandbox.game/", - "explorer": "https://bscscan.com/token/0x67b725d7e342d7b611fa85e859df9697d9378b2e", - "status": "active", - "id": "0x67b725d7e342d7B611fa85e859Df9697D9378B2e", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/TheSandboxGame" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/the-sandbox/" - }, - { - "name": "telegram", - "url": "https://t.me/sandboxgame" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/the-sandbox/" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x67b725d7e342d7B611fa85e859Df9697D9378B2e/logo.png b/blockchains/smartchain/assets/0x67b725d7e342d7B611fa85e859Df9697D9378B2e/logo.png deleted file mode 100644 index 5b4fa7432889a..0000000000000 Binary files a/blockchains/smartchain/assets/0x67b725d7e342d7B611fa85e859Df9697D9378B2e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x67d012F731c23F0313CEA1186d0121779c77fcFE/info.json b/blockchains/smartchain/assets/0x67d012F731c23F0313CEA1186d0121779c77fcFE/info.json deleted file mode 100644 index befae50254039..0000000000000 --- a/blockchains/smartchain/assets/0x67d012F731c23F0313CEA1186d0121779c77fcFE/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "APOyield SOULS", - "website": "https://apoyield.xyz/", - "description": "APOyield is a deflationary friction less yield product with it's own token called SOUL. Initially the number of SOUL tokens is equal to the number of citizens of earth. With every transaction 2% of the SOULS gets condemned forever and lost in hell. Yet another 8% gets another chance of survival in a shattered form in wallets of all remaining holders.", - "explorer": "https://bscscan.com/token/0x67d012F731c23F0313CEA1186d0121779c77fcFE", - "research": "", - "type": "BEP20", - "symbol": "SOUL", - "decimals": 8, - "status": "active", - "id": "0x67d012F731c23F0313CEA1186d0121779c77fcFE" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x67d012F731c23F0313CEA1186d0121779c77fcFE/logo.png b/blockchains/smartchain/assets/0x67d012F731c23F0313CEA1186d0121779c77fcFE/logo.png deleted file mode 100644 index 68aed7447e35c..0000000000000 Binary files a/blockchains/smartchain/assets/0x67d012F731c23F0313CEA1186d0121779c77fcFE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x67d66e8Ec1Fd25d98B3Ccd3B19B7dc4b4b7fC493/info.json b/blockchains/smartchain/assets/0x67d66e8Ec1Fd25d98B3Ccd3B19B7dc4b4b7fC493/info.json deleted file mode 100644 index 94d2cf2e24e1b..0000000000000 --- a/blockchains/smartchain/assets/0x67d66e8Ec1Fd25d98B3Ccd3B19B7dc4b4b7fC493/info.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "Feeder Finance", - "type": "BEP20", - "symbol": "FEED", - "decimals": 18, - "website": "https://feeder.finance/", - "description": "Feeder Finance is a DeFi aggregator for diversified yield generation on Binance Smart Chain (“BSC”). Feeder aims to allow investors to feed capital into lending protocols, liquidity pools, vaults, and other DeFi products in an automated and diversified process — A single deposit with macro exposure.", - "explorer": "https://bscscan.com/token/0x67d66e8Ec1Fd25d98B3Ccd3B19B7dc4b4b7fC493", - "status": "active", - "id": "0x67d66e8Ec1Fd25d98B3Ccd3B19B7dc4b4b7fC493", - "links": [ - { - "name": "github", - "url": "https://github.com/FeederFinance/" - }, - { - "name": "twitter", - "url": "https://twitter.com/FeederFinance" - }, - { - "name": "telegram", - "url": "https://t.me/FeederFinance" - }, - { - "name": "telegram_news", - "url": "https://t.me/FeederFinanceNews" - }, - { - "name": "medium", - "url": "https://medium.com/feeder-finance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/CBCrxVbkmv" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC7M0nZAc0IqmY3VZ8ZcettA" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/feeder-finance/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/feeder-finance" - }, - { - "name": "blog", - "url": "https://blog.feeder.finance" - }, - { - "name": "docs", - "url": "https://docs.feeder.finance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x67d66e8Ec1Fd25d98B3Ccd3B19B7dc4b4b7fC493/logo.png b/blockchains/smartchain/assets/0x67d66e8Ec1Fd25d98B3Ccd3B19B7dc4b4b7fC493/logo.png deleted file mode 100644 index 0ab20cf7b77ec..0000000000000 Binary files a/blockchains/smartchain/assets/0x67d66e8Ec1Fd25d98B3Ccd3B19B7dc4b4b7fC493/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2/info.json b/blockchains/smartchain/assets/0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2/info.json deleted file mode 100644 index 84b457ca57083..0000000000000 --- a/blockchains/smartchain/assets/0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2/info.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "DODO", - "website": "https://dodoex.io/", - "short_description": "a liquidity protocol powered by the Proactive Market Maker (PMM) algorithm", - "description": "DODO is a liquidity protocol powered by the Proactive Market Maker (PMM) algorithm and built for capital efficiency.", - "explorer": "https://bscscan.com/token/0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2", - "type": "BEP20", - "symbol": "DODO", - "decimals": 18, - "status": "active", - "id": "0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2", - "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/smartchain/assets/0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2/logo.png b/blockchains/smartchain/assets/0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2/logo.png deleted file mode 100644 index 3e5c749672d58..0000000000000 Binary files a/blockchains/smartchain/assets/0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x681fd3e49a6188Fc526784eE70AA1C269ee2B887/info.json b/blockchains/smartchain/assets/0x681fd3e49a6188Fc526784eE70AA1C269ee2B887/info.json deleted file mode 100644 index 3de7b2689dbcf..0000000000000 --- a/blockchains/smartchain/assets/0x681fd3e49a6188Fc526784eE70AA1C269ee2B887/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Franklin", - "type": "BEP20", - "symbol": "FLy", - "decimals": 4, - "website": "https://tokenfly.co/", - "description": "Pegged Franklin (FLy) – the native token of the VRM and Black Ocean ecosystems. Token holders can enjoy discounted trading fees, additional rebates and use Black Ocean solutions, such as Liquidity and Dark pools, Token-sale launchpad, NFT market, margin trading and liquidity mining opportunities.", - "explorer": "https://bscscan.com/token/0x681fd3e49a6188Fc526784eE70AA1C269ee2B887", - "status": "active", - "id": "0x681fd3e49a6188Fc526784eE70AA1C269ee2B887" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x681fd3e49a6188Fc526784eE70AA1C269ee2B887/logo.png b/blockchains/smartchain/assets/0x681fd3e49a6188Fc526784eE70AA1C269ee2B887/logo.png deleted file mode 100644 index 88bfa4bd3d3ef..0000000000000 Binary files a/blockchains/smartchain/assets/0x681fd3e49a6188Fc526784eE70AA1C269ee2B887/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x683b383E9D6Cc523F4C9764daceBB5752892fc53/info.json b/blockchains/smartchain/assets/0x683b383E9D6Cc523F4C9764daceBB5752892fc53/info.json deleted file mode 100644 index 9cd8d9a4bcd7d..0000000000000 --- a/blockchains/smartchain/assets/0x683b383E9D6Cc523F4C9764daceBB5752892fc53/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "SparkLab", - "type": "BEP20", - "symbol": "Spark", - "decimals": 18, - "website": "https://thesparklab.io", - "description": "Sparklab is a next generation portfolio tracker with tons of unique features to make your token management safer and easier. ", - "explorer": "https://bscscan.com/token/0x683b383E9D6Cc523F4C9764daceBB5752892fc53", - "status": "active", - "id": "0x683b383E9D6Cc523F4C9764daceBB5752892fc53", - "links": [ - { - "name": "telegram", - "url": "https://t.me/SparkLabOfficialChannel" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/sparklab/" - }, - { - "name": "twitter", - "url": "https://twitter.com/Sparklab3" - }, - { - "name": "github", - "url": "https://github.com/TheSparkLab/SparkLab" - }, - { - "name": "facebook", - "url": "https://facebook.com/groups/400402991732597" - }, - { - "name": "discord", - "url": "https://discord.com/ea454HSz" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/SparkLab/" - }, - { - "name": "whitepaper", - "url": "https://thesparklab.io/whitepapersparklab.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x683b383E9D6Cc523F4C9764daceBB5752892fc53/logo.png b/blockchains/smartchain/assets/0x683b383E9D6Cc523F4C9764daceBB5752892fc53/logo.png deleted file mode 100644 index 4f6ceaa912f0a..0000000000000 Binary files a/blockchains/smartchain/assets/0x683b383E9D6Cc523F4C9764daceBB5752892fc53/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x683fae4411249Ca05243dfb919c20920f3f5bfE0/info.json b/blockchains/smartchain/assets/0x683fae4411249Ca05243dfb919c20920f3f5bfE0/info.json deleted file mode 100644 index d7be3dba0658e..0000000000000 --- a/blockchains/smartchain/assets/0x683fae4411249Ca05243dfb919c20920f3f5bfE0/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "Galaxy Heroes Coin", - "type": "BEP20", - "symbol": "GHC", - "decimals": 9, - "website": "https://galaxyheroescoin.com", - "description": "Galaxy Heroes Coin is more than just a token. It will have a never seen before NFT platform and gaming app. Be a hero, a Galaxy Hero!", - "explorer": "https://bscscan.com/token/0x683fae4411249Ca05243dfb919c20920f3f5bfE0", - "status": "abandoned", - "id": "0x683fae4411249Ca05243dfb919c20920f3f5bfE0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/galaxyheroesghc" - }, - { - "name": "github", - "url": "https://github.com/sumner770/GalaxyHeroesCoin" - }, - { - "name": "telegram", - "url": "https://t.me/galaxyheroescoin" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/galaxy-heroes-coin" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/galaxyheroescoin" - }, - { - "name": "discord", - "url": "https://discord.com/invite/NWjxH4CB9R" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/galaxyheroescoin" - }, - { - "name": "facebook", - "url": "https://facebook.com/GalaxyHeroesCoin" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC0XEhzirmXN0AZQIhoR_Vzg" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x68590a47578E5060a29fd99654f4556dBfa05D10/info.json b/blockchains/smartchain/assets/0x68590a47578E5060a29fd99654f4556dBfa05D10/info.json deleted file mode 100644 index 8b02fa494cd4f..0000000000000 --- a/blockchains/smartchain/assets/0x68590a47578E5060a29fd99654f4556dBfa05D10/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "MoonRat", - "website": "https://moonrat.finance/", - "description": "MoonRat is a community driven, fair launched DeFi project built on Binance Smart Chain #BSC. Three functions occur during each trade: Reflection, LP Acquisition, & Burn. MoonRat brings the most revolutionary mechanism to BSC ecosystem: Earn $BNB just by holding $MRAT token", - "explorer": "https://bscscan.com/token/0x68590a47578E5060a29fd99654f4556dBfa05D10", - "type": "BEP20", - "symbol": "SMRAT", - "decimals": 9, - "status": "active", - "id": "0x68590a47578E5060a29fd99654f4556dBfa05D10", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MoonRatFinance" - }, - { - "name": "telegram", - "url": "https://t.me/moonrat_finance" - }, - { - "name": "medium", - "url": "https://medium.com/moonrat-finance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x68590a47578E5060a29fd99654f4556dBfa05D10/logo.png b/blockchains/smartchain/assets/0x68590a47578E5060a29fd99654f4556dBfa05D10/logo.png deleted file mode 100644 index f37ba78c41f7d..0000000000000 Binary files a/blockchains/smartchain/assets/0x68590a47578E5060a29fd99654f4556dBfa05D10/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x68810a6F5bB0491cB9Ccf8c52735A1acf5f28009/info.json b/blockchains/smartchain/assets/0x68810a6F5bB0491cB9Ccf8c52735A1acf5f28009/info.json deleted file mode 100644 index f6dea62e3bad5..0000000000000 --- a/blockchains/smartchain/assets/0x68810a6F5bB0491cB9Ccf8c52735A1acf5f28009/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "ShibaZilla", - "website": "https://shibazilla.com", - "description": "ShibaZilla aims to go above and beyond for its community, by providing investors 5% liquidity and 5% Reflection Rewards.", - "explorer": "https://bscscan.com/token/0x68810a6F5bB0491cB9Ccf8c52735A1acf5f28009", - "type": "BEP20", - "symbol": "ShibaZilla", - "decimals": 9, - "status": "active", - "id": "0x68810a6F5bB0491cB9Ccf8c52735A1acf5f28009", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/shibazillacoin" - }, - { - "name": "twitter", - "url": "https://twitter.com/shibazillacoin" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/shibazillacoin/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x68810a6F5bB0491cB9Ccf8c52735A1acf5f28009/logo.png b/blockchains/smartchain/assets/0x68810a6F5bB0491cB9Ccf8c52735A1acf5f28009/logo.png deleted file mode 100644 index 46a776d9a10b7..0000000000000 Binary files a/blockchains/smartchain/assets/0x68810a6F5bB0491cB9Ccf8c52735A1acf5f28009/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x68848E1d1fFd7B38D103106C74220c1ad3494AFC/info.json b/blockchains/smartchain/assets/0x68848E1d1fFd7B38D103106C74220c1ad3494AFC/info.json deleted file mode 100644 index c9a5b9ed2c551..0000000000000 --- a/blockchains/smartchain/assets/0x68848E1d1fFd7B38D103106C74220c1ad3494AFC/info.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "name": "Rewards Bunny", - "website": "https://www.rewardsbunny.com/", - "description": "Rewards Bunny ($RBunny) is a cashback platform where we reward users for their online shopping in Crypto or USD. Start saving now with deals and discounts from top participating brands like AliExpress, Agoda, ASOS, Booking.com, Bose, Klook, Viator, and etc.", - "explorer": "https://bscscan.com/token/0x68848e1d1ffd7b38d103106c74220c1ad3494afc", - "type": "BEP20", - "symbol": "RBunny", - "decimals": 18, - "status": "active", - "id": "0x68848E1d1fFd7B38D103106C74220c1ad3494AFC", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/RewardsBunny" - }, - { - "name": "whitepaper", - "url": "https://rewardsbunny.com/whitepaper" - }, - { - "name": "medium", - "url": "https://medium.com/@rewardsbunny" - }, - { - "name": "github", - "url": "https://github.com/RewardsBunny" - }, - { - "name": "discord", - "url": "https://discord.com/invite/teEuUaNdag" - }, - { - "name": "telegram", - "url": "https://t.me/RewardsBunny" - }, - { - "name": "telegram_news", - "url": "https://t.me/RewardsBunnyChannel" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/rewards-bunny/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/rewards-bunny" - }, - { - "name": "facebook", - "url": "https://facebook.com/RewardsBunny/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/RewardsBunny/" - }, - { - "name": "youtube", - "url": "https://youtube.com/RewardsBunny" - }, - { - "name": "source_code", - "url": "https://github.com/rewardsbunny/RewardsBunny/tree/main" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x68848E1d1fFd7B38D103106C74220c1ad3494AFC/logo.png b/blockchains/smartchain/assets/0x68848E1d1fFd7B38D103106C74220c1ad3494AFC/logo.png deleted file mode 100644 index f9060098be2f6..0000000000000 Binary files a/blockchains/smartchain/assets/0x68848E1d1fFd7B38D103106C74220c1ad3494AFC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6884AE24dEB7E8fa80dc9D0d56C91d78a250E9b1/info.json b/blockchains/smartchain/assets/0x6884AE24dEB7E8fa80dc9D0d56C91d78a250E9b1/info.json deleted file mode 100644 index b7c6992049be6..0000000000000 --- a/blockchains/smartchain/assets/0x6884AE24dEB7E8fa80dc9D0d56C91d78a250E9b1/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Shield Token", - "type": "BEP20", - "symbol": "SHIELD", - "decimals": 9, - "website": "https://shieldtoken.net/", - "description": "The SHIELD Token protocol is designed for Holders by putting aside 8% of each transaction and adding them to a BNB pool. Each holder can withdraw from the pool once a day according to his share of shield tokens*. Furthermore, 6% of each transaction goes into LP and 2% of each SHIELD transaction gets reflected to all holders.", - "explorer": "https://bscscan.com/token/0x6884ae24deb7e8fa80dc9d0d56c91d78a250e9b1", - "status": "active", - "id": "0x6884AE24dEB7E8fa80dc9D0d56C91d78a250E9b1" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6884AE24dEB7E8fa80dc9D0d56C91d78a250E9b1/logo.png b/blockchains/smartchain/assets/0x6884AE24dEB7E8fa80dc9D0d56C91d78a250E9b1/logo.png deleted file mode 100644 index 30b74862f6e0e..0000000000000 Binary files a/blockchains/smartchain/assets/0x6884AE24dEB7E8fa80dc9D0d56C91d78a250E9b1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x689437C050678935DB89381fE0B8F6ED4A3eec66/info.json b/blockchains/smartchain/assets/0x689437C050678935DB89381fE0B8F6ED4A3eec66/info.json deleted file mode 100644 index da90d14dda235..0000000000000 --- a/blockchains/smartchain/assets/0x689437C050678935DB89381fE0B8F6ED4A3eec66/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "BABYSPACEFLOKI", - "type": "BEP20", - "symbol": "BSF", - "decimals": 9, - "website": "https://www.babyspacefloki.com", - "description": "Baby Space Floki has always dreamed of going to the moon and we want to send him there. Join him for the ride! There has been a long and noble history of sending dogs to space but we want Baby Space Floki to be the first dog to step foot on the moon.", - "explorer": "https://bscscan.com/token/0x689437C050678935DB89381fE0B8F6ED4A3eec66", - "status": "active", - "id": "0x689437C050678935DB89381fE0B8F6ED4A3eec66", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BabySpaceFloki" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/babyspacefloki" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x689437C050678935DB89381fE0B8F6ED4A3eec66/logo.png b/blockchains/smartchain/assets/0x689437C050678935DB89381fE0B8F6ED4A3eec66/logo.png deleted file mode 100644 index af8daa3447a90..0000000000000 Binary files a/blockchains/smartchain/assets/0x689437C050678935DB89381fE0B8F6ED4A3eec66/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x68D10dFe87a838D63BbEf6c9A0D0b44beB799DC1/info.json b/blockchains/smartchain/assets/0x68D10dFe87a838D63BbEf6c9A0D0b44beB799DC1/info.json deleted file mode 100644 index 24a0db0903d9a..0000000000000 --- a/blockchains/smartchain/assets/0x68D10dFe87a838D63BbEf6c9A0D0b44beB799DC1/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "MagnetGold", - "type": "BEP20", - "symbol": "MTG", - "decimals": 18, - "website": "https://mtggold.com/", - "description": "MagnetGold will represent the heart of the ecosystem for Crypto investors/companies to grow their capital, investment, venture capital, families, traders and more. MTG supports funding startups, green energy, organic/agro, E-commerce, crypto awareness, real-estate and others.", - "explorer": "https://bscscan.com/token/0x68d10dfe87a838d63bbef6c9a0d0b44beb799dc1", - "status": "active", - "id": "0x68D10dFe87a838D63BbEf6c9A0D0b44beB799DC1", - "links": [ - { - "name": "telegram", - "url": "https://t.me/yourmagnetgold/" - }, - { - "name": "facebook", - "url": "https://facebook.com/yourmagnetgold/" - }, - { - "name": "twitter", - "url": "https://twitter.com/YMagnetgold" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UClEqjwDYM9DWOa2yyXB1luQ" - }, - { - "name": "whitepaper", - "url": "https://mtggold.com/images/MTGGOLD-WHITEPAPER.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/magnet-gold/" - }, - { - "name": "medium", - "url": "https://medium.com/@magnetgold" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x68D10dFe87a838D63BbEf6c9A0D0b44beB799DC1/logo.png b/blockchains/smartchain/assets/0x68D10dFe87a838D63BbEf6c9A0D0b44beB799DC1/logo.png deleted file mode 100644 index 1c81bfa1ec3c3..0000000000000 Binary files a/blockchains/smartchain/assets/0x68D10dFe87a838D63BbEf6c9A0D0b44beB799DC1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x68E374F856bF25468D365E539b700b648Bf94B67/info.json b/blockchains/smartchain/assets/0x68E374F856bF25468D365E539b700b648Bf94B67/info.json deleted file mode 100644 index 034ff0d132b69..0000000000000 --- a/blockchains/smartchain/assets/0x68E374F856bF25468D365E539b700b648Bf94B67/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Mist", - "website": "https://mist.game/", - "description": "Mist Token is the native in-game currency of Mist developed to incorporate NFTs with in-game functions for MMO audience.", - "explorer": "https://bscscan.com/token/0x68E374F856bF25468D365E539b700b648Bf94B67", - "type": "BEP20", - "symbol": "$MIST", - "decimals": 18, - "status": "active", - "id": "0x68E374F856bF25468D365E539b700b648Bf94B67", - "links": [ - { - "name": "telegram", - "url": "https://t.me/MistNFT" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mist/" - }, - { - "name": "twitter", - "url": "https://twitter.com/MistNft" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x68E374F856bF25468D365E539b700b648Bf94B67/logo.png b/blockchains/smartchain/assets/0x68E374F856bF25468D365E539b700b648Bf94B67/logo.png deleted file mode 100644 index d3a7c383e4c44..0000000000000 Binary files a/blockchains/smartchain/assets/0x68E374F856bF25468D365E539b700b648Bf94B67/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x68b5edb385b59E30a7A7Db1E681a449E94DF0213/info.json b/blockchains/smartchain/assets/0x68b5edb385b59E30a7A7Db1E681a449E94DF0213/info.json deleted file mode 100644 index c5ccf16400ba9..0000000000000 --- a/blockchains/smartchain/assets/0x68b5edb385b59E30a7A7Db1E681a449E94DF0213/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Silva Token", - "website": "https://www.silva.finance/", - "description": "SILVA Token is a multi-functional platform which allows each participant to keep money in a multi-currency online wallet, buy and sell currency on the exchange, invest money, get a huge benefit in a convenient currency.", - "explorer": "https://bscscan.com/token/0x68b5edb385b59E30a7A7Db1E681a449E94DF0213", - "type": "BEP20", - "symbol": "SILVA", - "decimals": 9, - "status": "active", - "id": "0x68b5edb385b59E30a7A7Db1E681a449E94DF0213", - "links": [ - { - "name": "github", - "url": "https://github.com/SilvaToken" - }, - { - "name": "whitepaper", - "url": "https://www.silva.finance/whitepaper/" - }, - { - "name": "telegram", - "url": "https://t.me/SilvaTokenId" - }, - { - "name": "twitter", - "url": "https://twitter.com/ERANetworkGroup" - }, - { - "name": "facebook", - "url": "https://facebook.com/ERATokens/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCcMavJs-DvX_bqf9G6b70Gg" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x68b5edb385b59E30a7A7Db1E681a449E94DF0213/logo.png b/blockchains/smartchain/assets/0x68b5edb385b59E30a7A7Db1E681a449E94DF0213/logo.png deleted file mode 100644 index e7dd282e2b466..0000000000000 Binary files a/blockchains/smartchain/assets/0x68b5edb385b59E30a7A7Db1E681a449E94DF0213/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6904b1c25c91fBD9431621fbE495d7c49FCD171F/info.json b/blockchains/smartchain/assets/0x6904b1c25c91fBD9431621fbE495d7c49FCD171F/info.json deleted file mode 100644 index 73e62df7cea41..0000000000000 --- a/blockchains/smartchain/assets/0x6904b1c25c91fBD9431621fbE495d7c49FCD171F/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Cryptonite", - "type": "BEP20", - "symbol": "CRT", - "decimals": 9, - "website": "https://www.cryptoniterelief.com/", - "description": "Cryptonite from planet Crypton on a mission to earth to save the BSC community from all the Ruggers! Play to Earn Game / NFT trading platform", - "explorer": "https://bscscan.com/token/0x6904b1c25c91fBD9431621fbE495d7c49FCD171F", - "status": "active", - "id": "0x6904b1c25c91fBD9431621fbE495d7c49FCD171F", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CRYPTONITE_CRT" - }, - { - "name": "telegram", - "url": "https://t.me/CryptoniteToken" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6904b1c25c91fBD9431621fbE495d7c49FCD171F/logo.png b/blockchains/smartchain/assets/0x6904b1c25c91fBD9431621fbE495d7c49FCD171F/logo.png deleted file mode 100644 index b2a835bf9cde4..0000000000000 Binary files a/blockchains/smartchain/assets/0x6904b1c25c91fBD9431621fbE495d7c49FCD171F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x694Dc0619e7140D83F2627D573015565096832d3/info.json b/blockchains/smartchain/assets/0x694Dc0619e7140D83F2627D573015565096832d3/info.json deleted file mode 100644 index d36d2d53ea81f..0000000000000 --- a/blockchains/smartchain/assets/0x694Dc0619e7140D83F2627D573015565096832d3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Cougar Coin", - "website": "https://cougarcoin.org", - "description": "COUGAR is a community driven, fair launched DeFi Token. 6% of every transaction is donated to http://savelacougars.org to help fund California's first freeway wildlife crossing.", - "explorer": "https://bscscan.com/token/0x694dc0619e7140d83f2627d573015565096832d3", - "type": "BEP20", - "symbol": "COUGAR", - "decimals": 9, - "status": "active", - "id": "0x694Dc0619e7140D83F2627D573015565096832d3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x694Dc0619e7140D83F2627D573015565096832d3/logo.png b/blockchains/smartchain/assets/0x694Dc0619e7140D83F2627D573015565096832d3/logo.png deleted file mode 100644 index 512950b384555..0000000000000 Binary files a/blockchains/smartchain/assets/0x694Dc0619e7140D83F2627D573015565096832d3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x697bd938e7E572E787ecd7bC74a31f1814C21264/info.json b/blockchains/smartchain/assets/0x697bd938e7E572E787ecd7bC74a31f1814C21264/info.json deleted file mode 100644 index cf01b6f6efc59..0000000000000 --- a/blockchains/smartchain/assets/0x697bd938e7E572E787ecd7bC74a31f1814C21264/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "Digital Financial Exchange", - "type": "BEP20", - "symbol": "DIFX", - "decimals": 18, - "website": "https://difx.io/", - "description": "Digital Financial Exchange token (DIFX) is the native token associated with the cryptocurrency exchange DIFX. Based on the Binance Smart Chain blockchain, this digital asset is BEP-20 compliant and decentralized. DIFX's value is dependent in part on the reputation of its crypto exchange.", - "explorer": "https://bscscan.com/token/0x697bd938e7E572E787ecd7bC74a31f1814C21264", - "status": "active", - "id": "0x697bd938e7E572E787ecd7bC74a31f1814C21264", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/digital-financial-exchange/" - }, - { - "name": "telegram", - "url": "https://t.me/difx1" - }, - { - "name": "github", - "url": "https://github.com/DIFX-io" - }, - { - "name": "blog", - "url": "https://difxio.medium.com/" - }, - { - "name": "docs", - "url": "https://difx.io/assets/pdf/whitepaper.pdf" - }, - { - "name": "facebook", - "url": "https://facebook.com/difxexchange" - }, - { - "name": "twitter", - "url": "https://twitter.com/difx_io" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/difx_exchange/" - } - ], - "tags": [ - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x697bd938e7E572E787ecd7bC74a31f1814C21264/logo.png b/blockchains/smartchain/assets/0x697bd938e7E572E787ecd7bC74a31f1814C21264/logo.png deleted file mode 100644 index 70462fd08d603..0000000000000 Binary files a/blockchains/smartchain/assets/0x697bd938e7E572E787ecd7bC74a31f1814C21264/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x698111b771363B81D1179AD102e3d8B9cD093a11/info.json b/blockchains/smartchain/assets/0x698111b771363B81D1179AD102e3d8B9cD093a11/info.json deleted file mode 100644 index f6af91d9837d3..0000000000000 --- a/blockchains/smartchain/assets/0x698111b771363B81D1179AD102e3d8B9cD093a11/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "UKA DOGE COIN", - "type": "BEP20", - "symbol": "UDOGE", - "decimals": 18, - "website": "https://ukadoge.com/", - "description": "Uka Doge is an adventure game being built on a BSC and Ethereum, Polygon network", - "explorer": "https://bscscan.com/token/0x698111b771363b81d1179ad102e3d8b9cd093a11", - "status": "active", - "id": "0x698111b771363B81D1179AD102e3d8B9cD093a11", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ukadoge" - }, - { - "name": "telegram", - "url": "https://t.me/ukadogechat" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x698111b771363B81D1179AD102e3d8B9cD093a11/logo.png b/blockchains/smartchain/assets/0x698111b771363B81D1179AD102e3d8B9cD093a11/logo.png deleted file mode 100644 index 5c584d4cbacd1..0000000000000 Binary files a/blockchains/smartchain/assets/0x698111b771363B81D1179AD102e3d8B9cD093a11/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x69C2fcAe7e30b429166BD616A322e32BeC036bCf/info.json b/blockchains/smartchain/assets/0x69C2fcAe7e30b429166BD616A322e32BeC036bCf/info.json deleted file mode 100644 index d40f0fff17671..0000000000000 --- a/blockchains/smartchain/assets/0x69C2fcAe7e30b429166BD616A322e32BeC036bCf/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "MuratiAI", - "type": "BEP20", - "symbol": "MURATIAI", - "decimals": 18, - "website": "https://muratiai.com/", - "description": "The MuraAI platform is built on top of blockchain technology, providing a decentralized and secure environment for artist and animators to create and distribute their work.", - "explorer": "https://bscscan.com/token/0x69C2fcAe7e30b429166BD616A322e32BeC036bCf", - "status": "active", - "id": "0x69C2fcAe7e30b429166BD616A322e32BeC036bCf", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MuratiAI" - }, - { - "name": "telegram", - "url": "https://t.me/muratiAI" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/muratiai/" - }, - { - "name": "whitepaper", - "url": "https://muratiai.com/wp-content/uploads/2023/05/Whitepaper-MuratiAI.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/@MuratiAI" - }, - { - "name": "discord", - "url": "https://discord.com/invite/g2ybayjgGR" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x69C2fcAe7e30b429166BD616A322e32BeC036bCf/logo.png b/blockchains/smartchain/assets/0x69C2fcAe7e30b429166BD616A322e32BeC036bCf/logo.png deleted file mode 100644 index 3cc8ad721ba67..0000000000000 Binary files a/blockchains/smartchain/assets/0x69C2fcAe7e30b429166BD616A322e32BeC036bCf/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x69b14e8D3CEBfDD8196Bfe530954A0C226E5008E/info.json b/blockchains/smartchain/assets/0x69b14e8D3CEBfDD8196Bfe530954A0C226E5008E/info.json deleted file mode 100644 index fb209fc29fee6..0000000000000 --- a/blockchains/smartchain/assets/0x69b14e8D3CEBfDD8196Bfe530954A0C226E5008E/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "SpacePi Token", - "type": "BEP20", - "symbol": "SpacePi", - "decimals": 9, - "website": "https://space-pi.com", - "description": "SpacePi is preparing to develop Pi Metaverse, PiNFT, PiSwap and other ecosystems", - "explorer": "https://bscscan.com/token/0x69b14e8D3CEBfDD8196Bfe530954A0C226E5008E", - "status": "active", - "id": "0x69b14e8D3CEBfDD8196Bfe530954A0C226E5008E", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SpacePi_Com" - }, - { - "name": "telegram", - "url": "https://t.me/SpacePi_com" - }, - { - "name": "telegram_news", - "url": "https://t.me/space_pi_global" - } - ], - "tags": [ - "governance", - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x69b14e8D3CEBfDD8196Bfe530954A0C226E5008E/logo.png b/blockchains/smartchain/assets/0x69b14e8D3CEBfDD8196Bfe530954A0C226E5008E/logo.png deleted file mode 100644 index 9372519f3c19b..0000000000000 Binary files a/blockchains/smartchain/assets/0x69b14e8D3CEBfDD8196Bfe530954A0C226E5008E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x69bC4bbf7aa7A4e08D6542687aaD175A82D23fDE/info.json b/blockchains/smartchain/assets/0x69bC4bbf7aa7A4e08D6542687aaD175A82D23fDE/info.json deleted file mode 100644 index c8bf3de2be1c5..0000000000000 --- a/blockchains/smartchain/assets/0x69bC4bbf7aa7A4e08D6542687aaD175A82D23fDE/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "iDoge", - "type": "BEP20", - "symbol": "iDoge", - "decimals": 9, - "website": "https://idoge.co", - "description": "Influencer Doge (iDoge™) is a BEP-20 utility token that intends to produce easy passive income for our token holders by developing various profit-generating businesses in an assortment of different industries, such as art, clothing, entertainment, gaming, and software development. We aim to become the first meme token that pays a dividend to our tokenholders every quarter.", - "explorer": "https://bscscan.com/token/0x69bc4bbf7aa7a4e08d6542687aad175a82d23fde", - "status": "active", - "id": "0x69bC4bbf7aa7A4e08D6542687aaD175A82D23fDE" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x69bC4bbf7aa7A4e08D6542687aaD175A82D23fDE/logo.png b/blockchains/smartchain/assets/0x69bC4bbf7aa7A4e08D6542687aaD175A82D23fDE/logo.png deleted file mode 100644 index 918118408290f..0000000000000 Binary files a/blockchains/smartchain/assets/0x69bC4bbf7aa7A4e08D6542687aaD175A82D23fDE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6A684b3578f5B07c0Aa02fAFc33ED248AE0c2dB2/info.json b/blockchains/smartchain/assets/0x6A684b3578f5B07c0Aa02fAFc33ED248AE0c2dB2/info.json deleted file mode 100644 index 6cb113d1f0844..0000000000000 --- a/blockchains/smartchain/assets/0x6A684b3578f5B07c0Aa02fAFc33ED248AE0c2dB2/info.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "Tech Trees Coin", - "website": "https://www.techtrees.com/", - "description": "TechTrees Coin is a web 3.0 public welfare organization in response to Elon Musk‘s vision for low carbon emissions and sustainable development, with incorporated offices, experience of numerous field research and public service activities from Asia to Europe to Latin America. Our mission is to work towards global carbon neutrality and create a respect, brighter world. As Elon Musk says ’Don't build moats, build tech trees.", - "explorer": "https://bscscan.com/token/0x6a684b3578f5b07c0aa02fafc33ed248ae0c2db2", - "research": "https://whitepaper.techtrees.com/", - "symbol": "TTC", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x6A684b3578f5B07c0Aa02fAFc33ED248AE0c2dB2", - "tags": [ - "staking", - "gamefi" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/TechTreeCoin/TTC" - }, - { - "name": "twitter", - "url": "https://twitter.com/TechTreesCoin" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/TechTrees" - }, - { - "name": "whitepaper", - "url": "https://whitepaper.techtrees.com" - }, - { - "name": "telegram", - "url": "https://t.me/TechTreesCoin" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/techtreescoin" - } - ] -} diff --git a/blockchains/smartchain/assets/0x6A684b3578f5B07c0Aa02fAFc33ED248AE0c2dB2/logo.png b/blockchains/smartchain/assets/0x6A684b3578f5B07c0Aa02fAFc33ED248AE0c2dB2/logo.png deleted file mode 100644 index 7a2acb6f2fde8..0000000000000 Binary files a/blockchains/smartchain/assets/0x6A684b3578f5B07c0Aa02fAFc33ED248AE0c2dB2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6A79E08db6c08b8F88703794bF1a47f5a01eB9dC/info.json b/blockchains/smartchain/assets/0x6A79E08db6c08b8F88703794bF1a47f5a01eB9dC/info.json deleted file mode 100644 index feea8d12c0041..0000000000000 --- a/blockchains/smartchain/assets/0x6A79E08db6c08b8F88703794bF1a47f5a01eB9dC/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "WINLAMBO", - "type": "BEP20", - "symbol": "WINLAMBO", - "decimals": 9, - "website": "https://winlambo.fund/", - "description": "WINLAMBO is a Lambo generating token! Holders benefit from 2% passive income and a lifetime of chances at winning 210,000 BUSD.", - "explorer": "https://bscscan.com/token/0x6A79E08db6c08b8F88703794bF1a47f5a01eB9dC", - "status": "active", - "id": "0x6A79E08db6c08b8F88703794bF1a47f5a01eB9dC" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6A79E08db6c08b8F88703794bF1a47f5a01eB9dC/logo.png b/blockchains/smartchain/assets/0x6A79E08db6c08b8F88703794bF1a47f5a01eB9dC/logo.png deleted file mode 100644 index 0635e3b8f6995..0000000000000 Binary files a/blockchains/smartchain/assets/0x6A79E08db6c08b8F88703794bF1a47f5a01eB9dC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6Ad0F087501Eee603AeDa0407c52864bc7f83322/info.json b/blockchains/smartchain/assets/0x6Ad0F087501Eee603AeDa0407c52864bc7f83322/info.json deleted file mode 100644 index 1d3d9c1da642b..0000000000000 --- a/blockchains/smartchain/assets/0x6Ad0F087501Eee603AeDa0407c52864bc7f83322/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "METAVERSE FACE", - "type": "BEP20", - "symbol": "MEFA", - "decimals": 9, - "website": "https://www.meta-face.space/", - "description": "Decentralized blockchain platform providing Face Nft for Metaverse", - "explorer": "https://bscscan.com/token/0x6Ad0F087501Eee603AeDa0407c52864bc7f83322", - "status": "active", - "id": "0x6Ad0F087501Eee603AeDa0407c52864bc7f83322", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Human_meta_face" - }, - { - "name": "github", - "url": "https://github.com/MetaFaceNft/mefa" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/Meta-Face" - }, - { - "name": "telegram", - "url": "https://t.me/metafacenft" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/metaverse-face/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/metaverse-face" - } - ], - "tags": [ - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x6Ad0F087501Eee603AeDa0407c52864bc7f83322/logo.png b/blockchains/smartchain/assets/0x6Ad0F087501Eee603AeDa0407c52864bc7f83322/logo.png deleted file mode 100644 index 33ef258cde70e..0000000000000 Binary files a/blockchains/smartchain/assets/0x6Ad0F087501Eee603AeDa0407c52864bc7f83322/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6Ae9701B9c423F40d54556C9a443409D79cE170a/info.json b/blockchains/smartchain/assets/0x6Ae9701B9c423F40d54556C9a443409D79cE170a/info.json deleted file mode 100644 index ce829e7029fbf..0000000000000 --- a/blockchains/smartchain/assets/0x6Ae9701B9c423F40d54556C9a443409D79cE170a/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Polka City", - "type": "BEP20", - "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://bscscan.com/token/0x6Ae9701B9c423F40d54556C9a443409D79cE170a", - "status": "active", - "id": "0x6Ae9701B9c423F40d54556C9a443409D79cE170a", - "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/smartchain/assets/0x6Ae9701B9c423F40d54556C9a443409D79cE170a/logo.png b/blockchains/smartchain/assets/0x6Ae9701B9c423F40d54556C9a443409D79cE170a/logo.png deleted file mode 100644 index 5380c7301ea1c..0000000000000 Binary files a/blockchains/smartchain/assets/0x6Ae9701B9c423F40d54556C9a443409D79cE170a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6B9481FB5465ef9Ab9347b332058D894aB09B2f6/info.json b/blockchains/smartchain/assets/0x6B9481FB5465ef9Ab9347b332058D894aB09B2f6/info.json deleted file mode 100644 index 645985a040126..0000000000000 --- a/blockchains/smartchain/assets/0x6B9481FB5465ef9Ab9347b332058D894aB09B2f6/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Dinoland Metaverse", - "type": "BEP20", - "symbol": "DNL", - "decimals": 18, - "website": "https://dinoland.io", - "description": "DNL is a transferable representation of attributed utility functions specified in the protocol/code of Dinoland, and which is designed to be used solely as an interoperable utility token thereon.", - "explorer": "https://bscscan.com/token/0x6B9481FB5465ef9Ab9347b332058D894aB09B2f6", - "status": "active", - "id": "0x6B9481FB5465ef9Ab9347b332058D894aB09B2f6", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/dinolandgame" - }, - { - "name": "telegram", - "url": "https://t.me/dinolandofficial" - }, - { - "name": "facebook", - "url": "https://facebook.com/dinolandgame" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/dinoland" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/dinoland" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6B9481FB5465ef9Ab9347b332058D894aB09B2f6/logo.png b/blockchains/smartchain/assets/0x6B9481FB5465ef9Ab9347b332058D894aB09B2f6/logo.png deleted file mode 100644 index 92a48d93b81ac..0000000000000 Binary files a/blockchains/smartchain/assets/0x6B9481FB5465ef9Ab9347b332058D894aB09B2f6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6B9F6f911384886b2e622e406327085238F8A3C5/info.json b/blockchains/smartchain/assets/0x6B9F6f911384886b2e622e406327085238F8A3C5/info.json deleted file mode 100644 index 93bbf01080a7b..0000000000000 --- a/blockchains/smartchain/assets/0x6B9F6f911384886b2e622e406327085238F8A3C5/info.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "HeroVerse", - "type": "BEP20", - "symbol": "HER", - "decimals": 18, - "description": "HeroVerse is the first Match-3 Puzzle and RPG Strategy Game on Binance Smart Chain.", - "website": "https://heroverse.io", - "explorer": "https://bscscan.com/token/0x6B9F6f911384886b2e622e406327085238F8A3C5", - "id": "0x6B9F6f911384886b2e622e406327085238F8A3C5", - "status": "active", - "links": [ - { - "name": "telegram", - "url": "https://t.me/heroverse_game" - }, - { - "name": "telegram_news", - "url": "https://t.me/heroverse_ann" - }, - { - "name": "twitter", - "url": "https://twitter.com/heroverse_game" - }, - { - "name": "facebook", - "url": "https://facebook.com/heroverse.offical" - }, - { - "name": "blog", - "url": "https://blog.heroverse.io" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC0X6s8hZdZQXgfA-aRF5sfg" - }, - { - "name": "github", - "url": "https://github.com/Heroverse" - }, - { - "name": "whitepaper", - "url": "https://whitepaper.heroverse.io/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/heroverse" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/heroverse/ico/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6B9F6f911384886b2e622e406327085238F8A3C5/logo.png b/blockchains/smartchain/assets/0x6B9F6f911384886b2e622e406327085238F8A3C5/logo.png deleted file mode 100644 index e8a29a46d9cf5..0000000000000 Binary files a/blockchains/smartchain/assets/0x6B9F6f911384886b2e622e406327085238F8A3C5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6Bfd4cA8eC078d613eD6a5248Eb2c7a0d5c38b7b/info.json b/blockchains/smartchain/assets/0x6Bfd4cA8eC078d613eD6a5248Eb2c7a0d5c38b7b/info.json deleted file mode 100644 index 6503077373c39..0000000000000 --- a/blockchains/smartchain/assets/0x6Bfd4cA8eC078d613eD6a5248Eb2c7a0d5c38b7b/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Ecochaintoken", - "website": "https://ecochaintoken.finance", - "description": "Ecochain Token is a decentralized deflationary token which aims to bring multiple aspects together to create stability in the ecosystem and economy", - "explorer": "https://bscscan.com/token/0x6bfd4ca8ec078d613ed6a5248eb2c7a0d5c38b7b", - "type": "BEP20", - "symbol": "ECT", - "decimals": 9, - "status": "active", - "id": "0x6Bfd4cA8eC078d613eD6a5248Eb2c7a0d5c38b7b", - "links": [ - { - "name": "reddit", - "url": "https://reddit.com/user/EcoChainOfficial?utm_medium=android_app&utm_source=share" - }, - { - "name": "twitter", - "url": "https://twitter.com/EcoChainToken?s=09" - }, - { - "name": "telegram", - "url": "https://t.me/joinchat/Id7sXKJ0Xvw5ZTY0" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6Bfd4cA8eC078d613eD6a5248Eb2c7a0d5c38b7b/logo.png b/blockchains/smartchain/assets/0x6Bfd4cA8eC078d613eD6a5248Eb2c7a0d5c38b7b/logo.png deleted file mode 100644 index 9e411b45480b5..0000000000000 Binary files a/blockchains/smartchain/assets/0x6Bfd4cA8eC078d613eD6a5248Eb2c7a0d5c38b7b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6C43751FeF27C956f7E75D5c345a65df1465f7E0/info.json b/blockchains/smartchain/assets/0x6C43751FeF27C956f7E75D5c345a65df1465f7E0/info.json deleted file mode 100644 index 11370ebd39a77..0000000000000 --- a/blockchains/smartchain/assets/0x6C43751FeF27C956f7E75D5c345a65df1465f7E0/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "CR7 Token", - "type": "BEP20", - "symbol": "CR7", - "decimals": 18, - "website": "https://www.cr7.cash/", - "description": "CR7 Token is a token built for the next generation of fan engagement and the digital assets that power it!", - "explorer": "https://bscscan.com/token/0x6C43751FeF27C956f7E75D5c345a65df1465f7E0", - "status": "active", - "id": "0x6C43751FeF27C956f7E75D5c345a65df1465f7E0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CR7cash" - }, - { - "name": "github", - "url": "https://github.com/CR7cash" - }, - { - "name": "telegram", - "url": "https://t.me/cr7cash" - }, - { - "name": "whitepaper", - "url": "https://cr7.cash/assets/whitepaper.pdf" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCdxGttfREGLqCRKTizaq1gg" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x6c43751fef27c956f7e75d5c345a65df1465f7e0#code#L1" - } - ], - "tags": [ - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x6C43751FeF27C956f7E75D5c345a65df1465f7E0/logo.png b/blockchains/smartchain/assets/0x6C43751FeF27C956f7E75D5c345a65df1465f7E0/logo.png deleted file mode 100644 index 32a123d9cff78..0000000000000 Binary files a/blockchains/smartchain/assets/0x6C43751FeF27C956f7E75D5c345a65df1465f7E0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6C46422A0f7dbbAD9BEC3BbBC1189bfAf9794B05/info.json b/blockchains/smartchain/assets/0x6C46422A0f7dbbAD9BEC3BbBC1189bfAf9794B05/info.json deleted file mode 100644 index e22128d9878aa..0000000000000 --- a/blockchains/smartchain/assets/0x6C46422A0f7dbbAD9BEC3BbBC1189bfAf9794B05/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Little Rabbit", - "type": "BEP20", - "symbol": "LTRBT", - "decimals": 9, - "website": "https://littlerabbitproject.com/", - "description": "LTRBT Token is capable of gasless instant yield generation. This means that holder can generate yield just holding the token in their wallet, without any further action required.", - "explorer": "https://bscscan.com/token/0x6c46422a0f7dbbad9bec3bbbc1189bfaf9794b05", - "status": "active", - "id": "0x6C46422A0f7dbbAD9BEC3BbBC1189bfAf9794B05", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/LTRBTtwt/" - }, - { - "name": "telegram", - "url": "https://t.me/littlerabbitchat" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/little-rabbit-v2/" - }, - { - "name": "whitepaper", - "url": "https://littlerabbitproject.com/littlerabbit.pdf" - } - ], - "tags": [ - "deflationary", - "gamefi", - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x6C46422A0f7dbbAD9BEC3BbBC1189bfAf9794B05/logo.png b/blockchains/smartchain/assets/0x6C46422A0f7dbbAD9BEC3BbBC1189bfAf9794B05/logo.png deleted file mode 100644 index 067cd2843f43e..0000000000000 Binary files a/blockchains/smartchain/assets/0x6C46422A0f7dbbAD9BEC3BbBC1189bfAf9794B05/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6C9AE5d6746ee1B6bD03310079AA11d8EC409212/info.json b/blockchains/smartchain/assets/0x6C9AE5d6746ee1B6bD03310079AA11d8EC409212/info.json deleted file mode 100644 index fee594503dcad..0000000000000 --- a/blockchains/smartchain/assets/0x6C9AE5d6746ee1B6bD03310079AA11d8EC409212/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "FINO DAO", - "type": "BEP20", - "symbol": "FINO", - "decimals": 18, - "website": "https://finodao.com/", - "description": "Fino DAO Token is a new BEP20 token with an elastic supply and automatic LP adds.", - "explorer": "https://bscscan.com/token/0x6C9AE5d6746ee1B6bD03310079AA11d8EC409212", - "status": "active", - "id": "0x6C9AE5d6746ee1B6bD03310079AA11d8EC409212", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Fino_DAO" - }, - { - "name": "telegram", - "url": "https://t.me/finofinance" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/fino-dao/" - }, - { - "name": "whitepaper", - "url": "https://finofinance.gitbook.io/fino" - }, - { - "name": "source_code", - "url": "https://github.com/finodao/smartcontracts/" - } - ], - "tags": [ - "deflationary" - ] -} diff --git a/blockchains/smartchain/assets/0x6C9AE5d6746ee1B6bD03310079AA11d8EC409212/logo.png b/blockchains/smartchain/assets/0x6C9AE5d6746ee1B6bD03310079AA11d8EC409212/logo.png deleted file mode 100644 index b8642d69d44b4..0000000000000 Binary files a/blockchains/smartchain/assets/0x6C9AE5d6746ee1B6bD03310079AA11d8EC409212/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6CAD12b3618a3C7ef1FEb6C91FdC3251f58c2a90/info.json b/blockchains/smartchain/assets/0x6CAD12b3618a3C7ef1FEb6C91FdC3251f58c2a90/info.json deleted file mode 100644 index 3277225a78cc7..0000000000000 --- a/blockchains/smartchain/assets/0x6CAD12b3618a3C7ef1FEb6C91FdC3251f58c2a90/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Ninneko", - "type": "BEP20", - "symbol": "NINO", - "decimals": 18, - "website": "https://ninneko.com/", - "description": "NINO token is a utility token that was issued by Ninneko development team.", - "explorer": "https://bscscan.com/token/0x6CAD12b3618a3C7ef1FEb6C91FdC3251f58c2a90", - "status": "active", - "id": "0x6CAD12b3618a3C7ef1FEb6C91FdC3251f58c2a90", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ninnekogame" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/ninneko/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/ninneko/" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x6CAD12b3618a3C7ef1FEb6C91FdC3251f58c2a90/logo.png b/blockchains/smartchain/assets/0x6CAD12b3618a3C7ef1FEb6C91FdC3251f58c2a90/logo.png deleted file mode 100644 index feae60cfbaccf..0000000000000 Binary files a/blockchains/smartchain/assets/0x6CAD12b3618a3C7ef1FEb6C91FdC3251f58c2a90/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6CD502AB164e37231c20578214f874a8ADbdC7c2/info.json b/blockchains/smartchain/assets/0x6CD502AB164e37231c20578214f874a8ADbdC7c2/info.json deleted file mode 100644 index 595a787223dff..0000000000000 --- a/blockchains/smartchain/assets/0x6CD502AB164e37231c20578214f874a8ADbdC7c2/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Se7en", - "website": "https://se7enbsc.com", - "description": "Se7en is a first of its kind Token. Sales restrictions with BNB dividends delivered directly to your wallet.", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Se7enBSC" - }, - { - "name": "telegram", - "url": "https://t.me/SE7ENBSC" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Se7enBSC" - } - ], - "explorer": "https://bscscan.com/token/0x6CD502AB164e37231c20578214f874a8ADbdC7c2", - "type": "BEP20", - "symbol": "SE7EN", - "decimals": 18, - "status": "active", - "id": "0x6CD502AB164e37231c20578214f874a8ADbdC7c2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6CD502AB164e37231c20578214f874a8ADbdC7c2/logo.png b/blockchains/smartchain/assets/0x6CD502AB164e37231c20578214f874a8ADbdC7c2/logo.png deleted file mode 100644 index 0674bc185133f..0000000000000 Binary files a/blockchains/smartchain/assets/0x6CD502AB164e37231c20578214f874a8ADbdC7c2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6Ced2d77eEb7a6e392CC2b1A3b44C872F49fa602/info.json b/blockchains/smartchain/assets/0x6Ced2d77eEb7a6e392CC2b1A3b44C872F49fa602/info.json deleted file mode 100644 index 9edbc9facb878..0000000000000 --- a/blockchains/smartchain/assets/0x6Ced2d77eEb7a6e392CC2b1A3b44C872F49fa602/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "BZ DIAMOND", - "type": "BEP20", - "symbol": "BZD", - "decimals": 9, - "website": "https://bzdiamond.com", - "description": "BZ DIAMOND is setting the goals from January 2022 to grow by developing long-term partnerships with customers worldwide and across the industries", - "explorer": "https://bscscan.com/token/0x6Ced2d77eEb7a6e392CC2b1A3b44C872F49fa602", - "status": "active", - "id": "0x6Ced2d77eEb7a6e392CC2b1A3b44C872F49fa602", - "links": [ - { - "name": "facebook", - "url": "https://facebook.com/zedxion.cryptocurrency" - }, - { - "name": "github", - "url": "https://github.com/zedxioncryptocurrency" - }, - { - "name": "telegram", - "url": "https://t.me/zedxion" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6Ced2d77eEb7a6e392CC2b1A3b44C872F49fa602/logo.png b/blockchains/smartchain/assets/0x6Ced2d77eEb7a6e392CC2b1A3b44C872F49fa602/logo.png deleted file mode 100644 index 8467e4d257f12..0000000000000 Binary files a/blockchains/smartchain/assets/0x6Ced2d77eEb7a6e392CC2b1A3b44C872F49fa602/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6D1054C3102E842314e250b9e9C4Be327b8DaaE2/info.json b/blockchains/smartchain/assets/0x6D1054C3102E842314e250b9e9C4Be327b8DaaE2/info.json deleted file mode 100644 index a5c8222f0fdb6..0000000000000 --- a/blockchains/smartchain/assets/0x6D1054C3102E842314e250b9e9C4Be327b8DaaE2/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "ZEBEC", - "type": "BEP20", - "symbol": "ZBC", - "decimals": 9, - "website": "https://zebec.io/", - "description": "Zebec is enabling composable transfer of value starting with Zebec Payroll. Zebec Safe is fully customizable multi-sig on Solana.", - "explorer": "https://bscscan.com/token/0x6D1054C3102E842314e250b9e9C4Be327b8DaaE2", - "status": "active", - "id": "0x6D1054C3102E842314e250b9e9C4Be327b8DaaE2", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Zebec_HQ" - }, - { - "name": "telegram", - "url": "https://t.me/zebecprotocol" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/zebec-protocol/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6D1054C3102E842314e250b9e9C4Be327b8DaaE2/logo.png b/blockchains/smartchain/assets/0x6D1054C3102E842314e250b9e9C4Be327b8DaaE2/logo.png deleted file mode 100644 index 2a6c1f2c39e96..0000000000000 Binary files a/blockchains/smartchain/assets/0x6D1054C3102E842314e250b9e9C4Be327b8DaaE2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6D3a160B86eDcD46D8F9bBa25c2F88ccCADe19fc/info.json b/blockchains/smartchain/assets/0x6D3a160B86eDcD46D8F9bBa25c2F88ccCADe19fc/info.json deleted file mode 100644 index 7b57bd1fb86fc..0000000000000 --- a/blockchains/smartchain/assets/0x6D3a160B86eDcD46D8F9bBa25c2F88ccCADe19fc/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Football World Community", - "type": "BEP20", - "symbol": "Fwc", - "decimals": 9, - "website": "https://www.fwctoken.io/", - "description": "FWC is a BEP-20 token designed for buying tickets to the World Cup, booking hotels, using various related services, placing bets, and participating in lotteries.", - "explorer": "https://bscscan.com/token/0x6d3a160b86edcd46d8f9bba25c2f88cccade19fc", - "status": "active", - "id": "0x6D3a160B86eDcD46D8F9bBa25c2F88ccCADe19fc", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/fwcommunity_q2t" - }, - { - "name": "github", - "url": "https://github.com/Fwc-Token" - }, - { - "name": "telegram", - "url": "https://t.me/QATAR2022TOKEN_BSC" - }, - { - "name": "telegram_news", - "url": "https://t.me/Qatar2022tokenAnnouncements" - }, - { - "name": "medium", - "url": "https://medium.com/@community_77832" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/football-world-community" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/qatar-2022-token/" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x6D3a160B86eDcD46D8F9bBa25c2F88ccCADe19fc/logo.png b/blockchains/smartchain/assets/0x6D3a160B86eDcD46D8F9bBa25c2F88ccCADe19fc/logo.png deleted file mode 100644 index 0665bfb8b88e3..0000000000000 Binary files a/blockchains/smartchain/assets/0x6D3a160B86eDcD46D8F9bBa25c2F88ccCADe19fc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6D6bA21E4C4b29CA7Bfa1c344Ba1E35B8DaE7205/info.json b/blockchains/smartchain/assets/0x6D6bA21E4C4b29CA7Bfa1c344Ba1E35B8DaE7205/info.json deleted file mode 100644 index 3f6f56ed5ddb2..0000000000000 --- a/blockchains/smartchain/assets/0x6D6bA21E4C4b29CA7Bfa1c344Ba1E35B8DaE7205/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "id": "0x6D6bA21E4C4b29CA7Bfa1c344Ba1E35B8DaE7205", - "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://bscscan.com/token/0x6d6ba21e4c4b29ca7bfa1c344ba1e35b8dae7205", - "type": "BEP20", - "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": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/katana-inu/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/katana-inu" - } - ] -} diff --git a/blockchains/smartchain/assets/0x6D6bA21E4C4b29CA7Bfa1c344Ba1E35B8DaE7205/logo.png b/blockchains/smartchain/assets/0x6D6bA21E4C4b29CA7Bfa1c344Ba1E35B8DaE7205/logo.png deleted file mode 100644 index e6b50bc8bae07..0000000000000 Binary files a/blockchains/smartchain/assets/0x6D6bA21E4C4b29CA7Bfa1c344Ba1E35B8DaE7205/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6D949f9297A522c0f97C232CC209a67Bd7CfA471/info.json b/blockchains/smartchain/assets/0x6D949f9297A522c0f97C232CC209a67Bd7CfA471/info.json deleted file mode 100644 index b469522440b39..0000000000000 --- a/blockchains/smartchain/assets/0x6D949f9297A522c0f97C232CC209a67Bd7CfA471/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "MoonRat", - "website": "https://moonrat.finance/", - "description": "MoonRat is a community driven, fair launched DeFi project built on Binance Smart Chain #BSC. Three functions occur during each trade: Reflection, LP Acquisition, & Burn. MoonRat brings the most revolutionary mechanism to BSC ecosystem: Earn $BNB just by holding $MRAT token", - "explorer": "https://bscscan.com/token/0x6D949f9297A522c0f97C232CC209a67Bd7CfA471", - "type": "BEP20", - "symbol": "MRAT", - "decimals": 9, - "status": "active", - "id": "0x6D949f9297A522c0f97C232CC209a67Bd7CfA471", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MoonRatFinance" - }, - { - "name": "telegram", - "url": "https://t.me/moonrat_finance" - }, - { - "name": "medium", - "url": "https://medium.com/moonrat-finance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6D949f9297A522c0f97C232CC209a67Bd7CfA471/logo.png b/blockchains/smartchain/assets/0x6D949f9297A522c0f97C232CC209a67Bd7CfA471/logo.png deleted file mode 100644 index 78f96ed1ed0cd..0000000000000 Binary files a/blockchains/smartchain/assets/0x6D949f9297A522c0f97C232CC209a67Bd7CfA471/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6Dd60AFB2586D31Bf390450aDf5E6A9659d48c4A/info.json b/blockchains/smartchain/assets/0x6Dd60AFB2586D31Bf390450aDf5E6A9659d48c4A/info.json deleted file mode 100644 index 50546dc859568..0000000000000 --- a/blockchains/smartchain/assets/0x6Dd60AFB2586D31Bf390450aDf5E6A9659d48c4A/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Mafagafo NFT Game", - "website": "https://www.mafagafo.com/", - "description": "Have FUN playing Mafagafo, COLLECT Genesis NFTs and PROFIT from MafaCoins.", - "explorer": "https://bscscan.com/token/0x6Dd60AFB2586D31Bf390450aDf5E6A9659d48c4A", - "type": "BEP20", - "symbol": "MAFA", - "decimals": 18, - "status": "active", - "id": "0x6Dd60AFB2586D31Bf390450aDf5E6A9659d48c4A", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mafagafo/" - }, - { - "name": "twitter", - "url": "https://twitter.com/mafagafogame" - }, - { - "name": "whitepaper", - "url": "https://whitepaper.mafagafo.com/" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6Dd60AFB2586D31Bf390450aDf5E6A9659d48c4A/logo.png b/blockchains/smartchain/assets/0x6Dd60AFB2586D31Bf390450aDf5E6A9659d48c4A/logo.png deleted file mode 100644 index 7c8285a35b092..0000000000000 Binary files a/blockchains/smartchain/assets/0x6Dd60AFB2586D31Bf390450aDf5E6A9659d48c4A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6E0fB6B19941FAf58982F09b33A9dceDa4377155/info.json b/blockchains/smartchain/assets/0x6E0fB6B19941FAf58982F09b33A9dceDa4377155/info.json deleted file mode 100644 index 92df315c905e8..0000000000000 --- a/blockchains/smartchain/assets/0x6E0fB6B19941FAf58982F09b33A9dceDa4377155/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Nero Finance", - "website": "https://nero.finance/", - "description": "Nero is decentralized finance, with the concept of auto staking and auto-create orphan liquidity and support for payments without fees", - "explorer": "https://bscscan.com/token/0x6e0fb6b19941faf58982f09b33a9dceda4377155", - "type": "BEP20", - "symbol": "NERO", - "decimals": 0, - "status": "active", - "id": "0x6E0fB6B19941FAf58982F09b33A9dceDa4377155" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6E0fB6B19941FAf58982F09b33A9dceDa4377155/logo.png b/blockchains/smartchain/assets/0x6E0fB6B19941FAf58982F09b33A9dceDa4377155/logo.png deleted file mode 100644 index 720a0bb80cbe3..0000000000000 Binary files a/blockchains/smartchain/assets/0x6E0fB6B19941FAf58982F09b33A9dceDa4377155/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6E1b4BA8F5bE7708cD475795FC23924eD078A8d2/info.json b/blockchains/smartchain/assets/0x6E1b4BA8F5bE7708cD475795FC23924eD078A8d2/info.json deleted file mode 100644 index 14ba92d451904..0000000000000 --- a/blockchains/smartchain/assets/0x6E1b4BA8F5bE7708cD475795FC23924eD078A8d2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Change Our World", - "website": "https://changeourworld.io/", - "description": "We are going to $CHANGE our world. Change is a community-driven Charity token. With your help, our community and partners can encourage positive action to benefit the lives of vulnerable communities and causes around the world. By turning the concept of charity on its head, everyone can “make it.” Do great things, earn great rewards.", - "explorer": "https://bscscan.com/token/0x6e1b4ba8f5be7708cd475795fc23924ed078a8d2", - "type": "BEP20", - "symbol": "CHANGE", - "decimals": 9, - "status": "active", - "id": "0x6E1b4BA8F5bE7708cD475795FC23924eD078A8d2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6E1b4BA8F5bE7708cD475795FC23924eD078A8d2/logo.png b/blockchains/smartchain/assets/0x6E1b4BA8F5bE7708cD475795FC23924eD078A8d2/logo.png deleted file mode 100644 index 7d73840a03523..0000000000000 Binary files a/blockchains/smartchain/assets/0x6E1b4BA8F5bE7708cD475795FC23924eD078A8d2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6Ec90334d89dBdc89E08A133271be3d104128Edb/info.json b/blockchains/smartchain/assets/0x6Ec90334d89dBdc89E08A133271be3d104128Edb/info.json deleted file mode 100644 index fbdbe579fcaa6..0000000000000 --- a/blockchains/smartchain/assets/0x6Ec90334d89dBdc89E08A133271be3d104128Edb/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "WIKI CAT", - "website": "https://wikicatcoin.com/", - "description": "Wiki Cat is a tutorial token with unique deflationary mechanism created by Sir Mapy for SMC DAO.", - "explorer": "https://bscscan.com/token/0x6Ec90334d89dBdc89E08A133271be3d104128Edb", - "type": "BEP20", - "symbol": "WKC", - "decimals": 18, - "status": "active", - "id": "0x6Ec90334d89dBdc89E08A133271be3d104128Edb", - "tags": [ - "memes" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/wikicatcoin" - }, - { - "name": "twitter", - "url": "https://twitter.com/wikicatcoin" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/wiki-cat/" - } - ] -} diff --git a/blockchains/smartchain/assets/0x6Ec90334d89dBdc89E08A133271be3d104128Edb/logo.png b/blockchains/smartchain/assets/0x6Ec90334d89dBdc89E08A133271be3d104128Edb/logo.png deleted file mode 100644 index 60bee77085fc1..0000000000000 Binary files a/blockchains/smartchain/assets/0x6Ec90334d89dBdc89E08A133271be3d104128Edb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6F2aFbF4f5e5e804C5b954889d7Bf3768A3C9a45/info.json b/blockchains/smartchain/assets/0x6F2aFbF4f5e5e804C5b954889d7Bf3768A3C9a45/info.json deleted file mode 100644 index 6b5b09c54e007..0000000000000 --- a/blockchains/smartchain/assets/0x6F2aFbF4f5e5e804C5b954889d7Bf3768A3C9a45/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Hope", - "type": "BEP20", - "symbol": "HOPE", - "decimals": 18, - "website": "https://hope-token.com", - "description": "Hope Token is a charity crypto token powered by community and determined to change the world.HOPE Token is applying a 8% tax fee that will be subtracted from every transaction. 5% for charity, 1% devs, 1% marketing, 1% burn", - "explorer": "https://bscscan.com/token/0x6F2aFbF4f5e5e804C5b954889d7Bf3768A3C9a45", - "status": "active", - "id": "0x6F2aFbF4f5e5e804C5b954889d7Bf3768A3C9a45" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6F2aFbF4f5e5e804C5b954889d7Bf3768A3C9a45/logo.png b/blockchains/smartchain/assets/0x6F2aFbF4f5e5e804C5b954889d7Bf3768A3C9a45/logo.png deleted file mode 100644 index cbc9360c0ba80..0000000000000 Binary files a/blockchains/smartchain/assets/0x6F2aFbF4f5e5e804C5b954889d7Bf3768A3C9a45/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6F64cC61d0d5542E40e6f2828cBddA84507D214D/info.json b/blockchains/smartchain/assets/0x6F64cC61d0d5542E40e6f2828cBddA84507D214D/info.json deleted file mode 100644 index 66204c9a0077d..0000000000000 --- a/blockchains/smartchain/assets/0x6F64cC61d0d5542E40e6f2828cBddA84507D214D/info.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "METANIAGAMES", - "type": "BEP20", - "symbol": "METANIA", - "decimals": 9, - "website": "https://metania.games/", - "description": "We produce various collections, games, NFTs that you can use in games, and maps for you to navigate in your own world.", - "explorer": "https://bscscan.com/token/0x6f64cc61d0d5542e40e6f2828cbdda84507d214d", - "status": "active", - "id": "0x6F64cC61d0d5542E40e6f2828cBddA84507D214D", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MetaniaGames" - }, - { - "name": "github", - "url": "https://github.com/metaniagames/contract" - }, - { - "name": "telegram", - "url": "https://t.me/MetaniagamesG" - }, - { - "name": "telegram_news", - "url": "https://t.me/metaniachannel" - }, - { - "name": "medium", - "url": "https://metania.medium.com/" - }, - { - "name": "docs", - "url": "https://docs.metania.games/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/fsAdWdmMKG" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/MetaniaGames/" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x6f64cc61d0d5542e40e6f2828cbdda84507d214d#code" - }, - { - "name": "whitepaper", - "url": "https://docs.metania.games/metania-paper" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/metaniagames/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/metaniagames" - } - ], - "tags": [ - "nft", - "defi", - "staking", - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x6F64cC61d0d5542E40e6f2828cBddA84507D214D/logo.png b/blockchains/smartchain/assets/0x6F64cC61d0d5542E40e6f2828cBddA84507D214D/logo.png deleted file mode 100644 index eb0d2ad4684d4..0000000000000 Binary files a/blockchains/smartchain/assets/0x6F64cC61d0d5542E40e6f2828cBddA84507D214D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6F769E65c14Ebd1f68817F5f1DcDb61Cfa2D6f7e/info.json b/blockchains/smartchain/assets/0x6F769E65c14Ebd1f68817F5f1DcDb61Cfa2D6f7e/info.json deleted file mode 100644 index 503056042612e..0000000000000 --- a/blockchains/smartchain/assets/0x6F769E65c14Ebd1f68817F5f1DcDb61Cfa2D6f7e/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://bscscan.com/token/0x6f769e65c14ebd1f68817f5f1dcdb61cfa2d6f7e", - "type": "BEP20", - "symbol": "ARPA", - "decimals": 18, - "status": "active", - "id": "0x6F769E65c14Ebd1f68817F5f1DcDb61Cfa2D6f7e", - "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/smartchain/assets/0x6F769E65c14Ebd1f68817F5f1DcDb61Cfa2D6f7e/logo.png b/blockchains/smartchain/assets/0x6F769E65c14Ebd1f68817F5f1DcDb61Cfa2D6f7e/logo.png deleted file mode 100644 index 457e25381f7b2..0000000000000 Binary files a/blockchains/smartchain/assets/0x6F769E65c14Ebd1f68817F5f1DcDb61Cfa2D6f7e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6FDcdfef7c496407cCb0cEC90f9C5Aaa1Cc8D888/info.json b/blockchains/smartchain/assets/0x6FDcdfef7c496407cCb0cEC90f9C5Aaa1Cc8D888/info.json deleted file mode 100644 index c13eefe13b523..0000000000000 --- a/blockchains/smartchain/assets/0x6FDcdfef7c496407cCb0cEC90f9C5Aaa1Cc8D888/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "VeChain", - "website": "https://vechain.org", - "description": "VeChain is the world’s leading blockchain platform offering Blockchain-as-a-Service to enterprises for products and information. VeChain strives to build a trust-free and distributed business ecosystem.", - "explorer": "https://bscscan.com/token/0x6FDcdfef7c496407cCb0cEC90f9C5Aaa1Cc8D888", - "research": "https://research.binance.com/en/projects/vechain", - "symbol": "VET", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x6FDcdfef7c496407cCb0cEC90f9C5Aaa1Cc8D888", - "tags": [ - "binance-peg" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/vechain" - }, - { - "name": "whitepaper", - "url": "https://www.vechain.org/whitepaper/#header" - }, - { - "name": "twitter", - "url": "https://twitter.com/vechainofficial" - }, - { - "name": "telegram", - "url": "https://t.me/vechain_official_english" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/vechain" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/vechain/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/vechain" - } - ] -} diff --git a/blockchains/smartchain/assets/0x6FDcdfef7c496407cCb0cEC90f9C5Aaa1Cc8D888/logo.png b/blockchains/smartchain/assets/0x6FDcdfef7c496407cCb0cEC90f9C5Aaa1Cc8D888/logo.png deleted file mode 100644 index b07113f56e099..0000000000000 Binary files a/blockchains/smartchain/assets/0x6FDcdfef7c496407cCb0cEC90f9C5Aaa1Cc8D888/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6Fb05b156788E88c8ad1e057e729362ff8c39d93/info.json b/blockchains/smartchain/assets/0x6Fb05b156788E88c8ad1e057e729362ff8c39d93/info.json deleted file mode 100644 index 0a7557ac135f8..0000000000000 --- a/blockchains/smartchain/assets/0x6Fb05b156788E88c8ad1e057e729362ff8c39d93/info.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "Aircoins", - "website": "https://www.aircoins.io/", - "twitter": "https://twitter.com/AIRCOINS_app", - "short_description": "Airсоins is a mobile app where players can collect digital assets in AR based on geolocation.", - "description": "Airсоins is a mobile app where players can collect digital assets in AR based on geolocation. Using a proof of effort algorithm players are rewarded for their effort while staying active and maintaining a healthy lifestyle.", - "explorer": "https://bscscan.com/token/0x6fb05b156788e88c8ad1e057e729362ff8c39d93", - "type": "BEP20", - "symbol": "AIRx", - "decimals": 8, - "status": "active", - "id": "0x6Fb05b156788E88c8ad1e057e729362ff8c39d93" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6Fb05b156788E88c8ad1e057e729362ff8c39d93/logo.png b/blockchains/smartchain/assets/0x6Fb05b156788E88c8ad1e057e729362ff8c39d93/logo.png deleted file mode 100644 index 4800b2c2ac414..0000000000000 Binary files a/blockchains/smartchain/assets/0x6Fb05b156788E88c8ad1e057e729362ff8c39d93/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6Fc015dC3283369125cc31907eEF990b8F67a7a1/info.json b/blockchains/smartchain/assets/0x6Fc015dC3283369125cc31907eEF990b8F67a7a1/info.json deleted file mode 100644 index bf36061125ad4..0000000000000 --- a/blockchains/smartchain/assets/0x6Fc015dC3283369125cc31907eEF990b8F67a7a1/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Moon Chain", - "website": "https://moonchain.finance", - "description": "Leading Decentralized Ecosystem in DeFi and Stake Sharing. Generate passive daily income while staking your tokens.", - "explorer": "https://bscscan.com/token/0x6fc015dc3283369125cc31907eef990b8f67a7a1", - "type": "BEP20", - "symbol": "MCF", - "decimals": 0, - "status": "active", - "id": "0x6Fc015dC3283369125cc31907eEF990b8F67a7a1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MoonChainFinane" - }, - { - "name": "telegram", - "url": "https://t.me/moonchain_tg" - }, - { - "name": "telegram_news", - "url": "https://t.me/moonchain_ann" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6Fc015dC3283369125cc31907eEF990b8F67a7a1/logo.png b/blockchains/smartchain/assets/0x6Fc015dC3283369125cc31907eEF990b8F67a7a1/logo.png deleted file mode 100644 index 22bf19cf4c825..0000000000000 Binary files a/blockchains/smartchain/assets/0x6Fc015dC3283369125cc31907eEF990b8F67a7a1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6a0b66710567b6beb81A71F7e9466450a91a384b/info.json b/blockchains/smartchain/assets/0x6a0b66710567b6beb81A71F7e9466450a91a384b/info.json deleted file mode 100644 index 06be497cce8dd..0000000000000 --- a/blockchains/smartchain/assets/0x6a0b66710567b6beb81A71F7e9466450a91a384b/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "PEAR DAO", - "website": "https://peardao.io/", - "description": "Pear is a non-custodial marketplace governed by the community-driven DAO that facilitates the trading of all things tradable against on-chain assets.", - "explorer": "https://bscscan.com/token/0x6a0b66710567b6beb81A71F7e9466450a91a384b", - "type": "BEP20", - "symbol": "PEX", - "decimals": 18, - "status": "active", - "id": "0x6a0b66710567b6beb81A71F7e9466450a91a384b", - "links": [ - { - "name": "whitepaper", - "url": "https://peardao.io/whitepaper" - }, - { - "name": "twitter", - "url": "https://twitter.com/officialpeardao" - }, - { - "name": "telegram", - "url": "https://t.me/peardaoEN" - }, - { - "name": "medium", - "url": "https://officialpeardao.medium.com" - } - ], - "tags": [ - "defi", - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0x6a0b66710567b6beb81A71F7e9466450a91a384b/logo.png b/blockchains/smartchain/assets/0x6a0b66710567b6beb81A71F7e9466450a91a384b/logo.png deleted file mode 100644 index ec617edb4ebc7..0000000000000 Binary files a/blockchains/smartchain/assets/0x6a0b66710567b6beb81A71F7e9466450a91a384b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6a731582f6189477c379A8da7d26Dcec3F0a0919/info.json b/blockchains/smartchain/assets/0x6a731582f6189477c379A8da7d26Dcec3F0a0919/info.json deleted file mode 100644 index 012e501462010..0000000000000 --- a/blockchains/smartchain/assets/0x6a731582f6189477c379A8da7d26Dcec3F0a0919/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "King of Legends", - "website": "http://kingoflegends.net", - "description": "King of Legends is a metaverse platform built specifically for the GameFi project.", - "explorer": "https://bscscan.com/token/0x6a731582f6189477c379A8da7d26Dcec3F0a0919", - "symbol": "KOL", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x6a731582f6189477c379A8da7d26Dcec3F0a0919", - "tags": [ - "staking-native", - "gamefi" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/King0fLegends" - }, - { - "name": "twitter", - "url": "https://twitter.com/kingofIegends" - }, - { - "name": "facebook", - "url": "https://facebook.com/kingoflegends.net" - }, - { - "name": "whitepaper", - "url": "https://kingoflegends.net/whitepaper.pdf" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCbnEsUX-GpUdX-xlSQOdzqw" - }, - { - "name": "telegram", - "url": "https://t.me/KingofLegends_Global" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/king-of-legends-2" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/king-of-legends" - } - ] -} diff --git a/blockchains/smartchain/assets/0x6a731582f6189477c379A8da7d26Dcec3F0a0919/logo.png b/blockchains/smartchain/assets/0x6a731582f6189477c379A8da7d26Dcec3F0a0919/logo.png deleted file mode 100644 index ce53a7652fce9..0000000000000 Binary files a/blockchains/smartchain/assets/0x6a731582f6189477c379A8da7d26Dcec3F0a0919/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6a8Fd46F88dBD7bdC2D536C604f811C63052ce0F/info.json b/blockchains/smartchain/assets/0x6a8Fd46F88dBD7bdC2D536C604f811C63052ce0F/info.json deleted file mode 100644 index 95d9be0be8dc3..0000000000000 --- a/blockchains/smartchain/assets/0x6a8Fd46F88dBD7bdC2D536C604f811C63052ce0F/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "TRVL", - "website": "https://www.dtravel.com/", - "description": "Dtravel is a DAO: a community-owned and governed ecosystem that operates for the benefit of its community members.", - "explorer": "https://bscscan.com/token/0x6a8Fd46F88dBD7bdC2D536C604f811C63052ce0F", - "type": "BEP20", - "symbol": "TRVL", - "decimals": 18, - "status": "active", - "id": "0x6a8Fd46F88dBD7bdC2D536C604f811C63052ce0F", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/TRVL" - }, - { - "name": "telegram", - "url": "https://t.me/dtravelcommunity" - }, - { - "name": "medium", - "url": "https://medium.com/dtravel-community" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6a8Fd46F88dBD7bdC2D536C604f811C63052ce0F/logo.png b/blockchains/smartchain/assets/0x6a8Fd46F88dBD7bdC2D536C604f811C63052ce0F/logo.png deleted file mode 100644 index 061d6cf5a4136..0000000000000 Binary files a/blockchains/smartchain/assets/0x6a8Fd46F88dBD7bdC2D536C604f811C63052ce0F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6b23C89196DeB721e6Fd9726E6C76E4810a464bc/info.json b/blockchains/smartchain/assets/0x6b23C89196DeB721e6Fd9726E6C76E4810a464bc/info.json deleted file mode 100644 index cd8f3cc9dd49e..0000000000000 --- a/blockchains/smartchain/assets/0x6b23C89196DeB721e6Fd9726E6C76E4810a464bc/info.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "name": "X World Games", - "type": "BEP20", - "symbol": "XWG", - "decimals": 18, - "website": "https://xwg.games/", - "description": "X World Games is the next-generation decentralized blockchain game ecosystem. \"X World\" represents an unknown universe to be explored, and \"Games\" represents more games that will be added to this ecosystem. The vision of X World Games is to build a diversified gaming ecosystem that connects traditional game players and the blockchain world and help more game developers who want to enter the crypto space to create the underlying blockchain framework.", - "explorer": "https://bscscan.com/token/0x6b23C89196DeB721e6Fd9726E6C76E4810a464bc", - "status": "active", - "id": "0x6b23C89196DeB721e6Fd9726E6C76E4810a464bc", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/xwg_games" - }, - { - "name": "github", - "url": "https://github.com/XWorldGames" - }, - { - "name": "telegram", - "url": "https://t.me/xworldgames" - }, - { - "name": "discord", - "url": "https://discord.com/invite/xworldgames" - }, - { - "name": "medium", - "url": "https://medium.com/x-world-games" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/XWorldGames/" - }, - { - "name": "facebook", - "url": "https://facebook.com/XWGgames" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/XWorldGames" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/x-world-games/" - }, - { - "name": "docs", - "url": "https://docs.xwg.games/" - }, - { - "name": "whitepaper", - "url": "https://docs.xwg.games/docs/whitepaper" - }, - { - "name": "telegram_news", - "url": "https://t.me/xwg_games_ann" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/x-world-games" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6b23C89196DeB721e6Fd9726E6C76E4810a464bc/logo.png b/blockchains/smartchain/assets/0x6b23C89196DeB721e6Fd9726E6C76E4810a464bc/logo.png deleted file mode 100644 index 9eeabfc896543..0000000000000 Binary files a/blockchains/smartchain/assets/0x6b23C89196DeB721e6Fd9726E6C76E4810a464bc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6b51231c43B1604815313801dB5E9E614914d6e4/info.json b/blockchains/smartchain/assets/0x6b51231c43B1604815313801dB5E9E614914d6e4/info.json deleted file mode 100644 index c9015b44fa2c4..0000000000000 --- a/blockchains/smartchain/assets/0x6b51231c43B1604815313801dB5E9E614914d6e4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeGalaxy", - "type": "BEP20", - "symbol": "SG", - "decimals": 9, - "website": "https://safegalaxy.net/", - "description": "SAFEGALAXY is frictionless yield & liquidity generation smart contract protocol that works by applying 10% fee for each transaction and instantly splitting that fee by rewarding holders with 5% and auto locking 5% in Pancake LP. Holders don't need to do anything. Just hold SAFEGALAXY in their wallet to earn rewards. Contract allows to exclude certain addresses like Pancakeswap contract address from receiving rewards,or allow to include certain address to receive reward if required.", - "explorer": "https://bscscan.com/token/0x6b51231c43B1604815313801dB5E9E614914d6e4", - "status": "active", - "id": "0x6b51231c43B1604815313801dB5E9E614914d6e4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6b51231c43B1604815313801dB5E9E614914d6e4/logo.png b/blockchains/smartchain/assets/0x6b51231c43B1604815313801dB5E9E614914d6e4/logo.png deleted file mode 100644 index ce72190734764..0000000000000 Binary files a/blockchains/smartchain/assets/0x6b51231c43B1604815313801dB5E9E614914d6e4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6bbf411a9a50ef4427d64d1Ea74ad294c2BBb0c8/info.json b/blockchains/smartchain/assets/0x6bbf411a9a50ef4427d64d1Ea74ad294c2BBb0c8/info.json deleted file mode 100644 index 1bcbc0761cda7..0000000000000 --- a/blockchains/smartchain/assets/0x6bbf411a9a50ef4427d64d1Ea74ad294c2BBb0c8/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeCap Token", - "type": "BEP20", - "symbol": "SFC", - "decimals": 18, - "website": "https://safecap.org/", - "description": "SafeCap Binance Smart Chain based project. SafeCap is an enterprise-grade, service-centric platform that brings user-friendly blockchain experience to millions.", - "explorer": "https://bscscan.com/token/0x6bbf411a9a50ef4427d64d1Ea74ad294c2BBb0c8", - "status": "active", - "id": "0x6bbf411a9a50ef4427d64d1Ea74ad294c2BBb0c8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6bbf411a9a50ef4427d64d1Ea74ad294c2BBb0c8/logo.png b/blockchains/smartchain/assets/0x6bbf411a9a50ef4427d64d1Ea74ad294c2BBb0c8/logo.png deleted file mode 100644 index 3e99f52e80d7a..0000000000000 Binary files a/blockchains/smartchain/assets/0x6bbf411a9a50ef4427d64d1Ea74ad294c2BBb0c8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6bf3a93793e52f75543c92AfEC4636559988e3c1/info.json b/blockchains/smartchain/assets/0x6bf3a93793e52f75543c92AfEC4636559988e3c1/info.json deleted file mode 100644 index 884a0ac4c1872..0000000000000 --- a/blockchains/smartchain/assets/0x6bf3a93793e52f75543c92AfEC4636559988e3c1/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Crucifearous Finance", - "type": "BEP20", - "symbol": "CIFI", - "decimals": 9, - "website": "https://crucifearous.finance", - "description": "This is the request from https://github.com/trustwallet/assets/pull/10118 Already paid and just needed for new PR due to correction", - "explorer": "https://bscscan.com/token/0x6bf3a93793e52f75543c92AfEC4636559988e3c1", - "status": "active", - "id": "0x6bf3a93793e52f75543c92AfEC4636559988e3c1" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6bf3a93793e52f75543c92AfEC4636559988e3c1/logo.png b/blockchains/smartchain/assets/0x6bf3a93793e52f75543c92AfEC4636559988e3c1/logo.png deleted file mode 100644 index d09f88f5eac4f..0000000000000 Binary files a/blockchains/smartchain/assets/0x6bf3a93793e52f75543c92AfEC4636559988e3c1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6bfF4Fb161347ad7de4A625AE5aa3A1CA7077819/info.json b/blockchains/smartchain/assets/0x6bfF4Fb161347ad7de4A625AE5aa3A1CA7077819/info.json deleted file mode 100644 index cfc141f1646a3..0000000000000 --- a/blockchains/smartchain/assets/0x6bfF4Fb161347ad7de4A625AE5aa3A1CA7077819/info.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "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://bscscan.com/token/0x6bfF4Fb161347ad7de4A625AE5aa3A1CA7077819", - "research": "https://research.binance.com/en/projects/adex-network", - "type": "BEP20", - "symbol": "ADX", - "decimals": 18, - "status": "active", - "id": "0x6bfF4Fb161347ad7de4A625AE5aa3A1CA7077819", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/AdExNetwork" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6bfF4Fb161347ad7de4A625AE5aa3A1CA7077819/logo.png b/blockchains/smartchain/assets/0x6bfF4Fb161347ad7de4A625AE5aa3A1CA7077819/logo.png deleted file mode 100644 index c219b24e34f30..0000000000000 Binary files a/blockchains/smartchain/assets/0x6bfF4Fb161347ad7de4A625AE5aa3A1CA7077819/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6bfd576220e8444CA4Cc5f89Efbd7f02a4C94C16/info.json b/blockchains/smartchain/assets/0x6bfd576220e8444CA4Cc5f89Efbd7f02a4C94C16/info.json deleted file mode 100644 index 57b17689b214b..0000000000000 --- a/blockchains/smartchain/assets/0x6bfd576220e8444CA4Cc5f89Efbd7f02a4C94C16/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Smaugs NFT", - "website": "https://www.smaugs.com/", - "description": "NFT Marketplace token to buy and sell NFT digital assets.", - "explorer": "https://bscscan.com/token/0x6bfd576220e8444CA4Cc5f89Efbd7f02a4C94C16", - "type": "BEP20", - "symbol": "SMG", - "decimals": 8, - "status": "active", - "id": "0x6bfd576220e8444CA4Cc5f89Efbd7f02a4C94C16", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/smaugsnft" - }, - { - "name": "telegram", - "url": "https://t.me/smaugsNFTs" - }, - { - "name": "discord", - "url": "https://discord.com/invite/K75pa8Te" - }, - { - "name": "medium", - "url": "https://medium.com/@smaugnft" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6bfd576220e8444CA4Cc5f89Efbd7f02a4C94C16/logo.png b/blockchains/smartchain/assets/0x6bfd576220e8444CA4Cc5f89Efbd7f02a4C94C16/logo.png deleted file mode 100644 index 23a5c0ea99b9f..0000000000000 Binary files a/blockchains/smartchain/assets/0x6bfd576220e8444CA4Cc5f89Efbd7f02a4C94C16/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6c1dE9907263F0c12261d88b65cA18F31163F29D/info.json b/blockchains/smartchain/assets/0x6c1dE9907263F0c12261d88b65cA18F31163F29D/info.json deleted file mode 100644 index ba99667503ee7..0000000000000 --- a/blockchains/smartchain/assets/0x6c1dE9907263F0c12261d88b65cA18F31163F29D/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "OCTIONToken", - "website": "https://oction.io/", - "description": "Welcome to OCTION! Trade options through CeDeFi, with no middlemen, no centralized organization, lower fees, more option types and zero data or market manipulation. OCTION allows for options trading through a democratic framework on the Blockchain, specifically the Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x6c1dE9907263F0c12261d88b65cA18F31163F29D", - "type": "BEP20", - "symbol": "OCTI", - "decimals": 18, - "status": "active", - "id": "0x6c1dE9907263F0c12261d88b65cA18F31163F29D", - "links": [ - { - "name": "github", - "url": "https://github.com/OCTIONOFFICIAL" - }, - { - "name": "twitter", - "url": "https://twitter.com/octionofficial" - }, - { - "name": "telegram", - "url": "https://t.me/octionofficial" - }, - { - "name": "medium", - "url": "https://octionofficial.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6c1dE9907263F0c12261d88b65cA18F31163F29D/logo.png b/blockchains/smartchain/assets/0x6c1dE9907263F0c12261d88b65cA18F31163F29D/logo.png deleted file mode 100644 index d46d935616371..0000000000000 Binary files a/blockchains/smartchain/assets/0x6c1dE9907263F0c12261d88b65cA18F31163F29D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6c5FE6e99D2484db7E4BF34F365ABA42d0E4dC20/info.json b/blockchains/smartchain/assets/0x6c5FE6e99D2484db7E4BF34F365ABA42d0E4dC20/info.json deleted file mode 100644 index 211391d46b852..0000000000000 --- a/blockchains/smartchain/assets/0x6c5FE6e99D2484db7E4BF34F365ABA42d0E4dC20/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Absorber", - "type": "BEP20", - "symbol": "ABS", - "decimals": 18, - "website": "https://absorber.finance", - "description": "Absorber is a Hybrid Active and Passive Yield Farming Protocol, Designed for Long-Term Performance and Adoption of Mom-n-Pop Investors Worldwide, To break the Barrier Towards a Worldwide Passive Income Economic Incentive with a Deflationary Core and Ever Increasing Liquidity dictated by the Smart-contract code.", - "explorer": "https://bscscan.com/token/0x6c5FE6e99D2484db7E4BF34F365ABA42d0E4dC20", - "status": "active", - "id": "0x6c5FE6e99D2484db7E4BF34F365ABA42d0E4dC20" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6c5FE6e99D2484db7E4BF34F365ABA42d0E4dC20/logo.png b/blockchains/smartchain/assets/0x6c5FE6e99D2484db7E4BF34F365ABA42d0E4dC20/logo.png deleted file mode 100644 index c15d70ad84317..0000000000000 Binary files a/blockchains/smartchain/assets/0x6c5FE6e99D2484db7E4BF34F365ABA42d0E4dC20/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6c6D604D3f07aBE287C1A3dF0281e999A83495C0/info.json b/blockchains/smartchain/assets/0x6c6D604D3f07aBE287C1A3dF0281e999A83495C0/info.json deleted file mode 100644 index 2fa5aff7c8a8f..0000000000000 --- a/blockchains/smartchain/assets/0x6c6D604D3f07aBE287C1A3dF0281e999A83495C0/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "ROSE (Portal)", - "type": "BEP20", - "symbol": "ROSE", - "decimals": 18, - "description": "Cross Chain Portal Bridged Token", - "website": "https://oasisprotocol.org/", - "explorer": "https://bscscan.com/token/0x6c6D604D3f07aBE287C1A3dF0281e999A83495C0", - "status": "active", - "id": "0x6c6D604D3f07aBE287C1A3dF0281e999A83495C0", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6c6D604D3f07aBE287C1A3dF0281e999A83495C0/logo.png b/blockchains/smartchain/assets/0x6c6D604D3f07aBE287C1A3dF0281e999A83495C0/logo.png deleted file mode 100644 index 32179bc3c3aad..0000000000000 Binary files a/blockchains/smartchain/assets/0x6c6D604D3f07aBE287C1A3dF0281e999A83495C0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6cC76132A84e2095c1F4f2EA71881dAEf8a75D5e/info.json b/blockchains/smartchain/assets/0x6cC76132A84e2095c1F4f2EA71881dAEf8a75D5e/info.json deleted file mode 100644 index 1e904c38ab3b8..0000000000000 --- a/blockchains/smartchain/assets/0x6cC76132A84e2095c1F4f2EA71881dAEf8a75D5e/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Ninebot", - "website": "https://ninebot.io/", - "description": "Ninebot is an app to manage automatic trading on Binance. Ninebot also makes your trading transactions run automatically according to the settings in App you provide.", - "explorer": "https://bscscan.com/token/0x6cC76132A84e2095c1F4f2EA71881dAEf8a75D5e", - "type": "BEP20", - "symbol": "NBG", - "decimals": 18, - "status": "active", - "id": "0x6cC76132A84e2095c1F4f2EA71881dAEf8a75D5e", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/NinebotIO" - }, - { - "name": "telegram", - "url": "https://t.me/NineBotCommunity" - }, - { - "name": "docs", - "url": "https://docs.ninebot.io/" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x6cC76132A84e2095c1F4f2EA71881dAEf8a75D5e/logo.png b/blockchains/smartchain/assets/0x6cC76132A84e2095c1F4f2EA71881dAEf8a75D5e/logo.png deleted file mode 100644 index 668e357cda21e..0000000000000 Binary files a/blockchains/smartchain/assets/0x6cC76132A84e2095c1F4f2EA71881dAEf8a75D5e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6cf271270662be1C4fc1b7BB7D7D7Fc60Cc19125/info.json b/blockchains/smartchain/assets/0x6cf271270662be1C4fc1b7BB7D7D7Fc60Cc19125/info.json deleted file mode 100644 index b8c9387d380a1..0000000000000 --- a/blockchains/smartchain/assets/0x6cf271270662be1C4fc1b7BB7D7D7Fc60Cc19125/info.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "Kunci Coin", - "website": "https://kuncicoin.com/", - "description": "Kunci Coin is building the next generation blockchain for mass adoption, born to support NFT Marketplace, Metaverse, Decentralize Finance, and retail penetration.", - "tags": [ - "nft", - "defi", - "staking", - "gamefi" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Kuncicoin_id" - }, - { - "name": "facebook", - "url": "https://facebook.com/Kunci-Coin-111956938024588" - }, - { - "name": "telegram", - "url": "https://t.me/kunciofficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/kunci-coin/" - }, - { - "name": "github", - "url": "https://github.com/kuncicoin/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/kunci-coin" - } - ], - "explorer": "https://bscscan.com/token/0x6cf271270662be1C4fc1b7BB7D7D7Fc60Cc19125", - "type": "BEP20", - "symbol": "KUNCI", - "decimals": 6, - "status": "active", - "id": "0x6cf271270662be1C4fc1b7BB7D7D7Fc60Cc19125" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6cf271270662be1C4fc1b7BB7D7D7Fc60Cc19125/logo.png b/blockchains/smartchain/assets/0x6cf271270662be1C4fc1b7BB7D7D7Fc60Cc19125/logo.png deleted file mode 100644 index 64fcefef52eeb..0000000000000 Binary files a/blockchains/smartchain/assets/0x6cf271270662be1C4fc1b7BB7D7D7Fc60Cc19125/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6d34F621d2A1812434cE7Af6E04A344BFCE9B47E/info.json b/blockchains/smartchain/assets/0x6d34F621d2A1812434cE7Af6E04A344BFCE9B47E/info.json deleted file mode 100644 index 6445bf4c9d7b1..0000000000000 --- a/blockchains/smartchain/assets/0x6d34F621d2A1812434cE7Af6E04A344BFCE9B47E/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Peppa Network", - "type": "BEP20", - "symbol": "PEPPA", - "decimals": 18, - "website": "https://peppa.network/", - "description": "Peppa Network is an innovative new cryptocurrency designed by enthusiasts for blockchain technology and children’s development.Our goal is to aid thedevelopment of the next generation, and to help parentsincentivise good behaviour. Participation in Peppa world will help users’ development in planning and application, while also engaging the imagination through a well-known character.", - "explorer": "https://bscscan.com/token/0x6d34F621d2A1812434cE7Af6E04A344BFCE9B47E", - "status": "active", - "id": "0x6d34F621d2A1812434cE7Af6E04A344BFCE9B47E" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6d34F621d2A1812434cE7Af6E04A344BFCE9B47E/logo.png b/blockchains/smartchain/assets/0x6d34F621d2A1812434cE7Af6E04A344BFCE9B47E/logo.png deleted file mode 100644 index 9f6d1fe298efa..0000000000000 Binary files a/blockchains/smartchain/assets/0x6d34F621d2A1812434cE7Af6E04A344BFCE9B47E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6d3A0Fb0070EA61F901eBc0b675c30450ACAc737/info.json b/blockchains/smartchain/assets/0x6d3A0Fb0070EA61F901eBc0b675c30450ACAc737/info.json deleted file mode 100644 index 364981ec4c0a0..0000000000000 --- a/blockchains/smartchain/assets/0x6d3A0Fb0070EA61F901eBc0b675c30450ACAc737/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "AetherV2", - "website": "https://aetheruniverse.com/", - "description": "AetherV2 is the first crypto token building a bridge between science and cryptocurrency.", - "explorer": "https://bscscan.com/token/0x6d3a0fb0070ea61f901ebc0b675c30450acac737", - "type": "BEP20", - "symbol": "ATH", - "decimals": 9, - "status": "active", - "id": "0x6d3A0Fb0070EA61F901eBc0b675c30450ACAc737", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Aether_Crypto" - }, - { - "name": "telegram", - "url": "https://t.me/aether_BSC" - }, - { - "name": "facebook", - "url": "https://facebook.com/aether.crypto" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Aether_Crypto/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/aetherv2" - }, - { - "name": "github", - "url": "https://github.com/psabadac/aetherv2" - }, - { - "name": "discord", - "url": "https://discord.com/invite/uvuArrUg" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6d3A0Fb0070EA61F901eBc0b675c30450ACAc737/logo.png b/blockchains/smartchain/assets/0x6d3A0Fb0070EA61F901eBc0b675c30450ACAc737/logo.png deleted file mode 100644 index c8e15147ec4f1..0000000000000 Binary files a/blockchains/smartchain/assets/0x6d3A0Fb0070EA61F901eBc0b675c30450ACAc737/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6d8D19cd276d1E5ecF33F50d40BD6865f614649c/info.json b/blockchains/smartchain/assets/0x6d8D19cd276d1E5ecF33F50d40BD6865f614649c/info.json deleted file mode 100644 index 5624680d7b94b..0000000000000 --- a/blockchains/smartchain/assets/0x6d8D19cd276d1E5ecF33F50d40BD6865f614649c/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ShinchanBsc", - "website": "https://shinchanbsc.org", - "description": "Shinchan BSC is a unique meme token with utility.", - "explorer": "https://bscscan.com/token/0x6d8d19cd276d1e5ecf33f50d40bd6865f614649c", - "type": "BEP20", - "symbol": "Shinchan", - "decimals": 18, - "status": "active", - "id": "0x6d8D19cd276d1E5ecF33F50d40BD6865f614649c" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6d8D19cd276d1E5ecF33F50d40BD6865f614649c/logo.png b/blockchains/smartchain/assets/0x6d8D19cd276d1E5ecF33F50d40BD6865f614649c/logo.png deleted file mode 100644 index 777c1e34cfe78..0000000000000 Binary files a/blockchains/smartchain/assets/0x6d8D19cd276d1E5ecF33F50d40BD6865f614649c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6d9fB3332f62Fc044d5075feEeA597A92F1ce0AD/info.json b/blockchains/smartchain/assets/0x6d9fB3332f62Fc044d5075feEeA597A92F1ce0AD/info.json deleted file mode 100644 index 79ba2865a7805..0000000000000 --- a/blockchains/smartchain/assets/0x6d9fB3332f62Fc044d5075feEeA597A92F1ce0AD/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Baby Doge Billionaire", - "website": "https://babydogebillionaire.net/", - "description": "The Richest Baby Dog In The Universe Has His Own Themed Token Now That Rewards All Investors, Whilst Giving Dogs And Other Animals A New Home!", - "explorer": "https://bscscan.com/token/0x6d9fB3332f62Fc044d5075feEeA597A92F1ce0AD", - "type": "BEP20", - "symbol": "BABYDB", - "decimals": 8, - "status": "active", - "id": "0x6d9fB3332f62Fc044d5075feEeA597A92F1ce0AD", - "links": [ - { - "name": "telegram", - "url": "https://t.me/BabyDogeBillionaire" - }, - { - "name": "twitter", - "url": "https://twitter.com/BabyDogeBLN" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/BabyDogeBillionaire/" - }, - { - "name": "facebook", - "url": "https://facebook.com/BabyDogeBLN/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC3Vl85CHvL9GvaXpHKkzfWw" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/baby-doge-billionaire" - }, - { - "name": "whitepaper", - "url": "https://babydogebillionaire.net/assets/whitepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6d9fB3332f62Fc044d5075feEeA597A92F1ce0AD/logo.png b/blockchains/smartchain/assets/0x6d9fB3332f62Fc044d5075feEeA597A92F1ce0AD/logo.png deleted file mode 100644 index ce6f12338c977..0000000000000 Binary files a/blockchains/smartchain/assets/0x6d9fB3332f62Fc044d5075feEeA597A92F1ce0AD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6db3972c6a5535708e7A4F7Ad52F24d178D9A93e/info.json b/blockchains/smartchain/assets/0x6db3972c6a5535708e7A4F7Ad52F24d178D9A93e/info.json deleted file mode 100644 index 2e908f0b2ebe6..0000000000000 --- a/blockchains/smartchain/assets/0x6db3972c6a5535708e7A4F7Ad52F24d178D9A93e/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "DVX", - "website": "https://www.drivenx.finance/", - "description": "DRIVENx - Made by humans for humans", - "explorer": "https://bscscan.com/token/0x6db3972c6a5535708e7A4F7Ad52F24d178D9A93e", - "type": "BEP20", - "symbol": "DRIVENx", - "decimals": 18, - "status": "active", - "id": "0x6db3972c6a5535708e7A4F7Ad52F24d178D9A93e", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/DRIVENprotocol" - }, - { - "name": "github", - "url": "https://github.com/DRIVENx" - }, - { - "name": "telegram", - "url": "https://t.me/DRIVENx" - }, - { - "name": "blog", - "url": "https://medium.com/drivenx" - }, - { - "name": "whitepaper", - "url": "https://drivenx.finance/wp-content/uploads/2021/07/DRIVENx-LITEPAPER.pdf" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/DRIVENx" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/DRIVENecosystem/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/qZ36FNT23w" - }, - { - "name": "facebook", - "url": "https://facebook.com/DRIVENprotocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6db3972c6a5535708e7A4F7Ad52F24d178D9A93e/logo.png b/blockchains/smartchain/assets/0x6db3972c6a5535708e7A4F7Ad52F24d178D9A93e/logo.png deleted file mode 100644 index b5278e6171773..0000000000000 Binary files a/blockchains/smartchain/assets/0x6db3972c6a5535708e7A4F7Ad52F24d178D9A93e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6dc3d0D6EC970BF5522611D8eFF127145D02b675/info.json b/blockchains/smartchain/assets/0x6dc3d0D6EC970BF5522611D8eFF127145D02b675/info.json deleted file mode 100644 index dc20d14b38aaa..0000000000000 --- a/blockchains/smartchain/assets/0x6dc3d0D6EC970BF5522611D8eFF127145D02b675/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Revolotto", - "website": "https://revolotto.org", - "description": "Revolotto is a Deflationary token; four-dimensional, 80% to buyer, 9% to LP, 5% burns & 6% distribution.", - "explorer": "https://bscscan.com/token/0x6dc3d0D6EC970BF5522611D8eFF127145D02b675", - "type": "BEP20", - "symbol": "RVL", - "decimals": 18, - "status": "active", - "id": "0x6dc3d0D6EC970BF5522611D8eFF127145D02b675", - "links": [ - { - "name": "github", - "url": "https://github.com/revolotto" - }, - { - "name": "twitter", - "url": "https://twitter.com/revolotto" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Revolotto/" - }, - { - "name": "whitepaper", - "url": "https://revolotto.org/#whitepaper" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6dc3d0D6EC970BF5522611D8eFF127145D02b675/logo.png b/blockchains/smartchain/assets/0x6dc3d0D6EC970BF5522611D8eFF127145D02b675/logo.png deleted file mode 100644 index ea5473ea4c90e..0000000000000 Binary files a/blockchains/smartchain/assets/0x6dc3d0D6EC970BF5522611D8eFF127145D02b675/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6e0BEF56b648b3eEBaE3808B8cBe7EFE8755AD9C/info.json b/blockchains/smartchain/assets/0x6e0BEF56b648b3eEBaE3808B8cBe7EFE8755AD9C/info.json deleted file mode 100644 index 1b20b786d731c..0000000000000 --- a/blockchains/smartchain/assets/0x6e0BEF56b648b3eEBaE3808B8cBe7EFE8755AD9C/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "gabecoin", - "website": "https://gabecoin.io", - "description": "RIP Gabe, forever in our hearts.", - "explorer": "https://bscscan.com/token/0x6e0bef56b648b3eebae3808b8cbe7efe8755ad9c", - "type": "BEP20", - "symbol": "GABECOIN", - "decimals": 9, - "status": "active", - "id": "0x6e0BEF56b648b3eEBaE3808B8cBe7EFE8755AD9C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6e0BEF56b648b3eEBaE3808B8cBe7EFE8755AD9C/logo.png b/blockchains/smartchain/assets/0x6e0BEF56b648b3eEBaE3808B8cBe7EFE8755AD9C/logo.png deleted file mode 100644 index 3cc86453382b3..0000000000000 Binary files a/blockchains/smartchain/assets/0x6e0BEF56b648b3eEBaE3808B8cBe7EFE8755AD9C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6e4a971B81CA58045a2AA982EaA3d50C4Ac38F42/info.json b/blockchains/smartchain/assets/0x6e4a971B81CA58045a2AA982EaA3d50C4Ac38F42/info.json deleted file mode 100644 index a9fa762dbfa1c..0000000000000 --- a/blockchains/smartchain/assets/0x6e4a971B81CA58045a2AA982EaA3d50C4Ac38F42/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "Bridge Token", - "website": "https://bridge.link", - "description": "Bridge Oracle System is a technology through which external data can be injected.", - "explorer": "https://bscscan.com/token/0x6e4a971B81CA58045a2AA982EaA3d50C4Ac38F42", - "type": "BEP20", - "symbol": "BRG", - "decimals": 18, - "status": "active", - "id": "0x6e4a971B81CA58045a2AA982EaA3d50C4Ac38F42", - "tags": [ - "defi" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/bridge_oracle" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/bridge-oracle/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/brg" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/bridge-oracle/" - }, - { - "name": "telegram", - "url": "https://t.me/Bridge_Oracle" - }, - { - "name": "github", - "url": "https://github.com/BridgeOracle" - }, - { - "name": "whitepaper", - "url": "https://bridge.link/BRG-Whitepaper.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/@bridge_oracle" - } - ] -} diff --git a/blockchains/smartchain/assets/0x6e4a971B81CA58045a2AA982EaA3d50C4Ac38F42/logo.png b/blockchains/smartchain/assets/0x6e4a971B81CA58045a2AA982EaA3d50C4Ac38F42/logo.png deleted file mode 100644 index 514a2adb2071a..0000000000000 Binary files a/blockchains/smartchain/assets/0x6e4a971B81CA58045a2AA982EaA3d50C4Ac38F42/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6e9730EcFfBed43fD876A264C982e254ef05a0DE/info.json b/blockchains/smartchain/assets/0x6e9730EcFfBed43fD876A264C982e254ef05a0DE/info.json deleted file mode 100644 index 89c22beb889fa..0000000000000 --- a/blockchains/smartchain/assets/0x6e9730EcFfBed43fD876A264C982e254ef05a0DE/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Nord Finance", - "type": "BEP20", - "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://bscscan.com/token/0x6e9730ecffbed43fd876a264c982e254ef05a0de", - "status": "active", - "id": "0x6e9730EcFfBed43fD876A264C982e254ef05a0DE" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6e9730EcFfBed43fD876A264C982e254ef05a0DE/logo.png b/blockchains/smartchain/assets/0x6e9730EcFfBed43fD876A264C982e254ef05a0DE/logo.png deleted file mode 100644 index 42fc13591f894..0000000000000 Binary files a/blockchains/smartchain/assets/0x6e9730EcFfBed43fD876A264C982e254ef05a0DE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6eA05F63DAF6b0Dc6b8bea94342330CC602c5536/info.json b/blockchains/smartchain/assets/0x6eA05F63DAF6b0Dc6b8bea94342330CC602c5536/info.json deleted file mode 100644 index 542d2daa90c67..0000000000000 --- a/blockchains/smartchain/assets/0x6eA05F63DAF6b0Dc6b8bea94342330CC602c5536/info.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "SafeSex Finance", - "website": "https://safesexfinance.com/", - "short_description": "SafeSex Finance is token deployed on binance smart chain network. It is deflationary token with feature of rewarding holders in every transaction done by other buyers and sellers. SafeSex finance is working with aim of charity to sex victims, human trafficking victims, kids with poo economic condition for schools, autism community. It has aim to create awareness about safe sex education to the community with the help of defi.", - "description": "SafeSex Finance is token deployed on binance smart chain network. It is deflationary token with feature of rewarding holders in every transaction done by other buyers and sellers. SafeSex finance is working with aim of charity to sex victims, human trafficking victims, kids with poo economic condition for schools, autism community. It has aim to create awareness about safe sex education to the community with the help of defi.", - "explorer": "https://bscscan.com/token/0x6ea05f63daf6b0dc6b8bea94342330cc602c5536", - "type": "BEP20", - "symbol": "SEX", - "decimals": 9, - "status": "active", - "id": "0x6eA05F63DAF6b0Dc6b8bea94342330CC602c5536", - "links": [ - { - "name": "github", - "url": "https://github.com/safesexfinance" - }, - { - "name": "whitepaper", - "url": "https://30fde514-9cd9-448c-822b-163b0c205141.filesusr.com/ugd/7cbad4_7cf6e0aa6a554b49b69f5c52ec5ac907.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6eA05F63DAF6b0Dc6b8bea94342330CC602c5536/logo.png b/blockchains/smartchain/assets/0x6eA05F63DAF6b0Dc6b8bea94342330CC602c5536/logo.png deleted file mode 100644 index ef29ad930f560..0000000000000 Binary files a/blockchains/smartchain/assets/0x6eA05F63DAF6b0Dc6b8bea94342330CC602c5536/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6ef238E9E8CD2A96740897761C18894Fc086B9d0/info.json b/blockchains/smartchain/assets/0x6ef238E9E8CD2A96740897761C18894Fc086B9d0/info.json deleted file mode 100644 index 0859d9a16881f..0000000000000 --- a/blockchains/smartchain/assets/0x6ef238E9E8CD2A96740897761C18894Fc086B9d0/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Mytheria", - "website": "https://mytheria.io/", - "description": "Mytheria- Clash of the Pantheons is the first-of-its-kind Play-to-Earn and Create-to-Earn with a captivating board game experience and innovative NFT marketplace.", - "explorer": "https://bscscan.com/token/0x6ef238E9E8CD2A96740897761C18894Fc086B9d0", - "type": "BEP20", - "symbol": "MYRA", - "decimals": 18, - "status": "active", - "id": "0x6ef238E9E8CD2A96740897761C18894Fc086B9d0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/mytheria_MYRA" - }, - { - "name": "telegram", - "url": "https://t.me/MytheriaGlobal" - }, - { - "name": "discord", - "url": "https://discord.com/invite/PumYWDzYbz" - }, - { - "name": "facebook", - "url": "https://facebook.com/MytheriaOfficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mytheria/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/mytheria" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x6ef238E9E8CD2A96740897761C18894Fc086B9d0/logo.png b/blockchains/smartchain/assets/0x6ef238E9E8CD2A96740897761C18894Fc086B9d0/logo.png deleted file mode 100644 index bb43b99a044e4..0000000000000 Binary files a/blockchains/smartchain/assets/0x6ef238E9E8CD2A96740897761C18894Fc086B9d0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6f373cD69c329B1DA2e00b861Ad950e59454aa18/info.json b/blockchains/smartchain/assets/0x6f373cD69c329B1DA2e00b861Ad950e59454aa18/info.json deleted file mode 100644 index 542924dc796b2..0000000000000 --- a/blockchains/smartchain/assets/0x6f373cD69c329B1DA2e00b861Ad950e59454aa18/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Doge Yellow Coin", - "type": "BEP20", - "symbol": "DOGEY", - "decimals": 9, - "website": "https://dogeyellow.com", - "description": "Doge Yellow Coin DOGEY Doge Yellow Coin is a new cryptocurrency born to emulate dogecoin with the help of Elon Musk", - "explorer": "https://bscscan.com/token/0x6f373cD69c329B1DA2e00b861Ad950e59454aa18", - "status": "active", - "id": "0x6f373cD69c329B1DA2e00b861Ad950e59454aa18", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/DogeYellowCoin1" - }, - { - "name": "github", - "url": "https://github.com/dogeyellowcoin" - }, - { - "name": "telegram", - "url": "https://t.me/dogeyellowcoin" - }, - { - "name": "telegram_news", - "url": "https://t.me/dogeyellownew" - }, - { - "name": "whitepaper", - "url": "https://dogeyellow.com/whitepaper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/doge-yellow-coin/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/doge-yellow-coin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6f373cD69c329B1DA2e00b861Ad950e59454aa18/logo.png b/blockchains/smartchain/assets/0x6f373cD69c329B1DA2e00b861Ad950e59454aa18/logo.png deleted file mode 100644 index 940d0be011909..0000000000000 Binary files a/blockchains/smartchain/assets/0x6f373cD69c329B1DA2e00b861Ad950e59454aa18/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6f9F0c4ad9Af7EbD61Ac5A1D4e0F2227F7B0E5f9/info.json b/blockchains/smartchain/assets/0x6f9F0c4ad9Af7EbD61Ac5A1D4e0F2227F7B0E5f9/info.json deleted file mode 100644 index 42bd4ebec4a5c..0000000000000 --- a/blockchains/smartchain/assets/0x6f9F0c4ad9Af7EbD61Ac5A1D4e0F2227F7B0E5f9/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Era Token", - "website": "https://www.era7.io", - "description": "ERA TOKEN is the main currency in game which can be obtained by playing game modes and participating in many other activities.", - "explorer": "https://bscscan.com/token/0x6f9F0c4ad9Af7EbD61Ac5A1D4e0F2227F7B0E5f9", - "type": "BEP20", - "symbol": "ERA", - "decimals": 18, - "status": "active", - "id": "0x6f9F0c4ad9Af7EbD61Ac5A1D4e0F2227F7B0E5f9", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Era7_official" - }, - { - "name": "telegram", - "url": "https://t.me/joinchat/aF3LUIC8PKVhNDA6" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/Era7_Official" - }, - { - "name": "discord", - "url": "https://discord.com/invite/jtFRzTv5Zw" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6f9F0c4ad9Af7EbD61Ac5A1D4e0F2227F7B0E5f9/logo.png b/blockchains/smartchain/assets/0x6f9F0c4ad9Af7EbD61Ac5A1D4e0F2227F7B0E5f9/logo.png deleted file mode 100644 index 9cbbfe919e9bc..0000000000000 Binary files a/blockchains/smartchain/assets/0x6f9F0c4ad9Af7EbD61Ac5A1D4e0F2227F7B0E5f9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6fbFf934ec9D724450E66d9AcE621cb7E67CeB5A/info.json b/blockchains/smartchain/assets/0x6fbFf934ec9D724450E66d9AcE621cb7E67CeB5A/info.json deleted file mode 100644 index 27d00143c5070..0000000000000 --- a/blockchains/smartchain/assets/0x6fbFf934ec9D724450E66d9AcE621cb7E67CeB5A/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Crypto Against Cancer Token", - "website": "https://cryptoagainstcancer.fund/", - "description": "CACT helping cancer research and treatment around the world, in addition to providing a BNB reward pool and reflection to holders through every transaction.", - "explorer": "https://bscscan.com/token/0x6fbff934ec9d724450e66d9ace621cb7e67ceb5a", - "type": "BEP20", - "symbol": "CACT", - "decimals": 9, - "status": "active", - "id": "0x6fbFf934ec9D724450E66d9AcE621cb7E67CeB5A" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6fbFf934ec9D724450E66d9AcE621cb7E67CeB5A/logo.png b/blockchains/smartchain/assets/0x6fbFf934ec9D724450E66d9AcE621cb7E67CeB5A/logo.png deleted file mode 100644 index 337a549dbfd37..0000000000000 Binary files a/blockchains/smartchain/assets/0x6fbFf934ec9D724450E66d9AcE621cb7E67CeB5A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x6fd7c98458a943f469E1Cf4eA85B173f5Cd342F4/info.json b/blockchains/smartchain/assets/0x6fd7c98458a943f469E1Cf4eA85B173f5Cd342F4/info.json deleted file mode 100644 index c4930e2106a1d..0000000000000 --- a/blockchains/smartchain/assets/0x6fd7c98458a943f469E1Cf4eA85B173f5Cd342F4/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "BillionHappiness", - "website": "https://billionhappiness.com/", - "description": "Billion Happiness has a token called BHC. Users can earn BHC cashback through shopping on the online store, NFT Marketplace and via staking/farming.", - "explorer": "https://bscscan.com/token/0x6fd7c98458a943f469E1Cf4eA85B173f5Cd342F4", - "research": "https://billionhappiness.medium.com/what-is-billion-happiness-be147e4b0fc0", - "type": "BEP20", - "symbol": "BHC", - "decimals": 18, - "status": "active", - "id": "0x6fd7c98458a943f469E1Cf4eA85B173f5Cd342F4", - "links": [ - { - "name": "github", - "url": "https://github.com/BHCHappiness/" - }, - { - "name": "twitter", - "url": "https://twitter.com/BHC_Happiness" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/BillionHappiness" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x6fd7c98458a943f469E1Cf4eA85B173f5Cd342F4/logo.png b/blockchains/smartchain/assets/0x6fd7c98458a943f469E1Cf4eA85B173f5Cd342F4/logo.png deleted file mode 100644 index b234daf85f2f2..0000000000000 Binary files a/blockchains/smartchain/assets/0x6fd7c98458a943f469E1Cf4eA85B173f5Cd342F4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x702b3f41772e321aacCdea91e1FCEF682D21125D/info.json b/blockchains/smartchain/assets/0x702b3f41772e321aacCdea91e1FCEF682D21125D/info.json deleted file mode 100644 index 4bde837f11fde..0000000000000 --- a/blockchains/smartchain/assets/0x702b3f41772e321aacCdea91e1FCEF682D21125D/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PinkSwap", - "website": "https://www.pinkswap.finance/", - "description": "Sale, swap, earn, lock all on one decentralized, community driven platform. Earn PinkS by staking LP & tokens. Welcome to PinkArmy Family!", - "explorer": "https://bscscan.com/token/0x702b3f41772e321aacCdea91e1FCEF682D21125D", - "type": "BEP20", - "symbol": "PINKS", - "decimals": 18, - "status": "active", - "id": "0x702b3f41772e321aacCdea91e1FCEF682D21125D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x702b3f41772e321aacCdea91e1FCEF682D21125D/logo.png b/blockchains/smartchain/assets/0x702b3f41772e321aacCdea91e1FCEF682D21125D/logo.png deleted file mode 100644 index 993dc4a5c1904..0000000000000 Binary files a/blockchains/smartchain/assets/0x702b3f41772e321aacCdea91e1FCEF682D21125D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7060d3F1CC70A07f4768560B9D9B692ac29244dE/info.json b/blockchains/smartchain/assets/0x7060d3F1CC70A07f4768560B9D9B692ac29244dE/info.json deleted file mode 100644 index 4b9e21d04cad9..0000000000000 --- a/blockchains/smartchain/assets/0x7060d3F1CC70A07f4768560B9D9B692ac29244dE/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "YeetToken", - "website": "https://www.yeettoken.com/", - "description": "A community token, yeetin' out of orbit.", - "explorer": "https://bscscan.com/token/0x7060d3F1CC70A07f4768560B9D9B692ac29244dE", - "type": "BEP20", - "symbol": "Yeet", - "decimals": 9, - "status": "active", - "id": "0x7060d3F1CC70A07f4768560B9D9B692ac29244dE" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7060d3F1CC70A07f4768560B9D9B692ac29244dE/logo.png b/blockchains/smartchain/assets/0x7060d3F1CC70A07f4768560B9D9B692ac29244dE/logo.png deleted file mode 100644 index fd9472e947371..0000000000000 Binary files a/blockchains/smartchain/assets/0x7060d3F1CC70A07f4768560B9D9B692ac29244dE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x706954491EBFD6b38e5B1e6F079dBEfae0F5EBa0/info.json b/blockchains/smartchain/assets/0x706954491EBFD6b38e5B1e6F079dBEfae0F5EBa0/info.json deleted file mode 100644 index 257da80ce697b..0000000000000 --- a/blockchains/smartchain/assets/0x706954491EBFD6b38e5B1e6F079dBEfae0F5EBa0/info.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "Charizard Token", - "website": "https://charizardtoken.com/", - "twitter": "https://twitter.com/CharizardToken", - "description": "The Charizard Token is a deflationary cryptocurrency, a 5% tax is applied to each transaction made using CHZ006.", - "explorer": "https://bscscan.com/token/0x706954491ebfd6b38e5b1e6f079dbefae0f5eba0", - "type": "BEP20", - "symbol": "CHZ006", - "decimals": 8, - "status": "active", - "id": "0x706954491EBFD6b38e5B1e6F079dBEfae0F5EBa0", - "links": [ - { - "name": "whitepaper", - "url": "https://charizardtoken.com/whitepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x706954491EBFD6b38e5B1e6F079dBEfae0F5EBa0/logo.png b/blockchains/smartchain/assets/0x706954491EBFD6b38e5B1e6F079dBEfae0F5EBa0/logo.png deleted file mode 100644 index 4d33e3dce0bf9..0000000000000 Binary files a/blockchains/smartchain/assets/0x706954491EBFD6b38e5B1e6F079dBEfae0F5EBa0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x707C9088313B20931c05D16227f146279eC28e4E/info.json b/blockchains/smartchain/assets/0x707C9088313B20931c05D16227f146279eC28e4E/info.json deleted file mode 100644 index f12962b26e615..0000000000000 --- a/blockchains/smartchain/assets/0x707C9088313B20931c05D16227f146279eC28e4E/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeBabyShiba", - "website": "https://safebabyshiba.tech/", - "description": "SafeBabyShiba ($SBSH) is a community-focused, decentralized cryptocurrency with instant rewards thanks to active users! Join the moon mission. WAGMI! ", - "explorer": "https://bscscan.com/token/0x707C9088313B20931c05D16227f146279eC28e4E", - "type": "BEP20", - "symbol": "SBSH", - "decimals": 9, - "status": "active", - "id": "0x707C9088313B20931c05D16227f146279eC28e4E" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x707C9088313B20931c05D16227f146279eC28e4E/logo.png b/blockchains/smartchain/assets/0x707C9088313B20931c05D16227f146279eC28e4E/logo.png deleted file mode 100644 index f58320a63972c..0000000000000 Binary files a/blockchains/smartchain/assets/0x707C9088313B20931c05D16227f146279eC28e4E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402/info.json b/blockchains/smartchain/assets/0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402/info.json deleted file mode 100644 index dedf002d31136..0000000000000 --- a/blockchains/smartchain/assets/0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "BNB pegged Polkadot Token", - "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.", - "explorer": "https://bscscan.com/token/0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402", - "research": "https://research.binance.com/en/projects/polkadot", - "type": "BEP20", - "symbol": "DOT", - "decimals": 18, - "status": "active", - "id": "0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402/logo.png b/blockchains/smartchain/assets/0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402/logo.png deleted file mode 100644 index 341b94839074a..0000000000000 Binary files a/blockchains/smartchain/assets/0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x708739980021A0b0B2E555383fE1283697e140e9/info.json b/blockchains/smartchain/assets/0x708739980021A0b0B2E555383fE1283697e140e9/info.json deleted file mode 100644 index a6b1456dd9363..0000000000000 --- a/blockchains/smartchain/assets/0x708739980021A0b0B2E555383fE1283697e140e9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "blocsport.one", - "type": "BEP20", - "symbol": "BLS", - "decimals": 18, - "website": "https://blocsport.one", - "description": "BLS is a sport token issued by blocsport.one for a purpose of DeFi sport operations.", - "explorer": "https://bscscan.com/token/0x708739980021A0b0B2E555383fE1283697e140e9", - "status": "active", - "id": "0x708739980021A0b0B2E555383fE1283697e140e9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x708739980021A0b0B2E555383fE1283697e140e9/logo.png b/blockchains/smartchain/assets/0x708739980021A0b0B2E555383fE1283697e140e9/logo.png deleted file mode 100644 index 9b1f96b45d9ca..0000000000000 Binary files a/blockchains/smartchain/assets/0x708739980021A0b0B2E555383fE1283697e140e9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x708C671Aa997da536869B50B6C67FA0C32Ce80B2/info.json b/blockchains/smartchain/assets/0x708C671Aa997da536869B50B6C67FA0C32Ce80B2/info.json deleted file mode 100644 index f0d17cf011d86..0000000000000 --- a/blockchains/smartchain/assets/0x708C671Aa997da536869B50B6C67FA0C32Ce80B2/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Curate", - "website": "https://curate.style", - "description": "The official token for Curate", - "explorer": "https://bscscan.com/token/0x708C671Aa997da536869B50B6C67FA0C32Ce80B2", - "type": "BEP20", - "symbol": "XCUR", - "decimals": 8, - "status": "active", - "id": "0x708C671Aa997da536869B50B6C67FA0C32Ce80B2", - "links": [ - { - "name": "telegram", - "url": "https://t.me/curate" - }, - { - "name": "twitter", - "url": "https://twitter.com/curateproject" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/XCUR" - }, - { - "name": "discord", - "url": "https://discord.com/invite/mtBpcqtBaK" - }, - { - "name": "github", - "url": "https://github.com/curate-project" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x708C671Aa997da536869B50B6C67FA0C32Ce80B2/logo.png b/blockchains/smartchain/assets/0x708C671Aa997da536869B50B6C67FA0C32Ce80B2/logo.png deleted file mode 100644 index 8f4521bb2468b..0000000000000 Binary files a/blockchains/smartchain/assets/0x708C671Aa997da536869B50B6C67FA0C32Ce80B2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x70B6C6A555507EE4ac91C15E5c80b7dc8FF3b489/info.json b/blockchains/smartchain/assets/0x70B6C6A555507EE4ac91C15E5c80b7dc8FF3b489/info.json deleted file mode 100644 index f36cf1c306704..0000000000000 --- a/blockchains/smartchain/assets/0x70B6C6A555507EE4ac91C15E5c80b7dc8FF3b489/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "XTblock Token", - "website": "https://xtblock.io", - "description": "A hyper-capable network, XTblock aims to deliver not only a high-performance blockchain, but also the ability to decentralise artificial intelligence and bot computing. Therefore a powerful blockchain that will address the issues of speed, high latency and scalability is only one of its use cases. It's applicability goes far beyond.", - "explorer": "https://bscscan.com/token/0x70b6c6a555507ee4ac91c15e5c80b7dc8ff3b489", - "type": "BEP20", - "symbol": "XTT-b20", - "decimals": 18, - "status": "active", - "id": "0x70B6C6A555507EE4ac91C15E5c80b7dc8FF3b489", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/xtblockio" - }, - { - "name": "whitepaper", - "url": "https://github.com/xtblock/whitepaper/blob/main/XTblock-WhitePaper.pdf" - } - ], - "tags": [ - "deflationary" - ] -} diff --git a/blockchains/smartchain/assets/0x70B6C6A555507EE4ac91C15E5c80b7dc8FF3b489/logo.png b/blockchains/smartchain/assets/0x70B6C6A555507EE4ac91C15E5c80b7dc8FF3b489/logo.png deleted file mode 100644 index 6ab495010a615..0000000000000 Binary files a/blockchains/smartchain/assets/0x70B6C6A555507EE4ac91C15E5c80b7dc8FF3b489/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x70D8d5B3416888fD05e806195312DD2D9597d50C/info.json b/blockchains/smartchain/assets/0x70D8d5B3416888fD05e806195312DD2D9597d50C/info.json deleted file mode 100644 index 3cc80c9523a6f..0000000000000 --- a/blockchains/smartchain/assets/0x70D8d5B3416888fD05e806195312DD2D9597d50C/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "MEXI", - "website": "https://metaxiz.com", - "description": "MEXI is the governance token of the Metaxiz system. Users can use MEXI for their NFT’s transactions on the Metaxiz marketplace, join the play-and-earn games in Metaxiz Metaverse and enjoy various functionalities of the Metaxiz ecosystem in the future.", - "explorer": "https://bscscan.com/token/0x70d8d5b3416888fd05e806195312dd2d9597d50c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Metaxiz_MEXI" - }, - { - "name": "telegram", - "url": "https://t.me/Metaxiz" - }, - { - "name": "docs", - "url": "https://docs.metaxiz.com/metaxiz" - }, - { - "name": "medium", - "url": "https://medium.com/@metaxiz" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/Metaxiz" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/metaxiz/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/metaxiz" - } - ], - "tags": [ - "gamefi" - ], - "type": "BEP20", - "symbol": "MEXI", - "decimals": 18, - "status": "active", - "id": "0x70D8d5B3416888fD05e806195312DD2D9597d50C" -} diff --git a/blockchains/smartchain/assets/0x70D8d5B3416888fD05e806195312DD2D9597d50C/logo.png b/blockchains/smartchain/assets/0x70D8d5B3416888fD05e806195312DD2D9597d50C/logo.png deleted file mode 100644 index ef14a935f8780..0000000000000 Binary files a/blockchains/smartchain/assets/0x70D8d5B3416888fD05e806195312DD2D9597d50C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x70a44672B9BBcF4D49dCEaA610eB580BD3c94c52/info.json b/blockchains/smartchain/assets/0x70a44672B9BBcF4D49dCEaA610eB580BD3c94c52/info.json deleted file mode 100644 index b043ccc93c8c1..0000000000000 --- a/blockchains/smartchain/assets/0x70a44672B9BBcF4D49dCEaA610eB580BD3c94c52/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Gamesafe.io", - "website": "https://gamesafe.io/", - "description": "GAMESAFE is a protocol specially built to reward its holders while increasing both the liquidity and value. A Digital Games will be out soon using Binance Smart Chain. ", - "explorer": "https://bscscan.com/token/0x70a44672B9BBcF4D49dCEaA610eB580BD3c94c52", - "type": "BEP20", - "symbol": "GAMESAFE", - "decimals": 9, - "status": "active", - "id": "0x70a44672B9BBcF4D49dCEaA610eB580BD3c94c52" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x70a44672B9BBcF4D49dCEaA610eB580BD3c94c52/logo.png b/blockchains/smartchain/assets/0x70a44672B9BBcF4D49dCEaA610eB580BD3c94c52/logo.png deleted file mode 100644 index 5df9509293bce..0000000000000 Binary files a/blockchains/smartchain/assets/0x70a44672B9BBcF4D49dCEaA610eB580BD3c94c52/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7122f1C0777900B959573132dEac9a7209741Aa0/info.json b/blockchains/smartchain/assets/0x7122f1C0777900B959573132dEac9a7209741Aa0/info.json deleted file mode 100644 index 27db57304256e..0000000000000 --- a/blockchains/smartchain/assets/0x7122f1C0777900B959573132dEac9a7209741Aa0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Tibetan Mastiff", - "website": "https://www.tibetanmastiff.io", - "description": "Tibetan Mastiff Is NFT - Non-Fungible Token. The birth of TMF (TMastiff) allowed the image of the Tibetan clam dog to be brought to the international community, and we believe that TMF (TMastiff) will flourish in the future.", - "explorer": "https://bscscan.com/token/0x7122f1c0777900b959573132deac9a7209741aa0", - "type": "BEP20", - "symbol": "TMF(TMastiff)", - "decimals": 9, - "status": "active", - "id": "0x7122f1C0777900B959573132dEac9a7209741Aa0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7122f1C0777900B959573132dEac9a7209741Aa0/logo.png b/blockchains/smartchain/assets/0x7122f1C0777900B959573132dEac9a7209741Aa0/logo.png deleted file mode 100644 index 8c59966652673..0000000000000 Binary files a/blockchains/smartchain/assets/0x7122f1C0777900B959573132dEac9a7209741Aa0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7128E52cA302c5f5BeEB801B6aD373fDeBE3dc5E/info.json b/blockchains/smartchain/assets/0x7128E52cA302c5f5BeEB801B6aD373fDeBE3dc5E/info.json deleted file mode 100644 index 8c80745bf4d7b..0000000000000 --- a/blockchains/smartchain/assets/0x7128E52cA302c5f5BeEB801B6aD373fDeBE3dc5E/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Orange Cat Token", - "website": "https://orangecat.info", - "description": "Orange Cat Token is a Binance Smart Chain based community DeFi token.", - "explorer": "https://bscscan.com/token/0x7128E52cA302c5f5BeEB801B6aD373fDeBE3dc5E", - "type": "BEP20", - "symbol": "OCAT", - "decimals": 18, - "status": "active", - "id": "0x7128E52cA302c5f5BeEB801B6aD373fDeBE3dc5E" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7128E52cA302c5f5BeEB801B6aD373fDeBE3dc5E/logo.png b/blockchains/smartchain/assets/0x7128E52cA302c5f5BeEB801B6aD373fDeBE3dc5E/logo.png deleted file mode 100644 index 1f6222d505839..0000000000000 Binary files a/blockchains/smartchain/assets/0x7128E52cA302c5f5BeEB801B6aD373fDeBE3dc5E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x712C0a4659a7C31A81FD5A47a2D83c63A07d7D06/info.json b/blockchains/smartchain/assets/0x712C0a4659a7C31A81FD5A47a2D83c63A07d7D06/info.json deleted file mode 100644 index ed64b6d2edaec..0000000000000 --- a/blockchains/smartchain/assets/0x712C0a4659a7C31A81FD5A47a2D83c63A07d7D06/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LIMON GROUP", - "type": "BEP20", - "symbol": "LIMON", - "decimals": 9, - "website": "https://limon.group/", - "description": "LIMON.GROUP system generates NFT Tokens based on Binance Smart Chain. LIMON NFT Tokens are interconnected to digital products and commercial physical products (EAN - European Article Number) distribute this between B2B or B2P. Our upcoming DEX exchange (P2P) owns an automatic market maker (AMM) for exchanging BEP-20 tokens. Liquidity pools and locks, farming and staking functionalities will be included.", - "explorer": "https://bscscan.com/token/0x712C0a4659a7C31A81FD5A47a2D83c63A07d7D06", - "status": "active", - "id": "0x712C0a4659a7C31A81FD5A47a2D83c63A07d7D06" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x712C0a4659a7C31A81FD5A47a2D83c63A07d7D06/logo.png b/blockchains/smartchain/assets/0x712C0a4659a7C31A81FD5A47a2D83c63A07d7D06/logo.png deleted file mode 100644 index 5f1e6457d9417..0000000000000 Binary files a/blockchains/smartchain/assets/0x712C0a4659a7C31A81FD5A47a2D83c63A07d7D06/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c/info.json b/blockchains/smartchain/assets/0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c/info.json deleted file mode 100644 index 3dad5ac8f3a0a..0000000000000 --- a/blockchains/smartchain/assets/0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "BNB pegged BTCB Token", - "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://bscscan.com/token/0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c", - "research": "", - "type": "BEP20", - "symbol": "BTCB", - "decimals": 18, - "status": "active", - "id": "0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c", - "tags": [ - "binance-peg" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/binance-chain/" - }, - { - "name": "twitter", - "url": "https://twitter.com/binance_dex" - }, - { - "name": "telegram", - "url": "https://t.me/BinanceDEXchange" - }, - { - "name": "blog", - "url": "https://binance.org/en/blog/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c/logo.png b/blockchains/smartchain/assets/0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c/logo.png deleted file mode 100644 index f26deab0e2a0b..0000000000000 Binary files a/blockchains/smartchain/assets/0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7144E379C827fA71A7ecAA01d00607cBb7eB1b7A/info.json b/blockchains/smartchain/assets/0x7144E379C827fA71A7ecAA01d00607cBb7eB1b7A/info.json deleted file mode 100644 index b7b3227628751..0000000000000 --- a/blockchains/smartchain/assets/0x7144E379C827fA71A7ecAA01d00607cBb7eB1b7A/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "LoveDoge", - "website": "https://lovedoge.io", - "description": "Love Doge is released on the Binance Smart Chainthe next evolution of the contract that generates revenueand deflation: you get rewards in tokens instead of BNB", - "explorer": "https://bscscan.com/token/0x7144E379C827fA71A7ecAA01d00607cBb7eB1b7A", - "type": "BEP20", - "symbol": "LoveDoge", - "decimals": 9, - "status": "active", - "id": "0x7144E379C827fA71A7ecAA01d00607cBb7eB1b7A", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/LoveDoge10" - }, - { - "name": "telegram", - "url": "https://t.me/LoveDogeEN1" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/love-doge" - }, - { - "name": "discord", - "url": "https://discord.com/invite/ttmGKFrdb4" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/CryptoMoonShots/comments/ofb5ta/lovedoge_a_bsc_gem_2nd_airdrop_in_6_days_locked/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7144E379C827fA71A7ecAA01d00607cBb7eB1b7A/logo.png b/blockchains/smartchain/assets/0x7144E379C827fA71A7ecAA01d00607cBb7eB1b7A/logo.png deleted file mode 100644 index 5482f81738dac..0000000000000 Binary files a/blockchains/smartchain/assets/0x7144E379C827fA71A7ecAA01d00607cBb7eB1b7A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x714a84632Ed7edBbBFEb62DACf02DB4BeB4C69D9/info.json b/blockchains/smartchain/assets/0x714a84632Ed7edBbBFEb62DACf02DB4BeB4C69D9/info.json deleted file mode 100644 index 896391b9a9e4f..0000000000000 --- a/blockchains/smartchain/assets/0x714a84632Ed7edBbBFEb62DACf02DB4BeB4C69D9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Ketchup Token", - "website": "https://ketchupfinance.com/", - "description": "KetchupFinance is an automatic liquidity acquisition yield farm and AMM decentralized exchange running on Binance Smart Chain with lots of unique and creative features that let you earn and win.", - "explorer": "https://bscscan.com/token/0x714a84632Ed7edBbBFEb62DACf02DB4BeB4C69D9", - "type": "BEP20", - "symbol": "KETCHUP", - "decimals": 18, - "status": "active", - "id": "0x714a84632Ed7edBbBFEb62DACf02DB4BeB4C69D9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x714a84632Ed7edBbBFEb62DACf02DB4BeB4C69D9/logo.png b/blockchains/smartchain/assets/0x714a84632Ed7edBbBFEb62DACf02DB4BeB4C69D9/logo.png deleted file mode 100644 index 86d83b0652d6e..0000000000000 Binary files a/blockchains/smartchain/assets/0x714a84632Ed7edBbBFEb62DACf02DB4BeB4C69D9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7153431234b9A6D1Fa53cD057D5a1AAC00C85c7f/info.json b/blockchains/smartchain/assets/0x7153431234b9A6D1Fa53cD057D5a1AAC00C85c7f/info.json deleted file mode 100644 index 86f6260621af3..0000000000000 --- a/blockchains/smartchain/assets/0x7153431234b9A6D1Fa53cD057D5a1AAC00C85c7f/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "KichiCoin", - "symbol": "KICH", - "type": "BEP20", - "decimals": 9, - "description": "KichiCoin (KICH) is a revolutionary De-Fi community-driven utility token that provides safe, secure, hassle-free transactions for everyone, along with a weekly lottery system utilizing Chainlink VRF that brings joy to our holders. Kichi aims to create interactive games on the BSC network and NFT Platform for the education sector. KICHI (吉) COIN’s concept was born to unite the community together to achieve common goals that reward everyone involved. Doxxed Team!", - "website": "https://kichicoin.io/", - "explorer": "https://bscscan.com/token/0x7153431234b9A6D1Fa53cD057D5a1AAC00C85c7f", - "status": "active", - "id": "0x7153431234b9A6D1Fa53cD057D5a1AAC00C85c7f", - "links": [ - { - "name": "telegram", - "url": "https://t.me/kichicoin" - }, - { - "name": "discord", - "url": "https://discord.com/invite/cHPHJtDJhq" - }, - { - "name": "twitter", - "url": "https://twitter.com/KichiCoin" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCoarDKyWdCkOW4nw62kUYQA" - }, - { - "name": "facebook", - "url": "https://facebook.com/KichiCoin" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/KichiCoinToken/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7153431234b9A6D1Fa53cD057D5a1AAC00C85c7f/logo.png b/blockchains/smartchain/assets/0x7153431234b9A6D1Fa53cD057D5a1AAC00C85c7f/logo.png deleted file mode 100644 index 05f399696e63f..0000000000000 Binary files a/blockchains/smartchain/assets/0x7153431234b9A6D1Fa53cD057D5a1AAC00C85c7f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x715D400F88C167884bbCc41C5FeA407ed4D2f8A0/info.json b/blockchains/smartchain/assets/0x715D400F88C167884bbCc41C5FeA407ed4D2f8A0/info.json deleted file mode 100644 index 8be7f4bc3d1c8..0000000000000 --- a/blockchains/smartchain/assets/0x715D400F88C167884bbCc41C5FeA407ed4D2f8A0/info.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "BNB pegged Axie Infinity Shard", - "website": "https://axieinfinity.com", - "description": "BNB pegged Axie Infinity Shard (AXS BEP20) is a token issued by Binance on Smart Chain; its price is pegged to Axie Infinity Shard (AXS ERC20) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0x715D400F88C167884bbCc41C5FeA407ed4D2f8A0", - "research": "https://research.binance.com/en/projects/axie-infinity", - "type": "BEP20", - "symbol": "AXS", - "decimals": 18, - "status": "active", - "id": "0x715D400F88C167884bbCc41C5FeA407ed4D2f8A0", - "tags": [ - "binance-peg", - "gamefi", - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x715D400F88C167884bbCc41C5FeA407ed4D2f8A0/logo.png b/blockchains/smartchain/assets/0x715D400F88C167884bbCc41C5FeA407ed4D2f8A0/logo.png deleted file mode 100644 index 73d60607cc69b..0000000000000 Binary files a/blockchains/smartchain/assets/0x715D400F88C167884bbCc41C5FeA407ed4D2f8A0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x71E80e96Af604Afc23Ca2AED4C1C7466DB6dd0c4/info.json b/blockchains/smartchain/assets/0x71E80e96Af604Afc23Ca2AED4C1C7466DB6dd0c4/info.json deleted file mode 100644 index 14db5d7cc06ca..0000000000000 --- a/blockchains/smartchain/assets/0x71E80e96Af604Afc23Ca2AED4C1C7466DB6dd0c4/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Baby Floki", - "website": "https://www.babyfloki.info/", - "description": "BABY FLOKI has been designed to be a deflationary token which rewards you $DOGE simply for holding! Named after Elon 'Dogefather' Musk's new Shiba Inu pup, this token is a sure way for you to reach your x1000!", - "explorer": "https://bscscan.com/token/0x71E80e96Af604Afc23Ca2AED4C1C7466DB6dd0c4", - "type": "BEP20", - "symbol": "BabyFloki", - "decimals": 9, - "status": "active", - "id": "0x71E80e96Af604Afc23Ca2AED4C1C7466DB6dd0c4", - "links": [ - { - "name": "telegram", - "url": "https://t.me/thebabyfloki" - }, - { - "name": "twitter", - "url": "https://twitter.com/thebabyfloki" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/TheBabyFloki/" - }, - { - "name": "whitepaper", - "url": "https://88b10f67-99c2-4cbf-b973-13cb422aaa60.filesusr.com/ugd/c4baae_cf7bc8952b7f4c44a493683c9ddf338b.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x71E80e96Af604Afc23Ca2AED4C1C7466DB6dd0c4/logo.png b/blockchains/smartchain/assets/0x71E80e96Af604Afc23Ca2AED4C1C7466DB6dd0c4/logo.png deleted file mode 100644 index 868f1c30d0d0a..0000000000000 Binary files a/blockchains/smartchain/assets/0x71E80e96Af604Afc23Ca2AED4C1C7466DB6dd0c4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x71aB195498b6dC1656aBb4D9233f83Ae5F19495B/info.json b/blockchains/smartchain/assets/0x71aB195498b6dC1656aBb4D9233f83Ae5F19495B/info.json deleted file mode 100644 index c16806c21ae27..0000000000000 --- a/blockchains/smartchain/assets/0x71aB195498b6dC1656aBb4D9233f83Ae5F19495B/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Marvin Inu", - "type": "BEP20", - "symbol": "MARVIN", - "decimals": 18, - "website": "https://marvininueth.com/", - "description": "Marvin INU has more than just hype backing it. The ambitious team behind this project has committed to providing multiple utilities within the ecosystem. Marvin is here to stay, not only as a tribute to Elon’s dog, but to bring you a full suite of treats, including his Launchpad, Staking, Farming, and more. ", - "explorer": "https://bscscan.com/token/0x71aB195498b6dC1656aBb4D9233f83Ae5F19495B", - "status": "active", - "id": "0x71aB195498b6dC1656aBb4D9233f83Ae5F19495B", - "links": [ - { - "name": "telegram", - "url": "https://t.me/MarvinInuofficial" - }, - { - "name": "twitter", - "url": "https://twitter.com/marvin_inu?s=21" - } - ], - "tags": [ - "memes" - ] -} diff --git a/blockchains/smartchain/assets/0x71aB195498b6dC1656aBb4D9233f83Ae5F19495B/logo.png b/blockchains/smartchain/assets/0x71aB195498b6dC1656aBb4D9233f83Ae5F19495B/logo.png deleted file mode 100644 index d10df7c636707..0000000000000 Binary files a/blockchains/smartchain/assets/0x71aB195498b6dC1656aBb4D9233f83Ae5F19495B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x71afF23750db1f4edbE32C942157a478349035b2/info.json b/blockchains/smartchain/assets/0x71afF23750db1f4edbE32C942157a478349035b2/info.json deleted file mode 100644 index de34a50293bd3..0000000000000 --- a/blockchains/smartchain/assets/0x71afF23750db1f4edbE32C942157a478349035b2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PRIVATEUM INITIATIVE", - "website": "https://privateum.org", - "description": "PRIVATEUM is a technological and legal solution based community platform that enables private assets management", - "explorer": "https://bscscan.com/token/0x71afF23750db1f4edbE32C942157a478349035b2", - "type": "BEP20", - "symbol": "PVM", - "decimals": 18, - "status": "active", - "id": "0x71afF23750db1f4edbE32C942157a478349035b2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x71afF23750db1f4edbE32C942157a478349035b2/logo.png b/blockchains/smartchain/assets/0x71afF23750db1f4edbE32C942157a478349035b2/logo.png deleted file mode 100644 index 425cbb5291ad3..0000000000000 Binary files a/blockchains/smartchain/assets/0x71afF23750db1f4edbE32C942157a478349035b2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x71be881e9C5d4465B3FfF61e89c6f3651E69B5bb/info.json b/blockchains/smartchain/assets/0x71be881e9C5d4465B3FfF61e89c6f3651E69B5bb/info.json deleted file mode 100644 index 3c97d6fc0bc6b..0000000000000 --- a/blockchains/smartchain/assets/0x71be881e9C5d4465B3FfF61e89c6f3651E69B5bb/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Brazilian Digital Token", - "type": "BEP20", - "symbol": "BRZ", - "decimals": 4, - "website": "https://www.brztoken.io/", - "description": "BRZ is a fully backed Brazilian Real stablecoin, a multi-chain digital asset that provides international liquidity and ease-of-access to both Latin Americans and international players who wish to access the Brazilian market", - "explorer": "https://bscscan.com/token/0x71be881e9C5d4465B3FfF61e89c6f3651E69B5bb", - "status": "active", - "id": "0x71be881e9C5d4465B3FfF61e89c6f3651E69B5bb" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x71be881e9C5d4465B3FfF61e89c6f3651E69B5bb/logo.png b/blockchains/smartchain/assets/0x71be881e9C5d4465B3FfF61e89c6f3651E69B5bb/logo.png deleted file mode 100644 index bf7224b6e0746..0000000000000 Binary files a/blockchains/smartchain/assets/0x71be881e9C5d4465B3FfF61e89c6f3651E69B5bb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x71e1611075800E89A460463FCDfbA3d0FEA8c01d/info.json b/blockchains/smartchain/assets/0x71e1611075800E89A460463FCDfbA3d0FEA8c01d/info.json deleted file mode 100644 index 00faeb59ac5f4..0000000000000 --- a/blockchains/smartchain/assets/0x71e1611075800E89A460463FCDfbA3d0FEA8c01d/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Aerotyne", - "type": "BEP20", - "symbol": "ATYNE", - "decimals": 9, - "website": "https://aerotynetoken.com/", - "description": "Great ideas start in a small shed! This is the first giveaway-centered, meme-based, reflective crypto token to be launching on the Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x71e1611075800e89a460463fcdfba3d0fea8c01d", - "status": "active", - "id": "0x71e1611075800E89A460463FCDfbA3d0FEA8c01d" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x71e1611075800E89A460463FCDfbA3d0FEA8c01d/logo.png b/blockchains/smartchain/assets/0x71e1611075800E89A460463FCDfbA3d0FEA8c01d/logo.png deleted file mode 100644 index b69cba78165a4..0000000000000 Binary files a/blockchains/smartchain/assets/0x71e1611075800E89A460463FCDfbA3d0FEA8c01d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x71e72DdE4152D274afD1F2DB43531Ed9E44A78Fa/info.json b/blockchains/smartchain/assets/0x71e72DdE4152D274afD1F2DB43531Ed9E44A78Fa/info.json deleted file mode 100644 index 6bd73f098daa5..0000000000000 --- a/blockchains/smartchain/assets/0x71e72DdE4152D274afD1F2DB43531Ed9E44A78Fa/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "LordToken", - "type": "BEP20", - "symbol": "LTT", - "decimals": 9, - "website": "https://lordtoken.com", - "description": "LordToken’s ambition is to fill this gap, by granting access to anyone, regardless of his level of expertise, to a comprehensive set of tools while relying on premium customer service. The same goes for crypto: blockchain technology is quite complex, but if users are offered simple ways of interacting with it along with proper customer care, they will be able to take full advantage of it.", - "explorer": "https://bscscan.com/token/0x71e72DdE4152D274afD1F2DB43531Ed9E44A78Fa", - "status": "active", - "id": "0x71e72DdE4152D274afD1F2DB43531Ed9E44A78Fa", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/lordtoken_off/" - }, - { - "name": "facebook", - "url": "https://facebook.com/LordToken-102969834974531/" - }, - { - "name": "whitepaper", - "url": "https://ico.lordtoken.com/en/register/information_document" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/lordtoken/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/lordtoken" - }, - { - "name": "telegram", - "url": "https://t.me/LordTokenGroup" - } - ], - "tags": [ - "staking", - "deflationary" - ] -} diff --git a/blockchains/smartchain/assets/0x71e72DdE4152D274afD1F2DB43531Ed9E44A78Fa/logo.png b/blockchains/smartchain/assets/0x71e72DdE4152D274afD1F2DB43531Ed9E44A78Fa/logo.png deleted file mode 100644 index c1c81990c3fa0..0000000000000 Binary files a/blockchains/smartchain/assets/0x71e72DdE4152D274afD1F2DB43531Ed9E44A78Fa/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7207Ab575daDD6025e2B334424C5eD10A0282778/info.json b/blockchains/smartchain/assets/0x7207Ab575daDD6025e2B334424C5eD10A0282778/info.json deleted file mode 100644 index 12965abef5926..0000000000000 --- a/blockchains/smartchain/assets/0x7207Ab575daDD6025e2B334424C5eD10A0282778/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "wShiba", - "website": "https://wshiba.net", - "description": "wShiba - A Pure Yield Farm Meme Token. The role of wShiba is as a yield farming token that generating returns from long-term holdings, while building a Zoopad (launchpad) for meme projects. A simple & transparent & effective project.", - "explorer": "https://bscscan.com/token/0x7207Ab575daDD6025e2B334424C5eD10A0282778", - "type": "BEP20", - "symbol": "wSHIB", - "decimals": 6, - "status": "active", - "id": "0x7207Ab575daDD6025e2B334424C5eD10A0282778" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7207Ab575daDD6025e2B334424C5eD10A0282778/logo.png b/blockchains/smartchain/assets/0x7207Ab575daDD6025e2B334424C5eD10A0282778/logo.png deleted file mode 100644 index 59670a4938062..0000000000000 Binary files a/blockchains/smartchain/assets/0x7207Ab575daDD6025e2B334424C5eD10A0282778/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x721F40adC793e951EdF2ECE86376e7a103211252/info.json b/blockchains/smartchain/assets/0x721F40adC793e951EdF2ECE86376e7a103211252/info.json deleted file mode 100644 index 28828daccb39a..0000000000000 --- a/blockchains/smartchain/assets/0x721F40adC793e951EdF2ECE86376e7a103211252/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "CCN", - "type": "BEP20", - "symbol": "CCN", - "decimals": 12, - "website": "https://ccnnetwork.co/", - "description": "The world's first 24-hour crypto currency news and analysis network.", - "explorer": "https://bscscan.com/token/0x721F40adC793e951EdF2ECE86376e7a103211252", - "status": "active", - "id": "0x721F40adC793e951EdF2ECE86376e7a103211252", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CCNnet" - }, - { - "name": "github", - "url": "https://github.com/ccnnetworkco" - }, - { - "name": "telegram", - "url": "https://t.me/ccnnetwork" - }, - { - "name": "whitepaper", - "url": "https://ccnnetwork.co/whitepaper.pdf" - }, - { - "name": "facebook", - "url": "https://facebook.com/CCNnetworkss" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/cryptocurrencynetwork/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCmBAbGxaNUXhRokbO1GCzgg" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x721F40adC793e951EdF2ECE86376e7a103211252/logo.png b/blockchains/smartchain/assets/0x721F40adC793e951EdF2ECE86376e7a103211252/logo.png deleted file mode 100644 index fb21b12f83f86..0000000000000 Binary files a/blockchains/smartchain/assets/0x721F40adC793e951EdF2ECE86376e7a103211252/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7269d98Af4aA705e0B1A5D8512FadB4d45817d5a/info.json b/blockchains/smartchain/assets/0x7269d98Af4aA705e0B1A5D8512FadB4d45817d5a/info.json deleted file mode 100644 index 2ebf6aef21480..0000000000000 --- a/blockchains/smartchain/assets/0x7269d98Af4aA705e0B1A5D8512FadB4d45817d5a/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Shirtum", - "type": "BEP20", - "symbol": "SHI", - "decimals": 18, - "website": "https://shirtum.com", - "description": "Global marketplace of digital assets, for Players and Clubs to share their stories with fans and invite them to join in collecting digital sports memorabilia directly from their idols.", - "explorer": "https://bscscan.com/token/0x7269d98Af4aA705e0B1A5D8512FadB4d45817d5a", - "status": "active", - "id": "0x7269d98Af4aA705e0B1A5D8512FadB4d45817d5a", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/shirtumapp" - }, - { - "name": "github", - "url": "https://github.com/Shirtum" - }, - { - "name": "telegram", - "url": "https://t.me/shirtum" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/es/monedas/shirtum" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7269d98Af4aA705e0B1A5D8512FadB4d45817d5a/logo.png b/blockchains/smartchain/assets/0x7269d98Af4aA705e0B1A5D8512FadB4d45817d5a/logo.png deleted file mode 100644 index 85ade7b15ee2d..0000000000000 Binary files a/blockchains/smartchain/assets/0x7269d98Af4aA705e0B1A5D8512FadB4d45817d5a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x728C5baC3C3e370E372Fc4671f9ef6916b814d8B/info.json b/blockchains/smartchain/assets/0x728C5baC3C3e370E372Fc4671f9ef6916b814d8B/info.json deleted file mode 100644 index 6fe6e603553c3..0000000000000 --- a/blockchains/smartchain/assets/0x728C5baC3C3e370E372Fc4671f9ef6916b814d8B/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "UNFI", - "website": "https://unifiprotocol.com", - "description": "Unifi Protocol DAO is a group of non-custodial, interoperable, decentralized, multi-chain smart contracts providing the building blocks for DeFi development. ", - "explorer": "https://bscscan.com/token/0x728c5bac3c3e370e372fc4671f9ef6916b814d8b", - "research": "https://research.binance.com/en/projects/unifi-protocol-dao", - "type": "BEP20", - "symbol": "UNFI", - "decimals": 18, - "status": "active", - "id": "0x728C5baC3C3e370E372Fc4671f9ef6916b814d8B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x728C5baC3C3e370E372Fc4671f9ef6916b814d8B/logo.png b/blockchains/smartchain/assets/0x728C5baC3C3e370E372Fc4671f9ef6916b814d8B/logo.png deleted file mode 100644 index 3197cc1eb68a4..0000000000000 Binary files a/blockchains/smartchain/assets/0x728C5baC3C3e370E372Fc4671f9ef6916b814d8B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x72B7D61E8fC8cF971960DD9cfA59B8C829D91991/info.json b/blockchains/smartchain/assets/0x72B7D61E8fC8cF971960DD9cfA59B8C829D91991/info.json deleted file mode 100644 index 6cc1c2e87b70e..0000000000000 --- a/blockchains/smartchain/assets/0x72B7D61E8fC8cF971960DD9cfA59B8C829D91991/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "AQUA", - "type": "BEP20", - "symbol": "AQUA", - "decimals": 18, - "website": "https://planetfinance.io/", - "description": "AQUA is a utility based cryptocurrency designed to accrue value & govern the planets.", - "explorer": "https://bscscan.com/token/0x72B7D61E8fC8cF971960DD9cfA59B8C829D91991", - "status": "active", - "id": "0x72B7D61E8fC8cF971960DD9cfA59B8C829D91991", - "links": [ - { - "name": "telegram", - "url": "https://t.me/planet_finance" - }, - { - "name": "twitter", - "url": "https://twitter.com/planet_finance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/FD5vHyh9Rv" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x72B7D61E8fC8cF971960DD9cfA59B8C829D91991/logo.png b/blockchains/smartchain/assets/0x72B7D61E8fC8cF971960DD9cfA59B8C829D91991/logo.png deleted file mode 100644 index c984b322e7537..0000000000000 Binary files a/blockchains/smartchain/assets/0x72B7D61E8fC8cF971960DD9cfA59B8C829D91991/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x72Eb1aFddB5652e0f5c7B9A6cc1C3241348b16c6/info.json b/blockchains/smartchain/assets/0x72Eb1aFddB5652e0f5c7B9A6cc1C3241348b16c6/info.json deleted file mode 100644 index 4d2195e42573f..0000000000000 --- a/blockchains/smartchain/assets/0x72Eb1aFddB5652e0f5c7B9A6cc1C3241348b16c6/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SAFEPIZZA", - "website": "https://safe-pizza.com/", - "description": "Two Missions, A Charity and Payment Token", - "explorer": "https://bscscan.com/token/0x72eb1afddb5652e0f5c7b9a6cc1c3241348b16c6", - "type": "BEP20", - "symbol": "PIZZA", - "decimals": 9, - "status": "abandoned", - "id": "0x72Eb1aFddB5652e0f5c7B9A6cc1C3241348b16c6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x72d2946094E6E57c2faDe4964777A9af2B7A51F9/info.json b/blockchains/smartchain/assets/0x72d2946094E6E57c2faDe4964777A9af2B7A51F9/info.json deleted file mode 100644 index a1e1a58f52f30..0000000000000 --- a/blockchains/smartchain/assets/0x72d2946094E6E57c2faDe4964777A9af2B7A51F9/info.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "name": "Pixl Coin", - "type": "BEP20", - "symbol": "PXLC", - "decimals": 9, - "website": "https://pixlcoin.io", - "description": "Pixl Coin fuses the world of advertising with the metaverse. Today, the crypto space is manipulated and flooded with a vast variety of different projects of which a large number are dishonest. Through Pixl's community and dedication to the values of transparency, honesty and integrity, this is a space for investors to interact with vetted and trusted projects, and for those projects to demonstrate and advertise their true value.", - "explorer": "https://bscscan.com/token/0x72d2946094E6E57c2faDe4964777A9af2B7A51F9", - "status": "active", - "id": "0x72d2946094E6E57c2faDe4964777A9af2B7A51F9", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/PIXLCoin" - }, - { - "name": "github", - "url": "https://github.com/pixlcoin" - }, - { - "name": "telegram", - "url": "https://t.me/PixlCoinOfficial" - }, - { - "name": "telegram_news", - "url": "https://t.me/PIXLUpdates" - }, - { - "name": "blog", - "url": "https://pixlcoin.io/blog" - }, - { - "name": "docs", - "url": "https://pixlcoin.io/" - }, - { - "name": "whitepaper", - "url": "https://pixlcoin.io/documents/PIXL_Coin_whitepaper_v1.01.pdf" - }, - { - "name": "discord", - "url": "https://discord.com/invite/vCJKe4V87Q" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/PixlCoin/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCapfVtQNmR444PAw8ufLK_w" - }, - { - "name": "facebook", - "url": "https://facebook.com/pixlofficial/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pixl-coin/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/pixl-coin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x72d2946094E6E57c2faDe4964777A9af2B7A51F9/logo.png b/blockchains/smartchain/assets/0x72d2946094E6E57c2faDe4964777A9af2B7A51F9/logo.png deleted file mode 100644 index 5c7bcd94dfa3f..0000000000000 Binary files a/blockchains/smartchain/assets/0x72d2946094E6E57c2faDe4964777A9af2B7A51F9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x72fAa679E1008Ad8382959FF48E392042A8b06f7/info.json b/blockchains/smartchain/assets/0x72fAa679E1008Ad8382959FF48E392042A8b06f7/info.json deleted file mode 100644 index b9201126af78f..0000000000000 --- a/blockchains/smartchain/assets/0x72fAa679E1008Ad8382959FF48E392042A8b06f7/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "AllianceBlock Token", - "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://bscscan.com/token/0x72fAa679E1008Ad8382959FF48E392042A8b06f7", - "type": "BEP20", - "symbol": "bALBT", - "decimals": 18, - "status": "active", - "id": "0x72fAa679E1008Ad8382959FF48E392042A8b06f7", - "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/smartchain/assets/0x72fAa679E1008Ad8382959FF48E392042A8b06f7/logo.png b/blockchains/smartchain/assets/0x72fAa679E1008Ad8382959FF48E392042A8b06f7/logo.png deleted file mode 100755 index 7532cfa3d5e83..0000000000000 Binary files a/blockchains/smartchain/assets/0x72fAa679E1008Ad8382959FF48E392042A8b06f7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x72fF5742319eF07061836F5C924aC6D72c919080/info.json b/blockchains/smartchain/assets/0x72fF5742319eF07061836F5C924aC6D72c919080/info.json deleted file mode 100644 index 23563aa03a09b..0000000000000 --- a/blockchains/smartchain/assets/0x72fF5742319eF07061836F5C924aC6D72c919080/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Gifto", - "type": "BEP20", - "symbol": "GFT", - "decimals": 18, - "website": "https://gifto.io/", - "description": "Gifto is a blockchain-based web3 gifting platform. Gifto's token, GFT, previously GTO, is listed on Binance since 2017 as the first-ever launchpad token on the exchange. The project is a hub for gifting blockchain gifts and is developing novelties: a web3 wallet, the Gifto store, and more.", - "explorer": "https://bscscan.com/token/0x72fF5742319eF07061836F5C924aC6D72c919080", - "status": "active", - "id": "0x72fF5742319eF07061836F5C924aC6D72c919080", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/GiftoMetaverse" - }, - { - "name": "telegram", - "url": "https://t.me/Gifto_Official" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/gifto/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com//coins/gifto/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x72fF5742319eF07061836F5C924aC6D72c919080/logo.png b/blockchains/smartchain/assets/0x72fF5742319eF07061836F5C924aC6D72c919080/logo.png deleted file mode 100644 index 1eb8ea0651d8d..0000000000000 Binary files a/blockchains/smartchain/assets/0x72fF5742319eF07061836F5C924aC6D72c919080/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7320c128e89bA4584Ab02ed1C9c96285b726443C/info.json b/blockchains/smartchain/assets/0x7320c128e89bA4584Ab02ed1C9c96285b726443C/info.json deleted file mode 100644 index a1fa946dea5b1..0000000000000 --- a/blockchains/smartchain/assets/0x7320c128e89bA4584Ab02ed1C9c96285b726443C/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Kokoswap Token", - "type": "BEP20", - "symbol": "KOKO", - "decimals": 18, - "website": "https://kokoswap.org", - "description": "Kokoswap is a unique decentralised platform that is transforming the world of crypto, NFTs & Game-Fi.", - "explorer": "https://bscscan.com/token/0x7320c128e89bA4584Ab02ed1C9c96285b726443C", - "status": "active", - "id": "0x7320c128e89bA4584Ab02ed1C9c96285b726443C", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/kokoswap/" - }, - { - "name": "telegram", - "url": "https://t.me/kokoswap" - }, - { - "name": "github", - "url": "https://github.com/Kokoswap-org" - }, - { - "name": "blog", - "url": "https://kokoswap.medium.com/" - }, - { - "name": "docs", - "url": "https://kokoswap.org/assets/pdf/kokoswap_whitepaper.pdf" - }, - { - "name": "twitter", - "url": "https://twitter.com/kokoswap" - } - ], - "tags": [ - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7320c128e89bA4584Ab02ed1C9c96285b726443C/logo.png b/blockchains/smartchain/assets/0x7320c128e89bA4584Ab02ed1C9c96285b726443C/logo.png deleted file mode 100644 index 6a331f3511a5a..0000000000000 Binary files a/blockchains/smartchain/assets/0x7320c128e89bA4584Ab02ed1C9c96285b726443C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b/info.json b/blockchains/smartchain/assets/0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b/info.json deleted file mode 100644 index 5319d41fb3924..0000000000000 --- a/blockchains/smartchain/assets/0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b/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://bscscan.com/token/0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b", - "type": "BEP20", - "symbol": "XCN", - "decimals": 18, - "status": "active", - "id": "0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b", - "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/smartchain/assets/0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b/logo.png b/blockchains/smartchain/assets/0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b/logo.png deleted file mode 100644 index ac453498ca103..0000000000000 Binary files a/blockchains/smartchain/assets/0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x73419De8E3E26A17e0E6b0436e29dd04A25B061D/info.json b/blockchains/smartchain/assets/0x73419De8E3E26A17e0E6b0436e29dd04A25B061D/info.json deleted file mode 100644 index 840376fa71500..0000000000000 --- a/blockchains/smartchain/assets/0x73419De8E3E26A17e0E6b0436e29dd04A25B061D/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "MIKU", - "type": "BEP20", - "symbol": "MIKU", - "decimals": 9, - "website": "https://mikubsc.com", - "description": "Miku is token built on binance smart chain with unique product and tokenomics, a unique original character created as a brand, a girl from heaven with blue hair and the power of wings, the goddess of trust and loyalty.", - "explorer": "https://bscscan.com/token/0x73419De8E3E26A17e0E6b0436e29dd04A25B061D", - "status": "active", - "id": "0x73419De8E3E26A17e0E6b0436e29dd04A25B061D", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MikuBSC" - }, - { - "name": "telegram", - "url": "https://t.me/MikuBSC" - }, - { - "name": "medium", - "url": "https://medium.com/@mikucoin" - }, - { - "name": "whitepaper", - "url": "https://mikucoin.gitbook.io/miku-coin-official-whitepaper/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/miku/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/miku" - } - ], - "tags": [ - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x73419De8E3E26A17e0E6b0436e29dd04A25B061D/logo.png b/blockchains/smartchain/assets/0x73419De8E3E26A17e0E6b0436e29dd04A25B061D/logo.png deleted file mode 100644 index 448723cbdec4b..0000000000000 Binary files a/blockchains/smartchain/assets/0x73419De8E3E26A17e0E6b0436e29dd04A25B061D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x734548a9e43d2D564600b1B2ed5bE9C2b911c6aB/info.json b/blockchains/smartchain/assets/0x734548a9e43d2D564600b1B2ed5bE9C2b911c6aB/info.json deleted file mode 100644 index 25a177700dd13..0000000000000 --- a/blockchains/smartchain/assets/0x734548a9e43d2D564600b1B2ed5bE9C2b911c6aB/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "PEEL Token", - "website": "https://metaapesgame.com", - "description": "PEEL is the governance token of Meta Apes, a mobile strategy game.", - "explorer": "https://bscscan.com/token/0x734548a9e43d2D564600b1B2ed5bE9C2b911c6aB", - "type": "BEP20", - "symbol": "PEEL", - "decimals": 18, - "status": "active", - "id": "0x734548a9e43d2D564600b1B2ed5bE9C2b911c6aB", - "tags": [ - "gamefi" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MetaApesGame" - }, - { - "name": "docs", - "url": "https://meta-apes.gitbook.io/meta-apes-whitepaper" - }, - { - "name": "medium", - "url": "https://medium.com/@metaapesgame" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/aave/" - } - ] -} diff --git a/blockchains/smartchain/assets/0x734548a9e43d2D564600b1B2ed5bE9C2b911c6aB/logo.png b/blockchains/smartchain/assets/0x734548a9e43d2D564600b1B2ed5bE9C2b911c6aB/logo.png deleted file mode 100644 index 098bff1b3fb0f..0000000000000 Binary files a/blockchains/smartchain/assets/0x734548a9e43d2D564600b1B2ed5bE9C2b911c6aB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x734D66f635523D7ddb7d2373C128333DA313041b/info.json b/blockchains/smartchain/assets/0x734D66f635523D7ddb7d2373C128333DA313041b/info.json deleted file mode 100644 index ba3c5b1c1d83c..0000000000000 --- a/blockchains/smartchain/assets/0x734D66f635523D7ddb7d2373C128333DA313041b/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "ZEDXION", - "type": "BEP20", - "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 Token.", - "explorer": "https://bscscan.com/token/0x734D66f635523D7ddb7d2373C128333DA313041b", - "status": "active", - "id": "0x734D66f635523D7ddb7d2373C128333DA313041b", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/zedxionc" - }, - { - "name": "telegram", - "url": "https://t.me/zedxion" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/usdz/" - } - ], - "tags": [ - "binance-peg" - ] -} diff --git a/blockchains/smartchain/assets/0x734D66f635523D7ddb7d2373C128333DA313041b/logo.png b/blockchains/smartchain/assets/0x734D66f635523D7ddb7d2373C128333DA313041b/logo.png deleted file mode 100644 index b1298b9670e23..0000000000000 Binary files a/blockchains/smartchain/assets/0x734D66f635523D7ddb7d2373C128333DA313041b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x734c5F3f8F6ad9697b26eCC6388678aaFd3dB3B2/info.json b/blockchains/smartchain/assets/0x734c5F3f8F6ad9697b26eCC6388678aaFd3dB3B2/info.json deleted file mode 100644 index 1f676da5d4658..0000000000000 --- a/blockchains/smartchain/assets/0x734c5F3f8F6ad9697b26eCC6388678aaFd3dB3B2/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "METAMUSK Token", - "website": "https://muskmetaverse.io/", - "description": "MetaMusk Token's fundamental objective is to transform the monetary system.", - "explorer": "https://bscscan.com/token/0x734c5F3f8F6ad9697b26eCC6388678aaFd3dB3B2", - "type": "BEP20", - "symbol": "METAMUSK", - "decimals": 18, - "status": "active", - "id": "0x734c5F3f8F6ad9697b26eCC6388678aaFd3dB3B2", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MUSK_METAVERSE" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/Muskmetaverse" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCGTAQ4sM-nMibpVqKelfbKw" - }, - { - "name": "telegram", - "url": "https://t.me/MuskMetaverse_Official_Channel" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/musk-metaverse/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x734c5F3f8F6ad9697b26eCC6388678aaFd3dB3B2/logo.png b/blockchains/smartchain/assets/0x734c5F3f8F6ad9697b26eCC6388678aaFd3dB3B2/logo.png deleted file mode 100644 index 9d312e5e44fbb..0000000000000 Binary files a/blockchains/smartchain/assets/0x734c5F3f8F6ad9697b26eCC6388678aaFd3dB3B2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x735EBe3Ed47877a11023B904054a0ffE44e91AB7/info.json b/blockchains/smartchain/assets/0x735EBe3Ed47877a11023B904054a0ffE44e91AB7/info.json deleted file mode 100644 index a316fcbca7e74..0000000000000 --- a/blockchains/smartchain/assets/0x735EBe3Ed47877a11023B904054a0ffE44e91AB7/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Alaska Inu", - "website": "https://alaskatoken.io/", - "description": "Alaska Inu is a 100% decentralized community experiment.", - "explorer": "https://bscscan.com/token/0x735ebe3ed47877a11023b904054a0ffe44e91ab7", - "type": "BEP20", - "symbol": "LAS", - "decimals": 18, - "status": "active", - "id": "0x735EBe3Ed47877a11023B904054a0ffE44e91AB7" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x735EBe3Ed47877a11023B904054a0ffE44e91AB7/logo.png b/blockchains/smartchain/assets/0x735EBe3Ed47877a11023B904054a0ffE44e91AB7/logo.png deleted file mode 100644 index f4fbc655f8366..0000000000000 Binary files a/blockchains/smartchain/assets/0x735EBe3Ed47877a11023B904054a0ffE44e91AB7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x737f0E47c4d4167a3eEcde5FA87306b6eEe3140e/info.json b/blockchains/smartchain/assets/0x737f0E47c4d4167a3eEcde5FA87306b6eEe3140e/info.json deleted file mode 100644 index 7ffd7550d83ee..0000000000000 --- a/blockchains/smartchain/assets/0x737f0E47c4d4167a3eEcde5FA87306b6eEe3140e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "KimJongMoon", - "type": "BEP20", - "symbol": "KIMJ", - "decimals": 9, - "website": "https://kimjongmoon.net", - "description": "KimJongMoon is a fun and unique deflationary DEFI cryptocurrency on the Binance Smart Chain network with a few development projects to be released in the near future (NFT marketplace, merch store, mini-games, and animated series).", - "explorer": "https://bscscan.com/token/0x737f0E47c4d4167a3eEcde5FA87306b6eEe3140e", - "status": "active", - "id": "0x737f0E47c4d4167a3eEcde5FA87306b6eEe3140e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x737f0E47c4d4167a3eEcde5FA87306b6eEe3140e/logo.png b/blockchains/smartchain/assets/0x737f0E47c4d4167a3eEcde5FA87306b6eEe3140e/logo.png deleted file mode 100644 index 599738372e509..0000000000000 Binary files a/blockchains/smartchain/assets/0x737f0E47c4d4167a3eEcde5FA87306b6eEe3140e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x738d96Caf7096659DB4C1aFbf1E1BDFD281f388C/info.json b/blockchains/smartchain/assets/0x738d96Caf7096659DB4C1aFbf1E1BDFD281f388C/info.json deleted file mode 100644 index 7186dd12318fa..0000000000000 --- a/blockchains/smartchain/assets/0x738d96Caf7096659DB4C1aFbf1E1BDFD281f388C/info.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Ankr Staked MATIC", - "type": "BEP20", - "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://bscscan.com/token/0x738d96caf7096659db4c1afbf1e1bdfd281f388c", - "status": "active", - "id": "0x738d96Caf7096659DB4C1aFbf1E1BDFD281f388C", - "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/smartchain/assets/0x738d96Caf7096659DB4C1aFbf1E1BDFD281f388C/logo.png b/blockchains/smartchain/assets/0x738d96Caf7096659DB4C1aFbf1E1BDFD281f388C/logo.png deleted file mode 100644 index 22d28ab4739aa..0000000000000 Binary files a/blockchains/smartchain/assets/0x738d96Caf7096659DB4C1aFbf1E1BDFD281f388C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x738f3810b3dA0F3e6dC8C689D0d72f3b4992c43b/info.json b/blockchains/smartchain/assets/0x738f3810b3dA0F3e6dC8C689D0d72f3b4992c43b/info.json deleted file mode 100644 index c83de686f1862..0000000000000 --- a/blockchains/smartchain/assets/0x738f3810b3dA0F3e6dC8C689D0d72f3b4992c43b/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream Band Protocol Token", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0x738f3810b3dA0F3e6dC8C689D0d72f3b4992c43b", - "type": "BEP20", - "symbol": "crBAND", - "decimals": 8, - "status": "active", - "id": "0x738f3810b3dA0F3e6dC8C689D0d72f3b4992c43b", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x738f3810b3dA0F3e6dC8C689D0d72f3b4992c43b/logo.png b/blockchains/smartchain/assets/0x738f3810b3dA0F3e6dC8C689D0d72f3b4992c43b/logo.png deleted file mode 100644 index a0c8cfd9a570f..0000000000000 Binary files a/blockchains/smartchain/assets/0x738f3810b3dA0F3e6dC8C689D0d72f3b4992c43b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x739e81BCd49854d7BDF526302989f14A2E7994B2/info.json b/blockchains/smartchain/assets/0x739e81BCd49854d7BDF526302989f14A2E7994B2/info.json deleted file mode 100644 index 70ee3ee43c321..0000000000000 --- a/blockchains/smartchain/assets/0x739e81BCd49854d7BDF526302989f14A2E7994B2/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Centcex", - "type": "BEP20", - "symbol": "CENX", - "decimals": 9, - "website": "https://centcex.com", - "description": "Centcex is designed to build blockchain apps ", - "explorer": "https://bscscan.com/token/0x739e81bcd49854d7bdf526302989f14a2e7994b2", - "status": "active", - "id": "0x739e81BCd49854d7BDF526302989f14A2E7994B2", - "links": [ - { - "name": "telegram", - "url": "https://t.me/centcex" - }, - { - "name": "twitter", - "url": "https://twitter.com/centcex" - } - ], - "tags": [ - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x739e81BCd49854d7BDF526302989f14A2E7994B2/logo.png b/blockchains/smartchain/assets/0x739e81BCd49854d7BDF526302989f14A2E7994B2/logo.png deleted file mode 100644 index c4e8d94b1a3c0..0000000000000 Binary files a/blockchains/smartchain/assets/0x739e81BCd49854d7BDF526302989f14A2E7994B2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7403802c0FFeE2d83FB13513e23aAF4a3a9C69f0/info.json b/blockchains/smartchain/assets/0x7403802c0FFeE2d83FB13513e23aAF4a3a9C69f0/info.json deleted file mode 100644 index 4ee11a010daa3..0000000000000 --- a/blockchains/smartchain/assets/0x7403802c0FFeE2d83FB13513e23aAF4a3a9C69f0/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Green Chart", - "type": "BEP20", - "symbol": "GREEN", - "decimals": 18, - "website": "https://green-chart.com/ ", - "description": "Green Chart provides a secure platform for yield farming for it's holders via staking rewards with a fixed APY compounding. ", - "explorer": "https://bscscan.com/token/0x7403802c0FFeE2d83FB13513e23aAF4a3a9C69f0", - "status": "active", - "id": "0x7403802c0FFeE2d83FB13513e23aAF4a3a9C69f0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/GreenChartBSC" - }, - { - "name": "telegram", - "url": "https://t.me/greenchartbsc" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/green-chart/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7403802c0FFeE2d83FB13513e23aAF4a3a9C69f0/logo.png b/blockchains/smartchain/assets/0x7403802c0FFeE2d83FB13513e23aAF4a3a9C69f0/logo.png deleted file mode 100644 index beb8f70c36159..0000000000000 Binary files a/blockchains/smartchain/assets/0x7403802c0FFeE2d83FB13513e23aAF4a3a9C69f0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x741F72BC9E29f662F2Eb41c5aB450A2cA33bE57D/info.json b/blockchains/smartchain/assets/0x741F72BC9E29f662F2Eb41c5aB450A2cA33bE57D/info.json deleted file mode 100644 index edeaae4d6ca8b..0000000000000 --- a/blockchains/smartchain/assets/0x741F72BC9E29f662F2Eb41c5aB450A2cA33bE57D/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Deez Nuts", - "website": "https://www.deeznutscoin.com", - "description": "DEEZNUTS is based on the popular “deeznuts” Internet meme but represents itself as a charity coin. DEEZNUTS Coin was created to raise awareness and funds for cancer research, while also leveraging the viral and humorous aspect of the meme. The coin is now trending and supported by a list of celebrities and billionaires from around the world that are helping to promote the charitable cause.", - "explorer": "https://bscscan.com/token/0x741F72BC9E29f662F2Eb41c5aB450A2cA33bE57D", - "type": "BEP20", - "symbol": "DEEZNUTS", - "decimals": 18, - "status": "active", - "id": "0x741F72BC9E29f662F2Eb41c5aB450A2cA33bE57D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x741F72BC9E29f662F2Eb41c5aB450A2cA33bE57D/logo.png b/blockchains/smartchain/assets/0x741F72BC9E29f662F2Eb41c5aB450A2cA33bE57D/logo.png deleted file mode 100644 index 083621b495873..0000000000000 Binary files a/blockchains/smartchain/assets/0x741F72BC9E29f662F2Eb41c5aB450A2cA33bE57D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x743370645599ad355c90744d7e9388426Ad52d1c/info.json b/blockchains/smartchain/assets/0x743370645599ad355c90744d7e9388426Ad52d1c/info.json deleted file mode 100644 index 7961a0b6b41f1..0000000000000 --- a/blockchains/smartchain/assets/0x743370645599ad355c90744d7e9388426Ad52d1c/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SiaCashCoin", - "website": "https://www.siacashcoin.com", - "description": "The SiaCashCoin ecosystem will bring about a revolution in the way your precious data will be stored, secured, and protected.", - "explorer": "https://bscscan.com/token/0x743370645599ad355c90744d7e9388426ad52d1c", - "type": "BEP20", - "symbol": "BSCC", - "decimals": 18, - "status": "active", - "id": "0x743370645599ad355c90744d7e9388426Ad52d1c" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x743370645599ad355c90744d7e9388426Ad52d1c/logo.png b/blockchains/smartchain/assets/0x743370645599ad355c90744d7e9388426Ad52d1c/logo.png deleted file mode 100644 index d831a9de66226..0000000000000 Binary files a/blockchains/smartchain/assets/0x743370645599ad355c90744d7e9388426Ad52d1c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x746E53502e50A7eB0c1EAbaA6A99eEF970F47685/info.json b/blockchains/smartchain/assets/0x746E53502e50A7eB0c1EAbaA6A99eEF970F47685/info.json deleted file mode 100644 index 8da43d2eb4e34..0000000000000 --- a/blockchains/smartchain/assets/0x746E53502e50A7eB0c1EAbaA6A99eEF970F47685/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Xiaoji.cash", - "website": "http://Xiaoji.cash", - "description": "Xiaoji.cash is the Crypto currency on the Binance Smart Chain. ", - "explorer": "https://bscscan.com/token/0x746e53502e50a7eb0c1eabaa6a99eef970f47685", - "type": "BEP20", - "symbol": "Ji", - "decimals": 18, - "status": "active", - "id": "0x746E53502e50A7eB0c1EAbaA6A99eEF970F47685" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x746E53502e50A7eB0c1EAbaA6A99eEF970F47685/logo.png b/blockchains/smartchain/assets/0x746E53502e50A7eB0c1EAbaA6A99eEF970F47685/logo.png deleted file mode 100644 index 8e9e8c5369054..0000000000000 Binary files a/blockchains/smartchain/assets/0x746E53502e50A7eB0c1EAbaA6A99eEF970F47685/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x748AD98b14C814B28812eB42ad219C8672909879/info.json b/blockchains/smartchain/assets/0x748AD98b14C814B28812eB42ad219C8672909879/info.json deleted file mode 100644 index dea6fc9f2e7f4..0000000000000 --- a/blockchains/smartchain/assets/0x748AD98b14C814B28812eB42ad219C8672909879/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Dice", - "type": "BEP20", - "symbol": "DICE", - "decimals": 18, - "website": "https://dice.finance/", - "description": "-", - "explorer": "https://bscscan.com/token/0x748AD98b14C814B28812eB42ad219C8672909879", - "status": "active", - "id": "0x748AD98b14C814B28812eB42ad219C8672909879" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x748AD98b14C814B28812eB42ad219C8672909879/logo.png b/blockchains/smartchain/assets/0x748AD98b14C814B28812eB42ad219C8672909879/logo.png deleted file mode 100644 index 4ece0377a3d5c..0000000000000 Binary files a/blockchains/smartchain/assets/0x748AD98b14C814B28812eB42ad219C8672909879/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x74AFe449D1BEFfc90456CfEbD700AB391abD7DAF/info.json b/blockchains/smartchain/assets/0x74AFe449D1BEFfc90456CfEbD700AB391abD7DAF/info.json deleted file mode 100644 index 10d51dfe589bf..0000000000000 --- a/blockchains/smartchain/assets/0x74AFe449D1BEFfc90456CfEbD700AB391abD7DAF/info.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "EG Token", - "type": "BEP20", - "symbol": "EG", - "decimals": 18, - "website": "https://egtoken.io/", - "description": "EG is a community-owned token at the heart of a powerful ecosystem. From enterprise integration to real-world giving, EG is at the forefront of meaningful social impact with crypto.", - "explorer": "https://bscscan.com/token/0x74AFe449D1BEFfc90456CfEbD700AB391abD7DAF", - "status": "active", - "id": "0x74AFe449D1BEFfc90456CfEbD700AB391abD7DAF", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/elongateog" - }, - { - "name": "github", - "url": "https://github.com/EG-Ecosystem" - }, - { - "name": "telegram", - "url": "https://t.me/ElonGateChat" - }, - { - "name": "whitepaper", - "url": "https://wiki.elongate.cc/elongate/whitepaper" - }, - { - "name": "discord", - "url": "https://discord.com/invite/elongate" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCDkstMh4GixgbvrkcJuBiuA" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/eg-token" - }, - { - "name": "source_code", - "url": "https://bscscan.com/token/0x74AFe449D1BEFfc90456CfEbD700AB391abD7DAF#code" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/ElonGateToken" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x74AFe449D1BEFfc90456CfEbD700AB391abD7DAF/logo.png b/blockchains/smartchain/assets/0x74AFe449D1BEFfc90456CfEbD700AB391abD7DAF/logo.png deleted file mode 100644 index e501e346f6761..0000000000000 Binary files a/blockchains/smartchain/assets/0x74AFe449D1BEFfc90456CfEbD700AB391abD7DAF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x74B3abB94e9e1ECc25Bd77d6872949B4a9B2aACF/info.json b/blockchains/smartchain/assets/0x74B3abB94e9e1ECc25Bd77d6872949B4a9B2aACF/info.json deleted file mode 100644 index e6db862b146cc..0000000000000 --- a/blockchains/smartchain/assets/0x74B3abB94e9e1ECc25Bd77d6872949B4a9B2aACF/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DeFireX on BSC", - "website": "https://defirex.org", - "description": "DeFireX provides an opportunity to earn in DeFi with minimum risks. Its DeFi service works directly with Venus and offers profitable and reliable yield farming in BUSD, USDT, BNB, DAI, DFX, ETH and other tokens.", - "explorer": "https://bscscan.com/token/0x74B3abB94e9e1ECc25Bd77d6872949B4a9B2aACF", - "type": "BEP20", - "symbol": "DFX", - "decimals": 18, - "status": "active", - "id": "0x74B3abB94e9e1ECc25Bd77d6872949B4a9B2aACF" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x74B3abB94e9e1ECc25Bd77d6872949B4a9B2aACF/logo.png b/blockchains/smartchain/assets/0x74B3abB94e9e1ECc25Bd77d6872949B4a9B2aACF/logo.png deleted file mode 100644 index 77a9e3e3828eb..0000000000000 Binary files a/blockchains/smartchain/assets/0x74B3abB94e9e1ECc25Bd77d6872949B4a9B2aACF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x74CFD109898fe125737e8081D2A8DF4F318305cC/info.json b/blockchains/smartchain/assets/0x74CFD109898fe125737e8081D2A8DF4F318305cC/info.json deleted file mode 100644 index 248e647e462a1..0000000000000 --- a/blockchains/smartchain/assets/0x74CFD109898fe125737e8081D2A8DF4F318305cC/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bitcoin ELON", - "website": "https://bitcoinelon.org", - "description": "The Memes Token", - "explorer": "https://bscscan.com/token/0x74CFD109898fe125737e8081D2A8DF4F318305cC", - "symbol": "BTCELON", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x74CFD109898fe125737e8081D2A8DF4F318305cC" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x74CFD109898fe125737e8081D2A8DF4F318305cC/logo.png b/blockchains/smartchain/assets/0x74CFD109898fe125737e8081D2A8DF4F318305cC/logo.png deleted file mode 100644 index 78e1d2d0c0f53..0000000000000 Binary files a/blockchains/smartchain/assets/0x74CFD109898fe125737e8081D2A8DF4F318305cC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x74f08aF7528Ffb751e3A435ddD779b5C4565e684/info.json b/blockchains/smartchain/assets/0x74f08aF7528Ffb751e3A435ddD779b5C4565e684/info.json deleted file mode 100644 index 021eb1b3aeced..0000000000000 --- a/blockchains/smartchain/assets/0x74f08aF7528Ffb751e3A435ddD779b5C4565e684/info.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "King Finance", - "type": "BEP20", - "symbol": "KING", - "decimals": 9, - "website": "https://kingworld.finance/", - "description": "KING is the parent company developing three of the most innovative services in decentralised finance: King Floki, King Land, & King Pad.", - "explorer": "https://bscscan.com/token/0x74f08aF7528Ffb751e3A435ddD779b5C4565e684", - "status": "active", - "id": "0x74f08aF7528Ffb751e3A435ddD779b5C4565e684", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/kingfinance" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/KingFinance/" - }, - { - "name": "telegram", - "url": "https://t.me/KlNGfinance" - }, - { - "name": "telegram_news", - "url": "https://t.me/kingannouncements" - }, - { - "name": "discord", - "url": "https://discord.com/invite/kingfinance" - }, - { - "name": "whitepaper", - "url": "https://king-finance.gitbook.io/king-whitepaper/" - }, - { - "name": "medium", - "url": "https://medium.com/@kingfinance" - }, - { - "name": "youtube", - "url": "https://youtube.com/@kingfinanceco" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/king/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/king-finance/" - } - ], - "tags": [ - "staking", - "nft", - "gamefi", - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x74f08aF7528Ffb751e3A435ddD779b5C4565e684/logo.png b/blockchains/smartchain/assets/0x74f08aF7528Ffb751e3A435ddD779b5C4565e684/logo.png deleted file mode 100644 index ce8521806bf7d..0000000000000 Binary files a/blockchains/smartchain/assets/0x74f08aF7528Ffb751e3A435ddD779b5C4565e684/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x74f3a669A8f35010F6f8811c495c0A5F60c5d04d/info.json b/blockchains/smartchain/assets/0x74f3a669A8f35010F6f8811c495c0A5F60c5d04d/info.json deleted file mode 100644 index 6434e706bf3e3..0000000000000 --- a/blockchains/smartchain/assets/0x74f3a669A8f35010F6f8811c495c0A5F60c5d04d/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SMEGMARS", - "type": "BEP20", - "symbol": "SMGM", - "decimals": 10, - "website": "https://www.smegmars.space", - "description": "Tired of only going to the moon? Come to Mars instead! SpaceX's aspirational goal has been to land the first humans on Mars by 2024, but don’t wait until then. Let us take you there right now! We are a community-driven project that has implemented some of the best tokenomics around. Our goal is simple: end testicular cancer", - "explorer": "https://bscscan.com/token/0x74f3a669A8f35010F6f8811c495c0A5F60c5d04d", - "status": "active", - "id": "0x74f3a669A8f35010F6f8811c495c0A5F60c5d04d" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x74f3a669A8f35010F6f8811c495c0A5F60c5d04d/logo.png b/blockchains/smartchain/assets/0x74f3a669A8f35010F6f8811c495c0A5F60c5d04d/logo.png deleted file mode 100644 index 6999f94466f1c..0000000000000 Binary files a/blockchains/smartchain/assets/0x74f3a669A8f35010F6f8811c495c0A5F60c5d04d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x75344E5693ed5ecAdF4f292fFeb866c2cF8afCF1/info.json b/blockchains/smartchain/assets/0x75344E5693ed5ecAdF4f292fFeb866c2cF8afCF1/info.json deleted file mode 100644 index 19cb31ba2d594..0000000000000 --- a/blockchains/smartchain/assets/0x75344E5693ed5ecAdF4f292fFeb866c2cF8afCF1/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Saber (Portal)", - "type": "BEP20", - "symbol": "SBR", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://saber.so/", - "explorer": "https://bscscan.com/token/0x75344E5693ed5ecAdF4f292fFeb866c2cF8afCF1", - "status": "active", - "id": "0x75344E5693ed5ecAdF4f292fFeb866c2cF8afCF1", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x75344E5693ed5ecAdF4f292fFeb866c2cF8afCF1/logo.png b/blockchains/smartchain/assets/0x75344E5693ed5ecAdF4f292fFeb866c2cF8afCF1/logo.png deleted file mode 100644 index 20b80f3340234..0000000000000 Binary files a/blockchains/smartchain/assets/0x75344E5693ed5ecAdF4f292fFeb866c2cF8afCF1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7559C49c3Aec50E763A486bB232fA8d0d76078e4/info.json b/blockchains/smartchain/assets/0x7559C49c3Aec50E763A486bB232fA8d0d76078e4/info.json deleted file mode 100644 index c5163693d96f7..0000000000000 --- a/blockchains/smartchain/assets/0x7559C49c3Aec50E763A486bB232fA8d0d76078e4/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Artrade Token", - "type": "BEP20", - "symbol": "ATR", - "decimals": 9, - "website": "https://www.artrade.app/fr", - "description": "Artrade is an all-in-one art platform, secured by blockchain technology, helping creators sell their work at fair prices and connect with their community. Our platform is designed for both digital and traditional artists, curators, and collectors. Artrade stands out with its focus on content, protection from crypto volatility, and fostering connections within the art world. Whether you're an artist or a collector, Artrade is the place to be.", - "explorer": "https://bscscan.com/token/0x7559C49c3Aec50E763A486bB232fA8d0d76078e4", - "status": "active", - "id": "0x7559C49c3Aec50E763A486bB232fA8d0d76078e4", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ArtradeApp" - }, - { - "name": "github", - "url": "https://github.com/artradeapp/" - }, - { - "name": "telegram", - "url": "https://t.me/ArtradeEnglish" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCj5xp_nfvY01RVLT45_lOWQ" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7559C49c3Aec50E763A486bB232fA8d0d76078e4/logo.png b/blockchains/smartchain/assets/0x7559C49c3Aec50E763A486bB232fA8d0d76078e4/logo.png deleted file mode 100644 index 6b18ca203bf15..0000000000000 Binary files a/blockchains/smartchain/assets/0x7559C49c3Aec50E763A486bB232fA8d0d76078e4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x755f34709E369D37C6Fa52808aE84A32007d1155/info.json b/blockchains/smartchain/assets/0x755f34709E369D37C6Fa52808aE84A32007d1155/info.json deleted file mode 100644 index 0102deaa17fa1..0000000000000 --- a/blockchains/smartchain/assets/0x755f34709E369D37C6Fa52808aE84A32007d1155/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Nabox Token", - "website": "https://nabox.io/", - "description": "Nabox aims to allow users to utilize their digital assets across chains at the click of a button.", - "explorer": "https://bscscan.com/token/0x755f34709E369D37C6Fa52808aE84A32007d1155", - "type": "BEP20", - "symbol": "NABOX", - "decimals": 18, - "status": "active", - "id": "0x755f34709E369D37C6Fa52808aE84A32007d1155", - "links": [ - { - "name": "telegram", - "url": "https://t.me/naboxcommunity" - }, - { - "name": "twitter", - "url": "https://twitter.com/naboxwallet" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/nabox/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x755f34709E369D37C6Fa52808aE84A32007d1155/logo.png b/blockchains/smartchain/assets/0x755f34709E369D37C6Fa52808aE84A32007d1155/logo.png deleted file mode 100644 index ee3475dce8027..0000000000000 Binary files a/blockchains/smartchain/assets/0x755f34709E369D37C6Fa52808aE84A32007d1155/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7565ab68D3F9DaDff127F864103C8c706Cf28235/info.json b/blockchains/smartchain/assets/0x7565ab68D3F9DaDff127F864103C8c706Cf28235/info.json deleted file mode 100644 index 808c36d4f0db4..0000000000000 --- a/blockchains/smartchain/assets/0x7565ab68D3F9DaDff127F864103C8c706Cf28235/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "TrustFi Network Token", - "website": "https://trustfi.org/", - "description": "TFI is the native token of TrustFi Network, a decentralized BaaS solution for DeFi market based on multichain environment.", - "explorer": "https://bscscan.com/token/0x7565ab68D3F9DaDff127F864103C8c706Cf28235", - "type": "BEP20", - "symbol": "TFI", - "decimals": 18, - "status": "active", - "id": "0x7565ab68D3F9DaDff127F864103C8c706Cf28235", - "links": [ - { - "name": "telegram", - "url": "https://t.me/trustfi_fans" - }, - { - "name": "twitter", - "url": "https://twitter.com/trustfiorg" - }, - { - "name": "blog", - "url": "https://medium.com/@trustfi" - }, - { - "name": "whitepaper", - "url": "https://docs.trustfi.org/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/trustfi-network-token" - } - ] -} diff --git a/blockchains/smartchain/assets/0x7565ab68D3F9DaDff127F864103C8c706Cf28235/logo.png b/blockchains/smartchain/assets/0x7565ab68D3F9DaDff127F864103C8c706Cf28235/logo.png deleted file mode 100644 index 9e3076953642a..0000000000000 Binary files a/blockchains/smartchain/assets/0x7565ab68D3F9DaDff127F864103C8c706Cf28235/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7576FdBbE682EAD7dA1f764a07190C1fd16201CD/info.json b/blockchains/smartchain/assets/0x7576FdBbE682EAD7dA1f764a07190C1fd16201CD/info.json deleted file mode 100644 index 73533fd0cdd66..0000000000000 --- a/blockchains/smartchain/assets/0x7576FdBbE682EAD7dA1f764a07190C1fd16201CD/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CatInu", - "website": "https://catinu.net", - "description": "CAT Token - created for people who love cats.", - "explorer": "https://bscscan.com/token/0x7576FdBbE682EAD7dA1f764a07190C1fd16201CD", - "type": "BEP20", - "symbol": "CatInu", - "decimals": 9, - "status": "active", - "id": "0x7576FdBbE682EAD7dA1f764a07190C1fd16201CD" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7576FdBbE682EAD7dA1f764a07190C1fd16201CD/logo.png b/blockchains/smartchain/assets/0x7576FdBbE682EAD7dA1f764a07190C1fd16201CD/logo.png deleted file mode 100644 index 8c9e58a4dfab7..0000000000000 Binary files a/blockchains/smartchain/assets/0x7576FdBbE682EAD7dA1f764a07190C1fd16201CD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x75856ea207CE7194E4E65c334BEc143D77701E4a/info.json b/blockchains/smartchain/assets/0x75856ea207CE7194E4E65c334BEc143D77701E4a/info.json deleted file mode 100644 index a45efbfbe07ae..0000000000000 --- a/blockchains/smartchain/assets/0x75856ea207CE7194E4E65c334BEc143D77701E4a/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "MiniSports Token", - "type": "BEP20", - "symbol": "MiniSports", - "decimals": 9, - "website": "https://minisportstoken.com/", - "description": "MiniSports is a sports based community token developed mainly to create a safehaven for sports lovers.", - "explorer": "https://bscscan.com/token/0x75856ea207CE7194E4E65c334BEc143D77701E4a", - "status": "active", - "id": "0x75856ea207CE7194E4E65c334BEc143D77701E4a", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MiniSportsToken" - }, - { - "name": "telegram", - "url": "https://t.me/MiniSportsToken" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x75856ea207CE7194E4E65c334BEc143D77701E4a/logo.png b/blockchains/smartchain/assets/0x75856ea207CE7194E4E65c334BEc143D77701E4a/logo.png deleted file mode 100644 index 74a9aae688221..0000000000000 Binary files a/blockchains/smartchain/assets/0x75856ea207CE7194E4E65c334BEc143D77701E4a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x758d08864fB6cCE3062667225ca10b8F00496cc2/info.json b/blockchains/smartchain/assets/0x758d08864fB6cCE3062667225ca10b8F00496cc2/info.json deleted file mode 100644 index 96efdee4ed760..0000000000000 --- a/blockchains/smartchain/assets/0x758d08864fB6cCE3062667225ca10b8F00496cc2/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://bscscan.com/token/0x758d08864fb6cce3062667225ca10b8f00496cc2", - "type": "BEP20", - "symbol": "NAOS", - "decimals": 18, - "status": "active", - "id": "0x758d08864fB6cCE3062667225ca10b8F00496cc2", - "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/smartchain/assets/0x758d08864fB6cCE3062667225ca10b8F00496cc2/logo.png b/blockchains/smartchain/assets/0x758d08864fB6cCE3062667225ca10b8F00496cc2/logo.png deleted file mode 100644 index 1a5ed5ba3aa84..0000000000000 Binary files a/blockchains/smartchain/assets/0x758d08864fB6cCE3062667225ca10b8F00496cc2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x75aFA9915B2210Cd6329E820af0365e932bC1dd5/info.json b/blockchains/smartchain/assets/0x75aFA9915B2210Cd6329E820af0365e932bC1dd5/info.json deleted file mode 100644 index b7cedd22c7df3..0000000000000 --- a/blockchains/smartchain/assets/0x75aFA9915B2210Cd6329E820af0365e932bC1dd5/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Smurfs INU", - "type": "BEP20", - "symbol": "SMURF", - "decimals": 9, - "website": "https://smurfsinu.com", - "description": "SmurfsINU is designed to create a complex ecosystem in which DeFi and Metaverse are integrated together. Crypto users will access all DeFi & Metaverse services quickly, cheaply and effectively with only SmurfsINU platforms. For this, we are building the SmurfsVerse world and the SmurfINU DexWallet application. In addition, SmurfsINU is making special preparations for FIFA WorldCup Qatar 2022 and aims to be the mascot of the tournament.", - "explorer": "https://bscscan.com/token/0x75afa9915b2210cd6329e820af0365e932bc1dd5", - "status": "active", - "id": "0x75aFA9915B2210Cd6329E820af0365e932bC1dd5", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/smurfsinu_" - }, - { - "name": "telegram", - "url": "https://t.me/smurfsinu" - } - ], - "tags": [ - "gamefi", - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x75aFA9915B2210Cd6329E820af0365e932bC1dd5/logo.png b/blockchains/smartchain/assets/0x75aFA9915B2210Cd6329E820af0365e932bC1dd5/logo.png deleted file mode 100644 index 7d5d7d9ff3b51..0000000000000 Binary files a/blockchains/smartchain/assets/0x75aFA9915B2210Cd6329E820af0365e932bC1dd5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x75cc1fa47790b1D191061cC7d631Cbe65129AABC/info.json b/blockchains/smartchain/assets/0x75cc1fa47790b1D191061cC7d631Cbe65129AABC/info.json deleted file mode 100644 index 419749c2d79f1..0000000000000 --- a/blockchains/smartchain/assets/0x75cc1fa47790b1D191061cC7d631Cbe65129AABC/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Doge DeFi", - "website": "https://www.dogedf.com/", - "explorer": "https://bscscan.com/token/0x75cc1fa47790b1D191061cC7d631Cbe65129AABC", - "description": "Decentralized financial service system. It is expected to provide the most powerful platform for decentralized trading and borrowing ", - "type": "BEP20", - "symbol": "DogeDF", - "decimals": 9, - "status": "active", - "id": "0x75cc1fa47790b1D191061cC7d631Cbe65129AABC" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x75cc1fa47790b1D191061cC7d631Cbe65129AABC/logo.png b/blockchains/smartchain/assets/0x75cc1fa47790b1D191061cC7d631Cbe65129AABC/logo.png deleted file mode 100644 index b81c5327dde7e..0000000000000 Binary files a/blockchains/smartchain/assets/0x75cc1fa47790b1D191061cC7d631Cbe65129AABC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x75dffAf163D67591fDCa3907a50655dB3a5516Ed/info.json b/blockchains/smartchain/assets/0x75dffAf163D67591fDCa3907a50655dB3a5516Ed/info.json deleted file mode 100644 index 20cfe05246c8c..0000000000000 --- a/blockchains/smartchain/assets/0x75dffAf163D67591fDCa3907a50655dB3a5516Ed/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Glitchy Token", - "website": "https://glitchy.wtf", - "description": "TODO", - "explorer": "https://bscscan.com/token/0x75dffAf163D67591fDCa3907a50655dB3a5516Ed", - "type": "BEP20", - "symbol": "Glitchy", - "decimals": 18, - "status": "active", - "id": "0x75dffAf163D67591fDCa3907a50655dB3a5516Ed" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x75dffAf163D67591fDCa3907a50655dB3a5516Ed/logo.png b/blockchains/smartchain/assets/0x75dffAf163D67591fDCa3907a50655dB3a5516Ed/logo.png deleted file mode 100644 index cf0d17e7c20d3..0000000000000 Binary files a/blockchains/smartchain/assets/0x75dffAf163D67591fDCa3907a50655dB3a5516Ed/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x75e3CF3DC6748ff6c92FE77646bE7d2fdFdFA623/info.json b/blockchains/smartchain/assets/0x75e3CF3DC6748ff6c92FE77646bE7d2fdFdFA623/info.json deleted file mode 100644 index f534f622dfeb0..0000000000000 --- a/blockchains/smartchain/assets/0x75e3CF3DC6748ff6c92FE77646bE7d2fdFdFA623/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafePanda", - "website": "https://safepanda.net/", - "description": "Frictionless Yield & Liquidity Generation Token, Panda & Environmental Charity focused that rewards our community & our token holders.", - "explorer": "https://bscscan.com/token/0x75e3cf3dc6748ff6c92fe77646be7d2fdfdfa623", - "type": "BEP20", - "symbol": "SPND", - "decimals": 9, - "status": "active", - "id": "0x75e3CF3DC6748ff6c92FE77646bE7d2fdFdFA623" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x75e3CF3DC6748ff6c92FE77646bE7d2fdFdFA623/logo.png b/blockchains/smartchain/assets/0x75e3CF3DC6748ff6c92FE77646bE7d2fdFdFA623/logo.png deleted file mode 100644 index 2340e4044394f..0000000000000 Binary files a/blockchains/smartchain/assets/0x75e3CF3DC6748ff6c92FE77646bE7d2fdFdFA623/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x75f53011f6D51C60e6DCbf54A8B1bCB54f07F0C9/info.json b/blockchains/smartchain/assets/0x75f53011f6D51C60e6DCbf54A8B1bCB54f07F0C9/info.json deleted file mode 100644 index 5799cc0999936..0000000000000 --- a/blockchains/smartchain/assets/0x75f53011f6D51C60e6DCbf54A8B1bCB54f07F0C9/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "GLMS Token", - "website": "https://www.glimpsenft.com/", - "description": "GLMS is the native token of the Glimpse social media application.", - "explorer": "https://bscscan.com/token/0x75f53011f6D51C60e6DCbf54A8B1bCB54f07F0C9", - "type": "BEP20", - "symbol": "GLMS", - "decimals": 18, - "status": "active", - "id": "0x75f53011f6D51C60e6DCbf54A8B1bCB54f07F0C9", - "links": [ - { - "name": "telegram", - "url": "https://t.me/glimpsetoken" - }, - { - "name": "twitter", - "url": "https://twitter.com/glimpse_nft" - }, - { - "name": "medium", - "url": "https://medium.com/@glimpsenft" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/glimpse/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCaHAkMglUoB9BhGOUBztgAQ" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x75f53011f6D51C60e6DCbf54A8B1bCB54f07F0C9/logo.png b/blockchains/smartchain/assets/0x75f53011f6D51C60e6DCbf54A8B1bCB54f07F0C9/logo.png deleted file mode 100644 index 1ee994b7d4791..0000000000000 Binary files a/blockchains/smartchain/assets/0x75f53011f6D51C60e6DCbf54A8B1bCB54f07F0C9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x762539b45A1dCcE3D36d080F74d1AED37844b878/info.json b/blockchains/smartchain/assets/0x762539b45A1dCcE3D36d080F74d1AED37844b878/info.json deleted file mode 100644 index 98bb8fce6af74..0000000000000 --- a/blockchains/smartchain/assets/0x762539b45A1dCcE3D36d080F74d1AED37844b878/info.json +++ /dev/null @@ -1,33 +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://bscscan.com/token/0x762539b45a1dcce3d36d080f74d1aed37844b878", - "type": "BEP20", - "symbol": "LINA", - "decimals": 18, - "status": "active", - "id": "0x762539b45A1dCcE3D36d080F74d1AED37844b878", - "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/smartchain/assets/0x762539b45A1dCcE3D36d080F74d1AED37844b878/logo.png b/blockchains/smartchain/assets/0x762539b45A1dCcE3D36d080F74d1AED37844b878/logo.png deleted file mode 100644 index c08b923c04a07..0000000000000 Binary files a/blockchains/smartchain/assets/0x762539b45A1dCcE3D36d080F74d1AED37844b878/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x762a68697D7c8A0078Bd1d79BD50d0F2ef8A8AaF/info.json b/blockchains/smartchain/assets/0x762a68697D7c8A0078Bd1d79BD50d0F2ef8A8AaF/info.json deleted file mode 100644 index 89ff737101483..0000000000000 --- a/blockchains/smartchain/assets/0x762a68697D7c8A0078Bd1d79BD50d0F2ef8A8AaF/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Sharpei ", - "type": "BEP20", - "symbol": "SHAB", - "decimals": 18, - "website": "https://sharpei.network/", - "description": "SHAB(Sharpei) was founded by Doge army and SHIB arm etc. SHAB community is decentralized. Creators of SHAB expect that SHAB community take power autonomously.The total supply of SHAB is 1,000,000,000,000,000, with no pre-sale, no team reservation. The private key has been threw away thoroughly. SHAB can be swapped in Pancakeswap of Binance ecosystem.", - "explorer": "https://bscscan.com/token/0x762a68697D7c8A0078Bd1d79BD50d0F2ef8A8AaF", - "status": "active", - "id": "0x762a68697D7c8A0078Bd1d79BD50d0F2ef8A8AaF" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x762a68697D7c8A0078Bd1d79BD50d0F2ef8A8AaF/logo.png b/blockchains/smartchain/assets/0x762a68697D7c8A0078Bd1d79BD50d0F2ef8A8AaF/logo.png deleted file mode 100644 index 2b208157956a5..0000000000000 Binary files a/blockchains/smartchain/assets/0x762a68697D7c8A0078Bd1d79BD50d0F2ef8A8AaF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x763ACA17f03C221d16Ba9191A66F75B78a403BCB/info.json b/blockchains/smartchain/assets/0x763ACA17f03C221d16Ba9191A66F75B78a403BCB/info.json deleted file mode 100644 index 3b2619e7f1a6a..0000000000000 --- a/blockchains/smartchain/assets/0x763ACA17f03C221d16Ba9191A66F75B78a403BCB/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Axienomics", - "website": "https://axintoken.com", - "description": "Axienomics is the first rebase token which rewards you with AxieInfinity (AXS)", - "explorer": "https://bscscan.com/token/0x763ACA17f03C221d16Ba9191A66F75B78a403BCB", - "type": "BEP20", - "symbol": "AXIN", - "decimals": 4, - "status": "active", - "id": "0x763ACA17f03C221d16Ba9191A66F75B78a403BCB", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/axienomics/" - }, - { - "name": "twitter", - "url": "https://twitter.com/axienomics" - }, - { - "name": "telegram", - "url": "https://t.me/AxienomicsOfficial" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x763ACA17f03C221d16Ba9191A66F75B78a403BCB/logo.png b/blockchains/smartchain/assets/0x763ACA17f03C221d16Ba9191A66F75B78a403BCB/logo.png deleted file mode 100644 index 9688d2f387279..0000000000000 Binary files a/blockchains/smartchain/assets/0x763ACA17f03C221d16Ba9191A66F75B78a403BCB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7643F0C207172497810ba6b76C5f3924d4ee7569/info.json b/blockchains/smartchain/assets/0x7643F0C207172497810ba6b76C5f3924d4ee7569/info.json deleted file mode 100644 index 9347c5af50edb..0000000000000 --- a/blockchains/smartchain/assets/0x7643F0C207172497810ba6b76C5f3924d4ee7569/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "What Do You Meme Token", - "type": "BEP20", - "symbol": "WDYMEME", - "decimals": 18, - "website": "https://whatdoyoumemetoken.com/", - "description": "Whatdoyoumemetoken is taking a stab at all these bullshit tokens in the BEP20 Smart Chain we’ve seen it from the beginning and we are here to bring you a no bullshit token. Guaranteed.", - "explorer": "https://bscscan.com/token/0x7643F0C207172497810ba6b76C5f3924d4ee7569", - "status": "active", - "id": "0x7643F0C207172497810ba6b76C5f3924d4ee7569" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7643F0C207172497810ba6b76C5f3924d4ee7569/logo.png b/blockchains/smartchain/assets/0x7643F0C207172497810ba6b76C5f3924d4ee7569/logo.png deleted file mode 100644 index a8cb28186bc00..0000000000000 Binary files a/blockchains/smartchain/assets/0x7643F0C207172497810ba6b76C5f3924d4ee7569/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x768d221E81524De52841AeD976370b2e4F990416/info.json b/blockchains/smartchain/assets/0x768d221E81524De52841AeD976370b2e4F990416/info.json deleted file mode 100644 index 49b55e7c92c08..0000000000000 --- a/blockchains/smartchain/assets/0x768d221E81524De52841AeD976370b2e4F990416/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Moon Maker Protocol", - "symbol": "MMP", - "type": "BEP20", - "decimals": 18, - "description": "Moon Maker Protocol is a DeFi launchpad project, which assist a novel DeFi token launching their to community.", - "website": "https://moonmakerprotocol.com", - "explorer": "https://bscscan.com/token/0x768d221E81524De52841AeD976370b2e4F990416", - "status": "active", - "id": "0x768d221E81524De52841AeD976370b2e4F990416", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Moon Maker Protocol (MMP)" - }, - { - "name": "telegram", - "url": "https://t.me/moonmooncash" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x768d221E81524De52841AeD976370b2e4F990416/logo.png b/blockchains/smartchain/assets/0x768d221E81524De52841AeD976370b2e4F990416/logo.png deleted file mode 100644 index d6b11c8b9021c..0000000000000 Binary files a/blockchains/smartchain/assets/0x768d221E81524De52841AeD976370b2e4F990416/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x76A797A59Ba2C17726896976B7B3747BfD1d220f/info.json b/blockchains/smartchain/assets/0x76A797A59Ba2C17726896976B7B3747BfD1d220f/info.json deleted file mode 100644 index a362d5736a5d8..0000000000000 --- a/blockchains/smartchain/assets/0x76A797A59Ba2C17726896976B7B3747BfD1d220f/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Wrapped TON Coin", - "type": "BEP20", - "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://bscscan.com/token/0x76A797A59Ba2C17726896976B7B3747BfD1d220f", - "status": "active", - "id": "0x76A797A59Ba2C17726896976B7B3747BfD1d220f", - "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/smartchain/assets/0x76A797A59Ba2C17726896976B7B3747BfD1d220f/logo.png b/blockchains/smartchain/assets/0x76A797A59Ba2C17726896976B7B3747BfD1d220f/logo.png deleted file mode 100644 index 9ef1d563283d0..0000000000000 Binary files a/blockchains/smartchain/assets/0x76A797A59Ba2C17726896976B7B3747BfD1d220f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x76E08e1c693D42551dd6ba7C2A659F74ff5Ba261/info.json b/blockchains/smartchain/assets/0x76E08e1c693D42551dd6ba7C2A659F74ff5Ba261/info.json deleted file mode 100644 index d1a89b654b023..0000000000000 --- a/blockchains/smartchain/assets/0x76E08e1c693D42551dd6ba7C2A659F74ff5Ba261/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Shakita Inu", - "website": "https://www.shakitainu.com/", - "description": "SHAK ($Shak) is a fun, community-focused cryptocurrency with a game in development and unique tokenomics to fuel it’s growth.", - "explorer": "https://bscscan.com/token/0x76e08e1c693d42551dd6ba7c2a659f74ff5ba261", - "type": "BEP20", - "symbol": "Shak", - "decimals": 18, - "status": "active", - "id": "0x76E08e1c693D42551dd6ba7C2A659F74ff5Ba261", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ShakitaInu" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/shakita-inu/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/shakita-inu" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/ShakitaInu/" - }, - { - "name": "telegram", - "url": "https://t.me/shakinu" - }, - { - "name": "telegram_news", - "url": "https://t.me/shakita_inu" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x76E08e1c693D42551dd6ba7C2A659F74ff5Ba261/logo.png b/blockchains/smartchain/assets/0x76E08e1c693D42551dd6ba7C2A659F74ff5Ba261/logo.png deleted file mode 100644 index cdd8b53f9c416..0000000000000 Binary files a/blockchains/smartchain/assets/0x76E08e1c693D42551dd6ba7C2A659F74ff5Ba261/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x76F34cd142ca4a5ea2E197ebffbF5234A1c29268/info.json b/blockchains/smartchain/assets/0x76F34cd142ca4a5ea2E197ebffbF5234A1c29268/info.json deleted file mode 100644 index aea477b607848..0000000000000 --- a/blockchains/smartchain/assets/0x76F34cd142ca4a5ea2E197ebffbF5234A1c29268/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "Titan War", - "type": "BEP20", - "symbol": "TITAN", - "decimals": 8, - "website": "https://www.titanwar.io/", - "description": "A Decentralized Gaming Play to Earn Token Based On Binance Smart Chain", - "explorer": "https://bscscan.com/token/0x76F34cd142ca4a5ea2E197ebffbF5234A1c29268", - "status": "active", - "id": "0x76F34cd142ca4a5ea2E197ebffbF5234A1c29268", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/TitanWarNFT" - }, - { - "name": "github", - "url": "https://github.com/TitanWarNFT" - }, - { - "name": "telegram", - "url": "https://t.me/TitanWarNFT" - }, - { - "name": "telegram_news", - "url": "https://t.me/TitanWarAnn" - }, - { - "name": "facebook", - "url": "https://facebook.com/TitanWarNFT" - }, - { - "name": "medium", - "url": "https://medium.com/@titanwarnft" - }, - { - "name": "discord", - "url": "https://discord.com/invite/YkrtxtF4xP" - }, - { - "name": "whitepaper", - "url": "https://drive.google.com/file/d/1xTNlhRHj2DrA-pS05hmEn_p1_YgXSUfj/view" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCyT8GKH09kifnkEx2_5MaBg" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x76F34cd142ca4a5ea2E197ebffbF5234A1c29268/logo.png b/blockchains/smartchain/assets/0x76F34cd142ca4a5ea2E197ebffbF5234A1c29268/logo.png deleted file mode 100644 index 0872ccb82651f..0000000000000 Binary files a/blockchains/smartchain/assets/0x76F34cd142ca4a5ea2E197ebffbF5234A1c29268/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x76F6cd75cE81E88916f8D933ab76efE18cEd6ad3/info.json b/blockchains/smartchain/assets/0x76F6cd75cE81E88916f8D933ab76efE18cEd6ad3/info.json deleted file mode 100644 index c139d2b9e7618..0000000000000 --- a/blockchains/smartchain/assets/0x76F6cd75cE81E88916f8D933ab76efE18cEd6ad3/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "NFT Global", - "type": "BEP20", - "symbol": "NFTG", - "decimals": 18, - "website": "https://nftglobal.space", - "description": "NFT Global is a revolutionary NFT marketplace for ambitious artists, collectors, and traders. Built on the Binance network, we are making NFTs more available and accessible.", - "explorer": "https://bscscan.com/token/0x76F6cd75cE81E88916f8D933ab76efE18cEd6ad3", - "status": "active", - "id": "0x76F6cd75cE81E88916f8D933ab76efE18cEd6ad3", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/NFT_Globall" - }, - { - "name": "telegram", - "url": "https://t.me/NFT_Globall" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x76F6cd75cE81E88916f8D933ab76efE18cEd6ad3/logo.png b/blockchains/smartchain/assets/0x76F6cd75cE81E88916f8D933ab76efE18cEd6ad3/logo.png deleted file mode 100644 index a5c26376aeea2..0000000000000 Binary files a/blockchains/smartchain/assets/0x76F6cd75cE81E88916f8D933ab76efE18cEd6ad3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x76aECB353AbF596BD61EE6BDb07d70787DeC4FD6/info.json b/blockchains/smartchain/assets/0x76aECB353AbF596BD61EE6BDb07d70787DeC4FD6/info.json deleted file mode 100644 index 7c44a6e601bb9..0000000000000 --- a/blockchains/smartchain/assets/0x76aECB353AbF596BD61EE6BDb07d70787DeC4FD6/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "CURE Token", - "website": "https://www.curetoken.net/", - "description": "$CURE is the first deflationary crypto token built around doing good. By design, this community powered token has exponential price growth benefits for both holders and charities.", - "explorer": "https://bscscan.com/token/0x76aECB353AbF596BD61EE6BDb07d70787DeC4FD6", - "type": "BEP20", - "symbol": "CURE", - "decimals": 9, - "status": "active", - "id": "0x76aECB353AbF596BD61EE6BDb07d70787DeC4FD6", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/cure_token" - }, - { - "name": "telegram", - "url": "https://t.me/CureTokenV2" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCXAxVIBP4pUMHVy_Zdo-82g" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/cure-token/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/cure-token-v2" - }, - { - "name": "whitepaper", - "url": "https://curetoken.net/whitepaper" - }, - { - "name": "facebook", - "url": "https://facebook.com/curetoken" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x76aECB353AbF596BD61EE6BDb07d70787DeC4FD6/logo.png b/blockchains/smartchain/assets/0x76aECB353AbF596BD61EE6BDb07d70787DeC4FD6/logo.png deleted file mode 100644 index be6aebb138452..0000000000000 Binary files a/blockchains/smartchain/assets/0x76aECB353AbF596BD61EE6BDb07d70787DeC4FD6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7700Edc3DBb30cBB7603212E061c804220c3cA54/info.json b/blockchains/smartchain/assets/0x7700Edc3DBb30cBB7603212E061c804220c3cA54/info.json deleted file mode 100644 index 43ef1b14d1692..0000000000000 --- a/blockchains/smartchain/assets/0x7700Edc3DBb30cBB7603212E061c804220c3cA54/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Quantic", - "type": "BEP20", - "symbol": "Quantic", - "decimals": 18, - "website": "https://quantic.finance/ ", - "description": "Quantic is the next innovative DeFi release for the Binance Smart Chain that is designed to provide holders of $QUANTIC high passive returns just by holding the token, in which the smart contract does all the work for them.", - "explorer": "https://bscscan.com/token/0x7700Edc3DBb30cBB7603212E061c804220c3cA54", - "status": "active", - "id": "0x7700Edc3DBb30cBB7603212E061c804220c3cA54", - "links": [ - { - "name": "telegram", - "url": "https://t.me/quantic_finance" - }, - { - "name": "twitter", - "url": "https://twitter.com/Quantic_finance" - }, - { - "name": "discord", - "url": "https://discord.com/Rmh34XHuvy" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/quantic/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/quantic" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7700Edc3DBb30cBB7603212E061c804220c3cA54/logo.png b/blockchains/smartchain/assets/0x7700Edc3DBb30cBB7603212E061c804220c3cA54/logo.png deleted file mode 100644 index 77f2ee9f47295..0000000000000 Binary files a/blockchains/smartchain/assets/0x7700Edc3DBb30cBB7603212E061c804220c3cA54/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7704d0EaD6F74E625d7371b079D8b2475bc852d4/info.json b/blockchains/smartchain/assets/0x7704d0EaD6F74E625d7371b079D8b2475bc852d4/info.json deleted file mode 100644 index 38d8335d04873..0000000000000 --- a/blockchains/smartchain/assets/0x7704d0EaD6F74E625d7371b079D8b2475bc852d4/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "PulseAI", - "type": "BEP20", - "symbol": "Pulse", - "decimals": 9, - "website": "https://pulseai.app/", - "description": "PULSE AI uses artificial intelligence to analyze data, while blockchain provides a secure way to track transactions.", - "explorer": "https://bscscan.com/token/0x7704d0ead6f74e625d7371b079d8b2475bc852d4", - "status": "active", - "id": "0x7704d0EaD6F74E625d7371b079D8b2475bc852d4", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/pulseaiapp" - }, - { - "name": "telegram", - "url": "https://t.me/pulseaiapp" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pulseai/" - } - ] -} diff --git a/blockchains/smartchain/assets/0x7704d0EaD6F74E625d7371b079D8b2475bc852d4/logo.png b/blockchains/smartchain/assets/0x7704d0EaD6F74E625d7371b079D8b2475bc852d4/logo.png deleted file mode 100644 index 212f853d426b3..0000000000000 Binary files a/blockchains/smartchain/assets/0x7704d0EaD6F74E625d7371b079D8b2475bc852d4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x77087aB5Df23cFB52449A188e80e9096201c2097/info.json b/blockchains/smartchain/assets/0x77087aB5Df23cFB52449A188e80e9096201c2097/info.json deleted file mode 100644 index 04004ccdac773..0000000000000 --- a/blockchains/smartchain/assets/0x77087aB5Df23cFB52449A188e80e9096201c2097/info.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "HI", - "type": "BEP20", - "symbol": "HI", - "decimals": 18, - "website": "https://hi.com/", - "description": "hi is leveraging blockchain technology to build services that are community powered. Members of hi are the key stakeholders of this ecosystem and the business is committed to maximize membership value - not profits. Our first product is a digital wallet that provides members with the most seamless payment experience via social messengers. The HI is a membership token that powers the hi ecosystem.", - "explorer": "https://bscscan.com/token/0x77087aB5Df23cFB52449A188e80e9096201c2097", - "status": "active", - "id": "0x77087aB5Df23cFB52449A188e80e9096201c2097", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/hi_com_official" - }, - { - "name": "github", - "url": "https://github.com/HiChainGlobal/" - }, - { - "name": "telegram", - "url": "https://t.me/hi_official" - }, - { - "name": "blog", - "url": "https://resources.hi.com/news/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/hi-dollar" - }, - { - "name": "facebook", - "url": "https://facebook.com/hi.com.official" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/hi-dollar/" - }, - { - "name": "youtube", - "url": "https://youtube.com/hiofficialYT" - }, - { - "name": "reddit", - "url": "https://reddit.com/hi_official/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/cfFQu8PQyw" - }, - { - "name": "whitepaper", - "url": "https://cms.hi.com/uploads/hi_Whitepaper_en_4da11a89e8.pdf" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x77087aB5Df23cFB52449A188e80e9096201c2097/logo.png b/blockchains/smartchain/assets/0x77087aB5Df23cFB52449A188e80e9096201c2097/logo.png deleted file mode 100644 index 8e592128b147f..0000000000000 Binary files a/blockchains/smartchain/assets/0x77087aB5Df23cFB52449A188e80e9096201c2097/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x773b532126b9F307665942b0fa4cDa0540CeDb71/info.json b/blockchains/smartchain/assets/0x773b532126b9F307665942b0fa4cDa0540CeDb71/info.json deleted file mode 100644 index 832d63619bb5b..0000000000000 --- a/blockchains/smartchain/assets/0x773b532126b9F307665942b0fa4cDa0540CeDb71/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Booster", - "website": "https://boostertoken.com", - "description": "Booster is a Binance Smart Chain token with Auto LP and Static Rewards paid in 11 different tokens.", - "explorer": "https://bscscan.com/token/0x773b532126b9F307665942b0fa4cDa0540CeDb71", - "type": "BEP20", - "symbol": "BOOST", - "decimals": 18, - "status": "active", - "id": "0x773b532126b9F307665942b0fa4cDa0540CeDb71", - "links": [ - { - "name": "github", - "url": "https://github.com/BoosterToken" - }, - { - "name": "twitter", - "url": "https://twitter.com/BoosterToken" - }, - { - "name": "telegram", - "url": "https://t.me/BoosterToken" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x773b532126b9F307665942b0fa4cDa0540CeDb71/logo.png b/blockchains/smartchain/assets/0x773b532126b9F307665942b0fa4cDa0540CeDb71/logo.png deleted file mode 100644 index 50bfed965ebd6..0000000000000 Binary files a/blockchains/smartchain/assets/0x773b532126b9F307665942b0fa4cDa0540CeDb71/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7758a52c1Bb823d02878B67aD87B6bA37a0CDbF5/info.json b/blockchains/smartchain/assets/0x7758a52c1Bb823d02878B67aD87B6bA37a0CDbF5/info.json deleted file mode 100644 index 24c642c39e8e4..0000000000000 --- a/blockchains/smartchain/assets/0x7758a52c1Bb823d02878B67aD87B6bA37a0CDbF5/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Ookeenga", - "website": "https://ookeenga.com/", - "description": "Ookeenga (OKG) is a 3D NFT gaming project which combines blockchain technology with breath-taking graphics, appealing world-building, and addictive gameplay to create a uniquely immersive play-to-earn experience developed by CROS Gamestudio and published by SPORES Network.", - "explorer": "https://bscscan.com/token/0x7758a52c1Bb823d02878B67aD87B6bA37a0CDbF5", - "type": "BEP20", - "symbol": "OKG", - "decimals": 18, - "status": "active", - "id": "0x7758a52c1Bb823d02878B67aD87B6bA37a0CDbF5", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ookeenga" - }, - { - "name": "github", - "url": "https://github.com/crosgames" - }, - { - "name": "telegram", - "url": "https://t.me/ookeenga_global" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7758a52c1Bb823d02878B67aD87B6bA37a0CDbF5/logo.png b/blockchains/smartchain/assets/0x7758a52c1Bb823d02878B67aD87B6bA37a0CDbF5/logo.png deleted file mode 100644 index eb1014fc5b69a..0000000000000 Binary files a/blockchains/smartchain/assets/0x7758a52c1Bb823d02878B67aD87B6bA37a0CDbF5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x77DFb1DaFC92c5Df29996f5528BA1829941cD3Bb/info.json b/blockchains/smartchain/assets/0x77DFb1DaFC92c5Df29996f5528BA1829941cD3Bb/info.json deleted file mode 100644 index 94d3544c56611..0000000000000 --- a/blockchains/smartchain/assets/0x77DFb1DaFC92c5Df29996f5528BA1829941cD3Bb/info.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "fyeth.finance", - "website": "https://fyeth.finance/", - "short_description": "Fyeth.finance is a peer-to-peer crypto-backed lending platform based in Europe.", - "description": "FYETH.FINANCE is a regulated financial institution licensed by the Estonian Financial Authority, wholly owned by the global fintech group Investment Evolution.", - "explorer": "https://bscscan.com/token/0x77dfb1dafc92c5df29996f5528ba1829941cd3bb", - "type": "BEP20", - "symbol": "yETH", - "decimals": 18, - "status": "active", - "id": "0x77DFb1DaFC92c5Df29996f5528BA1829941cD3Bb", - "links": [ - { - "name": "github", - "url": "https://github.com/RodionIyer/yETH" - }, - { - "name": "whitepaper", - "url": "https://fyeth.finance/whitepaper" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x77DFb1DaFC92c5Df29996f5528BA1829941cD3Bb/logo.png b/blockchains/smartchain/assets/0x77DFb1DaFC92c5Df29996f5528BA1829941cD3Bb/logo.png deleted file mode 100644 index 7bec924351a3d..0000000000000 Binary files a/blockchains/smartchain/assets/0x77DFb1DaFC92c5Df29996f5528BA1829941cD3Bb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x77d547256A2cD95F32F67aE0313E450Ac200648d/info.json b/blockchains/smartchain/assets/0x77d547256A2cD95F32F67aE0313E450Ac200648d/info.json deleted file mode 100644 index 7dbca01cefff2..0000000000000 --- a/blockchains/smartchain/assets/0x77d547256A2cD95F32F67aE0313E450Ac200648d/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "S.S. Lazio Fan Token", - "type": "BEP20", - "symbol": "LAZIO", - "decimals": 8, - "website": "https://www.binance.com/en/fan-token/team-profile/lazio", - "description": "BEP-20 utility token for S.S. Lazio", - "explorer": "https://bscscan.com/token/0x77d547256A2cD95F32F67aE0313E450Ac200648d", - "status": "active", - "id": "0x77d547256A2cD95F32F67aE0313E450Ac200648d", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/OfficialSSLazio" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/lazio-fan-token" - } - ], - "tags": [ - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x77d547256A2cD95F32F67aE0313E450Ac200648d/logo.png b/blockchains/smartchain/assets/0x77d547256A2cD95F32F67aE0313E450Ac200648d/logo.png deleted file mode 100644 index cdb3e573310f2..0000000000000 Binary files a/blockchains/smartchain/assets/0x77d547256A2cD95F32F67aE0313E450Ac200648d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x77eB1bFf463b3a524b938902398eA5075073a252/info.json b/blockchains/smartchain/assets/0x77eB1bFf463b3a524b938902398eA5075073a252/info.json deleted file mode 100644 index 0e9f26bbdb2e7..0000000000000 --- a/blockchains/smartchain/assets/0x77eB1bFf463b3a524b938902398eA5075073a252/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Little Deer Token", - "type": "BEP20", - "symbol": "LDEER", - "decimals": 9, - "website": "https://littledeerbsc.com", - "description": "Little Deer is a 100% SAFU, Community-driven token with an active team that aims to be the future of Altcoins! Together with our hopes for Charity, we aim to revolutionize the BSC network through unique tokenomics and have a vibrant and rich community.", - "explorer": "https://bscscan.com/token/0x77eB1bFf463b3a524b938902398eA5075073a252", - "status": "active", - "id": "0x77eB1bFf463b3a524b938902398eA5075073a252" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x77eB1bFf463b3a524b938902398eA5075073a252/logo.png b/blockchains/smartchain/assets/0x77eB1bFf463b3a524b938902398eA5075073a252/logo.png deleted file mode 100644 index 054c7f7448c04..0000000000000 Binary files a/blockchains/smartchain/assets/0x77eB1bFf463b3a524b938902398eA5075073a252/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x780207B8C0Fdc32cF60E957415bFa1f2d4d9718c/info.json b/blockchains/smartchain/assets/0x780207B8C0Fdc32cF60E957415bFa1f2d4d9718c/info.json deleted file mode 100644 index 24c4517d381a8..0000000000000 --- a/blockchains/smartchain/assets/0x780207B8C0Fdc32cF60E957415bFa1f2d4d9718c/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Cashaa Token", - "type": "BEP20", - "symbol": "CAS", - "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://bscscan.com/token/0x780207B8C0Fdc32cF60E957415bFa1f2d4d9718c", - "status": "active", - "id": "0x780207B8C0Fdc32cF60E957415bFa1f2d4d9718c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/yourcashaa" - }, - { - "name": "telegram", - "url": "https://t.me/cashaaltd" - }, - { - "name": "medium", - "url": "https://medium.com/cashaa/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x780207B8C0Fdc32cF60E957415bFa1f2d4d9718c/logo.png b/blockchains/smartchain/assets/0x780207B8C0Fdc32cF60E957415bFa1f2d4d9718c/logo.png deleted file mode 100644 index 8a85bbcd66ebc..0000000000000 Binary files a/blockchains/smartchain/assets/0x780207B8C0Fdc32cF60E957415bFa1f2d4d9718c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7819806b6eA4b5582c5aE3825a521b4067B5C7fE/info.json b/blockchains/smartchain/assets/0x7819806b6eA4b5582c5aE3825a521b4067B5C7fE/info.json deleted file mode 100644 index 9597e2cbddf91..0000000000000 --- a/blockchains/smartchain/assets/0x7819806b6eA4b5582c5aE3825a521b4067B5C7fE/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MAMADOGE", - "website": "https://www.mamadogecoin.com/", - "description": "MAMADOGE is the creator and birth mother of the #1 meme coin out there: DOGE Coin.", - "explorer": "https://bscscan.com/token/0x7819806b6eA4b5582c5aE3825a521b4067B5C7fE", - "type": "BEP20", - "symbol": "MAMADOGE", - "decimals": 18, - "status": "active", - "id": "0x7819806b6eA4b5582c5aE3825a521b4067B5C7fE" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7819806b6eA4b5582c5aE3825a521b4067B5C7fE/logo.png b/blockchains/smartchain/assets/0x7819806b6eA4b5582c5aE3825a521b4067B5C7fE/logo.png deleted file mode 100644 index 894bab2d7c9c6..0000000000000 Binary files a/blockchains/smartchain/assets/0x7819806b6eA4b5582c5aE3825a521b4067B5C7fE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x78473c046C43b40eBf162d597D07Df3Fd9584923/info.json b/blockchains/smartchain/assets/0x78473c046C43b40eBf162d597D07Df3Fd9584923/info.json deleted file mode 100644 index b489a00c9c8a2..0000000000000 --- a/blockchains/smartchain/assets/0x78473c046C43b40eBf162d597D07Df3Fd9584923/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Aku The Bodyguard", - "type": "BEP20", - "symbol": "AKU", - "decimals": 18, - "website": "https://akuthebodyguard.com/", - "description": "Aku is an ancient benevolent witch doctor. He is no longer a \"living\".", - "explorer": "https://bscscan.com/token/0x78473c046C43b40eBf162d597D07Df3Fd9584923", - "status": "active", - "id": "0x78473c046C43b40eBf162d597D07Df3Fd9584923" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x78473c046C43b40eBf162d597D07Df3Fd9584923/logo.png b/blockchains/smartchain/assets/0x78473c046C43b40eBf162d597D07Df3Fd9584923/logo.png deleted file mode 100644 index 5f8e9b7b5463c..0000000000000 Binary files a/blockchains/smartchain/assets/0x78473c046C43b40eBf162d597D07Df3Fd9584923/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7859B01BbF675d67Da8cD128a50D155cd881B576/info.json b/blockchains/smartchain/assets/0x7859B01BbF675d67Da8cD128a50D155cd881B576/info.json deleted file mode 100644 index 41caa7a8075c9..0000000000000 --- a/blockchains/smartchain/assets/0x7859B01BbF675d67Da8cD128a50D155cd881B576/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Mars Ecosystem Token", - "website": "https://marsecosystem.com/", - "description": "Builds the central bank and reserve currency for DeFi.", - "explorer": "https://bscscan.com/token/0x7859B01BbF675d67Da8cD128a50D155cd881B576", - "type": "BEP20", - "symbol": "XMS", - "decimals": 18, - "status": "active", - "id": "0x7859B01BbF675d67Da8cD128a50D155cd881B576", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MarsEcosystem" - }, - { - "name": "telegram", - "url": "https://t.me/mars_ecosystem" - }, - { - "name": "discord", - "url": "https://discord.com/invite/52TEnebg" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mars-ecosystem-governance-token/" - }, - { - "name": "whitepaper", - "url": "https://docs.marsecosystem.com/" - }, - { - "name": "github", - "url": "https://github.com/marsecosystem" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7859B01BbF675d67Da8cD128a50D155cd881B576/logo.png b/blockchains/smartchain/assets/0x7859B01BbF675d67Da8cD128a50D155cd881B576/logo.png deleted file mode 100644 index a06b297873298..0000000000000 Binary files a/blockchains/smartchain/assets/0x7859B01BbF675d67Da8cD128a50D155cd881B576/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x78650B139471520656b9E7aA7A5e9276814a38e9/info.json b/blockchains/smartchain/assets/0x78650B139471520656b9E7aA7A5e9276814a38e9/info.json deleted file mode 100644 index 122f32d06ca14..0000000000000 --- a/blockchains/smartchain/assets/0x78650B139471520656b9E7aA7A5e9276814a38e9/info.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "StandardBTCHashrateToken", - "website": "https://1-b.tc", - "description": "Bitcoin Standard Hashrate Token (BTCST) is a token collateralized by 0.1 TH/s of actual Bitcoin mining power standardized to an efficiency of 60 W/TH.", - "explorer": "https://bscscan.com/token/0x78650b139471520656b9e7aa7a5e9276814a38e9", - "research": "https://research.binance.com/en/projects/btcst", - "type": "BEP20", - "symbol": "BTCST", - "decimals": 17, - "status": "active", - "id": "0x78650B139471520656b9E7aA7A5e9276814a38e9", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/btcst2020" - }, - { - "name": "telegram", - "url": "https://t.me/BTCST_Community_EN" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/btc-standard-hashrate-token/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/bitcoin-standard-hashrate-token/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x78650B139471520656b9E7aA7A5e9276814a38e9/logo.png b/blockchains/smartchain/assets/0x78650B139471520656b9E7aA7A5e9276814a38e9/logo.png deleted file mode 100644 index 6b7133423bebf..0000000000000 Binary files a/blockchains/smartchain/assets/0x78650B139471520656b9E7aA7A5e9276814a38e9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7869044D36ea75975B793ca4312608cc3817895B/info.json b/blockchains/smartchain/assets/0x7869044D36ea75975B793ca4312608cc3817895B/info.json deleted file mode 100644 index 8fb4013633978..0000000000000 --- a/blockchains/smartchain/assets/0x7869044D36ea75975B793ca4312608cc3817895B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Sensible Finance", - "type": "BEP20", - "symbol": "SENSI", - "decimals": 9, - "website": "https://sensible.finance", - "description": "The sensible project’s main aim is to let users create easy, fast and automatic yield farm portfolios and also to help with charity contributions to the people in need. This is done by smart contracts that take the user’s deposited funds and spread them across 10-15 yield farms. The yield is collected daily and sent to the user’s wallet.", - "explorer": "https://bscscan.com/token/0x7869044D36ea75975B793ca4312608cc3817895B", - "status": "active", - "id": "0x7869044D36ea75975B793ca4312608cc3817895B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7869044D36ea75975B793ca4312608cc3817895B/logo.png b/blockchains/smartchain/assets/0x7869044D36ea75975B793ca4312608cc3817895B/logo.png deleted file mode 100644 index 3407bc27bdaf4..0000000000000 Binary files a/blockchains/smartchain/assets/0x7869044D36ea75975B793ca4312608cc3817895B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7895B3DE4169635da889Ca842740748136Ac7B11/info.json b/blockchains/smartchain/assets/0x7895B3DE4169635da889Ca842740748136Ac7B11/info.json deleted file mode 100644 index e4a3f07d00c99..0000000000000 --- a/blockchains/smartchain/assets/0x7895B3DE4169635da889Ca842740748136Ac7B11/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SUPER DOGE", - "website": "https://superdogebsc.com", - "description": "SUPER DOGE is DOGE Memes Token", - "explorer": "https://bscscan.com/token/0x7895B3DE4169635da889Ca842740748136Ac7B11", - "symbol": "SUPERDOGE", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x7895B3DE4169635da889Ca842740748136Ac7B11" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7895B3DE4169635da889Ca842740748136Ac7B11/logo.png b/blockchains/smartchain/assets/0x7895B3DE4169635da889Ca842740748136Ac7B11/logo.png deleted file mode 100644 index 4ab386ef9f7d8..0000000000000 Binary files a/blockchains/smartchain/assets/0x7895B3DE4169635da889Ca842740748136Ac7B11/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x78A499a998Bdd5a84CF8b5aBe49100D82DE12f1C/info.json b/blockchains/smartchain/assets/0x78A499a998Bdd5a84CF8b5aBe49100D82DE12f1C/info.json deleted file mode 100644 index 416eed8664db0..0000000000000 --- a/blockchains/smartchain/assets/0x78A499a998Bdd5a84CF8b5aBe49100D82DE12f1C/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "JOJO Token", - "website": "https://jojo.fun", - "description": "Decentralized Meme Coin Creates the BEST Metaverse on BSC, JOJO FUN METAVERSE = NFT + GameFi + SmartToy", - "explorer": "https://bscscan.com/token/0x78A499a998Bdd5a84CF8b5aBe49100D82DE12f1C", - "type": "BEP20", - "symbol": "JOJO", - "decimals": 9, - "status": "active", - "id": "0x78A499a998Bdd5a84CF8b5aBe49100D82DE12f1C", - "links": [ - { - "name": "telegram", - "url": "https://t.me/JOJO_Official" - }, - { - "name": "twitter", - "url": "https://twitter.com/JOJOMetaverse" - }, - { - "name": "blog", - "url": "https://jojometaverse.medium.com" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x78A499a998Bdd5a84CF8b5aBe49100D82DE12f1C/logo.png b/blockchains/smartchain/assets/0x78A499a998Bdd5a84CF8b5aBe49100D82DE12f1C/logo.png deleted file mode 100644 index aa5c1c4a42f7a..0000000000000 Binary files a/blockchains/smartchain/assets/0x78A499a998Bdd5a84CF8b5aBe49100D82DE12f1C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x78C3AdE403438B37638304F9FbbFB1b76608c1BD/info.json b/blockchains/smartchain/assets/0x78C3AdE403438B37638304F9FbbFB1b76608c1BD/info.json deleted file mode 100644 index edc3a338e2f5f..0000000000000 --- a/blockchains/smartchain/assets/0x78C3AdE403438B37638304F9FbbFB1b76608c1BD/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "BinaHero", - "type": "BEP20", - "symbol": "HERO", - "decimals": 18, - "website": "https://binahero.com", - "description": "BinaHero is a decentralized NFT game that integrates collection, mining, market trading, and PVE. Players can play to earn in the game.", - "explorer": "https://bscscan.com/token/0x78C3AdE403438B37638304F9FbbFB1b76608c1BD", - "status": "active", - "id": "0x78C3AdE403438B37638304F9FbbFB1b76608c1BD", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/binahero" - }, - { - "name": "telegram", - "url": "https://t.me/BinaHero" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x78C3AdE403438B37638304F9FbbFB1b76608c1BD/logo.png b/blockchains/smartchain/assets/0x78C3AdE403438B37638304F9FbbFB1b76608c1BD/logo.png deleted file mode 100644 index a5aa74a0b5e83..0000000000000 Binary files a/blockchains/smartchain/assets/0x78C3AdE403438B37638304F9FbbFB1b76608c1BD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x78F5d389F5CDCcFc41594aBaB4B0Ed02F31398b3/info.json b/blockchains/smartchain/assets/0x78F5d389F5CDCcFc41594aBaB4B0Ed02F31398b3/info.json deleted file mode 100644 index 992da7161686f..0000000000000 --- a/blockchains/smartchain/assets/0x78F5d389F5CDCcFc41594aBaB4B0Ed02F31398b3/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "ApolloX Token", - "type": "BEP20", - "symbol": "APX", - "decimals": 18, - "website": "https://www.apollox.com/en/APX", - "description": "APX is the native token of the ApolloX ecosystem, and ApolloX is a world class leading decentralized derivatives exchange.", - "explorer": "https://bscscan.com/token/0x78F5d389F5CDCcFc41594aBaB4B0Ed02F31398b3", - "status": "active", - "id": "0x78F5d389F5CDCcFc41594aBaB4B0Ed02F31398b3", - "links": [ - { - "name": "reddit", - "url": "https://reddit.com/r/ApolloX_com" - }, - { - "name": "telegram", - "url": "https://t.me/apollox_com" - }, - { - "name": "facebook", - "url": "https://facebook.com/ApolloXcom" - }, - { - "name": "twitter", - "url": "https://twitter.com/ApolloX_com" - }, - { - "name": "blog", - "url": "https://apollox.zendesk.com/hc/en-us/categories/4408399479449" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/apollox" - } - ], - "tags": [ - "defi", - "governance" - ] -} diff --git a/blockchains/smartchain/assets/0x78F5d389F5CDCcFc41594aBaB4B0Ed02F31398b3/logo.png b/blockchains/smartchain/assets/0x78F5d389F5CDCcFc41594aBaB4B0Ed02F31398b3/logo.png deleted file mode 100644 index e75f2037588f0..0000000000000 Binary files a/blockchains/smartchain/assets/0x78F5d389F5CDCcFc41594aBaB4B0Ed02F31398b3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x78bc22a215C1eF8a2e41Fa1c39CD7BDC09bd5174/info.json b/blockchains/smartchain/assets/0x78bc22a215C1eF8a2e41Fa1c39CD7BDC09bd5174/info.json deleted file mode 100644 index 8452383a5c1e1..0000000000000 --- a/blockchains/smartchain/assets/0x78bc22a215C1eF8a2e41Fa1c39CD7BDC09bd5174/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Rocket Moon", - "website": "https://www.rocketmoon.org/", - "description": "An Autonomous Yield and deflationary token.", - "explorer": "https://bscscan.com/token/0x78bc22a215C1eF8a2e41Fa1c39CD7BDC09bd5174", - "research": "", - "type": "BEP20", - "symbol": "RMOON", - "decimals": 9, - "status": "active", - "id": "0x78bc22a215C1eF8a2e41Fa1c39CD7BDC09bd5174" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x78bc22a215C1eF8a2e41Fa1c39CD7BDC09bd5174/logo.png b/blockchains/smartchain/assets/0x78bc22a215C1eF8a2e41Fa1c39CD7BDC09bd5174/logo.png deleted file mode 100644 index f6faa6bc5f753..0000000000000 Binary files a/blockchains/smartchain/assets/0x78bc22a215C1eF8a2e41Fa1c39CD7BDC09bd5174/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x78c6E90aFa87E2C97cac1A07652Aa0998C6C9078/info.json b/blockchains/smartchain/assets/0x78c6E90aFa87E2C97cac1A07652Aa0998C6C9078/info.json deleted file mode 100644 index 041016f2c071f..0000000000000 --- a/blockchains/smartchain/assets/0x78c6E90aFa87E2C97cac1A07652Aa0998C6C9078/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Hare Plus", - "type": "BEP20", - "symbol": "HARE PLUS", - "decimals": 18, - "website": "https://haretoken.finance/", - "description": "Hare is a new decentralized and community-centered cryptocurrency. Launched in June 2021 and its goal is to become one of the fastest-growing cryptocurrencies in the world", - "explorer": "https://bscscan.com/token/0x78c6E90aFa87E2C97cac1A07652Aa0998C6C9078", - "status": "active", - "id": "0x78c6E90aFa87E2C97cac1A07652Aa0998C6C9078", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Hare_token" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/hare-plus/" - }, - { - "name": "telegram", - "url": "https://t.me/Hare_En" - } - ], - "tags": [ - "defi", - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x78c6E90aFa87E2C97cac1A07652Aa0998C6C9078/logo.png b/blockchains/smartchain/assets/0x78c6E90aFa87E2C97cac1A07652Aa0998C6C9078/logo.png deleted file mode 100644 index 1def41bc829eb..0000000000000 Binary files a/blockchains/smartchain/assets/0x78c6E90aFa87E2C97cac1A07652Aa0998C6C9078/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x78e1936f065Fd4082387622878C7d11c9f05ECF4/info.json b/blockchains/smartchain/assets/0x78e1936f065Fd4082387622878C7d11c9f05ECF4/info.json deleted file mode 100644 index b236184d749e6..0000000000000 --- a/blockchains/smartchain/assets/0x78e1936f065Fd4082387622878C7d11c9f05ECF4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Jointer", - "type": "BEP20", - "symbol": "JNTR/b", - "decimals": 18, - "website": "https://jointer.io/", - "description": "-", - "explorer": "https://bscscan.com/token/0x78e1936f065Fd4082387622878C7d11c9f05ECF4", - "status": "active", - "id": "0x78e1936f065Fd4082387622878C7d11c9f05ECF4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x78e1936f065Fd4082387622878C7d11c9f05ECF4/logo.png b/blockchains/smartchain/assets/0x78e1936f065Fd4082387622878C7d11c9f05ECF4/logo.png deleted file mode 100644 index a1c66a40db103..0000000000000 Binary files a/blockchains/smartchain/assets/0x78e1936f065Fd4082387622878C7d11c9f05ECF4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x790Be81C3cA0e53974bE2688cDb954732C9862e1/info.json b/blockchains/smartchain/assets/0x790Be81C3cA0e53974bE2688cDb954732C9862e1/info.json deleted file mode 100644 index 775e37a5035f1..0000000000000 --- a/blockchains/smartchain/assets/0x790Be81C3cA0e53974bE2688cDb954732C9862e1/info.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "CafeSwap Token", - "website": "https://cafeswap.finance/", - "description": "CafeSwap is a revolutionary yield farming and staking platform on Binance Smart Chain", - "research": "https://docs.cafeswap.finance/", - "explorer": "https://bscscan.com/token/0x790Be81C3cA0e53974bE2688cDb954732C9862e1", - "type": "BEP20", - "symbol": "BREW", - "decimals": 18, - "status": "active", - "id": "0x790Be81C3cA0e53974bE2688cDb954732C9862e1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/cafeswapfinance" - }, - { - "name": "telegram", - "url": "https://t.me/CafeSwap" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x790Be81C3cA0e53974bE2688cDb954732C9862e1/logo.png b/blockchains/smartchain/assets/0x790Be81C3cA0e53974bE2688cDb954732C9862e1/logo.png deleted file mode 100644 index e29d79f0430cd..0000000000000 Binary files a/blockchains/smartchain/assets/0x790Be81C3cA0e53974bE2688cDb954732C9862e1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7917C830ECA3360e24e09fD422310A734AC9D2c9/info.json b/blockchains/smartchain/assets/0x7917C830ECA3360e24e09fD422310A734AC9D2c9/info.json deleted file mode 100644 index 68dbf860236c9..0000000000000 --- a/blockchains/smartchain/assets/0x7917C830ECA3360e24e09fD422310A734AC9D2c9/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "Head Football", - "type": "BEP20", - "symbol": "HEAD", - "decimals": 9, - "website": "https://www.headfootball.io/", - "description": "Head Football is a new crypto currency that allows you to enjoy the game and also make money by duelling other opponents. Please also check our previous PR fee already paid https://github.com/trustwallet/assets/pull/17660", - "explorer": "https://bscscan.com/token/0x7917c830eca3360e24e09fd422310a734ac9d2c9", - "status": "active", - "id": "0x7917C830ECA3360e24e09fD422310A734AC9D2c9", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/headfootball_io" - }, - { - "name": "github", - "url": "https://github.com/headfootball" - }, - { - "name": "telegram", - "url": "https://t.me/headfootball" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/HeadFootballOfficial" - }, - { - "name": "whitepaper", - "url": "https://www.headfootball.io/public/#whitepaper" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/head-football/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC6-oBPHDxjx-262QWbWa8xg" - }, - { - "name": "source_code", - "url": "https://github.com/HeadFootball/HeadFootball" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7917C830ECA3360e24e09fD422310A734AC9D2c9/logo.png b/blockchains/smartchain/assets/0x7917C830ECA3360e24e09fD422310A734AC9D2c9/logo.png deleted file mode 100644 index f1754a149deae..0000000000000 Binary files a/blockchains/smartchain/assets/0x7917C830ECA3360e24e09fD422310A734AC9D2c9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x793cEa0F1003411396b3A81A77d92Fe37015E7A9/info.json b/blockchains/smartchain/assets/0x793cEa0F1003411396b3A81A77d92Fe37015E7A9/info.json deleted file mode 100644 index 1c6e45899bb10..0000000000000 --- a/blockchains/smartchain/assets/0x793cEa0F1003411396b3A81A77d92Fe37015E7A9/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Carbon Coin - CNES", - "type": "BEP20", - "symbol": "CBC", - "decimals": 18, - "website": "https://carbon-netrual.global/", - "description": "$CBC (Carbon Coin) is released on the basis of BINANCE SMART CHAIN platform and fully complies with BEP20* standard.", - "explorer": "https://bscscan.com/token/0x793cEa0F1003411396b3A81A77d92Fe37015E7A9", - "status": "active", - "id": "0x793cEa0F1003411396b3A81A77d92Fe37015E7A9", - "links": [ - { - "name": "whitepaper", - "url": "https://carbon-netrual.global/doc/CNES_GreenPaper_1.0.pdf" - }, - { - "name": "telegram", - "url": "https://t.me/CNESCommunity" - }, - { - "name": "twitter", - "url": "https://twitter.com/cnesofficial" - }, - { - "name": "medium", - "url": "https://come-cnes.medium.com/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/carbon-coin/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/carbon-coin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x793cEa0F1003411396b3A81A77d92Fe37015E7A9/logo.png b/blockchains/smartchain/assets/0x793cEa0F1003411396b3A81A77d92Fe37015E7A9/logo.png deleted file mode 100644 index e11d70574e9ec..0000000000000 Binary files a/blockchains/smartchain/assets/0x793cEa0F1003411396b3A81A77d92Fe37015E7A9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x795D38678D5a3f7Ad80DDED5e27644e9c0352904/info.json b/blockchains/smartchain/assets/0x795D38678D5a3f7Ad80DDED5e27644e9c0352904/info.json deleted file mode 100644 index 51fe360c5d899..0000000000000 --- a/blockchains/smartchain/assets/0x795D38678D5a3f7Ad80DDED5e27644e9c0352904/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "upShib", - "type": "BEP20", - "symbol": "UPSHIB", - "decimals": 9, - "website": "https://www.upshib.space/", - "description": "A deflationary burn mechanism and static reward protocol, are the core functions of upShib.", - "explorer": "https://bscscan.com/token/0x795D38678D5a3f7Ad80DDED5e27644e9c0352904", - "status": "active", - "id": "0x795D38678D5a3f7Ad80DDED5e27644e9c0352904" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x795D38678D5a3f7Ad80DDED5e27644e9c0352904/logo.png b/blockchains/smartchain/assets/0x795D38678D5a3f7Ad80DDED5e27644e9c0352904/logo.png deleted file mode 100644 index ea6e73e0a0670..0000000000000 Binary files a/blockchains/smartchain/assets/0x795D38678D5a3f7Ad80DDED5e27644e9c0352904/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7979F6C54ebA05E18Ded44C4F986F49a5De551c2/info.json b/blockchains/smartchain/assets/0x7979F6C54ebA05E18Ded44C4F986F49a5De551c2/info.json deleted file mode 100644 index 40438e9c580bf..0000000000000 --- a/blockchains/smartchain/assets/0x7979F6C54ebA05E18Ded44C4F986F49a5De551c2/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Kebab Token", - "website": "https://kebabfinance.com", - "description": "The strategically superior yield farming community on BSC.", - "explorer": "https://bscscan.com/token/0x7979F6C54ebA05E18Ded44C4F986F49a5De551c2", - "type": "BEP20", - "symbol": "KEBAB", - "decimals": 18, - "status": "active", - "id": "0x7979F6C54ebA05E18Ded44C4F986F49a5De551c2", - "links": [ - { - "name": "github", - "url": "https://github.com/chefkebab" - }, - { - "name": "twitter", - "url": "https://twitter.com/kebabfinance" - }, - { - "name": "telegram", - "url": "https://t.me/kebabfinance" - }, - { - "name": "medium", - "url": "https://kebabfinance1.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7979F6C54ebA05E18Ded44C4F986F49a5De551c2/logo.png b/blockchains/smartchain/assets/0x7979F6C54ebA05E18Ded44C4F986F49a5De551c2/logo.png deleted file mode 100644 index ccccd0bec9e74..0000000000000 Binary files a/blockchains/smartchain/assets/0x7979F6C54ebA05E18Ded44C4F986F49a5De551c2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x797Bb0BeeA437D2762A755ea911C0046C1284568/info.json b/blockchains/smartchain/assets/0x797Bb0BeeA437D2762A755ea911C0046C1284568/info.json deleted file mode 100644 index 7ccfdc6fdf4af..0000000000000 --- a/blockchains/smartchain/assets/0x797Bb0BeeA437D2762A755ea911C0046C1284568/info.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "Vulkania", - "type": "BEP20", - "symbol": "VLK", - "decimals": 18, - "website": "https://vulkania.io", - "description": "Vulkania offers customizable Blockchain Dashboards, one stop solutions for gathering data of crypto projects while saving time.", - "explorer": "https://bscscan.com/token/0x797bb0beea437d2762a755ea911c0046c1284568", - "status": "active", - "id": "0x797Bb0BeeA437D2762A755ea911C0046C1284568", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VulkaniaApp" - }, - { - "name": "github", - "url": "https://github.com/Vulkania" - }, - { - "name": "telegram", - "url": "https://t.me/vulkaniaapp" - }, - { - "name": "telegram_news", - "url": "https://t.me/vulkaniannouncements" - }, - { - "name": "blog", - "url": "https://vulkania.io/blog/" - }, - { - "name": "whitepaper", - "url": "https://vulkania.io/blog/vulkania-whitepaper/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/vulkania/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/vulkania" - }, - { - "name": "source_code", - "url": "https://solidity.finance/audits/Vulkania/" - } - ], - "tags": [ - "defi", - "staking", - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x797Bb0BeeA437D2762A755ea911C0046C1284568/logo.png b/blockchains/smartchain/assets/0x797Bb0BeeA437D2762A755ea911C0046C1284568/logo.png deleted file mode 100644 index fd08f102c9cf6..0000000000000 Binary files a/blockchains/smartchain/assets/0x797Bb0BeeA437D2762A755ea911C0046C1284568/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7983c8E6D09da2156Ec7E56fddDa91a517561781/info.json b/blockchains/smartchain/assets/0x7983c8E6D09da2156Ec7E56fddDa91a517561781/info.json deleted file mode 100644 index 9c7b87fec1b28..0000000000000 --- a/blockchains/smartchain/assets/0x7983c8E6D09da2156Ec7E56fddDa91a517561781/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeFinance", - "website": "https://safefinance.network/", - "description": "The SafeFinance protocol is a community driven, fair launched Defi Token. We've implemented multiple mechanisms to reward every holders during each trade.", - "explorer": "https://bscscan.com/token/0x7983c8e6d09da2156ec7e56fddda91a517561781", - "type": "BEP20", - "symbol": "SFE", - "decimals": 9, - "status": "active", - "id": "0x7983c8E6D09da2156Ec7E56fddDa91a517561781" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7983c8E6D09da2156Ec7E56fddDa91a517561781/logo.png b/blockchains/smartchain/assets/0x7983c8E6D09da2156Ec7E56fddDa91a517561781/logo.png deleted file mode 100644 index 507620be46917..0000000000000 Binary files a/blockchains/smartchain/assets/0x7983c8E6D09da2156Ec7E56fddDa91a517561781/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x798aF7725376765e7F3cA86d5e0Cf1BEaEf19F34/info.json b/blockchains/smartchain/assets/0x798aF7725376765e7F3cA86d5e0Cf1BEaEf19F34/info.json deleted file mode 100644 index 91a9adbd48c3c..0000000000000 --- a/blockchains/smartchain/assets/0x798aF7725376765e7F3cA86d5e0Cf1BEaEf19F34/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Atomic Wallet Token", - "website": "https://atomicwallet.io", - "description": "Atomic Wallet is a decentralized cryptocurrency wallet that supports more than 500 coins and tokens, providing simplicity, safety, and convenience for its users.", - "explorer": "https://bscscan.com/token/0x798af7725376765e7f3ca86d5e0cf1beaef19f34", - "symbol": "AWC", - "type": "BEP20", - "decimals": 8, - "status": "active", - "id": "0x798aF7725376765e7F3cA86d5e0Cf1BEaEf19F34", - "tags": [ - "staking" - ], - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/atomic-wallet-coin/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/atomic-wallet-coin/" - }, - { - "name": "github", - "url": "https://github.com/Atomicwallet/" - }, - { - "name": "twitter", - "url": "https://twitter.com/atomicwallet" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/atomicwallet/" - }, - { - "name": "telegram", - "url": "https://t.me/AtomicWalletNews" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x798aF7725376765e7F3cA86d5e0Cf1BEaEf19F34/logo.png b/blockchains/smartchain/assets/0x798aF7725376765e7F3cA86d5e0Cf1BEaEf19F34/logo.png deleted file mode 100644 index 7f2215bdfa53a..0000000000000 Binary files a/blockchains/smartchain/assets/0x798aF7725376765e7F3cA86d5e0Cf1BEaEf19F34/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7996cF3FBc0655131BD5a6D66e1ae2720f1de45E/info.json b/blockchains/smartchain/assets/0x7996cF3FBc0655131BD5a6D66e1ae2720f1de45E/info.json deleted file mode 100644 index 637e20ff961fa..0000000000000 --- a/blockchains/smartchain/assets/0x7996cF3FBc0655131BD5a6D66e1ae2720f1de45E/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "VELOREX", - "type": "BEP20", - "symbol": "VEX", - "decimals": 9, - "website": "https://velorex.cc/", - "description": "Velorex (VEX) is a decentralized finance token built on the BEP-20 platform. At Velorex we aim to facilitate global adoption of our cryptocurrency by introducing Debit Cards and Smart Wallets that dynamically interact with a variety of web3.90 and related programs within our block-chain from 2022 onward.", - "explorer": "https://bscscan.com/token/0x7996cf3fbc0655131bd5a6d66e1ae2720f1de45e", - "status": "active", - "id": "0x7996cF3FBc0655131BD5a6D66e1ae2720f1de45E" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7996cF3FBc0655131BD5a6D66e1ae2720f1de45E/logo.png b/blockchains/smartchain/assets/0x7996cF3FBc0655131BD5a6D66e1ae2720f1de45E/logo.png deleted file mode 100644 index 95f980d5536d5..0000000000000 Binary files a/blockchains/smartchain/assets/0x7996cF3FBc0655131BD5a6D66e1ae2720f1de45E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x799e1Cf88A236e42b4A87c544A22A94aE95A6910/info.json b/blockchains/smartchain/assets/0x799e1Cf88A236e42b4A87c544A22A94aE95A6910/info.json deleted file mode 100644 index f6f7860d5a9b7..0000000000000 --- a/blockchains/smartchain/assets/0x799e1Cf88A236e42b4A87c544A22A94aE95A6910/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "MContent", - "website": "https://mcontent.net/", - "description": "MContent is introducing the world’s first digital content market place that aims to build a collaborative content ecosystem with the core purpose of seed funding, incubating and curating film makers and content producers around the World.", - "explorer": "https://bscscan.com/token/0x799e1cf88a236e42b4a87c544a22a94ae95a6910", - "type": "BEP20", - "symbol": "MCONTENT", - "decimals": 6, - "status": "active", - "id": "0x799e1Cf88A236e42b4A87c544A22A94aE95A6910", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MContent_" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/MContent/" - }, - { - "name": "telegram", - "url": "https://t.me/mcontentofficialchat" - }, - { - "name": "discord", - "url": "https://discord.com/invite/vrzdQSdUqU" - }, - { - "name": "facebook", - "url": "https://facebook.com/mcontentofficial/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x799e1Cf88A236e42b4A87c544A22A94aE95A6910/logo.png b/blockchains/smartchain/assets/0x799e1Cf88A236e42b4A87c544A22A94aE95A6910/logo.png deleted file mode 100644 index 8d0be43366bfc..0000000000000 Binary files a/blockchains/smartchain/assets/0x799e1Cf88A236e42b4A87c544A22A94aE95A6910/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x79eBC9A2ce02277A4b5b3A768b1C0A4ed75Bd936/info.json b/blockchains/smartchain/assets/0x79eBC9A2ce02277A4b5b3A768b1C0A4ed75Bd936/info.json deleted file mode 100644 index f20796c291991..0000000000000 --- a/blockchains/smartchain/assets/0x79eBC9A2ce02277A4b5b3A768b1C0A4ed75Bd936/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Catgirl", - "website": "https://www.catgirl.io", - "description": "CATGIRL¢ is a NFT focused, community driven crypto currency, with real world use.", - "explorer": "https://bscscan.com/token/0x79ebc9a2ce02277a4b5b3a768b1c0a4ed75bd936", - "type": "BEP20", - "symbol": "CATGIRL", - "decimals": 9, - "status": "active", - "id": "0x79eBC9A2ce02277A4b5b3A768b1C0A4ed75Bd936", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "discord", - "url": "https://discord.com/invite/3V8gZFP5kb" - }, - { - "name": "twitter", - "url": "https://twitter.com/catgirlcoin" - }, - { - "name": "telegram", - "url": "https://t.me/catgirlcoin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x79eBC9A2ce02277A4b5b3A768b1C0A4ed75Bd936/logo.png b/blockchains/smartchain/assets/0x79eBC9A2ce02277A4b5b3A768b1C0A4ed75Bd936/logo.png deleted file mode 100644 index e7bc9fd75c29f..0000000000000 Binary files a/blockchains/smartchain/assets/0x79eBC9A2ce02277A4b5b3A768b1C0A4ed75Bd936/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x79f8E9862c5240F316faBf31e5406e497d65484d/info.json b/blockchains/smartchain/assets/0x79f8E9862c5240F316faBf31e5406e497d65484d/info.json deleted file mode 100644 index 6d0d2c44e0922..0000000000000 --- a/blockchains/smartchain/assets/0x79f8E9862c5240F316faBf31e5406e497d65484d/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "BITCOIN INTERNATIONAL", - "website": "https://btci.finance", - "description": "BITCOIN INTERNATIONAL is a non-inflationary Stake , Farm ,DeFi and NFT ecosystem aiming to provide yield generating investments strategies to long-term BTCI holders.", - "explorer": "https://bscscan.com/token/0x79f8E9862c5240F316faBf31e5406e497d65484d", - "type": "BEP20", - "symbol": "BTCI", - "decimals": 9, - "status": "active", - "id": "0x79f8E9862c5240F316faBf31e5406e497d65484d", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/btc_btci" - }, - { - "name": "telegram", - "url": "https://t.me/btc_btci" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC_Vf9yZiz4JJw2zJlv-RnBw" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/btcint" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x79f8E9862c5240F316faBf31e5406e497d65484d/logo.png b/blockchains/smartchain/assets/0x79f8E9862c5240F316faBf31e5406e497d65484d/logo.png deleted file mode 100644 index 00e99f1bfbeee..0000000000000 Binary files a/blockchains/smartchain/assets/0x79f8E9862c5240F316faBf31e5406e497d65484d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7A2172F3728962F6B952a1Cc1AD794DACbf9f3DA/info.json b/blockchains/smartchain/assets/0x7A2172F3728962F6B952a1Cc1AD794DACbf9f3DA/info.json deleted file mode 100644 index 199a9429e06d5..0000000000000 --- a/blockchains/smartchain/assets/0x7A2172F3728962F6B952a1Cc1AD794DACbf9f3DA/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "VIDTC Company stocks", - "type": "BEP20", - "symbol": "VIDTC", - "decimals": 18, - "website": "https://about.v-id.org", - "description": "NFTs for equity and shared ownership", - "explorer": "https://bscscan.com/token/0x7a2172f3728962f6b952a1cc1ad794dacbf9f3da", - "status": "active", - "id": "0x7A2172F3728962F6B952a1Cc1AD794DACbf9f3DA" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7A2172F3728962F6B952a1Cc1AD794DACbf9f3DA/logo.png b/blockchains/smartchain/assets/0x7A2172F3728962F6B952a1Cc1AD794DACbf9f3DA/logo.png deleted file mode 100644 index 2f54fd3d102a5..0000000000000 Binary files a/blockchains/smartchain/assets/0x7A2172F3728962F6B952a1Cc1AD794DACbf9f3DA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7A532Aa9A2Ab86f6BD7E1Dcd93d3FdD2B0B410a6/info.json b/blockchains/smartchain/assets/0x7A532Aa9A2Ab86f6BD7E1Dcd93d3FdD2B0B410a6/info.json deleted file mode 100644 index 2373370f58f85..0000000000000 --- a/blockchains/smartchain/assets/0x7A532Aa9A2Ab86f6BD7E1Dcd93d3FdD2B0B410a6/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "IRR", - "type": "BEP20", - "symbol": "Toman", - "decimals": 4, - "website": "https://www.toman-irr.com/", - "description": "Toman offers a comprehensive solution to the major problems faced by the traditional, fiat-driven monetary system. Building a crypto powered ecosystem comprising Toman Token.", - "explorer": "https://bscscan.com/token/0x7a532aa9a2ab86f6bd7e1dcd93d3fdd2b0b410a6", - "status": "active", - "id": "0x7A532Aa9A2Ab86f6BD7E1Dcd93d3FdD2B0B410a6", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/IRR_Toman?s=20&t=rSm1Z7nA6bwkeYbXIVutjQ" - }, - { - "name": "github", - "url": "https://github.com/toman_irr" - }, - { - "name": "telegram", - "url": "https://t.me/IRR_toman" - }, - { - "name": "whitepaper", - "url": "https://woo.network/Litepaper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/wootrade/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7A532Aa9A2Ab86f6BD7E1Dcd93d3FdD2B0B410a6/logo.png b/blockchains/smartchain/assets/0x7A532Aa9A2Ab86f6BD7E1Dcd93d3FdD2B0B410a6/logo.png deleted file mode 100644 index a1b756f39f55f..0000000000000 Binary files a/blockchains/smartchain/assets/0x7A532Aa9A2Ab86f6BD7E1Dcd93d3FdD2B0B410a6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7A565284572d03EC50c35396F7d6001252eb43B6/info.json b/blockchains/smartchain/assets/0x7A565284572d03EC50c35396F7d6001252eb43B6/info.json deleted file mode 100644 index 9d48a74e3ec50..0000000000000 --- a/blockchains/smartchain/assets/0x7A565284572d03EC50c35396F7d6001252eb43B6/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "DogeZilla", - "type": "BEP20", - "symbol": "DogeZilla", - "decimals": 9, - "website": "https://dogezillacoin.com", - "description": "DogeZilla is a community-driven project. We are a Memecoin + Utility in the crypto sphere. And we declared to disrupt the space with our DogeZilla Vault – Security to make crypto space safer for millions.", - "explorer": "https://bscscan.com/token/0x7a565284572d03ec50c35396f7d6001252eb43b6", - "status": "active", - "id": "0x7A565284572d03EC50c35396F7d6001252eb43B6", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/dogezillacoin" - }, - { - "name": "telegram", - "url": "https://t.me/DogeZillaPortal" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7A565284572d03EC50c35396F7d6001252eb43B6/logo.png b/blockchains/smartchain/assets/0x7A565284572d03EC50c35396F7d6001252eb43B6/logo.png deleted file mode 100644 index 48fe348ee8472..0000000000000 Binary files a/blockchains/smartchain/assets/0x7A565284572d03EC50c35396F7d6001252eb43B6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7A9f28EB62C791422Aa23CeAE1dA9C847cBeC9b0/info.json b/blockchains/smartchain/assets/0x7A9f28EB62C791422Aa23CeAE1dA9C847cBeC9b0/info.json deleted file mode 100644 index d83405310c091..0000000000000 --- a/blockchains/smartchain/assets/0x7A9f28EB62C791422Aa23CeAE1dA9C847cBeC9b0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "yieldwatch", - "type": "BEP20", - "symbol": "WATCH", - "decimals": 18, - "website": "https://yieldwatch.net", - "description": "yieldwatch.net is a smart yield farming dashboard that lets you monitor your liquidity pools, yield farming and token staking.", - "explorer": "https://bscscan.com/token/0x7a9f28eb62c791422aa23ceae1da9c847cbec9b0", - "status": "active", - "id": "0x7A9f28EB62C791422Aa23CeAE1dA9C847cBeC9b0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7A9f28EB62C791422Aa23CeAE1dA9C847cBeC9b0/logo.png b/blockchains/smartchain/assets/0x7A9f28EB62C791422Aa23CeAE1dA9C847cBeC9b0/logo.png deleted file mode 100644 index 25b29e8e4aac9..0000000000000 Binary files a/blockchains/smartchain/assets/0x7A9f28EB62C791422Aa23CeAE1dA9C847cBeC9b0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70/info.json b/blockchains/smartchain/assets/0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70/info.json deleted file mode 100644 index ac0c6ad7f693f..0000000000000 --- a/blockchains/smartchain/assets/0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Doge Dash", - "website": "https://dogedash.com/", - "description": "Crypto Gaming made Easy: The aim of the game is simple... Dash as fast as you can through all of the 10 levels whilst collecting coins along the way. Successful players who complete all 10 levels will be rewarded with the collected Doge Dash coins direct to their wallets", - "explorer": "https://bscscan.com/token/0x7ae5709c585ccfb3e61ff312ec632c21a5f03f70", - "type": "BEP20", - "symbol": "DogeDash", - "decimals": 18, - "status": "active", - "id": "0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70", - "links": [ - { - "name": "telegram", - "url": "https://t.me/dogedashgame" - }, - { - "name": "twitter", - "url": "https://twitter.com/doge_dash" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/dogedashthegame/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCFrYj9uTa66nLgviytnXzvA" - }, - { - "name": "medium", - "url": "https://medium.com/@Dogedash_official" - }, - { - "name": "whitepaper", - "url": "https://dogedash.com/Doge_Dash_Whitepaper.pdf" - }, - { - "name": "whitepaper", - "url": "https://coinmarketcap.com/currencies/doge-dash/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/doge-dash" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70/logo.png b/blockchains/smartchain/assets/0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70/logo.png deleted file mode 100644 index 20aa95c9bda80..0000000000000 Binary files a/blockchains/smartchain/assets/0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7Aa0f568a5CC0b5395694Cb5aD8C9423F8C41A80/info.json b/blockchains/smartchain/assets/0x7Aa0f568a5CC0b5395694Cb5aD8C9423F8C41A80/info.json deleted file mode 100644 index 682f6a08bbb40..0000000000000 --- a/blockchains/smartchain/assets/0x7Aa0f568a5CC0b5395694Cb5aD8C9423F8C41A80/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeMusk", - "website": "https://www.safemusk.com/", - "description": "SafeMusk autonomous yield and liquidity generation protocol on BSC", - "explorer": "https://bscscan.com/token/0x7aa0f568a5cc0b5395694cb5ad8c9423f8c41a80", - "type": "BEP20", - "symbol": "SAFEMUSK", - "decimals": 9, - "status": "active", - "id": "0x7Aa0f568a5CC0b5395694Cb5aD8C9423F8C41A80" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7Aa0f568a5CC0b5395694Cb5aD8C9423F8C41A80/logo.png b/blockchains/smartchain/assets/0x7Aa0f568a5CC0b5395694Cb5aD8C9423F8C41A80/logo.png deleted file mode 100644 index 2791e35098209..0000000000000 Binary files a/blockchains/smartchain/assets/0x7Aa0f568a5CC0b5395694Cb5aD8C9423F8C41A80/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7Abf7f54F30a45c7c43D728A75d6741440d7c591/info.json b/blockchains/smartchain/assets/0x7Abf7f54F30a45c7c43D728A75d6741440d7c591/info.json deleted file mode 100644 index 8fda6ae4e6063..0000000000000 --- a/blockchains/smartchain/assets/0x7Abf7f54F30a45c7c43D728A75d6741440d7c591/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "ElonSperm", - "website": "https://elonsperm.com/", - "description": "Let's get Elon Sperm to Mars!", - "explorer": "https://bscscan.com/token/0x7Abf7f54F30a45c7c43D728A75d6741440d7c591", - "type": "BEP20", - "symbol": "SPERM", - "decimals": 9, - "status": "active", - "id": "0x7Abf7f54F30a45c7c43D728A75d6741440d7c591", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/elonsperm" - }, - { - "name": "telegram", - "url": "https://t.me/elonspermtomars" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7Abf7f54F30a45c7c43D728A75d6741440d7c591/logo.png b/blockchains/smartchain/assets/0x7Abf7f54F30a45c7c43D728A75d6741440d7c591/logo.png deleted file mode 100644 index 99a36c7c3e970..0000000000000 Binary files a/blockchains/smartchain/assets/0x7Abf7f54F30a45c7c43D728A75d6741440d7c591/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7B7D3B71A12906270b1b4c187C75f45188E9aEf6/info.json b/blockchains/smartchain/assets/0x7B7D3B71A12906270b1b4c187C75f45188E9aEf6/info.json deleted file mode 100644 index 12c4239157192..0000000000000 --- a/blockchains/smartchain/assets/0x7B7D3B71A12906270b1b4c187C75f45188E9aEf6/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "VIDTC Precious metals and stones", - "type": "BEP20", - "symbol": "VIDTC", - "decimals": 18, - "website": "https://about.v-id.org", - "description": "NFTs for valuables like diamonds or gold", - "explorer": "https://bscscan.com/token/0x7b7d3b71a12906270b1b4c187c75f45188e9aef6", - "status": "active", - "id": "0x7B7D3B71A12906270b1b4c187C75f45188E9aEf6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7B7D3B71A12906270b1b4c187C75f45188E9aEf6/logo.png b/blockchains/smartchain/assets/0x7B7D3B71A12906270b1b4c187C75f45188E9aEf6/logo.png deleted file mode 100644 index 526414260d766..0000000000000 Binary files a/blockchains/smartchain/assets/0x7B7D3B71A12906270b1b4c187C75f45188E9aEf6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7B86b0836f3454e50C6F6a190cd692bB17da1928/info.json b/blockchains/smartchain/assets/0x7B86b0836f3454e50C6F6a190cd692bB17da1928/info.json deleted file mode 100644 index ba2af854247ab..0000000000000 --- a/blockchains/smartchain/assets/0x7B86b0836f3454e50C6F6a190cd692bB17da1928/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "BEM", - "type": "BEP20", - "symbol": "BEM", - "decimals": 18, - "website": "https://bemil.io/", - "description": "BEM is a token issued by BEMIL MT INTERNATIONAL DOO", - "explorer": "https://bscscan.com/token/0x7B86b0836f3454e50C6F6a190cd692bB17da1928", - "status": "active", - "id": "0x7B86b0836f3454e50C6F6a190cd692bB17da1928", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BemilGame" - }, - { - "name": "telegram", - "url": "https://t.me/bemil_chat" - }, - { - "name": "telegram_news", - "url": "https://t.me/bemil_official_channel" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/bemil-coin" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7B86b0836f3454e50C6F6a190cd692bB17da1928/logo.png b/blockchains/smartchain/assets/0x7B86b0836f3454e50C6F6a190cd692bB17da1928/logo.png deleted file mode 100644 index 7204a933624d3..0000000000000 Binary files a/blockchains/smartchain/assets/0x7B86b0836f3454e50C6F6a190cd692bB17da1928/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7B9c3Df47F3326FbC0674d51dc3EB0f2Df29F37F/info.json b/blockchains/smartchain/assets/0x7B9c3Df47F3326FbC0674d51dc3EB0f2Df29F37F/info.json deleted file mode 100644 index 92ae676b284f7..0000000000000 --- a/blockchains/smartchain/assets/0x7B9c3Df47F3326FbC0674d51dc3EB0f2Df29F37F/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Lightning", - "website": "https://lightningprotocol.finance/", - "description": "Lightning is bringing Decentralised Venture Capital to Binance Smart Chain. $LIGHT holders gain exclusive presale access to the most exciting new #BSC projects via the Lightning Incubator and Launchpad, whilst also increasing their holdings thanks to Light's unique, deflationary, supply elasticity protocol.", - "explorer": "https://bscscan.com/token/0x7b9c3df47f3326fbc0674d51dc3eb0f2df29f37f", - "type": "BEP20", - "symbol": "LIGHT", - "decimals": 8, - "status": "abandoned", - "id": "0x7B9c3Df47F3326FbC0674d51dc3EB0f2Df29F37F", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/lightningDeFi" - }, - { - "name": "telegram", - "url": "https://t.me/LightningProtocol" - }, - { - "name": "discord", - "url": "https://discord.com/invite/CKf9ZDJq" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7BA3cD00229C1beCC95a4B056fF15C123DcB456D/info.json b/blockchains/smartchain/assets/0x7BA3cD00229C1beCC95a4B056fF15C123DcB456D/info.json deleted file mode 100644 index 8c78d3eba33a2..0000000000000 --- a/blockchains/smartchain/assets/0x7BA3cD00229C1beCC95a4B056fF15C123DcB456D/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SpaceVikings Token ", - "website": "https://SpaceVikings.finance", - "description": "SpaceVikings is a Danish DeFi Crypto project with real life use cases", - "explorer": "https://bscscan.com/token/0x7BA3cD00229C1beCC95a4B056fF15C123DcB456D", - "type": "BEP20", - "symbol": "SVT", - "decimals": 9, - "status": "active", - "id": "0x7BA3cD00229C1beCC95a4B056fF15C123DcB456D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7BA3cD00229C1beCC95a4B056fF15C123DcB456D/logo.png b/blockchains/smartchain/assets/0x7BA3cD00229C1beCC95a4B056fF15C123DcB456D/logo.png deleted file mode 100644 index 4d2e57e4b94e1..0000000000000 Binary files a/blockchains/smartchain/assets/0x7BA3cD00229C1beCC95a4B056fF15C123DcB456D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7Bd46f6Da97312AC2DBD1749f82E202764C0B914/info.json b/blockchains/smartchain/assets/0x7Bd46f6Da97312AC2DBD1749f82E202764C0B914/info.json deleted file mode 100644 index eb645c95812f7..0000000000000 --- a/blockchains/smartchain/assets/0x7Bd46f6Da97312AC2DBD1749f82E202764C0B914/info.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "Ape Swap LP BUSD-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://bscscan.com/token/0x7Bd46f6Da97312AC2DBD1749f82E202764C0B914", - "type": "BEP20", - "symbol": "APE-LP", - "decimals": 18, - "status": "active", - "id": "0x7Bd46f6Da97312AC2DBD1749f82E202764C0B914", - "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/smartchain/assets/0x7Bd46f6Da97312AC2DBD1749f82E202764C0B914/logo.png b/blockchains/smartchain/assets/0x7Bd46f6Da97312AC2DBD1749f82E202764C0B914/logo.png deleted file mode 100644 index 5676acf9bb8cb..0000000000000 Binary files a/blockchains/smartchain/assets/0x7Bd46f6Da97312AC2DBD1749f82E202764C0B914/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7C38870e93A1f959cB6c533eB10bBc3e438AaC11/info.json b/blockchains/smartchain/assets/0x7C38870e93A1f959cB6c533eB10bBc3e438AaC11/info.json deleted file mode 100644 index 4c1aa2b4d5a9f..0000000000000 --- a/blockchains/smartchain/assets/0x7C38870e93A1f959cB6c533eB10bBc3e438AaC11/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "AliumToken", - "type": "BEP20", - "symbol": "ALM", - "decimals": 18, - "website": "https://alium.finance/", - "description": "Alium Swap is a MultiChain Decentralized Exchange with a Cross-Chain option already operating on Binance Smart Chain and Huobi ECOChain with Ethereum, Near, Matic, Avalanche, Solana, and Tron coming.", - "explorer": "https://bscscan.com/token/0x7C38870e93A1f959cB6c533eB10bBc3e438AaC11", - "status": "active", - "id": "0x7C38870e93A1f959cB6c533eB10bBc3e438AaC11" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7C38870e93A1f959cB6c533eB10bBc3e438AaC11/logo.png b/blockchains/smartchain/assets/0x7C38870e93A1f959cB6c533eB10bBc3e438AaC11/logo.png deleted file mode 100644 index ea02972423b71..0000000000000 Binary files a/blockchains/smartchain/assets/0x7C38870e93A1f959cB6c533eB10bBc3e438AaC11/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7C48834445f81f2F4453eAED510eb8a3a47A7CFA/info.json b/blockchains/smartchain/assets/0x7C48834445f81f2F4453eAED510eb8a3a47A7CFA/info.json deleted file mode 100644 index fda4bc05d9468..0000000000000 --- a/blockchains/smartchain/assets/0x7C48834445f81f2F4453eAED510eb8a3a47A7CFA/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BEES", - "type": "BEP20", - "symbol": "BEE", - "decimals": 9, - "website": "https://beesonbsc.net/", - "description": "Bees the first deflationary token on the BSC that will save the bees, which will save us. All for Bees.", - "explorer": "https://bscscan.com/token/0x7C48834445f81f2F4453eAED510eb8a3a47A7CFA", - "status": "active", - "id": "0x7C48834445f81f2F4453eAED510eb8a3a47A7CFA" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7C48834445f81f2F4453eAED510eb8a3a47A7CFA/logo.png b/blockchains/smartchain/assets/0x7C48834445f81f2F4453eAED510eb8a3a47A7CFA/logo.png deleted file mode 100644 index d089a046d27bf..0000000000000 Binary files a/blockchains/smartchain/assets/0x7C48834445f81f2F4453eAED510eb8a3a47A7CFA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7CD8c22D3F4b66230F73D7FfCB48576233c3fe33/info.json b/blockchains/smartchain/assets/0x7CD8c22D3F4b66230F73D7FfCB48576233c3fe33/info.json deleted file mode 100644 index 731c65e32e41c..0000000000000 --- a/blockchains/smartchain/assets/0x7CD8c22D3F4b66230F73D7FfCB48576233c3fe33/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "METAGALAXY LAND", - "website": "https://metagalaxyland.com", - "description": "The spacemap focuses on the development of the technology, operations infrastructure, new partnerships, and marketing initiatives.", - "explorer": "https://bscscan.com/token/0x7CD8c22D3F4b66230F73D7FfCB48576233c3fe33", - "type": "BEP20", - "symbol": "MEGALAND", - "decimals": 18, - "status": "active", - "id": "0x7CD8c22D3F4b66230F73D7FfCB48576233c3fe33", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/metagalaxyland" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/metagalaxy-land/" - }, - { - "name": "twitter", - "url": "https://twitter.com/metagalaxyland" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7CD8c22D3F4b66230F73D7FfCB48576233c3fe33/logo.png b/blockchains/smartchain/assets/0x7CD8c22D3F4b66230F73D7FfCB48576233c3fe33/logo.png deleted file mode 100644 index cc7581628f390..0000000000000 Binary files a/blockchains/smartchain/assets/0x7CD8c22D3F4b66230F73D7FfCB48576233c3fe33/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7CF23DfF6DEDBf80211FfaDa15Ae01463C47D034/info.json b/blockchains/smartchain/assets/0x7CF23DfF6DEDBf80211FfaDa15Ae01463C47D034/info.json deleted file mode 100644 index abcd42f96f312..0000000000000 --- a/blockchains/smartchain/assets/0x7CF23DfF6DEDBf80211FfaDa15Ae01463C47D034/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "legion For Justice", - "website": "https://legionforjustice.com/", - "description": "Legion For Justice is a community-driven project built on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x7cf23dff6dedbf80211ffada15ae01463c47d034", - "type": "BEP20", - "symbol": "LEGION", - "decimals": 8, - "status": "active", - "id": "0x7CF23DfF6DEDBf80211FfaDa15Ae01463C47D034" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7CF23DfF6DEDBf80211FfaDa15Ae01463C47D034/logo.png b/blockchains/smartchain/assets/0x7CF23DfF6DEDBf80211FfaDa15Ae01463C47D034/logo.png deleted file mode 100644 index fd1a007b0e777..0000000000000 Binary files a/blockchains/smartchain/assets/0x7CF23DfF6DEDBf80211FfaDa15Ae01463C47D034/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7Ceb519718A80Dd78a8545AD8e7f401dE4f2faA7/info.json b/blockchains/smartchain/assets/0x7Ceb519718A80Dd78a8545AD8e7f401dE4f2faA7/info.json deleted file mode 100644 index 1d696df0049b8..0000000000000 --- a/blockchains/smartchain/assets/0x7Ceb519718A80Dd78a8545AD8e7f401dE4f2faA7/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Duelist King Token", - "type": "BEP20", - "symbol": "DKT", - "decimals": 18, - "website": "https://duelistking.com/", - "description": "DKT is governance token of Duelist King NFT Trading Card Game.", - "explorer": "https://bscscan.com/token/0x7Ceb519718A80Dd78a8545AD8e7f401dE4f2faA7", - "status": "active", - "id": "0x7Ceb519718A80Dd78a8545AD8e7f401dE4f2faA7", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/DuelistKingNFT" - }, - { - "name": "telegram", - "url": "https://t.me/DuelistKingNFT" - }, - { - "name": "whitepaper", - "url": "https://duelistking.com/Duelist_King_WPP.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/duelist-king/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/duelist-king" - }, - { - "name": "source_code", - "url": "https://github.com/DK-DAO/infrastructure/" - }, - { - "name": "blog", - "url": "https://blog.duelistking.com" - }, - { - "name": "discord", - "url": "https://discord.com/invite/nvN2WqgPfw" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7Ceb519718A80Dd78a8545AD8e7f401dE4f2faA7/logo.png b/blockchains/smartchain/assets/0x7Ceb519718A80Dd78a8545AD8e7f401dE4f2faA7/logo.png deleted file mode 100644 index 11228973cbb5d..0000000000000 Binary files a/blockchains/smartchain/assets/0x7Ceb519718A80Dd78a8545AD8e7f401dE4f2faA7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7D2B2b15f1023425647626C4e411beA51F1aC0CD/info.json b/blockchains/smartchain/assets/0x7D2B2b15f1023425647626C4e411beA51F1aC0CD/info.json deleted file mode 100644 index def59ed56f303..0000000000000 --- a/blockchains/smartchain/assets/0x7D2B2b15f1023425647626C4e411beA51F1aC0CD/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "OWGaming", - "website": "https://www.owgaming.co", - "description": "Owgaming is a gaming tournament and competition geared token on the binance smart chain, a brand new amateur gamer launchpad", - "explorer": "https://bscscan.com/token/0x7D2B2b15f1023425647626C4e411beA51F1aC0CD", - "type": "BEP20", - "symbol": "OW", - "decimals": 9, - "status": "active", - "id": "0x7D2B2b15f1023425647626C4e411beA51F1aC0CD" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7D2B2b15f1023425647626C4e411beA51F1aC0CD/logo.png b/blockchains/smartchain/assets/0x7D2B2b15f1023425647626C4e411beA51F1aC0CD/logo.png deleted file mode 100644 index c154b483867a3..0000000000000 Binary files a/blockchains/smartchain/assets/0x7D2B2b15f1023425647626C4e411beA51F1aC0CD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7D72DEDa97AfCE34caeb5DcbCc4001b7Ceb8074B/info.json b/blockchains/smartchain/assets/0x7D72DEDa97AfCE34caeb5DcbCc4001b7Ceb8074B/info.json deleted file mode 100644 index 7b18d14a19477..0000000000000 --- a/blockchains/smartchain/assets/0x7D72DEDa97AfCE34caeb5DcbCc4001b7Ceb8074B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MonkeyCoin", - "website": "http://monkeycoin.space", - "description": "MonkeyMoon - is an automatic liquidity generation protocol.", - "explorer": "https://bscscan.com/token/0x7d72deda97afce34caeb5dcbcc4001b7ceb8074b", - "type": "BEP20", - "symbol": "MKMOON", - "decimals": 9, - "status": "active", - "id": "0x7D72DEDa97AfCE34caeb5DcbCc4001b7Ceb8074B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7D72DEDa97AfCE34caeb5DcbCc4001b7Ceb8074B/logo.png b/blockchains/smartchain/assets/0x7D72DEDa97AfCE34caeb5DcbCc4001b7Ceb8074B/logo.png deleted file mode 100644 index 3a183f5e13af8..0000000000000 Binary files a/blockchains/smartchain/assets/0x7D72DEDa97AfCE34caeb5DcbCc4001b7Ceb8074B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7Ddc52c4De30e94Be3A6A0A2b259b2850f421989/info.json b/blockchains/smartchain/assets/0x7Ddc52c4De30e94Be3A6A0A2b259b2850f421989/info.json deleted file mode 100644 index 2280e81e91ee8..0000000000000 --- a/blockchains/smartchain/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://bscscan.com/token/0x7Ddc52c4De30e94Be3A6A0A2b259b2850f421989", - "type": "BEP20", - "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/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" - ] -} diff --git a/blockchains/smartchain/assets/0x7Ddc52c4De30e94Be3A6A0A2b259b2850f421989/logo.png b/blockchains/smartchain/assets/0x7Ddc52c4De30e94Be3A6A0A2b259b2850f421989/logo.png deleted file mode 100644 index 1d15389d09576..0000000000000 Binary files a/blockchains/smartchain/assets/0x7Ddc52c4De30e94Be3A6A0A2b259b2850f421989/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7E35D0e9180bF3A1fc47b0d110bE7a21A10B41Fe/info.json b/blockchains/smartchain/assets/0x7E35D0e9180bF3A1fc47b0d110bE7a21A10B41Fe/info.json deleted file mode 100644 index 13822be5d2de0..0000000000000 --- a/blockchains/smartchain/assets/0x7E35D0e9180bF3A1fc47b0d110bE7a21A10B41Fe/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "OVR", - "symbol": "OVR", - "type": "BEP20", - "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://bscscan.com/token/0x7e35d0e9180bf3a1fc47b0d110be7a21a10b41fe", - "status": "active", - "id": "0x7E35D0e9180bF3A1fc47b0d110bE7a21A10B41Fe", - "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/smartchain/assets/0x7E35D0e9180bF3A1fc47b0d110bE7a21A10B41Fe/logo.png b/blockchains/smartchain/assets/0x7E35D0e9180bF3A1fc47b0d110bE7a21A10B41Fe/logo.png deleted file mode 100644 index c3045348fbd1c..0000000000000 Binary files a/blockchains/smartchain/assets/0x7E35D0e9180bF3A1fc47b0d110bE7a21A10B41Fe/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7E5d52C3335C91Af0da392BEa4BB9e43F2AbA62C/info.json b/blockchains/smartchain/assets/0x7E5d52C3335C91Af0da392BEa4BB9e43F2AbA62C/info.json deleted file mode 100644 index b9bda559c40b4..0000000000000 --- a/blockchains/smartchain/assets/0x7E5d52C3335C91Af0da392BEa4BB9e43F2AbA62C/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Sheesh it is bussin bussin", - "website": "https://sheeshtoken.com", - "description": "Sheesh is a Crypto Token created to Bridge the world of Social Media/Gaming with the world of crypto.", - "explorer": "https://bscscan.com/token/0x7e5d52c3335c91af0da392bea4bb9e43f2aba62c", - "type": "BEP20", - "symbol": "Sheesh", - "decimals": 18, - "status": "active", - "id": "0x7E5d52C3335C91Af0da392BEa4BB9e43F2AbA62C", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Sheeshtoken" - }, - { - "name": "telegram", - "url": "https://t.me/sheeshtokenchat" - }, - { - "name": "discord", - "url": "https://discord.com/invite/uYxAQQTA" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/SheeshToken/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7E5d52C3335C91Af0da392BEa4BB9e43F2AbA62C/logo.png b/blockchains/smartchain/assets/0x7E5d52C3335C91Af0da392BEa4BB9e43F2AbA62C/logo.png deleted file mode 100644 index 9b636ca4fca57..0000000000000 Binary files a/blockchains/smartchain/assets/0x7E5d52C3335C91Af0da392BEa4BB9e43F2AbA62C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7E60C74b9096f8FA6fb5a9FD88405dED8B7D44f3/info.json b/blockchains/smartchain/assets/0x7E60C74b9096f8FA6fb5a9FD88405dED8B7D44f3/info.json deleted file mode 100644 index 89a4fd82b445e..0000000000000 --- a/blockchains/smartchain/assets/0x7E60C74b9096f8FA6fb5a9FD88405dED8B7D44f3/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Infiblue World Monie", - "symbol": "MONIE", - "type": "BEP20", - "decimals": 18, - "description": "Infiblue world is a GameFi, SocialFi DApp. It is a metaverse that offers players infinite way to make wealth and build social life.", - "website": "https://www.infiblue.world/", - "explorer": "https://bscscan.com/token/0x7E60C74b9096f8FA6fb5a9FD88405dED8B7D44f3", - "status": "active", - "id": "0x7E60C74b9096f8FA6fb5a9FD88405dED8B7D44f3", - "tags": [], - "links": [ - { - "name": "github", - "url": "https://github.com/Infiblue-World" - }, - { - "name": "twitter", - "url": "https://twitter.com/InfiblueNFT" - }, - { - "name": "whitepaper", - "url": "https://medium.com/@InfiblueWorld/infiblue-whitepaper-v1-0-8bb685def026" - } - ] -} diff --git a/blockchains/smartchain/assets/0x7E60C74b9096f8FA6fb5a9FD88405dED8B7D44f3/logo.png b/blockchains/smartchain/assets/0x7E60C74b9096f8FA6fb5a9FD88405dED8B7D44f3/logo.png deleted file mode 100644 index af881ef9e76b9..0000000000000 Binary files a/blockchains/smartchain/assets/0x7E60C74b9096f8FA6fb5a9FD88405dED8B7D44f3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7E7c1d1a7DC1A978100E7faBe865cbb2Ce0b20B1/info.json b/blockchains/smartchain/assets/0x7E7c1d1a7DC1A978100E7faBe865cbb2Ce0b20B1/info.json deleted file mode 100644 index c7a7ba731147b..0000000000000 --- a/blockchains/smartchain/assets/0x7E7c1d1a7DC1A978100E7faBe865cbb2Ce0b20B1/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ETET Token", - "website": "https://etet.finance/", - "description": "ETET is the equity token of ETET.Finance, the first decentralized Ethereum computing platform.", - "explorer": "https://bscscan.com/token/0x7E7c1d1a7DC1A978100E7faBe865cbb2Ce0b20B1", - "type": "BEP20", - "symbol": "ETET", - "decimals": 18, - "status": "active", - "id": "0x7E7c1d1a7DC1A978100E7faBe865cbb2Ce0b20B1" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7E7c1d1a7DC1A978100E7faBe865cbb2Ce0b20B1/logo.png b/blockchains/smartchain/assets/0x7E7c1d1a7DC1A978100E7faBe865cbb2Ce0b20B1/logo.png deleted file mode 100644 index 90232aed9909f..0000000000000 Binary files a/blockchains/smartchain/assets/0x7E7c1d1a7DC1A978100E7faBe865cbb2Ce0b20B1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7EA2b25C1a558C6F9b4649358183152b0eA4c03f/info.json b/blockchains/smartchain/assets/0x7EA2b25C1a558C6F9b4649358183152b0eA4c03f/info.json deleted file mode 100644 index 77e6f8069de8e..0000000000000 --- a/blockchains/smartchain/assets/0x7EA2b25C1a558C6F9b4649358183152b0eA4c03f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bitchip Farm", - "website": "https://bitchip.farm/", - "description": "Next Gen Mining Chip Smaller, faster", - "explorer": "https://bscscan.com/token/0x7ea2b25c1a558c6f9b4649358183152b0ea4c03f", - "symbol": "CHIP", - "type": "BEP20", - "decimals": 8, - "status": "active", - "id": "0x7EA2b25C1a558C6F9b4649358183152b0eA4c03f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7EA2b25C1a558C6F9b4649358183152b0eA4c03f/logo.png b/blockchains/smartchain/assets/0x7EA2b25C1a558C6F9b4649358183152b0eA4c03f/logo.png deleted file mode 100644 index 4736ed4a65a35..0000000000000 Binary files a/blockchains/smartchain/assets/0x7EA2b25C1a558C6F9b4649358183152b0eA4c03f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7EaeE60040135F20f508A393ca400dEd339d654e/info.json b/blockchains/smartchain/assets/0x7EaeE60040135F20f508A393ca400dEd339d654e/info.json deleted file mode 100644 index 6e484763ecb3e..0000000000000 --- a/blockchains/smartchain/assets/0x7EaeE60040135F20f508A393ca400dEd339d654e/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "REVIVAL", - "website": "https://revivaldefi.com", - "description": "Revival is a BEP-20 Token that gives 11% reflections paid in BNB so you do not have to tap into your RVL holdings to use your reflections!", - "explorer": "https://bscscan.com/token/0x7EaeE60040135F20f508A393ca400dEd339d654e", - "type": "BEP20", - "symbol": "RVL", - "decimals": 9, - "status": "active", - "id": "0x7EaeE60040135F20f508A393ca400dEd339d654e", - "links": [ - { - "name": "github", - "url": "https://github.com/revivaldefitech/" - }, - { - "name": "twitter", - "url": "https://twitter.com/revivaldefi" - }, - { - "name": "telegram", - "url": "https://t.me/revivaldefi" - }, - { - "name": "discord", - "url": "https://discord.com/revivaldefi" - }, - { - "name": "whitepaper", - "url": "https://revivaldefi.com/assets/docs/Litepaper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/revival/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/revival" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7EaeE60040135F20f508A393ca400dEd339d654e/logo.png b/blockchains/smartchain/assets/0x7EaeE60040135F20f508A393ca400dEd339d654e/logo.png deleted file mode 100644 index fec317ea2af69..0000000000000 Binary files a/blockchains/smartchain/assets/0x7EaeE60040135F20f508A393ca400dEd339d654e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7Ee7F14427cC41D6dB17829eb57Dc74A26796b9D/info.json b/blockchains/smartchain/assets/0x7Ee7F14427cC41D6dB17829eb57Dc74A26796b9D/info.json deleted file mode 100644 index 1b67fcbac3c8d..0000000000000 --- a/blockchains/smartchain/assets/0x7Ee7F14427cC41D6dB17829eb57Dc74A26796b9D/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "MoonRise", - "type": "BEP20", - "symbol": "MOONRISE", - "decimals": 9, - "website": "https://MoonRiseCoin.com", - "description": "MoonRise is the first MoonShot token on BSC, and is also a proprietary and hyper-deflationary buyback token with a suite of new innovations that help increase return for investors. On top of the automated buys from the Whale Wallet upon every market sell, \"Moon Shots\" will be activated at certain milestones using the Whale Wallet's BNB!", - "explorer": "https://bscscan.com/token/0x7Ee7F14427cC41D6dB17829eb57Dc74A26796b9D", - "status": "active", - "id": "0x7Ee7F14427cC41D6dB17829eb57Dc74A26796b9D", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MoonRise_BSC" - }, - { - "name": "telegram", - "url": "https://t.me/MoonRise_BSC" - }, - { - "name": "telegram_news", - "url": "https://t.me/MoonRise_BSC_News" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/MoonRise_BSC" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/moonrise" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/moonrise/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7Ee7F14427cC41D6dB17829eb57Dc74A26796b9D/logo.png b/blockchains/smartchain/assets/0x7Ee7F14427cC41D6dB17829eb57Dc74A26796b9D/logo.png deleted file mode 100644 index 38af60fe06f7b..0000000000000 Binary files a/blockchains/smartchain/assets/0x7Ee7F14427cC41D6dB17829eb57Dc74A26796b9D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7EeFB6AeB8BC2c1ba6be1D4273eC0758a1321272/info.json b/blockchains/smartchain/assets/0x7EeFB6AeB8BC2c1ba6be1D4273eC0758a1321272/info.json deleted file mode 100644 index d6a3054e9e916..0000000000000 --- a/blockchains/smartchain/assets/0x7EeFB6AeB8BC2c1ba6be1D4273eC0758a1321272/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Endless Board Game", - "website": "https://endlessboardgame.com", - "description": "ENG is the main key to the Endless Board Game gaming platform for different P2E games.", - "explorer": "https://bscscan.com/token/0x7eefb6aeb8bc2c1ba6be1d4273ec0758a1321272", - "type": "BEP20", - "symbol": "ENG", - "decimals": 18, - "status": "active", - "id": "0x7EeFB6AeB8BC2c1ba6be1D4273eC0758a1321272", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/EngToken" - }, - { - "name": "telegram", - "url": "https://t.me/endlessbg" - }, - { - "name": "whitepaper", - "url": "https://endlessboardgame.com/Content/ENG%20Whitepaper.pdf" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x7EeFB6AeB8BC2c1ba6be1D4273eC0758a1321272/logo.png b/blockchains/smartchain/assets/0x7EeFB6AeB8BC2c1ba6be1D4273eC0758a1321272/logo.png deleted file mode 100644 index 311f7db857b2a..0000000000000 Binary files a/blockchains/smartchain/assets/0x7EeFB6AeB8BC2c1ba6be1D4273eC0758a1321272/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7F70642d88cf1C4a3a7abb072B53B929b653edA5/info.json b/blockchains/smartchain/assets/0x7F70642d88cf1C4a3a7abb072B53B929b653edA5/info.json deleted file mode 100644 index cdae47bc92f98..0000000000000 --- a/blockchains/smartchain/assets/0x7F70642d88cf1C4a3a7abb072B53B929b653edA5/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "BNB pegged YFII.finance Token", - "website": "https://yfii.finance", - "description": "DFI.Money (YFII) is a DeFi platform which aims to build products on aggregated liquidity provision, leveraged trading, automated marketing making.", - "explorer": "https://bscscan.com/token/0x7F70642d88cf1C4a3a7abb072B53B929b653edA5", - "research": "https://research.binance.com/en/projects/dfimoney", - "type": "BEP20", - "symbol": "YFII", - "decimals": 18, - "status": "active", - "id": "0x7F70642d88cf1C4a3a7abb072B53B929b653edA5" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7F70642d88cf1C4a3a7abb072B53B929b653edA5/logo.png b/blockchains/smartchain/assets/0x7F70642d88cf1C4a3a7abb072B53B929b653edA5/logo.png deleted file mode 100755 index 8b38b931904d5..0000000000000 Binary files a/blockchains/smartchain/assets/0x7F70642d88cf1C4a3a7abb072B53B929b653edA5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7FA7dF4996AC59F398476892cfB195eD38543520/info.json b/blockchains/smartchain/assets/0x7FA7dF4996AC59F398476892cfB195eD38543520/info.json deleted file mode 100644 index 2344936cbeac2..0000000000000 --- a/blockchains/smartchain/assets/0x7FA7dF4996AC59F398476892cfB195eD38543520/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Wagyuswap.org", - "type": "BEP20", - "symbol": "WAG", - "decimals": 18, - "website": "https://www.wagyuswap.app/", - "description": "Wag is the native currency of Wagyuswap DEX", - "explorer": "https://bscscan.com/token/0x7FA7dF4996AC59F398476892cfB195eD38543520", - "status": "active", - "id": "0x7FA7dF4996AC59F398476892cfB195eD38543520", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/WagyuSwap_app" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/wagyuswap/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/wagyuswap" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7FA7dF4996AC59F398476892cfB195eD38543520/logo.png b/blockchains/smartchain/assets/0x7FA7dF4996AC59F398476892cfB195eD38543520/logo.png deleted file mode 100644 index 45e6862e590fa..0000000000000 Binary files a/blockchains/smartchain/assets/0x7FA7dF4996AC59F398476892cfB195eD38543520/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7a983559e130723B70e45bd637773DbDfD3F71Db/info.json b/blockchains/smartchain/assets/0x7a983559e130723B70e45bd637773DbDfD3F71Db/info.json deleted file mode 100644 index 1c0418f2b0381..0000000000000 --- a/blockchains/smartchain/assets/0x7a983559e130723B70e45bd637773DbDfD3F71Db/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Diamond Boyz Coin", - "type": "BEP20", - "symbol": "DBZ", - "decimals": 18, - "website": "https://dbzcoin.com/", - "description": "DBZ Coin aims to become the leader in payment and verification for authentic jewelry purchases as well as set a standard for a faster remittance systems worldwide. By walking users through how to obtain Diamond Boyz Coin, is also introducing them to a new way to interact with the internet in an entertaining and valuable way.", - "explorer": "https://bscscan.com/token/0x7a983559e130723B70e45bd637773DbDfD3F71Db", - "status": "active", - "id": "0x7a983559e130723B70e45bd637773DbDfD3F71Db", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/johnnydangandco" - }, - { - "name": "telegram", - "url": "https://t.me/joinchat/Oawgdtvj3qNiODdh" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/diamond-boyz-coin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7a983559e130723B70e45bd637773DbDfD3F71Db/logo.png b/blockchains/smartchain/assets/0x7a983559e130723B70e45bd637773DbDfD3F71Db/logo.png deleted file mode 100644 index 4daf94f7a5468..0000000000000 Binary files a/blockchains/smartchain/assets/0x7a983559e130723B70e45bd637773DbDfD3F71Db/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7b0b4C304B9149B692c1Acbc9dB4F4a1c17B2B91/info.json b/blockchains/smartchain/assets/0x7b0b4C304B9149B692c1Acbc9dB4F4a1c17B2B91/info.json deleted file mode 100644 index 9c271131003b3..0000000000000 --- a/blockchains/smartchain/assets/0x7b0b4C304B9149B692c1Acbc9dB4F4a1c17B2B91/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Baby Pig Token", - "website": "https://www.babypig.org", - "description": "A token launched for the NFT community, with the spirit of predecessor Pig Token.", - "explorer": "https://bscscan.com/token/0x7b0b4C304B9149B692c1Acbc9dB4F4a1c17B2B91", - "type": "BEP20", - "symbol": "BabyPig", - "decimals": 9, - "status": "active", - "id": "0x7b0b4C304B9149B692c1Acbc9dB4F4a1c17B2B91", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BabyPigToken/status/1402976455219310602?s=24" - }, - { - "name": "telegram", - "url": "https://t.me/joinchat/QQRxmiTXZZ8wNTdl" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7b0b4C304B9149B692c1Acbc9dB4F4a1c17B2B91/logo.png b/blockchains/smartchain/assets/0x7b0b4C304B9149B692c1Acbc9dB4F4a1c17B2B91/logo.png deleted file mode 100644 index fdde7de5ced1b..0000000000000 Binary files a/blockchains/smartchain/assets/0x7b0b4C304B9149B692c1Acbc9dB4F4a1c17B2B91/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7b5beB86af822125762bd0E9eb0Df3154ffbF640/info.json b/blockchains/smartchain/assets/0x7b5beB86af822125762bd0E9eb0Df3154ffbF640/info.json deleted file mode 100644 index 6eff4df07b5c6..0000000000000 --- a/blockchains/smartchain/assets/0x7b5beB86af822125762bd0E9eb0Df3154ffbF640/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeDoge", - "website": "https://safedoge.dog", - "description": "SAFEDOGE is a Frictionless Yield Generation DEFI protocol on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x7b5beb86af822125762bd0e9eb0df3154ffbf640", - "type": "BEP20", - "symbol": "SAFEDOGE", - "decimals": 9, - "status": "active", - "id": "0x7b5beB86af822125762bd0E9eb0Df3154ffbF640" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7b5beB86af822125762bd0E9eb0Df3154ffbF640/logo.png b/blockchains/smartchain/assets/0x7b5beB86af822125762bd0E9eb0Df3154ffbF640/logo.png deleted file mode 100644 index 0df9ef9d9f3e1..0000000000000 Binary files a/blockchains/smartchain/assets/0x7b5beB86af822125762bd0E9eb0Df3154ffbF640/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7b665B2F633d9363b89A98b094B1F9E732Bd8F86/info.json b/blockchains/smartchain/assets/0x7b665B2F633d9363b89A98b094B1F9E732Bd8F86/info.json deleted file mode 100644 index 5f95122a74172..0000000000000 --- a/blockchains/smartchain/assets/0x7b665B2F633d9363b89A98b094B1F9E732Bd8F86/info.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "Amazy Token", - "type": "BEP20", - "symbol": "AZY", - "decimals": 18, - "website": "https://amazy.io", - "description": "AMAZY is a crypto fitness app with two main courses: to Move and to Earn by equipping NFT sneakers, uniting the ideas of a healthy lifestyle and profiting simultaneously. The project focuses on becoming the ecosystem, called the AMAZY Realverse, focusing on a healthy lifestyle.", - "explorer": "https://bscscan.com/token/0x7b665b2f633d9363b89a98b094b1f9e732bd8f86", - "status": "active", - "id": "0x7b665B2F633d9363b89A98b094B1F9E732Bd8F86", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/amazyio" - }, - { - "name": "github", - "url": "https://github.com/amazy-io" - }, - { - "name": "telegram", - "url": "https://t.me/amazyio_en" - }, - { - "name": "telegram_news", - "url": "https://t.me/amazyio" - }, - { - "name": "blog", - "url": "https://medium.com/@amazy" - }, - { - "name": "discord", - "url": "https://discord.com/invite/amazyio" - }, - { - "name": "whitepaper", - "url": "https://amazy-1.gitbook.io/whitepaper/" - }, - { - "name": "medium", - "url": "https://medium.com/@amazy" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCZmUQmMOzxqXO11BKiBrZfw" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/amazy/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/amazy" - } - ], - "tags": [ - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x7b665B2F633d9363b89A98b094B1F9E732Bd8F86/logo.png b/blockchains/smartchain/assets/0x7b665B2F633d9363b89A98b094B1F9E732Bd8F86/logo.png deleted file mode 100644 index f19876470dc23..0000000000000 Binary files a/blockchains/smartchain/assets/0x7b665B2F633d9363b89A98b094B1F9E732Bd8F86/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7bC75e291E656E8658D66Be1cc8154A3769A35Dd/info.json b/blockchains/smartchain/assets/0x7bC75e291E656E8658D66Be1cc8154A3769A35Dd/info.json deleted file mode 100644 index 8a9584b63b86f..0000000000000 --- a/blockchains/smartchain/assets/0x7bC75e291E656E8658D66Be1cc8154A3769A35Dd/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "iMe Lab", - "type": "BEP20", - "symbol": "LIME", - "decimals": 18, - "website": "https://imem.app/", - "description": "iMe is an all-in-one app with the Telegram-based messenger, non-custodial Crypto Wallet (Polygon, BNB Chain, Ethereum, more to come), DeFi tools, its own native utility token $LIME. The app allows sending crypto in a few clicks right on Telegram, using Binance functionality, tipping Telegram resources with crypto, having access to NFT / Web 3.0, and more. iMe is available on Google Play and App Store. iMe is on a mission to make DeFi more accessible to a wider population.", - "explorer": "https://bscscan.com/token/0x7bC75e291E656E8658D66Be1cc8154A3769A35Dd", - "status": "active", - "id": "0x7bC75e291E656E8658D66Be1cc8154A3769A35Dd", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/ime-lab/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/ime-lab" - }, - { - "name": "twitter", - "url": "https://twitter.com/ImePlatform" - }, - { - "name": "facebook", - "url": "https://facebook.com/imeplatform" - }, - { - "name": "discord", - "url": "https://discord.com/GrYcwSADxy" - }, - { - "name": "telegram", - "url": "https://t.me/iMeLime" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x7bC75e291E656E8658D66Be1cc8154A3769A35Dd/logo.png b/blockchains/smartchain/assets/0x7bC75e291E656E8658D66Be1cc8154A3769A35Dd/logo.png deleted file mode 100644 index 533446f22fc9b..0000000000000 Binary files a/blockchains/smartchain/assets/0x7bC75e291E656E8658D66Be1cc8154A3769A35Dd/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7bb362962F2a4E2089466C79566572B37CFc5D78/info.json b/blockchains/smartchain/assets/0x7bb362962F2a4E2089466C79566572B37CFc5D78/info.json deleted file mode 100644 index a45bf090a0ef0..0000000000000 --- a/blockchains/smartchain/assets/0x7bb362962F2a4E2089466C79566572B37CFc5D78/info.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "Bafe.io", - "website": "https://bafe.io", - "description": "Self generating liquidity token - Reflection paid back to holders.", - "explorer": "https://bscscan.com/token/0x7bb362962F2a4E2089466C79566572B37CFc5D78", - "research": "", - "type": "BEP20", - "symbol": "BAFE", - "decimals": 9, - "status": "active", - "id": "0x7bb362962F2a4E2089466C79566572B37CFc5D78", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Bafeio" - }, - { - "name": "telegram", - "url": "https://t.me/bafeio" - }, - { - "name": "discord", - "url": "https://discord.com/invite/ZFR6MrB6Vg" - }, - { - "name": "medium", - "url": "https://bafe-io.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7bb362962F2a4E2089466C79566572B37CFc5D78/logo.png b/blockchains/smartchain/assets/0x7bb362962F2a4E2089466C79566572B37CFc5D78/logo.png deleted file mode 100644 index c0e466b470047..0000000000000 Binary files a/blockchains/smartchain/assets/0x7bb362962F2a4E2089466C79566572B37CFc5D78/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7c1608C004F20c3520f70b924E2BfeF092dA0043/info.json b/blockchains/smartchain/assets/0x7c1608C004F20c3520f70b924E2BfeF092dA0043/info.json deleted file mode 100644 index 3d026162449ca..0000000000000 --- a/blockchains/smartchain/assets/0x7c1608C004F20c3520f70b924E2BfeF092dA0043/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "CZFarm", - "type": "BEP20", - "symbol": "CZF", - "decimals": 18, - "website": "https://czodiac.com", - "description": "Defi ecosystem by CZodiac with farms, pools, NFTs, stablecoin borrowing, and the best APR on BSC.", - "explorer": "https://bscscan.com/token/0x7c1608C004F20c3520f70b924E2BfeF092dA0043", - "status": "active", - "id": "0x7c1608C004F20c3520f70b924E2BfeF092dA0043", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/zodiacs_c" - }, - { - "name": "github", - "url": "https://github.com/chinese-zodiac/czodiac" - }, - { - "name": "telegram", - "url": "https://t.me/CZodiacofficial" - }, - { - "name": "telegram_news", - "url": "https://t.me/CZodiacANN" - }, - { - "name": "whitepaper", - "url": "https://czodiac.gitbook.io/czodiac-litepapper/" - }, - { - "name": "medium", - "url": "https://czodiacs.medium.com/" - }, - { - "name": "discord", - "url": "https://discord.com/FEpu3xF2Hb" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7c1608C004F20c3520f70b924E2BfeF092dA0043/logo.png b/blockchains/smartchain/assets/0x7c1608C004F20c3520f70b924E2BfeF092dA0043/logo.png deleted file mode 100644 index 614ecf1842d9d..0000000000000 Binary files a/blockchains/smartchain/assets/0x7c1608C004F20c3520f70b924E2BfeF092dA0043/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7c63F96fEAFACD84e75a594C00faC3693386FBf0/info.json b/blockchains/smartchain/assets/0x7c63F96fEAFACD84e75a594C00faC3693386FBf0/info.json deleted file mode 100644 index 35f50d2947c8d..0000000000000 --- a/blockchains/smartchain/assets/0x7c63F96fEAFACD84e75a594C00faC3693386FBf0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ASS", - "type": "BEP20", - "symbol": "ASS", - "decimals": 9, - "website": "https://assfinance.com", - "description": "$ASS is a community meme token with safemoon tokenomics here to be the new financial standard on BSC. Slam Some $ASS With Us!", - "explorer": "https://bscscan.com/token/0x7c63F96fEAFACD84e75a594C00faC3693386FBf0", - "status": "active", - "id": "0x7c63F96fEAFACD84e75a594C00faC3693386FBf0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7c63F96fEAFACD84e75a594C00faC3693386FBf0/logo.png b/blockchains/smartchain/assets/0x7c63F96fEAFACD84e75a594C00faC3693386FBf0/logo.png deleted file mode 100644 index a3ca9d136096d..0000000000000 Binary files a/blockchains/smartchain/assets/0x7c63F96fEAFACD84e75a594C00faC3693386FBf0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7c67DCCb04b67d4666fd97B2a00bb6D9B8D82E3F/info.json b/blockchains/smartchain/assets/0x7c67DCCb04b67d4666fd97B2a00bb6D9B8D82E3F/info.json deleted file mode 100644 index c3071c7467498..0000000000000 --- a/blockchains/smartchain/assets/0x7c67DCCb04b67d4666fd97B2a00bb6D9B8D82E3F/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Goatcoin", - "type": "BEP20", - "symbol": "GOAT", - "decimals": 18, - "website": "https://goatcoin.xyz", - "description": "Goatcoin - The governance and reward token of Goatcha.io | an NFT marketplace platform on BSC.", - "explorer": "https://bscscan.com/token/0x7c67DCCb04b67d4666fd97B2a00bb6D9B8D82E3F", - "status": "active", - "id": "0x7c67DCCb04b67d4666fd97B2a00bb6D9B8D82E3F" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7c67DCCb04b67d4666fd97B2a00bb6D9B8D82E3F/logo.png b/blockchains/smartchain/assets/0x7c67DCCb04b67d4666fd97B2a00bb6D9B8D82E3F/logo.png deleted file mode 100644 index 9646030ff122f..0000000000000 Binary files a/blockchains/smartchain/assets/0x7c67DCCb04b67d4666fd97B2a00bb6D9B8D82E3F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7c73967dC8c804Ea028247f5A953052f0CD5Fd58/info.json b/blockchains/smartchain/assets/0x7c73967dC8c804Ea028247f5A953052f0CD5Fd58/info.json deleted file mode 100644 index 80e169fbad709..0000000000000 --- a/blockchains/smartchain/assets/0x7c73967dC8c804Ea028247f5A953052f0CD5Fd58/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "CyBloc Battery Token", - "website": "https://cyball.com", - "description": "CyBloc Battery Token is CyBall's primary Play-to-Earn reward and utility token with no fixed supply.", - "explorer": "https://bscscan.com/token/0x7c73967dc8c804ea028247f5a953052f0cd5fd58", - "type": "BEP20", - "symbol": "CBT", - "decimals": 18, - "status": "active", - "id": "0x7c73967dC8c804Ea028247f5A953052f0CD5Fd58", - "tags": [ - "gamefi" - ], - "links": [ - { - "name": "discord", - "url": "https://discord.com/invite/cyball" - }, - { - "name": "blog", - "url": "https://blog.cyball.com/" - }, - { - "name": "twitter", - "url": "https://twitter.com/CyBallOfficial" - }, - { - "name": "telegram", - "url": "https://t.me/cyballofficial" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/cybloc-battery-token" - } - ] -} diff --git a/blockchains/smartchain/assets/0x7c73967dC8c804Ea028247f5A953052f0CD5Fd58/logo.png b/blockchains/smartchain/assets/0x7c73967dC8c804Ea028247f5A953052f0CD5Fd58/logo.png deleted file mode 100644 index b9b7bb081337c..0000000000000 Binary files a/blockchains/smartchain/assets/0x7c73967dC8c804Ea028247f5A953052f0CD5Fd58/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7cE4AcCd9bb261508ABd20B134D6278902369057/info.json b/blockchains/smartchain/assets/0x7cE4AcCd9bb261508ABd20B134D6278902369057/info.json deleted file mode 100644 index b91fd4a29544f..0000000000000 --- a/blockchains/smartchain/assets/0x7cE4AcCd9bb261508ABd20B134D6278902369057/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "AINORI", - "type": "BEP20", - "symbol": "AIN", - "decimals": 18, - "website": "https://mycoinget.com/", - "description": "AINORI is develops various platforms such as Mining, Staking, Yield Farming, Binary Options, etc. called MyCoinGet. TAMAGO, which can be obtained from MyCoinGet mining,", - "explorer": "https://bscscan.com/token/0x7cE4AcCd9bb261508ABd20B134D6278902369057", - "status": "active", - "id": "0x7cE4AcCd9bb261508ABd20B134D6278902369057" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7cE4AcCd9bb261508ABd20B134D6278902369057/logo.png b/blockchains/smartchain/assets/0x7cE4AcCd9bb261508ABd20B134D6278902369057/logo.png deleted file mode 100644 index c03179f17478b..0000000000000 Binary files a/blockchains/smartchain/assets/0x7cE4AcCd9bb261508ABd20B134D6278902369057/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7cF551258d6871b72EE1bD1624588a6245bF48c4/info.json b/blockchains/smartchain/assets/0x7cF551258d6871b72EE1bD1624588a6245bF48c4/info.json deleted file mode 100644 index 3c62c13a51b99..0000000000000 --- a/blockchains/smartchain/assets/0x7cF551258d6871b72EE1bD1624588a6245bF48c4/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "ChitCAT", - "website": "https://chitcat.io", - "description": "ChitCAT is a decentralized messaging dApp that utilizes blockchain technology and the IBC protocol to offer secure communication solutions.", - "explorer": "https://bscscan.com/token/0x7cF551258d6871b72EE1bD1624588a6245bF48c4", - "type": "BEP20", - "symbol": "CHITCAT", - "decimals": 18, - "status": "active", - "id": "0x7cF551258d6871b72EE1bD1624588a6245bF48c4", - "tags": [ - "memes" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/Chitcat_chat" - }, - { - "name": "twitter", - "url": "https://twitter.com/Chitcat_" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/chitcat/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7cF551258d6871b72EE1bD1624588a6245bF48c4/logo.png b/blockchains/smartchain/assets/0x7cF551258d6871b72EE1bD1624588a6245bF48c4/logo.png deleted file mode 100644 index 2e90568483fb1..0000000000000 Binary files a/blockchains/smartchain/assets/0x7cF551258d6871b72EE1bD1624588a6245bF48c4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7ccE94C0B2C8aE7661f02544E62178377Fe8cF92/info.json b/blockchains/smartchain/assets/0x7ccE94C0B2C8aE7661f02544E62178377Fe8cF92/info.json deleted file mode 100644 index acd03093f4122..0000000000000 --- a/blockchains/smartchain/assets/0x7ccE94C0B2C8aE7661f02544E62178377Fe8cF92/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Daddy Doge", - "type": "BEP20", - "symbol": "DaddyDoge", - "decimals": 9, - "website": "https://daddydoge.finance/", - "description": "Daddy Doge is a deflationary token based on the world renowned Doge meme. Each transaction carries a 9% benefiting holders by reflecting tokens, adding to the liquidity pool and adding to the marketing budget to ensure long term success.", - "explorer": "https://bscscan.com/token/0x7ccE94C0B2C8aE7661f02544E62178377Fe8cF92", - "status": "active", - "id": "0x7ccE94C0B2C8aE7661f02544E62178377Fe8cF92", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7ccE94C0B2C8aE7661f02544E62178377Fe8cF92/logo.png b/blockchains/smartchain/assets/0x7ccE94C0B2C8aE7661f02544E62178377Fe8cF92/logo.png deleted file mode 100644 index 0a292d045c96f..0000000000000 Binary files a/blockchains/smartchain/assets/0x7ccE94C0B2C8aE7661f02544E62178377Fe8cF92/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7ce1e651374ec5324e6f37c4ff312D53428F0D50/info.json b/blockchains/smartchain/assets/0x7ce1e651374ec5324e6f37c4ff312D53428F0D50/info.json deleted file mode 100644 index e7d54bae39a87..0000000000000 --- a/blockchains/smartchain/assets/0x7ce1e651374ec5324e6f37c4ff312D53428F0D50/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Caramel Swap", - "website": "https://caramelswap.finance", - "description": "CaramelSwap.finance - 3° generation Yield Farm on Binance Smart Chain", - "explorer": "https://bscscan.com/token/0x7ce1e651374ec5324e6f37c4ff312D53428F0D50", - "type": "BEP20", - "symbol": "MEL", - "decimals": 18, - "status": "active", - "id": "0x7ce1e651374ec5324e6f37c4ff312D53428F0D50" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7ce1e651374ec5324e6f37c4ff312D53428F0D50/logo.png b/blockchains/smartchain/assets/0x7ce1e651374ec5324e6f37c4ff312D53428F0D50/logo.png deleted file mode 100644 index 2d4fea610f5f1..0000000000000 Binary files a/blockchains/smartchain/assets/0x7ce1e651374ec5324e6f37c4ff312D53428F0D50/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7d0FA3b5771D9A71b188F9fF3D2ebaABf3faF299/info.json b/blockchains/smartchain/assets/0x7d0FA3b5771D9A71b188F9fF3D2ebaABf3faF299/info.json deleted file mode 100644 index 2bd090e5e3b06..0000000000000 --- a/blockchains/smartchain/assets/0x7d0FA3b5771D9A71b188F9fF3D2ebaABf3faF299/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "OMINO", - "type": "BEP20", - "symbol": "OMINO", - "decimals": 18, - "website": "https://omino.finance", - "description": "A community-built algorithmic and autonomous interest rate protocol for Yield Farmers", - "explorer": "https://bscscan.com/token/0x7d0FA3b5771D9A71b188F9fF3D2ebaABf3faF299", - "status": "active", - "id": "0x7d0FA3b5771D9A71b188F9fF3D2ebaABf3faF299", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/FinanceOmino" - }, - { - "name": "github", - "url": "https://github.com/ominofinance" - }, - { - "name": "telegram", - "url": "https://t.me/ominofinance" - }, - { - "name": "telegram_news", - "url": "https://t.me/ominofinancenews" - }, - { - "name": "blog", - "url": "https://medium.com/@ominofinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7d0FA3b5771D9A71b188F9fF3D2ebaABf3faF299/logo.png b/blockchains/smartchain/assets/0x7d0FA3b5771D9A71b188F9fF3D2ebaABf3faF299/logo.png deleted file mode 100644 index 80bf64b5d6b49..0000000000000 Binary files a/blockchains/smartchain/assets/0x7d0FA3b5771D9A71b188F9fF3D2ebaABf3faF299/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7d220240Cf958C5c47f2DAAC821dB965f9837e82/info.json b/blockchains/smartchain/assets/0x7d220240Cf958C5c47f2DAAC821dB965f9837e82/info.json deleted file mode 100644 index 4b5c91fb4894b..0000000000000 --- a/blockchains/smartchain/assets/0x7d220240Cf958C5c47f2DAAC821dB965f9837e82/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "WEB5 Inu", - "type": "BEP20", - "symbol": "WEB5", - "decimals": 9, - "website": "https://web5inu.org", - "description": "WEB5 INU aim to develop BNB Chain Charting Solution with WEB5 Identity enables developers to leverage Decentralized Identifiers", - "explorer": "https://bscscan.com/token/0x7d220240cf958c5c47f2daac821db965f9837e82", - "status": "active", - "id": "0x7d220240Cf958C5c47f2DAAC821dB965f9837e82", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/web5inu" - }, - { - "name": "github", - "url": "https://github.com/web5inu" - }, - { - "name": "telegram", - "url": "https://t.me/web5_global" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/web5-inu/" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x7d220240cf958c5c47f2daac821db965f9837e82#code" - }, - { - "name": "whitepaper", - "url": "https://web5inu.org/assets/web5_inu_whitepaper.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/@Web5inu" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7d220240Cf958C5c47f2DAAC821dB965f9837e82/logo.png b/blockchains/smartchain/assets/0x7d220240Cf958C5c47f2DAAC821dB965f9837e82/logo.png deleted file mode 100644 index 71b5ec9ca83ab..0000000000000 Binary files a/blockchains/smartchain/assets/0x7d220240Cf958C5c47f2DAAC821dB965f9837e82/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7d38315b92d0E7A85B35B2b7FE969B25935619D7/info.json b/blockchains/smartchain/assets/0x7d38315b92d0E7A85B35B2b7FE969B25935619D7/info.json deleted file mode 100644 index 57651d1c3d3c6..0000000000000 --- a/blockchains/smartchain/assets/0x7d38315b92d0E7A85B35B2b7FE969B25935619D7/info.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "Ecoin Finance", - "type": "BEP20", - "symbol": "ECOIN", - "decimals": 18, - "website": "https://ecoin-finance.com/", - "description": "Ecoin Finance is a decentralized & deflationary BEP20 token powered by 'BNB Chain' network that will be an online payment platform replacing the fiat currency through our integrated debit card. People around the world will be able to make easy, fast, and secure payments using your ECOIN balance.", - "explorer": "https://bscscan.com/token/0x7d38315b92d0e7a85b35b2b7fe969b25935619d7", - "status": "active", - "id": "0x7d38315b92d0E7A85B35B2b7FE969B25935619D7", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ecoin_finance_" - }, - { - "name": "telegram", - "url": "https://t.me/Ecoin_token" - }, - { - "name": "telegram_news", - "url": "https://t.me/EcoinFinanceOfficial" - }, - { - "name": "whitepaper", - "url": "https://ecoin-finance.com/files/white-paper-ecoin-finance-v2.pdf" - }, - { - "name": "facebook", - "url": "https://facebook.com/ecoin.finance" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/ECoinFinance/videos" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x7d38315b92d0e7a85b35b2b7fe969b25935619d7#code" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/e-coin-finance-new/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/ecoin-finance" - }, - { - "name": "medium", - "url": "https://medium.com/@ecoin.finance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/n5RK7JxDkX" - }, - { - "name": "docs", - "url": "https://ecoin-finance.com/articles/en/" - } - ], - "tags": [ - "defi", - "staking", - "nft", - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7d38315b92d0E7A85B35B2b7FE969B25935619D7/logo.png b/blockchains/smartchain/assets/0x7d38315b92d0E7A85B35B2b7FE969B25935619D7/logo.png deleted file mode 100644 index 7324dcc1e3bde..0000000000000 Binary files a/blockchains/smartchain/assets/0x7d38315b92d0E7A85B35B2b7FE969B25935619D7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7d6b35ffBCbB8C59c34e4A58D10Bf81654e6Ff6d/info.json b/blockchains/smartchain/assets/0x7d6b35ffBCbB8C59c34e4A58D10Bf81654e6Ff6d/info.json deleted file mode 100644 index e2358d0ebd2e1..0000000000000 --- a/blockchains/smartchain/assets/0x7d6b35ffBCbB8C59c34e4A58D10Bf81654e6Ff6d/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Matrix", - "website": "https://matrixtoken.org", - "description": "Decentralized Defi Finance in MATRIX.", - "explorer": "https://bscscan.com/token/0x7d6b35ffBCbB8C59c34e4A58D10Bf81654e6Ff6d", - "type": "BEP20", - "symbol": "MATR", - "decimals": 8, - "status": "active", - "id": "0x7d6b35ffBCbB8C59c34e4A58D10Bf81654e6Ff6d" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7d6b35ffBCbB8C59c34e4A58D10Bf81654e6Ff6d/logo.png b/blockchains/smartchain/assets/0x7d6b35ffBCbB8C59c34e4A58D10Bf81654e6Ff6d/logo.png deleted file mode 100644 index e67ade39d0316..0000000000000 Binary files a/blockchains/smartchain/assets/0x7d6b35ffBCbB8C59c34e4A58D10Bf81654e6Ff6d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7dDEE176F665cD201F93eEDE625770E2fD911990/info.json b/blockchains/smartchain/assets/0x7dDEE176F665cD201F93eEDE625770E2fD911990/info.json deleted file mode 100644 index 33e46a8080b32..0000000000000 --- a/blockchains/smartchain/assets/0x7dDEE176F665cD201F93eEDE625770E2fD911990/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "pTokens GALA", - "website": "https://gala.games/", - "description": "Gala Games is dedicated to decentralizing the multi-billion dollar gaming industry by giving players access to their in-game items.", - "explorer": "https://bscscan.com/token/0x7dDEE176F665cD201F93eEDE625770E2fD911990", - "type": "BEP20", - "symbol": "GALA", - "decimals": 18, - "status": "active", - "id": "0x7dDEE176F665cD201F93eEDE625770E2fD911990", - "tags": [ - "nft", - "gamefi" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/GoGalaGames" - }, - { - "name": "twitter", - "url": "https://twitter.com/GoGalaGames" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/gala/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7dDEE176F665cD201F93eEDE625770E2fD911990/logo.png b/blockchains/smartchain/assets/0x7dDEE176F665cD201F93eEDE625770E2fD911990/logo.png deleted file mode 100644 index c1a6a7a900504..0000000000000 Binary files a/blockchains/smartchain/assets/0x7dDEE176F665cD201F93eEDE625770E2fD911990/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7db5af2B9624e1b3B4Bb69D6DeBd9aD1016A58Ac/info.json b/blockchains/smartchain/assets/0x7db5af2B9624e1b3B4Bb69D6DeBd9aD1016A58Ac/info.json deleted file mode 100644 index af57062f3958b..0000000000000 --- a/blockchains/smartchain/assets/0x7db5af2B9624e1b3B4Bb69D6DeBd9aD1016A58Ac/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "Volt Inu", - "type": "BEP20", - "symbol": "VOLT", - "decimals": 9, - "website": "https://voltinu.in", - "description": "Volt Inu 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://bscscan.com/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": "medium", - "url": "https://medium.com/@VoltInu" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/volt-inu-v2/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/volt-inu" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCDLlAleEEmhc7pVdB5pZWFg" - } - ], - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7db5af2B9624e1b3B4Bb69D6DeBd9aD1016A58Ac/logo.png b/blockchains/smartchain/assets/0x7db5af2B9624e1b3B4Bb69D6DeBd9aD1016A58Ac/logo.png deleted file mode 100644 index 295e34eadfc14..0000000000000 Binary files a/blockchains/smartchain/assets/0x7db5af2B9624e1b3B4Bb69D6DeBd9aD1016A58Ac/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7e2AFE446A30fA67600a5174Df7f4002B8E15B03/info.json b/blockchains/smartchain/assets/0x7e2AFE446A30fA67600a5174Df7f4002B8E15B03/info.json deleted file mode 100644 index 84bebe53a410f..0000000000000 --- a/blockchains/smartchain/assets/0x7e2AFE446A30fA67600a5174Df7f4002B8E15B03/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Ormeus Coin", - "website": "https://ormeuscoin.com/", - "description": "Ormeus Coin is a new digital money system backed by an industrial crypto mining operation.", - "explorer": "https://bscscan.com/token/0x7e2AFE446A30fA67600a5174Df7f4002B8E15B03", - "type": "BEP20", - "symbol": "ORME", - "decimals": 18, - "status": "active", - "id": "0x7e2AFE446A30fA67600a5174Df7f4002B8E15B03" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7e2AFE446A30fA67600a5174Df7f4002B8E15B03/logo.png b/blockchains/smartchain/assets/0x7e2AFE446A30fA67600a5174Df7f4002B8E15B03/logo.png deleted file mode 100644 index b309bc3a5216b..0000000000000 Binary files a/blockchains/smartchain/assets/0x7e2AFE446A30fA67600a5174Df7f4002B8E15B03/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7e2d99B3b4854E741dC6ada101937A1a3aAb861e/info.json b/blockchains/smartchain/assets/0x7e2d99B3b4854E741dC6ada101937A1a3aAb861e/info.json deleted file mode 100644 index 9681c9fe809f3..0000000000000 --- a/blockchains/smartchain/assets/0x7e2d99B3b4854E741dC6ada101937A1a3aAb861e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FEG Wrapped DOT", - "website": "https://fegtoken.com", - "description": "FEG Wrapped DOT", - "explorer": "https://bscscan.com/token/0x7e2d99b3b4854e741dc6ada101937a1a3aab861e", - "type": "BEP20", - "symbol": "fDOT", - "decimals": 18, - "status": "active", - "id": "0x7e2d99B3b4854E741dC6ada101937A1a3aAb861e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7e2d99B3b4854E741dC6ada101937A1a3aAb861e/logo.png b/blockchains/smartchain/assets/0x7e2d99B3b4854E741dC6ada101937A1a3aAb861e/logo.png deleted file mode 100644 index 75a93b6ace66b..0000000000000 Binary files a/blockchains/smartchain/assets/0x7e2d99B3b4854E741dC6ada101937A1a3aAb861e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7e396BfC8a2f84748701167c2d622F041A1D7a17/info.json b/blockchains/smartchain/assets/0x7e396BfC8a2f84748701167c2d622F041A1D7a17/info.json deleted file mode 100644 index 4bfd0f35e1414..0000000000000 --- a/blockchains/smartchain/assets/0x7e396BfC8a2f84748701167c2d622F041A1D7a17/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "WMASS Token", - "website": "https://wmass.org/", - "description": "WMASS standardizes MASS to the BEP 20 format. The platform supports 1:1 conversion of MASS to tokens such as BEP 20. Wrapped MASS (WMASS) is the first wrapped token backed 1:1 by MASS. It's fully transparent, 100% verifiable and community led.", - "explorer": "https://bscscan.com/token/0x7e396BfC8a2f84748701167c2d622F041A1D7a17", - "type": "BEP20", - "symbol": "WMASS", - "decimals": 8, - "status": "active", - "id": "0x7e396BfC8a2f84748701167c2d622F041A1D7a17" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7e396BfC8a2f84748701167c2d622F041A1D7a17/logo.png b/blockchains/smartchain/assets/0x7e396BfC8a2f84748701167c2d622F041A1D7a17/logo.png deleted file mode 100644 index 7e93be986a3fe..0000000000000 Binary files a/blockchains/smartchain/assets/0x7e396BfC8a2f84748701167c2d622F041A1D7a17/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7e41E454b6A29C54e4cDB565E47542f4BCb37ef1/info.json b/blockchains/smartchain/assets/0x7e41E454b6A29C54e4cDB565E47542f4BCb37ef1/info.json deleted file mode 100644 index 79b6b3fc165cb..0000000000000 --- a/blockchains/smartchain/assets/0x7e41E454b6A29C54e4cDB565E47542f4BCb37ef1/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "cybertronchain", - "website": "https://cybertronchain.com/beta/", - "description": "CYBERTRON is redefining the way payments move, consume and use real life. We are supporting the fee and future of the economy.", - "explorer": "https://bscscan.com/token/0x7e41e454b6a29c54e4cdb565e47542f4bcb37ef1", - "research": "https://cybertronchain.medium.com/", - "symbol": "CTC(TM)", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x7e41E454b6A29C54e4cDB565E47542f4BCb37ef1", - "tags": [ - "defi" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/Hansblock/cybertronchain/" - }, - { - "name": "twitter", - "url": "https://twitter.com/cybertronchain" - }, - { - "name": "telegram", - "url": "https://t.me/CTCglobal" - }, - { - "name": "whitepaper", - "url": "https://cybertronchain.com/beta/page6.php" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7e41E454b6A29C54e4cDB565E47542f4BCb37ef1/logo.png b/blockchains/smartchain/assets/0x7e41E454b6A29C54e4cDB565E47542f4BCb37ef1/logo.png deleted file mode 100644 index 795c86beca4e6..0000000000000 Binary files a/blockchains/smartchain/assets/0x7e41E454b6A29C54e4cDB565E47542f4BCb37ef1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7e4e3BA4675c39FF2863073e171b0a2E93A592E0/info.json b/blockchains/smartchain/assets/0x7e4e3BA4675c39FF2863073e171b0a2E93A592E0/info.json deleted file mode 100644 index af4de0daccec0..0000000000000 --- a/blockchains/smartchain/assets/0x7e4e3BA4675c39FF2863073e171b0a2E93A592E0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ShibaCash Token", - "website": "https://www.shibacashtoken.com/", - "description": "We are the original Shiba Cash token on Binance Smart Chain, the same tokenomics as the original Shiba Inu with no gimmicks!", - "explorer": "https://bscscan.com/token/0x7e4e3BA4675c39FF2863073e171b0a2E93A592E0", - "type": "BEP20", - "symbol": "SHIBACASH", - "decimals": 9, - "status": "active", - "id": "0x7e4e3BA4675c39FF2863073e171b0a2E93A592E0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7e4e3BA4675c39FF2863073e171b0a2E93A592E0/logo.png b/blockchains/smartchain/assets/0x7e4e3BA4675c39FF2863073e171b0a2E93A592E0/logo.png deleted file mode 100644 index 45ad2f4423391..0000000000000 Binary files a/blockchains/smartchain/assets/0x7e4e3BA4675c39FF2863073e171b0a2E93A592E0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7e52a123Ed6DB6Ac872A875552935fBbD2544c86/info.json b/blockchains/smartchain/assets/0x7e52a123Ed6DB6Ac872A875552935fBbD2544c86/info.json deleted file mode 100644 index c759a961266fb..0000000000000 --- a/blockchains/smartchain/assets/0x7e52a123Ed6DB6Ac872A875552935fBbD2544c86/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SYL", - "type": "BEP20", - "symbol": "SYL", - "decimals": 6, - "website": "https://www.xsl-labs.io/", - "description": "SYL Token by XSL Labs: Decentralized Identity & Data Privacy", - "explorer": "https://bscscan.com/token/0x7e52a123Ed6DB6Ac872A875552935fBbD2544c86", - "status": "active", - "id": "0x7e52a123Ed6DB6Ac872A875552935fBbD2544c86" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7e52a123Ed6DB6Ac872A875552935fBbD2544c86/logo.png b/blockchains/smartchain/assets/0x7e52a123Ed6DB6Ac872A875552935fBbD2544c86/logo.png deleted file mode 100644 index 0844871065f16..0000000000000 Binary files a/blockchains/smartchain/assets/0x7e52a123Ed6DB6Ac872A875552935fBbD2544c86/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7e8DB69dcff9209E486a100e611B0af300c3374e/info.json b/blockchains/smartchain/assets/0x7e8DB69dcff9209E486a100e611B0af300c3374e/info.json deleted file mode 100644 index f7b6bfbc9b0eb..0000000000000 --- a/blockchains/smartchain/assets/0x7e8DB69dcff9209E486a100e611B0af300c3374e/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Traders Coin", - "website": "https://trdctoken.com", - "description": "TRDC is a decentralized platform project of cryptocurrencies trading where users get full control of their money.", - "explorer": "https://bscscan.com/token/0x7e8DB69dcff9209E486a100e611B0af300c3374e", - "type": "BEP20", - "symbol": "TRDC", - "decimals": 18, - "status": "active", - "id": "0x7e8DB69dcff9209E486a100e611B0af300c3374e", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/TradersCoinTRDC" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/traderscoinTRDC/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/traders-coin/" - }, - { - "name": "telegram", - "url": "https://t.me/trdc_family" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/traders-coin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7e8DB69dcff9209E486a100e611B0af300c3374e/logo.png b/blockchains/smartchain/assets/0x7e8DB69dcff9209E486a100e611B0af300c3374e/logo.png deleted file mode 100644 index eff39d34eb9dc..0000000000000 Binary files a/blockchains/smartchain/assets/0x7e8DB69dcff9209E486a100e611B0af300c3374e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7e9AB560d37E62883E882474b096643caB234B65/info.json b/blockchains/smartchain/assets/0x7e9AB560d37E62883E882474b096643caB234B65/info.json deleted file mode 100644 index 1cc85fdd90b4c..0000000000000 --- a/blockchains/smartchain/assets/0x7e9AB560d37E62883E882474b096643caB234B65/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Ultimate Champions Token", - "type": "BEP20", - "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://bscscan.com/token/0x7e9AB560d37E62883E882474b096643caB234B65", - "status": "active", - "id": "0x7e9AB560d37E62883E882474b096643caB234B65", - "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/smartchain/assets/0x7e9AB560d37E62883E882474b096643caB234B65/logo.png b/blockchains/smartchain/assets/0x7e9AB560d37E62883E882474b096643caB234B65/logo.png deleted file mode 100644 index a16cde4bd1f7d..0000000000000 Binary files a/blockchains/smartchain/assets/0x7e9AB560d37E62883E882474b096643caB234B65/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7f05907CDe5C540bE2e572FDD488994ee15d67a3/info.json b/blockchains/smartchain/assets/0x7f05907CDe5C540bE2e572FDD488994ee15d67a3/info.json deleted file mode 100644 index 6b542c9e88359..0000000000000 --- a/blockchains/smartchain/assets/0x7f05907CDe5C540bE2e572FDD488994ee15d67a3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "IRONY MAN", - "type": "BEP20", - "symbol": "IRONY", - "decimals": 9, - "website": "https://ironyman.cc/", - "description": "IRONY MAN", - "explorer": "https://bscscan.com/token/0x7f05907cde5c540be2e572fdd488994ee15d67a3", - "status": "active", - "id": "0x7f05907CDe5C540bE2e572FDD488994ee15d67a3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7f05907CDe5C540bE2e572FDD488994ee15d67a3/logo.png b/blockchains/smartchain/assets/0x7f05907CDe5C540bE2e572FDD488994ee15d67a3/logo.png deleted file mode 100644 index 985d4df3db97e..0000000000000 Binary files a/blockchains/smartchain/assets/0x7f05907CDe5C540bE2e572FDD488994ee15d67a3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7f1296e5aA692a98d86EaAe3ac1CD7723E74878d/info.json b/blockchains/smartchain/assets/0x7f1296e5aA692a98d86EaAe3ac1CD7723E74878d/info.json deleted file mode 100644 index 1cab7a6b4f285..0000000000000 --- a/blockchains/smartchain/assets/0x7f1296e5aA692a98d86EaAe3ac1CD7723E74878d/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "BIRD", - "website": "https://birdswap.com/#/", - "description": "Bird Finance is a DeFi platform focusing on smart pool and lending by its governance token BIRD. Bird Finance seeks the best the reward mining pool by strategy and automatically compounds it for maximal profit.", - "explorer": "https://bscscan.com/token/0x7f1296e5aA692a98d86EaAe3ac1CD7723E74878d", - "symbol": "BIRD", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x7f1296e5aA692a98d86EaAe3ac1CD7723E74878d", - "links": [ - { - "name": "github", - "url": "https://github.com/BirdFinance/bird-core" - }, - { - "name": "twitter", - "url": "https://twitter.com/bird_aggregator" - }, - { - "name": "telegram", - "url": "https://t.me/BirdFinanceGlobal" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7f1296e5aA692a98d86EaAe3ac1CD7723E74878d/logo.png b/blockchains/smartchain/assets/0x7f1296e5aA692a98d86EaAe3ac1CD7723E74878d/logo.png deleted file mode 100644 index 6dc0f553965f1..0000000000000 Binary files a/blockchains/smartchain/assets/0x7f1296e5aA692a98d86EaAe3ac1CD7723E74878d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7f247a00EaB12419e5dEB021B48f6eBf249CF86C/info.json b/blockchains/smartchain/assets/0x7f247a00EaB12419e5dEB021B48f6eBf249CF86C/info.json deleted file mode 100644 index dba6ccf80ea70..0000000000000 --- a/blockchains/smartchain/assets/0x7f247a00EaB12419e5dEB021B48f6eBf249CF86C/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "CGB COIN", - "type": "BEP20", - "symbol": "CGB", - "decimals": 18, - "website": "https://cgbcoin.co/", - "description": "A new smart blockchain based marketplace for trading digital goods and assets according to users interests. Automatic matching of buyers and sellers via unique artificial intelligence approach.", - "explorer": "https://bscscan.com/token/0x7f247a00EaB12419e5dEB021B48f6eBf249CF86C", - "status": "active", - "id": "0x7f247a00EaB12419e5dEB021B48f6eBf249CF86C", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/cgb_coin" - }, - { - "name": "facebook", - "url": "https://facebook.com/CgbcoinCryptoCurrency/" - }, - { - "name": "telegram", - "url": "https://t.me/cgbcoinfuturecurrency" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7f247a00EaB12419e5dEB021B48f6eBf249CF86C/logo.png b/blockchains/smartchain/assets/0x7f247a00EaB12419e5dEB021B48f6eBf249CF86C/logo.png deleted file mode 100644 index 81ba164a95352..0000000000000 Binary files a/blockchains/smartchain/assets/0x7f247a00EaB12419e5dEB021B48f6eBf249CF86C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7f479d78380Ad00341fdD7322fE8AEf766e29e5A/info.json b/blockchains/smartchain/assets/0x7f479d78380Ad00341fdD7322fE8AEf766e29e5A/info.json deleted file mode 100644 index b18f666c2019f..0000000000000 --- a/blockchains/smartchain/assets/0x7f479d78380Ad00341fdD7322fE8AEf766e29e5A/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Whirl Finance", - "website": "https://www.whirl-finance.com/", - "description": "Whirl Finance is a multi-coin cryptocurrency wallet that securely stores your crypto assets in the most simple and easy way. Truly mobile-friendly, supporting major cryptocurrencies like Bitcoin, BNB, Ethereum, Ripple, and more. WHIRL is a utility token powered by Binance Smart Chain. It works by applying 2% fee to each transaction is automatically sent to burn address that continuously reduces the total supply.", - "explorer": "https://bscscan.com/token/0x7f479d78380ad00341fdd7322fe8aef766e29e5a", - "symbol": "WHIRL", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x7f479d78380Ad00341fdD7322fE8AEf766e29e5A", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/whirlfinance/sourcecode/commit/5bbbdbe26e4a5ee83ea21919cd2b1c807b283fad" - }, - { - "name": "twitter", - "url": "https://twitter.com/FinanceWhirl" - }, - { - "name": "telegram", - "url": "https://t.me/WhirlFinance" - }, - { - "name": "whitepaper", - "url": "https://1d0636a5-9aed-409e-8044-47ecc98472d0.filesusr.com/ugd/ac7f9f_0ec9abeb7daf46b4bd17251f600be7aa.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7f479d78380Ad00341fdD7322fE8AEf766e29e5A/logo.png b/blockchains/smartchain/assets/0x7f479d78380Ad00341fdD7322fE8AEf766e29e5A/logo.png deleted file mode 100644 index 3d092bf9d1eac..0000000000000 Binary files a/blockchains/smartchain/assets/0x7f479d78380Ad00341fdD7322fE8AEf766e29e5A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7f4a15F5cf12E1650f090FB7Bc7B0f240f1bDe98/info.json b/blockchains/smartchain/assets/0x7f4a15F5cf12E1650f090FB7Bc7B0f240f1bDe98/info.json deleted file mode 100644 index 181ccbd30043f..0000000000000 --- a/blockchains/smartchain/assets/0x7f4a15F5cf12E1650f090FB7Bc7B0f240f1bDe98/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Great Ape", - "website": "https://greatape.cc/", - "description": "Great Ape is a unique community token on Binance Smart Chain", - "explorer": "https://bscscan.com/token/0x7f4a15f5cf12e1650f090fb7bc7b0f240f1bde98", - "type": "BEP20", - "symbol": "GREATAPE", - "decimals": 9, - "status": "active", - "id": "0x7f4a15F5cf12E1650f090FB7Bc7B0f240f1bDe98" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7f4a15F5cf12E1650f090FB7Bc7B0f240f1bDe98/logo.png b/blockchains/smartchain/assets/0x7f4a15F5cf12E1650f090FB7Bc7B0f240f1bDe98/logo.png deleted file mode 100644 index 314952c37ba20..0000000000000 Binary files a/blockchains/smartchain/assets/0x7f4a15F5cf12E1650f090FB7Bc7B0f240f1bDe98/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7f4f3BC4A5634454398580b9112b7E493E2129Fa/info.json b/blockchains/smartchain/assets/0x7f4f3BC4A5634454398580b9112b7E493E2129Fa/info.json deleted file mode 100644 index fb28283bbe2c3..0000000000000 --- a/blockchains/smartchain/assets/0x7f4f3BC4A5634454398580b9112b7E493E2129Fa/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Kodi", - "type": "BEP20", - "symbol": "KODI", - "decimals": 18, - "website": "https://kodicoin.com", - "description": "Kodi provides its users with the first ever crypto based Entertainment Network. Parallel to this, Kodi is operating a one stop shop Advertisement/Marketing Agency known as ‘PITCH’, which will function as a subsidiary company. Both entities will encompass a use case that will directly benefit $KODI holders. This whitepaper provides a detailed description of the use case, tokenomics, team, the future plans of PITCH and its utility token ($KODI).", - "explorer": "https://bscscan.com/token/0x7f4f3BC4A5634454398580b9112b7E493E2129Fa", - "status": "active", - "id": "0x7f4f3BC4A5634454398580b9112b7E493E2129Fa", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/kodi_coin" - }, - { - "name": "github", - "url": "https://github.com/kodicoinofficial" - }, - { - "name": "telegram", - "url": "https://t.me/kodicoinofficial" - }, - { - "name": "discord", - "url": "https://discord.com/invite/YdVyqjKuqe" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/kodi" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/kodi/" - }, - { - "name": "whitepaper", - "url": "https://kodicoin.com/whitepaper/" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/KodiCoin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7f4f3BC4A5634454398580b9112b7E493E2129Fa/logo.png b/blockchains/smartchain/assets/0x7f4f3BC4A5634454398580b9112b7E493E2129Fa/logo.png deleted file mode 100644 index e3c4da014ffa0..0000000000000 Binary files a/blockchains/smartchain/assets/0x7f4f3BC4A5634454398580b9112b7E493E2129Fa/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7f6Fe630261fF86a2A32f51714F2f64c02e0C895/info.json b/blockchains/smartchain/assets/0x7f6Fe630261fF86a2A32f51714F2f64c02e0C895/info.json deleted file mode 100644 index 2f8628283f029..0000000000000 --- a/blockchains/smartchain/assets/0x7f6Fe630261fF86a2A32f51714F2f64c02e0C895/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BITCOIN Plus+", - "type": "BEP20", - "symbol": "BTCP", - "decimals": 6, - "website": "https://bitcoinp.io/", - "description": "BITCOIN PLUS offers a comprehensive solution to the major problems faced by the traditional, fiat-driven monetary system. Building a crypto powered ecosystem comprising BITCOIN PLUS Token.", - "explorer": "https://bscscan.com/token/0x7f6Fe630261fF86a2A32f51714F2f64c02e0C895", - "status": "active", - "id": "0x7f6Fe630261fF86a2A32f51714F2f64c02e0C895" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7f6Fe630261fF86a2A32f51714F2f64c02e0C895/logo.png b/blockchains/smartchain/assets/0x7f6Fe630261fF86a2A32f51714F2f64c02e0C895/logo.png deleted file mode 100644 index 37757068c35a0..0000000000000 Binary files a/blockchains/smartchain/assets/0x7f6Fe630261fF86a2A32f51714F2f64c02e0C895/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x7f9C20c4C09c32478AE10A7543E5199C2F53691d/info.json b/blockchains/smartchain/assets/0x7f9C20c4C09c32478AE10A7543E5199C2F53691d/info.json deleted file mode 100644 index d139e63a235b5..0000000000000 --- a/blockchains/smartchain/assets/0x7f9C20c4C09c32478AE10A7543E5199C2F53691d/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "P2E Token", - "type": "BEP20", - "symbol": "P2E", - "decimals": 18, - "website": "https://www.pls2e.io/", - "description": "PLS2E.io = DAO+DEX+NFTs+GameFi LaunchPad. The best GameFi infrastructure platform on BSC and put forward the concept of Earn As A Service (EAAS)", - "explorer": "https://bscscan.com/token/0x7f9C20c4C09c32478AE10A7543E5199C2F53691d", - "status": "active", - "id": "0x7f9C20c4C09c32478AE10A7543E5199C2F53691d", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/PLS2Eio" - }, - { - "name": "telegram", - "url": "https://t.me/p2e_official" - }, - { - "name": "github", - "url": "https://github.com/PLS2E-IO" - }, - { - "name": "telegram_news", - "url": "https://t.me/p2e_channel" - }, - { - "name": "whitepaper", - "url": "https://docs.pls2e.io/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x7f9C20c4C09c32478AE10A7543E5199C2F53691d/logo.png b/blockchains/smartchain/assets/0x7f9C20c4C09c32478AE10A7543E5199C2F53691d/logo.png deleted file mode 100644 index cf54a1b142d7c..0000000000000 Binary files a/blockchains/smartchain/assets/0x7f9C20c4C09c32478AE10A7543E5199C2F53691d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x800a25741A414Ea6E6e2B382435081A479A8Cc3c/info.json b/blockchains/smartchain/assets/0x800a25741A414Ea6E6e2B382435081A479A8Cc3c/info.json deleted file mode 100644 index 61f0a9f1de538..0000000000000 --- a/blockchains/smartchain/assets/0x800a25741A414Ea6E6e2B382435081A479A8Cc3c/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "SEOR Network", - "website": "https://www.seor.io/", - "description": "SEOR is the next generation of decentralized Web3.0 application technology development infrastructure, which aims to provide users and developers of Web3.0 with an easy-to-use blockchain technology development platform.", - "explorer": "https://bscscan.com/token/0x800a25741A414Ea6E6e2B382435081A479A8Cc3c", - "type": "BEP20", - "symbol": "SEOR", - "decimals": 18, - "status": "active", - "id": "0x800a25741A414Ea6E6e2B382435081A479A8Cc3c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SEOR001" - }, - { - "name": "telegram", - "url": "https://t.me/SeorGroup" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x800a25741A414Ea6E6e2B382435081A479A8Cc3c/logo.png b/blockchains/smartchain/assets/0x800a25741A414Ea6E6e2B382435081A479A8Cc3c/logo.png deleted file mode 100644 index 82dd911e61060..0000000000000 Binary files a/blockchains/smartchain/assets/0x800a25741A414Ea6E6e2B382435081A479A8Cc3c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x802C68730212295149f2bEa78C25e2Cf5A05B8A0/info.json b/blockchains/smartchain/assets/0x802C68730212295149f2bEa78C25e2Cf5A05B8A0/info.json deleted file mode 100644 index 7f9b417925e57..0000000000000 --- a/blockchains/smartchain/assets/0x802C68730212295149f2bEa78C25e2Cf5A05B8A0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Corgi doge", - "type": "BEP20", - "symbol": "CORGI", - "decimals": 8, - "website": "https://www.corgidoge.com", - "description": "Corgi Doge is a payment protocol designed to be accessible and lightweight, with a focus on reducing transaction fees. Fast and free transactions on a secure and decentralized network make Corgi ideal for everyday payment.", - "explorer": "https://bscscan.com/token/0x802C68730212295149f2bEa78C25e2Cf5A05B8A0", - "status": "active", - "id": "0x802C68730212295149f2bEa78C25e2Cf5A05B8A0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x802C68730212295149f2bEa78C25e2Cf5A05B8A0/logo.png b/blockchains/smartchain/assets/0x802C68730212295149f2bEa78C25e2Cf5A05B8A0/logo.png deleted file mode 100644 index ffcd84f3bf6aa..0000000000000 Binary files a/blockchains/smartchain/assets/0x802C68730212295149f2bEa78C25e2Cf5A05B8A0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8034Aa1EBB42a4E2110E91666497198e977c8d81/info.json b/blockchains/smartchain/assets/0x8034Aa1EBB42a4E2110E91666497198e977c8d81/info.json deleted file mode 100644 index 0b872f9101050..0000000000000 --- a/blockchains/smartchain/assets/0x8034Aa1EBB42a4E2110E91666497198e977c8d81/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "1Million", - "website": "http://onemillion.capital", - "description": "At one million dollar coin you are more than just an investor. You’re an owner.", - "explorer": "https://bscscan.com/token/0x8034Aa1EBB42a4E2110E91666497198e977c8d81", - "type": "BEP20", - "symbol": "MLN", - "decimals": 4, - "status": "active", - "id": "0x8034Aa1EBB42a4E2110E91666497198e977c8d81" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8034Aa1EBB42a4E2110E91666497198e977c8d81/logo.png b/blockchains/smartchain/assets/0x8034Aa1EBB42a4E2110E91666497198e977c8d81/logo.png deleted file mode 100644 index 69ffd95c16783..0000000000000 Binary files a/blockchains/smartchain/assets/0x8034Aa1EBB42a4E2110E91666497198e977c8d81/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8076C74C5e3F5852037F31Ff0093Eeb8c8ADd8D3/info.json b/blockchains/smartchain/assets/0x8076C74C5e3F5852037F31Ff0093Eeb8c8ADd8D3/info.json deleted file mode 100644 index 6216b892cdf39..0000000000000 --- a/blockchains/smartchain/assets/0x8076C74C5e3F5852037F31Ff0093Eeb8c8ADd8D3/info.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "Old SafeMoon", - "website": "https://safemoon.xyz", - "description": "Self generating liquidity token - Reflection paid back to holders.", - "explorer": "https://bscscan.com/token/0x8076c74c5e3f5852037f31ff0093eeb8c8add8d3", - "research": "", - "type": "BEP20", - "symbol": "SAFEMOON", - "decimals": 9, - "status": "abandoned", - "id": "0x8076C74C5e3F5852037F31Ff0093Eeb8c8ADd8D3", - "tags": [ - "deflationary" - ] -} diff --git a/blockchains/smartchain/assets/0x8077398Ff2c530f129a6dd8D7F1E8840312440CD/info.json b/blockchains/smartchain/assets/0x8077398Ff2c530f129a6dd8D7F1E8840312440CD/info.json deleted file mode 100644 index a5100aaba167a..0000000000000 --- a/blockchains/smartchain/assets/0x8077398Ff2c530f129a6dd8D7F1E8840312440CD/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Cloak Coin", - "website": "https://milotoken.io", - "description": "CLOAK will be the second token within our Milo Inu ecosystem. In our animated series CLOAK will be an indispensable partner of MILO. CLOAK and MILO will work together to maintain our entire ecosystem.", - "explorer": "https://bscscan.com/token/0x8077398ff2c530f129a6dd8d7f1e8840312440cd", - "type": "BEP20", - "symbol": "CLOAK", - "decimals": 9, - "status": "active", - "id": "0x8077398Ff2c530f129a6dd8D7F1E8840312440CD", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MiloInu" - }, - { - "name": "telegram", - "url": "https://t.me/MiloInu" - } - ], - "tags": [ - "nft", - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8077398Ff2c530f129a6dd8D7F1E8840312440CD/logo.png b/blockchains/smartchain/assets/0x8077398Ff2c530f129a6dd8D7F1E8840312440CD/logo.png deleted file mode 100644 index ab21f73547d2b..0000000000000 Binary files a/blockchains/smartchain/assets/0x8077398Ff2c530f129a6dd8D7F1E8840312440CD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8087E4c1735C1373F0D04b88d4Dbe1FAe1149123/info.json b/blockchains/smartchain/assets/0x8087E4c1735C1373F0D04b88d4Dbe1FAe1149123/info.json deleted file mode 100644 index 6cd9f77852707..0000000000000 --- a/blockchains/smartchain/assets/0x8087E4c1735C1373F0D04b88d4Dbe1FAe1149123/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MoonJuice", - "type": "BEP20", - "symbol": "MOJO", - "decimals": 9, - "website": "https://www.moonjuice.app", - "description": "MoonJuice, The Block-Chain Powered Energy Drink; Bridging the gap between retail and crypto", - "explorer": "https://bscscan.com/token/0x8087E4c1735C1373F0D04b88d4Dbe1FAe1149123", - "status": "active", - "id": "0x8087E4c1735C1373F0D04b88d4Dbe1FAe1149123" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8087E4c1735C1373F0D04b88d4Dbe1FAe1149123/logo.png b/blockchains/smartchain/assets/0x8087E4c1735C1373F0D04b88d4Dbe1FAe1149123/logo.png deleted file mode 100644 index 99d5eaaf05087..0000000000000 Binary files a/blockchains/smartchain/assets/0x8087E4c1735C1373F0D04b88d4Dbe1FAe1149123/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x808fac147a9C02723d0BE300AC4753eAf93C0e1F/info.json b/blockchains/smartchain/assets/0x808fac147a9C02723d0BE300AC4753eAf93C0e1F/info.json deleted file mode 100644 index 1fb97b2c5e606..0000000000000 --- a/blockchains/smartchain/assets/0x808fac147a9C02723d0BE300AC4753eAf93C0e1F/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "BabyFlokiCoin", - "type": "BEP20", - "symbol": "BabyFlokiCoin", - "decimals": 9, - "website": "https://babyflokicoin.org/", - "description": "Baby Floki Coin is a new crypto coin brought to life by fans & members of the Shiba Inu/Doge community. BabyFlokiCoin is Elon Musk’s very own shiba inu and he’s on a mission to become the first puppy to go to the moon! He’s built to reward you by sending 5% of every transaction made to your wallet.", - "explorer": "https://bscscan.com/token/0x808fac147a9C02723d0BE300AC4753eAf93C0e1F", - "status": "active", - "id": "0x808fac147a9C02723d0BE300AC4753eAf93C0e1F", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/baby-floki-coin/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/baby-floki-coin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x808fac147a9C02723d0BE300AC4753eAf93C0e1F/logo.png b/blockchains/smartchain/assets/0x808fac147a9C02723d0BE300AC4753eAf93C0e1F/logo.png deleted file mode 100644 index 8344e00f95388..0000000000000 Binary files a/blockchains/smartchain/assets/0x808fac147a9C02723d0BE300AC4753eAf93C0e1F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8094e772fA4A60bdEb1DfEC56AB040e17DD608D5/info.json b/blockchains/smartchain/assets/0x8094e772fA4A60bdEb1DfEC56AB040e17DD608D5/info.json deleted file mode 100644 index 61458d1d7c798..0000000000000 --- a/blockchains/smartchain/assets/0x8094e772fA4A60bdEb1DfEC56AB040e17DD608D5/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Koda Cryptocurrency", - "website": "https://koda.finance/", - "description": "Koda token is a futuristic currency created and developed by Summit BC development team and will be the native token on SummitSwap.", - "explorer": "https://bscscan.com/token/0x8094e772fA4A60bdEb1DfEC56AB040e17DD608D5", - "type": "BEP20", - "symbol": "KODA", - "decimals": 9, - "status": "active", - "id": "0x8094e772fA4A60bdEb1DfEC56AB040e17DD608D5", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CoinKoda" - }, - { - "name": "telegram", - "url": "https://t.me/kodakingofdogaltschat" - }, - { - "name": "discord", - "url": "https://discord.com/invite/FBgEmJmHuc" - }, - { - "name": "facebook", - "url": "https://facebook.com/KodaCryptocurrency/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCf6Cz6MU7uykVVVaByU01KA" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/summit-koda-token-new/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/koda-cryptocurrency" - }, - { - "name": "github", - "url": "https://github.com/Koda-Finance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8094e772fA4A60bdEb1DfEC56AB040e17DD608D5/logo.png b/blockchains/smartchain/assets/0x8094e772fA4A60bdEb1DfEC56AB040e17DD608D5/logo.png deleted file mode 100644 index 597446702dfbd..0000000000000 Binary files a/blockchains/smartchain/assets/0x8094e772fA4A60bdEb1DfEC56AB040e17DD608D5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8099C0c7b3E530F563d4B121Abd2Ee365c72fB78/info.json b/blockchains/smartchain/assets/0x8099C0c7b3E530F563d4B121Abd2Ee365c72fB78/info.json deleted file mode 100644 index 695975ac34259..0000000000000 --- a/blockchains/smartchain/assets/0x8099C0c7b3E530F563d4B121Abd2Ee365c72fB78/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "XMPT Token", - "website": "https://www.xiamipool.com", - "description": "XiaMi Pool is user-centered and provides a stable, safe, fair and open business platform for cryptocurrency holders. With XMPT as the rights of proof mechanism, it provides users with all-around services such as project governance, node voting, node hosting, wallet services, PoS mining, and financial products", - "explorer": "https://bscscan.com/token/0x8099C0c7b3E530F563d4B121Abd2Ee365c72fB78", - "type": "BEP20", - "symbol": "XMPT", - "decimals": 18, - "status": "active", - "id": "0x8099C0c7b3E530F563d4B121Abd2Ee365c72fB78", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/xiamipool" - }, - { - "name": "telegram", - "url": "https://t.me/xiamipool" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8099C0c7b3E530F563d4B121Abd2Ee365c72fB78/logo.png b/blockchains/smartchain/assets/0x8099C0c7b3E530F563d4B121Abd2Ee365c72fB78/logo.png deleted file mode 100644 index a1273a2b3c20d..0000000000000 Binary files a/blockchains/smartchain/assets/0x8099C0c7b3E530F563d4B121Abd2Ee365c72fB78/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x80E15FE54e9D155f8366187A6a32BDEF9C2366c4/info.json b/blockchains/smartchain/assets/0x80E15FE54e9D155f8366187A6a32BDEF9C2366c4/info.json deleted file mode 100644 index 634a35aea2a81..0000000000000 --- a/blockchains/smartchain/assets/0x80E15FE54e9D155f8366187A6a32BDEF9C2366c4/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Binamon-Z1", - "type": "BEP20", - "symbol": "BMON-Z1", - "decimals": 18, - "website": "https://binamon.org", - "description": "A Complete Metaverse of Digital Monsters on Binance Smart Chain. With BMON-Z1 the users can buy boosters of NFT. The boosters have 3 monsters.Through a smart contract called Booster, the NFTs will be minted (BEP721) ,using the $BMON token (BEP-20). Community Governance. Buy NFT in itsphysical variant. Entry fee and rewards in tournaments.", - "explorer": "https://bscscan.com/token/0x80e15fe54e9d155f8366187a6a32bdef9c2366c4", - "status": "active", - "id": "0x80E15FE54e9D155f8366187A6a32BDEF9C2366c4", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/binamonok" - }, - { - "name": "telegram", - "url": "https://t.me/binamon" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x80E15FE54e9D155f8366187A6a32BDEF9C2366c4/logo.png b/blockchains/smartchain/assets/0x80E15FE54e9D155f8366187A6a32BDEF9C2366c4/logo.png deleted file mode 100644 index fbe7e9e006fe6..0000000000000 Binary files a/blockchains/smartchain/assets/0x80E15FE54e9D155f8366187A6a32BDEF9C2366c4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x80d04E44955AA9c3F24041B2A824A20A88E735a8/info.json b/blockchains/smartchain/assets/0x80d04E44955AA9c3F24041B2A824A20A88E735a8/info.json deleted file mode 100644 index 37ae0ffe2aa04..0000000000000 --- a/blockchains/smartchain/assets/0x80d04E44955AA9c3F24041B2A824A20A88E735a8/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Multiverse Capital (MVC.finance)", - "website": "https://mvc.finance/", - "description": "Multiverse Capital is a multichain farming deflation token. 10% of each buy goes to existing holders. 10% of each sell goes into treasury fund to be used for multi-chain farming & big marketing. Investors buy $MVC on BSC, MVC farm on multiple chains and return the profits to $MVC holders. $MVC is deflationary & has price floor supported by Buyback & Burn to Liquidity Fund.", - "explorer": "https://bscscan.com/token/0x80d04E44955AA9c3F24041B2A824A20A88E735a8", - "type": "BEP20", - "symbol": "MVC", - "decimals": 18, - "status": "active", - "id": "0x80d04E44955AA9c3F24041B2A824A20A88E735a8", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/mulversecapital" - }, - { - "name": "telegram", - "url": "https://t.me/MultiverseCapital" - }, - { - "name": "docs", - "url": "https://docs.mvc.finance/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/MultiverseCapital/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCndb4evj241pF-U2WAHN59Q" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/multiverse-capital" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/multiverse-capital/" - }, - { - "name": "github", - "url": "https://github.com/mvcfinance/contract/blob/main/MultiVerseCapital.sol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x80d04E44955AA9c3F24041B2A824A20A88E735a8/logo.png b/blockchains/smartchain/assets/0x80d04E44955AA9c3F24041B2A824A20A88E735a8/logo.png deleted file mode 100644 index b5bd893010a26..0000000000000 Binary files a/blockchains/smartchain/assets/0x80d04E44955AA9c3F24041B2A824A20A88E735a8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x812Ff2420EC87eB40Da80a596f14756ACf98Dacc/info.json b/blockchains/smartchain/assets/0x812Ff2420EC87eB40Da80a596f14756ACf98Dacc/info.json deleted file mode 100644 index fa7a5a7e44a1f..0000000000000 --- a/blockchains/smartchain/assets/0x812Ff2420EC87eB40Da80a596f14756ACf98Dacc/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Hungry Bear", - "website": "https://hungrybear.finance", - "description": "Hungry Bear is token driven and supported by it's community. Two functions occur during each trade: Reflection & Burn.", - "explorer": "https://bscscan.com/token/0x812Ff2420EC87eB40Da80a596f14756ACf98Dacc", - "research": "", - "type": "BEP20", - "symbol": "HUNGRY", - "decimals": 8, - "status": "active", - "id": "0x812Ff2420EC87eB40Da80a596f14756ACf98Dacc", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BSCBear" - }, - { - "name": "telegram", - "url": "https://t.me/HungryBearFinance" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/HungryBear/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x812Ff2420EC87eB40Da80a596f14756ACf98Dacc/logo.png b/blockchains/smartchain/assets/0x812Ff2420EC87eB40Da80a596f14756ACf98Dacc/logo.png deleted file mode 100644 index 02c800c00cb5e..0000000000000 Binary files a/blockchains/smartchain/assets/0x812Ff2420EC87eB40Da80a596f14756ACf98Dacc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x816e9e589F8C07149dA4E2496C547952338B27e2/info.json b/blockchains/smartchain/assets/0x816e9e589F8C07149dA4E2496C547952338B27e2/info.json deleted file mode 100644 index 47287b51457e5..0000000000000 --- a/blockchains/smartchain/assets/0x816e9e589F8C07149dA4E2496C547952338B27e2/info.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "BITTO", - "website": "http://bitto.tech/", - "description": "BITTO is a licensed cryptocurrency exchange founded since 2017, with a recent expansion into DeFi in 2020. BITTO is found in more than 20 different cryptocurrency apps and websites and officially accepted in more than 4 international cryptocurrency wallets such as Trust, Enjin, and Coinpayment.", - "research": "", - "explorer": "https://bscscan.com/token/0x816e9e589F8C07149dA4E2496C547952338B27e2", - "type": "BEP20", - "symbol": "BITTO", - "decimals": 18, - "status": "active", - "id": "0x816e9e589F8C07149dA4E2496C547952338B27e2", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/bittoexchange" - }, - { - "name": "telegram", - "url": "https://t.me/bittoexchange" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x816e9e589F8C07149dA4E2496C547952338B27e2/logo.png b/blockchains/smartchain/assets/0x816e9e589F8C07149dA4E2496C547952338B27e2/logo.png deleted file mode 100644 index 4d78787c00875..0000000000000 Binary files a/blockchains/smartchain/assets/0x816e9e589F8C07149dA4E2496C547952338B27e2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8173dDa13Fd405e5BcA84Bd7F64e58cAF4810A32/info.json b/blockchains/smartchain/assets/0x8173dDa13Fd405e5BcA84Bd7F64e58cAF4810A32/info.json deleted file mode 100644 index 65380f51dc2da..0000000000000 --- a/blockchains/smartchain/assets/0x8173dDa13Fd405e5BcA84Bd7F64e58cAF4810A32/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Golden Ben", - "website": "https://benswap.finance/", - "description": "Golden Ben (GBEN) is the farming and governance token of BenSwap AMM. It is part of the Ben Token ecosystem", - "explorer": "https://bscscan.com/token/0x8173dDa13Fd405e5BcA84Bd7F64e58cAF4810A32", - "type": "BEP20", - "symbol": "GBEN", - "decimals": 18, - "status": "active", - "id": "0x8173dDa13Fd405e5BcA84Bd7F64e58cAF4810A32" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8173dDa13Fd405e5BcA84Bd7F64e58cAF4810A32/logo.png b/blockchains/smartchain/assets/0x8173dDa13Fd405e5BcA84Bd7F64e58cAF4810A32/logo.png deleted file mode 100644 index 67fad3e9210d0..0000000000000 Binary files a/blockchains/smartchain/assets/0x8173dDa13Fd405e5BcA84Bd7F64e58cAF4810A32/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x81859801b01764D4f0Fa5E64729f5a6C3b91435b/info.json b/blockchains/smartchain/assets/0x81859801b01764D4f0Fa5E64729f5a6C3b91435b/info.json deleted file mode 100644 index 8505764255a35..0000000000000 --- a/blockchains/smartchain/assets/0x81859801b01764D4f0Fa5E64729f5a6C3b91435b/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "bearn.fi", - "website": "https://bearn.fi", - "description": "Bearn Fi is a cross-chain product in DeFi that at its core provides yield generation, casino/gaming aggregation, bridge, treasury and governance on multi-chain: Binance Smart Chain blockchain (BSC) and Ethereum blockchain.", - "explorer": "https://bscscan.com/token/0x81859801b01764D4f0Fa5E64729f5a6C3b91435b", - "type": "BEP20", - "symbol": "BFI", - "decimals": 18, - "status": "active", - "id": "0x81859801b01764D4f0Fa5E64729f5a6C3b91435b", - "links": [ - { - "name": "github", - "url": "https://github.com/bearn-defi" - }, - { - "name": "twitter", - "url": "https://twitter.com/BearnFi" - }, - { - "name": "telegram", - "url": "https://t.me/Bearn_Fi" - }, - { - "name": "medium", - "url": "https://bearn-defi.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x81859801b01764D4f0Fa5E64729f5a6C3b91435b/logo.png b/blockchains/smartchain/assets/0x81859801b01764D4f0Fa5E64729f5a6C3b91435b/logo.png deleted file mode 100644 index 37ab5d25b4e1c..0000000000000 Binary files a/blockchains/smartchain/assets/0x81859801b01764D4f0Fa5E64729f5a6C3b91435b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x818835503F55283cd51A4399f595e295A9338753/info.json b/blockchains/smartchain/assets/0x818835503F55283cd51A4399f595e295A9338753/info.json deleted file mode 100644 index 058822fe201ab..0000000000000 --- a/blockchains/smartchain/assets/0x818835503F55283cd51A4399f595e295A9338753/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "AGI Token", - "symbol": "AGI", - "type": "BEP20", - "decimals": 18, - "description": "$LADYS is appropriating the tokenisation model to facilitate the accumulation of meme capital in the era of unstoppable meme coins.", - "website": "https://www.delysium.com/", - "explorer": "https://bscscan.com/token/0x818835503f55283cd51a4399f595e295a9338753", - "status": "active", - "id": "0x818835503F55283cd51A4399f595e295A9338753", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/The_Delysium" - }, - { - "name": "telegram", - "url": "https://t.me/TheDelysium" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/delysium/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x818835503F55283cd51A4399f595e295A9338753/logo.png b/blockchains/smartchain/assets/0x818835503F55283cd51A4399f595e295A9338753/logo.png deleted file mode 100644 index 72e3d645b5f92..0000000000000 Binary files a/blockchains/smartchain/assets/0x818835503F55283cd51A4399f595e295A9338753/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8191113581cBfa3fcdC6B0d2e6F84753D4850080/info.json b/blockchains/smartchain/assets/0x8191113581cBfa3fcdC6B0d2e6F84753D4850080/info.json deleted file mode 100644 index 256ce8c2f6d8b..0000000000000 --- a/blockchains/smartchain/assets/0x8191113581cBfa3fcdC6B0d2e6F84753D4850080/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "HOES", - "website": "https://traphouse.vip/", - "description": "HOES is the staked form of DRUGS. Hoes are used to stake for other tokens on the Traphouse.", - "explorer": "https://bscscan.com/token/0x8191113581cbfa3fcdc6b0d2e6f84753d4850080", - "type": "BEP20", - "symbol": "HOES", - "decimals": 18, - "status": "active", - "id": "0x8191113581cBfa3fcdC6B0d2e6F84753D4850080", - "links": [ - { - "name": "github", - "url": "https://github.com/thugs-defi" - }, - { - "name": "twitter", - "url": "https://twitter.com/ThugsFinance" - }, - { - "name": "telegram", - "url": "https://t.me/thugsfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/AJDqFTP" - }, - { - "name": "medium", - "url": "https://thugsfinance.medium.com/" - }, - { - "name": "docs", - "url": "https://docs.thugs.fi/thugonomics/hoes" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8191113581cBfa3fcdC6B0d2e6F84753D4850080/logo.png b/blockchains/smartchain/assets/0x8191113581cBfa3fcdC6B0d2e6F84753D4850080/logo.png deleted file mode 100644 index bc70b98b9788f..0000000000000 Binary files a/blockchains/smartchain/assets/0x8191113581cBfa3fcdC6B0d2e6F84753D4850080/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x81C15D3E956e55e77E1f3F257f0A65Bd2725fC55/info.json b/blockchains/smartchain/assets/0x81C15D3E956e55e77E1f3F257f0A65Bd2725fC55/info.json deleted file mode 100644 index 575aff6867a26..0000000000000 --- a/blockchains/smartchain/assets/0x81C15D3E956e55e77E1f3F257f0A65Bd2725fC55/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream Cardano Token", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0x81C15D3E956e55e77E1f3F257f0A65Bd2725fC55", - "type": "BEP20", - "symbol": "crADA", - "decimals": 8, - "status": "active", - "id": "0x81C15D3E956e55e77E1f3F257f0A65Bd2725fC55", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x81C15D3E956e55e77E1f3F257f0A65Bd2725fC55/logo.png b/blockchains/smartchain/assets/0x81C15D3E956e55e77E1f3F257f0A65Bd2725fC55/logo.png deleted file mode 100644 index c690140d53905..0000000000000 Binary files a/blockchains/smartchain/assets/0x81C15D3E956e55e77E1f3F257f0A65Bd2725fC55/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x81E4d494b85A24a58a6BA45c9B418b32a4E039de/info.json b/blockchains/smartchain/assets/0x81E4d494b85A24a58a6BA45c9B418b32a4E039de/info.json deleted file mode 100644 index 6c0baed4ad353..0000000000000 --- a/blockchains/smartchain/assets/0x81E4d494b85A24a58a6BA45c9B418b32a4E039de/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "MoonToken", - "website": "https://www.moontoken.xyz/", - "description": "We keep it simple, We Moon. Rugproof. Audited. Community Owned #MoonToken.", - "explorer": "https://bscscan.com/token/0x81E4d494b85A24a58a6BA45c9B418b32a4E039de", - "type": "BEP20", - "symbol": "MOON", - "decimals": 18, - "status": "active", - "id": "0x81E4d494b85A24a58a6BA45c9B418b32a4E039de", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MoonToken_BSC" - }, - { - "name": "telegram", - "url": "https://t.me/MoonTokenBSCChat" - }, - { - "name": "discord", - "url": "https://discord.com/invite/mtMQSNSE" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x81E4d494b85A24a58a6BA45c9B418b32a4E039de/logo.png b/blockchains/smartchain/assets/0x81E4d494b85A24a58a6BA45c9B418b32a4E039de/logo.png deleted file mode 100644 index b76d966bc76b1..0000000000000 Binary files a/blockchains/smartchain/assets/0x81E4d494b85A24a58a6BA45c9B418b32a4E039de/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x81dD3724E3B1FB6123589777DD4CB44233B34A3B/info.json b/blockchains/smartchain/assets/0x81dD3724E3B1FB6123589777DD4CB44233B34A3B/info.json deleted file mode 100644 index c4984d582cdc9..0000000000000 --- a/blockchains/smartchain/assets/0x81dD3724E3B1FB6123589777DD4CB44233B34A3B/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Flap Coin", - "type": "BEP20", - "symbol": "FLAP", - "decimals": 18, - "website": "https://flappybirdgo.com", - "description": "FlappyBird Go is the NFT game version of FlappyBird concept Play-to-Earn on Binance Smart Chain. Try to flap, Happy reward!", - "explorer": "https://bscscan.com/token/0x81dd3724e3b1fb6123589777dd4cb44233b34a3b", - "status": "active", - "id": "0x81dD3724E3B1FB6123589777DD4CB44233B34A3B", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/FlappyBird_Go" - }, - { - "name": "telegram", - "url": "https://t.me/FlappyBirdGo" - }, - { - "name": "whitepaper", - "url": "https://whitepaper.flappybirdgo.com/" - }, - { - "name": "facebook", - "url": "https://facebook.com/FlappyBirdGo" - }, - { - "name": "medium", - "url": "https://flappybirdgo.medium.com/" - } - ], - "tags": [ - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x81dD3724E3B1FB6123589777DD4CB44233B34A3B/logo.png b/blockchains/smartchain/assets/0x81dD3724E3B1FB6123589777DD4CB44233B34A3B/logo.png deleted file mode 100644 index 13f4a367ce97e..0000000000000 Binary files a/blockchains/smartchain/assets/0x81dD3724E3B1FB6123589777DD4CB44233B34A3B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x82030CDBD9e4B7c5bb0b811A61DA6360D69449cc/info.json b/blockchains/smartchain/assets/0x82030CDBD9e4B7c5bb0b811A61DA6360D69449cc/info.json deleted file mode 100644 index 43bd1cffe53dd..0000000000000 --- a/blockchains/smartchain/assets/0x82030CDBD9e4B7c5bb0b811A61DA6360D69449cc/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "FEVR Token", - "type": "BEP20", - "symbol": "FEVR", - "decimals": 18, - "website": "https://realfevr.com/fevr", - "description": "FEVR is the fuel of the RealFevr ecosystem of video collectibles", - "explorer": "https://bscscan.com/token/0x82030CDBD9e4B7c5bb0b811A61DA6360D69449cc", - "status": "active", - "id": "0x82030CDBD9e4B7c5bb0b811A61DA6360D69449cc", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/realfevr" - }, - { - "name": "telegram", - "url": "https://t.me/realfevrofficial" - }, - { - "name": "github", - "url": "https://github.com/tbem/rf-erc20/blob/master/contracts/RealFevrToken.sol" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/realfevr" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/realfevr/" - }, - { - "name": "whitepaper", - "url": "https://realfevr-production.s3.eu-central-1.amazonaws.com/nfts-markeplace/LitePaperExports.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x82030CDBD9e4B7c5bb0b811A61DA6360D69449cc/logo.png b/blockchains/smartchain/assets/0x82030CDBD9e4B7c5bb0b811A61DA6360D69449cc/logo.png deleted file mode 100644 index 27f2bfd8097dd..0000000000000 Binary files a/blockchains/smartchain/assets/0x82030CDBD9e4B7c5bb0b811A61DA6360D69449cc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8203612382f61baFaE549fBF31eFbf70992fA289/info.json b/blockchains/smartchain/assets/0x8203612382f61baFaE549fBF31eFbf70992fA289/info.json deleted file mode 100644 index 028d036941848..0000000000000 --- a/blockchains/smartchain/assets/0x8203612382f61baFaE549fBF31eFbf70992fA289/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "ShibaPup", - "website": "https://www.shibapup.dog/", - "description": "ShibaPup is a BSC token focused in the dog driven community, providing a play to earn Shiba game.", - "explorer": "https://bscscan.com/token/0x8203612382f61bafae549fbf31efbf70992fa289", - "type": "BEP20", - "symbol": "ShibaPup", - "decimals": 18, - "status": "active", - "id": "0x8203612382f61baFaE549fBF31eFbf70992fA289", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/shibapupdog" - }, - { - "name": "telegram", - "url": "https://t.me/shibapupdog" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/shibapup/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8203612382f61baFaE549fBF31eFbf70992fA289/logo.png b/blockchains/smartchain/assets/0x8203612382f61baFaE549fBF31eFbf70992fA289/logo.png deleted file mode 100644 index e41e4c26c17dd..0000000000000 Binary files a/blockchains/smartchain/assets/0x8203612382f61baFaE549fBF31eFbf70992fA289/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x822DC83fA4dc997fFf24D0BC0A66fCB2954a6156/info.json b/blockchains/smartchain/assets/0x822DC83fA4dc997fFf24D0BC0A66fCB2954a6156/info.json deleted file mode 100644 index cbf27ff90e5da..0000000000000 --- a/blockchains/smartchain/assets/0x822DC83fA4dc997fFf24D0BC0A66fCB2954a6156/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "BSocial", - "website": "https://bsocial.pro", - "description": "BSocial is a social network specialized for Cryptocurrency and MMO (making money online) communities.", - "explorer": "https://bscscan.com/token/0x822DC83fA4dc997fFf24D0BC0A66fCB2954a6156", - "type": "BEP20", - "symbol": "BINS", - "decimals": 18, - "status": "active", - "id": "0x822DC83fA4dc997fFf24D0BC0A66fCB2954a6156", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Bsocialfi" - }, - { - "name": "telegram", - "url": "https://t.me/bsocialchannel" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/bsocial/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/bsocial" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x822DC83fA4dc997fFf24D0BC0A66fCB2954a6156/logo.png b/blockchains/smartchain/assets/0x822DC83fA4dc997fFf24D0BC0A66fCB2954a6156/logo.png deleted file mode 100644 index 6de1236256748..0000000000000 Binary files a/blockchains/smartchain/assets/0x822DC83fA4dc997fFf24D0BC0A66fCB2954a6156/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8236f1239530971868925e6017d4005763E9087f/info.json b/blockchains/smartchain/assets/0x8236f1239530971868925e6017d4005763E9087f/info.json deleted file mode 100644 index 38a0f4a9f83cf..0000000000000 --- a/blockchains/smartchain/assets/0x8236f1239530971868925e6017d4005763E9087f/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Dexigas", - "type": "BEP20", - "symbol": "DXG", - "decimals": 18, - "website": "https://dexioprotocol.com/", - "description": "Dexigas has been created to be the utility token within the Dexioprotocol gaming ecosystem.", - "explorer": "https://bscscan.com/token/0x8236f1239530971868925e6017d4005763E9087f", - "status": "active", - "id": "0x8236f1239530971868925e6017d4005763E9087f", - "links": [ - { - "name": "github", - "url": "https://github.com/Dexioprotocol" - }, - { - "name": "twitter", - "url": "https://twitter.com/dexioprotocol" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/dexioprotocoltoken/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8236f1239530971868925e6017d4005763E9087f/logo.png b/blockchains/smartchain/assets/0x8236f1239530971868925e6017d4005763E9087f/logo.png deleted file mode 100644 index bb244a467dc13..0000000000000 Binary files a/blockchains/smartchain/assets/0x8236f1239530971868925e6017d4005763E9087f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8244609023097AeF71C702cCbaEFC0bde5b48694/info.json b/blockchains/smartchain/assets/0x8244609023097AeF71C702cCbaEFC0bde5b48694/info.json deleted file mode 100644 index c2e3893c75a05..0000000000000 --- a/blockchains/smartchain/assets/0x8244609023097AeF71C702cCbaEFC0bde5b48694/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "WSBT Token", - "website": "https://wsbtbros.com/", - "description": "The WSBT token is a non-deflationary token build on the Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x8244609023097AeF71C702cCbaEFC0bde5b48694", - "type": "BEP20", - "symbol": "WSBT", - "decimals": 18, - "status": "active", - "id": "0x8244609023097AeF71C702cCbaEFC0bde5b48694" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8244609023097AeF71C702cCbaEFC0bde5b48694/logo.png b/blockchains/smartchain/assets/0x8244609023097AeF71C702cCbaEFC0bde5b48694/logo.png deleted file mode 100644 index 7ebea5a476dfd..0000000000000 Binary files a/blockchains/smartchain/assets/0x8244609023097AeF71C702cCbaEFC0bde5b48694/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8249BC1dEA00660d2d38dF126b53C6c9A733e942/info.json b/blockchains/smartchain/assets/0x8249BC1dEA00660d2d38dF126b53C6c9A733e942/info.json deleted file mode 100644 index 7f41cd61cb43e..0000000000000 --- a/blockchains/smartchain/assets/0x8249BC1dEA00660d2d38dF126b53C6c9A733e942/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bami defi", - "website": "https://bami.money", - "description": "Bami is a financial city in which the currency used is BAMI (Bami Token). In Bami city, the citizens (users) use BAMI for trades, exchanges, investments, including: Bami Dashboard, Bami Exchange, Bami Lend, Bami Portfolio, Bami Pay, NFT.", - "explorer": "https://bscscan.com/token/0x8249BC1dEA00660d2d38dF126b53C6c9A733e942", - "type": "BEP20", - "symbol": "BAMI", - "decimals": 18, - "status": "active", - "id": "0x8249BC1dEA00660d2d38dF126b53C6c9A733e942" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8249BC1dEA00660d2d38dF126b53C6c9A733e942/logo.png b/blockchains/smartchain/assets/0x8249BC1dEA00660d2d38dF126b53C6c9A733e942/logo.png deleted file mode 100644 index edf8f0798f5e5..0000000000000 Binary files a/blockchains/smartchain/assets/0x8249BC1dEA00660d2d38dF126b53C6c9A733e942/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x825791Bc83A377Ba3931E8a56504a1EACAAE0f76/info.json b/blockchains/smartchain/assets/0x825791Bc83A377Ba3931E8a56504a1EACAAE0f76/info.json deleted file mode 100644 index 9a49ed70a4d5b..0000000000000 --- a/blockchains/smartchain/assets/0x825791Bc83A377Ba3931E8a56504a1EACAAE0f76/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "MetaHouse", - "website": "https://www.metahousebsc.com", - "description": "Meta House is part of the meta world.", - "explorer": "https://bscscan.com/token/0x825791Bc83A377Ba3931E8a56504a1EACAAE0f76", - "type": "BEP20", - "symbol": "Meta House", - "decimals": 9, - "status": "active", - "id": "0x825791Bc83A377Ba3931E8a56504a1EACAAE0f76", - "links": [ - { - "name": "telegram", - "url": "https://t.me/MetaHouseEN" - }, - { - "name": "twitter", - "url": "https://twitter.com/MetaHousebsc?s=09" - } - ], - "tags": [ - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x825791Bc83A377Ba3931E8a56504a1EACAAE0f76/logo.png b/blockchains/smartchain/assets/0x825791Bc83A377Ba3931E8a56504a1EACAAE0f76/logo.png deleted file mode 100644 index 55bfca2da3035..0000000000000 Binary files a/blockchains/smartchain/assets/0x825791Bc83A377Ba3931E8a56504a1EACAAE0f76/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8263CD1601FE73C066bf49cc09841f35348e3be0/info.json b/blockchains/smartchain/assets/0x8263CD1601FE73C066bf49cc09841f35348e3be0/info.json deleted file mode 100644 index f1f77a4adbca6..0000000000000 --- a/blockchains/smartchain/assets/0x8263CD1601FE73C066bf49cc09841f35348e3be0/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Altura", - "website": "https://www.alturanft.com/", - "description": "Altura is the next generation gaming NFT platform.", - "explorer": "https://bscscan.com/token/0x8263cd1601fe73c066bf49cc09841f35348e3be0", - "type": "BEP20", - "symbol": "ALU", - "decimals": 18, - "status": "active", - "id": "0x8263CD1601FE73C066bf49cc09841f35348e3be0", - "links": [ - { - "name": "github", - "url": "https://github.com/Plutus-Gaming-NFTs-Reimagined" - }, - { - "name": "twitter", - "url": "https://twitter.com/altura_nft" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/AlturaNFT/" - }, - { - "name": "telegram", - "url": "https://t.me/alturanft" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8263CD1601FE73C066bf49cc09841f35348e3be0/logo.png b/blockchains/smartchain/assets/0x8263CD1601FE73C066bf49cc09841f35348e3be0/logo.png deleted file mode 100644 index 7fa4c31d01f82..0000000000000 Binary files a/blockchains/smartchain/assets/0x8263CD1601FE73C066bf49cc09841f35348e3be0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8267d169E1483E01AACBCfd22d294c47ECE9F07f/info.json b/blockchains/smartchain/assets/0x8267d169E1483E01AACBCfd22d294c47ECE9F07f/info.json deleted file mode 100644 index e0c8ed547335d..0000000000000 --- a/blockchains/smartchain/assets/0x8267d169E1483E01AACBCfd22d294c47ECE9F07f/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "DragonMoon", - "type": "BEP20", - "symbol": "DMOON", - "decimals": 9, - "website": "https://www.dmoon.xyz/", - "description": "The DragonMoon Protocol is a community driven, fair launched deflationary reflection token. Three common functions are Hold, Earn and Burn.", - "explorer": "https://bscscan.com/token/0x8267d169E1483E01AACBCfd22d294c47ECE9F07f", - "status": "active", - "id": "0x8267d169E1483E01AACBCfd22d294c47ECE9F07f", - "links": [ - { - "name": "facebook", - "url": "https://facebook.com/dmoonxyz" - }, - { - "name": "twitter", - "url": "https://twitter.com/dmoon_xyz" - }, - { - "name": "telegram_news", - "url": "https://t.me/dragonmoon01" - }, - { - "name": "telegram", - "url": "https://t.me/dmoon_official" - }, - { - "name": "telegram", - "url": "https://t.me/dmoon_cn" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/zh/currencies/dragonmoon/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8267d169E1483E01AACBCfd22d294c47ECE9F07f/logo.png b/blockchains/smartchain/assets/0x8267d169E1483E01AACBCfd22d294c47ECE9F07f/logo.png deleted file mode 100644 index 597edd587318c..0000000000000 Binary files a/blockchains/smartchain/assets/0x8267d169E1483E01AACBCfd22d294c47ECE9F07f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x826e5Ec70DbC5607fF9218011FBb97F9a8D97953/info.json b/blockchains/smartchain/assets/0x826e5Ec70DbC5607fF9218011FBb97F9a8D97953/info.json deleted file mode 100644 index a97534a7f3c47..0000000000000 --- a/blockchains/smartchain/assets/0x826e5Ec70DbC5607fF9218011FBb97F9a8D97953/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "TravelCare", - "website": "https://travelcare.io/", - "description": "TRAVEL is the reward token of the Travel Care platform.", - "explorer": "https://bscscan.com/token/0x826e5ec70dbc5607ff9218011fbb97f9a8d97953", - "type": "BEP20", - "symbol": "TRAVEL", - "decimals": 18, - "status": "active", - "id": "0x826e5Ec70DbC5607fF9218011FBb97F9a8D97953", - "tags": [ - "defi", - "staking" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/TokenTravelCare" - }, - { - "name": "twitter", - "url": "https://twitter.com/TravelCareToken" - }, - { - "name": "telegram", - "url": "https://t.me/TravelCareToken" - }, - { - "name": "whitepaper", - "url": "https://content.travelcare.io/whitepaper/whitepaperENG.pdf" - } - ] -} diff --git a/blockchains/smartchain/assets/0x826e5Ec70DbC5607fF9218011FBb97F9a8D97953/logo.png b/blockchains/smartchain/assets/0x826e5Ec70DbC5607fF9218011FBb97F9a8D97953/logo.png deleted file mode 100644 index 6eaf751e1bbd2..0000000000000 Binary files a/blockchains/smartchain/assets/0x826e5Ec70DbC5607fF9218011FBb97F9a8D97953/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x82A479264B36104be4FDb91618a59A4fC0F50650/info.json b/blockchains/smartchain/assets/0x82A479264B36104be4FDb91618a59A4fC0F50650/info.json deleted file mode 100644 index 6b14462f6980d..0000000000000 --- a/blockchains/smartchain/assets/0x82A479264B36104be4FDb91618a59A4fC0F50650/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Birb", - "website": "https://birb.com", - "description": "Welcome to Birb, a high deflationary defi token built on the Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x82a479264b36104be4fdb91618a59a4fc0f50650", - "type": "BEP20", - "symbol": "BIRB", - "decimals": 18, - "status": "abandoned", - "id": "0x82A479264B36104be4FDb91618a59A4fC0F50650", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/birbdev" - }, - { - "name": "twitter", - "url": "https://twitter.com/BirbDefi" - }, - { - "name": "telegram", - "url": "https://t.me/birbdefi" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/birb" - }, - { - "name": "whitepaper", - "url": "https://dessertswap.finance/audits/Birb%20BEP-20%20Audit%209082831.pdf" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/BirbDefi/" - } - ] -} diff --git a/blockchains/smartchain/assets/0x82C19905B036bf4E329740989DCF6aE441AE26c1/info.json b/blockchains/smartchain/assets/0x82C19905B036bf4E329740989DCF6aE441AE26c1/info.json deleted file mode 100644 index a39b910979d49..0000000000000 --- a/blockchains/smartchain/assets/0x82C19905B036bf4E329740989DCF6aE441AE26c1/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "CP", - "type": "BEP20", - "symbol": "CP", - "decimals": 18, - "website": "https://bsc.copuppy.io/", - "description": "CoPuppy is the most attractive Metaverse project on BSC. The project includes collectibles, Games, finance, etc., constructing an open Puppy World. CoPuppy has a unique ecosystem and economic model, which combines the current popular mining, NFT, GameFi , Metaverse and other popular concepts, and innovates on this basis.", - "explorer": "https://bscscan.com/token/0x82C19905B036bf4E329740989DCF6aE441AE26c1", - "status": "active", - "id": "0x82C19905B036bf4E329740989DCF6aE441AE26c1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CoPuppy_BSC" - }, - { - "name": "telegram", - "url": "https://t.me/copuppy_bsc" - }, - { - "name": "medium", - "url": "https://medium.com/copuppy-bsc" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x82C19905B036bf4E329740989DCF6aE441AE26c1/logo.png b/blockchains/smartchain/assets/0x82C19905B036bf4E329740989DCF6aE441AE26c1/logo.png deleted file mode 100644 index 4513b88f7bcc2..0000000000000 Binary files a/blockchains/smartchain/assets/0x82C19905B036bf4E329740989DCF6aE441AE26c1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x82D2f8E02Afb160Dd5A480a617692e62de9038C4/info.json b/blockchains/smartchain/assets/0x82D2f8E02Afb160Dd5A480a617692e62de9038C4/info.json deleted file mode 100644 index 6ddc855e33c06..0000000000000 --- a/blockchains/smartchain/assets/0x82D2f8E02Afb160Dd5A480a617692e62de9038C4/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "aleph.im BEP-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://bscscan.com/token/0x82d2f8e02afb160dd5a480a617692e62de9038c4", - "type": "BEP20", - "symbol": "ALEPH", - "decimals": 18, - "status": "active", - "id": "0x82D2f8E02Afb160Dd5A480a617692e62de9038C4", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/aleph_im" - }, - { - "name": "telegram", - "url": "https://t.me/alephim" - }, - { - "name": "medium", - "url": "https://medium.com/aleph-im/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x82D2f8E02Afb160Dd5A480a617692e62de9038C4/logo.png b/blockchains/smartchain/assets/0x82D2f8E02Afb160Dd5A480a617692e62de9038C4/logo.png deleted file mode 100644 index d3b78ccd56b75..0000000000000 Binary files a/blockchains/smartchain/assets/0x82D2f8E02Afb160Dd5A480a617692e62de9038C4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x82D6E409438E9c2eAEd8ceec4Bd95918cbd17c87/info.json b/blockchains/smartchain/assets/0x82D6E409438E9c2eAEd8ceec4Bd95918cbd17c87/info.json deleted file mode 100644 index 853628d0712c5..0000000000000 --- a/blockchains/smartchain/assets/0x82D6E409438E9c2eAEd8ceec4Bd95918cbd17c87/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "FOMO BABY", - "website": "https://fomobaby.app", - "description": "Fomo Baby is a deflationary rebasing token on BSC with an automated liquidity feature, Staking options, NFT’s & Lottery Draws.", - "explorer": "https://bscscan.com/token/0x82d6e409438e9c2eaed8ceec4bd95918cbd17c87", - "type": "BEP20", - "symbol": "FOMOBABY", - "decimals": 9, - "status": "active", - "id": "0x82D6E409438E9c2eAEd8ceec4Bd95918cbd17c87", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/fomobabytelegram" - }, - { - "name": "twitter", - "url": "https://twitter.com/fomobabybsc" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/fomobaby/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x82D6E409438E9c2eAEd8ceec4Bd95918cbd17c87/logo.png b/blockchains/smartchain/assets/0x82D6E409438E9c2eAEd8ceec4Bd95918cbd17c87/logo.png deleted file mode 100644 index b657cdea8a4d1..0000000000000 Binary files a/blockchains/smartchain/assets/0x82D6E409438E9c2eAEd8ceec4Bd95918cbd17c87/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x82b4b883c813dF83623Dc7894c1895305680fec2/info.json b/blockchains/smartchain/assets/0x82b4b883c813dF83623Dc7894c1895305680fec2/info.json deleted file mode 100644 index b2dccc841e212..0000000000000 --- a/blockchains/smartchain/assets/0x82b4b883c813dF83623Dc7894c1895305680fec2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "IceBreak-R Token", - "website": "https://icebreak-r.com", - "description": "ICEBRK token is the governance and utility token for the IceBreak-R Network, a social media driven NFT-marketplace and DeFi ecosystem", - "explorer": "https://bscscan.com/token/0x82b4b883c813dF83623Dc7894c1895305680fec2", - "type": "BEP20", - "symbol": "ICEBRK", - "decimals": 9, - "status": "active", - "id": "0x82b4b883c813dF83623Dc7894c1895305680fec2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x82b4b883c813dF83623Dc7894c1895305680fec2/logo.png b/blockchains/smartchain/assets/0x82b4b883c813dF83623Dc7894c1895305680fec2/logo.png deleted file mode 100644 index c9a25f2dd88e6..0000000000000 Binary files a/blockchains/smartchain/assets/0x82b4b883c813dF83623Dc7894c1895305680fec2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x830F7A104a3dF30879D526031D57DAa44BF85686/info.json b/blockchains/smartchain/assets/0x830F7A104a3dF30879D526031D57DAa44BF85686/info.json deleted file mode 100644 index 242fd1470128e..0000000000000 --- a/blockchains/smartchain/assets/0x830F7A104a3dF30879D526031D57DAa44BF85686/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "iBNB", - "website": "https://ibnb.finance/", - "description": "iBNB is the first Dynamic DeFi token that adjusts it’s tax rates to sustain and rejuvenate supply pools, building upon existing transaction tax systems used by a large number of existing DeFi tokens by introducing a revolutionary new mechanic: Dynamic Tax Protocol.", - "explorer": "https://bscscan.com/token/0x830F7A104a3dF30879D526031D57DAa44BF85686", - "type": "BEP20", - "symbol": "iBNB", - "decimals": 9, - "status": "active", - "id": "0x830F7A104a3dF30879D526031D57DAa44BF85686", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ibnbfinance" - }, - { - "name": "telegram", - "url": "https://t.me/IBNBFinance" - }, - { - "name": "whitepaper", - "url": "https://ibnb-finance.gitbook.io/ibnb-whitepaper/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/i-bnb/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/ibnb/" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x830F7A104a3dF30879D526031D57DAa44BF85686#code" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x830F7A104a3dF30879D526031D57DAa44BF85686/logo.png b/blockchains/smartchain/assets/0x830F7A104a3dF30879D526031D57DAa44BF85686/logo.png deleted file mode 100644 index 92803f557e371..0000000000000 Binary files a/blockchains/smartchain/assets/0x830F7A104a3dF30879D526031D57DAa44BF85686/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8316c1cB76b88be6450baF689860b73dC606B431/info.json b/blockchains/smartchain/assets/0x8316c1cB76b88be6450baF689860b73dC606B431/info.json deleted file mode 100644 index ba146bcdfbef7..0000000000000 --- a/blockchains/smartchain/assets/0x8316c1cB76b88be6450baF689860b73dC606B431/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "SPO Token", - "website": "https://spores.app/about", - "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://bscscan.com/token/0x8316c1cb76b88be6450baf689860b73dc606b431", - "type": "BEP20", - "symbol": "SPO", - "decimals": 18, - "status": "abandoned", - "id": "0x8316c1cB76b88be6450baF689860b73dC606B431", - "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/smartchain/assets/0x83300C06aDFd8225560f8505Dba7493A9B60194C/info.json b/blockchains/smartchain/assets/0x83300C06aDFd8225560f8505Dba7493A9B60194C/info.json deleted file mode 100644 index 7b94f2bf60181..0000000000000 --- a/blockchains/smartchain/assets/0x83300C06aDFd8225560f8505Dba7493A9B60194C/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "NDT METAVERSE", - "type": "BEP20", - "symbol": "NDT", - "decimals": 18, - "website": "https://ndtmetaverse.io", - "description": "NDT METAVERSE is a far-reaching technology that has brought breakthrough ideas into life. This token is a revolutionary product, as it is one of the latest developments in the crypto space that utilities state-of-the-art technologies.", - "explorer": "https://bscscan.com/token/0x83300C06aDFd8225560f8505Dba7493A9B60194C", - "status": "active", - "id": "0x83300C06aDFd8225560f8505Dba7493A9B60194C", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MetaverseNdt" - }, - { - "name": "facebook", - "url": "https://facebook.com/NDT-Metaverse-101922252455454" - }, - { - "name": "whitepaper", - "url": "https://ndtmetaverse.io/NDT-Profile-Whitepaper.pdf" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCYDhnjyL-Tbrt8sFzIxnU1Q" - } - ], - "tags": [ - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0x83300C06aDFd8225560f8505Dba7493A9B60194C/logo.png b/blockchains/smartchain/assets/0x83300C06aDFd8225560f8505Dba7493A9B60194C/logo.png deleted file mode 100644 index c2d1c4b7fa1b2..0000000000000 Binary files a/blockchains/smartchain/assets/0x83300C06aDFd8225560f8505Dba7493A9B60194C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x834613c64522725b23b458aF04ED1590D189962F/info.json b/blockchains/smartchain/assets/0x834613c64522725b23b458aF04ED1590D189962F/info.json deleted file mode 100644 index 96bff9a6e29df..0000000000000 --- a/blockchains/smartchain/assets/0x834613c64522725b23b458aF04ED1590D189962F/info.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "DAIKOKUTEN SAMA TOKEN", - "website": "https://daikokuten.finance/", - "description": "DKKS is project to makes the lives of all those who believe in the project always lucky in life, enrich spiritually ,materially and help people in the world.", - "explorer": "https://bscscan.com/token/0x834613c64522725b23b458aF04ED1590D189962F", - "type": "BEP20", - "symbol": "DKKS", - "decimals": 9, - "status": "active", - "id": "0x834613c64522725b23b458aF04ED1590D189962F", - "links": [ - { - "name": "github", - "url": "https://github.com/dkkstoken" - }, - { - "name": "twitter", - "url": "https://twitter.com/dkkstoken" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/daikokuten_sama" - }, - { - "name": "whitepaper", - "url": "https://github.com/dkkstoken/Whitepaper/blob/main/DAIKOKUTEN-WHITEPAPER.pdf" - }, - { - "name": "telegram", - "url": "https://t.me/dkkstoken" - }, - { - "name": "telegram_news", - "url": "https://t.me/dkks_news" - }, - { - "name": "medium", - "url": "https://medium.com/@daikokuten_sama" - }, - { - "name": "facebook", - "url": "https://facebook.com/Daikokuten-Sama-107917314873088" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCScKOUFWSx3IUnvEvn1Y4zw" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/vi/currencies/daikokuten-sama/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/daikokuten-sama" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x834613c64522725b23b458aF04ED1590D189962F/logo.png b/blockchains/smartchain/assets/0x834613c64522725b23b458aF04ED1590D189962F/logo.png deleted file mode 100644 index c3e2a2b98e283..0000000000000 Binary files a/blockchains/smartchain/assets/0x834613c64522725b23b458aF04ED1590D189962F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8357c604c5533fa0053BeAaA1494Da552ceA38f7/info.json b/blockchains/smartchain/assets/0x8357c604c5533fa0053BeAaA1494Da552ceA38f7/info.json deleted file mode 100644 index b0ba65362f9b6..0000000000000 --- a/blockchains/smartchain/assets/0x8357c604c5533fa0053BeAaA1494Da552ceA38f7/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "SPO Token", - "website": "https://spores.app/about", - "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://bscscan.com/token/0x8357c604c5533fa0053BeAaA1494Da552ceA38f7", - "type": "BEP20", - "symbol": "SPO", - "decimals": 18, - "status": "active", - "id": "0x8357c604c5533fa0053BeAaA1494Da552ceA38f7", - "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/smartchain/assets/0x8357c604c5533fa0053BeAaA1494Da552ceA38f7/logo.png b/blockchains/smartchain/assets/0x8357c604c5533fa0053BeAaA1494Da552ceA38f7/logo.png deleted file mode 100644 index e46acfac22004..0000000000000 Binary files a/blockchains/smartchain/assets/0x8357c604c5533fa0053BeAaA1494Da552ceA38f7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8379B36826675450c35e1eb45d2fd1E1aE8494A4/info.json b/blockchains/smartchain/assets/0x8379B36826675450c35e1eb45d2fd1E1aE8494A4/info.json deleted file mode 100644 index d4a40088f81ca..0000000000000 --- a/blockchains/smartchain/assets/0x8379B36826675450c35e1eb45d2fd1E1aE8494A4/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "ALPHAKOMBAT TOKEN", - "type": "BEP20", - "symbol": "ALKOM", - "decimals": 18, - "website": "https://alphakombat.com/", - "description": "Alpha Kombat is a global blockchain tournament game with NFTs rewards, a platform created to reward your leisure and provide passive income through several token utilities and platform utilities.", - "explorer": "https://bscscan.com/token/0x8379B36826675450c35e1eb45d2fd1E1aE8494A4", - "status": "active", - "id": "0x8379B36826675450c35e1eb45d2fd1E1aE8494A4", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/AlphaKombatgame" - }, - { - "name": "telegram", - "url": "https://t.me/AlphaKombatChat" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/alpha-kombat/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/alpha-kombat/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8379B36826675450c35e1eb45d2fd1E1aE8494A4/logo.png b/blockchains/smartchain/assets/0x8379B36826675450c35e1eb45d2fd1E1aE8494A4/logo.png deleted file mode 100644 index 059cfb73072e4..0000000000000 Binary files a/blockchains/smartchain/assets/0x8379B36826675450c35e1eb45d2fd1E1aE8494A4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x837A130aED114300Bab4f9f1F4f500682f7efd48/info.json b/blockchains/smartchain/assets/0x837A130aED114300Bab4f9f1F4f500682f7efd48/info.json deleted file mode 100644 index 0c47d1d9a949d..0000000000000 --- a/blockchains/smartchain/assets/0x837A130aED114300Bab4f9f1F4f500682f7efd48/info.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "WeSendit", - "type": "BEP20", - "symbol": "WSI", - "decimals": 18, - "website": "https://wesendit.io", - "description": "WeSendit token is at the heart of WeSendit's growth strategy. It aims to create a powerful, user-friendly system for sending, storing and managing data for businesses.", - "explorer": "https://bscscan.com/token/0x837A130aED114300Bab4f9f1F4f500682f7efd48", - "status": "active", - "id": "0x837A130aED114300Bab4f9f1F4f500682f7efd48", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/WeSendit" - }, - { - "name": "github", - "url": "https://github.com/wesenditmedia/contracts" - }, - { - "name": "telegram", - "url": "https://t.me/wesenditcom" - }, - { - "name": "telegram_news", - "url": "https://t.me/wesendit_announcement" - }, - { - "name": "whitepaper", - "url": "https://docsend.com/view/p6nvtkkgrim59tw7" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCtzAZUlSqfoKiFuOWE521Ug" - }, - { - "name": "facebook", - "url": "https://facebook.com/wesendit" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/wesendit/" - }, - { - "name": "medium", - "url": "https://medium.com/@WeSendit" - } - ], - "tags": [ - "privacy" - ] -} diff --git a/blockchains/smartchain/assets/0x837A130aED114300Bab4f9f1F4f500682f7efd48/logo.png b/blockchains/smartchain/assets/0x837A130aED114300Bab4f9f1F4f500682f7efd48/logo.png deleted file mode 100644 index f13b159d3f3d1..0000000000000 Binary files a/blockchains/smartchain/assets/0x837A130aED114300Bab4f9f1F4f500682f7efd48/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x83850D97018f665EB746FBb8f18351e977d1b0D6/info.json b/blockchains/smartchain/assets/0x83850D97018f665EB746FBb8f18351e977d1b0D6/info.json deleted file mode 100644 index 83a82d2032fb5..0000000000000 --- a/blockchains/smartchain/assets/0x83850D97018f665EB746FBb8f18351e977d1b0D6/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Star Atlas (Portal)", - "type": "BEP20", - "symbol": "ATLAS", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://staratlas.com", - "explorer": "https://bscscan.com/token/0x83850D97018f665EB746FBb8f18351e977d1b0D6", - "status": "active", - "id": "0x83850D97018f665EB746FBb8f18351e977d1b0D6", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x83850D97018f665EB746FBb8f18351e977d1b0D6/logo.png b/blockchains/smartchain/assets/0x83850D97018f665EB746FBb8f18351e977d1b0D6/logo.png deleted file mode 100644 index 8cd9b22a7f253..0000000000000 Binary files a/blockchains/smartchain/assets/0x83850D97018f665EB746FBb8f18351e977d1b0D6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8397Eb3EC07615cE88ff854d08e9E27B5155128b/info.json b/blockchains/smartchain/assets/0x8397Eb3EC07615cE88ff854d08e9E27B5155128b/info.json deleted file mode 100644 index a90531e5d0663..0000000000000 --- a/blockchains/smartchain/assets/0x8397Eb3EC07615cE88ff854d08e9E27B5155128b/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "GIGA BLOCK", - "type": "BEP20", - "symbol": "GIGA", - "decimals": 18, - "website": "http://gigablocks.org/", - "description": "BLOCKCHAIN", - "explorer": "https://bscscan.com/token/0x8397Eb3EC07615cE88ff854d08e9E27B5155128b", - "status": "active", - "id": "0x8397Eb3EC07615cE88ff854d08e9E27B5155128b", - "links": [ - { - "name": "telegram", - "url": "https://t.me/OfficialGIGA" - }, - { - "name": "github", - "url": "https://github.com/Gigablocks" - } - ], - "tags": [ - "staking", - "deflationary" - ] -} diff --git a/blockchains/smartchain/assets/0x8397Eb3EC07615cE88ff854d08e9E27B5155128b/logo.png b/blockchains/smartchain/assets/0x8397Eb3EC07615cE88ff854d08e9E27B5155128b/logo.png deleted file mode 100644 index 40a2e3794a193..0000000000000 Binary files a/blockchains/smartchain/assets/0x8397Eb3EC07615cE88ff854d08e9E27B5155128b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x83A86adf1a7c56e77d36d585B808052e0a2aAD0e/info.json b/blockchains/smartchain/assets/0x83A86adf1a7c56e77d36d585B808052e0a2aAD0e/info.json deleted file mode 100644 index a94401079b843..0000000000000 --- a/blockchains/smartchain/assets/0x83A86adf1a7c56e77d36d585B808052e0a2aAD0e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Save Your Assets", - "type": "BEP20", - "symbol": "SYA", - "decimals": 9, - "website": "https://sya.today/", - "description": "The $SYA DeFi experiment is a new type of deflationary currency applying autonomous yield and liquidity generation.", - "explorer": "https://bscscan.com/token/0x83A86adf1a7c56e77d36d585B808052e0a2aAD0e", - "status": "active", - "id": "0x83A86adf1a7c56e77d36d585B808052e0a2aAD0e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x83A86adf1a7c56e77d36d585B808052e0a2aAD0e/logo.png b/blockchains/smartchain/assets/0x83A86adf1a7c56e77d36d585B808052e0a2aAD0e/logo.png deleted file mode 100644 index 77d75e483a7e4..0000000000000 Binary files a/blockchains/smartchain/assets/0x83A86adf1a7c56e77d36d585B808052e0a2aAD0e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x83d8Ea5A4650B68Cd2b57846783d86DF940F7458/info.json b/blockchains/smartchain/assets/0x83d8Ea5A4650B68Cd2b57846783d86DF940F7458/info.json deleted file mode 100644 index 4dd183448c90a..0000000000000 --- a/blockchains/smartchain/assets/0x83d8Ea5A4650B68Cd2b57846783d86DF940F7458/info.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "name": "HUDI", - "type": "BEP20", - "symbol": "HUDI", - "decimals": 18, - "website": "https://humandataincome.com/", - "description": "HUDI is the first web3 data exchange protocol empowering people and organizations to enrich, trade and monetize their data.", - "explorer": "https://bscscan.com/token/0x83d8Ea5A4650B68Cd2b57846783d86DF940F7458", - "status": "active", - "id": "0x83d8Ea5A4650B68Cd2b57846783d86DF940F7458", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/humandataincome" - }, - { - "name": "telegram", - "url": "https://t.me/hudicommunity" - }, - { - "name": "telegram_news", - "url": "https://t.me/hudinews" - }, - { - "name": "docs", - "url": "https://docs.humandataincome.com" - }, - { - "name": "medium", - "url": "https://medium.com/humandataincome" - }, - { - "name": "github", - "url": "https://github.com/humandataincome" - }, - { - "name": "youtube", - "url": "https://youtube.com/@HumanDataIncome" - }, - { - "name": "facebook", - "url": "https://facebook.com/humandataincome" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/hudi" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/hudi" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/hudi" - }, - { - "name": "whitepaper", - "url": "https://asset.humandataincome.com/docs/litepaper.pdf" - } - ], - "tags": [ - "memes", - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x83d8Ea5A4650B68Cd2b57846783d86DF940F7458/logo.png b/blockchains/smartchain/assets/0x83d8Ea5A4650B68Cd2b57846783d86DF940F7458/logo.png deleted file mode 100644 index ad226e1f929e3..0000000000000 Binary files a/blockchains/smartchain/assets/0x83d8Ea5A4650B68Cd2b57846783d86DF940F7458/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8401aAbA08f0be0d30B7D136C50fe5C461DBFA05/info.json b/blockchains/smartchain/assets/0x8401aAbA08f0be0d30B7D136C50fe5C461DBFA05/info.json deleted file mode 100644 index 1b18e9bb9f86a..0000000000000 --- a/blockchains/smartchain/assets/0x8401aAbA08f0be0d30B7D136C50fe5C461DBFA05/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Annex BUSD", - "website": "https://www.annex.finance/", - "description": "Money Markets. A Decentralized Marketplace for Lenders and Borrowers", - "explorer": "https://bscscan.com/token/0x8401aAbA08f0be0d30B7D136C50fe5C461DBFA05", - "type": "BEP20", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/AnnexFinance" - }, - { - "name": "medium", - "url": "https://annexfinance.medium.com/" - }, - { - "name": "telegram", - "url": "https://t.me/Annex_finance_group" - }, - { - "name": "github", - "url": "https://github.com/annexfinance/annex-protocol" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/AnnexFinance/" - } - ], - "symbol": "aBUSD", - "decimals": 8, - "status": "active", - "id": "0x8401aAbA08f0be0d30B7D136C50fe5C461DBFA05" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8401aAbA08f0be0d30B7D136C50fe5C461DBFA05/logo.png b/blockchains/smartchain/assets/0x8401aAbA08f0be0d30B7D136C50fe5C461DBFA05/logo.png deleted file mode 100644 index d5c2547afd858..0000000000000 Binary files a/blockchains/smartchain/assets/0x8401aAbA08f0be0d30B7D136C50fe5C461DBFA05/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x840BCd536d647C3433bF830DBCb8debFa5B71c79/info.json b/blockchains/smartchain/assets/0x840BCd536d647C3433bF830DBCb8debFa5B71c79/info.json deleted file mode 100644 index 9bbc174b42f15..0000000000000 --- a/blockchains/smartchain/assets/0x840BCd536d647C3433bF830DBCb8debFa5B71c79/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "BNB Cash", - "type": "BEP20", - "symbol": "BNBCH", - "decimals": 9, - "website": "https://bnbfintech.com", - "description": "BNB Cash is the native token of the BNB Fintech ecosystem", - "explorer": "https://bscscan.com/token/0x840BCd536d647C3433bF830DBCb8debFa5B71c79", - "status": "active", - "id": "0x840BCd536d647C3433bF830DBCb8debFa5B71c79", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BNBCashOfficial" - }, - { - "name": "github", - "url": "https://github.com/BNBCash" - }, - { - "name": "telegram", - "url": "https://t.me/BNBCashOfficial" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/bnb-cash" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/bnb-cash/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/BNBCash/" - }, - { - "name": "facebook", - "url": "https://facebook.com/BNBCash" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x840BCd536d647C3433bF830DBCb8debFa5B71c79/logo.png b/blockchains/smartchain/assets/0x840BCd536d647C3433bF830DBCb8debFa5B71c79/logo.png deleted file mode 100644 index 4ff52ec7cef63..0000000000000 Binary files a/blockchains/smartchain/assets/0x840BCd536d647C3433bF830DBCb8debFa5B71c79/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x842668E2B9A73240aBF6532DEdC89c9c3e050C98/info.json b/blockchains/smartchain/assets/0x842668E2B9A73240aBF6532DEdC89c9c3e050C98/info.json deleted file mode 100644 index dbe560095064e..0000000000000 --- a/blockchains/smartchain/assets/0x842668E2B9A73240aBF6532DEdC89c9c3e050C98/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Light DeFi", - "type": "BEP20", - "symbol": "LIGHT", - "decimals": 9, - "website": "https://lightdefi.org/", - "description": "With Light DeFi, the currency will not depend so much on buying strength and selling strength. There will be external liquidity that will provide an automatic valuation of the asset.", - "explorer": "https://bscscan.com/token/0x842668E2B9A73240aBF6532DEdC89c9c3e050C98", - "status": "active", - "id": "0x842668E2B9A73240aBF6532DEdC89c9c3e050C98", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Light_DeFi" - }, - { - "name": "telegram", - "url": "https://t.me/grupolight" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x842668E2B9A73240aBF6532DEdC89c9c3e050C98#code" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x842668E2B9A73240aBF6532DEdC89c9c3e050C98/logo.png b/blockchains/smartchain/assets/0x842668E2B9A73240aBF6532DEdC89c9c3e050C98/logo.png deleted file mode 100644 index ebafaba9bb6c2..0000000000000 Binary files a/blockchains/smartchain/assets/0x842668E2B9A73240aBF6532DEdC89c9c3e050C98/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x843D4a358471547f51534e3e51fae91cb4Dc3F28/info.json b/blockchains/smartchain/assets/0x843D4a358471547f51534e3e51fae91cb4Dc3F28/info.json deleted file mode 100644 index e9ba7edb45f78..0000000000000 --- a/blockchains/smartchain/assets/0x843D4a358471547f51534e3e51fae91cb4Dc3F28/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "loser coin Token", - "website": "https://loserswap.com", - "description": "Loser coin is created by two young man in China, aiming to provide a shelter for all losers and inspire them to never give up.", - "explorer": "https://bscscan.com/token/0x843D4a358471547f51534e3e51fae91cb4Dc3F28", - "type": "BEP20", - "symbol": "lowb", - "decimals": 18, - "status": "active", - "id": "0x843D4a358471547f51534e3e51fae91cb4Dc3F28", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x843D4a358471547f51534e3e51fae91cb4Dc3F28/logo.png b/blockchains/smartchain/assets/0x843D4a358471547f51534e3e51fae91cb4Dc3F28/logo.png deleted file mode 100644 index 53dbb73c032c6..0000000000000 Binary files a/blockchains/smartchain/assets/0x843D4a358471547f51534e3e51fae91cb4Dc3F28/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8443f091997f06a61670B735ED92734F5628692F/info.json b/blockchains/smartchain/assets/0x8443f091997f06a61670B735ED92734F5628692F/info.json deleted file mode 100644 index 67a0130e9af68..0000000000000 --- a/blockchains/smartchain/assets/0x8443f091997f06a61670B735ED92734F5628692F/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://bscscan.com/token/0x8443f091997f06a61670B735ED92734F5628692F", - "research": "https://research.binance.com/en/projects/bella", - "type": "BEP20", - "symbol": "BEL", - "decimals": 18, - "status": "active", - "id": "0x8443f091997f06a61670B735ED92734F5628692F" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8443f091997f06a61670B735ED92734F5628692F/logo.png b/blockchains/smartchain/assets/0x8443f091997f06a61670B735ED92734F5628692F/logo.png deleted file mode 100644 index e60767da807fb..0000000000000 Binary files a/blockchains/smartchain/assets/0x8443f091997f06a61670B735ED92734F5628692F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x844FA82f1E54824655470970F7004Dd90546bB28/info.json b/blockchains/smartchain/assets/0x844FA82f1E54824655470970F7004Dd90546bB28/info.json deleted file mode 100644 index 5870949918d81..0000000000000 --- a/blockchains/smartchain/assets/0x844FA82f1E54824655470970F7004Dd90546bB28/info.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "DOPPLE", - "website": "https://dopple.finance/", - "description": "Dopple is an automated market maker (AMM) designed for efficiently trading stablecoins and pegged assets on the Binance Smart Chain. Dopple's first pool is launching with a basket of a dollar-pegged stablecoins consisting of BUSD, USDT, DAI, USDC & UST.", - "research": "", - "explorer": "https://bscscan.com/token/0x844FA82f1E54824655470970F7004Dd90546bB28", - "type": "BEP20", - "symbol": "DOP", - "decimals": 18, - "status": "active", - "id": "0x844FA82f1E54824655470970F7004Dd90546bB28", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/dopplefi" - }, - { - "name": "telegram", - "url": "https://t.me/dopplefi" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x844FA82f1E54824655470970F7004Dd90546bB28/logo.png b/blockchains/smartchain/assets/0x844FA82f1E54824655470970F7004Dd90546bB28/logo.png deleted file mode 100644 index ed026009901c6..0000000000000 Binary files a/blockchains/smartchain/assets/0x844FA82f1E54824655470970F7004Dd90546bB28/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x846F52020749715F02AEf25b5d1d65e48945649D/info.json b/blockchains/smartchain/assets/0x846F52020749715F02AEf25b5d1d65e48945649D/info.json deleted file mode 100644 index 94b7d99925778..0000000000000 --- a/blockchains/smartchain/assets/0x846F52020749715F02AEf25b5d1d65e48945649D/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "id": "0x846F52020749715F02AEf25b5d1d65e48945649D", - "name": "Umbrella Network Token", - "website": "https://www.umb.network", - "description": "Umbrella Network a Community owned, Decentralized Oracle built on Layer 2 for DeFi and Blockchain Applications powered by UMB cryptocurrency", - "explorer": "https://bscscan.com/token/0x846F52020749715F02AEf25b5d1d65e48945649D", - "decimals": 18, - "type": "BEP20", - "symbol": "UMB", - "status": "active", - "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/smartchain/assets/0x846F52020749715F02AEf25b5d1d65e48945649D/logo.png b/blockchains/smartchain/assets/0x846F52020749715F02AEf25b5d1d65e48945649D/logo.png deleted file mode 100644 index de13ce264b1ee..0000000000000 Binary files a/blockchains/smartchain/assets/0x846F52020749715F02AEf25b5d1d65e48945649D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x84750e8EfacC62be5AFe7221Cf149A2520Cb1b60/info.json b/blockchains/smartchain/assets/0x84750e8EfacC62be5AFe7221Cf149A2520Cb1b60/info.json deleted file mode 100644 index 0c216cad054d4..0000000000000 --- a/blockchains/smartchain/assets/0x84750e8EfacC62be5AFe7221Cf149A2520Cb1b60/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "SCORPION", - "type": "BEP20", - "symbol": "$SCORP", - "decimals": 9, - "website": "https://www.thescorpioncoin.com/", - "description": "Scorpion token is a fair launch, community driven, hyper-deflationary DeFi protocol. Scorpion token holders benefit from passive rewards through static reflection, auto liquidity and auto burn. Proprietary anti-whale mechanisms built into the contract stop the supply from being controlled by syndicates.", - "explorer": "https://bscscan.com/token/0x84750e8EfacC62be5AFe7221Cf149A2520Cb1b60", - "status": "active", - "id": "0x84750e8EfacC62be5AFe7221Cf149A2520Cb1b60", - "links": [ - { - "name": "github", - "url": "https://github.com/scorpion-token/SCORPION" - }, - { - "name": "twitter", - "url": "https://twitter.com/scorpionbsc" - }, - { - "name": "telegram", - "url": "https://t.me/thescorpiontoken" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x84750e8EfacC62be5AFe7221Cf149A2520Cb1b60/logo.png b/blockchains/smartchain/assets/0x84750e8EfacC62be5AFe7221Cf149A2520Cb1b60/logo.png deleted file mode 100644 index 9b110ed888155..0000000000000 Binary files a/blockchains/smartchain/assets/0x84750e8EfacC62be5AFe7221Cf149A2520Cb1b60/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x84B7BB9614Cf28226d1b0a07499472bc107e3000/info.json b/blockchains/smartchain/assets/0x84B7BB9614Cf28226d1b0a07499472bc107e3000/info.json deleted file mode 100644 index f9015fae9ef13..0000000000000 --- a/blockchains/smartchain/assets/0x84B7BB9614Cf28226d1b0a07499472bc107e3000/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "EverestCoin", - "type": "BEP20", - "symbol": "EVCoin", - "decimals": 9, - "website": "https://everestcoin.io", - "description": "EverestCoin is a Play to Earn Game token and will be the biggest token on BSC.", - "explorer": "https://bscscan.com/token/0x84B7BB9614Cf28226d1b0a07499472bc107e3000", - "status": "active", - "id": "0x84B7BB9614Cf28226d1b0a07499472bc107e3000", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/coineverest" - }, - { - "name": "github", - "url": "https://github.com/everestgithub" - }, - { - "name": "telegram", - "url": "https://t.me/TheEverestCoin" - }, - { - "name": "telegram_news", - "url": "https://t.me/EverestCoinChannel" - }, - { - "name": "blog", - "url": "https://blog.everestcoin.io" - }, - { - "name": "discord", - "url": "https://discord.com/S8V9H6yE" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/everestcoin/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/everestcoin" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCRUb5jOLSi73bzUBh7Ao5og" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x84B7BB9614Cf28226d1b0a07499472bc107e3000/logo.png b/blockchains/smartchain/assets/0x84B7BB9614Cf28226d1b0a07499472bc107e3000/logo.png deleted file mode 100644 index 81852f80cee65..0000000000000 Binary files a/blockchains/smartchain/assets/0x84B7BB9614Cf28226d1b0a07499472bc107e3000/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x84F4f7cdb4574C9556A494DaB18ffc1D1D22316C/info.json b/blockchains/smartchain/assets/0x84F4f7cdb4574C9556A494DaB18ffc1D1D22316C/info.json deleted file mode 100644 index b388a8e610596..0000000000000 --- a/blockchains/smartchain/assets/0x84F4f7cdb4574C9556A494DaB18ffc1D1D22316C/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "KING SHIBA", - "type": "BEP20", - "symbol": "KINGSHIB", - "decimals": 9, - "website": "https://www.kingshibaofficial.com/", - "description": "The King of the Shiba Kingdom has arrived to the Binance Smart Chain to provide. His subjects protection for their investments and rewards for their fealty. King Shiba banishes all reward tokens from his lands, instead providing the kingdom reflection and daily burns to give it the best chance to moon.", - "explorer": "https://bscscan.com/token/0x84F4f7cdb4574C9556A494DaB18ffc1D1D22316C", - "status": "active", - "id": "0x84F4f7cdb4574C9556A494DaB18ffc1D1D22316C", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/KINGSHIBABSC" - }, - { - "name": "medium", - "url": "https://kingshiba.medium.com/" - }, - { - "name": "whitepaper", - "url": "https://88c7aa29-9453-4945-9104-cf4128243fe2.filesusr.com/ugd/df6cf8_0b5e22e276bb4c41897c84cc67945195.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/king-shiba/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/king-shiba" - }, - { - "name": "telegram", - "url": "https://t.me/KINGOFSHIBA" - }, - { - "name": "github", - "url": "https://github.com/Sperlo64/KING-SHIBA" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x84F4f7cdb4574C9556A494DaB18ffc1D1D22316C/logo.png b/blockchains/smartchain/assets/0x84F4f7cdb4574C9556A494DaB18ffc1D1D22316C/logo.png deleted file mode 100644 index 87200982c8331..0000000000000 Binary files a/blockchains/smartchain/assets/0x84F4f7cdb4574C9556A494DaB18ffc1D1D22316C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x85102c0062Aa918cB9e26D94A284AafCa602Df13/info.json b/blockchains/smartchain/assets/0x85102c0062Aa918cB9e26D94A284AafCa602Df13/info.json deleted file mode 100644 index ae12cf63421e8..0000000000000 --- a/blockchains/smartchain/assets/0x85102c0062Aa918cB9e26D94A284AafCa602Df13/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Avalon Protocol", - "website": "https://avalonprotocol.com/", - "description": "Avalon, frictionless yield and liquidity generation protocol on BSC.", - "explorer": "https://bscscan.com/token/0x85102c0062Aa918cB9e26D94A284AafCa602Df13", - "type": "BEP20", - "symbol": "AVLP", - "decimals": 9, - "status": "active", - "id": "0x85102c0062Aa918cB9e26D94A284AafCa602Df13", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Avalon_Protocol" - }, - { - "name": "telegram", - "url": "https://t.me/AvalonProtocol" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/AvalonProtocol/" - }, - { - "name": "medium", - "url": "https://medium.com/@avalonprotocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x85102c0062Aa918cB9e26D94A284AafCa602Df13/logo.png b/blockchains/smartchain/assets/0x85102c0062Aa918cB9e26D94A284AafCa602Df13/logo.png deleted file mode 100644 index 40a8523015e9e..0000000000000 Binary files a/blockchains/smartchain/assets/0x85102c0062Aa918cB9e26D94A284AafCa602Df13/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8519EA49c997f50cefFa444d240fB655e89248Aa/info.json b/blockchains/smartchain/assets/0x8519EA49c997f50cefFa444d240fB655e89248Aa/info.json deleted file mode 100644 index 70b3b826673a3..0000000000000 --- a/blockchains/smartchain/assets/0x8519EA49c997f50cefFa444d240fB655e89248Aa/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "RAMP DEFI", - "website": "https://rampdefi.com/", - "description": "Unlocking Liquid Capital From Staked Assets", - "explorer": "https://bscscan.com/token/0x8519ea49c997f50ceffa444d240fb655e89248aa", - "type": "BEP20", - "symbol": "RAMP", - "decimals": 18, - "status": "active", - "id": "0x8519EA49c997f50cefFa444d240fB655e89248Aa", - "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/smartchain/assets/0x8519EA49c997f50cefFa444d240fB655e89248Aa/logo.png b/blockchains/smartchain/assets/0x8519EA49c997f50cefFa444d240fB655e89248Aa/logo.png deleted file mode 100644 index e6d62663620bf..0000000000000 Binary files a/blockchains/smartchain/assets/0x8519EA49c997f50cefFa444d240fB655e89248Aa/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x851F7a700c5d67DB59612b871338a85526752c25/info.json b/blockchains/smartchain/assets/0x851F7a700c5d67DB59612b871338a85526752c25/info.json deleted file mode 100644 index 816ff850e1ea4..0000000000000 --- a/blockchains/smartchain/assets/0x851F7a700c5d67DB59612b871338a85526752c25/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ArgonToken", - "type": "BEP20", - "symbol": "ARGON", - "decimals": 18, - "website": "https://argon.run", - "description": "Worlds first and only blockchain-based freelancer platform on the Binance Chain network, working with fully decentralized and smart contracts.", - "explorer": "https://bscscan.com/token/0x851f7a700c5d67db59612b871338a85526752c25", - "status": "active", - "id": "0x851F7a700c5d67DB59612b871338a85526752c25" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x851F7a700c5d67DB59612b871338a85526752c25/logo.png b/blockchains/smartchain/assets/0x851F7a700c5d67DB59612b871338a85526752c25/logo.png deleted file mode 100644 index 07fbf4bafa0eb..0000000000000 Binary files a/blockchains/smartchain/assets/0x851F7a700c5d67DB59612b871338a85526752c25/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x853A8Ab1c365ea54719EB13A54d6B22F1fBe7FEb/info.json b/blockchains/smartchain/assets/0x853A8Ab1c365ea54719EB13A54d6B22F1fBe7FEb/info.json deleted file mode 100644 index 46038620486e2..0000000000000 --- a/blockchains/smartchain/assets/0x853A8Ab1c365ea54719EB13A54d6B22F1fBe7FEb/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Investdex", - "website": "https://investdex.io", - "description": "First of its kind, Crypto Workstation. Manage crypto asset with a focus on Defi Space. Currently we have PancakeSwap UniSwap and QuickSwap integrated.", - "explorer": "https://bscscan.com/token/0x853a8ab1c365ea54719eb13a54d6b22f1fbe7feb", - "type": "BEP20", - "symbol": "INVEST", - "decimals": 18, - "status": "active", - "id": "0x853A8Ab1c365ea54719EB13A54d6B22F1fBe7FEb" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x853A8Ab1c365ea54719EB13A54d6B22F1fBe7FEb/logo.png b/blockchains/smartchain/assets/0x853A8Ab1c365ea54719EB13A54d6B22F1fBe7FEb/logo.png deleted file mode 100644 index 42869f1afe9fc..0000000000000 Binary files a/blockchains/smartchain/assets/0x853A8Ab1c365ea54719EB13A54d6B22F1fBe7FEb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x854B4c305554c5fa72353e31b8480c0e5128A152/info.json b/blockchains/smartchain/assets/0x854B4c305554c5fa72353e31b8480c0e5128A152/info.json deleted file mode 100644 index 6f75d391c0207..0000000000000 --- a/blockchains/smartchain/assets/0x854B4c305554c5fa72353e31b8480c0e5128A152/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Welnance Coin", - "type": "BEP20", - "symbol": "WEL", - "decimals": 18, - "website": "https://welnance.com", - "description": "Dear Trust Wallet Team. According to the meeting, We have collaboration with the BSC team at the suggestion of the Sea Binance Team (telegram user @bibiapac @Jessbinance, @BrettBinance, @BinanceBrokerTeam). So We would like to submit our Logo to Trust Wallet for more business collaboration.", - "explorer": "https://bscscan.com/token/0x854B4c305554c5fa72353e31b8480c0e5128A152", - "status": "active", - "id": "0x854B4c305554c5fa72353e31b8480c0e5128A152", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/WelnanceWorld" - }, - { - "name": "github", - "url": "https://github.com/Welnance" - }, - { - "name": "telegram", - "url": "https://t.me/joinchat/8IPBEUZrLb4yNjQ1" - }, - { - "name": "telegram_news", - "url": "https://t.me/welnance" - }, - { - "name": "blog", - "url": "https://medium.com/@info_welnance" - }, - { - "name": "docs", - "url": "https://welnance.gitbook.io/welnance-finance/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x854B4c305554c5fa72353e31b8480c0e5128A152/logo.png b/blockchains/smartchain/assets/0x854B4c305554c5fa72353e31b8480c0e5128A152/logo.png deleted file mode 100644 index 959184ea13790..0000000000000 Binary files a/blockchains/smartchain/assets/0x854B4c305554c5fa72353e31b8480c0e5128A152/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8578Eb576e126f67913a8bC0622e0A22EBa0989A/info.json b/blockchains/smartchain/assets/0x8578Eb576e126f67913a8bC0622e0A22EBa0989A/info.json deleted file mode 100644 index 34583b0e4b6cc..0000000000000 --- a/blockchains/smartchain/assets/0x8578Eb576e126f67913a8bC0622e0A22EBa0989A/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HashPanda", - "website": "https://hashpanda.co", - "description": "HashPanda is a social meme token with a mission to make cryptocurrencies mainstream.", - "explorer": "https://bscscan.com/token/0x8578eb576e126f67913a8bc0622e0a22eba0989a", - "type": "BEP20", - "symbol": "PANDA", - "decimals": 9, - "status": "active", - "id": "0x8578Eb576e126f67913a8bC0622e0A22EBa0989A" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8578Eb576e126f67913a8bC0622e0A22EBa0989A/logo.png b/blockchains/smartchain/assets/0x8578Eb576e126f67913a8bC0622e0A22EBa0989A/logo.png deleted file mode 100644 index fa5cc435b7d25..0000000000000 Binary files a/blockchains/smartchain/assets/0x8578Eb576e126f67913a8bC0622e0A22EBa0989A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8592fb0E6724A90CE45f05F31B85BddD45931560/info.json b/blockchains/smartchain/assets/0x8592fb0E6724A90CE45f05F31B85BddD45931560/info.json deleted file mode 100644 index a0992e38878e3..0000000000000 --- a/blockchains/smartchain/assets/0x8592fb0E6724A90CE45f05F31B85BddD45931560/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Swinate", - "website": "https://www.swinate.io", - "description": "Swinate is the auto-generating liquidity protocol with static farming by holding on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x8592fb0E6724A90CE45f05F31B85BddD45931560", - "type": "BEP20", - "symbol": "SWIN", - "decimals": 9, - "status": "active", - "id": "0x8592fb0E6724A90CE45f05F31B85BddD45931560", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SWINATEIO" - }, - { - "name": "telegram", - "url": "https://t.me/swinate" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCn0nYSaMt07CWtgU-e2lVkg/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Swinate" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8592fb0E6724A90CE45f05F31B85BddD45931560/logo.png b/blockchains/smartchain/assets/0x8592fb0E6724A90CE45f05F31B85BddD45931560/logo.png deleted file mode 100644 index 7039721731545..0000000000000 Binary files a/blockchains/smartchain/assets/0x8592fb0E6724A90CE45f05F31B85BddD45931560/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8595F9dA7b868b1822194fAEd312235E43007b49/info.json b/blockchains/smartchain/assets/0x8595F9dA7b868b1822194fAEd312235E43007b49/info.json deleted file mode 100644 index ccf2aad7f7a63..0000000000000 --- a/blockchains/smartchain/assets/0x8595F9dA7b868b1822194fAEd312235E43007b49/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "BNB pegged BitTorrent", - "website": "https://bittorrent.com/btt", - "description": "BNB pegged BitTorrent (BTT BEP20) is a token issued by Binance on Smart Chain; its price is pegged to BitTorrent (BTT) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0x8595F9dA7b868b1822194fAEd312235E43007b49", - "type": "BEP20", - "symbol": "BTT", - "decimals": 18, - "status": "active", - "id": "0x8595F9dA7b868b1822194fAEd312235E43007b49", - "tags": [ - "binance-peg" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8595F9dA7b868b1822194fAEd312235E43007b49/logo.png b/blockchains/smartchain/assets/0x8595F9dA7b868b1822194fAEd312235E43007b49/logo.png deleted file mode 100644 index 75fb510bb82c2..0000000000000 Binary files a/blockchains/smartchain/assets/0x8595F9dA7b868b1822194fAEd312235E43007b49/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8597ba143AC509189E89aaB3BA28d661A5dD9830/info.json b/blockchains/smartchain/assets/0x8597ba143AC509189E89aaB3BA28d661A5dD9830/info.json deleted file mode 100644 index e702af3889006..0000000000000 --- a/blockchains/smartchain/assets/0x8597ba143AC509189E89aaB3BA28d661A5dD9830/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Old VANCAT Token", - "website": "https://www.vancattoken.com/", - "description": "VANCAT platform allows users to easily deposit BEP20 tokens (ANY tokens) into an NFT. VANCAT token is the governance token of the platform.", - "explorer": "https://bscscan.com/token/0x8597ba143ac509189e89aab3ba28d661a5dd9830", - "id": "0x8597ba143AC509189E89aaB3BA28d661A5dD9830", - "symbol": "VANCAT", - "type": "BEP20", - "decimals": 0, - "status": "abandoned" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B/info.json b/blockchains/smartchain/assets/0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B/info.json deleted file mode 100644 index 5949ce6dc688d..0000000000000 --- a/blockchains/smartchain/assets/0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TRON", - "symbol": "TRX", - "type": "BEP20", - "decimals": 18, - "description": "TRON is a dedicated to build the infrastructure for a truly decentralized Internet.", - "website": "https://tron.network/", - "explorer": "https://bscscan.com/token/0x85eac5ac2f758618dfa09bdbe0cf174e7d574d5b", - "status": "abandoned", - "id": "0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x85EE8e3E0068EdeeEE960979958d7F61416a9d84/info.json b/blockchains/smartchain/assets/0x85EE8e3E0068EdeeEE960979958d7F61416a9d84/info.json deleted file mode 100644 index f9b7a1397b75e..0000000000000 --- a/blockchains/smartchain/assets/0x85EE8e3E0068EdeeEE960979958d7F61416a9d84/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Story", - "website": "https://storytoken.app", - "description": "$STORY is the token fueling our crowdfunding platform called Story. Story provides anyone, anywhere with the platform to help others. Simply share their Story in 60 seconds or less and our community listens.", - "explorer": "https://bscscan.com/token/0x85EE8e3E0068EdeeEE960979958d7F61416a9d84", - "type": "BEP20", - "symbol": "STORY", - "decimals": 18, - "status": "active", - "id": "0x85EE8e3E0068EdeeEE960979958d7F61416a9d84", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/StoryToken_" - }, - { - "name": "telegram", - "url": "https://t.me/storytoken_official" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/story" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/story/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x85EE8e3E0068EdeeEE960979958d7F61416a9d84/logo.png b/blockchains/smartchain/assets/0x85EE8e3E0068EdeeEE960979958d7F61416a9d84/logo.png deleted file mode 100644 index 52eda937b79ab..0000000000000 Binary files a/blockchains/smartchain/assets/0x85EE8e3E0068EdeeEE960979958d7F61416a9d84/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x861f1E1397daD68289e8f6a09a2ebb567f1B895C/info.json b/blockchains/smartchain/assets/0x861f1E1397daD68289e8f6a09a2ebb567f1B895C/info.json deleted file mode 100644 index 693ba7420d902..0000000000000 --- a/blockchains/smartchain/assets/0x861f1E1397daD68289e8f6a09a2ebb567f1B895C/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Menzy", - "type": "BEP20", - "symbol": "MNZ", - "decimals": 18, - "website": "https://www.menzy.io/", - "description": "Menzy is a movetoearn body movement & step count platform for earning passively. With Menzy we have developed a unique AI-based algorithmic system that detects any sort of activity or sport happening rewarding you for every move you make in $MNZ.", - "explorer": "https://bscscan.com/token/0x861f1E1397daD68289e8f6a09a2ebb567f1B895C", - "status": "active", - "id": "0x861f1E1397daD68289e8f6a09a2ebb567f1B895C", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MNZtoken" - }, - { - "name": "telegram", - "url": "https://t.me/menzy_official" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/menzy/" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x861f1E1397daD68289e8f6a09a2ebb567f1B895C/logo.png b/blockchains/smartchain/assets/0x861f1E1397daD68289e8f6a09a2ebb567f1B895C/logo.png deleted file mode 100644 index 37aac3a32742f..0000000000000 Binary files a/blockchains/smartchain/assets/0x861f1E1397daD68289e8f6a09a2ebb567f1B895C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8626F099434d9A7E603B8f0273880209eaBfc1c5/info.json b/blockchains/smartchain/assets/0x8626F099434d9A7E603B8f0273880209eaBfc1c5/info.json deleted file mode 100644 index 492f75a29fbf6..0000000000000 --- a/blockchains/smartchain/assets/0x8626F099434d9A7E603B8f0273880209eaBfc1c5/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Berryswap", - "website": "https://berryswap.finance", - "description": "Berry swap exchange is a decentralized exchange platform built on the Binance smart chain BSC protocol, with an integrated seamless interoperability across all blockchain network and diverse contract systems.", - "explorer": "https://bscscan.com/token/0x8626F099434d9A7E603B8f0273880209eaBfc1c5", - "type": "BEP20", - "symbol": "Berry", - "decimals": 18, - "status": "active", - "id": "0x8626F099434d9A7E603B8f0273880209eaBfc1c5" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8626F099434d9A7E603B8f0273880209eaBfc1c5/logo.png b/blockchains/smartchain/assets/0x8626F099434d9A7E603B8f0273880209eaBfc1c5/logo.png deleted file mode 100644 index 5306eb065d4de..0000000000000 Binary files a/blockchains/smartchain/assets/0x8626F099434d9A7E603B8f0273880209eaBfc1c5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x862827E70221C3A0BA27aB608DDfE4d5D3Fe27C2/info.json b/blockchains/smartchain/assets/0x862827E70221C3A0BA27aB608DDfE4d5D3Fe27C2/info.json deleted file mode 100644 index c771edc9fd51f..0000000000000 --- a/blockchains/smartchain/assets/0x862827E70221C3A0BA27aB608DDfE4d5D3Fe27C2/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "SafeRune", - "website": "https://saferune.com", - "description": "Self generating liquidity token with 15% reflection back to holders. Valhalla awaits.", - "explorer": "https://bscscan.com/token/0x862827E70221C3A0BA27aB608DDfE4d5D3Fe27C2", - "research": "", - "type": "BEP20", - "symbol": "SAFERUNE", - "decimals": 9, - "status": "active", - "id": "0x862827E70221C3A0BA27aB608DDfE4d5D3Fe27C2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x862827E70221C3A0BA27aB608DDfE4d5D3Fe27C2/logo.png b/blockchains/smartchain/assets/0x862827E70221C3A0BA27aB608DDfE4d5D3Fe27C2/logo.png deleted file mode 100644 index de6f817592321..0000000000000 Binary files a/blockchains/smartchain/assets/0x862827E70221C3A0BA27aB608DDfE4d5D3Fe27C2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x86432b9beA373172C852D5bbAB1c275FeC3f15aE/info.json b/blockchains/smartchain/assets/0x86432b9beA373172C852D5bbAB1c275FeC3f15aE/info.json deleted file mode 100644 index 263ea4eac6d0d..0000000000000 --- a/blockchains/smartchain/assets/0x86432b9beA373172C852D5bbAB1c275FeC3f15aE/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Sleepy Sloth", - "website": "https://sleepysloth.finance/", - "description": "Sleepy Sloth, frictionless yield and NFT Auction place.", - "explorer": "https://bscscan.com/token/0x86432b9beA373172C852D5bbAB1c275FeC3f15aE", - "type": "BEP20", - "symbol": "SLEEPY", - "decimals": 8, - "status": "active", - "id": "0x86432b9beA373172C852D5bbAB1c275FeC3f15aE", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SleepySlothBsc" - }, - { - "name": "telegram", - "url": "https://t.me/sleepyslothfinance" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/SleepySlothFinance" - }, - { - "name": "medium", - "url": "https://medium.com/@SleepySlothFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x86432b9beA373172C852D5bbAB1c275FeC3f15aE/logo.png b/blockchains/smartchain/assets/0x86432b9beA373172C852D5bbAB1c275FeC3f15aE/logo.png deleted file mode 100644 index c44e54fa61ca1..0000000000000 Binary files a/blockchains/smartchain/assets/0x86432b9beA373172C852D5bbAB1c275FeC3f15aE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x865d0c78d08BD6e5f0db6BCbF36d3F8EB4ad48F8/info.json b/blockchains/smartchain/assets/0x865d0c78d08BD6e5f0db6BCbF36d3F8EB4ad48F8/info.json deleted file mode 100644 index b3b95d9810736..0000000000000 --- a/blockchains/smartchain/assets/0x865d0c78d08BD6e5f0db6BCbF36d3F8EB4ad48F8/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "KILIMANJARO", - "type": "BEP20", - "symbol": "KILIMANJARo", - "decimals": 4, - "website": "https://kilimanjaro.finance/", - "description": "BSC Fully deflationary lottery token with original lottery process.", - "explorer": "https://bscscan.com/token/0x865d0c78d08BD6e5f0db6BCbF36d3F8EB4ad48F8", - "status": "active", - "id": "0x865d0c78d08BD6e5f0db6BCbF36d3F8EB4ad48F8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x865d0c78d08BD6e5f0db6BCbF36d3F8EB4ad48F8/logo.png b/blockchains/smartchain/assets/0x865d0c78d08BD6e5f0db6BCbF36d3F8EB4ad48F8/logo.png deleted file mode 100644 index e104de1ff27d1..0000000000000 Binary files a/blockchains/smartchain/assets/0x865d0c78d08BD6e5f0db6BCbF36d3F8EB4ad48F8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8690Cb98496EF0f8c6417D78b5e0E29907668808/info.json b/blockchains/smartchain/assets/0x8690Cb98496EF0f8c6417D78b5e0E29907668808/info.json deleted file mode 100644 index 4d4e7ec4281d0..0000000000000 --- a/blockchains/smartchain/assets/0x8690Cb98496EF0f8c6417D78b5e0E29907668808/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Wraith Protocol", - "type": "BEP20", - "symbol": "WRAITH", - "decimals": 9, - "website": "https://wraithprotocol.io/", - "description": "Revolutionizing Privacy Throughout The Blockchain", - "explorer": "https://bscscan.com/token/0x8690Cb98496EF0f8c6417D78b5e0E29907668808", - "status": "active", - "id": "0x8690Cb98496EF0f8c6417D78b5e0E29907668808", - "links": [ - { - "name": "github", - "url": "https://github.com/WraithProtocol/" - }, - { - "name": "twitter", - "url": "https://twitter.com/WraithProtocol/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/WRAITH_Official/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/wraith-protocol" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/wraith-protocol/" - }, - { - "name": "telegram", - "url": "https://t.me/WraithOfficial" - }, - { - "name": "whitepaper", - "url": "https://wraithprotocol.io/wp-content/uploads/2021/08/wraithpaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8690Cb98496EF0f8c6417D78b5e0E29907668808/logo.png b/blockchains/smartchain/assets/0x8690Cb98496EF0f8c6417D78b5e0E29907668808/logo.png deleted file mode 100644 index 112f900ef6f43..0000000000000 Binary files a/blockchains/smartchain/assets/0x8690Cb98496EF0f8c6417D78b5e0E29907668808/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x869Dd7A64AfBe5370a8c591d9B8650BE60c0B8f6/info.json b/blockchains/smartchain/assets/0x869Dd7A64AfBe5370a8c591d9B8650BE60c0B8f6/info.json deleted file mode 100644 index 6becb47ca77da..0000000000000 --- a/blockchains/smartchain/assets/0x869Dd7A64AfBe5370a8c591d9B8650BE60c0B8f6/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "FastMoon", - "website": "https://fastmoon.finance", - "description": "FastMoon is extremely fast autonomous yield and liquidity generation protocol.", - "explorer": "https://bscscan.com/token/0x869Dd7A64AfBe5370a8c591d9B8650BE60c0B8f6", - "type": "BEP20", - "symbol": "FASTMOON", - "decimals": 9, - "status": "active", - "id": "0x869Dd7A64AfBe5370a8c591d9B8650BE60c0B8f6", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/fastmoonfinance" - }, - { - "name": "twitter", - "url": "https://twitter.com/FastMoon Finance" - }, - { - "name": "telegram", - "url": "https://t.me/FastMoonFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x869Dd7A64AfBe5370a8c591d9B8650BE60c0B8f6/logo.png b/blockchains/smartchain/assets/0x869Dd7A64AfBe5370a8c591d9B8650BE60c0B8f6/logo.png deleted file mode 100644 index 07ddadaee5720..0000000000000 Binary files a/blockchains/smartchain/assets/0x869Dd7A64AfBe5370a8c591d9B8650BE60c0B8f6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x86A45b508a375ac8f0FD387e7532B70f71291152/info.json b/blockchains/smartchain/assets/0x86A45b508a375ac8f0FD387e7532B70f71291152/info.json deleted file mode 100644 index 1659a501ee1f3..0000000000000 --- a/blockchains/smartchain/assets/0x86A45b508a375ac8f0FD387e7532B70f71291152/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "EMP Token", - "type": "BEP20", - "symbol": "EMP", - "decimals": 9, - "website": "https://emptoken.io/", - "description": "EMP Token DeFi is a decentralized token. It aims in the medium term to acquire mining rigs using 100% clean energy.", - "explorer": "https://bscscan.com/token/0x86A45b508a375ac8f0FD387e7532B70f71291152", - "status": "active", - "id": "0x86A45b508a375ac8f0FD387e7532B70f71291152", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/emptoken" - }, - { - "name": "telegram", - "url": "https://t.me/grupolight" - }, - { - "name": "source_code", - "url": "https://bscscan.com/token/0x86A45b508a375ac8f0FD387e7532B70f71291152#code" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x86A45b508a375ac8f0FD387e7532B70f71291152/logo.png b/blockchains/smartchain/assets/0x86A45b508a375ac8f0FD387e7532B70f71291152/logo.png deleted file mode 100644 index 5888a10fbbf67..0000000000000 Binary files a/blockchains/smartchain/assets/0x86A45b508a375ac8f0FD387e7532B70f71291152/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x86a53fcd199212FEa44FA7e16EB1f28812be911D/info.json b/blockchains/smartchain/assets/0x86a53fcd199212FEa44FA7e16EB1f28812be911D/info.json deleted file mode 100644 index 532db59d1cd9a..0000000000000 --- a/blockchains/smartchain/assets/0x86a53fcd199212FEa44FA7e16EB1f28812be911D/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Inflation Hedging Coin", - "type": "BEP20", - "symbol": "IHC", - "decimals": 18, - "website": "https://www.ihcoin.io/", - "description": "Inflation Hedging Coin (IHC) was founded to provide an alternative way to secure your wealth without the interference of the monetary hierarchy system in fighting against inflation, starting with a blockchain based form of finance, Decentralized Finance.", - "explorer": "https://bscscan.com/token/0x86a53fcd199212FEa44FA7e16EB1f28812be911D", - "status": "active", - "id": "0x86a53fcd199212FEa44FA7e16EB1f28812be911D", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/IHCoinofficial?s=20" - }, - { - "name": "facebook", - "url": "https://facebook.com/ihcoinofficial" - }, - { - "name": "telegram", - "url": "https://t.me/IHCglobalcommunity" - } - ], - "tags": [ - "staking", - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x86a53fcd199212FEa44FA7e16EB1f28812be911D/logo.png b/blockchains/smartchain/assets/0x86a53fcd199212FEa44FA7e16EB1f28812be911D/logo.png deleted file mode 100644 index 92aa54344e805..0000000000000 Binary files a/blockchains/smartchain/assets/0x86a53fcd199212FEa44FA7e16EB1f28812be911D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x86aC3974e2BD0d60825230fa6F355fF11409df5c/info.json b/blockchains/smartchain/assets/0x86aC3974e2BD0d60825230fa6F355fF11409df5c/info.json deleted file mode 100644 index a67beeaba02d4..0000000000000 --- a/blockchains/smartchain/assets/0x86aC3974e2BD0d60825230fa6F355fF11409df5c/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Venus CAKE", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - } - ], - "explorer": "https://bscscan.com/token/0x86aC3974e2BD0d60825230fa6F355fF11409df5c", - "type": "BEP20", - "symbol": "vCAKE", - "decimals": 8, - "status": "active", - "id": "0x86aC3974e2BD0d60825230fa6F355fF11409df5c" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x86aC3974e2BD0d60825230fa6F355fF11409df5c/logo.png b/blockchains/smartchain/assets/0x86aC3974e2BD0d60825230fa6F355fF11409df5c/logo.png deleted file mode 100644 index afc937dc75ce0..0000000000000 Binary files a/blockchains/smartchain/assets/0x86aC3974e2BD0d60825230fa6F355fF11409df5c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x86aCCc2580dA5Bd522A0eEc7C881A0d4f33De657/info.json b/blockchains/smartchain/assets/0x86aCCc2580dA5Bd522A0eEc7C881A0d4f33De657/info.json deleted file mode 100644 index 2fa14b4f5c3af..0000000000000 --- a/blockchains/smartchain/assets/0x86aCCc2580dA5Bd522A0eEc7C881A0d4f33De657/info.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "CRYPTO SNACK", - "type": "BEP20", - "symbol": "SNACK", - "decimals": 18, - "website": "https://cryptosnacks.org/", - "description": "Crypto Snack is the world’s fastest growing iGaming token", - "explorer": "https://bscscan.com/token/0x86aCCc2580dA5Bd522A0eEc7C881A0d4f33De657", - "status": "active", - "id": "0x86aCCc2580dA5Bd522A0eEc7C881A0d4f33De657", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/cryptosnack_" - }, - { - "name": "telegram", - "url": "https://t.me/CryptoSnackCommunity" - }, - { - "name": "telegram_news", - "url": "https://t.me/CryptoSnackOfficial" - }, - { - "name": "medium", - "url": "https://cryptosnack.medium.com/" - }, - { - "name": "whitepaper", - "url": "https://cryptosnacks.org/white-paper" - }, - { - "name": "facebook", - "url": "https://facebook.com/CryptoSnackOfficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/es/currencies/crypto-snack/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/crypto-snack" - }, - { - "name": "github", - "url": "https://github.com/CryptoSnackProject" - }, - { - "name": "discord", - "url": "https://discord.com/invite/NyemjyETwA" - } - ], - "tags": [ - "staking-native" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x86aCCc2580dA5Bd522A0eEc7C881A0d4f33De657/logo.png b/blockchains/smartchain/assets/0x86aCCc2580dA5Bd522A0eEc7C881A0d4f33De657/logo.png deleted file mode 100644 index a33a3d44d18e5..0000000000000 Binary files a/blockchains/smartchain/assets/0x86aCCc2580dA5Bd522A0eEc7C881A0d4f33De657/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x86bBc9838C3370e0fD570b4ee8087f5aCa299977/info.json b/blockchains/smartchain/assets/0x86bBc9838C3370e0fD570b4ee8087f5aCa299977/info.json deleted file mode 100644 index cf390f53db7a1..0000000000000 --- a/blockchains/smartchain/assets/0x86bBc9838C3370e0fD570b4ee8087f5aCa299977/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Blackberry token", - "type": "BEP20", - "symbol": "BB", - "decimals": 0, - "website": "https://www.blackberrytoken.com/", - "description": "BlackBerry token is an innovative Binance Smart Chain token that is designed for maximizing profits in the DeFI yield generation.", - "explorer": "https://bscscan.com/token/0x86bBc9838C3370e0fD570b4ee8087f5aCa299977", - "status": "active", - "id": "0x86bBc9838C3370e0fD570b4ee8087f5aCa299977" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x86bBc9838C3370e0fD570b4ee8087f5aCa299977/logo.png b/blockchains/smartchain/assets/0x86bBc9838C3370e0fD570b4ee8087f5aCa299977/logo.png deleted file mode 100644 index 4be42af39c4c9..0000000000000 Binary files a/blockchains/smartchain/assets/0x86bBc9838C3370e0fD570b4ee8087f5aCa299977/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x86c3E4FfAcdB3AF628ef985a518cd6ee22A22b28/info.json b/blockchains/smartchain/assets/0x86c3E4FfAcdB3AF628ef985a518cd6ee22A22b28/info.json deleted file mode 100644 index 35325b8ab5340..0000000000000 --- a/blockchains/smartchain/assets/0x86c3E4FfAcdB3AF628ef985a518cd6ee22A22b28/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Octans", - "website": "https://octanscrypto.com/", - "description": "OCTANS aka $OCTA is a auto yield and liquidity smart contract.", - "explorer": "https://bscscan.com/token/0x86c3E4FfAcdB3AF628ef985a518cd6ee22A22b28", - "research": "", - "type": "BEP20", - "symbol": "OCTA", - "decimals": 9, - "status": "active", - "id": "0x86c3E4FfAcdB3AF628ef985a518cd6ee22A22b28" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x86c3E4FfAcdB3AF628ef985a518cd6ee22A22b28/logo.png b/blockchains/smartchain/assets/0x86c3E4FfAcdB3AF628ef985a518cd6ee22A22b28/logo.png deleted file mode 100644 index 1fac7b5166bae..0000000000000 Binary files a/blockchains/smartchain/assets/0x86c3E4FfAcdB3AF628ef985a518cd6ee22A22b28/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x86dd49963fe91F0e5BC95d171Ff27EA996C0890C/info.json b/blockchains/smartchain/assets/0x86dd49963fe91F0e5BC95d171Ff27EA996C0890C/info.json deleted file mode 100644 index 7ce3112eafb08..0000000000000 --- a/blockchains/smartchain/assets/0x86dd49963fe91F0e5BC95d171Ff27EA996C0890C/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "0xCharts Token", - "website": "https://0xcharts.io/", - "description": "0xCharts brings Multi-charts and portfolio tracking to the binance smart chain.", - "explorer": "https://bscscan.com/token/0x86dd49963fe91F0e5BC95d171Ff27EA996C0890C", - "type": "BEP20", - "symbol": "0XC", - "decimals": 9, - "status": "active", - "id": "0x86dd49963fe91F0e5BC95d171Ff27EA996C0890C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x86dd49963fe91F0e5BC95d171Ff27EA996C0890C/logo.png b/blockchains/smartchain/assets/0x86dd49963fe91F0e5BC95d171Ff27EA996C0890C/logo.png deleted file mode 100644 index f5b0a0be4a80f..0000000000000 Binary files a/blockchains/smartchain/assets/0x86dd49963fe91F0e5BC95d171Ff27EA996C0890C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x87076daE0086d79873031E96a4b52c85f998ecB5/info.json b/blockchains/smartchain/assets/0x87076daE0086d79873031E96a4b52c85f998ecB5/info.json deleted file mode 100644 index 9d0ff0a02e462..0000000000000 --- a/blockchains/smartchain/assets/0x87076daE0086d79873031E96a4b52c85f998ecB5/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Revolt", - "type": "BEP20", - "symbol": "REVT", - "decimals": 9, - "website": "https://revoltcoin.io/", - "description": "Revolt is a community driven, fair launched DeFi Token. Revolt will be used as the main cryptocurrency and worldwide payment system for the R-Marketplace. ", - "explorer": "https://bscscan.com/token/0x87076daE0086d79873031E96a4b52c85f998ecB5", - "status": "active", - "id": "0x87076daE0086d79873031E96a4b52c85f998ecB5" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x87076daE0086d79873031E96a4b52c85f998ecB5/logo.png b/blockchains/smartchain/assets/0x87076daE0086d79873031E96a4b52c85f998ecB5/logo.png deleted file mode 100644 index 6ac70ae3fb463..0000000000000 Binary files a/blockchains/smartchain/assets/0x87076daE0086d79873031E96a4b52c85f998ecB5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8717e80EfF08F53A45b4A925009957E14860A8a8/info.json b/blockchains/smartchain/assets/0x8717e80EfF08F53A45b4A925009957E14860A8a8/info.json deleted file mode 100644 index 05169b984575f..0000000000000 --- a/blockchains/smartchain/assets/0x8717e80EfF08F53A45b4A925009957E14860A8a8/info.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "BHO Token", - "website": "https://bho.network", - "description": "Bring blockchain to life.", - "explorer": "https://bscscan.com/token/0x8717e80eff08f53a45b4a925009957e14860a8a8", - "id": "0x8717e80EfF08F53A45b4A925009957E14860A8a8", - "type": "BEP20", - "symbol": "BHO", - "decimals": 18, - "status": "active", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/bhonetwork" - }, - { - "name": "telegram", - "url": "https://t.me/bhonetwork_en" - }, - { - "name": "github", - "url": "https://github.com/bhonetwork" - } - ], - "tags": [ - "gamefi", - "staking-native", - "defi", - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8717e80EfF08F53A45b4A925009957E14860A8a8/logo.png b/blockchains/smartchain/assets/0x8717e80EfF08F53A45b4A925009957E14860A8a8/logo.png deleted file mode 100644 index 52474c1d84462..0000000000000 Binary files a/blockchains/smartchain/assets/0x8717e80EfF08F53A45b4A925009957E14860A8a8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8789337a176e6e7223Ff115F1CD85C993D42C25c/info.json b/blockchains/smartchain/assets/0x8789337a176e6e7223Ff115F1CD85C993D42C25c/info.json deleted file mode 100644 index ae8e7426619b2..0000000000000 --- a/blockchains/smartchain/assets/0x8789337a176e6e7223Ff115F1CD85C993D42C25c/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Copiosa Coin", - "website": "https://copiosa.io", - "description": "Copiosa is a cryptocurrency and technological stack that sits on the Binance Smart Chain that wants to enable others to purchase small cap cryptocurrencies safely, simply and efficiently.", - "explorer": "https://bscscan.com/token/0x8789337a176e6e7223ff115f1cd85c993d42c25c", - "type": "BEP20", - "symbol": "COP", - "decimals": 18, - "status": "active", - "id": "0x8789337a176e6e7223Ff115F1CD85C993D42C25c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/copiosaofficial" - }, - { - "name": "telegram", - "url": "https://t.me/copiosatelegram" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/copiosaofficial" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8789337a176e6e7223Ff115F1CD85C993D42C25c/logo.png b/blockchains/smartchain/assets/0x8789337a176e6e7223Ff115F1CD85C993D42C25c/logo.png deleted file mode 100644 index d24969f5b8280..0000000000000 Binary files a/blockchains/smartchain/assets/0x8789337a176e6e7223Ff115F1CD85C993D42C25c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x87A2d9a9A6b2D61B2a57798f1b4b2DDd19458Fb6/info.json b/blockchains/smartchain/assets/0x87A2d9a9A6b2D61B2a57798f1b4b2DDd19458Fb6/info.json deleted file mode 100644 index 73269c4991cf7..0000000000000 --- a/blockchains/smartchain/assets/0x87A2d9a9A6b2D61B2a57798f1b4b2DDd19458Fb6/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Kingdom Game 4.0", - "website": "https://kingdomgame.org", - "description": "Kingdom Game 4.0 is a blockchain-based gaming platform that aims to provide a sustainable sharing economy model.", - "explorer": "https://bscscan.com/token/0x87A2d9a9A6b2D61B2a57798f1b4b2DDd19458Fb6", - "type": "BEP20", - "symbol": "KDG", - "decimals": 18, - "status": "active", - "id": "0x87A2d9a9A6b2D61B2a57798f1b4b2DDd19458Fb6", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/KingdomGame_KDG" - }, - { - "name": "telegram", - "url": "https://t.me/kdg_en" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x87A2d9a9A6b2D61B2a57798f1b4b2DDd19458Fb6/logo.png b/blockchains/smartchain/assets/0x87A2d9a9A6b2D61B2a57798f1b4b2DDd19458Fb6/logo.png deleted file mode 100644 index 43e75b74fa9fc..0000000000000 Binary files a/blockchains/smartchain/assets/0x87A2d9a9A6b2D61B2a57798f1b4b2DDd19458Fb6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x87ECEa8512516Ced5db9375c63c23A0846c73a57/info.json b/blockchains/smartchain/assets/0x87ECEa8512516Ced5db9375c63c23A0846c73a57/info.json deleted file mode 100644 index 8f265bf9c5fb7..0000000000000 --- a/blockchains/smartchain/assets/0x87ECEa8512516Ced5db9375c63c23A0846c73a57/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "EpiK Protocol", - "symbol": "BSC-EPK", - "type": "BEP20", - "decimals": 18, - "description": "The World's First Decentralized Protocol for AI Data Construction, Storage and Sharing.", - "website": "https://www.epik-protocol.io/", - "explorer": "https://bscscan.com/token/0x87ECEa8512516Ced5db9375c63c23A0846c73a57", - "status": "active", - "id": "0x87ECEa8512516Ced5db9375c63c23A0846c73a57", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/EpikProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/EpikProtocol" - }, - { - "name": "medium", - "url": "https://epikprotocol.medium.com/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/Tz6kZbd" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x87ECEa8512516Ced5db9375c63c23A0846c73a57/logo.png b/blockchains/smartchain/assets/0x87ECEa8512516Ced5db9375c63c23A0846c73a57/logo.png deleted file mode 100644 index 1747467e147bb..0000000000000 Binary files a/blockchains/smartchain/assets/0x87ECEa8512516Ced5db9375c63c23A0846c73a57/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x87Ffc48C9f89fc5dfA05836e083406D684FD6331/info.json b/blockchains/smartchain/assets/0x87Ffc48C9f89fc5dfA05836e083406D684FD6331/info.json deleted file mode 100644 index 0adf41641ab8f..0000000000000 --- a/blockchains/smartchain/assets/0x87Ffc48C9f89fc5dfA05836e083406D684FD6331/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Hachiko", - "type": "BEP20", - "symbol": "Hachiko", - "decimals": 9, - "website": "https://hachiko.cc/", - "description": "Hachiko is a deflationary token on the Binance Smart Chain. Fair launched and 100% community owned. Ownership renounced.", - "explorer": "https://bscscan.com/token/0x87Ffc48C9f89fc5dfA05836e083406D684FD6331", - "status": "active", - "id": "0x87Ffc48C9f89fc5dfA05836e083406D684FD6331", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/hachikobsc" - }, - { - "name": "telegram", - "url": "https://t.me/hachiko_bsc" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x87Ffc48C9f89fc5dfA05836e083406D684FD6331/logo.png b/blockchains/smartchain/assets/0x87Ffc48C9f89fc5dfA05836e083406D684FD6331/logo.png deleted file mode 100644 index d569db840b198..0000000000000 Binary files a/blockchains/smartchain/assets/0x87Ffc48C9f89fc5dfA05836e083406D684FD6331/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x87b1AccE6a1958E522233A737313C086551a5c76/info.json b/blockchains/smartchain/assets/0x87b1AccE6a1958E522233A737313C086551a5c76/info.json deleted file mode 100644 index dc09f63010508..0000000000000 --- a/blockchains/smartchain/assets/0x87b1AccE6a1958E522233A737313C086551a5c76/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FEG Wrapped BNB", - "website": "https://fegtoken.com", - "description": "FEG Wrapped BNB", - "explorer": "https://bscscan.com/token/0x87b1acce6a1958e522233a737313c086551a5c76", - "type": "BEP20", - "symbol": "fBNB", - "decimals": 18, - "status": "active", - "id": "0x87b1AccE6a1958E522233A737313C086551a5c76" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x87b1AccE6a1958E522233A737313C086551a5c76/logo.png b/blockchains/smartchain/assets/0x87b1AccE6a1958E522233A737313C086551a5c76/logo.png deleted file mode 100644 index 2d6734037a2e7..0000000000000 Binary files a/blockchains/smartchain/assets/0x87b1AccE6a1958E522233A737313C086551a5c76/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x882C173bC7Ff3b7786CA16dfeD3DFFfb9Ee7847B/info.json b/blockchains/smartchain/assets/0x882C173bC7Ff3b7786CA16dfeD3DFFfb9Ee7847B/info.json deleted file mode 100644 index a64b191e68a3a..0000000000000 --- a/blockchains/smartchain/assets/0x882C173bC7Ff3b7786CA16dfeD3DFFfb9Ee7847B/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Venus BTC", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "research": "https://research.binance.com/en/projects/venus", - "explorer": "https://bscscan.com/token/0x882C173bC7Ff3b7786CA16dfeD3DFFfb9Ee7847B", - "type": "BEP20", - "symbol": "vBTC", - "decimals": 8, - "status": "active", - "id": "0x882C173bC7Ff3b7786CA16dfeD3DFFfb9Ee7847B", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x882C173bC7Ff3b7786CA16dfeD3DFFfb9Ee7847B/logo.png b/blockchains/smartchain/assets/0x882C173bC7Ff3b7786CA16dfeD3DFFfb9Ee7847B/logo.png deleted file mode 100644 index 17835fe337352..0000000000000 Binary files a/blockchains/smartchain/assets/0x882C173bC7Ff3b7786CA16dfeD3DFFfb9Ee7847B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x88479186BAC914E4313389a64881F5ed0153C765/info.json b/blockchains/smartchain/assets/0x88479186BAC914E4313389a64881F5ed0153C765/info.json deleted file mode 100644 index 737755caec8a3..0000000000000 --- a/blockchains/smartchain/assets/0x88479186BAC914E4313389a64881F5ed0153C765/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "SquidGrow", - "type": "BEP20", - "symbol": "SquidGrow", - "decimals": 19, - "website": "https://squidgrow.wtf", - "description": "SquidGrow is the next big meme utility token in the cryptocurrency space! Created by the biggest Shiba Inu whale, SquidGrow has the building blocks to get to the highest level. With our owner being one of the biggest investors in the world, the possibilities and connections for SquidGrow are endless!", - "explorer": "https://bscscan.com/token/0x88479186BAC914E4313389a64881F5ed0153C765", - "status": "active", - "id": "0x88479186BAC914E4313389a64881F5ed0153C765", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/squid-grow/" - }, - { - "name": "telegram", - "url": "https://t.me/SquidGrowPortal" - }, - { - "name": "twitter", - "url": "https://twitter.com/Squid_Grow" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/squidgrow" - }, - { - "name": "github", - "url": "https://github.com/shibtoshi" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x88479186BAC914E4313389a64881F5ed0153C765/logo.png b/blockchains/smartchain/assets/0x88479186BAC914E4313389a64881F5ed0153C765/logo.png deleted file mode 100644 index 7477aad4584ea..0000000000000 Binary files a/blockchains/smartchain/assets/0x88479186BAC914E4313389a64881F5ed0153C765/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8850D2c68c632E3B258e612abAA8FadA7E6958E5/info.json b/blockchains/smartchain/assets/0x8850D2c68c632E3B258e612abAA8FadA7E6958E5/info.json deleted file mode 100644 index 6279ccf23375a..0000000000000 --- a/blockchains/smartchain/assets/0x8850D2c68c632E3B258e612abAA8FadA7E6958E5/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PIG Token", - "website": "https://pigtoken.finance/", - "description": "high-yield frictionless farming token.", - "explorer": "https://bscscan.com/token/0x8850d2c68c632e3b258e612abaa8fada7e6958e5", - "type": "BEP20", - "symbol": "PIG", - "decimals": 9, - "status": "active", - "id": "0x8850D2c68c632E3B258e612abAA8FadA7E6958E5" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8850D2c68c632E3B258e612abAA8FadA7E6958E5/logo.png b/blockchains/smartchain/assets/0x8850D2c68c632E3B258e612abAA8FadA7E6958E5/logo.png deleted file mode 100644 index 1cc67b9082e68..0000000000000 Binary files a/blockchains/smartchain/assets/0x8850D2c68c632E3B258e612abAA8FadA7E6958E5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8855cFbA493D8A22F924a5CE1B06EFBceA68FFeC/info.json b/blockchains/smartchain/assets/0x8855cFbA493D8A22F924a5CE1B06EFBceA68FFeC/info.json deleted file mode 100644 index e771ec4edfacc..0000000000000 --- a/blockchains/smartchain/assets/0x8855cFbA493D8A22F924a5CE1B06EFBceA68FFeC/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Bimp.Finance", - "type": "BEP20", - "symbol": "BIMP", - "decimals": 9, - "website": "https://www.bimp.finance/", - "description": "BIMP is BNB In My Pocket. Bimp.Finance is the future of NFT merchandise selling for female online streamers. Our vision is to provide a platform where female streamers can sell a different NFT merchandise and gain commissions and royalties from every NFT sold through their channels. We envision that our platform NFT collection will provide a long-term revenue model for the both of our female streamers and Bimp investors.", - "explorer": "https://bscscan.com/token/0x8855cFbA493D8A22F924a5CE1B06EFBceA68FFeC", - "status": "active", - "id": "0x8855cFbA493D8A22F924a5CE1B06EFBceA68FFeC", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BIMP_Official" - }, - { - "name": "telegram", - "url": "https://t.me/BimpFinance" - }, - { - "name": "github", - "url": "https://github.com/BIMPFinance" - }, - { - "name": "facebook", - "url": "https://facebook.com/bimpfinance" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/bimp-finance/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/bimp-finance" - }, - { - "name": "source_code", - "url": "https://github.com/BIMPFinance/bimp.finance/blob/main/bimpfinance.sol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8855cFbA493D8A22F924a5CE1B06EFBceA68FFeC/logo.png b/blockchains/smartchain/assets/0x8855cFbA493D8A22F924a5CE1B06EFBceA68FFeC/logo.png deleted file mode 100644 index 3b3b80346c23a..0000000000000 Binary files a/blockchains/smartchain/assets/0x8855cFbA493D8A22F924a5CE1B06EFBceA68FFeC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x885C5Fb8f0e67b2b0Cf3a437e6Cc6EBC0F9f9014/info.json b/blockchains/smartchain/assets/0x885C5Fb8f0e67b2b0Cf3a437e6Cc6EBC0F9f9014/info.json deleted file mode 100644 index 09bc14815d8fc..0000000000000 --- a/blockchains/smartchain/assets/0x885C5Fb8f0e67b2b0Cf3a437e6Cc6EBC0F9f9014/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "GemGuardian", - "type": "BEP20", - "symbol": "GEMG", - "decimals": 18, - "website": "https://gemguardian.io", - "description": "GEMG is a GemGuardian NFT Game Token", - "explorer": "https://bscscan.com/token/0x885c5fb8f0e67b2b0cf3a437e6cc6ebc0f9f9014", - "status": "active", - "id": "0x885C5Fb8f0e67b2b0Cf3a437e6Cc6EBC0F9f9014", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/GemGuardianNFT" - }, - { - "name": "telegram", - "url": "https://t.me/GemGuardianOfficialChat" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/gemguardian/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/gemguardian/" - }, - { - "name": "medium", - "url": "https://gemguardian.medium.com/" - }, - { - "name": "whitepaper", - "url": "https://gemguardian.io/docs/gemguardian.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x885C5Fb8f0e67b2b0Cf3a437e6Cc6EBC0F9f9014/logo.png b/blockchains/smartchain/assets/0x885C5Fb8f0e67b2b0Cf3a437e6Cc6EBC0F9f9014/logo.png deleted file mode 100644 index 2e071aa48fa13..0000000000000 Binary files a/blockchains/smartchain/assets/0x885C5Fb8f0e67b2b0Cf3a437e6Cc6EBC0F9f9014/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8869eac0D82245A2df50a0FAD770D72CE63649d1/info.json b/blockchains/smartchain/assets/0x8869eac0D82245A2df50a0FAD770D72CE63649d1/info.json deleted file mode 100644 index f1a5a3a46925f..0000000000000 --- a/blockchains/smartchain/assets/0x8869eac0D82245A2df50a0FAD770D72CE63649d1/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Doggy Swap", - "website": "https://doggyswap.io", - "description": "Doggy Swap is the all-in-one DeFi platform that provides both AMM and NFT Marketplace solutions in one place!", - "explorer": "https://bscscan.com/token/0x8869eac0d82245a2df50a0fad770d72ce63649d1", - "type": "BEP20", - "symbol": "DOGS", - "decimals": 18, - "status": "active", - "id": "0x8869eac0D82245A2df50a0FAD770D72CE63649d1" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8869eac0D82245A2df50a0FAD770D72CE63649d1/logo.png b/blockchains/smartchain/assets/0x8869eac0D82245A2df50a0FAD770D72CE63649d1/logo.png deleted file mode 100644 index e33718e949061..0000000000000 Binary files a/blockchains/smartchain/assets/0x8869eac0D82245A2df50a0FAD770D72CE63649d1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x88803312628fd21542F706B0C7dC8495c1c10B2e/info.json b/blockchains/smartchain/assets/0x88803312628fd21542F706B0C7dC8495c1c10B2e/info.json deleted file mode 100644 index b7814667e7a6c..0000000000000 --- a/blockchains/smartchain/assets/0x88803312628fd21542F706B0C7dC8495c1c10B2e/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "DeFi Degen Land", - "website": "https://defidegenland.com/", - "description": "DeFi Degen Land is a Metaverse / gamified DeFi where the player join an online 'world' that has the capability of interacting with the blockchain. DeFiDegenLand holders earns Bitcoin as an incentive to keep holding the token, also it's the native token on the metaverse.", - "explorer": "https://bscscan.com/token/0x88803312628fd21542F706B0C7dC8495c1c10B2e", - "type": "BEP20", - "symbol": "DDL", - "decimals": 18, - "status": "active", - "id": "0x88803312628fd21542F706B0C7dC8495c1c10B2e", - "tags": [ - "defi" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/DeFiDegenLand" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/defi-degen-land/" - }, - { - "name": "twitter", - "url": "https://twitter.com/DeFi_Degen_Land" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x88803312628fd21542F706B0C7dC8495c1c10B2e/logo.png b/blockchains/smartchain/assets/0x88803312628fd21542F706B0C7dC8495c1c10B2e/logo.png deleted file mode 100644 index d40d77ecd230a..0000000000000 Binary files a/blockchains/smartchain/assets/0x88803312628fd21542F706B0C7dC8495c1c10B2e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8888818f35BbeD1C632364bf1b15446FAD088888/info.json b/blockchains/smartchain/assets/0x8888818f35BbeD1C632364bf1b15446FAD088888/info.json deleted file mode 100644 index be4ac2ded4366..0000000000000 --- a/blockchains/smartchain/assets/0x8888818f35BbeD1C632364bf1b15446FAD088888/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "PocMon", - "website": "https://pocmons.com/", - "description": "The PocMon Gaming NFT Ecosystem is designed to meet all kinds of decentralised gaming requests: from NFTs discovery, minting and trading to game currencies exchange, lootboxes and blockchain games store.", - "explorer": "https://bscscan.com/token/0x8888818f35BbeD1C632364bf1b15446FAD088888", - "type": "BEP20", - "symbol": "MON", - "decimals": 9, - "status": "active", - "id": "0x8888818f35BbeD1C632364bf1b15446FAD088888", - "links": [ - { - "name": "github", - "url": "https://github.com/Pocmoncom" - }, - { - "name": "telegram", - "url": "https://t.me/pocmoncom" - }, - { - "name": "twitter", - "url": "https://twitter.com/pocmoncom" - }, - { - "name": "whitepaper", - "url": "https://pocmoncom.gitbook.io/pocmon/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8888818f35BbeD1C632364bf1b15446FAD088888/logo.png b/blockchains/smartchain/assets/0x8888818f35BbeD1C632364bf1b15446FAD088888/logo.png deleted file mode 100644 index 8203b2399da9b..0000000000000 Binary files a/blockchains/smartchain/assets/0x8888818f35BbeD1C632364bf1b15446FAD088888/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x88888888Fc33e4ECba8958c0c2AD361089E19885/info.json b/blockchains/smartchain/assets/0x88888888Fc33e4ECba8958c0c2AD361089E19885/info.json deleted file mode 100644 index fdc3732c8f9c4..0000000000000 --- a/blockchains/smartchain/assets/0x88888888Fc33e4ECba8958c0c2AD361089E19885/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Birb", - "website": "https://birb.com", - "description": "As a high deflationary DeFi token built on the Binance Smart Chain, Birb aims at becoming a highly usable token with multiple use cases such as diverse security options, e-commerce plugins, and social $BIRB sending.", - "explorer": "https://bscscan.com/token/0x88888888Fc33e4ECba8958c0c2AD361089E19885", - "type": "BEP20", - "symbol": "BIRB", - "decimals": 18, - "status": "abandoned", - "id": "0x88888888Fc33e4ECba8958c0c2AD361089E19885", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/birbdev" - }, - { - "name": "twitter", - "url": "https://twitter.com/BirbDefi" - }, - { - "name": "telegram", - "url": "https://t.me/birbdefi" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/birb" - }, - { - "name": "whitepaper", - "url": "https://dessertswap.finance/audits/Birb%20BEP-20%20Audit%209082831.pdf" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/BirbDefi/" - } - ] -} diff --git a/blockchains/smartchain/assets/0x8891de345808E77228677f0eFb56125DB1E93a49/info.json b/blockchains/smartchain/assets/0x8891de345808E77228677f0eFb56125DB1E93a49/info.json deleted file mode 100644 index 962f228634cb6..0000000000000 --- a/blockchains/smartchain/assets/0x8891de345808E77228677f0eFb56125DB1E93a49/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Raven X", - "website": "https://ravenx.finance/", - "description": "RX is a charity coin that donates 2% of every transaction directly to the Binance charity wallet.", - "explorer": "https://bscscan.com/token/0x8891de345808E77228677f0eFb56125DB1E93a49", - "research": "https://ravenx.finance/", - "type": "BEP20", - "symbol": "RX", - "decimals": 9, - "status": "active", - "id": "0x8891de345808E77228677f0eFb56125DB1E93a49" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8891de345808E77228677f0eFb56125DB1E93a49/logo.png b/blockchains/smartchain/assets/0x8891de345808E77228677f0eFb56125DB1E93a49/logo.png deleted file mode 100644 index 08ca303b07d98..0000000000000 Binary files a/blockchains/smartchain/assets/0x8891de345808E77228677f0eFb56125DB1E93a49/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8893D5fA71389673C5c4b9b3cb4EE1ba71207556/info.json b/blockchains/smartchain/assets/0x8893D5fA71389673C5c4b9b3cb4EE1ba71207556/info.json deleted file mode 100644 index 38c4ab78795a3..0000000000000 --- a/blockchains/smartchain/assets/0x8893D5fA71389673C5c4b9b3cb4EE1ba71207556/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Squirrel Finance", - "website": "https://squirrel.finance", - "description": "Squirrel Finance is a new ecosystem on the BinanceSmartChain to empower simple & secure DeFi.", - "explorer": "https://bscscan.com/token/0x8893D5fA71389673C5c4b9b3cb4EE1ba71207556", - "type": "BEP20", - "symbol": "NUTS", - "decimals": 18, - "status": "active", - "id": "0x8893D5fA71389673C5c4b9b3cb4EE1ba71207556", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SquirrelDeFi" - }, - { - "name": "telegram", - "url": "https://t.me/SquirrelDeFi" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8893D5fA71389673C5c4b9b3cb4EE1ba71207556/logo.png b/blockchains/smartchain/assets/0x8893D5fA71389673C5c4b9b3cb4EE1ba71207556/logo.png deleted file mode 100644 index b99f2e3c9dcc0..0000000000000 Binary files a/blockchains/smartchain/assets/0x8893D5fA71389673C5c4b9b3cb4EE1ba71207556/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x88C926CA9234Ee194dc47be6e91d35e8CCbEed51/info.json b/blockchains/smartchain/assets/0x88C926CA9234Ee194dc47be6e91d35e8CCbEed51/info.json deleted file mode 100644 index ca238025b87da..0000000000000 --- a/blockchains/smartchain/assets/0x88C926CA9234Ee194dc47be6e91d35e8CCbEed51/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "MooCow", - "website": "https://moocow.me", - "description": "Wen moo? A deflationary DeFi token/cow that wants to take you to the moon.", - "explorer": "https://bscscan.com/token/0x88C926CA9234Ee194dc47be6e91d35e8CCbEed51", - "type": "BEP20", - "symbol": "MOO", - "decimals": 9, - "status": "active", - "id": "0x88C926CA9234Ee194dc47be6e91d35e8CCbEed51", - "links": [ - { - "name": "github", - "url": "https://github.com/moocowtoken/MooCow/" - }, - { - "name": "twitter", - "url": "https://twitter.com/moocowtoken" - }, - { - "name": "telegram", - "url": "https://t.me/moocowtoken" - }, - { - "name": "discord", - "url": "https://discord.com/invite/Num2J4WzP2" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/MooCowToken/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x88C926CA9234Ee194dc47be6e91d35e8CCbEed51/logo.png b/blockchains/smartchain/assets/0x88C926CA9234Ee194dc47be6e91d35e8CCbEed51/logo.png deleted file mode 100644 index 1f5bbe25ff09a..0000000000000 Binary files a/blockchains/smartchain/assets/0x88C926CA9234Ee194dc47be6e91d35e8CCbEed51/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x88D7e9B65dC24Cf54f5eDEF929225FC3E1580C25/info.json b/blockchains/smartchain/assets/0x88D7e9B65dC24Cf54f5eDEF929225FC3E1580C25/info.json deleted file mode 100644 index 0e71e25fe4f12..0000000000000 --- a/blockchains/smartchain/assets/0x88D7e9B65dC24Cf54f5eDEF929225FC3E1580C25/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "JumpToken", - "website": "https://jumptask.io", - "description": "JumpToken is a utility token for use in the JumpTask ecosystem, a decentralized work platform built to efficiently match work demand with a worldwide workforce", - "explorer": "https://bscscan.com/token/0x88d7e9b65dc24cf54f5edef929225fc3e1580c25", - "type": "BEP20", - "symbol": "JMPT", - "decimals": 18, - "status": "active", - "id": "0x88D7e9B65dC24Cf54f5eDEF929225FC3E1580C25", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/JumpTask_app" - }, - { - "name": "telegram", - "url": "https://t.me/jumptask" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/jumptoken/" - }, - { - "name": "whitepaper", - "url": "https://gitbook.jumptask.io/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/jumptoken" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x88D7e9B65dC24Cf54f5eDEF929225FC3E1580C25/logo.png b/blockchains/smartchain/assets/0x88D7e9B65dC24Cf54f5eDEF929225FC3E1580C25/logo.png deleted file mode 100644 index ea2e6f31f56cd..0000000000000 Binary files a/blockchains/smartchain/assets/0x88D7e9B65dC24Cf54f5eDEF929225FC3E1580C25/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x88c55B3255aE1e6628C953C5CDfF27Ad3Cc33C81/info.json b/blockchains/smartchain/assets/0x88c55B3255aE1e6628C953C5CDfF27Ad3Cc33C81/info.json deleted file mode 100644 index eb1fc43bee377..0000000000000 --- a/blockchains/smartchain/assets/0x88c55B3255aE1e6628C953C5CDfF27Ad3Cc33C81/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "My Defi Legends", - "website": "https://mydefilegends.com", - "description": "My Defi Legends is a complete metaverse of Digital Heroes that live on the Binance Smart Chain (BSC), which allows millions of people to join the NFT & blockchain-based gaming world in an easy, creative and fun way.", - "explorer": "https://bscscan.com/token/0x88c55B3255aE1e6628C953C5CDfF27Ad3Cc33C81", - "type": "BEP20", - "symbol": "DLegends", - "decimals": 9, - "status": "active", - "id": "0x88c55B3255aE1e6628C953C5CDfF27Ad3Cc33C81", - "links": [ - { - "name": "github", - "url": "https://github.com/MyDefiLegendsOfficial/" - }, - { - "name": "twitter", - "url": "https://twitter.com/MyDefiLegends" - }, - { - "name": "telegram", - "url": "https://t.me/MyDefiLegends" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x88c55B3255aE1e6628C953C5CDfF27Ad3Cc33C81/logo.png b/blockchains/smartchain/assets/0x88c55B3255aE1e6628C953C5CDfF27Ad3Cc33C81/logo.png deleted file mode 100644 index e56f517826339..0000000000000 Binary files a/blockchains/smartchain/assets/0x88c55B3255aE1e6628C953C5CDfF27Ad3Cc33C81/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e/info.json b/blockchains/smartchain/assets/0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e/info.json deleted file mode 100644 index 26c82e0210b78..0000000000000 --- a/blockchains/smartchain/assets/0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e/info.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "BNB pegged yearn.finance", - "website": "https://yearn.finance/", - "description": "BNB pegged yearn.finance (YFI BEP20) is a token issued by Binance on Smart Chain; its price is pegged to yearn.finance (YFI ERC20) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e", - "research": "https://research.binance.com/en/projects/yearnfinance", - "type": "BEP20", - "symbol": "YFI", - "decimals": 18, - "status": "active", - "id": "0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e", - "tags": [ - "binance-peg", - "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/smartchain/assets/0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e/logo.png b/blockchains/smartchain/assets/0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e/logo.png deleted file mode 100644 index 9c225f4b6c000..0000000000000 Binary files a/blockchains/smartchain/assets/0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x891E4554227385c5c740F9B483E935E3CbC29F01/info.json b/blockchains/smartchain/assets/0x891E4554227385c5c740F9B483E935E3CbC29F01/info.json deleted file mode 100644 index 192e67cfc85a2..0000000000000 --- a/blockchains/smartchain/assets/0x891E4554227385c5c740F9B483E935E3CbC29F01/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Robust Token", - "website": "https://robustprotocol.fi", - "description": "Robust Token (RBT) is an original concept token on the Binance Smart Chain with a limited supply of 100 000 RBT and a 1% burn per transaction that gets converted into Robust Reward (RBW).", - "explorer": "https://bscscan.com/token/0x891E4554227385c5c740F9B483E935E3CbC29F01", - "type": "BEP20", - "symbol": "RBT", - "decimals": 18, - "status": "active", - "id": "0x891E4554227385c5c740F9B483E935E3CbC29F01", - "links": [ - { - "name": "telegram", - "url": "https://t.me/robustprotocol/" - }, - { - "name": "twitter", - "url": "https://twitter.com/robustprotocol/" - }, - { - "name": "docs", - "url": "https://docs.robustprotocol.fi/" - }, - { - "name": "whitepaper", - "url": "https://robustprotocol.fi/RobustProtocol.pdf" - }, - { - "name": "medium", - "url": "https://robustprotocol.medium.com/" - }, - { - "name": "github", - "url": "https://github.com/robustprotocol/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x891E4554227385c5c740F9B483E935E3CbC29F01/logo.png b/blockchains/smartchain/assets/0x891E4554227385c5c740F9B483E935E3CbC29F01/logo.png deleted file mode 100644 index e97c59b90da71..0000000000000 Binary files a/blockchains/smartchain/assets/0x891E4554227385c5c740F9B483E935E3CbC29F01/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8927282a3d05EF5F7dc24eD0eE009be264d2ebd7/info.json b/blockchains/smartchain/assets/0x8927282a3d05EF5F7dc24eD0eE009be264d2ebd7/info.json deleted file mode 100644 index 8f1d0edcaba97..0000000000000 --- a/blockchains/smartchain/assets/0x8927282a3d05EF5F7dc24eD0eE009be264d2ebd7/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Baby Floki Up", - "website": "https://babyflokiup.finance/", - "description": "As the little brother of $FLOKI, Baby Floki Up is here to bring the cutest most inspiring coin of the whole Doge family thanks to the #DogeFather Elon Musk", - "explorer": "https://bscscan.com/token/0x8927282a3d05ef5f7dc24ed0ee009be264d2ebd7", - "type": "BEP20", - "symbol": "BFU", - "decimals": 9, - "status": "active", - "id": "0x8927282a3d05EF5F7dc24eD0eE009be264d2ebd7", - "links": [ - { - "name": "telegram", - "url": "https://t.me/babyflokiupchat" - }, - { - "name": "twitter", - "url": "https://twitter.com/babyflokiup" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/babyflokiup/" - }, - { - "name": "whitepaper", - "url": "https://baby-floki-up-1.gitbook.io/baby-floki-up/-MlR5iPBdYX6tEQ8kpvS/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/vi/currencies/baby-floki-up/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/baby-floki-up" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8927282a3d05EF5F7dc24eD0eE009be264d2ebd7/logo.png b/blockchains/smartchain/assets/0x8927282a3d05EF5F7dc24eD0eE009be264d2ebd7/logo.png deleted file mode 100644 index ff5a50b8bd735..0000000000000 Binary files a/blockchains/smartchain/assets/0x8927282a3d05EF5F7dc24eD0eE009be264d2ebd7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x893F9C19e2b9f7865f6d0f953C38B34A3a6c17cF/info.json b/blockchains/smartchain/assets/0x893F9C19e2b9f7865f6d0f953C38B34A3a6c17cF/info.json deleted file mode 100644 index 3948edbb91802..0000000000000 --- a/blockchains/smartchain/assets/0x893F9C19e2b9f7865f6d0f953C38B34A3a6c17cF/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bitcoin Reflect", - "type": "BEP20", - "symbol": "BTCR", - "decimals": 9, - "website": "https://bitcoinreflect.finance", - "description": "BTCR token is a community based project that enables cashless payment procedures via a secure blockchain connection with provenance. In future, Bitcoin Reflect can be used to buy goods online with crypto including products on eBay, amazon and etsy. Investors can profit from a decreasing supply that accumulates new tokens with every processed BTCR transaction. That results in more BTCR tokens directly processed as passive income into their own wallet, while the circulating supply decreases.", - "explorer": "https://bscscan.com/token/0x893F9C19e2b9f7865f6d0f953C38B34A3a6c17cF", - "status": "active", - "id": "0x893F9C19e2b9f7865f6d0f953C38B34A3a6c17cF" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x893F9C19e2b9f7865f6d0f953C38B34A3a6c17cF/logo.png b/blockchains/smartchain/assets/0x893F9C19e2b9f7865f6d0f953C38B34A3a6c17cF/logo.png deleted file mode 100644 index db8b4eda55499..0000000000000 Binary files a/blockchains/smartchain/assets/0x893F9C19e2b9f7865f6d0f953C38B34A3a6c17cF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x893e14FAfa8df32D9bE7eab810027eeA8828A98c/info.json b/blockchains/smartchain/assets/0x893e14FAfa8df32D9bE7eab810027eeA8828A98c/info.json deleted file mode 100644 index e529158dbae0d..0000000000000 --- a/blockchains/smartchain/assets/0x893e14FAfa8df32D9bE7eab810027eeA8828A98c/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "UNIMOON", - "type": "BEP20", - "symbol": "UNIMOON", - "decimals": 9, - "website": "https://unimoon.io/", - "description": "The First L1 Blockchain Built to Decentralize Social Me​dia", - "explorer": "https://bscscan.com/token/0x893e14FAfa8df32D9bE7eab810027eeA8828A98c", - "status": "active", - "id": "0x893e14FAfa8df32D9bE7eab810027eeA8828A98c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/unimoonnetwork" - }, - { - "name": "telegram", - "url": "https://t.me/unimoonnetwork" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x893e14FAfa8df32D9bE7eab810027eeA8828A98c/logo.png b/blockchains/smartchain/assets/0x893e14FAfa8df32D9bE7eab810027eeA8828A98c/logo.png deleted file mode 100644 index 1d0387c47046e..0000000000000 Binary files a/blockchains/smartchain/assets/0x893e14FAfa8df32D9bE7eab810027eeA8828A98c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8943b6d1677a4Addbe5Aa58f429e11E856746Fba/info.json b/blockchains/smartchain/assets/0x8943b6d1677a4Addbe5Aa58f429e11E856746Fba/info.json deleted file mode 100644 index d87097821a5d9..0000000000000 --- a/blockchains/smartchain/assets/0x8943b6d1677a4Addbe5Aa58f429e11E856746Fba/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DUI", - "website": "https://www.duicrypto.com/", - "description": "DuiCoin is the first hybrid CatDog meme coin! Dui is a real life animal and will represent our journey. The destiny? The first MemeCoin Ecosystem!", - "explorer": "https://bscscan.com/token/0x8943b6d1677a4addbe5aa58f429e11e856746fba", - "type": "BEP20", - "symbol": "$DUI", - "decimals": 9, - "status": "active", - "id": "0x8943b6d1677a4Addbe5Aa58f429e11E856746Fba" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8943b6d1677a4Addbe5Aa58f429e11E856746Fba/logo.png b/blockchains/smartchain/assets/0x8943b6d1677a4Addbe5Aa58f429e11E856746Fba/logo.png deleted file mode 100644 index 27072ceac5b6a..0000000000000 Binary files a/blockchains/smartchain/assets/0x8943b6d1677a4Addbe5Aa58f429e11E856746Fba/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x89671544190eE39E469C8393009875dF6565457a/info.json b/blockchains/smartchain/assets/0x89671544190eE39E469C8393009875dF6565457a/info.json deleted file mode 100644 index 305e5615d0a7d..0000000000000 --- a/blockchains/smartchain/assets/0x89671544190eE39E469C8393009875dF6565457a/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SpaceGrime", - "website": "https://spacegrime.com/", - "description": "SpaceGrime is the intergalactic crypto of the future", - "explorer": "https://bscscan.com/token/0x89671544190ee39e469c8393009875df6565457a", - "type": "BEP20", - "symbol": "GRIMEX", - "decimals": 18, - "status": "active", - "id": "0x89671544190eE39E469C8393009875dF6565457a" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x89671544190eE39E469C8393009875dF6565457a/logo.png b/blockchains/smartchain/assets/0x89671544190eE39E469C8393009875dF6565457a/logo.png deleted file mode 100644 index 7159499f3ad43..0000000000000 Binary files a/blockchains/smartchain/assets/0x89671544190eE39E469C8393009875dF6565457a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x89675DcCFE0c19bca178A0E0384Bd8E273a45cbA/info.json b/blockchains/smartchain/assets/0x89675DcCFE0c19bca178A0E0384Bd8E273a45cbA/info.json deleted file mode 100644 index 1e5f276a449ab..0000000000000 --- a/blockchains/smartchain/assets/0x89675DcCFE0c19bca178A0E0384Bd8E273a45cbA/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Dexview", - "website": "https://dexview.io", - "description": "Dexview aims to become a cross network real-time trading-view market and assets analytics platform, that offers the best user experience.", - "explorer": "https://bscscan.com/token/0x89675DcCFE0c19bca178A0E0384Bd8E273a45cbA", - "type": "BEP20", - "symbol": "DXW", - "decimals": 18, - "status": "active", - "id": "0x89675DcCFE0c19bca178A0E0384Bd8E273a45cbA" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x89675DcCFE0c19bca178A0E0384Bd8E273a45cbA/logo.png b/blockchains/smartchain/assets/0x89675DcCFE0c19bca178A0E0384Bd8E273a45cbA/logo.png deleted file mode 100644 index eb11517aa3873..0000000000000 Binary files a/blockchains/smartchain/assets/0x89675DcCFE0c19bca178A0E0384Bd8E273a45cbA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x897304D4606B2d5FcAf886aa7AA143e478EC36C5/info.json b/blockchains/smartchain/assets/0x897304D4606B2d5FcAf886aa7AA143e478EC36C5/info.json deleted file mode 100644 index 75136c121565d..0000000000000 --- a/blockchains/smartchain/assets/0x897304D4606B2d5FcAf886aa7AA143e478EC36C5/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Mind Music", - "type": "BEP20", - "symbol": "MND", - "decimals": 9, - "website": "https://mindmusic.finance", - "description": "Mind Music harnesses the power of music to capture the imagination of the world. Millions of people suffer everyday with poor mental health. Mind Music intends to collaborate with major worldwide artists to raise awareness on a global scale. Through our album releases, we will #breakthestigma, and bring people together for an incredibly important, long overdue conversation. Join us and be part of a musical revolution!", - "explorer": "https://bscscan.com/token/0x897304D4606B2d5FcAf886aa7AA143e478EC36C5", - "status": "abandoned", - "id": "0x897304D4606B2d5FcAf886aa7AA143e478EC36C5", - "migrate": { - "asset_id": "c20000714_t0xCB0B74476d72BBBC77f14724a859b2e960Ca1803", - "url": "https://mindmusic.finance" - }, - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/mindmusic_bsc" - }, - { - "name": "telegram", - "url": "https://t.me/mindmusicbsc" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mind-music/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/mind-music" - }, - { - "name": "github", - "url": "https://github.com/D-B-S-G/MindMusic/tree/main" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x897fE07d613037c206429628611A2665E18C657d/info.json b/blockchains/smartchain/assets/0x897fE07d613037c206429628611A2665E18C657d/info.json deleted file mode 100644 index d3f27ec5b630b..0000000000000 --- a/blockchains/smartchain/assets/0x897fE07d613037c206429628611A2665E18C657d/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Nether", - "type": "BEP20", - "symbol": "NN", - "decimals": 18, - "website": "https://nether.network/", - "description": "-", - "explorer": "https://bscscan.com/token/0x897fE07d613037c206429628611A2665E18C657d", - "status": "active", - "id": "0x897fE07d613037c206429628611A2665E18C657d" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x897fE07d613037c206429628611A2665E18C657d/logo.png b/blockchains/smartchain/assets/0x897fE07d613037c206429628611A2665E18C657d/logo.png deleted file mode 100644 index e1f7fe300c36c..0000000000000 Binary files a/blockchains/smartchain/assets/0x897fE07d613037c206429628611A2665E18C657d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x899dCdE4f486816aFae42442D4b1b6a7C6fE9c63/info.json b/blockchains/smartchain/assets/0x899dCdE4f486816aFae42442D4b1b6a7C6fE9c63/info.json deleted file mode 100644 index 98d7a09bd185d..0000000000000 --- a/blockchains/smartchain/assets/0x899dCdE4f486816aFae42442D4b1b6a7C6fE9c63/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MARGIN CALL TOKEN", - "website": "https://margincall.cc", - "description": "Margin call – token for community and community is owner", - "explorer": "https://bscscan.com/token/0x899dcde4f486816afae42442d4b1b6a7c6fe9c63", - "type": "BEP20", - "symbol": "$MC", - "decimals": 8, - "status": "active", - "id": "0x899dCdE4f486816aFae42442D4b1b6a7C6fE9c63" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x899dCdE4f486816aFae42442D4b1b6a7C6fE9c63/logo.png b/blockchains/smartchain/assets/0x899dCdE4f486816aFae42442D4b1b6a7C6fE9c63/logo.png deleted file mode 100644 index 2847395547bfa..0000000000000 Binary files a/blockchains/smartchain/assets/0x899dCdE4f486816aFae42442D4b1b6a7C6fE9c63/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x89d453108bD94B497bBB4496729cd26f92Aba533/info.json b/blockchains/smartchain/assets/0x89d453108bD94B497bBB4496729cd26f92Aba533/info.json deleted file mode 100644 index a7740d5567440..0000000000000 --- a/blockchains/smartchain/assets/0x89d453108bD94B497bBB4496729cd26f92Aba533/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Supersonic Finance", - "website": "https://supersonic.finance", - "description": "The Nexus of a multichain DEX and Launchpad for developers.", - "explorer": "https://bscscan.com/token/0x89d453108bD94B497bBB4496729cd26f92Aba533", - "type": "BEP20", - "symbol": "SSN", - "decimals": 9, - "status": "active", - "id": "0x89d453108bD94B497bBB4496729cd26f92Aba533" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x89d453108bD94B497bBB4496729cd26f92Aba533/logo.png b/blockchains/smartchain/assets/0x89d453108bD94B497bBB4496729cd26f92Aba533/logo.png deleted file mode 100644 index 5e6b3f76c8ac9..0000000000000 Binary files a/blockchains/smartchain/assets/0x89d453108bD94B497bBB4496729cd26f92Aba533/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x89e4818eD21F668D65f7851839d2dD8cE5D208b0/info.json b/blockchains/smartchain/assets/0x89e4818eD21F668D65f7851839d2dD8cE5D208b0/info.json deleted file mode 100644 index 999fd2d058ca2..0000000000000 --- a/blockchains/smartchain/assets/0x89e4818eD21F668D65f7851839d2dD8cE5D208b0/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Monetas", - "type": "BEP20", - "symbol": "MNTG", - "decimals": 18, - "website": "https://monetasglobal.com/", - "description": "Monetas Global is a leading player in the rapidly growing world of gaming. With a focus on gaming, our platform combines the excitement of play-to-earn elements with the unique ownership and collectability of NFTs", - "explorer": "https://bscscan.com/token/0x89e4818eD21F668D65f7851839d2dD8cE5D208b0", - "status": "active", - "id": "0x89e4818eD21F668D65f7851839d2dD8cE5D208b0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/home" - }, - { - "name": "github", - "url": "https://github.com/monetas-tech" - }, - { - "name": "telegram", - "url": "https://t.me/monetasglobal" - }, - { - "name": "whitepaper", - "url": "https://monetasglobal.com/#whitepapers" - }, - { - "name": "facebook", - "url": "https://facebook.com/monetasglobal" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/dexscan/bsc/0xf931442e35a0b3fe29cf4d9844f281bdfb51718d/" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x89e4818eD21F668D65f7851839d2dD8cE5D208b0/logo.png b/blockchains/smartchain/assets/0x89e4818eD21F668D65f7851839d2dD8cE5D208b0/logo.png deleted file mode 100644 index 1909242e57be2..0000000000000 Binary files a/blockchains/smartchain/assets/0x89e4818eD21F668D65f7851839d2dD8cE5D208b0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8A5d7FCD4c90421d21d30fCC4435948aC3618B2f/info.json b/blockchains/smartchain/assets/0x8A5d7FCD4c90421d21d30fCC4435948aC3618B2f/info.json deleted file mode 100644 index 1c5763e4a637f..0000000000000 --- a/blockchains/smartchain/assets/0x8A5d7FCD4c90421d21d30fCC4435948aC3618B2f/info.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "name": "Cake Monster", - "type": "BEP20", - "symbol": "MONSTA", - "decimals": 18, - "website": "https://cake.monster", - "description": "Cake Monster is a Hyper-Deflationary and Dividend-Yielding asset on BNB Chain that introduces a new form of monetary policy.", - "explorer": "https://bscscan.com/token/0x8A5d7FCD4c90421d21d30fCC4435948aC3618B2f", - "status": "active", - "id": "0x8A5d7FCD4c90421d21d30fCC4435948aC3618B2f", - "links": [ - { - "name": "docs", - "url": "https://docs.cake.monster" - }, - { - "name": "whitepaper", - "url": "https://cake.monster/whitepaper" - }, - { - "name": "telegram", - "url": "https://t.me/cakemnstr" - }, - { - "name": "telegram_news", - "url": "https://t.me/cakemnstrannouncement" - }, - { - "name": "twitter", - "url": "https://twitter.com/thecakemnstr" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/cake-monster" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/cake-monster" - }, - { - "name": "medium", - "url": "https://cakemonster.medium.com" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/CAKEMONSTER" - }, - { - "name": "discord", - "url": "https://discord.com/invite/MonstaPartyNFTs" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCVDpZv6uXOArJ22BhtNCcCw" - }, - { - "name": "facebook", - "url": "https://facebook.com/officialcakemonster" - }, - { - "name": "github", - "url": "https://github.com/cake-monster" - } - ], - "tags": [ - "deflationary", - "defi", - "staking", - "nft", - "memes" - ] -} diff --git a/blockchains/smartchain/assets/0x8A5d7FCD4c90421d21d30fCC4435948aC3618B2f/logo.png b/blockchains/smartchain/assets/0x8A5d7FCD4c90421d21d30fCC4435948aC3618B2f/logo.png deleted file mode 100644 index c7ff21db16fa5..0000000000000 Binary files a/blockchains/smartchain/assets/0x8A5d7FCD4c90421d21d30fCC4435948aC3618B2f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8A9030c0ED9A5b9C7Ab39EBfEE11D90aF9945f6F/info.json b/blockchains/smartchain/assets/0x8A9030c0ED9A5b9C7Ab39EBfEE11D90aF9945f6F/info.json deleted file mode 100644 index ced8c174c7191..0000000000000 --- a/blockchains/smartchain/assets/0x8A9030c0ED9A5b9C7Ab39EBfEE11D90aF9945f6F/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "SafeLaunchpad", - "website": "https://safelaunchpad.net", - "description": "SafeLaunchpad is High Deflationary Project Incubator Utility Token.", - "explorer": "https://bscscan.com/token/0x8A9030c0ED9A5b9C7Ab39EBfEE11D90aF9945f6F", - "type": "BEP20", - "symbol": "SLD", - "decimals": 9, - "status": "active", - "id": "0x8A9030c0ED9A5b9C7Ab39EBfEE11D90aF9945f6F", - "links": [ - { - "name": "github", - "url": "https://github.com/safelaunchpad/Contract" - }, - { - "name": "twitter", - "url": "https://twitter.com/safelaunchpad" - }, - { - "name": "telegram", - "url": "https://t.me/safelaunchpad" - }, - { - "name": "docs", - "url": "https://safelaunchpad.gitbook.io/safelaunchpad" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8A9030c0ED9A5b9C7Ab39EBfEE11D90aF9945f6F/logo.png b/blockchains/smartchain/assets/0x8A9030c0ED9A5b9C7Ab39EBfEE11D90aF9945f6F/logo.png deleted file mode 100644 index 32466ac7892ed..0000000000000 Binary files a/blockchains/smartchain/assets/0x8A9030c0ED9A5b9C7Ab39EBfEE11D90aF9945f6F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d/info.json b/blockchains/smartchain/assets/0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d/info.json deleted file mode 100644 index a33112bb23206..0000000000000 --- a/blockchains/smartchain/assets/0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d/info.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "BNB pegged USD Coin", - "website": "https://www.centre.io", - "description": "BNB pegged USD Coin (USD BEP20) is a token issued by Binance on Smart Chain; its price is pegged to USD Coin (USD ERC20) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d", - "research": "https://research.binance.com/en/projects/usd-coin", - "type": "BEP20", - "symbol": "USDC", - "decimals": 18, - "status": "active", - "id": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d", - "tags": [ - "binance-peg", - "stablecoin" - ], - "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" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d/logo.png b/blockchains/smartchain/assets/0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d/logo.png deleted file mode 100644 index eafbaac194aa7..0000000000000 Binary files a/blockchains/smartchain/assets/0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8B3268a23131DAFBd77165690767F285C1AAC6C5/info.json b/blockchains/smartchain/assets/0x8B3268a23131DAFBd77165690767F285C1AAC6C5/info.json deleted file mode 100644 index 076ff34d12987..0000000000000 --- a/blockchains/smartchain/assets/0x8B3268a23131DAFBd77165690767F285C1AAC6C5/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Cerberus Token", - "website": "https://gocerberus.finance/", - "description": "GoCerberus is automatic liquidity acquisition yield farm running on Binance Smart Chain. GoCerberus tokenomics is a hybrid between yield farming and Safemoon.", - "explorer": "https://bscscan.com/token/0x8B3268a23131DAFBd77165690767F285C1AAC6C5", - "type": "BEP20", - "symbol": "CERBERUS", - "decimals": 18, - "status": "active", - "id": "0x8B3268a23131DAFBd77165690767F285C1AAC6C5" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8B3268a23131DAFBd77165690767F285C1AAC6C5/logo.png b/blockchains/smartchain/assets/0x8B3268a23131DAFBd77165690767F285C1AAC6C5/logo.png deleted file mode 100644 index a1534e1bc1125..0000000000000 Binary files a/blockchains/smartchain/assets/0x8B3268a23131DAFBd77165690767F285C1AAC6C5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8B6fA031c7D2E60fbFe4E663EC1B8f37Df1ba483/info.json b/blockchains/smartchain/assets/0x8B6fA031c7D2E60fbFe4E663EC1B8f37Df1ba483/info.json deleted file mode 100644 index 97826d498f8ea..0000000000000 --- a/blockchains/smartchain/assets/0x8B6fA031c7D2E60fbFe4E663EC1B8f37Df1ba483/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "CashCow", - "website": "https://cashcowprotocol.com", - "description": "CashCow is a fairly launched, low supply and highly deflationary DeFi Token that includes NFT and Play2Earn features", - "explorer": "https://bscscan.com/token/0x8B6fA031c7D2E60fbFe4E663EC1B8f37Df1ba483", - "type": "BEP20", - "symbol": "COW", - "decimals": 9, - "status": "active", - "id": "0x8B6fA031c7D2E60fbFe4E663EC1B8f37Df1ba483", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CashCowProtocol" - }, - { - "name": "facebook", - "url": "https://facebook.com/CashCowProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/cashcowprotocol" - }, - { - "name": "discord", - "url": "https://discord.com/channels/866067292814311434/899447269961646100" - }, - { - "name": "whitepaper", - "url": "https://cashcowprotocol.gitbook.io/cashcow-protocol/about-cashcow/whitepaper" - }, - { - "name": "docs", - "url": "https://cashcowprotocol.gitbook.io/cashcow" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/cashcow" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/cashcow" - } - ] -} diff --git a/blockchains/smartchain/assets/0x8B6fA031c7D2E60fbFe4E663EC1B8f37Df1ba483/logo.png b/blockchains/smartchain/assets/0x8B6fA031c7D2E60fbFe4E663EC1B8f37Df1ba483/logo.png deleted file mode 100644 index ba5039db093d8..0000000000000 Binary files a/blockchains/smartchain/assets/0x8B6fA031c7D2E60fbFe4E663EC1B8f37Df1ba483/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8C851d1a123Ff703BD1f9dabe631b69902Df5f97/info.json b/blockchains/smartchain/assets/0x8C851d1a123Ff703BD1f9dabe631b69902Df5f97/info.json deleted file mode 100644 index d8bda042323dc..0000000000000 --- a/blockchains/smartchain/assets/0x8C851d1a123Ff703BD1f9dabe631b69902Df5f97/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "BinaryX", - "website": "https://www.binaryx.pro/", - "description": "BinaryX is a decentralized derivatives contract based on BSC. Users can trade binary options via BinaryX which adopts an improved AMM model.", - "explorer": "https://bscscan.com/token/0x8C851d1a123Ff703BD1f9dabe631b69902Df5f97", - "type": "BEP20", - "symbol": "BNX", - "decimals": 18, - "status": "abandoned", - "id": "0x8C851d1a123Ff703BD1f9dabe631b69902Df5f97", - "links": [ - { - "name": "telegram", - "url": "https://t.me/binaryxGlobal" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/binaryx/" - }, - { - "name": "twitter", - "url": "https://twitter.com/binary_x" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8D047F4F57A190C96c8b9704B39A1379E999D82B/info.json b/blockchains/smartchain/assets/0x8D047F4F57A190C96c8b9704B39A1379E999D82B/info.json deleted file mode 100644 index b6dc6e628f923..0000000000000 --- a/blockchains/smartchain/assets/0x8D047F4F57A190C96c8b9704B39A1379E999D82B/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Etherconnect Coin", - "website": "https://etherconnect.co", - "description": "Etherconnect is an Open Decentralized Finance Ecosystem Platform for derivative financial instruments. It is on BEP20 blockchain technology, which helps you to turn your Crypto Holdings in to future growth.", - "explorer": "https://bscscan.com/token/0x8D047F4F57A190C96c8b9704B39A1379E999D82B", - "type": "BEP20", - "symbol": "ECC", - "decimals": 8, - "status": "active", - "id": "0x8D047F4F57A190C96c8b9704B39A1379E999D82B", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/etherconnect/" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/Etherconnct" - }, - { - "name": "medium", - "url": "https://etherconnect.medium.com/" - }, - { - "name": "twitter", - "url": "https://twitter.com/Etherconnt" - }, - { - "name": "facebook", - "url": "https://facebook.com/Etherconnt" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8D047F4F57A190C96c8b9704B39A1379E999D82B/logo.png b/blockchains/smartchain/assets/0x8D047F4F57A190C96c8b9704B39A1379E999D82B/logo.png deleted file mode 100644 index 274da5603aa74..0000000000000 Binary files a/blockchains/smartchain/assets/0x8D047F4F57A190C96c8b9704B39A1379E999D82B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E/info.json b/blockchains/smartchain/assets/0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E/info.json deleted file mode 100644 index 62fa612c593af..0000000000000 --- a/blockchains/smartchain/assets/0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "KIRA Network", - "website": "https://kira.network", - "description": "Maintain 100% liquidity of your capital, trade and use DeFi while simultaneously earning block and fee rewards by staking ANY digital asset", - "explorer": "https://bscscan.com/token/0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E", - "type": "BEP20", - "symbol": "KEX", - "decimals": 6, - "status": "active", - "id": "0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E", - "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" - }, - { - "name": "whitepaper", - "url": "https://wp.kira.network/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/kira-network/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/kira-network/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E/logo.png b/blockchains/smartchain/assets/0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E/logo.png deleted file mode 100644 index b6f64ab1faee8..0000000000000 Binary files a/blockchains/smartchain/assets/0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8D2b2e3dcF0BcaD65765D256390c5154D3Ba19cF/info.json b/blockchains/smartchain/assets/0x8D2b2e3dcF0BcaD65765D256390c5154D3Ba19cF/info.json deleted file mode 100644 index 01359ff6cb434..0000000000000 --- a/blockchains/smartchain/assets/0x8D2b2e3dcF0BcaD65765D256390c5154D3Ba19cF/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "ZOE CASH", - "type": "BEP20", - "symbol": "ZOE", - "decimals": 18, - "website": "https://zoe.cash", - "description": "Zoe Cash Decentralised multipurpose system integrating finance, online training, certifications, jobs, encrypted social interaction and monetisation of goals, stored and validated on a proprietary blockchain.", - "explorer": "https://bscscan.com/token/0x8D2b2e3dcF0BcaD65765D256390c5154D3Ba19cF", - "status": "active", - "id": "0x8D2b2e3dcF0BcaD65765D256390c5154D3Ba19cF", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/zoecashoficial" - }, - { - "name": "telegram", - "url": "https://t.me/zoecash" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8D2b2e3dcF0BcaD65765D256390c5154D3Ba19cF/logo.png b/blockchains/smartchain/assets/0x8D2b2e3dcF0BcaD65765D256390c5154D3Ba19cF/logo.png deleted file mode 100644 index 883a140f65a9c..0000000000000 Binary files a/blockchains/smartchain/assets/0x8D2b2e3dcF0BcaD65765D256390c5154D3Ba19cF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8D3437e683004bD36BF21D4d075cC10165A863E8/info.json b/blockchains/smartchain/assets/0x8D3437e683004bD36BF21D4d075cC10165A863E8/info.json deleted file mode 100644 index 643c97b971b1f..0000000000000 --- a/blockchains/smartchain/assets/0x8D3437e683004bD36BF21D4d075cC10165A863E8/info.json +++ /dev/null @@ -1,11 +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://bscscan.com/token/0x8D3437e683004bD36BF21D4d075cC10165A863E8", - "type": "BEP20", - "symbol": "HY", - "decimals": 9, - "status": "active", - "id": "0x8D3437e683004bD36BF21D4d075cC10165A863E8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8D3437e683004bD36BF21D4d075cC10165A863E8/logo.png b/blockchains/smartchain/assets/0x8D3437e683004bD36BF21D4d075cC10165A863E8/logo.png deleted file mode 100644 index a5167e3747df6..0000000000000 Binary files a/blockchains/smartchain/assets/0x8D3437e683004bD36BF21D4d075cC10165A863E8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8DA0F18e4deB7Ba81dBD061DF57325a894014B5a/info.json b/blockchains/smartchain/assets/0x8DA0F18e4deB7Ba81dBD061DF57325a894014B5a/info.json deleted file mode 100644 index 8b4125269dc18..0000000000000 --- a/blockchains/smartchain/assets/0x8DA0F18e4deB7Ba81dBD061DF57325a894014B5a/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PinkElon", - "website": "https://www.pinkelon.finance/", - "description": "A new level in obtaining value . Auto-lock your lp and get access to passive value. Gain more rewards from your investments. Join us and let’s take this rocket to the moon.", - "explorer": "https://bscscan.com/token/0x8DA0F18e4deB7Ba81dBD061DF57325a894014B5a", - "type": "BEP20", - "symbol": "PINKE", - "decimals": 9, - "status": "active", - "id": "0x8DA0F18e4deB7Ba81dBD061DF57325a894014B5a" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8DA0F18e4deB7Ba81dBD061DF57325a894014B5a/logo.png b/blockchains/smartchain/assets/0x8DA0F18e4deB7Ba81dBD061DF57325a894014B5a/logo.png deleted file mode 100644 index 88d18be09dbb8..0000000000000 Binary files a/blockchains/smartchain/assets/0x8DA0F18e4deB7Ba81dBD061DF57325a894014B5a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8Dcff5Ba47aa24CFEb73A2262b7cD6D18739600c/info.json b/blockchains/smartchain/assets/0x8Dcff5Ba47aa24CFEb73A2262b7cD6D18739600c/info.json deleted file mode 100644 index 39abd1a3b12ba..0000000000000 --- a/blockchains/smartchain/assets/0x8Dcff5Ba47aa24CFEb73A2262b7cD6D18739600c/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "J9CASINO", - "type": "BEP20", - "symbol": "J9BC", - "decimals": 2, - "website": "https://j9.io/about-j9bc", - "description": "J9BC is a digital currency issued by J9 Inter-national (J9.io) based on BSC Binance Smart Chain, with features of decentralization, anonymous transaction and security.", - "explorer": "https://bscscan.com/token/0x8dcff5ba47aa24cfeb73a2262b7cd6d18739600c", - "status": "active", - "id": "0x8Dcff5Ba47aa24CFEb73A2262b7cD6D18739600c", - "links": [ - { - "name": "coingecko", - "url": "https://coingecko.com/coins/j9casino" - }, - { - "name": "telegram", - "url": "https://t.me/j9token918" - } - ], - "tags": [ - "stablecoin" - ] -} diff --git a/blockchains/smartchain/assets/0x8Dcff5Ba47aa24CFEb73A2262b7cD6D18739600c/logo.png b/blockchains/smartchain/assets/0x8Dcff5Ba47aa24CFEb73A2262b7cD6D18739600c/logo.png deleted file mode 100644 index 0493eead87856..0000000000000 Binary files a/blockchains/smartchain/assets/0x8Dcff5Ba47aa24CFEb73A2262b7cD6D18739600c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8E062E7f7e95b9b51519a6f47C28F260ab1064e4/info.json b/blockchains/smartchain/assets/0x8E062E7f7e95b9b51519a6f47C28F260ab1064e4/info.json deleted file mode 100644 index 463b91e045424..0000000000000 --- a/blockchains/smartchain/assets/0x8E062E7f7e95b9b51519a6f47C28F260ab1064e4/info.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "name": "Buddy DAO ", - "type": "BEP20", - "symbol": "BDY", - "decimals": 18, - "website": "https://www.buddydao.io", - "description": "BDY is the governance token for Buddy DAO a global credit network", - "explorer": "https://bscscan.com/token/0x8e062e7f7e95b9b51519a6f47c28f260ab1064e4", - "status": "active", - "id": "0x8E062E7f7e95b9b51519a6f47C28F260ab1064e4", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/DaoBuddy" - }, - { - "name": "github", - "url": "https://github.com/trinitydao" - }, - { - "name": "telegram", - "url": "https://t.me/buddydaoio" - }, - { - "name": "telegram_news", - "url": "https://t.me/BuddyDAOANN" - }, - { - "name": "discord", - "url": "https://discord.com/invite/CYqkHW9NAj" - }, - { - "name": "whitepaper", - "url": "https://www.buddydao.io/whitepaper-v4-2.26.2022.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/buddy-dao/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/buddy-dao" - }, - { - "name": "source_code", - "url": "https://github.com/trinitydao" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/BuddyDAO/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCYGNDd028LNmL-vbpiPMkjQ" - }, - { - "name": "medium", - "url": "https://medium.com/@buddy.dao12" - } - ], - "tags": [ - "governance" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8E062E7f7e95b9b51519a6f47C28F260ab1064e4/logo.png b/blockchains/smartchain/assets/0x8E062E7f7e95b9b51519a6f47C28F260ab1064e4/logo.png deleted file mode 100644 index eceba73064592..0000000000000 Binary files a/blockchains/smartchain/assets/0x8E062E7f7e95b9b51519a6f47C28F260ab1064e4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8E984e03ab35795C60242c902ECe2450242C90e9/info.json b/blockchains/smartchain/assets/0x8E984e03ab35795C60242c902ECe2450242C90e9/info.json deleted file mode 100644 index ec6898179e60e..0000000000000 --- a/blockchains/smartchain/assets/0x8E984e03ab35795C60242c902ECe2450242C90e9/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Kampay", - "type": "BEP20", - "symbol": "KAMPAY", - "decimals": 18, - "website": "https://www.kampay.io", - "description": "The Key to the African Economic Revolution", - "explorer": "https://bscscan.com/token/0x8E984e03ab35795C60242c902ECe2450242C90e9", - "status": "active", - "id": "0x8E984e03ab35795C60242c902ECe2450242C90e9", - "links": [ - { - "name": "youtube", - "url": "https://youtube.com/channel/UCpknNVgAtnOv7v61tf1Lalw" - }, - { - "name": "twitter", - "url": "https://twitter.com/KamPayToken" - }, - { - "name": "github", - "url": "https://github.com/Kampay-io/token" - }, - { - "name": "whitepaper", - "url": "https://assets.website-files.com/61225286ea7a95b66ebd8987/613a6b9289b7b53cea6d6c7f_White%20Paper%2009092021.pdf" - }, - { - "name": "telegram", - "url": "https://t.me/KamPayOfficial" - }, - { - "name": "facebook", - "url": "https://facebook.com/KamPayToken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/kampay/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8E984e03ab35795C60242c902ECe2450242C90e9/logo.png b/blockchains/smartchain/assets/0x8E984e03ab35795C60242c902ECe2450242C90e9/logo.png deleted file mode 100644 index b70b7f388b1f8..0000000000000 Binary files a/blockchains/smartchain/assets/0x8E984e03ab35795C60242c902ECe2450242C90e9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8E9f5173e16Ff93F81579d73A7f9723324d6B6aF/info.json b/blockchains/smartchain/assets/0x8E9f5173e16Ff93F81579d73A7f9723324d6B6aF/info.json deleted file mode 100644 index 9737cf5b0bb9b..0000000000000 --- a/blockchains/smartchain/assets/0x8E9f5173e16Ff93F81579d73A7f9723324d6B6aF/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Milk Protocol", - "website": "https://stakecow.com", - "description": "First yield farm on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x8E9f5173e16Ff93F81579d73A7f9723324d6B6aF", - "research": "", - "type": "BEP20", - "symbol": "MILK", - "decimals": 18, - "status": "active", - "id": "0x8E9f5173e16Ff93F81579d73A7f9723324d6B6aF" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8E9f5173e16Ff93F81579d73A7f9723324d6B6aF/logo.png b/blockchains/smartchain/assets/0x8E9f5173e16Ff93F81579d73A7f9723324d6B6aF/logo.png deleted file mode 100644 index 42b227e6d3e0e..0000000000000 Binary files a/blockchains/smartchain/assets/0x8E9f5173e16Ff93F81579d73A7f9723324d6B6aF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8Ea2f890CB86DFb0E376137451c6fD982AFefc15/info.json b/blockchains/smartchain/assets/0x8Ea2f890CB86DFb0E376137451c6fD982AFefc15/info.json deleted file mode 100644 index 6f02fc8382f4b..0000000000000 --- a/blockchains/smartchain/assets/0x8Ea2f890CB86DFb0E376137451c6fD982AFefc15/info.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "name": "AutoCrypto", - "type": "BEP20", - "symbol": "AU", - "decimals": 18, - "website": "https://www.autocrypto.ai/", - "description": "AutoCrypto is an automated broker app managed by an Artificial Intelligence that combines mathematical extrapolation polynomials alongside a pre-trained time-series prediction neuronal network to predict very precisely the evolution of the top 200 cryptocurrencies and investing automatically for you.", - "explorer": "https://bscscan.com/token/0x8Ea2f890CB86DFb0E376137451c6fD982AFefc15", - "status": "active", - "id": "0x8Ea2f890CB86DFb0E376137451c6fD982AFefc15", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Autocrypto_ai" - }, - { - "name": "telegram", - "url": "https://t.me/AutoCryptoInternational" - }, - { - "name": "telegram_news", - "url": "https://t.me/AutoCryptoAnnouncements" - }, - { - "name": "discord", - "url": "https://discord.com/autocrypto" - }, - { - "name": "medium", - "url": "https://autocrypto.medium.com/" - }, - { - "name": "whitepaper", - "url": "https://autocrypto-web-assets.s3.eu-west-1.amazonaws.com/autocrypto-whitepaper-en.pdf" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/AutoCrypto/" - }, - { - "name": "docs", - "url": "https://autocryptofinance.gitbook.io/autocrypto/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCELjg1NB4uQLc3A1saVc0Ig" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/autocrypto/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/autocrypto" - }, - { - "name": "github", - "url": "https://github.com/autocryptoai/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8Ea2f890CB86DFb0E376137451c6fD982AFefc15/logo.png b/blockchains/smartchain/assets/0x8Ea2f890CB86DFb0E376137451c6fD982AFefc15/logo.png deleted file mode 100644 index 5f8ee81338348..0000000000000 Binary files a/blockchains/smartchain/assets/0x8Ea2f890CB86DFb0E376137451c6fD982AFefc15/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8EbcA1ac949067ED8784FF9D07e4d084a3D82636/info.json b/blockchains/smartchain/assets/0x8EbcA1ac949067ED8784FF9D07e4d084a3D82636/info.json deleted file mode 100644 index 68ccbc08145c2..0000000000000 --- a/blockchains/smartchain/assets/0x8EbcA1ac949067ED8784FF9D07e4d084a3D82636/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Fuck$ Finance v2.0", - "website": "https://justbuyitffs.com/", - "description": "Fuck$ Finance is a community driven token that will allow its owners to interact with FFS tools that will be developed based on community's needs. FFS2 token will also be used to fund charity donations.", - "explorer": "https://bscscan.com/token/0x8ebca1ac949067ed8784ff9d07e4d084a3d82636", - "type": "BEP20", - "symbol": "FFS2", - "decimals": 9, - "status": "active", - "id": "0x8EbcA1ac949067ED8784FF9D07e4d084a3D82636" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8EbcA1ac949067ED8784FF9D07e4d084a3D82636/logo.png b/blockchains/smartchain/assets/0x8EbcA1ac949067ED8784FF9D07e4d084a3D82636/logo.png deleted file mode 100644 index cb28e2c1d7072..0000000000000 Binary files a/blockchains/smartchain/assets/0x8EbcA1ac949067ED8784FF9D07e4d084a3D82636/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8F046a2457a8F1618cAe4706Fa57Bf790e2532a6/info.json b/blockchains/smartchain/assets/0x8F046a2457a8F1618cAe4706Fa57Bf790e2532a6/info.json deleted file mode 100644 index c79620188b353..0000000000000 --- a/blockchains/smartchain/assets/0x8F046a2457a8F1618cAe4706Fa57Bf790e2532a6/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "Restore Truth Token", - "type": "BEP20", - "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://bscscan.com/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/smartchain/assets/0x8F046a2457a8F1618cAe4706Fa57Bf790e2532a6/logo.png b/blockchains/smartchain/assets/0x8F046a2457a8F1618cAe4706Fa57Bf790e2532a6/logo.png deleted file mode 100644 index 808a76421ba0c..0000000000000 Binary files a/blockchains/smartchain/assets/0x8F046a2457a8F1618cAe4706Fa57Bf790e2532a6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8F0528cE5eF7B51152A59745bEfDD91D97091d2F/info.json b/blockchains/smartchain/assets/0x8F0528cE5eF7B51152A59745bEfDD91D97091d2F/info.json deleted file mode 100644 index f5bc7e625e557..0000000000000 --- a/blockchains/smartchain/assets/0x8F0528cE5eF7B51152A59745bEfDD91D97091d2F/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ALPACA", - "website": "https://www.alpacafinance.org", - "description": "ALPACA is the token that powers Alpaca Finance, the 1st leveraged yield farming protocol on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x8f0528ce5ef7b51152a59745befdd91d97091d2f", - "type": "BEP20", - "symbol": "ALPACA", - "decimals": 18, - "status": "active", - "id": "0x8F0528cE5eF7B51152A59745bEfDD91D97091d2F" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8F0528cE5eF7B51152A59745bEfDD91D97091d2F/logo.png b/blockchains/smartchain/assets/0x8F0528cE5eF7B51152A59745bEfDD91D97091d2F/logo.png deleted file mode 100644 index 9644ff85a6a7b..0000000000000 Binary files a/blockchains/smartchain/assets/0x8F0528cE5eF7B51152A59745bEfDD91D97091d2F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8F1B7df4a34C8Dd072CF6408Be9c778CFABdf8D0/info.json b/blockchains/smartchain/assets/0x8F1B7df4a34C8Dd072CF6408Be9c778CFABdf8D0/info.json deleted file mode 100644 index 8ca0aeb500174..0000000000000 --- a/blockchains/smartchain/assets/0x8F1B7df4a34C8Dd072CF6408Be9c778CFABdf8D0/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Wrapped IQ.Cash", - "website": "https://IQ.cash/", - "description": "IQ is a multi-chain (NeoScrypt and BEP-20) masternode cryptocurrency for Investors, Traders and Miners. Fork of DASH. Users can earn rewards with masternodes, benefiting the entire network and ecosysytem.", - "explorer": "https://bscscan.com/token/0x8F1B7df4a34C8Dd072CF6408Be9c778CFABdf8D0", - "type": "BEP20", - "symbol": "WIQ", - "decimals": 18, - "status": "active", - "id": "0x8F1B7df4a34C8Dd072CF6408Be9c778CFABdf8D0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/IQ_crypto" - }, - { - "name": "telegram", - "url": "https://t.me/IQ_cash" - }, - { - "name": "discord", - "url": "https://discord.com/invite/qekuX6r" - }, - { - "name": "facebook", - "url": "https://facebook.com/TradersFair/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8F1B7df4a34C8Dd072CF6408Be9c778CFABdf8D0/logo.png b/blockchains/smartchain/assets/0x8F1B7df4a34C8Dd072CF6408Be9c778CFABdf8D0/logo.png deleted file mode 100644 index 31eb6e900f4cf..0000000000000 Binary files a/blockchains/smartchain/assets/0x8F1B7df4a34C8Dd072CF6408Be9c778CFABdf8D0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8F1E60D84182db487aC235acC65825e50b5477a1/info.json b/blockchains/smartchain/assets/0x8F1E60D84182db487aC235acC65825e50b5477a1/info.json deleted file mode 100644 index cedb1912cda53..0000000000000 --- a/blockchains/smartchain/assets/0x8F1E60D84182db487aC235acC65825e50b5477a1/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Lendefi", - "type": "BEP20", - "symbol": "LDFI", - "decimals": 18, - "website": "https://lendefi.finance", - "description": "The Lendefi Protocol facilitates leveraged trading through secured lending, delivering confidence within the highly volatile cryptocurrency marketplace.", - "explorer": "https://bscscan.com/token/0x8F1E60D84182db487aC235acC65825e50b5477a1", - "status": "active", - "id": "0x8F1E60D84182db487aC235acC65825e50b5477a1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/lendefi_io" - }, - { - "name": "github", - "url": "https://github.com/lendefi/" - }, - { - "name": "telegram", - "url": "https://t.me/lendefi_io" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/lendefi" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8F1E60D84182db487aC235acC65825e50b5477a1/logo.png b/blockchains/smartchain/assets/0x8F1E60D84182db487aC235acC65825e50b5477a1/logo.png deleted file mode 100644 index 59d32aec8c90d..0000000000000 Binary files a/blockchains/smartchain/assets/0x8F1E60D84182db487aC235acC65825e50b5477a1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8F49733210700D38098d7375C221c7d02F700cc8/info.json b/blockchains/smartchain/assets/0x8F49733210700D38098d7375C221c7d02F700cc8/info.json deleted file mode 100644 index e5f2da00cb39b..0000000000000 --- a/blockchains/smartchain/assets/0x8F49733210700D38098d7375C221c7d02F700cc8/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Pallapay", - "type": "BEP20", - "symbol": "PALLA", - "decimals": 18, - "website": "https://www.pallapay.com", - "description": "Pallapay is the only payments solution in UAE which allows businesses to accept, process and disburse payments with its product suite.", - "explorer": "https://bscscan.com/token/0x8F49733210700D38098d7375C221c7d02F700cc8", - "status": "active", - "id": "0x8F49733210700D38098d7375C221c7d02F700cc8", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/pallapay_com" - }, - { - "name": "telegram", - "url": "https://t.me/pallapay_channel" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pallapay" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/pallapay" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x8F49733210700D38098d7375C221c7d02F700cc8/logo.png b/blockchains/smartchain/assets/0x8F49733210700D38098d7375C221c7d02F700cc8/logo.png deleted file mode 100644 index 5e3e2f53c067b..0000000000000 Binary files a/blockchains/smartchain/assets/0x8F49733210700D38098d7375C221c7d02F700cc8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8FFf93E810a2eDaaFc326eDEE51071DA9d398E83/info.json b/blockchains/smartchain/assets/0x8FFf93E810a2eDaaFc326eDEE51071DA9d398E83/info.json deleted file mode 100644 index 4057fcd84e954..0000000000000 --- a/blockchains/smartchain/assets/0x8FFf93E810a2eDaaFc326eDEE51071DA9d398E83/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Bitrise Token", - "type": "BEP20", - "symbol": "BRISE", - "decimals": 9, - "website": "https://www.bitrisetoken.com", - "description": "Bitrise Token - a Hyper Deflationary & BNB reward token", - "explorer": "https://bscscan.com/token/0x8FFf93E810a2eDaaFc326eDEE51071DA9d398E83", - "status": "active", - "id": "0x8FFf93E810a2eDaaFc326eDEE51071DA9d398E83", - "links": [ - { - "name": "telegram", - "url": "https://t.me/bitrisetoken" - }, - { - "name": "twitter", - "url": "https://twitter.com/bitrisetoken" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8FFf93E810a2eDaaFc326eDEE51071DA9d398E83/logo.png b/blockchains/smartchain/assets/0x8FFf93E810a2eDaaFc326eDEE51071DA9d398E83/logo.png deleted file mode 100644 index bdc351d95f296..0000000000000 Binary files a/blockchains/smartchain/assets/0x8FFf93E810a2eDaaFc326eDEE51071DA9d398E83/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8a40c222996f9F3431f63Bf80244C36822060f12/info.json b/blockchains/smartchain/assets/0x8a40c222996f9F3431f63Bf80244C36822060f12/info.json deleted file mode 100644 index 4dab98447eb0f..0000000000000 --- a/blockchains/smartchain/assets/0x8a40c222996f9F3431f63Bf80244C36822060f12/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Finxflo", - "type": "BEP20", - "symbol": "FXF", - "decimals": 18, - "website": "https://www.finxflo.com/", - "description": "Regulated and secure, the FINXFLO platform is designed to provide users with a one-stop solution with some of the best prices from the world's leading CeFi and DeFi protocols.", - "explorer": "https://bscscan.com/token/0x8a40c222996f9F3431f63Bf80244C36822060f12", - "status": "active", - "id": "0x8a40c222996f9F3431f63Bf80244C36822060f12", - "links": [ - { - "name": "facebook", - "url": "https://facebook.com/Finxflo/" - }, - { - "name": "telegram", - "url": "https://t.me/Finxflo_Community" - }, - { - "name": "twitter", - "url": "https://twitter.com/finxflo" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8a40c222996f9F3431f63Bf80244C36822060f12/logo.png b/blockchains/smartchain/assets/0x8a40c222996f9F3431f63Bf80244C36822060f12/logo.png deleted file mode 100644 index 4a66b935853fa..0000000000000 Binary files a/blockchains/smartchain/assets/0x8a40c222996f9F3431f63Bf80244C36822060f12/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8a4840dc5975E424EC530ec88a8f27910a3CEF51/info.json b/blockchains/smartchain/assets/0x8a4840dc5975E424EC530ec88a8f27910a3CEF51/info.json deleted file mode 100644 index 4064c1fc57f29..0000000000000 --- a/blockchains/smartchain/assets/0x8a4840dc5975E424EC530ec88a8f27910a3CEF51/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "4-Stock", - "type": "BEP20", - "symbol": "4STC", - "decimals": 18, - "website": "https://www.4-soft.com/", - "description": "4-Stock is a token for selling and buying a part of the company.", - "explorer": "https://bscscan.com/token/0x8a4840dc5975E424EC530ec88a8f27910a3CEF51", - "status": "active", - "id": "0x8a4840dc5975E424EC530ec88a8f27910a3CEF51" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8a4840dc5975E424EC530ec88a8f27910a3CEF51/logo.png b/blockchains/smartchain/assets/0x8a4840dc5975E424EC530ec88a8f27910a3CEF51/logo.png deleted file mode 100644 index 9ede2486d5500..0000000000000 Binary files a/blockchains/smartchain/assets/0x8a4840dc5975E424EC530ec88a8f27910a3CEF51/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8a505D5Cb3Db9fcf404c0A72aF3dF8Be4eFB707c/info.json b/blockchains/smartchain/assets/0x8a505D5Cb3Db9fcf404c0A72aF3dF8Be4eFB707c/info.json deleted file mode 100644 index f74e340492c78..0000000000000 --- a/blockchains/smartchain/assets/0x8a505D5Cb3Db9fcf404c0A72aF3dF8Be4eFB707c/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "ENERGY COIN", - "type": "BEP20", - "symbol": "ENG", - "decimals": 18, - "website": "https://engcrypto.io/", - "description": "The Energy Web Decentralized Operating System Open-Source Technology. ENG Multi-Blockchain can make it possible to track low-carbon energy and certificates from their origin through every stage and transaction.", - "explorer": "https://bscscan.com/token/0x8a505D5Cb3Db9fcf404c0A72aF3dF8Be4eFB707c", - "status": "active", - "id": "0x8a505D5Cb3Db9fcf404c0A72aF3dF8Be4eFB707c", - "links": [ - { - "name": "whitepaper", - "url": "https://engcrypto.io/white_paper.pdf" - }, - { - "name": "facebook", - "url": "https://facebook.com/profile.php?id=100080916680027" - } - ], - "tags": [ - "nft", - "deflationary" - ] -} diff --git a/blockchains/smartchain/assets/0x8a505D5Cb3Db9fcf404c0A72aF3dF8Be4eFB707c/logo.png b/blockchains/smartchain/assets/0x8a505D5Cb3Db9fcf404c0A72aF3dF8Be4eFB707c/logo.png deleted file mode 100644 index c2a20becfc4a3..0000000000000 Binary files a/blockchains/smartchain/assets/0x8a505D5Cb3Db9fcf404c0A72aF3dF8Be4eFB707c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8a646ec31EE33B12FF47E6C7DAaF4BC4df9ae54a/info.json b/blockchains/smartchain/assets/0x8a646ec31EE33B12FF47E6C7DAaF4BC4df9ae54a/info.json deleted file mode 100644 index 32f5ce13d1d4d..0000000000000 --- a/blockchains/smartchain/assets/0x8a646ec31EE33B12FF47E6C7DAaF4BC4df9ae54a/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FairLife", - "type": "BEP20", - "symbol": "FAIRLIFE", - "decimals": 8, - "website": "https://fairlife.finance/", - "description": "$Fairlife is a Binance Smartchain (BSC) token that will use its transaction fees to donate to people in need.", - "explorer": "https://bscscan.com/token/0x8a646ec31EE33B12FF47E6C7DAaF4BC4df9ae54a", - "status": "active", - "id": "0x8a646ec31EE33B12FF47E6C7DAaF4BC4df9ae54a" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8a646ec31EE33B12FF47E6C7DAaF4BC4df9ae54a/logo.png b/blockchains/smartchain/assets/0x8a646ec31EE33B12FF47E6C7DAaF4BC4df9ae54a/logo.png deleted file mode 100644 index 01b8192f59044..0000000000000 Binary files a/blockchains/smartchain/assets/0x8a646ec31EE33B12FF47E6C7DAaF4BC4df9ae54a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8a74BC8c372bC7f0E9cA3f6Ac0df51BE15aEC47A/info.json b/blockchains/smartchain/assets/0x8a74BC8c372bC7f0E9cA3f6Ac0df51BE15aEC47A/info.json deleted file mode 100644 index 679492c02a335..0000000000000 --- a/blockchains/smartchain/assets/0x8a74BC8c372bC7f0E9cA3f6Ac0df51BE15aEC47A/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "PulsePad.io", - "type": "BEP20", - "symbol": "PLSPAD", - "decimals": 18, - "website": "https://pulsepad.io/", - "description": "PulsePad is a launchpad", - "explorer": "https://bscscan.com/token/0x8a74BC8c372bC7f0E9cA3f6Ac0df51BE15aEC47A", - "status": "active", - "id": "0x8a74BC8c372bC7f0E9cA3f6Ac0df51BE15aEC47A", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/PulsePad_App" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pulsepad/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/pulsepad" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8a74BC8c372bC7f0E9cA3f6Ac0df51BE15aEC47A/logo.png b/blockchains/smartchain/assets/0x8a74BC8c372bC7f0E9cA3f6Ac0df51BE15aEC47A/logo.png deleted file mode 100644 index 60440738cf603..0000000000000 Binary files a/blockchains/smartchain/assets/0x8a74BC8c372bC7f0E9cA3f6Ac0df51BE15aEC47A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8aa688AB789d1848d131C65D98CEAA8875D97eF1/info.json b/blockchains/smartchain/assets/0x8aa688AB789d1848d131C65D98CEAA8875D97eF1/info.json deleted file mode 100644 index 54f000fe58ff3..0000000000000 --- a/blockchains/smartchain/assets/0x8aa688AB789d1848d131C65D98CEAA8875D97eF1/info.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "name": "MultiVAC", - "symbol": "MTV", - "type": "BEP20", - "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://bscscan.com/token/0x8aa688ab789d1848d131c65d98ceaa8875d97ef1", - "status": "active", - "id": "0x8aa688AB789d1848d131C65D98CEAA8875D97eF1", - "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/smartchain/assets/0x8aa688AB789d1848d131C65D98CEAA8875D97eF1/logo.png b/blockchains/smartchain/assets/0x8aa688AB789d1848d131C65D98CEAA8875D97eF1/logo.png deleted file mode 100644 index 3b63f0692ee82..0000000000000 Binary files a/blockchains/smartchain/assets/0x8aa688AB789d1848d131C65D98CEAA8875D97eF1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8ad8e9B85787ddd0D31b32ECF655E93bfc0747eF/info.json b/blockchains/smartchain/assets/0x8ad8e9B85787ddd0D31b32ECF655E93bfc0747eF/info.json deleted file mode 100644 index f033cdb275003..0000000000000 --- a/blockchains/smartchain/assets/0x8ad8e9B85787ddd0D31b32ECF655E93bfc0747eF/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Sombra ", - "type": "BEP20", - "symbol": "SMBR", - "decimals": 9, - "website": "https://sombra.app", - "description": "Sombra is a social NFT marketplace and gaming ecosystem created to bring collectors, artists and innovators together to make the impossible possible.", - "explorer": "https://bscscan.com/token/0x8ad8e9B85787ddd0D31b32ECF655E93bfc0747eF", - "status": "active", - "id": "0x8ad8e9B85787ddd0D31b32ECF655E93bfc0747eF", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/sombranetwork" - }, - { - "name": "telegram", - "url": "https://t.me/sombranetwork" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8ad8e9B85787ddd0D31b32ECF655E93bfc0747eF/logo.png b/blockchains/smartchain/assets/0x8ad8e9B85787ddd0D31b32ECF655E93bfc0747eF/logo.png deleted file mode 100644 index a0dd6c8269a25..0000000000000 Binary files a/blockchains/smartchain/assets/0x8ad8e9B85787ddd0D31b32ECF655E93bfc0747eF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8b04E56A8cd5f4D465b784ccf564899F30Aaf88C/info.json b/blockchains/smartchain/assets/0x8b04E56A8cd5f4D465b784ccf564899F30Aaf88C/info.json deleted file mode 100644 index b0487ac61b830..0000000000000 --- a/blockchains/smartchain/assets/0x8b04E56A8cd5f4D465b784ccf564899F30Aaf88C/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "AnchorUST (Portal)", - "type": "BEP20", - "symbol": "aUST", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://anchorprotocol.com/", - "explorer": "https://bscscan.com/token/0x8b04E56A8cd5f4D465b784ccf564899F30Aaf88C", - "status": "active", - "id": "0x8b04E56A8cd5f4D465b784ccf564899F30Aaf88C", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8b04E56A8cd5f4D465b784ccf564899F30Aaf88C/logo.png b/blockchains/smartchain/assets/0x8b04E56A8cd5f4D465b784ccf564899F30Aaf88C/logo.png deleted file mode 100644 index 715ef20db8ea7..0000000000000 Binary files a/blockchains/smartchain/assets/0x8b04E56A8cd5f4D465b784ccf564899F30Aaf88C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8b1f4432F943c465A973FeDC6d7aa50Fc96f1f65/info.json b/blockchains/smartchain/assets/0x8b1f4432F943c465A973FeDC6d7aa50Fc96f1f65/info.json deleted file mode 100644 index 446a057492396..0000000000000 --- a/blockchains/smartchain/assets/0x8b1f4432F943c465A973FeDC6d7aa50Fc96f1f65/info.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "name": "Axelar", - "type": "BEP20", - "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://bscscan.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/smartchain/assets/0x8b1f4432F943c465A973FeDC6d7aa50Fc96f1f65/logo.png b/blockchains/smartchain/assets/0x8b1f4432F943c465A973FeDC6d7aa50Fc96f1f65/logo.png deleted file mode 100644 index 6c156aba62660..0000000000000 Binary files a/blockchains/smartchain/assets/0x8b1f4432F943c465A973FeDC6d7aa50Fc96f1f65/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8b303d5BbfBbf46F1a4d9741E491e06986894e18/info.json b/blockchains/smartchain/assets/0x8b303d5BbfBbf46F1a4d9741E491e06986894e18/info.json deleted file mode 100644 index a953247aab999..0000000000000 --- a/blockchains/smartchain/assets/0x8b303d5BbfBbf46F1a4d9741E491e06986894e18/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Woonkly Power", - "type": "BEP20", - "symbol": "WOOP", - "decimals": 18, - "description": "Woonkly Metasocial Network is a Decentralized Social Network where all posts are converted into NFTs directly, where users have full control of their data and where the content is not uploaded to a server but to users' computers through IPFS", - "website": "https://woonkly.com", - "explorer": "https://bscscan.com/token/0x8b303d5bbfbbf46f1a4d9741e491e06986894e18", - "status": "active", - "id": "0x8b303d5BbfBbf46F1a4d9741E491e06986894e18", - "tags": [ - "defi" - ], - "links": [ - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/woonkly-power" - }, - { - "name": "facebook", - "url": "https://facebook.com/woonkly" - }, - { - "name": "telegram", - "url": "https://t.me/woonkly" - }, - { - "name": "twitter", - "url": "https://twitter.com/WoonklyEN" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/Woonkly" - }, - { - "name": "medium", - "url": "https://woonkly.medium.com" - }, - { - "name": "whitepaper", - "url": "https://whitepaper.woonkly.com/woonkly.com-eng/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8b303d5BbfBbf46F1a4d9741E491e06986894e18/logo.png b/blockchains/smartchain/assets/0x8b303d5BbfBbf46F1a4d9741E491e06986894e18/logo.png deleted file mode 100644 index 52dfdeaa4cc6c..0000000000000 Binary files a/blockchains/smartchain/assets/0x8b303d5BbfBbf46F1a4d9741E491e06986894e18/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8bAc6b4AF65C8c1967a0FBc27cd37FD6059daa00/info.json b/blockchains/smartchain/assets/0x8bAc6b4AF65C8c1967a0FBc27cd37FD6059daa00/info.json deleted file mode 100644 index 96d02d8d24d10..0000000000000 --- a/blockchains/smartchain/assets/0x8bAc6b4AF65C8c1967a0FBc27cd37FD6059daa00/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Sphynx Network", - "website": "https://sphynx.network", - "description": "Sphynx Network is aiming to improve the fundamental nature of DeFi by using alchemy in blockchain technology to comply with the next generation of yield farming and liquidity mining by implementing the NFT stake.", - "explorer": "https://bscscan.com/token/0x8bAc6b4AF65C8c1967a0FBc27cd37FD6059daa00", - "type": "BEP20", - "symbol": "SPH", - "decimals": 18, - "status": "active", - "id": "0x8bAc6b4AF65C8c1967a0FBc27cd37FD6059daa00", - "links": [ - { - "name": "github", - "url": "https://github.com/SphynxNetworkGitHub" - }, - { - "name": "twitter", - "url": "https://twitter.com/SphynxNetwork" - }, - { - "name": "medium", - "url": "https://sphynx-network.medium.com/" - }, - { - "name": "telegram", - "url": "https://t.me/sphynxnetwork" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/sphynx-network" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/sphynx-network/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8bAc6b4AF65C8c1967a0FBc27cd37FD6059daa00/logo.png b/blockchains/smartchain/assets/0x8bAc6b4AF65C8c1967a0FBc27cd37FD6059daa00/logo.png deleted file mode 100644 index 025cf6ff9c789..0000000000000 Binary files a/blockchains/smartchain/assets/0x8bAc6b4AF65C8c1967a0FBc27cd37FD6059daa00/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8baf35803b452836a05A3e01ac36F3DDbF98bbE8/info.json b/blockchains/smartchain/assets/0x8baf35803b452836a05A3e01ac36F3DDbF98bbE8/info.json deleted file mode 100644 index bd1fa5b1d5300..0000000000000 --- a/blockchains/smartchain/assets/0x8baf35803b452836a05A3e01ac36F3DDbF98bbE8/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Loveswap DEX", - "type": "BEP20", - "symbol": "Loveswap", - "decimals": 8, - "website": "https://www.loveswap.com/", - "description": "MULTI BLOCKCHAIN - Decentralized Exchange Platform Network", - "explorer": "https://bscscan.com/token/0x8baf35803b452836a05A3e01ac36F3DDbF98bbE8", - "status": "active", - "id": "0x8baf35803b452836a05A3e01ac36F3DDbF98bbE8", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/loveswapdex" - }, - { - "name": "whitepaper", - "url": "https://www.loveswap.com/LoveswapWhitepaper.pdf" - }, - { - "name": "telegram_news", - "url": "https://t.me/LoveswapDex" - }, - { - "name": "telegram", - "url": "https://t.me/LoveswapDexGroup" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8baf35803b452836a05A3e01ac36F3DDbF98bbE8/logo.png b/blockchains/smartchain/assets/0x8baf35803b452836a05A3e01ac36F3DDbF98bbE8/logo.png deleted file mode 100644 index 03eef032107d9..0000000000000 Binary files a/blockchains/smartchain/assets/0x8baf35803b452836a05A3e01ac36F3DDbF98bbE8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8beAbaa4f025D00B4699d56a683758d692d17F20/info.json b/blockchains/smartchain/assets/0x8beAbaa4f025D00B4699d56a683758d692d17F20/info.json deleted file mode 100644 index 20c43ab69e46f..0000000000000 --- a/blockchains/smartchain/assets/0x8beAbaa4f025D00B4699d56a683758d692d17F20/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "BABYXRP", - "type": "BEP20", - "symbol": "BBYXRP", - "decimals": 9, - "website": "https://www.babyxrp.org/", - "description": "BabyXrp is a deflationary token on BSc chain. BabyXrp rewards the long term holders with XRP every week.", - "explorer": "https://bscscan.com/token/0x8beAbaa4f025D00B4699d56a683758d692d17F20", - "status": "active", - "id": "0x8beAbaa4f025D00B4699d56a683758d692d17F20", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/officialbabyxrp" - }, - { - "name": "telegram", - "url": "https://t.me/OfficialBabyXRP" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/babyxrp/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/babyxrp" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/BABYXRP_ARMY" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8beAbaa4f025D00B4699d56a683758d692d17F20/logo.png b/blockchains/smartchain/assets/0x8beAbaa4f025D00B4699d56a683758d692d17F20/logo.png deleted file mode 100644 index 258824537e5f3..0000000000000 Binary files a/blockchains/smartchain/assets/0x8beAbaa4f025D00B4699d56a683758d692d17F20/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8bfc1c564E4490790DFac641C9a0FecD3f91F584/info.json b/blockchains/smartchain/assets/0x8bfc1c564E4490790DFac641C9a0FecD3f91F584/info.json deleted file mode 100644 index 8f3492efe9778..0000000000000 --- a/blockchains/smartchain/assets/0x8bfc1c564E4490790DFac641C9a0FecD3f91F584/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MoonRetriever", - "website": "https://www.moonretriever.com", - "description": "FETCH is a BEP 20 cryptocurrency of the MoonRetriever project which is the first-ever DEFI project on Binance Smart Chain providing a crypto risk assessment platform ", - "explorer": "https://bscscan.com/token/0x8bfc1c564E4490790DFac641C9a0FecD3f91F584", - "type": "BEP20", - "symbol": "FETCH", - "decimals": 9, - "status": "active", - "id": "0x8bfc1c564E4490790DFac641C9a0FecD3f91F584" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8bfc1c564E4490790DFac641C9a0FecD3f91F584/logo.png b/blockchains/smartchain/assets/0x8bfc1c564E4490790DFac641C9a0FecD3f91F584/logo.png deleted file mode 100644 index d8bdb609ee10b..0000000000000 Binary files a/blockchains/smartchain/assets/0x8bfc1c564E4490790DFac641C9a0FecD3f91F584/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8c282eA9eACd1B95D44a3A18DCdd1D0472868998/info.json b/blockchains/smartchain/assets/0x8c282eA9eACd1B95D44a3A18DCdd1D0472868998/info.json deleted file mode 100644 index 0b94b81d0767c..0000000000000 --- a/blockchains/smartchain/assets/0x8c282eA9eACd1B95D44a3A18DCdd1D0472868998/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Ancient Kingdom", - "website": "https://acdom.io", - "description": "Ancient Kingdom is the 1st ancient martial arts game on the blockchain platform, pioneering the realization of real-time games on the blockchain platform.", - "explorer": "https://bscscan.com/token/0x8c282eA9eACd1B95D44a3A18DCdd1D0472868998", - "type": "BEP20", - "symbol": "DOM", - "decimals": 8, - "status": "active", - "id": "0x8c282eA9eACd1B95D44a3A18DCdd1D0472868998", - "tags": [ - "defi" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/AncientCommunity" - }, - { - "name": "twitter", - "url": "https://twitter.com/AncientKingNft" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCpSghae57xjFYfnUyBulpIw" - }, - { - "name": "discord", - "url": "https://discord.com/invite/gXHFkvva6a" - } - ] -} diff --git a/blockchains/smartchain/assets/0x8c282eA9eACd1B95D44a3A18DCdd1D0472868998/logo.png b/blockchains/smartchain/assets/0x8c282eA9eACd1B95D44a3A18DCdd1D0472868998/logo.png deleted file mode 100644 index 857c075dc57fb..0000000000000 Binary files a/blockchains/smartchain/assets/0x8c282eA9eACd1B95D44a3A18DCdd1D0472868998/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8c5a93Fa9BB2b0f396E80b51323767043C58E686/info.json b/blockchains/smartchain/assets/0x8c5a93Fa9BB2b0f396E80b51323767043C58E686/info.json deleted file mode 100644 index e84c3f2d1deb4..0000000000000 --- a/blockchains/smartchain/assets/0x8c5a93Fa9BB2b0f396E80b51323767043C58E686/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Forestry", - "website": "https://forestrytoken.com", - "description": "What we do? Three words. We plant trees. Simple yet impactful.", - "explorer": "https://bscscan.com/token/0x8c5a93Fa9BB2b0f396E80b51323767043C58E686", - "type": "BEP20", - "symbol": "FORESTRY", - "decimals": 9, - "status": "active", - "id": "0x8c5a93Fa9BB2b0f396E80b51323767043C58E686" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8c5a93Fa9BB2b0f396E80b51323767043C58E686/logo.png b/blockchains/smartchain/assets/0x8c5a93Fa9BB2b0f396E80b51323767043C58E686/logo.png deleted file mode 100644 index 312dbd613bd3d..0000000000000 Binary files a/blockchains/smartchain/assets/0x8c5a93Fa9BB2b0f396E80b51323767043C58E686/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8cc7E2a6de999758499658bB702143FD025E09B2/info.json b/blockchains/smartchain/assets/0x8cc7E2a6de999758499658bB702143FD025E09B2/info.json deleted file mode 100644 index 2ba32ce20fffc..0000000000000 --- a/blockchains/smartchain/assets/0x8cc7E2a6de999758499658bB702143FD025E09B2/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream Litecoin Token", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0x8cc7E2a6de999758499658bB702143FD025E09B2", - "type": "BEP20", - "symbol": "crLTC", - "decimals": 8, - "status": "active", - "id": "0x8cc7E2a6de999758499658bB702143FD025E09B2", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8cc7E2a6de999758499658bB702143FD025E09B2/logo.png b/blockchains/smartchain/assets/0x8cc7E2a6de999758499658bB702143FD025E09B2/logo.png deleted file mode 100644 index f54ed016bd96c..0000000000000 Binary files a/blockchains/smartchain/assets/0x8cc7E2a6de999758499658bB702143FD025E09B2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8cf8238abf7b933Bf8BB5Ea2C7E4Be101c11de2A/info.json b/blockchains/smartchain/assets/0x8cf8238abf7b933Bf8BB5Ea2C7E4Be101c11de2A/info.json deleted file mode 100644 index 341d535ff9b8d..0000000000000 --- a/blockchains/smartchain/assets/0x8cf8238abf7b933Bf8BB5Ea2C7E4Be101c11de2A/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "XP.network", - "type": "BEP20", - "symbol": "XPNET", - "decimals": 18, - "website": "https://xp.network", - "description": "XP.network is the first blockchain-agnostic NFT ecosystem", - "explorer": "https://bscscan.com/token/0x8cf8238abf7b933Bf8BB5Ea2C7E4Be101c11de2A", - "status": "active", - "id": "0x8cf8238abf7b933Bf8BB5Ea2C7E4Be101c11de2A", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/xpnetwork_" - }, - { - "name": "github", - "url": "https://github.com/xp-network/" - }, - { - "name": "telegram", - "url": "https://t.me/xp_network" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/xp-network" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/xp-network/" - }, - { - "name": "blog", - "url": "https://blog.xp.network/" - }, - { - "name": "whitepaper", - "url": "https://xp.network/whitepaper/" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/XP_network/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8cf8238abf7b933Bf8BB5Ea2C7E4Be101c11de2A/logo.png b/blockchains/smartchain/assets/0x8cf8238abf7b933Bf8BB5Ea2C7E4Be101c11de2A/logo.png deleted file mode 100644 index f4a208586e52b..0000000000000 Binary files a/blockchains/smartchain/assets/0x8cf8238abf7b933Bf8BB5Ea2C7E4Be101c11de2A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8d03e069840D6Fb103abC4F640C8cc07F7F4bc10/info.json b/blockchains/smartchain/assets/0x8d03e069840D6Fb103abC4F640C8cc07F7F4bc10/info.json deleted file mode 100644 index 4ef9f6dd5a160..0000000000000 --- a/blockchains/smartchain/assets/0x8d03e069840D6Fb103abC4F640C8cc07F7F4bc10/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BlossomCoin", - "website": "https://www.blossomco.in/", - "description": "BlossomCoin ($BLOSM) is a charity-based token that rewards holders, but more importantly, plants trees and supports reforestation efforts worldwide.", - "explorer": "https://bscscan.com/token/0x8d03e069840D6Fb103abC4F640C8cc07F7F4bc10", - "type": "BEP20", - "symbol": "BLOSM", - "decimals": 9, - "status": "active", - "id": "0x8d03e069840D6Fb103abC4F640C8cc07F7F4bc10" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8d03e069840D6Fb103abC4F640C8cc07F7F4bc10/logo.png b/blockchains/smartchain/assets/0x8d03e069840D6Fb103abC4F640C8cc07F7F4bc10/logo.png deleted file mode 100644 index abc0ebb9cdb82..0000000000000 Binary files a/blockchains/smartchain/assets/0x8d03e069840D6Fb103abC4F640C8cc07F7F4bc10/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8d2F15Dccbf9cb28Ad8c564753f7C4bf30638151/info.json b/blockchains/smartchain/assets/0x8d2F15Dccbf9cb28Ad8c564753f7C4bf30638151/info.json deleted file mode 100644 index b17b730297598..0000000000000 --- a/blockchains/smartchain/assets/0x8d2F15Dccbf9cb28Ad8c564753f7C4bf30638151/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Nocovid19", - "website": "https://nocovid19.finance/", - "description": "CVD19 is a community driven, fair launched DeFi Token Built under BSC (Binance smart chain, To help adaption of cashless system of payment based on blockchain system in order to reduce COVID19 spread which can be caused by cash, Also the community make profit by just holding their CVD19 token due to deflation process during Token transfer and holding reward which occur automatically from CVD19 contract (auto staking)", - "explorer": "https://bscscan.com/token/0x8d2F15Dccbf9cb28Ad8c564753f7C4bf30638151", - "type": "BEP20", - "symbol": "CVD19", - "decimals": 9, - "status": "active", - "id": "0x8d2F15Dccbf9cb28Ad8c564753f7C4bf30638151", - "links": [ - { - "name": "github", - "url": "https://github.com/CVD19" - }, - { - "name": "twitter", - "url": "https://twitter.com/nocovid19_cvd19" - }, - { - "name": "telegram", - "url": "https://t.me/CVD19chat" - }, - { - "name": "telegram_news", - "url": "https://t.me/CVD19_channel" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/CVD19coin/" - }, - { - "name": "facebook", - "url": "https://facebook.com/CVD19-COIN-104675865192360/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8d2F15Dccbf9cb28Ad8c564753f7C4bf30638151/logo.png b/blockchains/smartchain/assets/0x8d2F15Dccbf9cb28Ad8c564753f7C4bf30638151/logo.png deleted file mode 100644 index c80fd2ea08f90..0000000000000 Binary files a/blockchains/smartchain/assets/0x8d2F15Dccbf9cb28Ad8c564753f7C4bf30638151/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8d9fB713587174Ee97e91866050c383b5cEE6209/info.json b/blockchains/smartchain/assets/0x8d9fB713587174Ee97e91866050c383b5cEE6209/info.json deleted file mode 100644 index 21dedc5facd43..0000000000000 --- a/blockchains/smartchain/assets/0x8d9fB713587174Ee97e91866050c383b5cEE6209/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "VELHALLA.io", - "website": "https://velhalla.io/", - "description": "The Velas Metaverse. Velhalla is a metaverse unlike any other out there in the market.", - "explorer": "https://bscscan.com/token/0x8d9fB713587174Ee97e91866050c383b5cEE6209", - "type": "BEP20", - "symbol": "SCAR", - "decimals": 18, - "status": "active", - "id": "0x8d9fB713587174Ee97e91866050c383b5cEE6209", - "tags": [ - "nft" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/Velhallaofficial" - }, - { - "name": "twitter", - "url": "https://twitter.com/velhallaproject" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/velhalla/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8d9fB713587174Ee97e91866050c383b5cEE6209/logo.png b/blockchains/smartchain/assets/0x8d9fB713587174Ee97e91866050c383b5cEE6209/logo.png deleted file mode 100644 index 8627c1970b601..0000000000000 Binary files a/blockchains/smartchain/assets/0x8d9fB713587174Ee97e91866050c383b5cEE6209/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8dA443F84fEA710266C8eB6bC34B71702d033EF2/info.json b/blockchains/smartchain/assets/0x8dA443F84fEA710266C8eB6bC34B71702d033EF2/info.json deleted file mode 100644 index daf2cd616e3c3..0000000000000 --- a/blockchains/smartchain/assets/0x8dA443F84fEA710266C8eB6bC34B71702d033EF2/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Cartesi Token", - "website": "https://cartesi.io", - "description": "Cartesi Takes Smart Contracts to the Next Level.", - "explorer": "https://bscscan.com/token/0x8da443f84fea710266c8eb6bc34b71702d033ef2", - "research": "https://research.binance.com/en/projects/cartesi", - "type": "BEP20", - "symbol": "CTSI", - "decimals": 18, - "status": "active", - "id": "0x8dA443F84fEA710266C8eB6bC34B71702d033EF2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8dA443F84fEA710266C8eB6bC34B71702d033EF2/logo.png b/blockchains/smartchain/assets/0x8dA443F84fEA710266C8eB6bC34B71702d033EF2/logo.png deleted file mode 100644 index bcce527e899a9..0000000000000 Binary files a/blockchains/smartchain/assets/0x8dA443F84fEA710266C8eB6bC34B71702d033EF2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8dB1D28Ee0d822367aF8d220C0dc7cB6fe9DC442/info.json b/blockchains/smartchain/assets/0x8dB1D28Ee0d822367aF8d220C0dc7cB6fe9DC442/info.json deleted file mode 100644 index 815ae634f74f8..0000000000000 --- a/blockchains/smartchain/assets/0x8dB1D28Ee0d822367aF8d220C0dc7cB6fe9DC442/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "ETHPAD.network", - "type": "BEP20", - "symbol": "ETHPAD", - "decimals": 18, - "website": "https://ethpad.network/", - "description": "ETHPad is a launchpad token", - "explorer": "https://bscscan.com/token/0x8dB1D28Ee0d822367aF8d220C0dc7cB6fe9DC442", - "status": "active", - "id": "0x8dB1D28Ee0d822367aF8d220C0dc7cB6fe9DC442", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ethpadofficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/ethpad/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/ethpad" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8dB1D28Ee0d822367aF8d220C0dc7cB6fe9DC442/logo.png b/blockchains/smartchain/assets/0x8dB1D28Ee0d822367aF8d220C0dc7cB6fe9DC442/logo.png deleted file mode 100644 index 98b0a84c00b14..0000000000000 Binary files a/blockchains/smartchain/assets/0x8dB1D28Ee0d822367aF8d220C0dc7cB6fe9DC442/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8e07Df508cA9c16362A84fA742b91Db3912Dd290/info.json b/blockchains/smartchain/assets/0x8e07Df508cA9c16362A84fA742b91Db3912Dd290/info.json deleted file mode 100644 index ea3df630f88f1..0000000000000 --- a/blockchains/smartchain/assets/0x8e07Df508cA9c16362A84fA742b91Db3912Dd290/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "NST Starter", - "type": "BEP20", - "symbol": "NST", - "decimals": 18, - "website": "https://www.nft-starter.com/", - "description": "The role of NFT-Starter is as a provider of technology to have a platform exclusively governed by NFT-Starter community. There are multiple benefits for NST holders such as earning BNB passively, IDO participation, voting power, farming (liquidity pool), earning rating star and many benefits coming in the future.", - "explorer": "https://bscscan.com/token/0x8e07Df508cA9c16362A84fA742b91Db3912Dd290", - "status": "active", - "id": "0x8e07Df508cA9c16362A84fA742b91Db3912Dd290" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8e07Df508cA9c16362A84fA742b91Db3912Dd290/logo.png b/blockchains/smartchain/assets/0x8e07Df508cA9c16362A84fA742b91Db3912Dd290/logo.png deleted file mode 100644 index 861d773903345..0000000000000 Binary files a/blockchains/smartchain/assets/0x8e07Df508cA9c16362A84fA742b91Db3912Dd290/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8e17ed70334C87eCE574C9d537BC153d8609e2a3/info.json b/blockchains/smartchain/assets/0x8e17ed70334C87eCE574C9d537BC153d8609e2a3/info.json deleted file mode 100644 index 1dedaef2cdf27..0000000000000 --- a/blockchains/smartchain/assets/0x8e17ed70334C87eCE574C9d537BC153d8609e2a3/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://bscscan.com/token/0x8e17ed70334c87ece574c9d537bc153d8609e2a3", - "research": "https://research.binance.com/en/projects/wazirx", - "type": "BEP20", - "symbol": "WRX", - "decimals": 8, - "status": "active", - "id": "0x8e17ed70334C87eCE574C9d537BC153d8609e2a3", - "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/smartchain/assets/0x8e17ed70334C87eCE574C9d537BC153d8609e2a3/logo.png b/blockchains/smartchain/assets/0x8e17ed70334C87eCE574C9d537BC153d8609e2a3/logo.png deleted file mode 100644 index d5740aecada53..0000000000000 Binary files a/blockchains/smartchain/assets/0x8e17ed70334C87eCE574C9d537BC153d8609e2a3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8e2D8f40818FbaBA663Db6a24FB9B527Fc7100BE/info.json b/blockchains/smartchain/assets/0x8e2D8f40818FbaBA663Db6a24FB9B527Fc7100BE/info.json deleted file mode 100644 index 410e5c89f0137..0000000000000 --- a/blockchains/smartchain/assets/0x8e2D8f40818FbaBA663Db6a24FB9B527Fc7100BE/info.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "ORE Token", - "type": "BEP20", - "symbol": "ORE", - "decimals": 18, - "website": "https://ore-system.com/", - "description": "ORE Token is a component of The ORE System (c) Next-Gen Blockchain Ecosystem", - "explorer": "https://bscscan.com/token/0x8e2D8f40818FbaBA663Db6a24FB9B527Fc7100BE", - "status": "active", - "id": "0x8e2D8f40818FbaBA663Db6a24FB9B527Fc7100BE", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ORESystemNFT" - }, - { - "name": "facebook", - "url": "https://facebook.com/oresystem" - }, - { - "name": "youtube", - "url": "https://youtube.com/OreSystem" - }, - { - "name": "telegram", - "url": "https://t.me/TheORESystem" - }, - { - "name": "discord", - "url": "https://discord.com/channels/881987778102034473/881987778991255625" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/" - }, - { - "name": "github", - "url": "https://github.com/ORESystem/OREToken/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/" - }, - { - "name": "whitepaper", - "url": "https://ore-system.com/wp-content/uploads/2021/09/ORE_System_White_Paper-v1.0.4.pdf" - }, - { - "name": "source_code", - "url": "https://github.com/ORESystem/OREToken/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8e2D8f40818FbaBA663Db6a24FB9B527Fc7100BE/logo.png b/blockchains/smartchain/assets/0x8e2D8f40818FbaBA663Db6a24FB9B527Fc7100BE/logo.png deleted file mode 100644 index f40c308b80256..0000000000000 Binary files a/blockchains/smartchain/assets/0x8e2D8f40818FbaBA663Db6a24FB9B527Fc7100BE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8e428aA75b271EbF905DB7e3F2970453E976481e/info.json b/blockchains/smartchain/assets/0x8e428aA75b271EbF905DB7e3F2970453E976481e/info.json deleted file mode 100644 index bb9b8ba14f8c3..0000000000000 --- a/blockchains/smartchain/assets/0x8e428aA75b271EbF905DB7e3F2970453E976481e/info.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "Next Token", - "type": "BEP20", - "symbol": "NXT", - "decimals": 18, - "website": "https://nxt-token.com/", - "description": "Connect companies to influencers.", - "explorer": "https://bscscan.com/token/0x8e428aA75b271EbF905DB7e3F2970453E976481e", - "status": "active", - "id": "0x8e428aA75b271EbF905DB7e3F2970453E976481e", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/token_next" - }, - { - "name": "github", - "url": "https://github.com/NXTtoken" - }, - { - "name": "telegram", - "url": "https://t.me/OFFICIALNXTTOKENChat" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/next-token/" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x8e428aa75b271ebf905db7e3f2970453e976481e#contracts" - }, - { - "name": "discord", - "url": "https://discord.com/uv6Utknfsw" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/NextTokenOfficial" - }, - { - "name": "whitepaper", - "url": "https://nxt-token.com/en/white-paper" - }, - { - "name": "facebook", - "url": "https://facebook.com/NEXT-TOKEN-101559578929673" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/pi%C3%A8ces/next-token" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8e428aA75b271EbF905DB7e3F2970453E976481e/logo.png b/blockchains/smartchain/assets/0x8e428aA75b271EbF905DB7e3F2970453E976481e/logo.png deleted file mode 100644 index 348d4d403081c..0000000000000 Binary files a/blockchains/smartchain/assets/0x8e428aA75b271EbF905DB7e3F2970453E976481e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8e87DB40C5E9335a8FE19333Ffc19AD95C665f60/info.json b/blockchains/smartchain/assets/0x8e87DB40C5E9335a8FE19333Ffc19AD95C665f60/info.json deleted file mode 100644 index c8ff04a6150a4..0000000000000 --- a/blockchains/smartchain/assets/0x8e87DB40C5E9335a8FE19333Ffc19AD95C665f60/info.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "name": "DOOiT", - "type": "BEP20", - "symbol": "DOO", - "decimals": 16, - "website": "https://tokendooit.com/", - "description": "DOOiT is here to bring a cryptocurrency exchange with high levels of security providing easy-to-use platform for everyone, even for newcomers to the crypto world. DOOiT also comes with its own token powered by BEP20 protocol. DOO is the Ticker we use for the DOOiT token. The Ticker is the abbreviation used to uniquely identify cryptocurrencies, this is the shortened name of the cryptocurrency. People can buy DOOiT tokens and any other tokens or coins using our Exchange Platform.", - "explorer": "https://bscscan.com/token/0x8e87DB40C5E9335a8FE19333Ffc19AD95C665f60", - "status": "active", - "id": "0x8e87DB40C5E9335a8FE19333Ffc19AD95C665f60", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/tokendooit" - }, - { - "name": "github", - "url": "https://github.com/TokenDOOit" - }, - { - "name": "telegram", - "url": "https://t.me/tokendooit" - }, - { - "name": "blog", - "url": "https://blog.tokendooit.com/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/jwmJ75eJff" - }, - { - "name": "reddit", - "url": "https://reddit.com/u/TokenDOOit/" - }, - { - "name": "medium", - "url": "https://medium.com/@tokendooit" - }, - { - "name": "whitepaper", - "url": "https://www.tokendooit.com/download/DOOit-Wallet-Whitepaper.pdf" - }, - { - "name": "youtube", - "url": "https://youtube.com/TokenDOOit" - }, - { - "name": "facebook", - "url": "https://facebook.com/tokendooit/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/dooit-token/" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x8e87db40c5e9335a8fe19333ffc19ad95c665f60#code" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8e87DB40C5E9335a8FE19333Ffc19AD95C665f60/logo.png b/blockchains/smartchain/assets/0x8e87DB40C5E9335a8FE19333Ffc19AD95C665f60/logo.png deleted file mode 100644 index 65288148d842e..0000000000000 Binary files a/blockchains/smartchain/assets/0x8e87DB40C5E9335a8FE19333Ffc19AD95C665f60/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8eE4924BD493109337D839C23f628e75Ef5f1C4D/info.json b/blockchains/smartchain/assets/0x8eE4924BD493109337D839C23f628e75Ef5f1C4D/info.json deleted file mode 100644 index 9fe9c74861a18..0000000000000 --- a/blockchains/smartchain/assets/0x8eE4924BD493109337D839C23f628e75Ef5f1C4D/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "BEN Token", - "website": "https://bentoken.finance/", - "description": "Ben is a decentralized community experiment which is inspired by Elon Musk and Dogecoin.", - "explorer": "https://bscscan.com/token/0x8eE4924BD493109337D839C23f628e75Ef5f1C4D", - "type": "BEP20", - "symbol": "Ben", - "decimals": 18, - "status": "active", - "id": "0x8eE4924BD493109337D839C23f628e75Ef5f1C4D", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8eE4924BD493109337D839C23f628e75Ef5f1C4D/logo.png b/blockchains/smartchain/assets/0x8eE4924BD493109337D839C23f628e75Ef5f1C4D/logo.png deleted file mode 100644 index e25d945035220..0000000000000 Binary files a/blockchains/smartchain/assets/0x8eE4924BD493109337D839C23f628e75Ef5f1C4D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8ea406242B84Ae39D1ff86a07C69FB33ED4b44B2/info.json b/blockchains/smartchain/assets/0x8ea406242B84Ae39D1ff86a07C69FB33ED4b44B2/info.json deleted file mode 100644 index e8cad1262cf58..0000000000000 --- a/blockchains/smartchain/assets/0x8ea406242B84Ae39D1ff86a07C69FB33ED4b44B2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ElonMars", - "website": "https://elonmars.org", - "description": "Our goal is to inform you about the current and future revolutionary projects of Elon Musk.", - "explorer": "https://bscscan.com/token/0x8ea406242B84Ae39D1ff86a07C69FB33ED4b44B2", - "type": "BEP20", - "symbol": "ELONMARS", - "decimals": 9, - "status": "active", - "id": "0x8ea406242B84Ae39D1ff86a07C69FB33ED4b44B2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8ea406242B84Ae39D1ff86a07C69FB33ED4b44B2/logo.png b/blockchains/smartchain/assets/0x8ea406242B84Ae39D1ff86a07C69FB33ED4b44B2/logo.png deleted file mode 100644 index ec23f6211ed71..0000000000000 Binary files a/blockchains/smartchain/assets/0x8ea406242B84Ae39D1ff86a07C69FB33ED4b44B2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8ebC361536094fD5B4FFB8521E31900614C9F55D/info.json b/blockchains/smartchain/assets/0x8ebC361536094fD5B4FFB8521E31900614C9F55D/info.json deleted file mode 100644 index 6d8943350feca..0000000000000 --- a/blockchains/smartchain/assets/0x8ebC361536094fD5B4FFB8521E31900614C9F55D/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "DARC Token", - "symbol": "DARC", - "type": "BEP20", - "decimals": 18, - "description": "DARC is the main token for Konstellation network, a blockchain ecosystem for the global financial services industry.", - "website": "https://konstellation.tech/", - "explorer": "https://bscscan.com/token/0x8ebC361536094fD5B4FFB8521E31900614C9F55D", - "status": "active", - "id": "0x8ebC361536094fD5B4FFB8521E31900614C9F55D", - "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/smartchain/assets/0x8ebC361536094fD5B4FFB8521E31900614C9F55D/logo.png b/blockchains/smartchain/assets/0x8ebC361536094fD5B4FFB8521E31900614C9F55D/logo.png deleted file mode 100644 index 9c29351654e63..0000000000000 Binary files a/blockchains/smartchain/assets/0x8ebC361536094fD5B4FFB8521E31900614C9F55D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8f20eBD7Cdb3eFdb51D58D582a21e1A0b41F4436/info.json b/blockchains/smartchain/assets/0x8f20eBD7Cdb3eFdb51D58D582a21e1A0b41F4436/info.json deleted file mode 100644 index ccb94b3b06ea7..0000000000000 --- a/blockchains/smartchain/assets/0x8f20eBD7Cdb3eFdb51D58D582a21e1A0b41F4436/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Unagi Token", - "type": "BEP20", - "symbol": "Unagi", - "decimals": 9, - "website": "https://unagiswap.finance/", - "description": "Unagi is a RFI tokenomics token - Reflection paid back to holders.", - "explorer": "https://bscscan.com/token/0x8f20eBD7Cdb3eFdb51D58D582a21e1A0b41F4436", - "status": "active", - "id": "0x8f20eBD7Cdb3eFdb51D58D582a21e1A0b41F4436" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8f20eBD7Cdb3eFdb51D58D582a21e1A0b41F4436/logo.png b/blockchains/smartchain/assets/0x8f20eBD7Cdb3eFdb51D58D582a21e1A0b41F4436/logo.png deleted file mode 100644 index 02a2048f2399e..0000000000000 Binary files a/blockchains/smartchain/assets/0x8f20eBD7Cdb3eFdb51D58D582a21e1A0b41F4436/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8f36Cc333F55B09Bb71091409A3d7ADE399e3b1C/info.json b/blockchains/smartchain/assets/0x8f36Cc333F55B09Bb71091409A3d7ADE399e3b1C/info.json deleted file mode 100644 index e23ce6c77be5d..0000000000000 --- a/blockchains/smartchain/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://bscscan.com/token/0x8f36Cc333F55B09Bb71091409A3d7ADE399e3b1C", - "type": "BEP20", - "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/smartchain/assets/0x8f36Cc333F55B09Bb71091409A3d7ADE399e3b1C/logo.png b/blockchains/smartchain/assets/0x8f36Cc333F55B09Bb71091409A3d7ADE399e3b1C/logo.png deleted file mode 100644 index f21a9869c8c27..0000000000000 Binary files a/blockchains/smartchain/assets/0x8f36Cc333F55B09Bb71091409A3d7ADE399e3b1C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8f4087Cb09E0F378f4278a314C94A636665dE24b/info.json b/blockchains/smartchain/assets/0x8f4087Cb09E0F378f4278a314C94A636665dE24b/info.json deleted file mode 100644 index 7b42bd4347454..0000000000000 --- a/blockchains/smartchain/assets/0x8f4087Cb09E0F378f4278a314C94A636665dE24b/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "NAR Ticket Token (GOLD)", - "website": "https://narwhalswap.org", - "description": "Narwhalswap Protocol — DeFi Platform with Sustainability. We will build a new unique dapp and protocol to enhance the value of the DeFi, create diversified investment, and become the future of financial services.", - "explorer": "https://bscscan.com/token/0x8f4087cb09e0f378f4278a314c94a636665de24b", - "type": "BEP20", - "symbol": "GOLD", - "decimals": 18, - "status": "active", - "id": "0x8f4087Cb09E0F378f4278a314C94A636665dE24b", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/narwhalswap" - }, - { - "name": "telegram", - "url": "https://t.me/narwhalswap" - }, - { - "name": "medium", - "url": "https://medium.com/narwhalswap" - }, - { - "name": "docs", - "url": "https://docs.narwhalswap.org" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8f4087Cb09E0F378f4278a314C94A636665dE24b/logo.png b/blockchains/smartchain/assets/0x8f4087Cb09E0F378f4278a314C94A636665dE24b/logo.png deleted file mode 100644 index e001f31c5fbe7..0000000000000 Binary files a/blockchains/smartchain/assets/0x8f4087Cb09E0F378f4278a314C94A636665dE24b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x8fE8df37335EDB6E9F41F6baF550d2A973F48f21/info.json b/blockchains/smartchain/assets/0x8fE8df37335EDB6E9F41F6baF550d2A973F48f21/info.json deleted file mode 100644 index 4a5270f55da7c..0000000000000 --- a/blockchains/smartchain/assets/0x8fE8df37335EDB6E9F41F6baF550d2A973F48f21/info.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Coinerr", - "type": "BEP20", - "symbol": "ERR", - "decimals": 9, - "website": "https://coinerr.io", - "description": "Eliminating online fraud by applying escrow system using smart contracts in Trustless methods where no 3rd party is needed in those unbreakable contracts.", - "explorer": "https://bscscan.com/token/0x8fE8df37335EDB6E9F41F6baF550d2A973F48f21", - "status": "abandoned", - "id": "0x8fE8df37335EDB6E9F41F6baF550d2A973F48f21", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/coinerr_err" - }, - { - "name": "github", - "url": "https://github.com/CoinerrERR" - }, - { - "name": "telegram", - "url": "https://t.me/CoinerrAR" - }, - { - "name": "telegram_news", - "url": "https://t.me/coinerr_ERR" - }, - { - "name": "whitepaper", - "url": "https://coinerr.io/papers/whitepaper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/coinerr" - }, - { - "name": "facebook", - "url": "https://facebook.com/Coinerr.rr" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCfU0PKNbak6ltlc7U5rCT3w" - }, - { - "name": "medium", - "url": "https://coinerr.medium.com/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Coinerr_ERR" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf/info.json b/blockchains/smartchain/assets/0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf/info.json deleted file mode 100644 index 6f1572d15df56..0000000000000 --- a/blockchains/smartchain/assets/0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "BNB pegged Bitcoin Cash Token", - "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://bscscan.com/token/0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf", - "research": "https://research.binance.com/en/projects/bitcoin-cash", - "type": "BEP20", - "symbol": "BCH", - "decimals": 18, - "status": "active", - "id": "0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf/logo.png b/blockchains/smartchain/assets/0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf/logo.png deleted file mode 100644 index e937e267ec4b6..0000000000000 Binary files a/blockchains/smartchain/assets/0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9000Cac49C3841926Baac5b2E13c87D43e51B6a4/info.json b/blockchains/smartchain/assets/0x9000Cac49C3841926Baac5b2E13c87D43e51B6a4/info.json deleted file mode 100644 index b6fca1734344d..0000000000000 --- a/blockchains/smartchain/assets/0x9000Cac49C3841926Baac5b2E13c87D43e51B6a4/info.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "name": "Portuma", - "type": "BEP20", - "symbol": "POR", - "decimals": 18, - "website": "https://portoken.com", - "description": "First In-game and Metaverse Ads Token On Blockchain. Portuma Token ($POR) is a BEP20 token issued on the Binance Smart Chain with a fixed supply of 10 Billion tokens in total. POR's bravest goal to offer an in-game advertising tool to all mobile and desktop game developers and companies and users of the world.", - "explorer": "https://bscscan.com/token/0x9000Cac49C3841926Baac5b2E13c87D43e51B6a4", - "status": "active", - "id": "0x9000Cac49C3841926Baac5b2E13c87D43e51B6a4", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/portuma" - }, - { - "name": "github", - "url": "https://github.com/portuma" - }, - { - "name": "telegram", - "url": "https://t.me/portumacommunity" - }, - { - "name": "telegram_news", - "url": "https://t.me/portumatoken" - }, - { - "name": "blog", - "url": "https://portumatoken.medium.com/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/4Sr4jKChEb" - }, - { - "name": "whitepaper", - "url": "https://portoken.com/portoken-whitepaper.pdf" - }, - { - "name": "medium", - "url": "https://portumatoken.medium.com/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCWy5m7fs4KWL75u-I8_D_5g" - }, - { - "name": "facebook", - "url": "https://facebook.com/portumatoken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/portuma/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/portuma" - }, - { - "name": "source_code", - "url": "https://github.com/portuma/portoken" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9000Cac49C3841926Baac5b2E13c87D43e51B6a4/logo.png b/blockchains/smartchain/assets/0x9000Cac49C3841926Baac5b2E13c87D43e51B6a4/logo.png deleted file mode 100644 index e7b4e858ee8cd..0000000000000 Binary files a/blockchains/smartchain/assets/0x9000Cac49C3841926Baac5b2E13c87D43e51B6a4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9001fD53504F7Bf253296cfFAdF5b6030CD61abb/info.json b/blockchains/smartchain/assets/0x9001fD53504F7Bf253296cfFAdF5b6030CD61abb/info.json deleted file mode 100644 index 6b41a15cb88ef..0000000000000 --- a/blockchains/smartchain/assets/0x9001fD53504F7Bf253296cfFAdF5b6030CD61abb/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://bscscan.com/token/0x9001fd53504f7bf253296cffadf5b6030cd61abb", - "type": "BEP20", - "symbol": "CYFM", - "decimals": 18, - "status": "active", - "id": "0x9001fD53504F7Bf253296cfFAdF5b6030CD61abb", - "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/smartchain/assets/0x9001fD53504F7Bf253296cfFAdF5b6030CD61abb/logo.png b/blockchains/smartchain/assets/0x9001fD53504F7Bf253296cfFAdF5b6030CD61abb/logo.png deleted file mode 100644 index 680f5c6019290..0000000000000 Binary files a/blockchains/smartchain/assets/0x9001fD53504F7Bf253296cfFAdF5b6030CD61abb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x901c31a669616Fec1420fe74cF7abAC9b59C8fE3/info.json b/blockchains/smartchain/assets/0x901c31a669616Fec1420fe74cF7abAC9b59C8fE3/info.json deleted file mode 100644 index 4e2195dbbf7fc..0000000000000 --- a/blockchains/smartchain/assets/0x901c31a669616Fec1420fe74cF7abAC9b59C8fE3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Infinity Gold", - "type": "BEP20", - "symbol": "INFG", - "decimals": 8, - "website": "https://infinitygold.io", - "description": "Infinity Gold is a A gift token for members of the PPDAI International Digital Asset Entrepreneurs Association as a sign of loyalty aimed at the welfare of all its members.", - "explorer": "https://bscscan.com/token/0x901c31a669616Fec1420fe74cF7abAC9b59C8fE3", - "status": "active", - "id": "0x901c31a669616Fec1420fe74cF7abAC9b59C8fE3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x901c31a669616Fec1420fe74cF7abAC9b59C8fE3/logo.png b/blockchains/smartchain/assets/0x901c31a669616Fec1420fe74cF7abAC9b59C8fE3/logo.png deleted file mode 100644 index 860fb7ad05fbf..0000000000000 Binary files a/blockchains/smartchain/assets/0x901c31a669616Fec1420fe74cF7abAC9b59C8fE3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9029FdFAe9A03135846381c7cE16595C3554e10A/info.json b/blockchains/smartchain/assets/0x9029FdFAe9A03135846381c7cE16595C3554e10A/info.json deleted file mode 100644 index de7378aeb6a3c..0000000000000 --- a/blockchains/smartchain/assets/0x9029FdFAe9A03135846381c7cE16595C3554e10A/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "OpenOcean", - "website": "https://openocean.finance/", - "description": "OpenOcean Token on Binance Smartchain", - "explorer": "https://bscscan.com/token/0x9029FdFAe9A03135846381c7cE16595C3554e10A", - "type": "BEP20", - "symbol": "OOE", - "decimals": 18, - "status": "active", - "id": "0x9029FdFAe9A03135846381c7cE16595C3554e10A" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9029FdFAe9A03135846381c7cE16595C3554e10A/logo.png b/blockchains/smartchain/assets/0x9029FdFAe9A03135846381c7cE16595C3554e10A/logo.png deleted file mode 100644 index 694d6d6d9209b..0000000000000 Binary files a/blockchains/smartchain/assets/0x9029FdFAe9A03135846381c7cE16595C3554e10A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x904d7Ac5d005d16DBDc69f713D029e3C1800F8Ca/info.json b/blockchains/smartchain/assets/0x904d7Ac5d005d16DBDc69f713D029e3C1800F8Ca/info.json deleted file mode 100644 index 60800dfac27b8..0000000000000 --- a/blockchains/smartchain/assets/0x904d7Ac5d005d16DBDc69f713D029e3C1800F8Ca/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Martian DAO", - "type": "BEP20", - "symbol": "MDAO", - "decimals": 9, - "website": "https://www.martiandao.net/", - "description": "Martian DAO is a fun, engaging, and community driven project combining the tried-and-true tokenomics of high-yield frictionless farming and the new concept of injections via the process of liquidity events.", - "explorer": "https://bscscan.com/token/0x904d7Ac5d005d16DBDc69f713D029e3C1800F8Ca", - "status": "active", - "id": "0x904d7Ac5d005d16DBDc69f713D029e3C1800F8Ca" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x904d7Ac5d005d16DBDc69f713D029e3C1800F8Ca/logo.png b/blockchains/smartchain/assets/0x904d7Ac5d005d16DBDc69f713D029e3C1800F8Ca/logo.png deleted file mode 100644 index 1959a8b62fe15..0000000000000 Binary files a/blockchains/smartchain/assets/0x904d7Ac5d005d16DBDc69f713D029e3C1800F8Ca/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x90727C1195fB2246fd758172f9253873790d06a4/info.json b/blockchains/smartchain/assets/0x90727C1195fB2246fd758172f9253873790d06a4/info.json deleted file mode 100644 index a41c774bc5c55..0000000000000 --- a/blockchains/smartchain/assets/0x90727C1195fB2246fd758172f9253873790d06a4/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Ethera", - "website": "https://ethera.cc", - "description": "Ethera is a new innovative yield farming protocol designed to reward its holders through passive staking. With a suite of BSC tools in development and other crypto variations in the pipeline.", - "explorer": "https://bscscan.com/token/0x90727C1195fB2246fd758172f9253873790d06a4", - "type": "BEP20", - "symbol": "ETA", - "decimals": 9, - "status": "active", - "id": "0x90727C1195fB2246fd758172f9253873790d06a4", - "links": [ - { - "name": "github", - "url": "https://github.com/Etheratoken" - }, - { - "name": "twitter", - "url": "https://twitter.com/Etheratoken" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Ethera/" - }, - { - "name": "telegram", - "url": "https://t.me/EtheraETA" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/ethera" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/ethera/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x90727C1195fB2246fd758172f9253873790d06a4/logo.png b/blockchains/smartchain/assets/0x90727C1195fB2246fd758172f9253873790d06a4/logo.png deleted file mode 100644 index 57101a024dad6..0000000000000 Binary files a/blockchains/smartchain/assets/0x90727C1195fB2246fd758172f9253873790d06a4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9075055C3Ee590Ee0d7a2e1EF4376A851369E8E0/info.json b/blockchains/smartchain/assets/0x9075055C3Ee590Ee0d7a2e1EF4376A851369E8E0/info.json deleted file mode 100644 index 15b0ce8e0129c..0000000000000 --- a/blockchains/smartchain/assets/0x9075055C3Ee590Ee0d7a2e1EF4376A851369E8E0/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "FqSwap", - "type": "BEP20", - "symbol": "FQS", - "decimals": 9, - "website": "https://fqswap.org/", - "description": "FQS is a hyper deflationary token created and thought by holders, it work as an independent liquidity generation protocol and Frictionless autonomous yield farming together with manual buyback features.FQS Holders benefit through static reward and also Through the Buy-Back strategy built into the contract.All You need to do is hold FQS.", - "explorer": "https://bscscan.com/token/0x9075055C3Ee590Ee0d7a2e1EF4376A851369E8E0", - "status": "active", - "id": "0x9075055C3Ee590Ee0d7a2e1EF4376A851369E8E0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/fqswap" - }, - { - "name": "github", - "url": "https://github.com/fqswap" - }, - { - "name": "telegram", - "url": "https://t.me/FQS_SWAP" - }, - { - "name": "whitepaper", - "url": "https://fqswap.org/whitepaper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/fqswap/" - } - ], - "tags": [ - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9075055C3Ee590Ee0d7a2e1EF4376A851369E8E0/logo.png b/blockchains/smartchain/assets/0x9075055C3Ee590Ee0d7a2e1EF4376A851369E8E0/logo.png deleted file mode 100644 index e6e0da6be0d0b..0000000000000 Binary files a/blockchains/smartchain/assets/0x9075055C3Ee590Ee0d7a2e1EF4376A851369E8E0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9085B4d52c3e0B8B6F9AF6213E85A433c7D76f19/info.json b/blockchains/smartchain/assets/0x9085B4d52c3e0B8B6F9AF6213E85A433c7D76f19/info.json deleted file mode 100644 index 812196c37be62..0000000000000 --- a/blockchains/smartchain/assets/0x9085B4d52c3e0B8B6F9AF6213E85A433c7D76f19/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "OwlDAO Token", - "type": "BEP20", - "symbol": "OWL", - "decimals": 18, - "website": "https://owldao.io/", - "description": "OwlDAO is the Top 1 iGaming Solution Provider for Web 3.0. Owl.games is OwlDAO's signature casino. Supporting ETH, BSC, Matic, FTM, Solana, Near, Aptos, etc. Play with Metamask, WalletConnect directly!", - "explorer": "https://bscscan.com/token/0x9085B4d52c3e0B8B6F9AF6213E85A433c7D76f19", - "status": "active", - "id": "0x9085B4d52c3e0B8B6F9AF6213E85A433c7D76f19", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/OWLDAOio" - }, - { - "name": "github", - "url": "https://github.com/theowlgame" - }, - { - "name": "telegram", - "url": "https://t.me/owlDAO" - }, - { - "name": "telegram_news", - "url": "https://t.me/owlDAONews" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/owldao" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/owldao/" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9085B4d52c3e0B8B6F9AF6213E85A433c7D76f19/logo.png b/blockchains/smartchain/assets/0x9085B4d52c3e0B8B6F9AF6213E85A433c7D76f19/logo.png deleted file mode 100644 index 08ebbc0bff068..0000000000000 Binary files a/blockchains/smartchain/assets/0x9085B4d52c3e0B8B6F9AF6213E85A433c7D76f19/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9095e8d707E40982aFFce41C61c10895157A1B22/info.json b/blockchains/smartchain/assets/0x9095e8d707E40982aFFce41C61c10895157A1B22/info.json deleted file mode 100644 index 6e2d44828bec6..0000000000000 --- a/blockchains/smartchain/assets/0x9095e8d707E40982aFFce41C61c10895157A1B22/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream DAI", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0x9095e8d707E40982aFFce41C61c10895157A1B22", - "type": "BEP20", - "symbol": "crDAI", - "decimals": 8, - "status": "active", - "id": "0x9095e8d707E40982aFFce41C61c10895157A1B22", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9095e8d707E40982aFFce41C61c10895157A1B22/logo.png b/blockchains/smartchain/assets/0x9095e8d707E40982aFFce41C61c10895157A1B22/logo.png deleted file mode 100644 index f0df049bd3e5f..0000000000000 Binary files a/blockchains/smartchain/assets/0x9095e8d707E40982aFFce41C61c10895157A1B22/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9096B4309224d751FCB43d7eB178dcFFc122aD15/info.json b/blockchains/smartchain/assets/0x9096B4309224d751FCB43d7eB178dcFFc122aD15/info.json deleted file mode 100644 index 8a9f38bce4e35..0000000000000 --- a/blockchains/smartchain/assets/0x9096B4309224d751FCB43d7eB178dcFFc122aD15/info.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "Legion Network", - "type": "BEP20", - "symbol": "LGX", - "decimals": 18, - "website": "https://legionnetwork.io", - "description": "The best of blockchain in one super app.", - "explorer": "https://bscscan.com/token/0x9096b4309224d751fcb43d7eb178dcffc122ad15", - "status": "active", - "id": "0x9096B4309224d751FCB43d7eB178dcFFc122aD15", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/LegionNetwork__" - }, - { - "name": "github", - "url": "https://github.com/lgxnetwork/lgxnetwork" - }, - { - "name": "telegram", - "url": "https://t.me/legionnetworkcommunity" - }, - { - "name": "telegram_news", - "url": "https://t.me/legionnetworkofficial" - }, - { - "name": "discord", - "url": "https://discord.com/invite/legionnetwork" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCynFmM09CqE5rmzlzOB1UNQ" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/legion-network/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/legion-network" - } - ], - "tags": [ - "nft", - "defi", - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x9096B4309224d751FCB43d7eB178dcFFc122aD15/logo.png b/blockchains/smartchain/assets/0x9096B4309224d751FCB43d7eB178dcFFc122aD15/logo.png deleted file mode 100644 index 44ccdd57bb753..0000000000000 Binary files a/blockchains/smartchain/assets/0x9096B4309224d751FCB43d7eB178dcFFc122aD15/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x90DF11a8ccE420675e73922419e3f4f3Fe13CCCb/info.json b/blockchains/smartchain/assets/0x90DF11a8ccE420675e73922419e3f4f3Fe13CCCb/info.json deleted file mode 100644 index 2958ac6c3dd8a..0000000000000 --- a/blockchains/smartchain/assets/0x90DF11a8ccE420675e73922419e3f4f3Fe13CCCb/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Streamity", - "type": "BEP20", - "symbol": "STM", - "decimals": 18, - "website": "https://streamity.org", - "description": "-", - "explorer": "https://bscscan.com/token/0x90DF11a8ccE420675e73922419e3f4f3Fe13CCCb", - "status": "active", - "id": "0x90DF11a8ccE420675e73922419e3f4f3Fe13CCCb" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x90DF11a8ccE420675e73922419e3f4f3Fe13CCCb/logo.png b/blockchains/smartchain/assets/0x90DF11a8ccE420675e73922419e3f4f3Fe13CCCb/logo.png deleted file mode 100644 index f9b6409feadd5..0000000000000 Binary files a/blockchains/smartchain/assets/0x90DF11a8ccE420675e73922419e3f4f3Fe13CCCb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x90Ed8F1dc86388f14b64ba8fb4bbd23099f18240/info.json b/blockchains/smartchain/assets/0x90Ed8F1dc86388f14b64ba8fb4bbd23099f18240/info.json deleted file mode 100644 index 44f0a99822563..0000000000000 --- a/blockchains/smartchain/assets/0x90Ed8F1dc86388f14b64ba8fb4bbd23099f18240/info.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "SingularityDAO", - "type": "BEP20", - "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://bscscan.com/token/0x90Ed8F1dc86388f14b64ba8fb4bbd23099f18240", - "status": "active", - "id": "0x90Ed8F1dc86388f14b64ba8fb4bbd23099f18240", - "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/smartchain/assets/0x90Ed8F1dc86388f14b64ba8fb4bbd23099f18240/logo.png b/blockchains/smartchain/assets/0x90Ed8F1dc86388f14b64ba8fb4bbd23099f18240/logo.png deleted file mode 100644 index fa9315e102908..0000000000000 Binary files a/blockchains/smartchain/assets/0x90Ed8F1dc86388f14b64ba8fb4bbd23099f18240/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9105F25A9D6B3d289cC7315b0b4e0b91F3806fB1/info.json b/blockchains/smartchain/assets/0x9105F25A9D6B3d289cC7315b0b4e0b91F3806fB1/info.json deleted file mode 100644 index be7beda03522a..0000000000000 --- a/blockchains/smartchain/assets/0x9105F25A9D6B3d289cC7315b0b4e0b91F3806fB1/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "ShibamasK", - "type": "BEP20", - "symbol": "SHBMA", - "decimals": 4, - "website": "https://shibamask.org", - "description": "Deflationary meme coin with products like NFT Market+ Mobile wallet", - "explorer": "https://bscscan.com/token/0x9105F25A9D6B3d289cC7315b0b4e0b91F3806fB1", - "status": "active", - "id": "0x9105F25A9D6B3d289cC7315b0b4e0b91F3806fB1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/shibamaskcoin" - }, - { - "name": "github", - "url": "https://github.com/shibamask" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9105F25A9D6B3d289cC7315b0b4e0b91F3806fB1/logo.png b/blockchains/smartchain/assets/0x9105F25A9D6B3d289cC7315b0b4e0b91F3806fB1/logo.png deleted file mode 100644 index 76e189afda8f4..0000000000000 Binary files a/blockchains/smartchain/assets/0x9105F25A9D6B3d289cC7315b0b4e0b91F3806fB1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9130990dD16eD8BE8BE63E46CAd305C2C339Dac9/info.json b/blockchains/smartchain/assets/0x9130990dD16eD8BE8BE63E46CAd305C2C339Dac9/info.json deleted file mode 100644 index 513bcf538e677..0000000000000 --- a/blockchains/smartchain/assets/0x9130990dD16eD8BE8BE63E46CAd305C2C339Dac9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Medabots", - "website": "https://medabots.io", - "description": "Medacoin (by Medabots) is a new cryptocurrency that gives users the ability to manage their virtual in-game goods.", - "explorer": "https://bscscan.com/token/0x9130990dd16ed8be8be63e46cad305c2c339dac9", - "type": "BEP20", - "symbol": "MEDA", - "decimals": 9, - "status": "active", - "id": "0x9130990dD16eD8BE8BE63E46CAd305C2C339Dac9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9130990dD16eD8BE8BE63E46CAd305C2C339Dac9/logo.png b/blockchains/smartchain/assets/0x9130990dD16eD8BE8BE63E46CAd305C2C339Dac9/logo.png deleted file mode 100644 index 5c46998f074fe..0000000000000 Binary files a/blockchains/smartchain/assets/0x9130990dD16eD8BE8BE63E46CAd305C2C339Dac9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9133049Fb1FdDC110c92BF5b7Df635abB70C89DC/info.json b/blockchains/smartchain/assets/0x9133049Fb1FdDC110c92BF5b7Df635abB70C89DC/info.json deleted file mode 100644 index acf1b5f6ec9f7..0000000000000 --- a/blockchains/smartchain/assets/0x9133049Fb1FdDC110c92BF5b7Df635abB70C89DC/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Pink token", - "website": "https://dot.finance", - "description": "Dot.Finance is a new DeFi platform designed to incentivize the growth of the Polkadot ecosystem.", - "explorer": "https://bscscan.com/token/0x9133049Fb1FdDC110c92BF5b7Df635abB70C89DC", - "type": "BEP20", - "symbol": "PINK", - "decimals": 18, - "status": "active", - "id": "0x9133049Fb1FdDC110c92BF5b7Df635abB70C89DC" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9133049Fb1FdDC110c92BF5b7Df635abB70C89DC/logo.png b/blockchains/smartchain/assets/0x9133049Fb1FdDC110c92BF5b7Df635abB70C89DC/logo.png deleted file mode 100644 index a035260ca31c4..0000000000000 Binary files a/blockchains/smartchain/assets/0x9133049Fb1FdDC110c92BF5b7Df635abB70C89DC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x913aFbBA462d6ae230344209d0Bd11CE3CE92Ed1/info.json b/blockchains/smartchain/assets/0x913aFbBA462d6ae230344209d0Bd11CE3CE92Ed1/info.json deleted file mode 100644 index 9b168bbce3746..0000000000000 --- a/blockchains/smartchain/assets/0x913aFbBA462d6ae230344209d0Bd11CE3CE92Ed1/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Rijent Coin", - "type": "BEP20", - "symbol": "RTC", - "decimals": 9, - "website": "https://rijentcoin.com/", - "description": "Rijent Coin is a revolutionary utility token and crypto education platform designed to connect worldwide cryptocurrency users.", - "explorer": "https://bscscan.com/token/0x913aFbBA462d6ae230344209d0Bd11CE3CE92Ed1", - "status": "active", - "id": "0x913aFbBA462d6ae230344209d0Bd11CE3CE92Ed1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/RijentC" - }, - { - "name": "facebook", - "url": "https://facebook.com/rijentcoin" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/rijent-coin/" - } - ], - "tags": [ - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0x913aFbBA462d6ae230344209d0Bd11CE3CE92Ed1/logo.png b/blockchains/smartchain/assets/0x913aFbBA462d6ae230344209d0Bd11CE3CE92Ed1/logo.png deleted file mode 100644 index af630eec63adf..0000000000000 Binary files a/blockchains/smartchain/assets/0x913aFbBA462d6ae230344209d0Bd11CE3CE92Ed1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x917841c010b3d86ED886F36F2C9807E07a2e3093/info.json b/blockchains/smartchain/assets/0x917841c010b3d86ED886F36F2C9807E07a2e3093/info.json deleted file mode 100644 index 1ad12f43f7bfd..0000000000000 --- a/blockchains/smartchain/assets/0x917841c010b3d86ED886F36F2C9807E07a2e3093/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "RisingSun Token", - "website": "https://risingsun.finance/", - "description": "RisingSun powers the greatest play to earn NFT card game ecosystem on the Binance Smart Chain. Over 4 billion collectable samurai battle cards make for one of the most unique gaming experiences on blockchain. The novel NFT card game is coming soon — SamuraiRising.", - "explorer": "https://bscscan.com/token/0x917841c010b3d86ED886F36F2C9807E07a2e3093", - "type": "BEP20", - "symbol": "RSUN", - "decimals": 9, - "status": "active", - "id": "0x917841c010b3d86ED886F36F2C9807E07a2e3093", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/RisingSun-Token" - }, - { - "name": "twitter", - "url": "https://twitter.com/risingsuntoken" - }, - { - "name": "telegram", - "url": "https://t.me/risingsun_token" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/risingsun/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/risingsun" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x917841c010b3d86ED886F36F2C9807E07a2e3093/logo.png b/blockchains/smartchain/assets/0x917841c010b3d86ED886F36F2C9807E07a2e3093/logo.png deleted file mode 100644 index 3f89c81374451..0000000000000 Binary files a/blockchains/smartchain/assets/0x917841c010b3d86ED886F36F2C9807E07a2e3093/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9186359F82c3c0Cc005A0b3563Dc4Ccd2627D82A/info.json b/blockchains/smartchain/assets/0x9186359F82c3c0Cc005A0b3563Dc4Ccd2627D82A/info.json deleted file mode 100644 index b6b478e1ea878..0000000000000 --- a/blockchains/smartchain/assets/0x9186359F82c3c0Cc005A0b3563Dc4Ccd2627D82A/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "AntNetworX", - "type": "BEP20", - "symbol": "ANTX", - "decimals": 18, - "website": "https://www.antx.network/", - "description": "AntNetworX aims to help blockchain, Web3 and DeFi achieve mass adoption by providing seamless and accessible dApps for the next generation. We cover a vast range of solutions such as seamless Web3 UI, keyless smart wallet, Decentralised communication and blockchain gigs. AntNetworX has a first of its kind profit sharing model, with revenue and utility burns.", - "explorer": "https://bscscan.com/token/0x9186359f82c3c0cc005a0b3563dc4ccd2627d82a", - "status": "active", - "id": "0x9186359F82c3c0Cc005A0b3563Dc4Ccd2627D82A", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/AntNetworX" - }, - { - "name": "telegram", - "url": "https://t.me/AntXAnnouncements" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/antnetworx/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/" - } - ], - "tags": [ - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9186359F82c3c0Cc005A0b3563Dc4Ccd2627D82A/logo.png b/blockchains/smartchain/assets/0x9186359F82c3c0Cc005A0b3563Dc4Ccd2627D82A/logo.png deleted file mode 100644 index 5e2379d4a886b..0000000000000 Binary files a/blockchains/smartchain/assets/0x9186359F82c3c0Cc005A0b3563Dc4Ccd2627D82A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x91Ca579B0D47E5cfD5D0862c21D5659d39C8eCf0/info.json b/blockchains/smartchain/assets/0x91Ca579B0D47E5cfD5D0862c21D5659d39C8eCf0/info.json deleted file mode 100644 index 496ab5475939a..0000000000000 --- a/blockchains/smartchain/assets/0x91Ca579B0D47E5cfD5D0862c21D5659d39C8eCf0/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "USD Coin (Portal from Solana)", - "type": "BEP20", - "symbol": "USDCso", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.circle.com/en/usdc", - "explorer": "https://bscscan.com/token/0x91Ca579B0D47E5cfD5D0862c21D5659d39C8eCf0", - "status": "active", - "id": "0x91Ca579B0D47E5cfD5D0862c21D5659d39C8eCf0", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x91Ca579B0D47E5cfD5D0862c21D5659d39C8eCf0/logo.png b/blockchains/smartchain/assets/0x91Ca579B0D47E5cfD5D0862c21D5659d39C8eCf0/logo.png deleted file mode 100644 index c9ca83078881a..0000000000000 Binary files a/blockchains/smartchain/assets/0x91Ca579B0D47E5cfD5D0862c21D5659d39C8eCf0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x91F8dA7A1F4B2C788317bA46C2D210f09AFB606B/info.json b/blockchains/smartchain/assets/0x91F8dA7A1F4B2C788317bA46C2D210f09AFB606B/info.json deleted file mode 100644 index 2038df2d36021..0000000000000 --- a/blockchains/smartchain/assets/0x91F8dA7A1F4B2C788317bA46C2D210f09AFB606B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "A-May Daw Aung San Suu Kyi", - "type": "BEP20", - "symbol": "SUU", - "decimals": 18, - "description": "The Crypto Token that honours our National Hero A-May Daw Aung San Suu Kyi.", - "website": "https://www.suutoken.com", - "explorer": "https://bscscan.com/token/0x91F8dA7A1F4B2C788317bA46C2D210f09AFB606B", - "status": "active", - "id": "0x91F8dA7A1F4B2C788317bA46C2D210f09AFB606B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x91F8dA7A1F4B2C788317bA46C2D210f09AFB606B/logo.png b/blockchains/smartchain/assets/0x91F8dA7A1F4B2C788317bA46C2D210f09AFB606B/logo.png deleted file mode 100644 index 23404f27ff51a..0000000000000 Binary files a/blockchains/smartchain/assets/0x91F8dA7A1F4B2C788317bA46C2D210f09AFB606B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x921d3a6ed8223AFb6358410F717e2FB13cbae700/info.json b/blockchains/smartchain/assets/0x921d3a6ed8223AFb6358410F717e2FB13cbae700/info.json deleted file mode 100644 index d2a6d98d9a6fd..0000000000000 --- a/blockchains/smartchain/assets/0x921d3a6ed8223AFb6358410F717e2FB13cbae700/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "QRKITA TOKEN", - "website": "https://www.qrkita.exchange", - "description": "We Are First Online Qris Platform In Indonesia. Qrkita Provides The Latest Technology For Online And Offline Merchant To Boost Their Sales.", - "explorer": "https://bscscan.com/token/0x921d3a6ed8223AFb6358410F717e2FB13cbae700", - "type": "BEP20", - "symbol": "QRT", - "decimals": 9, - "status": "active", - "id": "0x921d3a6ed8223AFb6358410F717e2FB13cbae700", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/qrkita/qrkitatoken.sol" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/qrkita-token/" - }, - { - "name": "twitter", - "url": "https://twitter.com/qrkitaexchanger?s=09" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x921d3a6ed8223AFb6358410F717e2FB13cbae700/logo.png b/blockchains/smartchain/assets/0x921d3a6ed8223AFb6358410F717e2FB13cbae700/logo.png deleted file mode 100644 index b24f4c0395377..0000000000000 Binary files a/blockchains/smartchain/assets/0x921d3a6ed8223AFb6358410F717e2FB13cbae700/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x922722E9Ef614EC9A3E94b78496e92AbFBb5A624/info.json b/blockchains/smartchain/assets/0x922722E9Ef614EC9A3E94b78496e92AbFBb5A624/info.json deleted file mode 100644 index 22f9280bff3fd..0000000000000 --- a/blockchains/smartchain/assets/0x922722E9Ef614EC9A3E94b78496e92AbFBb5A624/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "IL CAPO", - "type": "BEP20", - "symbol": "CAPO", - "decimals": 18, - "website": "https://www.capocoin.xyz/", - "description": "HERE IS THE NEW MEME TOKEN I'VE CREATED - $CAPO TOKEN; DEDICATED TO BIGGEST COUNTER TRADING TWITTER ACCOUNT - IL CAPO OF CRYPTO! WE ALL KNOW WHO IS CRYPTO CAPO, AKA \"biggest bull trap i ever seen\" \"Still short and strong\" AND MORE JOKES LIKE THAT!", - "explorer": "https://bscscan.com/token/0x922722E9Ef614EC9A3E94b78496e92AbFBb5A624", - "status": "active", - "id": "0x922722E9Ef614EC9A3E94b78496e92AbFBb5A624", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ilcapocoin" - }, - { - "name": "telegram", - "url": "https://t.me/capocoin" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/" - }, - { - "name": "reddit", - "url": "https://reddit.com/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/il-capo-of-crypto/" - } - ], - "tags": [ - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x922722E9Ef614EC9A3E94b78496e92AbFBb5A624/logo.png b/blockchains/smartchain/assets/0x922722E9Ef614EC9A3E94b78496e92AbFBb5A624/logo.png deleted file mode 100644 index c23da603c64db..0000000000000 Binary files a/blockchains/smartchain/assets/0x922722E9Ef614EC9A3E94b78496e92AbFBb5A624/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x922c77c7724d7B77fD7791BE5CC5314B70c3a781/info.json b/blockchains/smartchain/assets/0x922c77c7724d7B77fD7791BE5CC5314B70c3a781/info.json deleted file mode 100644 index 28b63d2c8435c..0000000000000 --- a/blockchains/smartchain/assets/0x922c77c7724d7B77fD7791BE5CC5314B70c3a781/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Super Shiba", - "website": "https://supershiba.xyz", - "description": "Super Shiba is the NEXT BIG meme project, it combines the staying power of memes with the revolutionary nature of NFTs to completely change the way we view memes and their ownership.", - "explorer": "https://bscscan.com/token/0x922c77c7724d7b77fd7791be5cc5314b70c3a781", - "type": "BEP20", - "symbol": "SSHIBA", - "decimals": 18, - "status": "active", - "id": "0x922c77c7724d7B77fD7791BE5CC5314B70c3a781" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x922c77c7724d7B77fD7791BE5CC5314B70c3a781/logo.png b/blockchains/smartchain/assets/0x922c77c7724d7B77fD7791BE5CC5314B70c3a781/logo.png deleted file mode 100644 index 02db3cb404c14..0000000000000 Binary files a/blockchains/smartchain/assets/0x922c77c7724d7B77fD7791BE5CC5314B70c3a781/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x927fF4AD97991C1eeC44AB02c6970088ffa85250/info.json b/blockchains/smartchain/assets/0x927fF4AD97991C1eeC44AB02c6970088ffa85250/info.json deleted file mode 100644 index 7c052a3067edd..0000000000000 --- a/blockchains/smartchain/assets/0x927fF4AD97991C1eeC44AB02c6970088ffa85250/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Xtremcoin", - "type": "BEP20", - "symbol": "XTR", - "decimals": 8, - "website": "https://www.xtremcoin.com", - "description": "Xtremcoin is a convenient online payment tool that combines functions of several cryptocurrency wallets and bank cards virtual and plastic ones.", - "explorer": "https://bscscan.com/token/0x927fF4AD97991C1eeC44AB02c6970088ffa85250", - "status": "abandoned", - "id": "0x927fF4AD97991C1eeC44AB02c6970088ffa85250", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/xtremcoin" - }, - { - "name": "github", - "url": "https://github.com/xtremcoin" - }, - { - "name": "telegram", - "url": "https://t.me/xtremcoin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x928e55daB735aa8260AF3cEDadA18B5f70C72f1b/info.json b/blockchains/smartchain/assets/0x928e55daB735aa8260AF3cEDadA18B5f70C72f1b/info.json deleted file mode 100644 index 6b9a4eb4875ee..0000000000000 --- a/blockchains/smartchain/assets/0x928e55daB735aa8260AF3cEDadA18B5f70C72f1b/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Frontier Token", - "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://bscscan.com/token/0x928e55daB735aa8260AF3cEDadA18B5f70C72f1b", - "type": "BEP20", - "symbol": "FRONT", - "decimals": 18, - "status": "active", - "id": "0x928e55daB735aa8260AF3cEDadA18B5f70C72f1b" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x928e55daB735aa8260AF3cEDadA18B5f70C72f1b/logo.png b/blockchains/smartchain/assets/0x928e55daB735aa8260AF3cEDadA18B5f70C72f1b/logo.png deleted file mode 100644 index ef5b508b22845..0000000000000 Binary files a/blockchains/smartchain/assets/0x928e55daB735aa8260AF3cEDadA18B5f70C72f1b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x929b77Bc478101c8Fd0a13Caa58381FE4242BDdE/info.json b/blockchains/smartchain/assets/0x929b77Bc478101c8Fd0a13Caa58381FE4242BDdE/info.json deleted file mode 100644 index 214dd45dace6a..0000000000000 --- a/blockchains/smartchain/assets/0x929b77Bc478101c8Fd0a13Caa58381FE4242BDdE/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Spacelon", - "website": "https://spacelon.xyz", - "description": "Spacelon is Memes Token", - "explorer": "https://bscscan.com/token/0x929b77Bc478101c8Fd0a13Caa58381FE4242BDdE", - "symbol": "sELON", - "type": "BEP20", - "decimals": 0, - "status": "active", - "id": "0x929b77Bc478101c8Fd0a13Caa58381FE4242BDdE" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x929b77Bc478101c8Fd0a13Caa58381FE4242BDdE/logo.png b/blockchains/smartchain/assets/0x929b77Bc478101c8Fd0a13Caa58381FE4242BDdE/logo.png deleted file mode 100644 index 874b0d2885f12..0000000000000 Binary files a/blockchains/smartchain/assets/0x929b77Bc478101c8Fd0a13Caa58381FE4242BDdE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x92a42Db88Ed0F02c71D439e55962Ca7CAB0168b5/info.json b/blockchains/smartchain/assets/0x92a42Db88Ed0F02c71D439e55962Ca7CAB0168b5/info.json deleted file mode 100644 index 01ddf6980703e..0000000000000 --- a/blockchains/smartchain/assets/0x92a42Db88Ed0F02c71D439e55962Ca7CAB0168b5/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Tardigrades.Finance", - "type": "BEP20", - "symbol": "TRDG", - "decimals": 9, - "website": "https://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://bscscan.com/token/0x92a42Db88Ed0F02c71D439e55962Ca7CAB0168b5", - "status": "active", - "id": "0x92a42Db88Ed0F02c71D439e55962Ca7CAB0168b5", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x92a42Db88Ed0F02c71D439e55962Ca7CAB0168b5/logo.png b/blockchains/smartchain/assets/0x92a42Db88Ed0F02c71D439e55962Ca7CAB0168b5/logo.png deleted file mode 100644 index 1379c198fa1bc..0000000000000 Binary files a/blockchains/smartchain/assets/0x92a42Db88Ed0F02c71D439e55962Ca7CAB0168b5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x92dA433dA84d58DFe2aade1943349e491Cbd6820/info.json b/blockchains/smartchain/assets/0x92dA433dA84d58DFe2aade1943349e491Cbd6820/info.json deleted file mode 100644 index 60b14c0771345..0000000000000 --- a/blockchains/smartchain/assets/0x92dA433dA84d58DFe2aade1943349e491Cbd6820/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Rise of Defenders Token", - "type": "BEP20", - "symbol": "RDR", - "decimals": 18, - "website": "https://risedefenders.io/", - "description": "Rise of Defenders is a very interesting Metaverse NFT game, you can use your creativity and tactical thinking to become an excellent player and receive extremely attractive rewards.", - "explorer": "https://bscscan.com/token/0x92da433da84d58dfe2aade1943349e491cbd6820", - "status": "active", - "id": "0x92dA433dA84d58DFe2aade1943349e491Cbd6820", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/DefendersRise" - }, - { - "name": "github", - "url": "https://github.com/ROD-NFT/RiseOfDefendersContract" - }, - { - "name": "telegram", - "url": "https://t.me/RiseDefendersChat" - }, - { - "name": "telegram_news", - "url": "https://t.me/RiseDefendersAnn" - }, - { - "name": "docs", - "url": "https://docs.risedefenders.io/wellcome/rise-of-defenders" - }, - { - "name": "medium", - "url": "https://medium.com/@risedefenders" - }, - { - "name": "discord", - "url": "https://discord.com/invite/x7cAKWnWh4" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x92dA433dA84d58DFe2aade1943349e491Cbd6820/logo.png b/blockchains/smartchain/assets/0x92dA433dA84d58DFe2aade1943349e491Cbd6820/logo.png deleted file mode 100644 index c633c330f1025..0000000000000 Binary files a/blockchains/smartchain/assets/0x92dA433dA84d58DFe2aade1943349e491Cbd6820/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x92eD61FB8955Cc4e392781cB8b7cD04AADc43D0c/info.json b/blockchains/smartchain/assets/0x92eD61FB8955Cc4e392781cB8b7cD04AADc43D0c/info.json deleted file mode 100644 index e66756ab26479..0000000000000 --- a/blockchains/smartchain/assets/0x92eD61FB8955Cc4e392781cB8b7cD04AADc43D0c/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Oggy Inu", - "type": "BEP20", - "symbol": "OGGY", - "decimals": 9, - "website": "https://oggyinu.com/", - "description": "OGGY INU is a BSC Meme Token. $OGGY is a community-driven token that can't be controlled by anyone.together with NFT OGGY, MarketPlace OGGY will be launched in the future.", - "explorer": "https://bscscan.com/token/0x92eD61FB8955Cc4e392781cB8b7cD04AADc43D0c", - "status": "active", - "id": "0x92eD61FB8955Cc4e392781cB8b7cD04AADc43D0c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Oggy_Inu" - }, - { - "name": "telegram", - "url": "https://t.me/oggy_inu" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/oggy-inu/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/oggy-inu" - } - ], - "tags": [ - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x92eD61FB8955Cc4e392781cB8b7cD04AADc43D0c/logo.png b/blockchains/smartchain/assets/0x92eD61FB8955Cc4e392781cB8b7cD04AADc43D0c/logo.png deleted file mode 100644 index 3abe7213af475..0000000000000 Binary files a/blockchains/smartchain/assets/0x92eD61FB8955Cc4e392781cB8b7cD04AADc43D0c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x930CEc48eddC7f80AFaD2b08997D0A43912B80d4/info.json b/blockchains/smartchain/assets/0x930CEc48eddC7f80AFaD2b08997D0A43912B80d4/info.json deleted file mode 100644 index 64a4bbb890e56..0000000000000 --- a/blockchains/smartchain/assets/0x930CEc48eddC7f80AFaD2b08997D0A43912B80d4/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "The Spartans", - "type": "BEP20", - "symbol": "TSP", - "decimals": 18, - "website": "https://thespartans.io", - "description": "The Spartans - The first defense game based on BSC", - "explorer": "https://bscscan.com/token/0x930CEc48eddC7f80AFaD2b08997D0A43912B80d4", - "status": "active", - "id": "0x930CEc48eddC7f80AFaD2b08997D0A43912B80d4", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/the-spartans/" - }, - { - "name": "twitter", - "url": "https://twitter.com/TheSpartansBSC" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x930CEc48eddC7f80AFaD2b08997D0A43912B80d4/logo.png b/blockchains/smartchain/assets/0x930CEc48eddC7f80AFaD2b08997D0A43912B80d4/logo.png deleted file mode 100644 index 27a82f38f7e2b..0000000000000 Binary files a/blockchains/smartchain/assets/0x930CEc48eddC7f80AFaD2b08997D0A43912B80d4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x934C9198582Bf2631128c5D4b051aacEF9a6224F/info.json b/blockchains/smartchain/assets/0x934C9198582Bf2631128c5D4b051aacEF9a6224F/info.json deleted file mode 100644 index e32afed3ecef5..0000000000000 --- a/blockchains/smartchain/assets/0x934C9198582Bf2631128c5D4b051aacEF9a6224F/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Wanaka Wai Token", - "type": "BEP20", - "symbol": "WAI", - "decimals": 18, - "website": "https://wanakafarm.com", - "description": "Wanaka Farm aims to offer anNFT game where people can own their virtual lands, NFT items to plant, grow, harvest to relax and earn their crypto.", - "explorer": "https://bscscan.com/token/0x934C9198582Bf2631128c5D4b051aacEF9a6224F", - "status": "active", - "id": "0x934C9198582Bf2631128c5D4b051aacEF9a6224F", - "links": [ - { - "name": "whitepaper", - "url": "https://wanakafarm.com/papers/" - }, - { - "name": "telegram", - "url": "https://t.me/WanakaOfficial" - }, - { - "name": "facebook", - "url": "https://facebook.com/wanakafarmofficial" - }, - { - "name": "twitter", - "url": "https://twitter.com/Wanaka_Farm" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x934C9198582Bf2631128c5D4b051aacEF9a6224F/logo.png b/blockchains/smartchain/assets/0x934C9198582Bf2631128c5D4b051aacEF9a6224F/logo.png deleted file mode 100644 index c601264fbabc9..0000000000000 Binary files a/blockchains/smartchain/assets/0x934C9198582Bf2631128c5D4b051aacEF9a6224F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x936B6659Ad0C1b244Ba8Efe639092acae30dc8d6/info.json b/blockchains/smartchain/assets/0x936B6659Ad0C1b244Ba8Efe639092acae30dc8d6/info.json deleted file mode 100644 index 107f15fec6f5e..0000000000000 --- a/blockchains/smartchain/assets/0x936B6659Ad0C1b244Ba8Efe639092acae30dc8d6/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Corite", - "type": "BEP20", - "symbol": "CO", - "decimals": 6, - "website": "https://corite.com", - "description": "Corite is a blockchain-based music platform jointly powered by fans and artists to finance and promote music in a unique Engage-to-Earn (E2E) model.", - "explorer": "https://bscscan.com/token/0x936B6659Ad0C1b244Ba8Efe639092acae30dc8d6", - "status": "active", - "id": "0x936B6659Ad0C1b244Ba8Efe639092acae30dc8d6", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/coritecom" - }, - { - "name": "telegram", - "url": "https://t.me/corite" - }, - { - "name": "youtube", - "url": "https://youtube.com/corite" - }, - { - "name": "facebook", - "url": "https://facebook.com/corite" - }, - { - "name": "discord", - "url": "https://discord.com/invite/corite" - } - ], - "tags": [ - "governance" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x936B6659Ad0C1b244Ba8Efe639092acae30dc8d6/logo.png b/blockchains/smartchain/assets/0x936B6659Ad0C1b244Ba8Efe639092acae30dc8d6/logo.png deleted file mode 100644 index b97ae5f87f372..0000000000000 Binary files a/blockchains/smartchain/assets/0x936B6659Ad0C1b244Ba8Efe639092acae30dc8d6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x93DfC1e09b7164Bafd4860963B6D94CbC4284774/info.json b/blockchains/smartchain/assets/0x93DfC1e09b7164Bafd4860963B6D94CbC4284774/info.json deleted file mode 100644 index 554514598dcc6..0000000000000 --- a/blockchains/smartchain/assets/0x93DfC1e09b7164Bafd4860963B6D94CbC4284774/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "NoCapCoin", - "type": "BEP20", - "symbol": "NCC", - "decimals": 9, - "website": "https://www.nocapcoin.net/", - "description": "A deflationary, community-oriented coin that provides rewards for holders through redistribution of coins", - "explorer": "https://bscscan.com/token/0x93DfC1e09b7164Bafd4860963B6D94CbC4284774", - "status": "active", - "id": "0x93DfC1e09b7164Bafd4860963B6D94CbC4284774" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x93DfC1e09b7164Bafd4860963B6D94CbC4284774/logo.png b/blockchains/smartchain/assets/0x93DfC1e09b7164Bafd4860963B6D94CbC4284774/logo.png deleted file mode 100644 index 8309882d0a847..0000000000000 Binary files a/blockchains/smartchain/assets/0x93DfC1e09b7164Bafd4860963B6D94CbC4284774/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x93e24685E41Ca82fd7a66a69C64f3dECac789281/info.json b/blockchains/smartchain/assets/0x93e24685E41Ca82fd7a66a69C64f3dECac789281/info.json deleted file mode 100644 index 64aca53878b05..0000000000000 --- a/blockchains/smartchain/assets/0x93e24685E41Ca82fd7a66a69C64f3dECac789281/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Cheecoin", - "type": "BEP20", - "symbol": "CHEE", - "decimals": 9, - "description": "CHEECOIN is the 1st Hollywood NFT marketplace that also donates and supports animal healthcare and rescue.", - "website": "https://www.cheecoin.com", - "explorer": "https://bscscan.com/token/0x93e24685e41ca82fd7a66a69c64f3decac789281", - "status": "active", - "id": "0x93e24685E41Ca82fd7a66a69C64f3dECac789281" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x93e24685E41Ca82fd7a66a69C64f3dECac789281/logo.png b/blockchains/smartchain/assets/0x93e24685E41Ca82fd7a66a69C64f3dECac789281/logo.png deleted file mode 100644 index 67453974a30df..0000000000000 Binary files a/blockchains/smartchain/assets/0x93e24685E41Ca82fd7a66a69C64f3dECac789281/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x93f63d9455685621aBd73E63cC04f7e454270A66/info.json b/blockchains/smartchain/assets/0x93f63d9455685621aBd73E63cC04f7e454270A66/info.json deleted file mode 100644 index cd6a1a86aed76..0000000000000 --- a/blockchains/smartchain/assets/0x93f63d9455685621aBd73E63cC04f7e454270A66/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Weentar", - "website": "https://weentar.com/", - "description": "Weentar is a decentralised social media project. We are creating a platform that allows for celebrities, influencers and creators launch their social tokens as easily as creating a profile and also have their media content posted as NFT's on a decentralised social media platform on the Weentar blockchain.", - "explorer": "https://bscscan.com/token/0x93f63d9455685621aBd73E63cC04f7e454270A66", - "type": "BEP20", - "symbol": "$WNTR", - "decimals": 18, - "status": "active", - "id": "0x93f63d9455685621aBd73E63cC04f7e454270A66" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x93f63d9455685621aBd73E63cC04f7e454270A66/logo.png b/blockchains/smartchain/assets/0x93f63d9455685621aBd73E63cC04f7e454270A66/logo.png deleted file mode 100644 index 198f6249042e8..0000000000000 Binary files a/blockchains/smartchain/assets/0x93f63d9455685621aBd73E63cC04f7e454270A66/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x940230b6b7ef1979a28F32196A8e3439C645BA49/info.json b/blockchains/smartchain/assets/0x940230b6b7ef1979a28F32196A8e3439C645BA49/info.json deleted file mode 100644 index 73c99f76fe959..0000000000000 --- a/blockchains/smartchain/assets/0x940230b6b7ef1979a28F32196A8e3439C645BA49/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Shib Army", - "type": "BEP20", - "symbol": "SHIBARMY", - "decimals": 18, - "website": "https://shibarmybsc.com", - "description": "SHIBARMY is a trendy project that pays you a huge chunk of SHIBA INU as dividend for holding. SHIBARMY is here to follow SHIBA INU’s footsteps.", - "explorer": "https://bscscan.com/token/0x940230b6b7ef1979a28F32196A8e3439C645BA49", - "status": "active", - "id": "0x940230b6b7ef1979a28F32196A8e3439C645BA49", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/shibarmybsc" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/shib-army/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/shib-army" - }, - { - "name": "telegram", - "url": "https://t.me/ShibarmyToken" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/ShibArmyBscToken/" - }, - { - "name": "medium", - "url": "https://shibarmybsc.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x940230b6b7ef1979a28F32196A8e3439C645BA49/logo.png b/blockchains/smartchain/assets/0x940230b6b7ef1979a28F32196A8e3439C645BA49/logo.png deleted file mode 100644 index 537cfa6e7bebb..0000000000000 Binary files a/blockchains/smartchain/assets/0x940230b6b7ef1979a28F32196A8e3439C645BA49/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x94241428E0E36DF628E0C2485bC0e158A5dA3362/info.json b/blockchains/smartchain/assets/0x94241428E0E36DF628E0C2485bC0e158A5dA3362/info.json deleted file mode 100644 index 77d3a3325f8d5..0000000000000 --- a/blockchains/smartchain/assets/0x94241428E0E36DF628E0C2485bC0e158A5dA3362/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CrazyTime", - "symbol": "CrazyTime", - "type": "BEP20", - "decimals": 9, - "description": "CrazyTime is an automatic LP generating lottery token. The lottery function randomly chooses a holder and sends them 5% of the transaction value in CrazyTime. ", - "website": "https://www.moochii.net/crazytime", - "explorer": "https://bscscan.com/token/0x94241428E0E36DF628E0C2485bC0e158A5dA3362", - "status": "active", - "id": "0x94241428E0E36DF628E0C2485bC0e158A5dA3362" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x94241428E0E36DF628E0C2485bC0e158A5dA3362/logo.png b/blockchains/smartchain/assets/0x94241428E0E36DF628E0C2485bC0e158A5dA3362/logo.png deleted file mode 100644 index ffe5fc3fb7785..0000000000000 Binary files a/blockchains/smartchain/assets/0x94241428E0E36DF628E0C2485bC0e158A5dA3362/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x942Ed7dfA2a564984747420D47C4f49c2b3140F9/info.json b/blockchains/smartchain/assets/0x942Ed7dfA2a564984747420D47C4f49c2b3140F9/info.json deleted file mode 100644 index 3fb6264202752..0000000000000 --- a/blockchains/smartchain/assets/0x942Ed7dfA2a564984747420D47C4f49c2b3140F9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Dollar Future", - "type": "BEP20", - "symbol": "DLF", - "decimals": 18, - "description": "DLF is a dex protocol that bridges multiple blockchains allowing users to perform automated trading of decentralized tokens.", - "website": "https://www.dollarfuture.com", - "explorer": "https://bscscan.com/token/0x942Ed7dfA2a564984747420D47C4f49c2b3140F9", - "status": "active", - "id": "0x942Ed7dfA2a564984747420D47C4f49c2b3140F9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x942Ed7dfA2a564984747420D47C4f49c2b3140F9/logo.png b/blockchains/smartchain/assets/0x942Ed7dfA2a564984747420D47C4f49c2b3140F9/logo.png deleted file mode 100644 index 094f66c5d58cd..0000000000000 Binary files a/blockchains/smartchain/assets/0x942Ed7dfA2a564984747420D47C4f49c2b3140F9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x947950BcC74888a40Ffa2593C5798F11Fc9124C4/info.json b/blockchains/smartchain/assets/0x947950BcC74888a40Ffa2593C5798F11Fc9124C4/info.json deleted file mode 100644 index 189e571804471..0000000000000 --- a/blockchains/smartchain/assets/0x947950BcC74888a40Ffa2593C5798F11Fc9124C4/info.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "Sushi", - "website": "https://sushiswap.fi", - "description": "SushiSwap claims to be an evolution of #Uniswap with $SUSHI tokenomics.", - "explorer": "https://bscscan.com/token/0x947950bcc74888a40ffa2593c5798f11fc9124c4", - "research": "https://research.binance.com/en/projects/sushi", - "type": "BEP20", - "symbol": "SUSHI", - "decimals": 18, - "status": "active", - "id": "0x947950BcC74888a40Ffa2593C5798F11Fc9124C4", - "tags": [ - "defi", - "governance", - "nft" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/sushiswap" - }, - { - "name": "twitter", - "url": "https://twitter.com/sushiswap" - }, - { - "name": "blog", - "url": "https://medium.com/sushiswap" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/sushiswap/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x947950BcC74888a40Ffa2593C5798F11Fc9124C4/logo.png b/blockchains/smartchain/assets/0x947950BcC74888a40Ffa2593C5798F11Fc9124C4/logo.png deleted file mode 100644 index 37523b87fe8a7..0000000000000 Binary files a/blockchains/smartchain/assets/0x947950BcC74888a40Ffa2593C5798F11Fc9124C4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x948d2a81086A075b3130BAc19e4c6DEe1D2E3fE8/info.json b/blockchains/smartchain/assets/0x948d2a81086A075b3130BAc19e4c6DEe1D2E3fE8/info.json deleted file mode 100644 index 4c731b41ba142..0000000000000 --- a/blockchains/smartchain/assets/0x948d2a81086A075b3130BAc19e4c6DEe1D2E3fE8/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Helmet.insure Governance Token", - "website": "https://helmet.insure", - "description": "HELMET is the governance token issued by helmet.insure with total supply of 100 million.", - "research": "", - "explorer": "https://bscscan.com/token/0x948d2a81086a075b3130bac19e4c6dee1d2e3fe8", - "type": "BEP20", - "symbol": "Helmet", - "decimals": 18, - "status": "active", - "id": "0x948d2a81086A075b3130BAc19e4c6DEe1D2E3fE8", - "links": [ - { - "name": "github", - "url": "https://github.com/helmet-insure/helmet-insure.github.io" - }, - { - "name": "twitter", - "url": "https://twitter.com/Helmet_insure" - }, - { - "name": "telegram", - "url": "https://t.me/helmet_insure" - }, - { - "name": "discord", - "url": "https://discord.com/invite/QtTJZEVds5" - }, - { - "name": "medium", - "url": "https://helmetinsure.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x948d2a81086A075b3130BAc19e4c6DEe1D2E3fE8/logo.png b/blockchains/smartchain/assets/0x948d2a81086A075b3130BAc19e4c6DEe1D2E3fE8/logo.png deleted file mode 100644 index 970a738b1e332..0000000000000 Binary files a/blockchains/smartchain/assets/0x948d2a81086A075b3130BAc19e4c6DEe1D2E3fE8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9498DC3c229Cf917fB131671bC15fb1d781Ef231/info.json b/blockchains/smartchain/assets/0x9498DC3c229Cf917fB131671bC15fb1d781Ef231/info.json deleted file mode 100644 index 92bbe59182ece..0000000000000 --- a/blockchains/smartchain/assets/0x9498DC3c229Cf917fB131671bC15fb1d781Ef231/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Pitmoons", - "website": "https://pitmoons.com", - "description": "Pitmoons is programmed to reward holders while increasing in both liquidity and value. It does this by applying a 4% tax on every transaction.", - "explorer": "https://bscscan.com/token/0X9498DC3C229CF917FB131671BC15FB1D781EF231", - "type": "BEP20", - "symbol": "PitMOONS", - "decimals": 9, - "status": "active", - "id": "0x9498DC3c229Cf917fB131671bC15fb1d781Ef231" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9498DC3c229Cf917fB131671bC15fb1d781Ef231/logo.png b/blockchains/smartchain/assets/0x9498DC3c229Cf917fB131671bC15fb1d781Ef231/logo.png deleted file mode 100644 index a6752383778a9..0000000000000 Binary files a/blockchains/smartchain/assets/0x9498DC3c229Cf917fB131671bC15fb1d781Ef231/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x94BaBBE728D9411612Ee41b20241a6FA251b26Ce/info.json b/blockchains/smartchain/assets/0x94BaBBE728D9411612Ee41b20241a6FA251b26Ce/info.json deleted file mode 100644 index 1887369d0482c..0000000000000 --- a/blockchains/smartchain/assets/0x94BaBBE728D9411612Ee41b20241a6FA251b26Ce/info.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "GFORCE", - "website": "https://jetfuel.finance/gforce", - "description": "Gforce is an innovative token in the Jetfuel.Finance Ecosystem that is revolutionizing the passive yield and staking token landscape.", - "research": "https://jetfuel-finance-1.gitbook.io/jetfuel-finance/", - "explorer": "https://bscscan.com/token/0x94BaBBE728D9411612Ee41b20241a6FA251b26Ce", - "type": "BEP20", - "symbol": "GFCE", - "decimals": 9, - "status": "active", - "id": "0x94BaBBE728D9411612Ee41b20241a6FA251b26Ce", - "links": [ - { - "name": "source_code", - "url": "https://jetfuel.finance/contracts" - }, - { - "name": "twitter", - "url": "https://twitter.com/Jetfuelfinance" - }, - { - "name": "telegram", - "url": "https://t.me/jetfuelfinance" - }, - { - "name": "medium", - "url": "https://medium.com/@jetfuelfinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x94BaBBE728D9411612Ee41b20241a6FA251b26Ce/logo.png b/blockchains/smartchain/assets/0x94BaBBE728D9411612Ee41b20241a6FA251b26Ce/logo.png deleted file mode 100644 index ceb5d98482734..0000000000000 Binary files a/blockchains/smartchain/assets/0x94BaBBE728D9411612Ee41b20241a6FA251b26Ce/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x94b69263FCA20119Ae817b6f783Fc0F13B02ad50/info.json b/blockchains/smartchain/assets/0x94b69263FCA20119Ae817b6f783Fc0F13B02ad50/info.json deleted file mode 100644 index 3724d447af5a9..0000000000000 --- a/blockchains/smartchain/assets/0x94b69263FCA20119Ae817b6f783Fc0F13B02ad50/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "League Of Ancients", - "type": "BEP20", - "symbol": "LOA", - "decimals": 18, - "website": "https://leagueofancients.com/", - "description": "Free-To-Play & Play-To-Earn NFT MOBA GameFi in Binance Smart Chain", - "explorer": "https://bscscan.com/token/0x94b69263FCA20119Ae817b6f783Fc0F13B02ad50", - "status": "active", - "id": "0x94b69263FCA20119Ae817b6f783Fc0F13B02ad50", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/LOAOfficialMOBA" - }, - { - "name": "telegram", - "url": "https://t.me/leagueofancients" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x94b69263FCA20119Ae817b6f783Fc0F13B02ad50/logo.png b/blockchains/smartchain/assets/0x94b69263FCA20119Ae817b6f783Fc0F13B02ad50/logo.png deleted file mode 100644 index 72a982e1e0d9e..0000000000000 Binary files a/blockchains/smartchain/assets/0x94b69263FCA20119Ae817b6f783Fc0F13B02ad50/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x94ba29d58D419BD798B282476db3Dd9d97BA8C23/info.json b/blockchains/smartchain/assets/0x94ba29d58D419BD798B282476db3Dd9d97BA8C23/info.json deleted file mode 100644 index e2b3cb450dd64..0000000000000 --- a/blockchains/smartchain/assets/0x94ba29d58D419BD798B282476db3Dd9d97BA8C23/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Frosted Cake", - "website": "https://frostedcaketoken.com/", - "description": "Frosted Cake is a deflationary passive income token, strategically developed for long term Investments, pushing Smart Contract Capabilities to its fullest potential. Frosted Cake is a real Incentive & Community token.", - "explorer": "https://bscscan.com/token/0x94ba29d58d419bd798b282476db3dd9d97ba8c23", - "type": "BEP20", - "symbol": "FROSTEDCAKE", - "decimals": 18, - "status": "active", - "id": "0x94ba29d58D419BD798B282476db3Dd9d97BA8C23", - "links": [ - { - "name": "telegram", - "url": "https://t.me/frostedcaketoken" - }, - { - "name": "twitter", - "url": "https://twitter.com/FrostedCakeBSC" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/frostedcake/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x94ba29d58D419BD798B282476db3Dd9d97BA8C23/logo.png b/blockchains/smartchain/assets/0x94ba29d58D419BD798B282476db3Dd9d97BA8C23/logo.png deleted file mode 100644 index d5253a421e920..0000000000000 Binary files a/blockchains/smartchain/assets/0x94ba29d58D419BD798B282476db3Dd9d97BA8C23/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x95111f630aC215Eb74599ED42C67E2c2790d69e2/info.json b/blockchains/smartchain/assets/0x95111f630aC215Eb74599ED42C67E2c2790d69e2/info.json deleted file mode 100644 index 823024e03f2b4..0000000000000 --- a/blockchains/smartchain/assets/0x95111f630aC215Eb74599ED42C67E2c2790d69e2/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "icarus.finance", - "website": "https://icarus.finance", - "description": "icarus.finace is a decentralized mining protocol that brings ETH and BTC mining to DeFi applications.", - "explorer": "https://bscscan.com/token/0x95111f630aC215Eb74599ED42C67E2c2790d69e2", - "type": "BEP20", - "symbol": "ICA", - "decimals": 18, - "status": "active", - "id": "0x95111f630aC215Eb74599ED42C67E2c2790d69e2", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/zetta_icarus" - }, - { - "name": "telegram", - "url": "https://t.me/icarus_finance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/FW5QtuzPdS" - }, - { - "name": "medium", - "url": "https://icarus-finance.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x95111f630aC215Eb74599ED42C67E2c2790d69e2/logo.png b/blockchains/smartchain/assets/0x95111f630aC215Eb74599ED42C67E2c2790d69e2/logo.png deleted file mode 100644 index 66fa5ee32e348..0000000000000 Binary files a/blockchains/smartchain/assets/0x95111f630aC215Eb74599ED42C67E2c2790d69e2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9528cCEb678B90dAf02cA5cA45622D5cBaF58A30/info.json b/blockchains/smartchain/assets/0x9528cCEb678B90dAf02cA5cA45622D5cBaF58A30/info.json deleted file mode 100644 index d5f65530d082e..0000000000000 --- a/blockchains/smartchain/assets/0x9528cCEb678B90dAf02cA5cA45622D5cBaF58A30/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Go Crypto Me", - "type": "BEP20", - "symbol": "GCME", - "decimals": 9, - "website": "https://gocryptome.io/", - "description": "Join the Future of Uncensored Crowdfunding. The #1 DAO operated, blockchain powered, crowdfunding platform", - "explorer": "https://bscscan.com/token/0x9528cCEb678B90dAf02cA5cA45622D5cBaF58A30", - "status": "active", - "id": "0x9528cCEb678B90dAf02cA5cA45622D5cBaF58A30", - "links": [ - { - "name": "github", - "url": "https://github.com/GoBlockchain2022/" - }, - { - "name": "twitter", - "url": "https://twitter.com/gocryptomecoin" - }, - { - "name": "telegram", - "url": "https://t.me/GoCryptoMe" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0x9528cCEb678B90dAf02cA5cA45622D5cBaF58A30/logo.png b/blockchains/smartchain/assets/0x9528cCEb678B90dAf02cA5cA45622D5cBaF58A30/logo.png deleted file mode 100644 index 8153681be9b4a..0000000000000 Binary files a/blockchains/smartchain/assets/0x9528cCEb678B90dAf02cA5cA45622D5cBaF58A30/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x952cEbF65f3A9F11ef0222Aefe0608d26621B097/info.json b/blockchains/smartchain/assets/0x952cEbF65f3A9F11ef0222Aefe0608d26621B097/info.json deleted file mode 100644 index 78978aba5655e..0000000000000 --- a/blockchains/smartchain/assets/0x952cEbF65f3A9F11ef0222Aefe0608d26621B097/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "EDXA Labs", - "website": "https://edxa.co", - "description": "EDXA Dex and Yield Farm", - "explorer": "https://bscscan.com/token/0x952cEbF65f3A9F11ef0222Aefe0608d26621B097", - "type": "BEP20", - "symbol": "EDXA", - "decimals": 18, - "status": "active", - "id": "0x952cEbF65f3A9F11ef0222Aefe0608d26621B097", - "links": [ - { - "name": "github", - "url": "https://github.com/EdxaLabs" - }, - { - "name": "twitter", - "url": "https://twitter.com/EdxaLabs" - }, - { - "name": "telegram", - "url": "https://t.me/edxa_group_official" - }, - { - "name": "medium", - "url": "https://edxalabs.medium.com" - }, - { - "name": "whitepaper", - "url": "https://edxalabs.gitbook.io" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x952cEbF65f3A9F11ef0222Aefe0608d26621B097/logo.png b/blockchains/smartchain/assets/0x952cEbF65f3A9F11ef0222Aefe0608d26621B097/logo.png deleted file mode 100644 index 54b5e17f5a148..0000000000000 Binary files a/blockchains/smartchain/assets/0x952cEbF65f3A9F11ef0222Aefe0608d26621B097/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x95336aC5f7E840e7716781313e1607F7C9D6BE25/info.json b/blockchains/smartchain/assets/0x95336aC5f7E840e7716781313e1607F7C9D6BE25/info.json deleted file mode 100644 index a658bbca4d8aa..0000000000000 --- a/blockchains/smartchain/assets/0x95336aC5f7E840e7716781313e1607F7C9D6BE25/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "RobustSwap Token", - "website": "https://robustswap.com", - "description": "RobustSwap by Robust Protocol is an anti-bot and flash loan attack proof decentralized exchange (DEX), automated market maker (AMM) with yield farming designed to optimize profitability through scarcity and liquidity generation.", - "explorer": "https://bscscan.com/token/0x95336aC5f7E840e7716781313e1607F7C9D6BE25", - "type": "BEP20", - "symbol": "RBS", - "decimals": 18, - "status": "active", - "id": "0x95336aC5f7E840e7716781313e1607F7C9D6BE25", - "links": [ - { - "name": "github", - "url": "https://github.com/robustprotocol" - }, - { - "name": "docs", - "url": "https://docs.robustswap.com" - }, - { - "name": "twitter", - "url": "https://twitter.com/robustswap" - }, - { - "name": "telegram", - "url": "https://t.me/robustswap" - }, - { - "name": "telegram_news", - "url": "https://t.me/robustprotocol" - }, - { - "name": "medium", - "url": "https://robustprotocol.medium.com" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/robustprotocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x95336aC5f7E840e7716781313e1607F7C9D6BE25/logo.png b/blockchains/smartchain/assets/0x95336aC5f7E840e7716781313e1607F7C9D6BE25/logo.png deleted file mode 100644 index 80a8fb23b270b..0000000000000 Binary files a/blockchains/smartchain/assets/0x95336aC5f7E840e7716781313e1607F7C9D6BE25/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x95637d4FbE7153dCc3E26E71bdE7a2D82621F083/info.json b/blockchains/smartchain/assets/0x95637d4FbE7153dCc3E26E71bdE7a2D82621F083/info.json deleted file mode 100644 index a815f9e846aaf..0000000000000 --- a/blockchains/smartchain/assets/0x95637d4FbE7153dCc3E26E71bdE7a2D82621F083/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "ForeverFOMO", - "website": "https://foreverfomo.finance/", - "description": "ForeverFOMO is a price-elastic token with adjusting supply, moving towards the price of $1,500.000 per token. Different then just a normal pegged token/stable coin, rebases make price-elastic tokens into synthetic commodities with fluctuating values and supplies that gradually stabilize. Ultimately, rebases are designed to be tradable and potentially extremely profitable. On the path to $1.5m a token, ForeverFOMO will release NFTs, DAPPs, and more!", - "explorer": "https://bscscan.com/token/0x95637d4FbE7153dCc3E26E71bdE7a2D82621F083", - "type": "BEP20", - "symbol": "ForeverFOMO", - "decimals": 9, - "status": "active", - "id": "0x95637d4FbE7153dCc3E26E71bdE7a2D82621F083", - "links": [ - { - "name": "telegram", - "url": "https://t.me/ForeverFOMO" - }, - { - "name": "twitter", - "url": "https://twitter.com/FomoForever" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/ForeverFOMO/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x95637d4FbE7153dCc3E26E71bdE7a2D82621F083/logo.png b/blockchains/smartchain/assets/0x95637d4FbE7153dCc3E26E71bdE7a2D82621F083/logo.png deleted file mode 100644 index a37a2f20ccead..0000000000000 Binary files a/blockchains/smartchain/assets/0x95637d4FbE7153dCc3E26E71bdE7a2D82621F083/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9573c88aE3e37508f87649f87c4dd5373C9F31e0/info.json b/blockchains/smartchain/assets/0x9573c88aE3e37508f87649f87c4dd5373C9F31e0/info.json deleted file mode 100644 index d11a4640060dd..0000000000000 --- a/blockchains/smartchain/assets/0x9573c88aE3e37508f87649f87c4dd5373C9F31e0/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Monsta Infinite Token", - "type": "BEP20", - "symbol": "MONI", - "decimals": 18, - "website": "https://monstainfinite.com/", - "description": "Monsta Infinite is a decentralized game universe where anyone can earn tokens through playing the game competitively or for leisure.‌", - "explorer": "https://bscscan.com/token/0x9573c88aE3e37508f87649f87c4dd5373C9F31e0", - "status": "active", - "id": "0x9573c88aE3e37508f87649f87c4dd5373C9F31e0", - "links": [ - { - "name": "github", - "url": "https://github.com/monsta-infinite/" - }, - { - "name": "twitter", - "url": "https://twitter.com/Monsta_Infinite/" - }, - { - "name": "blog", - "url": "https://monstainfinite.medium.com/" - }, - { - "name": "telegram", - "url": "https://t.me/monstainfinite/" - }, - { - "name": "docs", - "url": "https://docs.monstainfinite.com/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/monsta-infinite/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/monsta-infinite/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9573c88aE3e37508f87649f87c4dd5373C9F31e0/logo.png b/blockchains/smartchain/assets/0x9573c88aE3e37508f87649f87c4dd5373C9F31e0/logo.png deleted file mode 100644 index 384ba5b7ff6a1..0000000000000 Binary files a/blockchains/smartchain/assets/0x9573c88aE3e37508f87649f87c4dd5373C9F31e0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x95EE03e1e2C5c4877f9A298F1C0D6c98698FAB7B/info.json b/blockchains/smartchain/assets/0x95EE03e1e2C5c4877f9A298F1C0D6c98698FAB7B/info.json deleted file mode 100644 index a6d2e3920d373..0000000000000 --- a/blockchains/smartchain/assets/0x95EE03e1e2C5c4877f9A298F1C0D6c98698FAB7B/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "DUET", - "type": "BEP20", - "symbol": "DUET", - "decimals": 18, - "website": "https://duet.finance/", - "description": "DUET Protocol is a multi-chain synthetic assets ecosystem, enabling pegged assets from various markets – from individual stocks, to indexes, ETFs, and commodities.", - "explorer": "https://bscscan.com/token/0x95EE03e1e2C5c4877f9A298F1C0D6c98698FAB7B", - "status": "active", - "id": "0x95EE03e1e2C5c4877f9A298F1C0D6c98698FAB7B", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/duetprotocol" - }, - { - "name": "github", - "url": "https://github.com/duet-protocol" - }, - { - "name": "discord", - "url": "https://discord.com/invite/duetprotocol" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/DuetProtocol" - }, - { - "name": "medium", - "url": "https://duetprotocol.medium.com/" - } - ], - "tags": [ - "defi", - "governance" - ] -} diff --git a/blockchains/smartchain/assets/0x95EE03e1e2C5c4877f9A298F1C0D6c98698FAB7B/logo.png b/blockchains/smartchain/assets/0x95EE03e1e2C5c4877f9A298F1C0D6c98698FAB7B/logo.png deleted file mode 100644 index 6219717195f67..0000000000000 Binary files a/blockchains/smartchain/assets/0x95EE03e1e2C5c4877f9A298F1C0D6c98698FAB7B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x95a1199EBA84ac5f19546519e287d43D2F0E1b41/info.json b/blockchains/smartchain/assets/0x95a1199EBA84ac5f19546519e287d43D2F0E1b41/info.json deleted file mode 100644 index 5868bacb01936..0000000000000 --- a/blockchains/smartchain/assets/0x95a1199EBA84ac5f19546519e287d43D2F0E1b41/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "RABBIT", - "website": "https://rabbitfinance.io", - "description": "RABBIT token is a governance token of the Rabbit Finance. It will also capture the economic benefits of the protocol.", - "explorer": "https://bscscan.com/token/0x95a1199EBA84ac5f19546519e287d43D2F0E1b41", - "type": "BEP20", - "symbol": "RABBIT", - "decimals": 18, - "status": "active", - "id": "0x95a1199EBA84ac5f19546519e287d43D2F0E1b41", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/FinanceRabbit" - }, - { - "name": "medium", - "url": "https://rabbitfinance.medium.com/" - }, - { - "name": "telegram", - "url": "https://t.me/RabbitFinanceEN" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x95a1199EBA84ac5f19546519e287d43D2F0E1b41/logo.png b/blockchains/smartchain/assets/0x95a1199EBA84ac5f19546519e287d43D2F0E1b41/logo.png deleted file mode 100644 index 97eafafa10d42..0000000000000 Binary files a/blockchains/smartchain/assets/0x95a1199EBA84ac5f19546519e287d43D2F0E1b41/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x95c78222B3D6e262426483D42CfA53685A67Ab9D/info.json b/blockchains/smartchain/assets/0x95c78222B3D6e262426483D42CfA53685A67Ab9D/info.json deleted file mode 100644 index 18fdbae94f528..0000000000000 --- a/blockchains/smartchain/assets/0x95c78222B3D6e262426483D42CfA53685A67Ab9D/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Venus BUSD", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "research": "https://research.binance.com/en/projects/venus", - "explorer": "https://bscscan.com/token/0x95c78222B3D6e262426483D42CfA53685A67Ab9D", - "type": "BEP20", - "symbol": "vBUSD", - "decimals": 8, - "status": "active", - "id": "0x95c78222B3D6e262426483D42CfA53685A67Ab9D", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x95c78222B3D6e262426483D42CfA53685A67Ab9D/logo.png b/blockchains/smartchain/assets/0x95c78222B3D6e262426483D42CfA53685A67Ab9D/logo.png deleted file mode 100644 index dedb7029040e0..0000000000000 Binary files a/blockchains/smartchain/assets/0x95c78222B3D6e262426483D42CfA53685A67Ab9D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x95c91eEf65F50570cFC3f269961a00108Cf7BF59/info.json b/blockchains/smartchain/assets/0x95c91eEf65F50570cFC3f269961a00108Cf7BF59/info.json deleted file mode 100644 index 43748f45688c1..0000000000000 --- a/blockchains/smartchain/assets/0x95c91eEf65F50570cFC3f269961a00108Cf7BF59/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "The DONS", - "type": "BEP20", - "symbol": "DONS", - "decimals": 18, - "website": "https://thedons.vip/", - "description": "Wherever there is opportunity The $DONS will be there. Welcome to $DONS, the ultimate meme token for the crypto community! $DONS is a fun and exciting way to participate in the world of cryptocurrency while also showing off your love for memes. With $DONS, you can enjoy all the benefits of a decentralized currency while also sharing laughs and good vibes with other investors.", - "explorer": "https://bscscan.com/token/0x95c91eEf65F50570cFC3f269961a00108Cf7BF59", - "status": "active", - "id": "0x95c91eEf65F50570cFC3f269961a00108Cf7BF59", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/TheDonsCoin" - }, - { - "name": "telegram", - "url": "https://t.me/TheDonsCoin" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/the-dons/" - } - ], - "tags": [ - "memes", - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x95c91eEf65F50570cFC3f269961a00108Cf7BF59/logo.png b/blockchains/smartchain/assets/0x95c91eEf65F50570cFC3f269961a00108Cf7BF59/logo.png deleted file mode 100644 index ec0be6a2f08dd..0000000000000 Binary files a/blockchains/smartchain/assets/0x95c91eEf65F50570cFC3f269961a00108Cf7BF59/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x95df1652cBAB65fd566C088531B7760C9dA19f5F/info.json b/blockchains/smartchain/assets/0x95df1652cBAB65fd566C088531B7760C9dA19f5F/info.json deleted file mode 100644 index c1b808c5e2000..0000000000000 --- a/blockchains/smartchain/assets/0x95df1652cBAB65fd566C088531B7760C9dA19f5F/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Astroape", - "type": "BEP20", - "symbol": "Astroape", - "decimals": 9, - "website": "https://astroape.finance/", - "description": "ASTROAPE TOKEN works with 3 simple functions in each transaction: Reward + LP Generation + Token burn thereby increasing the value of tokens with every buy or sell", - "explorer": "https://bscscan.com/token/0x95df1652cBAB65fd566C088531B7760C9dA19f5F", - "status": "active", - "id": "0x95df1652cBAB65fd566C088531B7760C9dA19f5F" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x95df1652cBAB65fd566C088531B7760C9dA19f5F/logo.png b/blockchains/smartchain/assets/0x95df1652cBAB65fd566C088531B7760C9dA19f5F/logo.png deleted file mode 100644 index 802db28d8cfbe..0000000000000 Binary files a/blockchains/smartchain/assets/0x95df1652cBAB65fd566C088531B7760C9dA19f5F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x960a69E979d2F507E80121f41d984Ea8aD83cD76/info.json b/blockchains/smartchain/assets/0x960a69E979d2F507E80121f41d984Ea8aD83cD76/info.json deleted file mode 100644 index 7ab63bce435f7..0000000000000 --- a/blockchains/smartchain/assets/0x960a69E979d2F507E80121f41d984Ea8aD83cD76/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "LFG Token", - "symbol": "LFG", - "type": "BEP20", - "decimals": 18, - "description": "Gamerse is the LFG (“Looking For Group”) platform for the entire NFT gaming industry, and we will be around for gamers of all shades and hues, no matter which title holds the #1 spot.", - "website": "https://www.gamerse.network", - "explorer": "https://bscscan.com/token/0x960a69e979d2f507e80121f41d984ea8ad83cd76", - "status": "active", - "id": "0x960a69E979d2F507E80121f41d984Ea8aD83cD76", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Gamersenft" - }, - { - "name": "telegram", - "url": "https://t.me/gamersecommunity" - }, - { - "name": "discord", - "url": "https://discord.com/invite/SVAXQ7rNrp" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/gamerse/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/gamerse" - }, - { - "name": "whitepaper", - "url": "https://gamerse.gitbook.io/gamerse/" - }, - { - "name": "medium", - "url": "https://gamerse.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x960a69E979d2F507E80121f41d984Ea8aD83cD76/logo.png b/blockchains/smartchain/assets/0x960a69E979d2F507E80121f41d984Ea8aD83cD76/logo.png deleted file mode 100644 index 4c99dd1602538..0000000000000 Binary files a/blockchains/smartchain/assets/0x960a69E979d2F507E80121f41d984Ea8aD83cD76/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9612F89F32c8A8419bE7a65358e485b76Db2d7f4/info.json b/blockchains/smartchain/assets/0x9612F89F32c8A8419bE7a65358e485b76Db2d7f4/info.json deleted file mode 100644 index d261ccf833ede..0000000000000 --- a/blockchains/smartchain/assets/0x9612F89F32c8A8419bE7a65358e485b76Db2d7f4/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "BulleX", - "website": "https://bullextoken.com/", - "description": "BulleX is revolutionizing the way we earn passive income. A Hyper-Deflationary Buy-Back token that automatically rewards holders with BNB. Our Rewards Pool ensures that rewards remain flowing should there be low volume.", - "explorer": "https://bscscan.com/token/0x9612F89F32c8A8419bE7a65358e485b76Db2d7f4", - "type": "BEP20", - "symbol": "BLX", - "decimals": 18, - "status": "active", - "id": "0x9612F89F32c8A8419bE7a65358e485b76Db2d7f4", - "links": [ - { - "name": "telegram", - "url": "https://t.me/bullextoken" - }, - { - "name": "github", - "url": "https://github.com/BullexTeam" - }, - { - "name": "twitter", - "url": "https://twitter.com/bullextoken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/bullex/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/bullex" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9612F89F32c8A8419bE7a65358e485b76Db2d7f4/logo.png b/blockchains/smartchain/assets/0x9612F89F32c8A8419bE7a65358e485b76Db2d7f4/logo.png deleted file mode 100644 index 4b68d8343aff4..0000000000000 Binary files a/blockchains/smartchain/assets/0x9612F89F32c8A8419bE7a65358e485b76Db2d7f4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17/info.json b/blockchains/smartchain/assets/0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17/info.json deleted file mode 100644 index 73361abeb4533..0000000000000 --- a/blockchains/smartchain/assets/0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17/info.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "Dypius", - "type": "BEP20", - "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://bscscan.com/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/smartchain/assets/0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17/logo.png b/blockchains/smartchain/assets/0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17/logo.png deleted file mode 100644 index 129342cfae435..0000000000000 Binary files a/blockchains/smartchain/assets/0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9628542656482DdeE1989b04133f02A799eB0936/info.json b/blockchains/smartchain/assets/0x9628542656482DdeE1989b04133f02A799eB0936/info.json deleted file mode 100644 index f0118d5375156..0000000000000 --- a/blockchains/smartchain/assets/0x9628542656482DdeE1989b04133f02A799eB0936/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Viagra", - "website": "https://viagrat.org/", - "description": "VIAGRA is a charity token to raise money for men's health issues.", - "explorer": "https://bscscan.com/token/0x9628542656482DdeE1989b04133f02A799eB0936", - "type": "BEP20", - "symbol": "VIAGRA", - "decimals": 9, - "status": "active", - "id": "0x9628542656482DdeE1989b04133f02A799eB0936" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9628542656482DdeE1989b04133f02A799eB0936/logo.png b/blockchains/smartchain/assets/0x9628542656482DdeE1989b04133f02A799eB0936/logo.png deleted file mode 100644 index 9efe2f55fe6f9..0000000000000 Binary files a/blockchains/smartchain/assets/0x9628542656482DdeE1989b04133f02A799eB0936/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x96412902aa9aFf61E13f085e70D3152C6ef2a817/info.json b/blockchains/smartchain/assets/0x96412902aa9aFf61E13f085e70D3152C6ef2a817/info.json deleted file mode 100644 index c28776f5a32a9..0000000000000 --- a/blockchains/smartchain/assets/0x96412902aa9aFf61E13f085e70D3152C6ef2a817/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "AVAX (Portal)", - "type": "BEP20", - "symbol": "AVAX", - "decimals": 18, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.avax.network/", - "explorer": "https://bscscan.com/token/0x96412902aa9aFf61E13f085e70D3152C6ef2a817", - "status": "active", - "id": "0x96412902aa9aFf61E13f085e70D3152C6ef2a817", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x96412902aa9aFf61E13f085e70D3152C6ef2a817/logo.png b/blockchains/smartchain/assets/0x96412902aa9aFf61E13f085e70D3152C6ef2a817/logo.png deleted file mode 100644 index 5cfbd9abb2f7c..0000000000000 Binary files a/blockchains/smartchain/assets/0x96412902aa9aFf61E13f085e70D3152C6ef2a817/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9641C1eee00471f7dA822167F6CF77202356179a/info.json b/blockchains/smartchain/assets/0x9641C1eee00471f7dA822167F6CF77202356179a/info.json deleted file mode 100644 index 321f838a2bdc0..0000000000000 --- a/blockchains/smartchain/assets/0x9641C1eee00471f7dA822167F6CF77202356179a/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Rhyme$ick Coin", - "website": "https://www.rhymesickco.in/", - "description": "The RSC coin is our introduction to the crypto world and the first of many “SMART COINS” to follow with real world applications and utility! These Smart Coins will target specific sectors of business including Music, Life Insurance, Business Loans, Banking, Entertainment, NFTs, Collectibles, Sports, Car and Home Savings, etc — and with star-power of RSC, will be the first to know about future coins! That means future gains for savvy investors.", - "explorer": "https://bscscan.com/token/0x9641C1eee00471f7dA822167F6CF77202356179a", - "type": "BEP20", - "symbol": "R$C", - "decimals": 9, - "status": "active", - "id": "0x9641C1eee00471f7dA822167F6CF77202356179a" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9641C1eee00471f7dA822167F6CF77202356179a/logo.png b/blockchains/smartchain/assets/0x9641C1eee00471f7dA822167F6CF77202356179a/logo.png deleted file mode 100644 index cd2d7c0f7439a..0000000000000 Binary files a/blockchains/smartchain/assets/0x9641C1eee00471f7dA822167F6CF77202356179a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x965F527D9159dCe6288a2219DB51fc6Eef120dD1/info.json b/blockchains/smartchain/assets/0x965F527D9159dCe6288a2219DB51fc6Eef120dD1/info.json deleted file mode 100644 index a6c00f27d28c4..0000000000000 --- a/blockchains/smartchain/assets/0x965F527D9159dCe6288a2219DB51fc6Eef120dD1/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "Biswap Token", - "website": "https://biswap.org", - "description": "The First DEX on BSC network with a three-type referral system", - "explorer": "https://bscscan.com/token/0x965f527d9159dce6288a2219db51fc6eef120dd1", - "type": "BEP20", - "symbol": "BSW", - "decimals": 18, - "status": "active", - "id": "0x965F527D9159dCe6288a2219DB51fc6Eef120dD1", - "links": [ - { - "name": "github", - "url": "https://github.com/biswap-org" - }, - { - "name": "telegram", - "url": "https://t.me/biswap" - }, - { - "name": "telegram_news", - "url": "https://t.me/biswap_news" - }, - { - "name": "twitter", - "url": "https://twitter.com/Biswap_DEX" - }, - { - "name": "medium", - "url": "https://biswap-dex.medium.com/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/biswap/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/biswap" - }, - { - "name": "docs", - "url": "https://docs.biswap.org/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCHartwkRUURf2Q7MlKOV84w" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x965F527D9159dCe6288a2219DB51fc6Eef120dD1/logo.png b/blockchains/smartchain/assets/0x965F527D9159dCe6288a2219DB51fc6Eef120dD1/logo.png deleted file mode 100644 index adf7f35763fe8..0000000000000 Binary files a/blockchains/smartchain/assets/0x965F527D9159dCe6288a2219DB51fc6Eef120dD1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x965b0Df5BDA0E7a0649324D78f03D5F7F2De086a/info.json b/blockchains/smartchain/assets/0x965b0Df5BDA0E7a0649324D78f03D5F7F2De086a/info.json deleted file mode 100644 index e29a3f154a268..0000000000000 --- a/blockchains/smartchain/assets/0x965b0Df5BDA0E7a0649324D78f03D5F7F2De086a/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://bscscan.com/token/0x965b0Df5BDA0E7a0649324D78f03D5F7F2De086a", - "type": "BEP20", - "symbol": "COOK", - "decimals": 18, - "status": "active", - "id": "0x965b0Df5BDA0E7a0649324D78f03D5F7F2De086a" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x965b0Df5BDA0E7a0649324D78f03D5F7F2De086a/logo.png b/blockchains/smartchain/assets/0x965b0Df5BDA0E7a0649324D78f03D5F7F2De086a/logo.png deleted file mode 100644 index ede22bfebc54c..0000000000000 Binary files a/blockchains/smartchain/assets/0x965b0Df5BDA0E7a0649324D78f03D5F7F2De086a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9678E42ceBEb63F23197D726B29b1CB20d0064E5/info.json b/blockchains/smartchain/assets/0x9678E42ceBEb63F23197D726B29b1CB20d0064E5/info.json deleted file mode 100644 index a8e20925141f9..0000000000000 --- a/blockchains/smartchain/assets/0x9678E42ceBEb63F23197D726B29b1CB20d0064E5/info.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "BNB pegged IoTeX Network", - "website": "https://iotex.io", - "description": "BNB pegged IoTeX Network (IOTX BEP20) is a token issued by Binance on Smart Chain; its price is pegged to IoTeX Network (IOTX ERC20) at a ratio of 1:1.", - "research": "https://iotex.io/research", - "explorer": "https://bscscan.com/token/0x9678E42ceBEb63F23197D726B29b1CB20d0064E5", - "type": "BEP20", - "symbol": "IOTX", - "decimals": 18, - "status": "active", - "id": "0x9678E42ceBEb63F23197D726B29b1CB20d0064E5", - "tags": [ - "binance-peg", - "defi" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/iotexproject/iotex-core" - }, - { - "name": "twitter", - "url": "https://twitter.com/iotex_io" - }, - { - "name": "telegram", - "url": "https://t.me/IoTeXGroup" - }, - { - "name": "facebook", - "url": "https://facebook.com/iotex.io/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/IoTeX/" - }, - { - "name": "medium", - "url": "https://medium.com/iotex" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9678E42ceBEb63F23197D726B29b1CB20d0064E5/logo.png b/blockchains/smartchain/assets/0x9678E42ceBEb63F23197D726B29b1CB20d0064E5/logo.png deleted file mode 100644 index 2e533fb280549..0000000000000 Binary files a/blockchains/smartchain/assets/0x9678E42ceBEb63F23197D726B29b1CB20d0064E5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x968F6f898a6Df937fC1859b323aC2F14643e3fED/info.json b/blockchains/smartchain/assets/0x968F6f898a6Df937fC1859b323aC2F14643e3fED/info.json deleted file mode 100644 index c7e84d0a927dc..0000000000000 --- a/blockchains/smartchain/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://bscscan.com/token/0x968f6f898a6df937fc1859b323ac2f14643e3fed", - "type": "BEP20", - "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/smartchain/assets/0x968F6f898a6Df937fC1859b323aC2F14643e3fED/logo.png b/blockchains/smartchain/assets/0x968F6f898a6Df937fC1859b323aC2F14643e3fED/logo.png deleted file mode 100644 index 38003083abf56..0000000000000 Binary files a/blockchains/smartchain/assets/0x968F6f898a6Df937fC1859b323aC2F14643e3fED/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x96Dd399F9c3AFda1F194182F71600F1B65946501/info.json b/blockchains/smartchain/assets/0x96Dd399F9c3AFda1F194182F71600F1B65946501/info.json deleted file mode 100644 index c7fc1fd403877..0000000000000 --- a/blockchains/smartchain/assets/0x96Dd399F9c3AFda1F194182F71600F1B65946501/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Contentos", - "website": "https://www.contentos.io", - "description": "COS is the native asset in the Contentos blockchain: it is used for voting, paying gas fee for smart-contract execution, and simple transaction fee.", - "explorer": "https://bscscan.com/token/0x96dd399f9c3afda1f194182f71600f1b65946501", - "research": "https://research.binance.com/en/projects/contentos", - "type": "BEP20", - "symbol": "COS", - "decimals": 18, - "status": "active", - "id": "0x96Dd399F9c3AFda1F194182F71600F1B65946501" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x96Dd399F9c3AFda1F194182F71600F1B65946501/logo.png b/blockchains/smartchain/assets/0x96Dd399F9c3AFda1F194182F71600F1B65946501/logo.png deleted file mode 100644 index e1109e685d888..0000000000000 Binary files a/blockchains/smartchain/assets/0x96Dd399F9c3AFda1F194182F71600F1B65946501/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x96aC1E773677FA02726B5A670CA96a7aDf7F8523/info.json b/blockchains/smartchain/assets/0x96aC1E773677FA02726B5A670CA96a7aDf7F8523/info.json deleted file mode 100644 index 4c7c3e934a3b5..0000000000000 --- a/blockchains/smartchain/assets/0x96aC1E773677FA02726B5A670CA96a7aDf7F8523/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Mini Hollywood Doge", - "website": "https://www.minihollywooddoge.com", - "description": "Mini Hollywood Doge is BEP20 Token based on a fun meme, but at its heart is a serious mission to contribute to charitable organisations as voted by its community of holders, and to enable a launchpad for future meme token projects.", - "explorer": "https://bscscan.com/token/0x96aC1E773677FA02726B5A670CA96a7aDf7F8523", - "type": "BEP20", - "symbol": "MOLLYDOGE ⭐", - "decimals": 9, - "status": "active", - "id": "0x96aC1E773677FA02726B5A670CA96a7aDf7F8523", - "links": [ - { - "name": "github", - "url": "https://github.com/minihollywooddoge" - }, - { - "name": "twitter", - "url": "https://twitter.com/DogeHollywood" - }, - { - "name": "telegram", - "url": "https://t.me/MiniHollywoodDoge" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/mini-hollywood-doge" - }, - { - "name": "whitepaper", - "url": "https://503ed78d-728e-4e57-a382-25b391e649e1.filesusr.com/ugd/c294fa_c3ed87277a5c43b09f109904668bd741.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x96aC1E773677FA02726B5A670CA96a7aDf7F8523/logo.png b/blockchains/smartchain/assets/0x96aC1E773677FA02726B5A670CA96a7aDf7F8523/logo.png deleted file mode 100644 index 7b673dee675b0..0000000000000 Binary files a/blockchains/smartchain/assets/0x96aC1E773677FA02726B5A670CA96a7aDf7F8523/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x96bbE4376802eCc0eFD330AF76B8873183270671/info.json b/blockchains/smartchain/assets/0x96bbE4376802eCc0eFD330AF76B8873183270671/info.json deleted file mode 100644 index 04797731cf039..0000000000000 --- a/blockchains/smartchain/assets/0x96bbE4376802eCc0eFD330AF76B8873183270671/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Kindness Orbit", - "website": "https://kindnessorbit.com/", - "description": "KINDNESS ORBIT is a community driven project to promote kindness among kindness Orbit ecosystem. Acts of Kindness is a language every human understand and cherish. Simply hold KOBT in your wallet and you will get more. On each transaction the protocol automatically distributes rewards to holders.", - "explorer": "https://bscscan.com/token/0x96bbE4376802eCc0eFD330AF76B8873183270671", - "research": "", - "type": "BEP20", - "symbol": "KOBT", - "decimals": 9, - "status": "active", - "id": "0x96bbE4376802eCc0eFD330AF76B8873183270671" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x96bbE4376802eCc0eFD330AF76B8873183270671/logo.png b/blockchains/smartchain/assets/0x96bbE4376802eCc0eFD330AF76B8873183270671/logo.png deleted file mode 100644 index 46b39d8c2b36a..0000000000000 Binary files a/blockchains/smartchain/assets/0x96bbE4376802eCc0eFD330AF76B8873183270671/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x97012db0142825526239580CAeAce634C082bb34/info.json b/blockchains/smartchain/assets/0x97012db0142825526239580CAeAce634C082bb34/info.json deleted file mode 100644 index 3555b55034172..0000000000000 --- a/blockchains/smartchain/assets/0x97012db0142825526239580CAeAce634C082bb34/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Petmoon", - "type": "BEP20", - "symbol": "PTM", - "decimals": 9, - "website": "https://petmoon.net/", - "description": "Petmoon is Play-to-Earn NFT game on the BSC network which integrates (BEP721) tokens into the dAPP. ", - "explorer": "https://bscscan.com/token/0x97012db0142825526239580caeace634c082bb34", - "status": "active", - "id": "0x97012db0142825526239580CAeAce634C082bb34", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/petmoonnft" - }, - { - "name": "telegram", - "url": "https://t.me/petmoon" - }, - { - "name": "telegram_news", - "url": "https://t.me/petmoonannouncements" - }, - { - "name": "youtube", - "url": "https://youtube.com/petmoon" - }, - { - "name": "github", - "url": "https://github.com/petmoon/petmoon" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x97012db0142825526239580CAeAce634C082bb34/logo.png b/blockchains/smartchain/assets/0x97012db0142825526239580CAeAce634C082bb34/logo.png deleted file mode 100644 index 074252dcdf307..0000000000000 Binary files a/blockchains/smartchain/assets/0x97012db0142825526239580CAeAce634C082bb34/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9720CA160Bbd4E7f3dD4bb3f8BD4227ca0342e63/info.json b/blockchains/smartchain/assets/0x9720CA160Bbd4E7f3dD4bb3f8BD4227ca0342e63/info.json deleted file mode 100644 index eed6912571599..0000000000000 --- a/blockchains/smartchain/assets/0x9720CA160Bbd4E7f3dD4bb3f8BD4227ca0342e63/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "GamesPad", - "website": "https://gamespad.io", - "description": "GMPD is the native token of GamesPad: the ultimate gaming, NFT, and metaverse ecosystem.", - "explorer": "https://bscscan.com/token/0x9720CA160Bbd4E7f3dD4bb3f8BD4227ca0342e63", - "type": "BEP20", - "symbol": "GMPD", - "decimals": 18, - "status": "active", - "id": "0x9720CA160Bbd4E7f3dD4bb3f8BD4227ca0342e63", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/gamespad_vc" - }, - { - "name": "telegram", - "url": "https://t.me/GamesPadChat" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/gamespad/" - }, - { - "name": "whitepaper", - "url": "https://gamespad.io/wp-content/uploads/2022/02/GamesPad-Whitepaper-compressed.pdf" - } - ], - "tags": [ - "gamefi", - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x9720CA160Bbd4E7f3dD4bb3f8BD4227ca0342e63/logo.png b/blockchains/smartchain/assets/0x9720CA160Bbd4E7f3dD4bb3f8BD4227ca0342e63/logo.png deleted file mode 100644 index de2cebd99ef7b..0000000000000 Binary files a/blockchains/smartchain/assets/0x9720CA160Bbd4E7f3dD4bb3f8BD4227ca0342e63/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x972207A639CC1B374B893cc33Fa251b55CEB7c07/info.json b/blockchains/smartchain/assets/0x972207A639CC1B374B893cc33Fa251b55CEB7c07/info.json deleted file mode 100644 index 1a126a8a0a4a1..0000000000000 --- a/blockchains/smartchain/assets/0x972207A639CC1B374B893cc33Fa251b55CEB7c07/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Venus BETH", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "research": "https://research.binance.com/en/projects/venus", - "explorer": "https://bscscan.com/token/0x972207A639CC1B374B893cc33Fa251b55CEB7c07", - "type": "BEP20", - "symbol": "vBETH", - "decimals": 8, - "status": "active", - "id": "0x972207A639CC1B374B893cc33Fa251b55CEB7c07", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x972207A639CC1B374B893cc33Fa251b55CEB7c07/logo.png b/blockchains/smartchain/assets/0x972207A639CC1B374B893cc33Fa251b55CEB7c07/logo.png deleted file mode 100644 index 43cb66cc79efb..0000000000000 Binary files a/blockchains/smartchain/assets/0x972207A639CC1B374B893cc33Fa251b55CEB7c07/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x97300A4f628701672096460B5469C41a8d3ECb1A/info.json b/blockchains/smartchain/assets/0x97300A4f628701672096460B5469C41a8d3ECb1A/info.json deleted file mode 100644 index 2b790ef52b9e9..0000000000000 --- a/blockchains/smartchain/assets/0x97300A4f628701672096460B5469C41a8d3ECb1A/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "1TRONIC Network", - "symbol": "1TRC", - "decimals": 18, - "type": "BEP20", - "website": "https://www.1tronic.io/", - "description": "1TRONIC Network is Payment Platform for Daily Necessities using Crypto and or Fiat Currencies", - "explorer": "https://bscscan.com/token/0x97300A4f628701672096460B5469C41a8d3ECb1A", - "status": "active", - "id": "0x97300A4f628701672096460B5469C41a8d3ECb1A" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x97300A4f628701672096460B5469C41a8d3ECb1A/logo.png b/blockchains/smartchain/assets/0x97300A4f628701672096460B5469C41a8d3ECb1A/logo.png deleted file mode 100644 index ad9355a2a537e..0000000000000 Binary files a/blockchains/smartchain/assets/0x97300A4f628701672096460B5469C41a8d3ECb1A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x976427dd3E55e8a2D5e358DbC54528D1990AADf4/info.json b/blockchains/smartchain/assets/0x976427dd3E55e8a2D5e358DbC54528D1990AADf4/info.json deleted file mode 100644 index 0dca6fdc645a0..0000000000000 --- a/blockchains/smartchain/assets/0x976427dd3E55e8a2D5e358DbC54528D1990AADf4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ARIX Token", - "website": "https://arixcoin.io", - "description": "ARIX is both centralized and decentralized helping both new and experienced traders access a user friendly, scalable, safest and the cheapest way to trade assets anywhere in the world.", - "explorer": "https://bscscan.com/token/0x976427dd3e55e8a2d5e358dbc54528d1990aadf4", - "type": "BEP20", - "symbol": "ARIX", - "decimals": 8, - "status": "active", - "id": "0x976427dd3E55e8a2D5e358DbC54528D1990AADf4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x976427dd3E55e8a2D5e358DbC54528D1990AADf4/logo.png b/blockchains/smartchain/assets/0x976427dd3E55e8a2D5e358DbC54528D1990AADf4/logo.png deleted file mode 100644 index d2b3efdeabd3e..0000000000000 Binary files a/blockchains/smartchain/assets/0x976427dd3E55e8a2D5e358DbC54528D1990AADf4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9767c8E438Aa18f550208e6d1fDf5f43541cC2c8/info.json b/blockchains/smartchain/assets/0x9767c8E438Aa18f550208e6d1fDf5f43541cC2c8/info.json deleted file mode 100644 index a0c884758c5a1..0000000000000 --- a/blockchains/smartchain/assets/0x9767c8E438Aa18f550208e6d1fDf5f43541cC2c8/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Mango Man Intelligent", - "type": "BEP20", - "symbol": "MMIT ", - "decimals": 18, - "website": "https://mmint.io/", - "description": "The birth of mango man meme coin is attributed to the idea of motivating crypto beginners to do well in this arena.", - "explorer": "https://bscscan.com/token/0x9767c8e438aa18f550208e6d1fdf5f43541cc2c8", - "status": "active", - "id": "0x9767c8E438Aa18f550208e6d1fDf5f43541cC2c8", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/mangomanintell" - }, - { - "name": "facebook", - "url": "https://facebook.com/MangoManIntelligent" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mangoman-intelligent/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/mangoman-intelligent" - }, - { - "name": "medium", - "url": "https://medium.com/@mangomanintelligent" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9767c8E438Aa18f550208e6d1fDf5f43541cC2c8/logo.png b/blockchains/smartchain/assets/0x9767c8E438Aa18f550208e6d1fDf5f43541cC2c8/logo.png deleted file mode 100644 index be0c071514d76..0000000000000 Binary files a/blockchains/smartchain/assets/0x9767c8E438Aa18f550208e6d1fDf5f43541cC2c8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9798dF2f5d213a872c787bD03b2b91F54D0D04A1/info.json b/blockchains/smartchain/assets/0x9798dF2f5d213a872c787bD03b2b91F54D0D04A1/info.json deleted file mode 100644 index 313e040e66a70..0000000000000 --- a/blockchains/smartchain/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://bscscan.com/token/0x9798dF2f5d213a872c787bD03b2b91F54D0D04A1", - "symbol": "TBC", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0x9798dF2f5d213a872c787bD03b2b91F54D0D04A1" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9798dF2f5d213a872c787bD03b2b91F54D0D04A1/logo.png b/blockchains/smartchain/assets/0x9798dF2f5d213a872c787bD03b2b91F54D0D04A1/logo.png deleted file mode 100644 index 21d22c6160634..0000000000000 Binary files a/blockchains/smartchain/assets/0x9798dF2f5d213a872c787bD03b2b91F54D0D04A1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x97Ad911101d4285a13A3240Ee35618edC511A435/info.json b/blockchains/smartchain/assets/0x97Ad911101d4285a13A3240Ee35618edC511A435/info.json deleted file mode 100644 index cbc39ac9a4374..0000000000000 --- a/blockchains/smartchain/assets/0x97Ad911101d4285a13A3240Ee35618edC511A435/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Kishu Baby", - "type": "BEP20", - "symbol": "KISHUBABY", - "decimals": 9, - "website": "https://kishu.baby/", - "description": "The Lovely KISHUBABY was created on June 27th, 2021 with the goal of being a decentralized meme project with a true purpose. Formed by an awesome team of highly-skilled devs, first-class marketing people, and a constantly ever-growing community.", - "explorer": "https://bscscan.com/token/0x97ad911101d4285a13a3240ee35618edc511a435", - "status": "active", - "id": "0x97Ad911101d4285a13A3240Ee35618edC511A435" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x97Ad911101d4285a13A3240Ee35618edC511A435/logo.png b/blockchains/smartchain/assets/0x97Ad911101d4285a13A3240Ee35618edC511A435/logo.png deleted file mode 100644 index 0d1a2f078f36d..0000000000000 Binary files a/blockchains/smartchain/assets/0x97Ad911101d4285a13A3240Ee35618edC511A435/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x97F4e15606cf335B7a6DAEC2BA02449Fb5Da69C6/info.json b/blockchains/smartchain/assets/0x97F4e15606cf335B7a6DAEC2BA02449Fb5Da69C6/info.json deleted file mode 100644 index 6f88573458627..0000000000000 --- a/blockchains/smartchain/assets/0x97F4e15606cf335B7a6DAEC2BA02449Fb5Da69C6/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "VANCATDOG", - "website": "https://vancatdogtoken.com", - "description": "Token Programmed to Reward Holders", - "explorer": "https://bscscan.com/token/0x97F4e15606cf335B7a6DAEC2BA02449Fb5Da69C6", - "symbol": "VANCATDOG", - "type": "BEP20", - "decimals": 0, - "status": "active", - "id": "0x97F4e15606cf335B7a6DAEC2BA02449Fb5Da69C6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x97F4e15606cf335B7a6DAEC2BA02449Fb5Da69C6/logo.png b/blockchains/smartchain/assets/0x97F4e15606cf335B7a6DAEC2BA02449Fb5Da69C6/logo.png deleted file mode 100644 index 5a4b91da0979f..0000000000000 Binary files a/blockchains/smartchain/assets/0x97F4e15606cf335B7a6DAEC2BA02449Fb5Da69C6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x97a30C692eCe9C317235d48287d23d358170FC40/info.json b/blockchains/smartchain/assets/0x97a30C692eCe9C317235d48287d23d358170FC40/info.json deleted file mode 100644 index 855b5557bf854..0000000000000 --- a/blockchains/smartchain/assets/0x97a30C692eCe9C317235d48287d23d358170FC40/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "CryptEx Token", - "website": "https://cryptexlock.me/", - "description": "CryptEx Locker is a powerful tool for protecting funds from rugs, team abuse and other forms of exploits. CryptEx allows users to lock tokens for a desired period of time or with additional conditions like multisignature proof.", - "explorer": "https://bscscan.com/token/0x97a30C692eCe9C317235d48287d23d358170FC40", - "code": "https://bscscan.com/address/0x97a30C692eCe9C317235d48287d23d358170FC40#code", - "type": "BEP20", - "symbol": "CRX", - "decimals": 18, - "status": "active", - "id": "0x97a30C692eCe9C317235d48287d23d358170FC40", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ExLocker" - }, - { - "name": "telegram", - "url": "https://t.me/cryptexlocker" - }, - { - "name": "whitepaper", - "url": "https://cryptexlock.me/CryptEx-Whitepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x97a30C692eCe9C317235d48287d23d358170FC40/logo.png b/blockchains/smartchain/assets/0x97a30C692eCe9C317235d48287d23d358170FC40/logo.png deleted file mode 100644 index 6ea2eceb591a0..0000000000000 Binary files a/blockchains/smartchain/assets/0x97a30C692eCe9C317235d48287d23d358170FC40/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x97c6825e6911578A515B11e25B552Ecd5fE58dbA/info.json b/blockchains/smartchain/assets/0x97c6825e6911578A515B11e25B552Ecd5fE58dbA/info.json deleted file mode 100644 index eda24b31b1489..0000000000000 --- a/blockchains/smartchain/assets/0x97c6825e6911578A515B11e25B552Ecd5fE58dbA/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "BurningMoon", - "website": "https://burningmoon.finance/", - "description": "BurningMoon is a hyper-deflationary reward token with multiple use cases. It features unique tokenomics to create and sustain an entire ecosystem, which makes it very different from the tokens that are usually entering the cryptosphere.", - "explorer": "https://bscscan.com/token/0x97c6825e6911578a515b11e25b552ecd5fe58dba", - "type": "BEP20", - "symbol": "BM", - "decimals": 9, - "status": "active", - "id": "0x97c6825e6911578A515B11e25B552Ecd5fE58dbA", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BurningMoonBSC" - }, - { - "name": "telegram", - "url": "https://t.me/BurningMoonBSC" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/burningmoon" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/burningmoon/" - } - ] -} diff --git a/blockchains/smartchain/assets/0x97c6825e6911578A515B11e25B552Ecd5fE58dbA/logo.png b/blockchains/smartchain/assets/0x97c6825e6911578A515B11e25B552Ecd5fE58dbA/logo.png deleted file mode 100644 index 67e73b2fd3c8f..0000000000000 Binary files a/blockchains/smartchain/assets/0x97c6825e6911578A515B11e25B552Ecd5fE58dbA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x97eA5EfDCb5961A99bA5C96123042507C0210Ec1/info.json b/blockchains/smartchain/assets/0x97eA5EfDCb5961A99bA5C96123042507C0210Ec1/info.json deleted file mode 100644 index 12e525cdcccdf..0000000000000 --- a/blockchains/smartchain/assets/0x97eA5EfDCb5961A99bA5C96123042507C0210Ec1/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "Flokinomics", - "website": "https://www.flokinomics.com/", - "description": "Flokinomics is the first ever token on the BSC smartchain to combine rebase tokenomics with Doge rewards. Hold $FLOKIN and receive $DOGE directly to your BEP-20 wallet as a reward for holding", - "explorer": "https://bscscan.com/token/0x97ea5efdcb5961a99ba5c96123042507c0210ec1", - "type": "BEP20", - "symbol": "FLOKIN", - "decimals": 4, - "status": "active", - "id": "0x97eA5EfDCb5961A99bA5C96123042507C0210Ec1", - "links": [ - { - "name": "github", - "url": "https://github.com/monkey-shanti/flokinomics/" - }, - { - "name": "twitter", - "url": "https://twitter.com/FlokinomicsCoin" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/Flokinimocs312" - }, - { - "name": "medium", - "url": "https://medium.com/@flokinomics/hi-ef517b7321b1" - }, - { - "name": "facebook", - "url": "https://facebook.com/profile.php?id=100073605662953" - }, - { - "name": "discord", - "url": "https://discord.com/channels/894353700217294858/894353700217294861" - }, - { - "name": "whitepaper", - "url": "https://cbb353b7-15af-4249-8f91-cf282decdc17.filesusr.com/ugd/340d42_f0a20e41ff5944bf968367906b662cea.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/flokinomics/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/flokinomics/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x97eA5EfDCb5961A99bA5C96123042507C0210Ec1/logo.png b/blockchains/smartchain/assets/0x97eA5EfDCb5961A99bA5C96123042507C0210Ec1/logo.png deleted file mode 100644 index 6fd6e7588470d..0000000000000 Binary files a/blockchains/smartchain/assets/0x97eA5EfDCb5961A99bA5C96123042507C0210Ec1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x980b37a82B60A32965b6e56356D14E0410ea440F/info.json b/blockchains/smartchain/assets/0x980b37a82B60A32965b6e56356D14E0410ea440F/info.json deleted file mode 100644 index 9c425d2972213..0000000000000 --- a/blockchains/smartchain/assets/0x980b37a82B60A32965b6e56356D14E0410ea440F/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Ronin Gamez", - "type": "BEP20", - "symbol": "RONINGMZ", - "decimals": 18, - "website": "https://roningamez.io/", - "description": "Token issued by Ronin Gamez studio as a transactional token for the future game launchpad", - "explorer": "https://bscscan.com/token/0x980b37a82B60A32965b6e56356D14E0410ea440F", - "status": "active", - "id": "0x980b37a82B60A32965b6e56356D14E0410ea440F", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ronin_gamez" - }, - { - "name": "telegram", - "url": "https://t.me/RONINGAMEZ" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCwpmXZhLzaFyzMVvMXVombA" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x980b37a82B60A32965b6e56356D14E0410ea440F/logo.png b/blockchains/smartchain/assets/0x980b37a82B60A32965b6e56356D14E0410ea440F/logo.png deleted file mode 100644 index 01014645b367c..0000000000000 Binary files a/blockchains/smartchain/assets/0x980b37a82B60A32965b6e56356D14E0410ea440F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9840652DC04fb9db2C43853633f0F62BE6f00f98/info.json b/blockchains/smartchain/assets/0x9840652DC04fb9db2C43853633f0F62BE6f00f98/info.json deleted file mode 100644 index 53de2aa6bab1c..0000000000000 --- a/blockchains/smartchain/assets/0x9840652DC04fb9db2C43853633f0F62BE6f00f98/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "ChainGPT", - "type": "BEP20", - "symbol": "CGPT", - "decimals": 18, - "website": "https://www.chaingpt.org/", - "description": "ChainGPT is an advanced AI model designed specifically for Blockchain, Crypto, and the Web3 space. ChainGPT offers variety of features such as no-code smart contract generator, auditor, fast and reliable source of information, AI trading, and more. ChainGPT is backed by the CGPT utility token.", - "explorer": "https://bscscan.com/token/0x9840652DC04fb9db2C43853633f0F62BE6f00f98", - "status": "active", - "id": "0x9840652DC04fb9db2C43853633f0F62BE6f00f98", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Chain_GPT" - }, - { - "name": "telegram", - "url": "https://t.me/chaingpt" - }, - { - "name": "github", - "url": "https://github.com/ChainGPT-org/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/chaingpt/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9840652DC04fb9db2C43853633f0F62BE6f00f98/logo.png b/blockchains/smartchain/assets/0x9840652DC04fb9db2C43853633f0F62BE6f00f98/logo.png deleted file mode 100644 index 11296a606fc2c..0000000000000 Binary files a/blockchains/smartchain/assets/0x9840652DC04fb9db2C43853633f0F62BE6f00f98/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x984811e6f2695192add6f88615dF637bf52a5Cae/info.json b/blockchains/smartchain/assets/0x984811e6f2695192add6f88615dF637bf52a5Cae/info.json deleted file mode 100644 index 901e630210f32..0000000000000 --- a/blockchains/smartchain/assets/0x984811e6f2695192add6f88615dF637bf52a5Cae/info.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "Hoppy", - "website": "https://www.hoppy-meme.co", - "description": "For a Greener Future, one Hop at a time!", - "explorer": "https://bscscan.com/token/0x984811e6f2695192add6f88615dF637bf52a5Cae", - "type": "BEP20", - "symbol": "HOP", - "decimals": 9, - "status": "active", - "id": "0x984811e6f2695192add6f88615dF637bf52a5Cae", - "links": [ - { - "name": "telegram", - "url": "https://t.me/HoppyMeme_Official" - }, - { - "name": "twitter", - "url": "https://twitter.com/HoppyMeme" - }, - { - "name": "medium", - "url": "https://hoppymeme.medium.com/" - } - ], - "tags": [ - "nft", - "defi", - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0x984811e6f2695192add6f88615dF637bf52a5Cae/logo.png b/blockchains/smartchain/assets/0x984811e6f2695192add6f88615dF637bf52a5Cae/logo.png deleted file mode 100644 index 1cfa32881853f..0000000000000 Binary files a/blockchains/smartchain/assets/0x984811e6f2695192add6f88615dF637bf52a5Cae/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9853A30C69474BeD37595F9B149ad634b5c323d9/info.json b/blockchains/smartchain/assets/0x9853A30C69474BeD37595F9B149ad634b5c323d9/info.json deleted file mode 100644 index 90d6a529398d8..0000000000000 --- a/blockchains/smartchain/assets/0x9853A30C69474BeD37595F9B149ad634b5c323d9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TENDIE", - "website": "https://www.tendieswap.org/", - "description": "TendieSwap is a non-custodial prediction protocol that enables users to earn unlimited rewards on high-yield prediction markets. TENDIE ($TENDIE) is the utility token of the TendieSwap ecosystem and is based on the BEP-20 token standard with a dual deployment to MATIC coming soon.", - "explorer": "https://bscscan.com/token/0x9853a30c69474bed37595f9b149ad634b5c323d9", - "type": "BEP20", - "symbol": "TENDIE", - "decimals": 18, - "status": "active", - "id": "0x9853A30C69474BeD37595F9B149ad634b5c323d9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9853A30C69474BeD37595F9B149ad634b5c323d9/logo.png b/blockchains/smartchain/assets/0x9853A30C69474BeD37595F9B149ad634b5c323d9/logo.png deleted file mode 100644 index 854460ac56eaa..0000000000000 Binary files a/blockchains/smartchain/assets/0x9853A30C69474BeD37595F9B149ad634b5c323d9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x986854779804799C1d68867F5E03e601E781e41b/info.json b/blockchains/smartchain/assets/0x986854779804799C1d68867F5E03e601E781e41b/info.json deleted file mode 100644 index c219246e6b9a2..0000000000000 --- a/blockchains/smartchain/assets/0x986854779804799C1d68867F5E03e601E781e41b/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Lido DAO (Portal)", - "type": "BEP20", - "symbol": "LDO", - "decimals": 18, - "description": "Cross Chain Portal Bridged Token", - "website": "https://stake.lido.fi/", - "explorer": "https://bscscan.com/token/0x986854779804799C1d68867F5E03e601E781e41b", - "status": "active", - "id": "0x986854779804799C1d68867F5E03e601E781e41b", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x986854779804799C1d68867F5E03e601E781e41b/logo.png b/blockchains/smartchain/assets/0x986854779804799C1d68867F5E03e601E781e41b/logo.png deleted file mode 100644 index cc8b90ca87f4d..0000000000000 Binary files a/blockchains/smartchain/assets/0x986854779804799C1d68867F5E03e601E781e41b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x986eedB84A934C81eDc0a080D03C6e3C1d7A8399/info.json b/blockchains/smartchain/assets/0x986eedB84A934C81eDc0a080D03C6e3C1d7A8399/info.json deleted file mode 100644 index f558e4891986f..0000000000000 --- a/blockchains/smartchain/assets/0x986eedB84A934C81eDc0a080D03C6e3C1d7A8399/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Dogette", - "type": "BEP20", - "symbol": "MRSDOGE", - "decimals": 9, - "website": "https://www.mrsdoge.club/", - "description": "The first MEME token to incorporate Prediction Markets and Game Theory into NFTs, called mNFTs", - "explorer": "https://bscscan.com/token/0x986eedB84A934C81eDc0a080D03C6e3C1d7A8399", - "status": "active", - "id": "0x986eedB84A934C81eDc0a080D03C6e3C1d7A8399" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x986eedB84A934C81eDc0a080D03C6e3C1d7A8399/logo.png b/blockchains/smartchain/assets/0x986eedB84A934C81eDc0a080D03C6e3C1d7A8399/logo.png deleted file mode 100644 index 0c57b2f20601c..0000000000000 Binary files a/blockchains/smartchain/assets/0x986eedB84A934C81eDc0a080D03C6e3C1d7A8399/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x988F7c894e4001EEB7B570CDE80dffE21CF7B6B9/info.json b/blockchains/smartchain/assets/0x988F7c894e4001EEB7B570CDE80dffE21CF7B6B9/info.json deleted file mode 100644 index 13d8e8627ca09..0000000000000 --- a/blockchains/smartchain/assets/0x988F7c894e4001EEB7B570CDE80dffE21CF7B6B9/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "LUCRO", - "type": "BEP20", - "symbol": "LCR", - "decimals": 9, - "website": "https://evergrowegc.com/", - "description": "Lucro is an ecosystem token that powers a suite of leading utilities, including LunaSky - an NFT Marketplace, The Abstract - a 3d gaming/Metaverse platform and other utilities/partnerships under development.", - "explorer": "https://bscscan.com/token/0x988F7c894e4001EEB7B570CDE80dffE21CF7B6B9", - "status": "active", - "id": "0x988F7c894e4001EEB7B570CDE80dffE21CF7B6B9", - "links": [ - { - "name": "telegram", - "url": "https://t.me/evergrowcoin" - }, - { - "name": "facebook", - "url": "https://facebook.com/evergrowegc" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/lucro/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/lucro" - }, - { - "name": "twitter", - "url": "https://twitter.com/lucrotoken" - }, - { - "name": "discord", - "url": "https://discord.com/invite/evergrow" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x988F7c894e4001EEB7B570CDE80dffE21CF7B6B9/logo.png b/blockchains/smartchain/assets/0x988F7c894e4001EEB7B570CDE80dffE21CF7B6B9/logo.png deleted file mode 100644 index 370b240bdb1d4..0000000000000 Binary files a/blockchains/smartchain/assets/0x988F7c894e4001EEB7B570CDE80dffE21CF7B6B9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x988c11625472340b7B36FF1534893780E0d8d841/info.json b/blockchains/smartchain/assets/0x988c11625472340b7B36FF1534893780E0d8d841/info.json deleted file mode 100644 index 33812bd420e4d..0000000000000 --- a/blockchains/smartchain/assets/0x988c11625472340b7B36FF1534893780E0d8d841/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Wrapped Conceal", - "website": "https://conceal.network/", - "description": "Conceal Network is a secure peer-to-peer privacy framework empowering individuals and organizations to anonymously communicate and interact financially in a decentralized and censorship resistant environment.", - "explorer": "https://bscscan.com/token/0x988c11625472340b7B36FF1534893780E0d8d841", - "type": "BEP20", - "symbol": "wCCX", - "decimals": 6, - "status": "active", - "id": "0x988c11625472340b7B36FF1534893780E0d8d841", - "links": [ - { - "name": "github", - "url": "https://github.com/ConcealNetwork" - }, - { - "name": "twitter", - "url": "https://twitter.com/ConcealNetwork" - }, - { - "name": "telegram", - "url": "https://t.me/concealnetwork" - }, - { - "name": "discord", - "url": "https://discord.com/invite/YbpHVSd" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/ConcealNetwork/" - }, - { - "name": "medium", - "url": "https://concealnetwork.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x988c11625472340b7B36FF1534893780E0d8d841/logo.png b/blockchains/smartchain/assets/0x988c11625472340b7B36FF1534893780E0d8d841/logo.png deleted file mode 100644 index b9f69da48bcb0..0000000000000 Binary files a/blockchains/smartchain/assets/0x988c11625472340b7B36FF1534893780E0d8d841/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x98936Bde1CF1BFf1e7a8012Cee5e2583851f2067/info.json b/blockchains/smartchain/assets/0x98936Bde1CF1BFf1e7a8012Cee5e2583851f2067/info.json deleted file mode 100644 index 6d9a94243a08f..0000000000000 --- a/blockchains/smartchain/assets/0x98936Bde1CF1BFf1e7a8012Cee5e2583851f2067/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Annex", - "website": "https://www.annex.finance/", - "description": "Money Markets. A Decentralized Marketplace for Lenders and Borrowers", - "explorer": "https://bscscan.com/token/0x98936Bde1CF1BFf1e7a8012Cee5e2583851f2067", - "type": "BEP20", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/AnnexFinance" - }, - { - "name": "medium", - "url": "https://annexfinance.medium.com/" - }, - { - "name": "telegram", - "url": "https://t.me/Annex_finance_group" - }, - { - "name": "github", - "url": "https://github.com/annexfinance/annex-protocol" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/AnnexFinance/" - } - ], - "symbol": "ANN", - "decimals": 18, - "status": "active", - "id": "0x98936Bde1CF1BFf1e7a8012Cee5e2583851f2067" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x98936Bde1CF1BFf1e7a8012Cee5e2583851f2067/logo.png b/blockchains/smartchain/assets/0x98936Bde1CF1BFf1e7a8012Cee5e2583851f2067/logo.png deleted file mode 100644 index b6d10cfc16139..0000000000000 Binary files a/blockchains/smartchain/assets/0x98936Bde1CF1BFf1e7a8012Cee5e2583851f2067/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x989b8F0219EB7aa0bED22E24f053Eb2B155f4394/info.json b/blockchains/smartchain/assets/0x989b8F0219EB7aa0bED22E24f053Eb2B155f4394/info.json deleted file mode 100644 index 0c9847f896818..0000000000000 --- a/blockchains/smartchain/assets/0x989b8F0219EB7aa0bED22E24f053Eb2B155f4394/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "MommyDoge Token", - "website": "https://mommydoge.com", - "description": "Mommy Doge is fully decentralized, environmental friendly and on a mission to support the Women's rights movement and gender equality initiatives", - "explorer": "https://bscscan.com/token/0x989b8f0219eb7aa0bed22e24f053eb2b155f4394", - "type": "BEP20", - "symbol": "MommyDoge", - "decimals": 9, - "status": "active", - "id": "0x989b8F0219EB7aa0bED22E24f053Eb2B155f4394", - "links": [ - { - "name": "whitepaper", - "url": "https://mommydoge.com/MommyDoge_Whitepaper.pdf" - }, - { - "name": "twitter", - "url": "https://twitter.com/NewMommyDoge" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/MommyDogeCoin/" - }, - { - "name": "telegram", - "url": "https://t.me/MommyDogeCoin" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mommy-doge-coin/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/mommy-doge" - }, - { - "name": "discord", - "url": "https://discord.com/BGkFPN3WzT" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x989b8F0219EB7aa0bED22E24f053Eb2B155f4394/logo.png b/blockchains/smartchain/assets/0x989b8F0219EB7aa0bED22E24f053Eb2B155f4394/logo.png deleted file mode 100644 index ad56c1ffacac0..0000000000000 Binary files a/blockchains/smartchain/assets/0x989b8F0219EB7aa0bED22E24f053Eb2B155f4394/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x98A2500A2C3B8877B0eD5ac3ACC300C50Bf7064b/info.json b/blockchains/smartchain/assets/0x98A2500A2C3B8877B0eD5ac3ACC300C50Bf7064b/info.json deleted file mode 100644 index b2a9ddf44d9be..0000000000000 --- a/blockchains/smartchain/assets/0x98A2500A2C3B8877B0eD5ac3ACC300C50Bf7064b/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "NOOT", - "type": "BEP20", - "symbol": "NOOT", - "decimals": 18, - "website": "https://www.noot.fun/", - "description": "Meme coin on the BNB chain, with 3% reflections and renounced contract. Audited and fast growing. With very own Chat2Earn Telegram bot.", - "explorer": "https://bscscan.com/token/0x98a2500a2c3b8877b0ed5ac3acc300c50bf7064b", - "status": "active", - "id": "0x98A2500A2C3B8877B0eD5ac3ACC300C50Bf7064b", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/nootcoinbnb" - }, - { - "name": "telegram", - "url": "https://t.me/nootnew" - }, - { - "name": "telegram_news", - "url": "https://t.me/nootcoin" - }, - { - "name": "docs", - "url": "https://docs.noot.fun/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/noot/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/noot" - }, - { - "name": "medium", - "url": "https://medium.com/@nootcoinbnb" - } - ], - "tags": [ - "memes", - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x98A2500A2C3B8877B0eD5ac3ACC300C50Bf7064b/logo.png b/blockchains/smartchain/assets/0x98A2500A2C3B8877B0eD5ac3ACC300C50Bf7064b/logo.png deleted file mode 100644 index 897e2ba524111..0000000000000 Binary files a/blockchains/smartchain/assets/0x98A2500A2C3B8877B0eD5ac3ACC300C50Bf7064b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x98BC4773Bd1e9A53631FD6028E06cd6cD17b7401/info.json b/blockchains/smartchain/assets/0x98BC4773Bd1e9A53631FD6028E06cd6cD17b7401/info.json deleted file mode 100644 index 4797048016115..0000000000000 --- a/blockchains/smartchain/assets/0x98BC4773Bd1e9A53631FD6028E06cd6cD17b7401/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Monkey TOKEN", - "website": "https://mbytoken.com", - "description": "MBY is made to make De-Fi great again", - "explorer": "https://bscscan.com/token/0x98BC4773Bd1e9A53631FD6028E06cd6cD17b7401", - "type": "BEP20", - "symbol": "MBY", - "decimals": 9, - "status": "active", - "id": "0x98BC4773Bd1e9A53631FD6028E06cd6cD17b7401" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x98BC4773Bd1e9A53631FD6028E06cd6cD17b7401/logo.png b/blockchains/smartchain/assets/0x98BC4773Bd1e9A53631FD6028E06cd6cD17b7401/logo.png deleted file mode 100644 index 6edba0e81b1b8..0000000000000 Binary files a/blockchains/smartchain/assets/0x98BC4773Bd1e9A53631FD6028E06cd6cD17b7401/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x98f8669F6481EbB341B522fCD3663f79A3d1A6A7/info.json b/blockchains/smartchain/assets/0x98f8669F6481EbB341B522fCD3663f79A3d1A6A7/info.json deleted file mode 100644 index d2cae8a3b3ab1..0000000000000 --- a/blockchains/smartchain/assets/0x98f8669F6481EbB341B522fCD3663f79A3d1A6A7/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "NEST Protocol", - "website": "https://nestprotocol.org/", - "description": "A defi infrastructure enabling all kinds of decentralized financial products trading", - "explorer": "https://bscscan.com/token/0x98f8669f6481ebb341b522fcd3663f79a3d1a6a7", - "symbol": "NEST", - "type": "BEP20", - "decimals": 18, - "id": "0x98f8669F6481EbB341B522fCD3663f79A3d1A6A7", - "status": "active", - "tags": [ - "defi", - "synthetics", - "deflationary" - ], - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/nest-protocol/" - }, - { - "name": "github", - "url": "https://github.com/NEST-Protocol" - }, - { - "name": "twitter", - "url": "https://twitter.com/NEST_Protocol" - }, - { - "name": "whitepaper", - "url": "https://www.nestprotocol.org/doc/ennestwhitepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x98f8669F6481EbB341B522fCD3663f79A3d1A6A7/logo.png b/blockchains/smartchain/assets/0x98f8669F6481EbB341B522fCD3663f79A3d1A6A7/logo.png deleted file mode 100644 index 0de1a12459818..0000000000000 Binary files a/blockchains/smartchain/assets/0x98f8669F6481EbB341B522fCD3663f79A3d1A6A7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x98fc5B3a39D712Fa5a826Df4F9c47Bb6c0F6F8a9/info.json b/blockchains/smartchain/assets/0x98fc5B3a39D712Fa5a826Df4F9c47Bb6c0F6F8a9/info.json deleted file mode 100644 index f60c1169529bd..0000000000000 --- a/blockchains/smartchain/assets/0x98fc5B3a39D712Fa5a826Df4F9c47Bb6c0F6F8a9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BitGay", - "website": "https://bitgay.org", - "description": "BitGay is the first LGBTQ+ community token on the Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x98fc5b3a39d712fa5a826df4f9c47bb6c0f6f8a9", - "type": "BEP20", - "symbol": "BitGay", - "decimals": 9, - "status": "active", - "id": "0x98fc5B3a39D712Fa5a826Df4F9c47Bb6c0F6F8a9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x98fc5B3a39D712Fa5a826Df4F9c47Bb6c0F6F8a9/logo.png b/blockchains/smartchain/assets/0x98fc5B3a39D712Fa5a826Df4F9c47Bb6c0F6F8a9/logo.png deleted file mode 100644 index f5189870e5f18..0000000000000 Binary files a/blockchains/smartchain/assets/0x98fc5B3a39D712Fa5a826Df4F9c47Bb6c0F6F8a9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x990E7154bB999FAa9b2fa5Ed29E822703311eA85/info.json b/blockchains/smartchain/assets/0x990E7154bB999FAa9b2fa5Ed29E822703311eA85/info.json deleted file mode 100644 index ce551182b8d92..0000000000000 --- a/blockchains/smartchain/assets/0x990E7154bB999FAa9b2fa5Ed29E822703311eA85/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "BNB pegged ThunderCore", - "website": "https://bridge.thundercore.com/bsc/", - "description": "BNB pegged ThunderCore on BNB Chain. The ThunderCore Bridge allows users to transfer assets between BNB Chain and ThunderCore Blockchain. This is a customized version of POA network Bridge", - "research": "https://research.binance.com/en/projects/thundercore", - "explorer": "https://bscscan.com/token/0x990E7154bB999FAa9b2fa5Ed29E822703311eA85", - "type": "BEP20", - "symbol": "TT", - "decimals": 18, - "status": "active", - "id": "0x990E7154bB999FAa9b2fa5Ed29E822703311eA85", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ThunderCoreLab" - }, - { - "name": "discord", - "url": "https://discord.com/channels/467102816230440970/468561199790030849" - } - ], - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x990E7154bB999FAa9b2fa5Ed29E822703311eA85/logo.png b/blockchains/smartchain/assets/0x990E7154bB999FAa9b2fa5Ed29E822703311eA85/logo.png deleted file mode 100644 index c408c0f2a7f16..0000000000000 Binary files a/blockchains/smartchain/assets/0x990E7154bB999FAa9b2fa5Ed29E822703311eA85/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9910f48EF7bd0291bC050CF900D732C24b39Ec31/info.json b/blockchains/smartchain/assets/0x9910f48EF7bd0291bC050CF900D732C24b39Ec31/info.json deleted file mode 100644 index 2140d36d36afb..0000000000000 --- a/blockchains/smartchain/assets/0x9910f48EF7bd0291bC050CF900D732C24b39Ec31/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Mars Inu", - "type": "BEP20", - "symbol": "MARSINU", - "decimals": 9, - "website": "https://marsinu.com/", - "description": "MARS INU is a decentralized cryptocurrency token built on Binance Smart Chain network. It was created with the community and investor in mind.", - "explorer": "https://bscscan.com/token/0x9910f48EF7bd0291bC050CF900D732C24b39Ec31", - "status": "active", - "id": "0x9910f48EF7bd0291bC050CF900D732C24b39Ec31", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MarsInuBsc" - }, - { - "name": "telegram", - "url": "https://t.me/MarsInuBsc" - }, - { - "name": "telegram_news", - "url": "https://t.me/MarsInuNews" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mars-inu/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/mars-inu/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9910f48EF7bd0291bC050CF900D732C24b39Ec31/logo.png b/blockchains/smartchain/assets/0x9910f48EF7bd0291bC050CF900D732C24b39Ec31/logo.png deleted file mode 100644 index 125f3805a1d50..0000000000000 Binary files a/blockchains/smartchain/assets/0x9910f48EF7bd0291bC050CF900D732C24b39Ec31/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x994517e000aa3F117E7Ad61B0e2336C76B4Fd94a/info.json b/blockchains/smartchain/assets/0x994517e000aa3F117E7Ad61B0e2336C76B4Fd94a/info.json deleted file mode 100644 index 5b9e02201cbad..0000000000000 --- a/blockchains/smartchain/assets/0x994517e000aa3F117E7Ad61B0e2336C76B4Fd94a/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MATADOR Token", - "website": "https://www.matadortoken.com/", - "description": "Matador was created on the Binance Smart Chain Network with specific tokenomics that were created to divert market manipulators and to #stoptherug set to tax any transfer or sale at a rate of 30%, redistributing those funds to holders, liquidity and to burn.", - "explorer": "https://bscscan.com/token/0x994517e000aa3F117E7Ad61B0e2336C76B4Fd94a", - "type": "BEP20", - "symbol": "MTDR", - "decimals": 18, - "status": "active", - "id": "0x994517e000aa3F117E7Ad61B0e2336C76B4Fd94a" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x994517e000aa3F117E7Ad61B0e2336C76B4Fd94a/logo.png b/blockchains/smartchain/assets/0x994517e000aa3F117E7Ad61B0e2336C76B4Fd94a/logo.png deleted file mode 100644 index f062fbc8c0e05..0000000000000 Binary files a/blockchains/smartchain/assets/0x994517e000aa3F117E7Ad61B0e2336C76B4Fd94a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9953170dcAac530AD7D6949c7295207c6ec5669D/info.json b/blockchains/smartchain/assets/0x9953170dcAac530AD7D6949c7295207c6ec5669D/info.json deleted file mode 100644 index 5c1c24f62593b..0000000000000 --- a/blockchains/smartchain/assets/0x9953170dcAac530AD7D6949c7295207c6ec5669D/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "MetaDoge V2", - "type": "BEP20", - "symbol": "METADOGEV2", - "decimals": 18, - "website": "https://www.metadoge.live", - "description": "MetaDoge is a community-driven project. It is a Memecoin and utility token in the crypto sphere.", - "explorer": "https://bscscan.com/token/0x9953170dcAac530AD7D6949c7295207c6ec5669D", - "status": "active", - "id": "0x9953170dcAac530AD7D6949c7295207c6ec5669D", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MetaDogeBSC" - }, - { - "name": "telegram", - "url": "https://t.me/MetaDoge_Official" - }, - { - "name": "whitepaper", - "url": "https://secureservercdn.net/160.153.137.163/nxz.d14.myftpupload.com/wp-content/uploads/2022/02/MetaDogeV2-whitepaper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/metadoge/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/metadoge-v2" - } - ], - "tags": [ - "nft", - "staking", - "memes", - "gamefi", - "staking-native" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9953170dcAac530AD7D6949c7295207c6ec5669D/logo.png b/blockchains/smartchain/assets/0x9953170dcAac530AD7D6949c7295207c6ec5669D/logo.png deleted file mode 100644 index 4d21eef106650..0000000000000 Binary files a/blockchains/smartchain/assets/0x9953170dcAac530AD7D6949c7295207c6ec5669D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x996c1bf72Ec220289ae0edd3a8d77080642121a2/info.json b/blockchains/smartchain/assets/0x996c1bf72Ec220289ae0edd3a8d77080642121a2/info.json deleted file mode 100644 index a4984aa16cf9f..0000000000000 --- a/blockchains/smartchain/assets/0x996c1bf72Ec220289ae0edd3a8d77080642121a2/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "DefiConnect", - "type": "BEP20", - "symbol": "DFC", - "decimals": 8, - "website": "https://deficonnect.tech/", - "description": "Defi Connect aims to bring real-life and DeFi together by building applications of DeFi in digital marketing, healthcare, transportation, and logistics", - "explorer": "https://bscscan.com/token/0x996c1bf72Ec220289ae0edd3a8d77080642121a2", - "status": "active", - "id": "0x996c1bf72Ec220289ae0edd3a8d77080642121a2", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/deficonnect" - }, - { - "name": "github", - "url": "https://github.com/deficonnect/dfctoken/" - }, - { - "name": "telegram", - "url": "https://t.me/deficonnectgroup" - }, - { - "name": "telegram_news", - "url": "https://t.me/deficonnect" - }, - { - "name": "blog", - "url": "https://deficonnect.medium.com/" - }, - { - "name": "medium", - "url": "https://deficonnect.medium.com/" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x996c1bf72ec220289ae0edd3a8d77080642121a2#code" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x996c1bf72Ec220289ae0edd3a8d77080642121a2/logo.png b/blockchains/smartchain/assets/0x996c1bf72Ec220289ae0edd3a8d77080642121a2/logo.png deleted file mode 100644 index 6face351b758e..0000000000000 Binary files a/blockchains/smartchain/assets/0x996c1bf72Ec220289ae0edd3a8d77080642121a2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9974F4E6FF49ac39469928E5d7cCa3E8649ae6b8/info.json b/blockchains/smartchain/assets/0x9974F4E6FF49ac39469928E5d7cCa3E8649ae6b8/info.json deleted file mode 100644 index 041f8ec5bae4f..0000000000000 --- a/blockchains/smartchain/assets/0x9974F4E6FF49ac39469928E5d7cCa3E8649ae6b8/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "PathFund", - "type": "BEP20", - "symbol": "PATH", - "decimals": 9, - "website": "https://pathfund.net", - "description": "The first pre-auditing self-sustained launchpad https://github.com/trustwallet/assets/pull/8804", - "explorer": "https://bscscan.com/token/0x9974F4E6FF49ac39469928E5d7cCa3E8649ae6b8", - "status": "abandoned", - "id": "0x9974F4E6FF49ac39469928E5d7cCa3E8649ae6b8", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/@PathFund" - }, - { - "name": "github", - "url": "https://github.com/PathFund" - }, - { - "name": "telegram", - "url": "https://t.me/PathFund" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9986aa69545dC44B66fc85Ba505Fd66FEAE0d6A5/info.json b/blockchains/smartchain/assets/0x9986aa69545dC44B66fc85Ba505Fd66FEAE0d6A5/info.json deleted file mode 100644 index 8c54282a5e764..0000000000000 --- a/blockchains/smartchain/assets/0x9986aa69545dC44B66fc85Ba505Fd66FEAE0d6A5/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BidCommerce", - "type": "BEP20", - "symbol": "BIDCOM", - "decimals": 9, - "website": "https://bidcommerce.app/", - "description": "First Blockchain Based E-commerce System And Farming Bsc Token.", - "explorer": "https://bscscan.com/token/0x9986aa69545dC44B66fc85Ba505Fd66FEAE0d6A5", - "status": "active", - "id": "0x9986aa69545dC44B66fc85Ba505Fd66FEAE0d6A5" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9986aa69545dC44B66fc85Ba505Fd66FEAE0d6A5/logo.png b/blockchains/smartchain/assets/0x9986aa69545dC44B66fc85Ba505Fd66FEAE0d6A5/logo.png deleted file mode 100644 index 4410c330f34c1..0000000000000 Binary files a/blockchains/smartchain/assets/0x9986aa69545dC44B66fc85Ba505Fd66FEAE0d6A5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x99E3259d1D780746c62B4a90833d607b40Fb36Ce/info.json b/blockchains/smartchain/assets/0x99E3259d1D780746c62B4a90833d607b40Fb36Ce/info.json deleted file mode 100644 index e05c08d9342a9..0000000000000 --- a/blockchains/smartchain/assets/0x99E3259d1D780746c62B4a90833d607b40Fb36Ce/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Community Doge Coin", - "website": "https://dogecoin.cc/", - "description": "CCDOGE is an auto-farming, auto-deflation, auto-market-maker token based on BSC network.", - "explorer": "https://bscscan.com/token/0x99E3259d1D780746c62B4a90833d607b40Fb36Ce", - "type": "BEP20", - "symbol": "CCDOGE", - "decimals": 9, - "status": "active", - "id": "0x99E3259d1D780746c62B4a90833d607b40Fb36Ce", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CCdogecoin" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/community-doge-coin/" - }, - { - "name": "medium", - "url": "https://dogecoincc.medium.com" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/community-doge-coin/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x99E3259d1D780746c62B4a90833d607b40Fb36Ce/logo.png b/blockchains/smartchain/assets/0x99E3259d1D780746c62B4a90833d607b40Fb36Ce/logo.png deleted file mode 100644 index 80093064f2c3f..0000000000000 Binary files a/blockchains/smartchain/assets/0x99E3259d1D780746c62B4a90833d607b40Fb36Ce/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9A21477b4e9EA5F7946D75876A186A1194559828/info.json b/blockchains/smartchain/assets/0x9A21477b4e9EA5F7946D75876A186A1194559828/info.json deleted file mode 100644 index ee50972880b85..0000000000000 --- a/blockchains/smartchain/assets/0x9A21477b4e9EA5F7946D75876A186A1194559828/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "FindShibby", - "type": "BEP20", - "symbol": "FSHIBBY", - "decimals": 18, - "website": "https://findshibby.cash", - "description": "Token that has real-world usecases: FindShibby App & Shibby Snacks. Choose your own rewards! Earn rewards in different tokens like SHIBA Inu, BNB, USDT and many more.", - "explorer": "https://bscscan.com/token/0x9A21477b4e9EA5F7946D75876A186A1194559828", - "status": "active", - "id": "0x9A21477b4e9EA5F7946D75876A186A1194559828", - "links": [ - { - "name": "telegram", - "url": "https://t.me/findshibby" - }, - { - "name": "twitter", - "url": "https://twitter.com/findshibby" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCnaZ_nwXn7UW66eHOwO505g" - }, - { - "name": "facebook", - "url": "https://facebook.com/findshibby" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9A21477b4e9EA5F7946D75876A186A1194559828/logo.png b/blockchains/smartchain/assets/0x9A21477b4e9EA5F7946D75876A186A1194559828/logo.png deleted file mode 100644 index f1b860a02eefd..0000000000000 Binary files a/blockchains/smartchain/assets/0x9A21477b4e9EA5F7946D75876A186A1194559828/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9A2478C4036548864d96a97Fbf93f6a3341fedac/info.json b/blockchains/smartchain/assets/0x9A2478C4036548864d96a97Fbf93f6a3341fedac/info.json deleted file mode 100644 index 5277b1c10dd22..0000000000000 --- a/blockchains/smartchain/assets/0x9A2478C4036548864d96a97Fbf93f6a3341fedac/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "ZILLION AAKAR XO", - "type": "BEP20", - "symbol": "ZAX", - "decimals": 9, - "website": "https://www.zillionxo.io/", - "description": "Zax is a simple utility token created with an existence on Binance Smart Chain! As the name suggests, this token encompasses the entire crypto universe in one circle.", - "explorer": "https://bscscan.com/token/0x9A2478C4036548864d96a97Fbf93f6a3341fedac", - "status": "active", - "id": "0x9A2478C4036548864d96a97Fbf93f6a3341fedac", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ZillionXO" - }, - { - "name": "facebook", - "url": "https://facebook.com/people/Zillion-Aakar-XO/100083067863940/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/zillion-aakar-xo/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/zillion-aakar-xo" - }, - { - "name": "medium", - "url": "https://medium.com/@zillionzax" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9A2478C4036548864d96a97Fbf93f6a3341fedac/logo.png b/blockchains/smartchain/assets/0x9A2478C4036548864d96a97Fbf93f6a3341fedac/logo.png deleted file mode 100644 index 3f9f03bb4dbce..0000000000000 Binary files a/blockchains/smartchain/assets/0x9A2478C4036548864d96a97Fbf93f6a3341fedac/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9A624b4190F38c888BbF7F845f14198f9C951de7/info.json b/blockchains/smartchain/assets/0x9A624b4190F38c888BbF7F845f14198f9C951de7/info.json deleted file mode 100644 index 393b2615e7bf2..0000000000000 --- a/blockchains/smartchain/assets/0x9A624b4190F38c888BbF7F845f14198f9C951de7/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "BURNACE", - "type": "BEP20", - "symbol": "ACE", - "decimals": 8, - "website": "https://burnace.io", - "description": "Burnace is the World's Highest Hyper deflationary Token created to evolve with burn methods.", - "explorer": "https://bscscan.com/token/0x9A624b4190F38c888BbF7F845f14198f9C951de7", - "status": "active", - "id": "0x9A624b4190F38c888BbF7F845f14198f9C951de7", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/burnace_io" - }, - { - "name": "github", - "url": "https://github.com/burnace/burnace" - }, - { - "name": "telegram", - "url": "https://t.me/burnace" - }, - { - "name": "telegram_news", - "url": "https://t.me/burnacenews" - }, - { - "name": "blog", - "url": "https://burnace.medium.com" - }, - { - "name": "docs", - "url": "https://docs.burnace.com" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9A624b4190F38c888BbF7F845f14198f9C951de7/logo.png b/blockchains/smartchain/assets/0x9A624b4190F38c888BbF7F845f14198f9C951de7/logo.png deleted file mode 100644 index 713c88b1af920..0000000000000 Binary files a/blockchains/smartchain/assets/0x9A624b4190F38c888BbF7F845f14198f9C951de7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9AA6FC71aed1130DeE06a91A487BF5eA481dE80D/info.json b/blockchains/smartchain/assets/0x9AA6FC71aed1130DeE06a91A487BF5eA481dE80D/info.json deleted file mode 100644 index a9ba3fe823958..0000000000000 --- a/blockchains/smartchain/assets/0x9AA6FC71aed1130DeE06a91A487BF5eA481dE80D/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Coco Swap", - "type": "BEP20", - "symbol": "COCO", - "decimals": 18, - "website": "https://coco-swap.finance", - "description": "COCO Swap token will be the fuel behind the Coco Swap decentralized platform. It is a progressive deflatory token build on latest DeFi protocol systems.", - "explorer": "https://bscscan.com/token/0x9AA6FC71aed1130DeE06a91A487BF5eA481dE80D", - "status": "active", - "id": "0x9AA6FC71aed1130DeE06a91A487BF5eA481dE80D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9AA6FC71aed1130DeE06a91A487BF5eA481dE80D/logo.png b/blockchains/smartchain/assets/0x9AA6FC71aed1130DeE06a91A487BF5eA481dE80D/logo.png deleted file mode 100644 index 03dfceddfcd91..0000000000000 Binary files a/blockchains/smartchain/assets/0x9AA6FC71aed1130DeE06a91A487BF5eA481dE80D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9Ab70e92319f0b9127df78868Fd3655fB9f1E322/info.json b/blockchains/smartchain/assets/0x9Ab70e92319f0b9127df78868Fd3655fB9f1E322/info.json deleted file mode 100644 index 1b775ddba8f3c..0000000000000 --- a/blockchains/smartchain/assets/0x9Ab70e92319f0b9127df78868Fd3655fB9f1E322/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "WeWay", - "type": "BEP20", - "symbol": "WWY", - "decimals": 18, - "website": "https://weway.io/", - "description": "Best Solutions for the best web 3.0 social relations.", - "explorer": "https://bscscan.com/token/0x9Ab70e92319f0b9127df78868Fd3655fB9f1E322", - "status": "active", - "id": "0x9Ab70e92319f0b9127df78868Fd3655fB9f1E322", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/WeWay_io" - }, - { - "name": "telegram_news", - "url": "https://t.me/WeWay_io" - }, - { - "name": "github", - "url": "https://github.com/wewayio/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/weway/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/weway/" - } - ], - "tags": [ - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0x9Ab70e92319f0b9127df78868Fd3655fB9f1E322/logo.png b/blockchains/smartchain/assets/0x9Ab70e92319f0b9127df78868Fd3655fB9f1E322/logo.png deleted file mode 100644 index 868658f9ca357..0000000000000 Binary files a/blockchains/smartchain/assets/0x9Ab70e92319f0b9127df78868Fd3655fB9f1E322/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9Ac983826058b8a9C7Aa1C9171441191232E8404/info.json b/blockchains/smartchain/assets/0x9Ac983826058b8a9C7Aa1C9171441191232E8404/info.json deleted file mode 100644 index 4a079c3bff71a..0000000000000 --- a/blockchains/smartchain/assets/0x9Ac983826058b8a9C7Aa1C9171441191232E8404/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "BNB pegged Synthetix", - "website": "https://synthetix.io", - "description": "BNB pegged Synthetix (SNX BEP20) is a token issued by Binance on Smart Chain; its price is pegged to Synthetix (SNX ERC20) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0x9Ac983826058b8a9C7Aa1C9171441191232E8404", - "research": "https://research.binance.com/en/projects/synthetix", - "type": "BEP20", - "symbol": "SNX", - "decimals": 18, - "status": "active", - "id": "0x9Ac983826058b8a9C7Aa1C9171441191232E8404", - "tags": [ - "binance-peg" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/Synthetixio/synthetix" - }, - { - "name": "twitter", - "url": "https://twitter.com/synthetix_io" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/synthetix_io/" - }, - { - "name": "blog", - "url": "https://blog.havven.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/smartchain/assets/0x9Ac983826058b8a9C7Aa1C9171441191232E8404/logo.png b/blockchains/smartchain/assets/0x9Ac983826058b8a9C7Aa1C9171441191232E8404/logo.png deleted file mode 100644 index 2a850de0afe21..0000000000000 Binary files a/blockchains/smartchain/assets/0x9Ac983826058b8a9C7Aa1C9171441191232E8404/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9Adf6E139025B29386115dcb7970020D69011937/info.json b/blockchains/smartchain/assets/0x9Adf6E139025B29386115dcb7970020D69011937/info.json deleted file mode 100644 index bf93259423fe6..0000000000000 --- a/blockchains/smartchain/assets/0x9Adf6E139025B29386115dcb7970020D69011937/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "GIFT Coin", - "website": "https://www.gift-coin.org/", - "description": "GIFT is a utility token for use with the GIFT platform. The token's utility is centered around crypto e-gifting.", - "explorer": "https://bscscan.com/token/0x9adf6e139025b29386115dcb7970020d69011937", - "type": "BEP20", - "symbol": "GIFT", - "decimals": 18, - "status": "active", - "id": "0x9Adf6E139025B29386115dcb7970020D69011937" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9Adf6E139025B29386115dcb7970020D69011937/logo.png b/blockchains/smartchain/assets/0x9Adf6E139025B29386115dcb7970020D69011937/logo.png deleted file mode 100644 index e77f04269bf2d..0000000000000 Binary files a/blockchains/smartchain/assets/0x9Adf6E139025B29386115dcb7970020D69011937/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9AeF8F6a15cC1de43Ce6445A6fE2d344D3843a29/info.json b/blockchains/smartchain/assets/0x9AeF8F6a15cC1de43Ce6445A6fE2d344D3843a29/info.json deleted file mode 100644 index eb181da27ba86..0000000000000 --- a/blockchains/smartchain/assets/0x9AeF8F6a15cC1de43Ce6445A6fE2d344D3843a29/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "HalalCoin", - "website": "https://halalco.in", - "description": "HalalCoin is a deflationary store of value to help charity while making its community more wealthy.", - "explorer": "https://bscscan.com/token/0x9aef8f6a15cc1de43ce6445a6fe2d344d3843a29", - "type": "BEP20", - "symbol": "HALAL", - "decimals": 9, - "status": "active", - "id": "0x9AeF8F6a15cC1de43Ce6445A6fE2d344D3843a29", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/coin_halal" - }, - { - "name": "telegram", - "url": "https://t.me/halalcoindiscuss" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9AeF8F6a15cC1de43Ce6445A6fE2d344D3843a29/logo.png b/blockchains/smartchain/assets/0x9AeF8F6a15cC1de43Ce6445A6fE2d344D3843a29/logo.png deleted file mode 100644 index 84e5e211ffe7e..0000000000000 Binary files a/blockchains/smartchain/assets/0x9AeF8F6a15cC1de43Ce6445A6fE2d344D3843a29/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9B44Df3318972bE845d83f961735609137C4C23c/info.json b/blockchains/smartchain/assets/0x9B44Df3318972bE845d83f961735609137C4C23c/info.json deleted file mode 100644 index c55ac8f167c3e..0000000000000 --- a/blockchains/smartchain/assets/0x9B44Df3318972bE845d83f961735609137C4C23c/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Propel", - "website": "https://payrue.com/", - "description": "PayRue is a financial platform that operates exchanges, wallets, and transfers with cryptocurrencies.", - "explorer": "https://bscscan.com/token/0x9b44df3318972be845d83f961735609137c4c23c", - "research": "", - "type": "BEP20", - "symbol": "PROPEL", - "decimals": 18, - "status": "active", - "id": "0x9B44Df3318972bE845d83f961735609137C4C23c" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9B44Df3318972bE845d83f961735609137C4C23c/logo.png b/blockchains/smartchain/assets/0x9B44Df3318972bE845d83f961735609137C4C23c/logo.png deleted file mode 100644 index 61ac1bdfaa23a..0000000000000 Binary files a/blockchains/smartchain/assets/0x9B44Df3318972bE845d83f961735609137C4C23c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9BD547446Ea13C0c13Df2c1885e1f5B019a77441/info.json b/blockchains/smartchain/assets/0x9BD547446Ea13C0c13Df2c1885e1f5B019a77441/info.json deleted file mode 100644 index bbfa04f0df8f1..0000000000000 --- a/blockchains/smartchain/assets/0x9BD547446Ea13C0c13Df2c1885e1f5B019a77441/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Tree Token", - "website": "https://www.koalaclancyfoundation.org.au", - "description": "Three Token pegged 1:1 with AUD for the donation distribution to Australian bushfire NGO partners.", - "explorer": "https://bscscan.com/token/0x9BD547446Ea13C0c13Df2c1885e1f5B019a77441", - "research": "", - "type": "BEP20", - "symbol": "TREE", - "decimals": 2, - "status": "active", - "id": "0x9BD547446Ea13C0c13Df2c1885e1f5B019a77441" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9BD547446Ea13C0c13Df2c1885e1f5B019a77441/logo.png b/blockchains/smartchain/assets/0x9BD547446Ea13C0c13Df2c1885e1f5B019a77441/logo.png deleted file mode 100644 index fb5740f3e7618..0000000000000 Binary files a/blockchains/smartchain/assets/0x9BD547446Ea13C0c13Df2c1885e1f5B019a77441/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9C28E48Ea9170d9A9cB76d338655b8bd4124BC7A/info.json b/blockchains/smartchain/assets/0x9C28E48Ea9170d9A9cB76d338655b8bd4124BC7A/info.json deleted file mode 100644 index 54f3c4d2df0a3..0000000000000 --- a/blockchains/smartchain/assets/0x9C28E48Ea9170d9A9cB76d338655b8bd4124BC7A/info.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "EarnX", - "website": "http://www.yearnclassic.finance/", - "short_description": "EarnX is the frictionless utility token for the unique physical NFTs on Yearn Classic platform", - "description": "EarnX is unheard of the version of NFTs that can retain their value lifelong and will be totally driven by our community. For EARNX, we will bring a completely new category of NFTs which will be a revolutionary in NFT ecosystem. eg., Persian Carpets NFTs which will be couriered to buyers with NFT RFID.", - "explorer": "https://bscscan.com/token/0x9c28e48ea9170d9a9cb76d338655b8bd4124bc7a", - "type": "BEP20", - "symbol": "EarnX", - "decimals": 9, - "status": "active", - "id": "0x9C28E48Ea9170d9A9cB76d338655b8bd4124BC7A", - "links": [ - { - "name": "github", - "url": "https://github.com/YearnClassic" - }, - { - "name": "twitter", - "url": "https://twitter.com/earn_finance" - }, - { - "name": "telegram", - "url": "https://t.me/earndefi" - }, - { - "name": "medium", - "url": "https://earnfinance.medium.com" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9C28E48Ea9170d9A9cB76d338655b8bd4124BC7A/logo.png b/blockchains/smartchain/assets/0x9C28E48Ea9170d9A9cB76d338655b8bd4124BC7A/logo.png deleted file mode 100644 index b17cfc68a8f8e..0000000000000 Binary files a/blockchains/smartchain/assets/0x9C28E48Ea9170d9A9cB76d338655b8bd4124BC7A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9C3Bbff333F4AEAB60B3c060607b7C505Ff30C82/info.json b/blockchains/smartchain/assets/0x9C3Bbff333F4AEAB60B3c060607b7C505Ff30C82/info.json deleted file mode 100644 index a80af5dafa10e..0000000000000 --- a/blockchains/smartchain/assets/0x9C3Bbff333F4AEAB60B3c060607b7C505Ff30C82/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "upBNB", - "type": "BEP20", - "symbol": "upBNB", - "decimals": 18, - "website": "https://upbnb.finance/", - "description": "From the developers of Rootkit Finance - upBNB (upBNB) is The first ERC-31337 token on Binance Smart Chain. upBNB will be the cornerstone asset and vault for the upToken ecosystem on BSC", - "explorer": "https://bscscan.com/token/0x9c3bbff333f4aeab60b3c060607b7c505ff30c82", - "status": "active", - "id": "0x9C3Bbff333F4AEAB60B3c060607b7C505Ff30C82" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9C3Bbff333F4AEAB60B3c060607b7C505Ff30C82/logo.png b/blockchains/smartchain/assets/0x9C3Bbff333F4AEAB60B3c060607b7C505Ff30C82/logo.png deleted file mode 100644 index 32dc6c8a712a4..0000000000000 Binary files a/blockchains/smartchain/assets/0x9C3Bbff333F4AEAB60B3c060607b7C505Ff30C82/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9C65AB58d8d978DB963e63f2bfB7121627e3a739/info.json b/blockchains/smartchain/assets/0x9C65AB58d8d978DB963e63f2bfB7121627e3a739/info.json deleted file mode 100644 index 3a02a421f2ee8..0000000000000 --- a/blockchains/smartchain/assets/0x9C65AB58d8d978DB963e63f2bfB7121627e3a739/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "MDX Token", - "website": "https://bsc.mdex.com/", - "description": "MDEX integrates the advantages of multiple chains to create a high-performance composite DEX ecosystem, to maximize the rewards of participants with the 'dual mining incentives' of liquid mining and transaction mining.", - "explorer": "https://bscscan.com/token/0x9C65AB58d8d978DB963e63f2bfB7121627e3a739", - "type": "BEP20", - "symbol": "MDX", - "decimals": 18, - "status": "active", - "id": "0x9C65AB58d8d978DB963e63f2bfB7121627e3a739", - "tags": [ - "defi" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Mdextech" - }, - { - "name": "github", - "url": "https://github.com/mdexSwap" - }, - { - "name": "telegram", - "url": "https://t.me/MixDex" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9C65AB58d8d978DB963e63f2bfB7121627e3a739/logo.png b/blockchains/smartchain/assets/0x9C65AB58d8d978DB963e63f2bfB7121627e3a739/logo.png deleted file mode 100644 index 484410a92769f..0000000000000 Binary files a/blockchains/smartchain/assets/0x9C65AB58d8d978DB963e63f2bfB7121627e3a739/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9CEFd9588f076c5f805341864adC8a6F077A5b99/info.json b/blockchains/smartchain/assets/0x9CEFd9588f076c5f805341864adC8a6F077A5b99/info.json deleted file mode 100644 index 250b84827f85c..0000000000000 --- a/blockchains/smartchain/assets/0x9CEFd9588f076c5f805341864adC8a6F077A5b99/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "867", - "type": "BEP20", - "symbol": "$867", - "decimals": 9, - "website": "https://867crypto.com/", - "description": "The $867 Casino is an all-inclusive crypto casino and community entertainment platform! With various casino style games scheduled for release! The 867 Casino is sure to entertain everyone! /KEEP_WATCHING The casino platform will allow holders of $867 tokens to access and play a wide range of casino style, casino tournament style games, and skill based games. ", - "explorer": "https://bscscan.com/token/0x9CEFd9588f076c5f805341864adC8a6F077A5b99", - "status": "active", - "id": "0x9CEFd9588f076c5f805341864adC8a6F077A5b99", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/867_crypto" - }, - { - "name": "telegram", - "url": "https://t.me/EightSixSeven" - }, - { - "name": "whitepaper", - "url": "https://867crypto.com/wp-content/uploads/2021/08/whitepaper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/867/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/867" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9CEFd9588f076c5f805341864adC8a6F077A5b99/logo.png b/blockchains/smartchain/assets/0x9CEFd9588f076c5f805341864adC8a6F077A5b99/logo.png deleted file mode 100644 index 3e51560e74ae3..0000000000000 Binary files a/blockchains/smartchain/assets/0x9CEFd9588f076c5f805341864adC8a6F077A5b99/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9Cb9478C5Db5dAe52D5Af91737FF706F60195e45/info.json b/blockchains/smartchain/assets/0x9Cb9478C5Db5dAe52D5Af91737FF706F60195e45/info.json deleted file mode 100644 index 0c9682812585c..0000000000000 --- a/blockchains/smartchain/assets/0x9Cb9478C5Db5dAe52D5Af91737FF706F60195e45/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Galaxy Heroes", - "type": "BEP20", - "symbol": "GHC", - "decimals": 18, - "website": "https://galaxyheroes.com", - "description": "This is not your regular Binance Smart Chain Token. Here we build for the longterm and always based on utility development. GHC is your gateway to a decentralized galaxy where holders can take leadership of their finances and earn sparkly rewards.", - "explorer": "https://bscscan.com/token/0x9Cb9478C5Db5dAe52D5Af91737FF706F60195e45", - "status": "active", - "id": "0x9Cb9478C5Db5dAe52D5Af91737FF706F60195e45", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/GalaxyHeroesGHC" - }, - { - "name": "facebook", - "url": "https://facebook.com/galaxyheroescoin" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/galaxy-heroes-coin-new/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/galaxy-heroes" - }, - { - "name": "telegram", - "url": "https://t.me/galaxyheroescoin" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9Cb9478C5Db5dAe52D5Af91737FF706F60195e45/logo.png b/blockchains/smartchain/assets/0x9Cb9478C5Db5dAe52D5Af91737FF706F60195e45/logo.png deleted file mode 100644 index 7fdeef83aa259..0000000000000 Binary files a/blockchains/smartchain/assets/0x9Cb9478C5Db5dAe52D5Af91737FF706F60195e45/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9D173E6c594f479B4d47001F8E6A95A7aDDa42bC/info.json b/blockchains/smartchain/assets/0x9D173E6c594f479B4d47001F8E6A95A7aDDa42bC/info.json deleted file mode 100644 index abe9fc794cd36..0000000000000 --- a/blockchains/smartchain/assets/0x9D173E6c594f479B4d47001F8E6A95A7aDDa42bC/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "CryptoZoon", - "type": "BEP20", - "symbol": "ZOON", - "decimals": 18, - "website": "https://cryptozoon.io", - "description": "CryptoZoon is a complete platform of Digital Creatures Universe live on the Binance Smart Chain (BSC).", - "explorer": "https://bscscan.com/token/0x9D173E6c594f479B4d47001F8E6A95A7aDDa42bC", - "status": "active", - "id": "0x9D173E6c594f479B4d47001F8E6A95A7aDDa42bC", - "links": [ - { - "name": "telegram", - "url": "https://t.me/CryptoZoonBSC" - }, - { - "name": "twitter", - "url": "https://twitter.com/CryptoZoonBSC" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/CryptoZoon" - }, - { - "name": "docs", - "url": "https://docs.cryptozoon.io/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9D173E6c594f479B4d47001F8E6A95A7aDDa42bC/logo.png b/blockchains/smartchain/assets/0x9D173E6c594f479B4d47001F8E6A95A7aDDa42bC/logo.png deleted file mode 100644 index 3d3e366cd8d75..0000000000000 Binary files a/blockchains/smartchain/assets/0x9D173E6c594f479B4d47001F8E6A95A7aDDa42bC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9D4451151A8dE5B545a1bC6c8fdEB9d94a2868e1/info.json b/blockchains/smartchain/assets/0x9D4451151A8dE5B545a1bC6c8fdEB9d94a2868e1/info.json deleted file mode 100644 index b38b87aa6b0d2..0000000000000 --- a/blockchains/smartchain/assets/0x9D4451151A8dE5B545a1bC6c8fdEB9d94a2868e1/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "Lunar", - "type": "BEP20", - "symbol": "LNR", - "decimals": 9, - "website": "https://lunar.io/", - "description": "Decentralization is great for democratizing finance, but along with it comes massive fragmentation of the user experience. Lunar believes it is time to re-centralize DeFi around the most important part of the network: The user. This begins with their DeFi application, Lunar, that aims to streamline the entire process of crypto and NFT trading into one intuitive interface\". Lunar replaces the 10+ seperate tools needed to trade and research crypto with a single platform that gives users near-instant access to the functionality they need. ", - "explorer": "https://bscscan.com/token/0x9d4451151a8de5b545a1bc6c8fdeb9d94a2868e1", - "status": "active", - "id": "0x9D4451151A8dE5B545a1bC6c8fdEB9d94a2868e1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/lnrdefi" - }, - { - "name": "telegram", - "url": "https://t.me/lnrdefi" - }, - { - "name": "reddit", - "url": "https://reddit.com/lnrdefi" - }, - { - "name": "whitepaper", - "url": "https://assets.website-files.com/6170a5fc21aede0d60d88b70/61f3531f8911db1a407c9fc5_LunarWhitepaperV1.2.pdf" - }, - { - "name": "facebook", - "url": "https://facebook.com/lnrdefi" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/lunar/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/" - }, - { - "name": "discord", - "url": "https://discord.com/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9D4451151A8dE5B545a1bC6c8fdEB9d94a2868e1/logo.png b/blockchains/smartchain/assets/0x9D4451151A8dE5B545a1bC6c8fdEB9d94a2868e1/logo.png deleted file mode 100644 index 058eb8e503fda..0000000000000 Binary files a/blockchains/smartchain/assets/0x9D4451151A8dE5B545a1bC6c8fdEB9d94a2868e1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9D7c580e0bc4eA441Db96eebc7e1440d264bcE51/info.json b/blockchains/smartchain/assets/0x9D7c580e0bc4eA441Db96eebc7e1440d264bcE51/info.json deleted file mode 100644 index d36f3c1daecc8..0000000000000 --- a/blockchains/smartchain/assets/0x9D7c580e0bc4eA441Db96eebc7e1440d264bcE51/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "MTLPX", - "website": "https://moonlift.io", - "description": "MoonLift is a community driven passive income generation protocol running on Binancesmartchain", - "explorer": "https://bscscan.com/token/0x9d7c580e0bc4ea441db96eebc7e1440d264bce51", - "type": "BEP20", - "symbol": "MLTPX", - "decimals": 18, - "status": "active", - "id": "0x9D7c580e0bc4eA441Db96eebc7e1440d264bcE51", - "links": [ - { - "name": "github", - "url": "https://github.com/moonlift/moonlift" - }, - { - "name": "twitter", - "url": "https://twitter.com/MoonliftI" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/MoonliftProtocol_/" - }, - { - "name": "telegram", - "url": "https://t.me/MoonLift" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9D7c580e0bc4eA441Db96eebc7e1440d264bcE51/logo.png b/blockchains/smartchain/assets/0x9D7c580e0bc4eA441Db96eebc7e1440d264bcE51/logo.png deleted file mode 100644 index 24f1b05ca61de..0000000000000 Binary files a/blockchains/smartchain/assets/0x9D7c580e0bc4eA441Db96eebc7e1440d264bcE51/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9D986A3f147212327Dd658F712d5264a73a1fdB0/info.json b/blockchains/smartchain/assets/0x9D986A3f147212327Dd658F712d5264a73a1fdB0/info.json deleted file mode 100644 index 92123571e23bd..0000000000000 --- a/blockchains/smartchain/assets/0x9D986A3f147212327Dd658F712d5264a73a1fdB0/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Landshare Token", - "website": "https://landshare.io", - "description": "Landshare brings tokenized real estate to the Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x9D986A3f147212327Dd658F712d5264a73a1fdB0", - "type": "BEP20", - "symbol": "LAND", - "decimals": 18, - "status": "abandoned", - "id": "0x9D986A3f147212327Dd658F712d5264a73a1fdB0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/landshareio" - }, - { - "name": "github", - "url": "https://github.com/Landshare-io" - }, - { - "name": "telegram", - "url": "https://t.me/landshare" - }, - { - "name": "blog", - "url": "https://landshare.medium.com" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9DAAa05946e486ADd2c81e0d32D936866B8449D9/info.json b/blockchains/smartchain/assets/0x9DAAa05946e486ADd2c81e0d32D936866B8449D9/info.json deleted file mode 100644 index d6e11dc429d3d..0000000000000 --- a/blockchains/smartchain/assets/0x9DAAa05946e486ADd2c81e0d32D936866B8449D9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "xxxNifty", - "website": "https://xxxNifty.com/", - "description": "xxxNifty is a NSFW Adult Content NFT Marketplace.", - "explorer": "https://bscscan.com/token/0x9daaa05946e486add2c81e0d32d936866b8449d9", - "type": "BEP20", - "symbol": "NSFW", - "decimals": 9, - "status": "active", - "id": "0x9DAAa05946e486ADd2c81e0d32D936866B8449D9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9DAAa05946e486ADd2c81e0d32D936866B8449D9/logo.png b/blockchains/smartchain/assets/0x9DAAa05946e486ADd2c81e0d32D936866B8449D9/logo.png deleted file mode 100644 index e9b9d976ae13f..0000000000000 Binary files a/blockchains/smartchain/assets/0x9DAAa05946e486ADd2c81e0d32D936866B8449D9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9DC8Ae7F7f88e1344c289d75cd0D4Ce07Dc4Aae6/info.json b/blockchains/smartchain/assets/0x9DC8Ae7F7f88e1344c289d75cd0D4Ce07Dc4Aae6/info.json deleted file mode 100644 index da4007bce8dbd..0000000000000 --- a/blockchains/smartchain/assets/0x9DC8Ae7F7f88e1344c289d75cd0D4Ce07Dc4Aae6/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "BabyFlokiZilla", - "website": "https://babyflokizilla.com/", - "description": "BabyFlokiZilla is a Community-driven, Meme token on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x9dc8ae7f7f88e1344c289d75cd0d4ce07dc4aae6", - "type": "BEP20", - "symbol": "BabyFlokiZilla", - "decimals": 9, - "status": "active", - "id": "0x9DC8Ae7F7f88e1344c289d75cd0D4Ce07Dc4Aae6", - "links": [ - { - "name": "telegram", - "url": "https://t.me/BabyFlokiZillaBSC" - }, - { - "name": "facebook", - "url": "https://facebook.com/Baby-Floki-Zilla-107460758405426" - }, - { - "name": "twitter", - "url": "https://twitter.com/BFZillaBSC" - }, - { - "name": "discord", - "url": "https://discord.com/invite/hfkGjSV9qs" - }, - { - "name": "whitepaper", - "url": "https://babyflokizilla.com/wp-content/uploads/2021/11/BabyFlokiZilla-White-Paper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/babyflokizilla/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/babyflokizilla" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9DC8Ae7F7f88e1344c289d75cd0D4Ce07Dc4Aae6/logo.png b/blockchains/smartchain/assets/0x9DC8Ae7F7f88e1344c289d75cd0D4Ce07Dc4Aae6/logo.png deleted file mode 100644 index 6296e8acf0da3..0000000000000 Binary files a/blockchains/smartchain/assets/0x9DC8Ae7F7f88e1344c289d75cd0D4Ce07Dc4Aae6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9E1892eD30796FF96aBBb1b6A5e722C6ea9C46eB/info.json b/blockchains/smartchain/assets/0x9E1892eD30796FF96aBBb1b6A5e722C6ea9C46eB/info.json deleted file mode 100644 index df5e91b965085..0000000000000 --- a/blockchains/smartchain/assets/0x9E1892eD30796FF96aBBb1b6A5e722C6ea9C46eB/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CHAD", - "website": "https://chads.io/", - "description": "CHAD token is a community driven token with automatic LP and reflective rewards.", - "explorer": "https://bscscan.com/token/0x9E1892eD30796FF96aBBb1b6A5e722C6ea9C46eB", - "type": "BEP20", - "symbol": "CHAD", - "decimals": 18, - "status": "active", - "id": "0x9E1892eD30796FF96aBBb1b6A5e722C6ea9C46eB" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9E1892eD30796FF96aBBb1b6A5e722C6ea9C46eB/logo.png b/blockchains/smartchain/assets/0x9E1892eD30796FF96aBBb1b6A5e722C6ea9C46eB/logo.png deleted file mode 100644 index 129e5d266d005..0000000000000 Binary files a/blockchains/smartchain/assets/0x9E1892eD30796FF96aBBb1b6A5e722C6ea9C46eB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9E24415d1e549EBc626a13a482Bb117a2B43e9CF/info.json b/blockchains/smartchain/assets/0x9E24415d1e549EBc626a13a482Bb117a2B43e9CF/info.json deleted file mode 100644 index 460fdbc7ad6f6..0000000000000 --- a/blockchains/smartchain/assets/0x9E24415d1e549EBc626a13a482Bb117a2B43e9CF/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Lovely Inu Finance", - "type": "BEP20", - "symbol": "LOVELY", - "decimals": 8, - "website": "https://lovely.finance", - "description": "Lovely Inu ($LOVELY) is a community-focused, decentralized cryptocurrency with Attractive rewards for holders. Join the moon mission.", - "explorer": "https://bscscan.com/token/0x9e24415d1e549ebc626a13a482bb117a2b43e9cf", - "status": "active", - "id": "0x9E24415d1e549EBc626a13a482Bb117a2B43e9CF", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Lovely_finance" - }, - { - "name": "telegram", - "url": "https://t.me/lovelyinu_coin" - }, - { - "name": "whitepaper", - "url": "https://lovely.finance/assets/images/whitepaper-lovely-inu.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9E24415d1e549EBc626a13a482Bb117a2B43e9CF/logo.png b/blockchains/smartchain/assets/0x9E24415d1e549EBc626a13a482Bb117a2B43e9CF/logo.png deleted file mode 100644 index 456b03dbde6df..0000000000000 Binary files a/blockchains/smartchain/assets/0x9E24415d1e549EBc626a13a482Bb117a2B43e9CF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9E3aD692084737DAF3f8e92bdFB4030965d2d5E6/info.json b/blockchains/smartchain/assets/0x9E3aD692084737DAF3f8e92bdFB4030965d2d5E6/info.json deleted file mode 100644 index 4feaec616d8b5..0000000000000 --- a/blockchains/smartchain/assets/0x9E3aD692084737DAF3f8e92bdFB4030965d2d5E6/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "MetaPlay", - "type": "BEP20", - "symbol": "MPLAY", - "decimals": 18, - "website": "https://www.meta-play.io/", - "description": "MetaPlay project hosts professional and amateur e-sport tournaments especially for trendy games like CSGO and others. This all with a sizeable prize pool funded by all the transactions made whilst offering staking and launchpad for its holders focused on heavily vetted projects and GameFi niche.", - "explorer": "https://bscscan.com/token/0x9E3aD692084737DAF3f8e92bdFB4030965d2d5E6", - "status": "active", - "id": "0x9E3aD692084737DAF3f8e92bdFB4030965d2d5E6", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/metaplay/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/metaplay" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9E3aD692084737DAF3f8e92bdFB4030965d2d5E6/logo.png b/blockchains/smartchain/assets/0x9E3aD692084737DAF3f8e92bdFB4030965d2d5E6/logo.png deleted file mode 100644 index 35dd6ec502b6a..0000000000000 Binary files a/blockchains/smartchain/assets/0x9E3aD692084737DAF3f8e92bdFB4030965d2d5E6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9E691FD624410D631c082202b050694233031cB7/info.json b/blockchains/smartchain/assets/0x9E691FD624410D631c082202b050694233031cB7/info.json deleted file mode 100644 index 4a5ff3d3904a9..0000000000000 --- a/blockchains/smartchain/assets/0x9E691FD624410D631c082202b050694233031cB7/info.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "CryptoBRL", - "website": "https://cryptobrl.com", - "description": "The CryptoBRL (cBRL) 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.", - "explorer": "https://bscscan.com/token/0x9E691FD624410D631c082202b050694233031cB7", - "type": "BEP20", - "symbol": "CBRL", - "decimals": 6, - "status": "active", - "id": "0x9E691FD624410D631c082202b050694233031cB7", - "links": [ - { - "name": "whitepaper", - "url": "https://cryptobrl.com/download/Whitepaper_CBRL.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9E691FD624410D631c082202b050694233031cB7/logo.png b/blockchains/smartchain/assets/0x9E691FD624410D631c082202b050694233031cB7/logo.png deleted file mode 100644 index 63ae0284bd3a4..0000000000000 Binary files a/blockchains/smartchain/assets/0x9E691FD624410D631c082202b050694233031cB7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9E6B3E35c8f563B45d864f9Ff697A144ad28A371/info.json b/blockchains/smartchain/assets/0x9E6B3E35c8f563B45d864f9Ff697A144ad28A371/info.json deleted file mode 100644 index 27bf5b1bb0c06..0000000000000 --- a/blockchains/smartchain/assets/0x9E6B3E35c8f563B45d864f9Ff697A144ad28A371/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Dogemongo", - "website": "https://dogemongo.com/", - "description": "Combine the Playing Experience with your Favourite Dogemons!Start catching Dogemons today & If you’re a great trainer, you can find Crypto Currency as prey among other Dogemons.", - "explorer": "https://bscscan.com/token/0x9e6b3e35c8f563b45d864f9ff697a144ad28a371", - "type": "BEP20", - "symbol": "DOGO", - "decimals": 18, - "status": "active", - "id": "0x9E6B3E35c8f563B45d864f9Ff697A144ad28A371", - "links": [ - { - "name": "github", - "url": "https://github.com/DomgeonGo" - }, - { - "name": "twitter", - "url": "https://twitter.com/DogemonGoApp" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/dogemongoapp/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9E6B3E35c8f563B45d864f9Ff697A144ad28A371/logo.png b/blockchains/smartchain/assets/0x9E6B3E35c8f563B45d864f9Ff697A144ad28A371/logo.png deleted file mode 100644 index 374e8e458d53f..0000000000000 Binary files a/blockchains/smartchain/assets/0x9E6B3E35c8f563B45d864f9Ff697A144ad28A371/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9E7942a24be24B18A56CEac7bA9926C5FBFc4E27/info.json b/blockchains/smartchain/assets/0x9E7942a24be24B18A56CEac7bA9926C5FBFc4E27/info.json deleted file mode 100644 index a12f6efc3e761..0000000000000 --- a/blockchains/smartchain/assets/0x9E7942a24be24B18A56CEac7bA9926C5FBFc4E27/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Weed Token", - "type": "BEP20", - "symbol": "WEED", - "decimals": 18, - "website": "https://dankswap.finance", - "description": "AMM and yield farming platform on Binance Smart Chain", - "explorer": "https://bscscan.com/token/0x9E7942a24be24B18A56CEac7bA9926C5FBFc4E27", - "status": "active", - "id": "0x9E7942a24be24B18A56CEac7bA9926C5FBFc4E27" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9E7942a24be24B18A56CEac7bA9926C5FBFc4E27/logo.png b/blockchains/smartchain/assets/0x9E7942a24be24B18A56CEac7bA9926C5FBFc4E27/logo.png deleted file mode 100644 index ab9adb6dc3012..0000000000000 Binary files a/blockchains/smartchain/assets/0x9E7942a24be24B18A56CEac7bA9926C5FBFc4E27/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9E993671976a5AC51bBfB3Db9E34eAC8d518fe82/info.json b/blockchains/smartchain/assets/0x9E993671976a5AC51bBfB3Db9E34eAC8d518fe82/info.json deleted file mode 100644 index 9b909ad96b256..0000000000000 --- a/blockchains/smartchain/assets/0x9E993671976a5AC51bBfB3Db9E34eAC8d518fe82/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Summit Koda Token", - "type": "BEP20", - "symbol": "KODA", - "decimals": 9, - "website": "https://koda.finance", - "description": "Koda token is a futuristic currency created and developed by Summit BC development team and will be the native token on SummitSwap.", - "explorer": "https://bscscan.com/token/0x9E993671976a5AC51bBfB3Db9E34eAC8d518fe82", - "status": "abandoned", - "id": "0x9E993671976a5AC51bBfB3Db9E34eAC8d518fe82" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9EC55d57208cb28a7714A2eA3468bD9d5bB15125/info.json b/blockchains/smartchain/assets/0x9EC55d57208cb28a7714A2eA3468bD9d5bB15125/info.json deleted file mode 100644 index 7ee61de85f63d..0000000000000 --- a/blockchains/smartchain/assets/0x9EC55d57208cb28a7714A2eA3468bD9d5bB15125/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "GOMA", - "type": "BEP20", - "symbol": "GOMA", - "decimals": 9, - "website": "https://gomatoken.com", - "description": "GOMA is a Multi-chain Hyper-Deflationary Incentive, DeFi & Staking Ecosystem", - "explorer": "https://bscscan.com/token/0x9ec55d57208cb28a7714a2ea3468bd9d5bb15125", - "status": "active", - "id": "0x9EC55d57208cb28a7714A2eA3468bD9d5bB15125", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/GOMAFinance" - }, - { - "name": "github", - "url": "https://github.com/GOMA-Finance" - }, - { - "name": "medium", - "url": "https://gomafinance.medium.com" - }, - { - "name": "docs", - "url": "https://goma-finance.gitbook.io/docs" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9EC55d57208cb28a7714A2eA3468bD9d5bB15125/logo.png b/blockchains/smartchain/assets/0x9EC55d57208cb28a7714A2eA3468bD9d5bB15125/logo.png deleted file mode 100644 index 5364ee3b78061..0000000000000 Binary files a/blockchains/smartchain/assets/0x9EC55d57208cb28a7714A2eA3468bD9d5bB15125/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9Eb5B7902D2be0B5AaBa2F096e043d3cD804e6dF/info.json b/blockchains/smartchain/assets/0x9Eb5B7902D2be0B5AaBa2F096e043d3cD804e6dF/info.json deleted file mode 100644 index 804b93b8ab105..0000000000000 --- a/blockchains/smartchain/assets/0x9Eb5B7902D2be0B5AaBa2F096e043d3cD804e6dF/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "My Pet Social", - "type": "BEP20", - "symbol": "MPS", - "decimals": 18, - "website": "https://mypetsocial.org/", - "description": "MyPetSocial is a social network for NFTs gaming on Binance Smart Chain, where you can generate more profit from your NFTs. By making the most of NFTs usage, MyPetSocial promises to bring about the best users experience of the crypto world.", - "explorer": "https://bscscan.com/token/0x9Eb5B7902D2be0B5AaBa2F096e043d3cD804e6dF", - "status": "active", - "id": "0x9Eb5B7902D2be0B5AaBa2F096e043d3cD804e6dF", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/mypetsocial" - }, - { - "name": "telegram", - "url": "https://t.me/Mypetsocial" - }, - { - "name": "telegram_news", - "url": "https://t.me/MypetsocialAnn" - }, - { - "name": "docs", - "url": "https://docs.mypetsocial.org/" - }, - { - "name": "whitepaper", - "url": "https://mypetsocial.org/pitchdeck" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/my-pet-social/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9Eb5B7902D2be0B5AaBa2F096e043d3cD804e6dF/logo.png b/blockchains/smartchain/assets/0x9Eb5B7902D2be0B5AaBa2F096e043d3cD804e6dF/logo.png deleted file mode 100644 index f84177c7ba335..0000000000000 Binary files a/blockchains/smartchain/assets/0x9Eb5B7902D2be0B5AaBa2F096e043d3cD804e6dF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9F3BCBE48E8b754F331Dfc694A894e8E686aC31D/info.json b/blockchains/smartchain/assets/0x9F3BCBE48E8b754F331Dfc694A894e8E686aC31D/info.json deleted file mode 100644 index fba97ff758948..0000000000000 --- a/blockchains/smartchain/assets/0x9F3BCBE48E8b754F331Dfc694A894e8E686aC31D/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Acet", - "website": "https://acet.finance", - "description": "ACT (Acet) is DeFansFi Token. It is initiated on the concept of Zero Initial Supply.", - "explorer": "https://bscscan.com/token/0x9F3BCBE48E8b754F331Dfc694A894e8E686aC31D", - "type": "BEP20", - "symbol": "ACT", - "decimals": 18, - "status": "active", - "id": "0x9F3BCBE48E8b754F331Dfc694A894e8E686aC31D", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/acet/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/acet-token" - }, - { - "name": "twitter", - "url": "https://twitter.com/ACTDeFansFi" - }, - { - "name": "facebook", - "url": "https://facebook.com/ACTDeFansFi/" - }, - { - "name": "telegram", - "url": "https://t.me/acetdefansfi" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9F3BCBE48E8b754F331Dfc694A894e8E686aC31D/logo.png b/blockchains/smartchain/assets/0x9F3BCBE48E8b754F331Dfc694A894e8E686aC31D/logo.png deleted file mode 100644 index d36e049d78c9b..0000000000000 Binary files a/blockchains/smartchain/assets/0x9F3BCBE48E8b754F331Dfc694A894e8E686aC31D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9F70625680a4bd250d3c59C755632B09cD6D34Bc/info.json b/blockchains/smartchain/assets/0x9F70625680a4bd250d3c59C755632B09cD6D34Bc/info.json deleted file mode 100644 index 7d0d33b82b5a8..0000000000000 --- a/blockchains/smartchain/assets/0x9F70625680a4bd250d3c59C755632B09cD6D34Bc/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "PumpShibaX", - "type": "BEP20", - "symbol": "PShibaX", - "decimals": 18, - "website": "https://www.pumpshibax.com/", - "description": "Welcome to the newest member of the legendary crypto dog family. PumpShibaX has watched his elders soar to amazing heights and he is now ready for his own moonshot and to surpass his father, Shiba PumpShibaX will release its Play to Earn (P2E) blockchain game, allowing users to earn rewards, purchase non-fungible tokens (NFTs) to use within the game In order to expand the PumpShibaX ecosystem, a decentralized application (dApp) will be enhanced to implement in-app betting.", - "explorer": "https://bscscan.com/token/0x9F70625680a4bd250d3c59C755632B09cD6D34Bc", - "status": "active", - "id": "0x9F70625680a4bd250d3c59C755632B09cD6D34Bc", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pumpshibax/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/pumpshibax" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9F70625680a4bd250d3c59C755632B09cD6D34Bc/logo.png b/blockchains/smartchain/assets/0x9F70625680a4bd250d3c59C755632B09cD6D34Bc/logo.png deleted file mode 100644 index 8bfeb8b2f0a5b..0000000000000 Binary files a/blockchains/smartchain/assets/0x9F70625680a4bd250d3c59C755632B09cD6D34Bc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9FBbcAa3162c74b24751f7c4b9CFB4af0811a622/info.json b/blockchains/smartchain/assets/0x9FBbcAa3162c74b24751f7c4b9CFB4af0811a622/info.json deleted file mode 100644 index 5543e6b064dab..0000000000000 --- a/blockchains/smartchain/assets/0x9FBbcAa3162c74b24751f7c4b9CFB4af0811a622/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "GeekHoldings", - "website": "https://geek.holdings", - "description": "He Defi Profect With Tranparent Longterm Protocols of User Retention and Growth.", - "explorer": "https://bscscan.com/token/0x9FBbcAa3162c74b24751f7c4b9CFB4af0811a622", - "type": "BEP20", - "symbol": "Geek", - "decimals": 9, - "status": "active", - "id": "0x9FBbcAa3162c74b24751f7c4b9CFB4af0811a622" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9FBbcAa3162c74b24751f7c4b9CFB4af0811a622/logo.png b/blockchains/smartchain/assets/0x9FBbcAa3162c74b24751f7c4b9CFB4af0811a622/logo.png deleted file mode 100644 index 454133b0ac992..0000000000000 Binary files a/blockchains/smartchain/assets/0x9FBbcAa3162c74b24751f7c4b9CFB4af0811a622/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9FFaFC014832B803aAAab0D2e4D9c127Eca0E034/info.json b/blockchains/smartchain/assets/0x9FFaFC014832B803aAAab0D2e4D9c127Eca0E034/info.json deleted file mode 100644 index 88eb71ff6c81e..0000000000000 --- a/blockchains/smartchain/assets/0x9FFaFC014832B803aAAab0D2e4D9c127Eca0E034/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Cocoin", - "website": "https://cocoin.finance/", - "description": "COCO is a deflationary crypto currency with doxxed devs.", - "explorer": "https://bscscan.com/token/0x9FFaFC014832B803aAAab0D2e4D9c127Eca0E034", - "type": "BEP20", - "symbol": "COCO", - "decimals": 9, - "status": "active", - "id": "0x9FFaFC014832B803aAAab0D2e4D9c127Eca0E034" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9FFaFC014832B803aAAab0D2e4D9c127Eca0E034/logo.png b/blockchains/smartchain/assets/0x9FFaFC014832B803aAAab0D2e4D9c127Eca0E034/logo.png deleted file mode 100644 index fe10aa47dcafb..0000000000000 Binary files a/blockchains/smartchain/assets/0x9FFaFC014832B803aAAab0D2e4D9c127Eca0E034/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9Fb677928dd244beFCD0BbEbdF6068dD4BEF559C/info.json b/blockchains/smartchain/assets/0x9Fb677928dd244beFCD0BbEbdF6068dD4BEF559C/info.json deleted file mode 100644 index 20a82d4d21625..0000000000000 --- a/blockchains/smartchain/assets/0x9Fb677928dd244beFCD0BbEbdF6068dD4BEF559C/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BelaAqua", - "website": "https://www.belatoken.org", - "description": "Bela Aqua token is a BEP20 token which helps users generate passive income through reflections and powers the Bela charting ecosystem.", - "explorer": "https://bscscan.com/token/0x9Fb677928dd244beFCD0BbEbdF6068dD4BEF559C", - "type": "BEP20", - "symbol": "Aqua", - "decimals": 9, - "status": "active", - "id": "0x9Fb677928dd244beFCD0BbEbdF6068dD4BEF559C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9Fb677928dd244beFCD0BbEbdF6068dD4BEF559C/logo.png b/blockchains/smartchain/assets/0x9Fb677928dd244beFCD0BbEbdF6068dD4BEF559C/logo.png deleted file mode 100644 index 56fce094ba9aa..0000000000000 Binary files a/blockchains/smartchain/assets/0x9Fb677928dd244beFCD0BbEbdF6068dD4BEF559C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/info.json b/blockchains/smartchain/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/info.json deleted file mode 100644 index dced01a4fc048..0000000000000 --- a/blockchains/smartchain/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Multichain", - "type": "BEP20", - "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://bscscan.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/smartchain/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/logo.png b/blockchains/smartchain/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/logo.png deleted file mode 100644 index 9d7b0435acaac..0000000000000 Binary files a/blockchains/smartchain/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9FdB6a13BdCF1188FbAFe5CD435A8b92a327D92e/info.json b/blockchains/smartchain/assets/0x9FdB6a13BdCF1188FbAFe5CD435A8b92a327D92e/info.json deleted file mode 100644 index 5fa256b9bfe90..0000000000000 --- a/blockchains/smartchain/assets/0x9FdB6a13BdCF1188FbAFe5CD435A8b92a327D92e/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "GOLDMONEY", - "website": "https://goldmoney.network/", - "description": "GoldMoney is a a protocol that unifies leading BSC protocols and blockchain infrastructure by standardising communication between them to create and execute complex financial transactions, while championing Privacy, Anonymity and Sovereignty.", - "explorer": "https://bscscan.com/token/0x9fdb6a13bdcf1188fbafe5cd435a8b92a327d92e", - "type": "BEP20", - "symbol": "GDM", - "decimals": 18, - "status": "active", - "id": "0x9FdB6a13BdCF1188FbAFe5CD435A8b92a327D92e", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/goldmoney_gdm" - }, - { - "name": "telegram", - "url": "https://t.me/GOLDMONEY_ANNOUNCEMENT" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9FdB6a13BdCF1188FbAFe5CD435A8b92a327D92e/logo.png b/blockchains/smartchain/assets/0x9FdB6a13BdCF1188FbAFe5CD435A8b92a327D92e/logo.png deleted file mode 100644 index 1222f8d89430f..0000000000000 Binary files a/blockchains/smartchain/assets/0x9FdB6a13BdCF1188FbAFe5CD435A8b92a327D92e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9a3077F34cC30F9BF8E93A0369119bae0113d9cC/info.json b/blockchains/smartchain/assets/0x9a3077F34cC30F9BF8E93A0369119bae0113d9cC/info.json deleted file mode 100644 index 4742b295f296e..0000000000000 --- a/blockchains/smartchain/assets/0x9a3077F34cC30F9BF8E93A0369119bae0113d9cC/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "PolyPlay", - "website": "https://polyplay.net/", - "description": "PolyPlay is the Gaming Gold Standard Coin. Gamers can participate in Epsorts tournaments just by holding Play token and win rewards in crypto", - "explorer": "https://bscscan.com/token/0x9a3077f34cc30f9bf8e93a0369119bae0113d9cc", - "type": "BEP20", - "symbol": "PLAY", - "decimals": 18, - "status": "active", - "id": "0x9a3077F34cC30F9BF8E93A0369119bae0113d9cC", - "links": [ - { - "name": "github", - "url": "https://github.com/polyplaygames" - }, - { - "name": "twitter", - "url": "https://twitter.com/polyplaycoin" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/polyplay" - }, - { - "name": "medium", - "url": "https://polyplay.medium.com/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/polyplay/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9a3077F34cC30F9BF8E93A0369119bae0113d9cC/logo.png b/blockchains/smartchain/assets/0x9a3077F34cC30F9BF8E93A0369119bae0113d9cC/logo.png deleted file mode 100644 index 580ed8b1417e8..0000000000000 Binary files a/blockchains/smartchain/assets/0x9a3077F34cC30F9BF8E93A0369119bae0113d9cC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9a6fDa69FA9859B169EF17b600Ce81c59Cf16F01/info.json b/blockchains/smartchain/assets/0x9a6fDa69FA9859B169EF17b600Ce81c59Cf16F01/info.json deleted file mode 100644 index 1b6f17dd1d7c6..0000000000000 --- a/blockchains/smartchain/assets/0x9a6fDa69FA9859B169EF17b600Ce81c59Cf16F01/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "COLD FINANCE", - "website": "https://www.coldfinance.io", - "description": "Cold Finance - COLD is an autonomous yield and liquidity generation protocol which is based on Binance Smart chain which will reward the community through the tokens in the ecosystem.", - "explorer": "https://bscscan.com/token/0x9a6fda69fa9859b169ef17b600ce81c59cf16f01", - "type": "BEP20", - "symbol": "COLD", - "decimals": 9, - "status": "active", - "id": "0x9a6fDa69FA9859B169EF17b600Ce81c59Cf16F01" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9a6fDa69FA9859B169EF17b600Ce81c59Cf16F01/logo.png b/blockchains/smartchain/assets/0x9a6fDa69FA9859B169EF17b600Ce81c59Cf16F01/logo.png deleted file mode 100644 index 14607d041355a..0000000000000 Binary files a/blockchains/smartchain/assets/0x9a6fDa69FA9859B169EF17b600Ce81c59Cf16F01/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9a7B87651C6C93cedb831B2B3b5549142a813Cfe/info.json b/blockchains/smartchain/assets/0x9a7B87651C6C93cedb831B2B3b5549142a813Cfe/info.json deleted file mode 100644 index d32cc24775162..0000000000000 --- a/blockchains/smartchain/assets/0x9a7B87651C6C93cedb831B2B3b5549142a813Cfe/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Kokomo Token", - "website": "https://kokomoswap.io", - "description": "A fun & easy AMM DEX on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x9a7B87651C6C93cedb831B2B3b5549142a813Cfe", - "type": "BEP20", - "symbol": "KOKOMO", - "decimals": 18, - "status": "active", - "id": "0x9a7B87651C6C93cedb831B2B3b5549142a813Cfe" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9a7B87651C6C93cedb831B2B3b5549142a813Cfe/logo.png b/blockchains/smartchain/assets/0x9a7B87651C6C93cedb831B2B3b5549142a813Cfe/logo.png deleted file mode 100644 index 880e925f90fd7..0000000000000 Binary files a/blockchains/smartchain/assets/0x9a7B87651C6C93cedb831B2B3b5549142a813Cfe/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9a946c3Cb16c08334b69aE249690C236Ebd5583E/info.json b/blockchains/smartchain/assets/0x9a946c3Cb16c08334b69aE249690C236Ebd5583E/info.json deleted file mode 100644 index 01bf7b5093455..0000000000000 --- a/blockchains/smartchain/assets/0x9a946c3Cb16c08334b69aE249690C236Ebd5583E/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Blizzard.Money", - "type": "BEP20", - "symbol": "xBLZD", - "decimals": 18, - "website": "https://blizzard.money", - "description": "Blizzard.Money is an innovative hub for economic invention on the Binance Smart Chain. Home to the first SnowBank, RFI token staking pool, and BSC gaming platform, there is something for Yetis of all shapes and sizes on Blizzard.Money", - "explorer": "https://bscscan.com/token/0x9a946c3Cb16c08334b69aE249690C236Ebd5583E", - "status": "active", - "id": "0x9a946c3Cb16c08334b69aE249690C236Ebd5583E" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9a946c3Cb16c08334b69aE249690C236Ebd5583E/logo.png b/blockchains/smartchain/assets/0x9a946c3Cb16c08334b69aE249690C236Ebd5583E/logo.png deleted file mode 100644 index 3d8eb3a70c3c3..0000000000000 Binary files a/blockchains/smartchain/assets/0x9a946c3Cb16c08334b69aE249690C236Ebd5583E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9a95f03A305db3BD25D9C891793118D56C73d012/info.json b/blockchains/smartchain/assets/0x9a95f03A305db3BD25D9C891793118D56C73d012/info.json deleted file mode 100644 index a1c00a13c1c01..0000000000000 --- a/blockchains/smartchain/assets/0x9a95f03A305db3BD25D9C891793118D56C73d012/info.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "name": "Shiba Monk", - "type": "BEP20", - "symbol": "SHIBAMONK", - "decimals": 9, - "website": "https://shibamonk.com/", - "description": "Shiba Monk's purpose is to create a platform devoted to teaching people mindfulness. By teaching people to take care of their minds, we can improve their mental health and create a better world for everyone.", - "explorer": "https://bscscan.com/token/0x9a95f03A305db3BD25D9C891793118D56C73d012", - "status": "active", - "id": "0x9a95f03A305db3BD25D9C891793118D56C73d012", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/shiba_monk" - }, - { - "name": "telegram", - "url": "https://t.me/shiba_monk" - }, - { - "name": "github", - "url": "https://github.com/SHIBAMONK/shibamonk" - }, - { - "name": "forum", - "url": "https://bitcointalk.org/index.php?topic=5370041" - }, - { - "name": "discord", - "url": "https://discord.com/invite/swQFMMsJ" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/shibamonk" - }, - { - "name": "whitepaper", - "url": "https://emily-9.gitbook.io/shiba-monk-whitepaper/" - }, - { - "name": "medium", - "url": "https://medium.com/@shibamonk" - }, - { - "name": "facebook", - "url": "https://facebook.com/shibamonk" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/shiba-monk/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/shiba-monk" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0x9a95f03a305db3bd25d9c891793118d56c73d012#code" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9a95f03A305db3BD25D9C891793118D56C73d012/logo.png b/blockchains/smartchain/assets/0x9a95f03A305db3BD25D9C891793118D56C73d012/logo.png deleted file mode 100644 index 617466a753370..0000000000000 Binary files a/blockchains/smartchain/assets/0x9a95f03A305db3BD25D9C891793118D56C73d012/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9a980a084D8D72B219e1C79d91faf06Bec874D51/info.json b/blockchains/smartchain/assets/0x9a980a084D8D72B219e1C79d91faf06Bec874D51/info.json deleted file mode 100644 index a424c9aee4417..0000000000000 --- a/blockchains/smartchain/assets/0x9a980a084D8D72B219e1C79d91faf06Bec874D51/info.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "Anonverse", - "website": "https://anonverse.space/", - "description": "Multi-element decentralized autonomous application platform.1st Global platform that integrates fully decentralized non-custodial protocol, security solutions, GameFi and DAO! Anonverse, Security Audit, Play2Earn, Compete2Earn, DAO!", - "explorer": "https://bscscan.com/token/0x9a980a084D8D72B219e1C79d91faf06Bec874D51", - "type": "BEP20", - "symbol": "ANON", - "decimals": 18, - "status": "active", - "id": "0x9a980a084D8D72B219e1C79d91faf06Bec874D51", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/anon_metaverse" - }, - { - "name": "telegram", - "url": "https://t.me/ANONVERSE_official" - }, - { - "name": "docs", - "url": "https://anonverse.gitbook.io/anonverse/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/YuHanzb7bS" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/anonverse/" - } - ], - "tags": [ - "gamefi", - "staking-native", - "defi", - "governance" - ] -} diff --git a/blockchains/smartchain/assets/0x9a980a084D8D72B219e1C79d91faf06Bec874D51/logo.png b/blockchains/smartchain/assets/0x9a980a084D8D72B219e1C79d91faf06Bec874D51/logo.png deleted file mode 100644 index 1ea778d687116..0000000000000 Binary files a/blockchains/smartchain/assets/0x9a980a084D8D72B219e1C79d91faf06Bec874D51/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9a99eA92Ed1e0c963078ac5c0867dF85eC6d06B7/info.json b/blockchains/smartchain/assets/0x9a99eA92Ed1e0c963078ac5c0867dF85eC6d06B7/info.json deleted file mode 100644 index 1a74362a87f3d..0000000000000 --- a/blockchains/smartchain/assets/0x9a99eA92Ed1e0c963078ac5c0867dF85eC6d06B7/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "QuantumToken", - "website": "https://quantumchain.app", - "description": "QTM - Yield farm QTUM on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0x9a99eA92Ed1e0c963078ac5c0867dF85eC6d06B7", - "type": "BEP20", - "symbol": "QTM", - "decimals": 8, - "status": "active", - "id": "0x9a99eA92Ed1e0c963078ac5c0867dF85eC6d06B7" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9a99eA92Ed1e0c963078ac5c0867dF85eC6d06B7/logo.png b/blockchains/smartchain/assets/0x9a99eA92Ed1e0c963078ac5c0867dF85eC6d06B7/logo.png deleted file mode 100644 index 811b42b207cb7..0000000000000 Binary files a/blockchains/smartchain/assets/0x9a99eA92Ed1e0c963078ac5c0867dF85eC6d06B7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9abDbA20EdFbA06B782126b4D8d72A5853918FD0/info.json b/blockchains/smartchain/assets/0x9abDbA20EdFbA06B782126b4D8d72A5853918FD0/info.json deleted file mode 100644 index f43a3064c2b2d..0000000000000 --- a/blockchains/smartchain/assets/0x9abDbA20EdFbA06B782126b4D8d72A5853918FD0/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "Taboo", - "type": "BEP20", - "symbol": "TABOO", - "decimals": 9, - "website": "https://taboo.community/", - "description": "Taboo is an adult NFT & Streaming media project. Specializing in highly, exclusive content. With models, who are not strictly porn stars. Their marketplace is cutting-edge, built by the Enjin Coin Marketplace Developers. Features include Cross-Chain, DeFi protocols, upcoming VR, and a fiat on-ramp, to allow users unfamiliar with crypto, easy access to the platform's features.", - "explorer": "https://bscscan.com/token/0x9abDbA20EdFbA06B782126b4D8d72A5853918FD0", - "status": "active", - "id": "0x9abDbA20EdFbA06B782126b4D8d72A5853918FD0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/TABOOOFFICIAL2" - }, - { - "name": "telegram", - "url": "https://t.me/joinchat/TwoPHvu0f6sxZTA9" - }, - { - "name": "telegram_news", - "url": "https://t.me/joinchat/Avg3E29yhdBjNDU1" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/taboo-token/" - }, - { - "name": "blog", - "url": "https://tabootoken.medium.com/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/taboo-token" - }, - { - "name": "medium", - "url": "https://tabootoken.medium.com/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCdNC5ODDYkRTbDfS8DlTq8Q" - }, - { - "name": "github", - "url": "https://github.com/TabooOFFICIAL/TABOO" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9abDbA20EdFbA06B782126b4D8d72A5853918FD0/logo.png b/blockchains/smartchain/assets/0x9abDbA20EdFbA06B782126b4D8d72A5853918FD0/logo.png deleted file mode 100644 index 9a0dfdc8758f4..0000000000000 Binary files a/blockchains/smartchain/assets/0x9abDbA20EdFbA06B782126b4D8d72A5853918FD0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9b17bAADf0f21F03e35249e0e59723F34994F806/info.json b/blockchains/smartchain/assets/0x9b17bAADf0f21F03e35249e0e59723F34994F806/info.json deleted file mode 100644 index 9a74d5a5a0b69..0000000000000 --- a/blockchains/smartchain/assets/0x9b17bAADf0f21F03e35249e0e59723F34994F806/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "inSure", - "type": "BEP20", - "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://bscscan.com/token/0x9b17bAADf0f21F03e35249e0e59723F34994F806", - "status": "active", - "id": "0x9b17bAADf0f21F03e35249e0e59723F34994F806" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9b17bAADf0f21F03e35249e0e59723F34994F806/logo.png b/blockchains/smartchain/assets/0x9b17bAADf0f21F03e35249e0e59723F34994F806/logo.png deleted file mode 100644 index 5fbabcc452a65..0000000000000 Binary files a/blockchains/smartchain/assets/0x9b17bAADf0f21F03e35249e0e59723F34994F806/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9b76D1B12Ff738c113200EB043350022EBf12Ff0/info.json b/blockchains/smartchain/assets/0x9b76D1B12Ff738c113200EB043350022EBf12Ff0/info.json deleted file mode 100644 index 5a56505379fc0..0000000000000 --- a/blockchains/smartchain/assets/0x9b76D1B12Ff738c113200EB043350022EBf12Ff0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TIKI", - "type": "BEP20", - "symbol": "TIKI", - "decimals": 18, - "website": "https://tikitoken.finance/", - "description": "The biggest BNB reflection token and the only one with auto-claim feature. Simply hold $TIKI tokens in your wallet and you'll earn BNB.", - "explorer": "https://bscscan.com/token/0x9b76D1B12Ff738c113200EB043350022EBf12Ff0", - "status": "active", - "id": "0x9b76D1B12Ff738c113200EB043350022EBf12Ff0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9b76D1B12Ff738c113200EB043350022EBf12Ff0/logo.png b/blockchains/smartchain/assets/0x9b76D1B12Ff738c113200EB043350022EBf12Ff0/logo.png deleted file mode 100644 index d5d56b74d537c..0000000000000 Binary files a/blockchains/smartchain/assets/0x9b76D1B12Ff738c113200EB043350022EBf12Ff0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9b93c29595dd603f75854EbA3C5f4EE078EE4454/info.json b/blockchains/smartchain/assets/0x9b93c29595dd603f75854EbA3C5f4EE078EE4454/info.json deleted file mode 100644 index 5d8522280fde1..0000000000000 --- a/blockchains/smartchain/assets/0x9b93c29595dd603f75854EbA3C5f4EE078EE4454/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Strite", - "type": "BEP20", - "symbol": "STRI", - "decimals": 18, - "website": "https://stritefinance.org", - "description": "Strite Finance was built soon after the emergence of non-fungible tokens. With the incredible hype behind these NFTs, Strite aims to connect yield staking with the new age of digital media. To put it plain and simple, Strite envisions a strong connection with non-fungible tokens. This will include a public marketplace where individuals can buy & sell specific NFTs in a user-friendly manner.", - "explorer": "https://bscscan.com/token/0x9b93c29595dd603f75854EbA3C5f4EE078EE4454", - "status": "active", - "id": "0x9b93c29595dd603f75854EbA3C5f4EE078EE4454" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9b93c29595dd603f75854EbA3C5f4EE078EE4454/logo.png b/blockchains/smartchain/assets/0x9b93c29595dd603f75854EbA3C5f4EE078EE4454/logo.png deleted file mode 100644 index fdfdee5d978c9..0000000000000 Binary files a/blockchains/smartchain/assets/0x9b93c29595dd603f75854EbA3C5f4EE078EE4454/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9b9D617D3445f0147Ece2322BaCe8db2768D2770/info.json b/blockchains/smartchain/assets/0x9b9D617D3445f0147Ece2322BaCe8db2768D2770/info.json deleted file mode 100644 index 4eea059e56489..0000000000000 --- a/blockchains/smartchain/assets/0x9b9D617D3445f0147Ece2322BaCe8db2768D2770/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "CUE Protocol", - "website": "https://cuep.io/", - "description": "CUE Protocol is a deflationary asset with actual use cases through dapps.", - "explorer": "https://bscscan.com/token/0x9b9D617D3445f0147Ece2322BaCe8db2768D2770", - "type": "BEP20", - "symbol": "CUE", - "decimals": 18, - "status": "active", - "id": "0x9b9D617D3445f0147Ece2322BaCe8db2768D2770", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/cueprotocol" - }, - { - "name": "telegram", - "url": "https://t.me/cueprotolchat" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9b9D617D3445f0147Ece2322BaCe8db2768D2770/logo.png b/blockchains/smartchain/assets/0x9b9D617D3445f0147Ece2322BaCe8db2768D2770/logo.png deleted file mode 100644 index eb97081b461cc..0000000000000 Binary files a/blockchains/smartchain/assets/0x9b9D617D3445f0147Ece2322BaCe8db2768D2770/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9bA4c78b048EEed69f4eD3CFddeda7B51BAF7cA8/info.json b/blockchains/smartchain/assets/0x9bA4c78b048EEed69f4eD3CFddeda7B51BAF7cA8/info.json deleted file mode 100644 index 6ef93e1cb349c..0000000000000 --- a/blockchains/smartchain/assets/0x9bA4c78b048EEed69f4eD3CFddeda7B51BAF7cA8/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://bscscan.com/token/0x9bA4c78b048EEed69f4eD3CFddeda7B51BAF7cA8", - "type": "BEP20", - "symbol": "GS", - "decimals": 18, - "status": "active", - "id": "0x9bA4c78b048EEed69f4eD3CFddeda7B51BAF7cA8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9bA4c78b048EEed69f4eD3CFddeda7B51BAF7cA8/logo.png b/blockchains/smartchain/assets/0x9bA4c78b048EEed69f4eD3CFddeda7B51BAF7cA8/logo.png deleted file mode 100644 index fe0359c83c670..0000000000000 Binary files a/blockchains/smartchain/assets/0x9bA4c78b048EEed69f4eD3CFddeda7B51BAF7cA8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9c2B1B3780A8B36B695f0b2781668664aC1Bf25A/info.json b/blockchains/smartchain/assets/0x9c2B1B3780A8B36B695f0b2781668664aC1Bf25A/info.json deleted file mode 100644 index 6ab15d706d811..0000000000000 --- a/blockchains/smartchain/assets/0x9c2B1B3780A8B36B695f0b2781668664aC1Bf25A/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "SpookyShiba", - "type": "BEP20", - "symbol": "SPKY", - "decimals": 18, - "website": "https://SpookyShibaBSC.com", - "description": "SpookyShiba is an E-Sports company and meme token with a unique multiplayer game with an integrated NFT marketplace.", - "explorer": "https://bscscan.com/token/0x9c2B1B3780A8B36B695f0b2781668664aC1Bf25A", - "status": "active", - "id": "0x9c2B1B3780A8B36B695f0b2781668664aC1Bf25A", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ShibaSpooky" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/spooky-shiba/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/spookyshiba" - }, - { - "name": "telegram", - "url": "https://t.me/SpookyShibaOfficial" - }, - { - "name": "discord", - "url": "https://discord.com/P6hkCFc5kR" - }, - { - "name": "telegram_news", - "url": "https://t.me/SpookyShibaNewsChannel" - } - ], - "tags": [ - "gamefi", - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9c2B1B3780A8B36B695f0b2781668664aC1Bf25A/logo.png b/blockchains/smartchain/assets/0x9c2B1B3780A8B36B695f0b2781668664aC1Bf25A/logo.png deleted file mode 100644 index 7664103dd74eb..0000000000000 Binary files a/blockchains/smartchain/assets/0x9c2B1B3780A8B36B695f0b2781668664aC1Bf25A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9c9843a65302BA0F1778593CaE1De6478596eFFB/info.json b/blockchains/smartchain/assets/0x9c9843a65302BA0F1778593CaE1De6478596eFFB/info.json deleted file mode 100644 index 141521f133b5c..0000000000000 --- a/blockchains/smartchain/assets/0x9c9843a65302BA0F1778593CaE1De6478596eFFB/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TrustMax", - "website": "https://trustmax.io", - "description": "TRUSTMAX is a blockchain technology development project protected and managed by Bright Invest GmbH, Darmstadt.", - "explorer": "https://bscscan.com/token/0x9c9843a65302ba0f1778593cae1de6478596effb", - "type": "BEP20", - "symbol": "TMX", - "decimals": 18, - "status": "active", - "id": "0x9c9843a65302BA0F1778593CaE1De6478596eFFB" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9c9843a65302BA0F1778593CaE1De6478596eFFB/logo.png b/blockchains/smartchain/assets/0x9c9843a65302BA0F1778593CaE1De6478596eFFB/logo.png deleted file mode 100644 index 56deffc6d77cb..0000000000000 Binary files a/blockchains/smartchain/assets/0x9c9843a65302BA0F1778593CaE1De6478596eFFB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9c9d4302A1A550b446401e56000F76Bc761C3A33/info.json b/blockchains/smartchain/assets/0x9c9d4302A1A550b446401e56000F76Bc761C3A33/info.json deleted file mode 100644 index 788c87bfb96e0..0000000000000 --- a/blockchains/smartchain/assets/0x9c9d4302A1A550b446401e56000F76Bc761C3A33/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "OurGlass", - "symbol": "GLASS", - "type": "BEP20", - "decimals": 9, - "description": "GLASS is a fully decentralized frictionless yield producing AI. OurGlass is an auto-staking smart contract designed to pay you yield endlessly on the Binance Smart Chain", - "website": "https://our.glass", - "explorer": "https://bscscan.com/token/0x9c9d4302A1A550b446401e56000F76Bc761C3A33", - "status": "active", - "id": "0x9c9d4302A1A550b446401e56000F76Bc761C3A33" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9c9d4302A1A550b446401e56000F76Bc761C3A33/logo.png b/blockchains/smartchain/assets/0x9c9d4302A1A550b446401e56000F76Bc761C3A33/logo.png deleted file mode 100644 index b91f8e10396ba..0000000000000 Binary files a/blockchains/smartchain/assets/0x9c9d4302A1A550b446401e56000F76Bc761C3A33/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9d3E14B607b2f569CfAFe29AF71e811d7E575CFe/info.json b/blockchains/smartchain/assets/0x9d3E14B607b2f569CfAFe29AF71e811d7E575CFe/info.json deleted file mode 100644 index 29cd5cfea9961..0000000000000 --- a/blockchains/smartchain/assets/0x9d3E14B607b2f569CfAFe29AF71e811d7E575CFe/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "FlokiBonk", - "website": "https://flokibonk.com/", - "description": "FlokiBonk is a meme token on BSC, created to support and unite meme creators. FlokiBonk token has built-in automatic yield generation properties. 10% tax on each transaction split evenly to provide reflections to holders and increase the price floor through LP Acquisition", - "explorer": "https://bscscan.com/token/0x9d3E14B607b2f569CfAFe29AF71e811d7E575CFe", - "type": "BEP20", - "symbol": "FLOBO", - "decimals": 9, - "status": "active", - "id": "0x9d3E14B607b2f569CfAFe29AF71e811d7E575CFe", - "links": [ - { - "name": "github", - "url": "https://github.com/FlokiBonk/FlokiBonk-Token" - }, - { - "name": "twitter", - "url": "https://twitter.com/FLOKO_BONKO" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/flokibonk" - }, - { - "name": "telegram", - "url": "https://t.me/FlokiBonk" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/flokibonk/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/flokibonk" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9d3E14B607b2f569CfAFe29AF71e811d7E575CFe/logo.png b/blockchains/smartchain/assets/0x9d3E14B607b2f569CfAFe29AF71e811d7E575CFe/logo.png deleted file mode 100644 index e70e2454a2e70..0000000000000 Binary files a/blockchains/smartchain/assets/0x9d3E14B607b2f569CfAFe29AF71e811d7E575CFe/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9d70a3EE3079A6FA2bB16591414678b7Ad91f0b5/info.json b/blockchains/smartchain/assets/0x9d70a3EE3079A6FA2bB16591414678b7Ad91f0b5/info.json deleted file mode 100644 index 9c99cc8dd8f53..0000000000000 --- a/blockchains/smartchain/assets/0x9d70a3EE3079A6FA2bB16591414678b7Ad91f0b5/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MemePad", - "website": "https://memepad.co", - "description": "MemePad is an IDO launchpad that focuses primarily on Meme Coins and Micro-Cap projects.", - "explorer": "https://bscscan.com/token/0x9d70a3EE3079A6FA2bB16591414678b7Ad91f0b5", - "type": "BEP20", - "symbol": "MEPAD", - "decimals": 18, - "status": "active", - "id": "0x9d70a3EE3079A6FA2bB16591414678b7Ad91f0b5" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9d70a3EE3079A6FA2bB16591414678b7Ad91f0b5/logo.png b/blockchains/smartchain/assets/0x9d70a3EE3079A6FA2bB16591414678b7Ad91f0b5/logo.png deleted file mode 100644 index 4010a24c5effa..0000000000000 Binary files a/blockchains/smartchain/assets/0x9d70a3EE3079A6FA2bB16591414678b7Ad91f0b5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9e26c50B8A3b7652c3fD2B378252A8647a0C9268/info.json b/blockchains/smartchain/assets/0x9e26c50B8A3b7652c3fD2B378252A8647a0C9268/info.json deleted file mode 100644 index a511b85f0f7cd..0000000000000 --- a/blockchains/smartchain/assets/0x9e26c50B8A3b7652c3fD2B378252A8647a0C9268/info.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "Shibance Token", - "website": "https://shibance.com", - "description": "The First Meme DEX and Launchpad on BSC", - "explorer": "https://bscscan.com/token/0x9e26c50B8A3b7652c3fD2B378252A8647a0C9268", - "type": "BEP20", - "symbol": "WOOF", - "decimals": 18, - "status": "active", - "id": "0x9e26c50B8A3b7652c3fD2B378252A8647a0C9268", - "links": [ - { - "name": "github", - "url": "https://github.com/shibance" - }, - { - "name": "twitter", - "url": "https://twitter.com/shibance" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/shibance" - }, - { - "name": "telegram", - "url": "https://t.me/shibance" - }, - { - "name": "telegram_news", - "url": "https://t.me/shibance_announcements" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCmIEiNh39XFtqJXRM02BT4Q" - }, - { - "name": "docs", - "url": "https://docs.shibance.com" - }, - { - "name": "medium", - "url": "https://shibance.medium.com" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/shibance-token" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/shibance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9e26c50B8A3b7652c3fD2B378252A8647a0C9268/logo.png b/blockchains/smartchain/assets/0x9e26c50B8A3b7652c3fD2B378252A8647a0C9268/logo.png deleted file mode 100644 index bf9b9e223005f..0000000000000 Binary files a/blockchains/smartchain/assets/0x9e26c50B8A3b7652c3fD2B378252A8647a0C9268/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9e3a9F1612028eeE48F85cA85f8Bed2f37d76848/info.json b/blockchains/smartchain/assets/0x9e3a9F1612028eeE48F85cA85f8Bed2f37d76848/info.json deleted file mode 100644 index d397a26a92897..0000000000000 --- a/blockchains/smartchain/assets/0x9e3a9F1612028eeE48F85cA85f8Bed2f37d76848/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Quidax Token", - "website": "https://quidax.com", - "description": "Quidax is an Africa-focused and globally accessible crypto exchange and the global home of BEP20 tokens.", - "explorer": "https://bscscan.com/token/0x9e3a9F1612028eeE48F85cA85f8Bed2f37d76848", - "type": "BEP20", - "symbol": "QDX", - "decimals": 18, - "status": "active", - "id": "0x9e3a9F1612028eeE48F85cA85f8Bed2f37d76848" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9e3a9F1612028eeE48F85cA85f8Bed2f37d76848/logo.png b/blockchains/smartchain/assets/0x9e3a9F1612028eeE48F85cA85f8Bed2f37d76848/logo.png deleted file mode 100644 index f9e5f665f7729..0000000000000 Binary files a/blockchains/smartchain/assets/0x9e3a9F1612028eeE48F85cA85f8Bed2f37d76848/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9e5965d28E8D44CAE8F9b809396E0931F9Df71CA/info.json b/blockchains/smartchain/assets/0x9e5965d28E8D44CAE8F9b809396E0931F9Df71CA/info.json deleted file mode 100644 index 6910067ca4050..0000000000000 --- a/blockchains/smartchain/assets/0x9e5965d28E8D44CAE8F9b809396E0931F9Df71CA/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "Space SIP", - "type": "BEP20", - "symbol": "SIP", - "decimals": 18, - "website": "https://sip.space", - "description": "Space SIP is the first NFT space battleship game with worldclass design of gaming experience in a real-value collectible ecosystem.", - "explorer": "https://bscscan.com/token/0x9e5965d28E8D44CAE8F9b809396E0931F9Df71CA", - "status": "active", - "id": "0x9e5965d28E8D44CAE8F9b809396E0931F9Df71CA", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/0xSpaceSip" - }, - { - "name": "telegram", - "url": "https://t.me/SpaceSip" - }, - { - "name": "github", - "url": "https://github.com/spacesip" - }, - { - "name": "medium", - "url": "https://medium.com/space-sip" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/space-sip/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCh_KnT_TXsifGlIr8oVnztg" - }, - { - "name": "facebook", - "url": "https://facebook.com/0xSpaceSip" - }, - { - "name": "whitepaper", - "url": "https://docsend.com/view/gsftc6iyryh8na8v" - }, - { - "name": "discord", - "url": "https://discord.com/invite/HvVTRAT9" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9e5965d28E8D44CAE8F9b809396E0931F9Df71CA/logo.png b/blockchains/smartchain/assets/0x9e5965d28E8D44CAE8F9b809396E0931F9Df71CA/logo.png deleted file mode 100644 index a2df58d73f63a..0000000000000 Binary files a/blockchains/smartchain/assets/0x9e5965d28E8D44CAE8F9b809396E0931F9Df71CA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9eBBEB7f6b842377714EAdD987CaA4510205107A/info.json b/blockchains/smartchain/assets/0x9eBBEB7f6b842377714EAdD987CaA4510205107A/info.json deleted file mode 100644 index 0cfd27e18f18d..0000000000000 --- a/blockchains/smartchain/assets/0x9eBBEB7f6b842377714EAdD987CaA4510205107A/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Brewery", - "type": "BEP20", - "symbol": "BRE", - "decimals": 18, - "website": "https://bobabrewery.com/", - "description": "Boba Brewery is the first exclusive launchpad for decentralized fundraising in Boba ecosystem, offering the hottest and innovative projects in a fair, secure, and efficient way.", - "explorer": "https://bscscan.com/token/0x9eBBEB7f6b842377714EAdD987CaA4510205107A", - "status": "active", - "id": "0x9eBBEB7f6b842377714EAdD987CaA4510205107A", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/boba_brewery" - }, - { - "name": "github", - "url": "https://github.com/BobaBrewery" - }, - { - "name": "telegram", - "url": "https://t.me/+6jNxyl-l96FhNDM5" - }, - { - "name": "docs", - "url": "https://docs.bobabrewery.com/" - }, - { - "name": "medium", - "url": "https://medium.com/@boba_brewery" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/boba-brewery/" - } - ], - "tags": [ - "defi", - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9eBBEB7f6b842377714EAdD987CaA4510205107A/logo.png b/blockchains/smartchain/assets/0x9eBBEB7f6b842377714EAdD987CaA4510205107A/logo.png deleted file mode 100644 index 2bdde77a02381..0000000000000 Binary files a/blockchains/smartchain/assets/0x9eBBEB7f6b842377714EAdD987CaA4510205107A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9eeB6c5ff183E6001c65a12D70026b900AE76781/info.json b/blockchains/smartchain/assets/0x9eeB6c5ff183E6001c65a12D70026b900AE76781/info.json deleted file mode 100644 index b12d2c22337ac..0000000000000 --- a/blockchains/smartchain/assets/0x9eeB6c5ff183E6001c65a12D70026b900AE76781/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Irena Green Energy", - "type": "BEP20", - "symbol": "IRENA", - "decimals": 9, - "website": "https://irenamining.com/", - "description": "The future is now in renewable green energy and eco-friendly electric cars and solar panels", - "explorer": "https://bscscan.com/token/0x9eeB6c5ff183E6001c65a12D70026b900AE76781", - "status": "active", - "id": "0x9eeB6c5ff183E6001c65a12D70026b900AE76781", - "links": [ - { - "name": "telegram", - "url": "https://t.me/irena_coin_global" - }, - { - "name": "twitter", - "url": "https://twitter.com/Irenagreencoin" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/irena-green-energy/" - } - ], - "tags": [ - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0x9eeB6c5ff183E6001c65a12D70026b900AE76781/logo.png b/blockchains/smartchain/assets/0x9eeB6c5ff183E6001c65a12D70026b900AE76781/logo.png deleted file mode 100644 index b7ff255509678..0000000000000 Binary files a/blockchains/smartchain/assets/0x9eeB6c5ff183E6001c65a12D70026b900AE76781/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9f589e3eabe42ebC94A44727b3f3531C0c877809/info.json b/blockchains/smartchain/assets/0x9f589e3eabe42ebC94A44727b3f3531C0c877809/info.json deleted file mode 100644 index 003ddc7f6aeec..0000000000000 --- a/blockchains/smartchain/assets/0x9f589e3eabe42ebC94A44727b3f3531C0c877809/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Tokocrypto Token", - "type": "BEP20", - "symbol": "TKO", - "decimals": 18, - "website": "http://www.tokocrypto.com/", - "description": "The first local Indonesian Crypto Asset Project to offer a unique hybrid token model.", - "explorer": "https://bscscan.com/token/0x9f589e3eabe42ebC94A44727b3f3531C0c877809", - "status": "active", - "id": "0x9f589e3eabe42ebC94A44727b3f3531C0c877809", - "links": [ - { - "name": "telegram", - "url": "https://t.me/tkogroupofficial" - }, - { - "name": "twitter", - "url": "https://twitter.com/tkobytokocrypto" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/tokocrypto/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/tokocrypto/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9f589e3eabe42ebC94A44727b3f3531C0c877809/logo.png b/blockchains/smartchain/assets/0x9f589e3eabe42ebC94A44727b3f3531C0c877809/logo.png deleted file mode 100644 index e7f9cbad6ec03..0000000000000 Binary files a/blockchains/smartchain/assets/0x9f589e3eabe42ebC94A44727b3f3531C0c877809/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9f9830631cd280d62772944a2AF06213E7A23771/info.json b/blockchains/smartchain/assets/0x9f9830631cd280d62772944a2AF06213E7A23771/info.json deleted file mode 100644 index 829f023a6558a..0000000000000 --- a/blockchains/smartchain/assets/0x9f9830631cd280d62772944a2AF06213E7A23771/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Kryptobellion.com", - "website": "https://kryptobellion.com/", - "description": "Kryptobellion is a fast-paced NFT battle game, where users build a strategic deck from thousands of fighters from hundreds of clans.", - "explorer": "https://bscscan.com/token/0x9f9830631cd280d62772944a2af06213e7a23771", - "type": "BEP20", - "symbol": "KRYPTO", - "decimals": 18, - "status": "active", - "id": "0x9f9830631cd280d62772944a2AF06213E7A23771" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9f9830631cd280d62772944a2AF06213E7A23771/logo.png b/blockchains/smartchain/assets/0x9f9830631cd280d62772944a2AF06213E7A23771/logo.png deleted file mode 100644 index 27e5aa9b933da..0000000000000 Binary files a/blockchains/smartchain/assets/0x9f9830631cd280d62772944a2AF06213E7A23771/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0x9fD87aEfe02441B123c3c32466cD9dB4c578618f/info.json b/blockchains/smartchain/assets/0x9fD87aEfe02441B123c3c32466cD9dB4c578618f/info.json deleted file mode 100644 index e63ee1c2944cd..0000000000000 --- a/blockchains/smartchain/assets/0x9fD87aEfe02441B123c3c32466cD9dB4c578618f/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Thetan Gem", - "symbol": "THG", - "type": "BEP20", - "decimals": 18, - "description": "Thetan Arena is an e-sport game based on Blockchain technology. You can gather your friends, form a team, battle with others and earn money with just your skills. Thetan Arena's gameplay is designed to revolve around the combination of your personal skills and teamwork with various game modes: MOBA & Battle Royale, coming with monthly updates and attractive rewards. Gear your heroes up with a large selection of hundreds of weapons. Play for Free, Play to Earn!", - "website": "https://thetanarena.com/", - "explorer": "https://bscscan.com/token/0x9fD87aEfe02441B123c3c32466cD9dB4c578618f", - "status": "active", - "id": "0x9fD87aEfe02441B123c3c32466cD9dB4c578618f", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/thetan-arena/" - }, - { - "name": "twitter", - "url": "https://twitter.com/thetanarena" - }, - { - "name": "telegram", - "url": "https://t.me/thetanarena" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x9fD87aEfe02441B123c3c32466cD9dB4c578618f/logo.png b/blockchains/smartchain/assets/0x9fD87aEfe02441B123c3c32466cD9dB4c578618f/logo.png deleted file mode 100644 index 95586f01a5b18..0000000000000 Binary files a/blockchains/smartchain/assets/0x9fD87aEfe02441B123c3c32466cD9dB4c578618f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA001862BA0866Ee3e3a2613fAb5954861452B9Bf/info.json b/blockchains/smartchain/assets/0xA001862BA0866Ee3e3a2613fAb5954861452B9Bf/info.json deleted file mode 100644 index 5420f92787be4..0000000000000 --- a/blockchains/smartchain/assets/0xA001862BA0866Ee3e3a2613fAb5954861452B9Bf/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "ENHANCE", - "type": "BEP20", - "symbol": "ENH", - "decimals": 18, - "website": "https://helloenhance.com", - "description": "Enhance is a reflectionary token that distributes safemoon with every transaction while including burn and liquidity pooling mechanisms on chain.", - "explorer": "https://bscscan.com/token/0xA001862BA0866Ee3e3a2613fAb5954861452B9Bf", - "status": "active", - "id": "0xA001862BA0866Ee3e3a2613fAb5954861452B9Bf", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/enhancetoken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/enhancetoken/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/EnhanceToken/" - }, - { - "name": "facebook", - "url": "https://facebook.com/enhancetoken/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA001862BA0866Ee3e3a2613fAb5954861452B9Bf/logo.png b/blockchains/smartchain/assets/0xA001862BA0866Ee3e3a2613fAb5954861452B9Bf/logo.png deleted file mode 100644 index c3d52c48e4d7d..0000000000000 Binary files a/blockchains/smartchain/assets/0xA001862BA0866Ee3e3a2613fAb5954861452B9Bf/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA01b9cAFE2230093fbf0000B43701E03717F77cE/info.json b/blockchains/smartchain/assets/0xA01b9cAFE2230093fbf0000B43701E03717F77cE/info.json deleted file mode 100644 index 902e16972db39..0000000000000 --- a/blockchains/smartchain/assets/0xA01b9cAFE2230093fbf0000B43701E03717F77cE/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "wBitcoin", - "website": "https://wbitcoin.net", - "description": "Yield farm Bitcoin on Binance Smart Chain", - "explorer": "https://bscscan.com/token/0xa01b9cafe2230093fbf0000b43701e03717f77ce", - "symbol": "wBTC", - "type": "BEP20", - "decimals": 8, - "status": "active", - "id": "0xA01b9cAFE2230093fbf0000B43701E03717F77cE" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA01b9cAFE2230093fbf0000B43701E03717F77cE/logo.png b/blockchains/smartchain/assets/0xA01b9cAFE2230093fbf0000B43701E03717F77cE/logo.png deleted file mode 100644 index 062c60667efe4..0000000000000 Binary files a/blockchains/smartchain/assets/0xA01b9cAFE2230093fbf0000B43701E03717F77cE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA03C3a233940485D46eE77407343DA3221198427/info.json b/blockchains/smartchain/assets/0xA03C3a233940485D46eE77407343DA3221198427/info.json deleted file mode 100644 index 3ab5cf4a4abe7..0000000000000 --- a/blockchains/smartchain/assets/0xA03C3a233940485D46eE77407343DA3221198427/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "SAFESUN", - "type": "BEP20", - "symbol": "SAFESUN", - "decimals": 9, - "website": "https://safesuncrypto.com", - "description": "SafeSun is a cryptocurrency based on open-source BEP-20 interface, which aims to provide incentives and benefits to its holders.", - "explorer": "https://bscscan.com/token/0xA03C3a233940485D46eE77407343DA3221198427", - "status": "active", - "id": "0xA03C3a233940485D46eE77407343DA3221198427", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA03C3a233940485D46eE77407343DA3221198427/logo.png b/blockchains/smartchain/assets/0xA03C3a233940485D46eE77407343DA3221198427/logo.png deleted file mode 100644 index 6da058bc18d9a..0000000000000 Binary files a/blockchains/smartchain/assets/0xA03C3a233940485D46eE77407343DA3221198427/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA060E0c0588D26CabA4a0009513337aCE50752dd/info.json b/blockchains/smartchain/assets/0xA060E0c0588D26CabA4a0009513337aCE50752dd/info.json deleted file mode 100644 index 1aa49c629035c..0000000000000 --- a/blockchains/smartchain/assets/0xA060E0c0588D26CabA4a0009513337aCE50752dd/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Zooshi", - "type": "BEP20", - "symbol": "ZOOSHI", - "decimals": 18, - "website": "https://zooshi.io/", - "description": "Zooshi is a hyper deflationary token on the Binance Smart Chain, with rewards backed by $SUSHI, paid out hourly. We have an arcade with play-to-earn mechanics!", - "explorer": "https://bscscan.com/token/0xA060E0c0588D26CabA4a0009513337aCE50752dd", - "status": "active", - "id": "0xA060E0c0588D26CabA4a0009513337aCE50752dd", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/zooshicoin" - }, - { - "name": "telegram", - "url": "https://t.me/zooshicoin" - }, - { - "name": "telegram_news", - "url": "https://t.me/zooshicoinannouncements" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA060E0c0588D26CabA4a0009513337aCE50752dd/logo.png b/blockchains/smartchain/assets/0xA060E0c0588D26CabA4a0009513337aCE50752dd/logo.png deleted file mode 100644 index cd03b5f2e940e..0000000000000 Binary files a/blockchains/smartchain/assets/0xA060E0c0588D26CabA4a0009513337aCE50752dd/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA07c5b74C9B40447a954e1466938b865b6BBea36/info.json b/blockchains/smartchain/assets/0xA07c5b74C9B40447a954e1466938b865b6BBea36/info.json deleted file mode 100644 index 0fe7b68299d11..0000000000000 --- a/blockchains/smartchain/assets/0xA07c5b74C9B40447a954e1466938b865b6BBea36/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Venus BNB", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "research": "https://research.binance.com/en/projects/venus", - "explorer": "https://bscscan.com/token/0xA07c5b74C9B40447a954e1466938b865b6BBea36", - "type": "BEP20", - "symbol": "vBNB", - "decimals": 8, - "status": "active", - "id": "0xA07c5b74C9B40447a954e1466938b865b6BBea36", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA07c5b74C9B40447a954e1466938b865b6BBea36/logo.png b/blockchains/smartchain/assets/0xA07c5b74C9B40447a954e1466938b865b6BBea36/logo.png deleted file mode 100644 index 420e20555fc1a..0000000000000 Binary files a/blockchains/smartchain/assets/0xA07c5b74C9B40447a954e1466938b865b6BBea36/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA0C2A0A34c04135429a38f7F9a4354090e00145A/info.json b/blockchains/smartchain/assets/0xA0C2A0A34c04135429a38f7F9a4354090e00145A/info.json deleted file mode 100644 index ea0a4d86b03b7..0000000000000 --- a/blockchains/smartchain/assets/0xA0C2A0A34c04135429a38f7F9a4354090e00145A/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Primex Token", - "website": "https://prxeco.io/", - "description": "PRX is a token issued by Primex under Binance Smart-Chain.", - "explorer": "https://bscscan.com/token/0xA0C2A0A34c04135429a38f7F9a4354090e00145A", - "type": "BEP20", - "symbol": "PRX", - "decimals": 9, - "status": "active", - "id": "0xA0C2A0A34c04135429a38f7F9a4354090e00145A", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/PrimexCapital" - }, - { - "name": "github", - "url": "https://github.com/primexdev" - }, - { - "name": "telegram", - "url": "https://t.me/prxeco" - }, - { - "name": "whitepaper", - "url": "https://prxeco.io/whitepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA0C2A0A34c04135429a38f7F9a4354090e00145A/logo.png b/blockchains/smartchain/assets/0xA0C2A0A34c04135429a38f7F9a4354090e00145A/logo.png deleted file mode 100644 index a3cc8b283c9b8..0000000000000 Binary files a/blockchains/smartchain/assets/0xA0C2A0A34c04135429a38f7F9a4354090e00145A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA0C3Ef24414ED9C9B456740128d8E63D016A9e11/info.json b/blockchains/smartchain/assets/0xA0C3Ef24414ED9C9B456740128d8E63D016A9e11/info.json deleted file mode 100644 index e4f972b1bea18..0000000000000 --- a/blockchains/smartchain/assets/0xA0C3Ef24414ED9C9B456740128d8E63D016A9e11/info.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "Ape Swap LP BNB-ETH", - "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://bscscan.com/token/0xA0C3Ef24414ED9C9B456740128d8E63D016A9e11", - "type": "BEP20", - "symbol": "APE-LP", - "decimals": 18, - "status": "active", - "id": "0xA0C3Ef24414ED9C9B456740128d8E63D016A9e11", - "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/smartchain/assets/0xA0C3Ef24414ED9C9B456740128d8E63D016A9e11/logo.png b/blockchains/smartchain/assets/0xA0C3Ef24414ED9C9B456740128d8E63D016A9e11/logo.png deleted file mode 100644 index 5676acf9bb8cb..0000000000000 Binary files a/blockchains/smartchain/assets/0xA0C3Ef24414ED9C9B456740128d8E63D016A9e11/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA1303E6199b319a891b79685F0537D289af1FC83/info.json b/blockchains/smartchain/assets/0xA1303E6199b319a891b79685F0537D289af1FC83/info.json deleted file mode 100644 index 4f7f325f9ef6d..0000000000000 --- a/blockchains/smartchain/assets/0xA1303E6199b319a891b79685F0537D289af1FC83/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "NAR Token", - "website": "https://narwhalswap.org", - "description": "Narwhalswap Protocol — DeFi Platform with Sustainability. We will build a new unique dapp and protocol to enhance the value of the DeFi, create diversified investment, and become the future of financial services.", - "explorer": "https://bscscan.com/token/0xa1303e6199b319a891b79685f0537d289af1fc83", - "type": "BEP20", - "symbol": "NAR", - "decimals": 18, - "status": "active", - "id": "0xA1303E6199b319a891b79685F0537D289af1FC83", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/narwhalswap" - }, - { - "name": "telegram", - "url": "https://t.me/narwhalswap" - }, - { - "name": "medium", - "url": "https://medium.com/narwhalswap" - }, - { - "name": "docs", - "url": "https://docs.narwhalswap.org" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA1303E6199b319a891b79685F0537D289af1FC83/logo.png b/blockchains/smartchain/assets/0xA1303E6199b319a891b79685F0537D289af1FC83/logo.png deleted file mode 100644 index 75de53f1ca4e2..0000000000000 Binary files a/blockchains/smartchain/assets/0xA1303E6199b319a891b79685F0537D289af1FC83/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA176fa55bef56D18ab671251957aCB0Db630539b/info.json b/blockchains/smartchain/assets/0xA176fa55bef56D18ab671251957aCB0Db630539b/info.json deleted file mode 100644 index 2663692ee6427..0000000000000 --- a/blockchains/smartchain/assets/0xA176fa55bef56D18ab671251957aCB0Db630539b/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "SymBULL", - "type": "BEP20", - "symbol": "SYMBULL", - "decimals": 9, - "website": "https://symbull.com", - "description": "A Decentralized Token that created a Crypto EcoVERSE! SymBULL, RIDE, CHARGE, BullSwap, Innovative Reward System,and BullRUN NFT Game! All holders of SymBULL will earn 8% reward from every Buy/Sell Transaction in BUSD, which is automatically sent to your wallet by simply holding SymBULL.", - "explorer": "https://bscscan.com/token/0xA176fa55bef56D18ab671251957aCB0Db630539b", - "status": "active", - "id": "0xA176fa55bef56D18ab671251957aCB0Db630539b", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SymBULLCoin" - }, - { - "name": "telegram", - "url": "https://t.me/symbull" - }, - { - "name": "blog", - "url": "https://symbull.medium.com/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/symbull/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/symbull/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/symbull" - }, - { - "name": "facebook", - "url": "https://facebook.com/SymBull" - }, - { - "name": "whitepaper", - "url": "https://secureservercdn.net/50.62.172.157/9h7.c40.myftpupload.com/wp-content/uploads/2021/10/SymBull-Whitepaper-1.pdf" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0xa176fa55bef56d18ab671251957acb0db630539b#code" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA176fa55bef56D18ab671251957aCB0Db630539b/logo.png b/blockchains/smartchain/assets/0xA176fa55bef56D18ab671251957aCB0Db630539b/logo.png deleted file mode 100644 index f552b008665a1..0000000000000 Binary files a/blockchains/smartchain/assets/0xA176fa55bef56D18ab671251957aCB0Db630539b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA1928c0D8F83C0bFB7ebE51B412b1FD29A277893/info.json b/blockchains/smartchain/assets/0xA1928c0D8F83C0bFB7ebE51B412b1FD29A277893/info.json deleted file mode 100644 index 02c1431afbb23..0000000000000 --- a/blockchains/smartchain/assets/0xA1928c0D8F83C0bFB7ebE51B412b1FD29A277893/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "SatisFi Token", - "website": "https://satis.finance", - "description": "SAT is the native token of SatisFinance, 4th generation yield farming project on BSC.", - "explorer": "https://bscscan.com/token/0xA1928c0D8F83C0bFB7ebE51B412b1FD29A277893", - "research": "https://docs.satis.finance/tokenomics/main-token-sat", - "type": "BEP20", - "symbol": "SAT", - "decimals": 18, - "status": "active", - "id": "0xA1928c0D8F83C0bFB7ebE51B412b1FD29A277893" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA1928c0D8F83C0bFB7ebE51B412b1FD29A277893/logo.png b/blockchains/smartchain/assets/0xA1928c0D8F83C0bFB7ebE51B412b1FD29A277893/logo.png deleted file mode 100644 index fc05530c6f61d..0000000000000 Binary files a/blockchains/smartchain/assets/0xA1928c0D8F83C0bFB7ebE51B412b1FD29A277893/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA1943Bc4a417ffd2E9e11A97383fa3f9548291c3/info.json b/blockchains/smartchain/assets/0xA1943Bc4a417ffd2E9e11A97383fa3f9548291c3/info.json deleted file mode 100644 index 76cad050516e4..0000000000000 --- a/blockchains/smartchain/assets/0xA1943Bc4a417ffd2E9e11A97383fa3f9548291c3/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "API Inu", - "type": "BEP20", - "symbol": "API", - "decimals": 9, - "website": "https://www.apiinu.com/", - "description": "API Inu provide a traditional API service to smart contracts in a decentralized way.", - "explorer": "https://bscscan.com/token/0xa1943bc4a417ffd2e9e11a97383fa3f9548291c3", - "status": "active", - "id": "0xA1943Bc4a417ffd2E9e11A97383fa3f9548291c3", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/apiinu" - }, - { - "name": "github", - "url": "https://github.com/apiinu" - }, - { - "name": "telegram", - "url": "https://t.me/apiinu" - }, - { - "name": "whitepaper", - "url": "https://apiinu.com/assets/api_inu_whitepaper.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/@apiinu" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/api-inu/" - } - ], - "tags": [ - "defi", - "memes" - ] -} diff --git a/blockchains/smartchain/assets/0xA1943Bc4a417ffd2E9e11A97383fa3f9548291c3/logo.png b/blockchains/smartchain/assets/0xA1943Bc4a417ffd2E9e11A97383fa3f9548291c3/logo.png deleted file mode 100644 index b6c4d9d3c20c5..0000000000000 Binary files a/blockchains/smartchain/assets/0xA1943Bc4a417ffd2E9e11A97383fa3f9548291c3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA1A0C7849e6916945a78F8AF843738c051ab15F3/info.json b/blockchains/smartchain/assets/0xA1A0C7849e6916945a78F8AF843738c051ab15F3/info.json deleted file mode 100644 index a138480880fa1..0000000000000 --- a/blockchains/smartchain/assets/0xA1A0C7849e6916945a78F8AF843738c051ab15F3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MetaMoon.io", - "website": "https://metamoon.io/", - "description": "The MetaMoon is a NFT market and DeFi Token. Reflection, Auto LP, and Burn.", - "explorer": "https://bscscan.com/token/0xA1A0C7849e6916945a78F8AF843738c051ab15F3", - "type": "BEP20", - "symbol": "MetaMoon", - "decimals": 9, - "status": "active", - "id": "0xA1A0C7849e6916945a78F8AF843738c051ab15F3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA1A0C7849e6916945a78F8AF843738c051ab15F3/logo.png b/blockchains/smartchain/assets/0xA1A0C7849e6916945a78F8AF843738c051ab15F3/logo.png deleted file mode 100644 index a79049393113f..0000000000000 Binary files a/blockchains/smartchain/assets/0xA1A0C7849e6916945a78F8AF843738c051ab15F3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA1efCe38CB265Af369e891bC3026d0285545D4E5/info.json b/blockchains/smartchain/assets/0xA1efCe38CB265Af369e891bC3026d0285545D4E5/info.json deleted file mode 100644 index 8fcb50745e20e..0000000000000 --- a/blockchains/smartchain/assets/0xA1efCe38CB265Af369e891bC3026d0285545D4E5/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Safetesla", - "type": "BEP20", - "symbol": "SAFETESLA", - "decimals": 9, - "website": "https://www.safetesla.com/", - "description": "Safetesla is frictionless yield & liquidity generation smart contract protocol", - "explorer": "https://bscscan.com/token/0xa1efce38cb265af369e891bc3026d0285545d4e5", - "status": "active", - "id": "0xA1efCe38CB265Af369e891bC3026d0285545D4E5" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA1efCe38CB265Af369e891bC3026d0285545D4E5/logo.png b/blockchains/smartchain/assets/0xA1efCe38CB265Af369e891bC3026d0285545D4E5/logo.png deleted file mode 100644 index 25e8dbca4ec65..0000000000000 Binary files a/blockchains/smartchain/assets/0xA1efCe38CB265Af369e891bC3026d0285545D4E5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA1fd12820F0c1C492DD87f8a0d12043d8f24f8a6/info.json b/blockchains/smartchain/assets/0xA1fd12820F0c1C492DD87f8a0d12043d8f24f8a6/info.json deleted file mode 100644 index 56f40c2486876..0000000000000 --- a/blockchains/smartchain/assets/0xA1fd12820F0c1C492DD87f8a0d12043d8f24f8a6/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "EUSD", - "website": "https://e-usd.network", - "description": "Decentralizing the U.S dollar to create a stable token", - "explorer": "https://bscscan.com/token/0xa1fd12820f0c1c492dd87f8a0d12043d8f24f8a6", - "type": "BEP20", - "symbol": "EUSD", - "decimals": 18, - "status": "active", - "id": "0xA1fd12820F0c1C492DD87f8a0d12043d8f24f8a6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA1fd12820F0c1C492DD87f8a0d12043d8f24f8a6/logo.png b/blockchains/smartchain/assets/0xA1fd12820F0c1C492DD87f8a0d12043d8f24f8a6/logo.png deleted file mode 100644 index 11427a25ed4c6..0000000000000 Binary files a/blockchains/smartchain/assets/0xA1fd12820F0c1C492DD87f8a0d12043d8f24f8a6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA2086F4a3955A520A1743D68CDbcf064Ee1746Cd/info.json b/blockchains/smartchain/assets/0xA2086F4a3955A520A1743D68CDbcf064Ee1746Cd/info.json deleted file mode 100644 index aa53ce36b71e1..0000000000000 --- a/blockchains/smartchain/assets/0xA2086F4a3955A520A1743D68CDbcf064Ee1746Cd/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "X Doge", - "type": "BEP20", - "symbol": "X", - "decimals": 9, - "website": "https://xdoge.app", - "description": "X Doge is the next evolutionary Decentralized Finance cryptocurrency that strives to provide wide ranging DeFi services from premier charting solutions.", - "explorer": "https://bscscan.com/token/0xA2086F4a3955A520A1743D68CDbcf064Ee1746Cd", - "status": "active", - "id": "0xA2086F4a3955A520A1743D68CDbcf064Ee1746Cd", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/xdogeapp" - }, - { - "name": "github", - "url": "https://github.com/xdogeapp" - }, - { - "name": "telegram", - "url": "https://t.me/xdogeapp" - }, - { - "name": "whitepaper", - "url": "https://xdoge.app/assets/xdoge_whitepaper_v1.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/@xdogeapp" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/x-doge/" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0xa2086f4a3955a520a1743d68cdbcf064ee1746cd#code" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA2086F4a3955A520A1743D68CDbcf064Ee1746Cd/logo.png b/blockchains/smartchain/assets/0xA2086F4a3955A520A1743D68CDbcf064Ee1746Cd/logo.png deleted file mode 100644 index db55eb58e6611..0000000000000 Binary files a/blockchains/smartchain/assets/0xA2086F4a3955A520A1743D68CDbcf064Ee1746Cd/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA2120b9e674d3fC3875f415A7DF52e382F141225/info.json b/blockchains/smartchain/assets/0xA2120b9e674d3fC3875f415A7DF52e382F141225/info.json deleted file mode 100644 index fed73fd7d8b92..0000000000000 --- a/blockchains/smartchain/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://bscscan.com/token/0xa2120b9e674d3fc3875f415a7df52e382f141225", - "type": "BEP20", - "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/smartchain/assets/0xA2120b9e674d3fC3875f415A7DF52e382F141225/logo.png b/blockchains/smartchain/assets/0xA2120b9e674d3fC3875f415A7DF52e382F141225/logo.png deleted file mode 100644 index 0184935a8c392..0000000000000 Binary files a/blockchains/smartchain/assets/0xA2120b9e674d3fC3875f415A7DF52e382F141225/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA2D3e8E0723c6Cd0fBC0409FEc13B9E67B2420bc/info.json b/blockchains/smartchain/assets/0xA2D3e8E0723c6Cd0fBC0409FEc13B9E67B2420bc/info.json deleted file mode 100644 index 3400030e04d18..0000000000000 --- a/blockchains/smartchain/assets/0xA2D3e8E0723c6Cd0fBC0409FEc13B9E67B2420bc/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "NFTShiba.Finance", - "type": "BEP20", - "symbol": "NFTSHIBA", - "decimals": 9, - "website": "https://nft-shiba.info", - "description": "NFTShiba Finance is a NFT ART Meme and NFT Defi. NFTShiba Finance operates as a deflationary automated liquidity-locking and self-staking direct distribution protocol, providing safe, secure and hassle-free transactions and yield-generation for all holders.", - "explorer": "https://bscscan.com/token/0xA2D3e8E0723c6Cd0fBC0409FEc13B9E67B2420bc", - "status": "active", - "id": "0xA2D3e8E0723c6Cd0fBC0409FEc13B9E67B2420bc" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA2D3e8E0723c6Cd0fBC0409FEc13B9E67B2420bc/logo.png b/blockchains/smartchain/assets/0xA2D3e8E0723c6Cd0fBC0409FEc13B9E67B2420bc/logo.png deleted file mode 100644 index e8327f1b72b3a..0000000000000 Binary files a/blockchains/smartchain/assets/0xA2D3e8E0723c6Cd0fBC0409FEc13B9E67B2420bc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA2a26349448ddAfAe34949a6Cc2cEcF78c0497aC/info.json b/blockchains/smartchain/assets/0xA2a26349448ddAfAe34949a6Cc2cEcF78c0497aC/info.json deleted file mode 100644 index 22bc057d191ab..0000000000000 --- a/blockchains/smartchain/assets/0xA2a26349448ddAfAe34949a6Cc2cEcF78c0497aC/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "TrusterCoin", - "type": "BEP20", - "symbol": "TSC", - "decimals": 9, - "website": "https://trustercoin.com", - "description": "TrusterCoin is a utility token for business tokenization platform at a time when entrepreneurs through blockchain technology.", - "explorer": "https://bscscan.com/token/0xA2a26349448ddAfAe34949a6Cc2cEcF78c0497aC", - "status": "active", - "id": "0xA2a26349448ddAfAe34949a6Cc2cEcF78c0497aC", - "links": [ - { - "name": "telegram", - "url": "https://t.me/joinchat/9chNb2ktauczY2Nh" - }, - { - "name": "facebook", - "url": "https://facebook.com/trustercoin" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC7kAc4_H2GqebP163LoNvwQlkm," - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA2a26349448ddAfAe34949a6Cc2cEcF78c0497aC/logo.png b/blockchains/smartchain/assets/0xA2a26349448ddAfAe34949a6Cc2cEcF78c0497aC/logo.png deleted file mode 100644 index a8f2358e34ebd..0000000000000 Binary files a/blockchains/smartchain/assets/0xA2a26349448ddAfAe34949a6Cc2cEcF78c0497aC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA2f46fe221f34Dac4Cf078e6946A7cb4e373AD28/info.json b/blockchains/smartchain/assets/0xA2f46fe221f34Dac4Cf078e6946A7cb4e373AD28/info.json deleted file mode 100644 index 68b880a3b4b8c..0000000000000 --- a/blockchains/smartchain/assets/0xA2f46fe221f34Dac4Cf078e6946A7cb4e373AD28/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BAFI Token", - "website": "https://bafi.finance", - "description": "BAFI is a utility token for bafi decentralized exchange ans IDO platform.", - "explorer": "https://bscscan.com/token/0xa2f46fe221f34dac4cf078e6946a7cb4e373ad28", - "type": "BEP20", - "symbol": "BAFI", - "decimals": 18, - "status": "active", - "id": "0xA2f46fe221f34Dac4Cf078e6946A7cb4e373AD28" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA2f46fe221f34Dac4Cf078e6946A7cb4e373AD28/logo.png b/blockchains/smartchain/assets/0xA2f46fe221f34Dac4Cf078e6946A7cb4e373AD28/logo.png deleted file mode 100644 index 06d75303ca1a2..0000000000000 Binary files a/blockchains/smartchain/assets/0xA2f46fe221f34Dac4Cf078e6946A7cb4e373AD28/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA327179d47faD68d09e4501a838daaaf74faBb7c/info.json b/blockchains/smartchain/assets/0xA327179d47faD68d09e4501a838daaaf74faBb7c/info.json deleted file mode 100644 index b211466493413..0000000000000 --- a/blockchains/smartchain/assets/0xA327179d47faD68d09e4501a838daaaf74faBb7c/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "SafeXI", - "website": "https://safe-xi.com", - "description": "Autonomous yield and liquidity generation protocol.", - "explorer": "https://bscscan.com/token/0xA327179d47faD68d09e4501a838daaaf74faBb7c", - "research": "", - "type": "BEP20", - "symbol": "SXI", - "decimals": 9, - "status": "active", - "id": "0xA327179d47faD68d09e4501a838daaaf74faBb7c" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA327179d47faD68d09e4501a838daaaf74faBb7c/logo.png b/blockchains/smartchain/assets/0xA327179d47faD68d09e4501a838daaaf74faBb7c/logo.png deleted file mode 100644 index 71118a917e9ee..0000000000000 Binary files a/blockchains/smartchain/assets/0xA327179d47faD68d09e4501a838daaaf74faBb7c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA3424FB48b9FA2FF8D3366eD91f36b4cDa7cAdd8/info.json b/blockchains/smartchain/assets/0xA3424FB48b9FA2FF8D3366eD91f36b4cDa7cAdd8/info.json deleted file mode 100644 index 2e4d87dd6ca09..0000000000000 --- a/blockchains/smartchain/assets/0xA3424FB48b9FA2FF8D3366eD91f36b4cDa7cAdd8/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Vacay", - "website": "https://vacay.finance", - "description": "Vacay is a new Defi token on the Binance Smart Chain with the objective of making cryptocurrency payments a mainstream option for international travelers and the broader hostitality industry.", - "explorer": "https://bscscan.com/token/0xa3424fb48b9fa2ff8d3366ed91f36b4cda7cadd8", - "type": "BEP20", - "symbol": "Vacay", - "decimals": 18, - "status": "active", - "id": "0xA3424FB48b9FA2FF8D3366eD91f36b4cDa7cAdd8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA3424FB48b9FA2FF8D3366eD91f36b4cDa7cAdd8/logo.png b/blockchains/smartchain/assets/0xA3424FB48b9FA2FF8D3366eD91f36b4cDa7cAdd8/logo.png deleted file mode 100644 index 3c34f85c02520..0000000000000 Binary files a/blockchains/smartchain/assets/0xA3424FB48b9FA2FF8D3366eD91f36b4cDa7cAdd8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA38898a4Ae982Cb0131104a6746f77fA0dA57aAA/info.json b/blockchains/smartchain/assets/0xA38898a4Ae982Cb0131104a6746f77fA0dA57aAA/info.json deleted file mode 100644 index 126c0aa65318e..0000000000000 --- a/blockchains/smartchain/assets/0xA38898a4Ae982Cb0131104a6746f77fA0dA57aAA/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Project Quantum", - "website": "https://quantumworks.co.uk/", - "description": "Project Quantum is taking AAA gaming into the 21st Century, with cryptocurrency at the core of the economy.", - "explorer": "https://bscscan.com/token/0xA38898a4Ae982Cb0131104a6746f77fA0dA57aAA", - "type": "BEP20", - "symbol": "QBIT", - "decimals": 2, - "status": "active", - "id": "0xA38898a4Ae982Cb0131104a6746f77fA0dA57aAA" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA38898a4Ae982Cb0131104a6746f77fA0dA57aAA/logo.png b/blockchains/smartchain/assets/0xA38898a4Ae982Cb0131104a6746f77fA0dA57aAA/logo.png deleted file mode 100644 index c437a7b3c529d..0000000000000 Binary files a/blockchains/smartchain/assets/0xA38898a4Ae982Cb0131104a6746f77fA0dA57aAA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA38f6b2848cAE0b61DDd3EC36560801e7eDA2b62/info.json b/blockchains/smartchain/assets/0xA38f6b2848cAE0b61DDd3EC36560801e7eDA2b62/info.json deleted file mode 100644 index 1c439b0579cc3..0000000000000 --- a/blockchains/smartchain/assets/0xA38f6b2848cAE0b61DDd3EC36560801e7eDA2b62/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SAFEMOON RED", - "website": "https://safemoonred.com", - "description": "SAFEMOON RED is Binance Smart Chain Memes Token", - "explorer": "https://bscscan.com/token/0xA38f6b2848cAE0b61DDd3EC36560801e7eDA2b62", - "symbol": "SMR", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0xA38f6b2848cAE0b61DDd3EC36560801e7eDA2b62" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA38f6b2848cAE0b61DDd3EC36560801e7eDA2b62/logo.png b/blockchains/smartchain/assets/0xA38f6b2848cAE0b61DDd3EC36560801e7eDA2b62/logo.png deleted file mode 100644 index cb81c458f61e4..0000000000000 Binary files a/blockchains/smartchain/assets/0xA38f6b2848cAE0b61DDd3EC36560801e7eDA2b62/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA3b89C5F75C530f33E612177001F5602E9C2830F/info.json b/blockchains/smartchain/assets/0xA3b89C5F75C530f33E612177001F5602E9C2830F/info.json deleted file mode 100644 index 3a57397d9c07a..0000000000000 --- a/blockchains/smartchain/assets/0xA3b89C5F75C530f33E612177001F5602E9C2830F/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "miniBABYDOGE", - "type": "BEP20", - "symbol": "miniBABYDOGE", - "decimals": 18, - "website": "https://www.minibabydogeofficial.com/", - "description": "miniBabydoge is a BEP20 project that is focused on the entire cryptocurrency community. We plan to build a strong community through honest, friendly and constant social media engagement on our channels, thereby facilitating mainstream adoption of decentralised blockchain technology.", - "explorer": "https://bscscan.com/token/0xa3b89c5f75c530f33e612177001f5602e9c2830f", - "status": "active", - "id": "0xA3b89C5F75C530f33E612177001F5602E9C2830F", - "links": [ - { - "name": "telegram", - "url": "https://t.me/miniBABYDOGEofficialgroup" - }, - { - "name": "twitter", - "url": "https://twitter.com/MBabydoge" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mini-baby-doge/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/mini-baby-doge" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0xa3b89c5f75c530f33e612177001f5602e9c2830f#code" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA3b89C5F75C530f33E612177001F5602E9C2830F/logo.png b/blockchains/smartchain/assets/0xA3b89C5F75C530f33E612177001F5602E9C2830F/logo.png deleted file mode 100644 index f30d4001c9962..0000000000000 Binary files a/blockchains/smartchain/assets/0xA3b89C5F75C530f33E612177001F5602E9C2830F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA4050Aa9b76CcDAe1A6a8b2F3e8627Cdc1546d86/info.json b/blockchains/smartchain/assets/0xA4050Aa9b76CcDAe1A6a8b2F3e8627Cdc1546d86/info.json deleted file mode 100644 index 3517b3a01470a..0000000000000 --- a/blockchains/smartchain/assets/0xA4050Aa9b76CcDAe1A6a8b2F3e8627Cdc1546d86/info.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "Lepasa", - "type": "BEP20", - "symbol": "Lepa", - "decimals": 18, - "website": "https://www.lepasa.com", - "description": "LEPA is the utility token of LEPASA- A decentralised metaverse project with a vision to establish a complete ecosystem for the developers and users.", - "explorer": "https://bscscan.com/token/0xA4050Aa9b76CcDAe1A6a8b2F3e8627Cdc1546d86", - "status": "active", - "id": "0xA4050Aa9b76CcDAe1A6a8b2F3e8627Cdc1546d86", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/lepasaorg" - }, - { - "name": "github", - "url": "https://github.com/lepasa" - }, - { - "name": "telegram", - "url": "https://t.me/lepasa" - }, - { - "name": "docs", - "url": "https://docs.lepasa.com" - }, - { - "name": "discord", - "url": "https://discord.com/invite/fUeCwJ9y5M" - }, - { - "name": "telegram_news", - "url": "https://t.me/lepasaorg" - }, - { - "name": "whitepaper", - "url": "https://app.lepasa.com/assets/docs/whitepaper.pdf" - }, - { - "name": "medium", - "url": "https://lepasa.medium.com" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/lepasa" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/lepasa" - } - ], - "tags": [ - "wrapped", - "nft", - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0xA4050Aa9b76CcDAe1A6a8b2F3e8627Cdc1546d86/logo.png b/blockchains/smartchain/assets/0xA4050Aa9b76CcDAe1A6a8b2F3e8627Cdc1546d86/logo.png deleted file mode 100644 index 1ccdc6a3b7db3..0000000000000 Binary files a/blockchains/smartchain/assets/0xA4050Aa9b76CcDAe1A6a8b2F3e8627Cdc1546d86/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA4d872235dde5694AF92a1d0df20d723E8e9E5fC/info.json b/blockchains/smartchain/assets/0xA4d872235dde5694AF92a1d0df20d723E8e9E5fC/info.json deleted file mode 100644 index 67a2c93a6eb06..0000000000000 --- a/blockchains/smartchain/assets/0xA4d872235dde5694AF92a1d0df20d723E8e9E5fC/info.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "GNBU", - "website": "https://nimbusplatform.io", - "description": "Nimbus - Creating Value Based on Real Use cases for Digital Assets.", - "explorer": "https://bscscan.com/token/0xA4d872235dde5694AF92a1d0df20d723E8e9E5fC", - "type": "BEP20", - "symbol": "GNBU", - "decimals": 18, - "status": "active", - "id": "0xA4d872235dde5694AF92a1d0df20d723E8e9E5fC", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/nmbplatform" - }, - { - "name": "telegram", - "url": "https://t.me/nmbplatform" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCOl3hXqESQ54chKSn5nsfPg" - } - ], - "tags": [ - "governance", - "staking", - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA4d872235dde5694AF92a1d0df20d723E8e9E5fC/logo.png b/blockchains/smartchain/assets/0xA4d872235dde5694AF92a1d0df20d723E8e9E5fC/logo.png deleted file mode 100644 index dc92b4ca54d66..0000000000000 Binary files a/blockchains/smartchain/assets/0xA4d872235dde5694AF92a1d0df20d723E8e9E5fC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA53E61578fF54f1ad70186Be99332a6e20b6ffa9/info.json b/blockchains/smartchain/assets/0xA53E61578fF54f1ad70186Be99332a6e20b6ffa9/info.json deleted file mode 100644 index a27375ab9585b..0000000000000 --- a/blockchains/smartchain/assets/0xA53E61578fF54f1ad70186Be99332a6e20b6ffa9/info.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "Golden Doge", - "type": "BEP20", - "symbol": "GDOGE", - "decimals": 9, - "website": "https://goldendoge.finance", - "description": "Golden Doge (GDOGE) is a community token that has a special Golden Vault which gets filled by 5% of every GDOGE transaction on Pancakeswap and rewards the GDOGE community in BNB.", - "explorer": "https://bscscan.com/token/0xA53E61578fF54f1ad70186Be99332a6e20b6ffa9", - "status": "active", - "id": "0xA53E61578fF54f1ad70186Be99332a6e20b6ffa9", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/GoldenDoge11" - }, - { - "name": "github", - "url": "https://github.com/Golden-Doge-Token" - }, - { - "name": "telegram", - "url": "https://t.me/en_goldendoge" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/GoldenDogeFinancial/" - }, - { - "name": "whitepaper", - "url": "https://goldendoge.finance/wp-content/uploads/2021/07/whitepaper.pdf" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCU05l0GIRWfWO2FudFh11Vw" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/golden-doge" - }, - { - "name": "medium", - "url": "https://medium.com/@goldendogefinance" - }, - { - "name": "source_code", - "url": "https://github.com/Golden-Doge-Token/contract/blob/main/smart%20contract.sol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA53E61578fF54f1ad70186Be99332a6e20b6ffa9/logo.png b/blockchains/smartchain/assets/0xA53E61578fF54f1ad70186Be99332a6e20b6ffa9/logo.png deleted file mode 100644 index eb6a7b8ab5b55..0000000000000 Binary files a/blockchains/smartchain/assets/0xA53E61578fF54f1ad70186Be99332a6e20b6ffa9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA55BB91dE33B4abdf3aC64913D98A55ad84Dc3A8/info.json b/blockchains/smartchain/assets/0xA55BB91dE33B4abdf3aC64913D98A55ad84Dc3A8/info.json deleted file mode 100644 index 7cbb7bd577de6..0000000000000 --- a/blockchains/smartchain/assets/0xA55BB91dE33B4abdf3aC64913D98A55ad84Dc3A8/info.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "BlowFish", - "website": "https://blowfish.one/", - "telegram": "https://t.me/blowfishtokengroup", - "twitter": "https://twitter.com/blowfishtoken", - "description": "A gamifying token with fun DApps like NFT games and a deflationary lottery.", - "explorer": "https://bscscan.com/token/0xa55bb91de33b4abdf3ac64913d98a55ad84dc3a8", - "type": "BEP20", - "symbol": "BLOWF", - "decimals": 18, - "status": "active", - "id": "0xA55BB91dE33B4abdf3aC64913D98A55ad84Dc3A8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA55BB91dE33B4abdf3aC64913D98A55ad84Dc3A8/logo.png b/blockchains/smartchain/assets/0xA55BB91dE33B4abdf3aC64913D98A55ad84Dc3A8/logo.png deleted file mode 100644 index 693e1b801da6b..0000000000000 Binary files a/blockchains/smartchain/assets/0xA55BB91dE33B4abdf3aC64913D98A55ad84Dc3A8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA55EF2fB2B7b6A60371FD3def9B806E74a48bE69/info.json b/blockchains/smartchain/assets/0xA55EF2fB2B7b6A60371FD3def9B806E74a48bE69/info.json deleted file mode 100644 index e32e3c0a00f8b..0000000000000 --- a/blockchains/smartchain/assets/0xA55EF2fB2B7b6A60371FD3def9B806E74a48bE69/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Adamant", - "website": "https://www.adamantcoin.com/", - "description": "Adamant is a hyperdeflationary token and is the Governance Token of the charity NFT Game Adamant Mine", - "explorer": "https://bscscan.com/token/0xA55EF2fB2B7b6A60371FD3def9B806E74a48bE69", - "type": "BEP20", - "symbol": "ADMC", - "decimals": 9, - "status": "active", - "id": "0xA55EF2fB2B7b6A60371FD3def9B806E74a48bE69", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/adamant/" - }, - { - "name": "twitter", - "url": "https://twitter.com/adamantcoin" - }, - { - "name": "telegram", - "url": "https://t.me/admcadamant" - }, - { - "name": "medium", - "url": "https://adamantcoin.medium.com/" - }, - { - "name": "discord", - "url": "https://discord.com/adamant" - } - ], - "tags": [ - "deflationary" - ] -} diff --git a/blockchains/smartchain/assets/0xA55EF2fB2B7b6A60371FD3def9B806E74a48bE69/logo.png b/blockchains/smartchain/assets/0xA55EF2fB2B7b6A60371FD3def9B806E74a48bE69/logo.png deleted file mode 100644 index 16dd834f8f217..0000000000000 Binary files a/blockchains/smartchain/assets/0xA55EF2fB2B7b6A60371FD3def9B806E74a48bE69/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA56B49dB164D37BE2F5Df2830dB0C666380cEa66/info.json b/blockchains/smartchain/assets/0xA56B49dB164D37BE2F5Df2830dB0C666380cEa66/info.json deleted file mode 100644 index d4c432fae832c..0000000000000 --- a/blockchains/smartchain/assets/0xA56B49dB164D37BE2F5Df2830dB0C666380cEa66/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PUGDOG INU", - "website": "https://pugdoginu.com/", - "description": "PUGDOG A community-driven decentralized rewarding network Fully decentralized and Community own, Zero Dev token.", - "explorer": "https://bscscan.com/token/0xa56b49db164d37be2f5df2830db0c666380cea66", - "type": "BEP20", - "symbol": "PUGDOG", - "decimals": 0, - "status": "active", - "id": "0xA56B49dB164D37BE2F5Df2830dB0C666380cEa66" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA56B49dB164D37BE2F5Df2830dB0C666380cEa66/logo.png b/blockchains/smartchain/assets/0xA56B49dB164D37BE2F5Df2830dB0C666380cEa66/logo.png deleted file mode 100644 index a9e25a06f5f4c..0000000000000 Binary files a/blockchains/smartchain/assets/0xA56B49dB164D37BE2F5Df2830dB0C666380cEa66/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA57ac35CE91Ee92CaEfAA8dc04140C8e232c2E50/info.json b/blockchains/smartchain/assets/0xA57ac35CE91Ee92CaEfAA8dc04140C8e232c2E50/info.json deleted file mode 100644 index cf91361577c2c..0000000000000 --- a/blockchains/smartchain/assets/0xA57ac35CE91Ee92CaEfAA8dc04140C8e232c2E50/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Pitbull", - "type": "BEP20", - "symbol": "PIT", - "decimals": 9, - "website": "https://pitbull.community", - "description": "Pitbull(PIT) is a deflationary token with 2% automatic liquidity provided on sells and 2% each trades rewards holders. The token has been abandoned by the developer and raised by the community.", - "explorer": "https://bscscan.com/token/0xA57ac35CE91Ee92CaEfAA8dc04140C8e232c2E50", - "status": "active", - "id": "0xA57ac35CE91Ee92CaEfAA8dc04140C8e232c2E50" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA57ac35CE91Ee92CaEfAA8dc04140C8e232c2E50/logo.png b/blockchains/smartchain/assets/0xA57ac35CE91Ee92CaEfAA8dc04140C8e232c2E50/logo.png deleted file mode 100644 index 7c4f131bc8f44..0000000000000 Binary files a/blockchains/smartchain/assets/0xA57ac35CE91Ee92CaEfAA8dc04140C8e232c2E50/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA58950F05FeA2277d2608748412bf9F802eA4901/info.json b/blockchains/smartchain/assets/0xA58950F05FeA2277d2608748412bf9F802eA4901/info.json deleted file mode 100644 index 4dc1ef7a14a27..0000000000000 --- a/blockchains/smartchain/assets/0xA58950F05FeA2277d2608748412bf9F802eA4901/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Wall Street Games", - "website": "https://wsg.gg", - "description": "Wall Street Games is a next generation hybrid blockchain-based online gaming platform, where players battle each other in fun & addicting simple games for rewards in cryptocurrencies!", - "explorer": "https://bscscan.com/token/0xA58950F05FeA2277d2608748412bf9F802eA4901", - "type": "BEP20", - "symbol": "WSG", - "decimals": 18, - "status": "active", - "id": "0xA58950F05FeA2277d2608748412bf9F802eA4901" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA58950F05FeA2277d2608748412bf9F802eA4901/logo.png b/blockchains/smartchain/assets/0xA58950F05FeA2277d2608748412bf9F802eA4901/logo.png deleted file mode 100644 index b087d7f60ec0d..0000000000000 Binary files a/blockchains/smartchain/assets/0xA58950F05FeA2277d2608748412bf9F802eA4901/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA5Ff48e326958E0CE6FdF9518de561F2B5f57dA3/info.json b/blockchains/smartchain/assets/0xA5Ff48e326958E0CE6FdF9518de561F2B5f57dA3/info.json deleted file mode 100644 index 76aecd5b7d9d1..0000000000000 --- a/blockchains/smartchain/assets/0xA5Ff48e326958E0CE6FdF9518de561F2B5f57dA3/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Polkalokr", - "type": "BEP20", - "symbol": "LKR", - "decimals": 18, - "website": "https://polkalokr.com", - "description": "Simplifying blockchain for individuals and businesses of all sizes - from new projects to enterprises - Polkalokr's solutions provide an on-ramp into crypto with no coding required.", - "explorer": "https://bscscan.com/token/0xA5Ff48e326958E0CE6FdF9518de561F2B5f57dA3", - "status": "active", - "id": "0xA5Ff48e326958E0CE6FdF9518de561F2B5f57dA3", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Polkalokr" - }, - { - "name": "github", - "url": "https://github.com/Polkalokr" - }, - { - "name": "telegram", - "url": "https://t.me/Polkalokr" - }, - { - "name": "telegram_news", - "url": "https://t.me/polkalokrannouncements" - }, - { - "name": "blog", - "url": "https://medium.com/polkalokr" - }, - { - "name": "medium", - "url": "https://medium.com/polkalokr" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/polkalokr/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/polkalokr" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA5Ff48e326958E0CE6FdF9518de561F2B5f57dA3/logo.png b/blockchains/smartchain/assets/0xA5Ff48e326958E0CE6FdF9518de561F2B5f57dA3/logo.png deleted file mode 100644 index 35022c2020744..0000000000000 Binary files a/blockchains/smartchain/assets/0xA5Ff48e326958E0CE6FdF9518de561F2B5f57dA3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA60Dad644BE617d4380Ef2a03f3075Ebbc9d0770/info.json b/blockchains/smartchain/assets/0xA60Dad644BE617d4380Ef2a03f3075Ebbc9d0770/info.json deleted file mode 100644 index 8ced66c2edc80..0000000000000 --- a/blockchains/smartchain/assets/0xA60Dad644BE617d4380Ef2a03f3075Ebbc9d0770/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "KingDoge", - "website": "https://kingdoge.io/", - "description": "The KingDoge is a community-driven DeFi. We love doges and we know what they can do. We will do much better.", - "explorer": "https://bscscan.com/token/0xA60Dad644BE617d4380Ef2a03f3075Ebbc9d0770", - "type": "BEP20", - "symbol": "KDOGE", - "decimals": 9, - "status": "active", - "id": "0xA60Dad644BE617d4380Ef2a03f3075Ebbc9d0770" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA60Dad644BE617d4380Ef2a03f3075Ebbc9d0770/logo.png b/blockchains/smartchain/assets/0xA60Dad644BE617d4380Ef2a03f3075Ebbc9d0770/logo.png deleted file mode 100644 index cf7679ea9ee68..0000000000000 Binary files a/blockchains/smartchain/assets/0xA60Dad644BE617d4380Ef2a03f3075Ebbc9d0770/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA64455a4553C9034236734FadDAddbb64aCE4Cc7/info.json b/blockchains/smartchain/assets/0xA64455a4553C9034236734FadDAddbb64aCE4Cc7/info.json deleted file mode 100644 index 67fd7fe9aad30..0000000000000 --- a/blockchains/smartchain/assets/0xA64455a4553C9034236734FadDAddbb64aCE4Cc7/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Santos FC Fan Token", - "type": "BEP20", - "symbol": "SANTOS", - "decimals": 8, - "website": "https://www.binance.com/en/fan-token/team-profile/porto", - "description": "BEP-20 utility token for Santos FC football club", - "explorer": "https://bscscan.com/token/0xA64455a4553C9034236734FadDAddbb64aCE4Cc7", - "status": "active", - "id": "0xA64455a4553C9034236734FadDAddbb64aCE4Cc7", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/santos-fc-fan-token/" - }, - { - "name": "twitter", - "url": "https://twitter.com/SantosFC" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/santos-fc-fan-token" - } - ], - "tags": [ - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0xA64455a4553C9034236734FadDAddbb64aCE4Cc7/logo.png b/blockchains/smartchain/assets/0xA64455a4553C9034236734FadDAddbb64aCE4Cc7/logo.png deleted file mode 100644 index 266b680eacc6a..0000000000000 Binary files a/blockchains/smartchain/assets/0xA64455a4553C9034236734FadDAddbb64aCE4Cc7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA656F993bD14B2B59a28d1e610476AD18849b107/info.json b/blockchains/smartchain/assets/0xA656F993bD14B2B59a28d1e610476AD18849b107/info.json deleted file mode 100644 index 5dca167c3b505..0000000000000 --- a/blockchains/smartchain/assets/0xA656F993bD14B2B59a28d1e610476AD18849b107/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SAFERMOON", - "type": "BEP20", - "symbol": "SAFERMOON", - "decimals": 9, - "website": "https://safermoon.net/", - "description": "SAFERMOON is an audited, vetted, and trusted RFI static reward token that benefits investors who hold. 10% trade fees provide a combination of rewards to token holders and liquidity, which increases SAFERMOON's price floor.", - "explorer": "https://bscscan.com/token/0xA656F993bD14B2B59a28d1e610476AD18849b107", - "status": "active", - "id": "0xA656F993bD14B2B59a28d1e610476AD18849b107" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA656F993bD14B2B59a28d1e610476AD18849b107/logo.png b/blockchains/smartchain/assets/0xA656F993bD14B2B59a28d1e610476AD18849b107/logo.png deleted file mode 100644 index 53bdc0ac04f3a..0000000000000 Binary files a/blockchains/smartchain/assets/0xA656F993bD14B2B59a28d1e610476AD18849b107/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA67a13c9283Da5AABB199Da54a9Cb4cD8B9b16bA/info.json b/blockchains/smartchain/assets/0xA67a13c9283Da5AABB199Da54a9Cb4cD8B9b16bA/info.json deleted file mode 100644 index 351aac09746e3..0000000000000 --- a/blockchains/smartchain/assets/0xA67a13c9283Da5AABB199Da54a9Cb4cD8B9b16bA/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Nobility", - "website": "https://nobilitytoken.com/", - "description": "Nobility is a BSC token that will revolutionize the esports landscape by organizing and providing tournaments with large prize pools, helping content creators earn more from playing the games they love, and more use cases that will fill glaring holes within the community.", - "explorer": "https://bscscan.com/token/0xA67a13c9283Da5AABB199Da54a9Cb4cD8B9b16bA", - "type": "BEP20", - "symbol": "NBL", - "decimals": 18, - "status": "active", - "id": "0xA67a13c9283Da5AABB199Da54a9Cb4cD8B9b16bA", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/nobility-new/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/nobility-new" - }, - { - "name": "twitter", - "url": "https://twitter.com/nobilitytoken" - }, - { - "name": "telegram", - "url": "https://t.me/thenobilitytoken" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA67a13c9283Da5AABB199Da54a9Cb4cD8B9b16bA/logo.png b/blockchains/smartchain/assets/0xA67a13c9283Da5AABB199Da54a9Cb4cD8B9b16bA/logo.png deleted file mode 100644 index 104f1a6253e05..0000000000000 Binary files a/blockchains/smartchain/assets/0xA67a13c9283Da5AABB199Da54a9Cb4cD8B9b16bA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA6Fd7B5C9eee30309B00B65436a284e2053251e5/info.json b/blockchains/smartchain/assets/0xA6Fd7B5C9eee30309B00B65436a284e2053251e5/info.json deleted file mode 100644 index 247db2d8fcc23..0000000000000 --- a/blockchains/smartchain/assets/0xA6Fd7B5C9eee30309B00B65436a284e2053251e5/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HORA OS", - "type": "BEP20", - "symbol": "HORA", - "decimals": 18, - "website": "https://horaos.com/", - "description": "Hora OS is an operating system built to administer a network of computers through a decentralized protocol.", - "explorer": "https://bscscan.com/token/0xA6Fd7B5C9eee30309B00B65436a284e2053251e5", - "status": "active", - "id": "0xA6Fd7B5C9eee30309B00B65436a284e2053251e5" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA6Fd7B5C9eee30309B00B65436a284e2053251e5/logo.png b/blockchains/smartchain/assets/0xA6Fd7B5C9eee30309B00B65436a284e2053251e5/logo.png deleted file mode 100644 index 5a6ce7a6e508b..0000000000000 Binary files a/blockchains/smartchain/assets/0xA6Fd7B5C9eee30309B00B65436a284e2053251e5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA72Ff2B799324B042AE379809eE54dACE99db3A5/info.json b/blockchains/smartchain/assets/0xA72Ff2B799324B042AE379809eE54dACE99db3A5/info.json deleted file mode 100644 index 7c30255afff93..0000000000000 --- a/blockchains/smartchain/assets/0xA72Ff2B799324B042AE379809eE54dACE99db3A5/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Miss Doge", - "website": "https://missdoge.net", - "description": "Here's the magnificent Miss of Baby Doge 🐶 seeing her family members being famous, she couldn't bear with that and she knew this is the time for her show.", - "explorer": "https://bscscan.com/token/0xA72Ff2B799324B042AE379809eE54dACE99db3A5", - "type": "BEP20", - "symbol": "MDOGE", - "decimals": 9, - "status": "active", - "id": "0xA72Ff2B799324B042AE379809eE54dACE99db3A5", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/MissDoge" - }, - { - "name": "twitter", - "url": "https://twitter.com/DogeMiss" - }, - { - "name": "telegram", - "url": "https://t.me/missdoge" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA72Ff2B799324B042AE379809eE54dACE99db3A5/logo.png b/blockchains/smartchain/assets/0xA72Ff2B799324B042AE379809eE54dACE99db3A5/logo.png deleted file mode 100644 index cc5e0a90d9f49..0000000000000 Binary files a/blockchains/smartchain/assets/0xA72Ff2B799324B042AE379809eE54dACE99db3A5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA73164DB271931CF952cBaEfF9E8F5817b42fA5C/info.json b/blockchains/smartchain/assets/0xA73164DB271931CF952cBaEfF9E8F5817b42fA5C/info.json deleted file mode 100644 index e93b9244f9ca8..0000000000000 --- a/blockchains/smartchain/assets/0xA73164DB271931CF952cBaEfF9E8F5817b42fA5C/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Landshare Token", - "type": "BEP20", - "symbol": "LAND", - "decimals": 18, - "website": "https://landshare.io", - "description": "Bringing Real Estate to the Blockchain", - "explorer": "https://bscscan.com/token/0xA73164DB271931CF952cBaEfF9E8F5817b42fA5C", - "status": "active", - "id": "0xA73164DB271931CF952cBaEfF9E8F5817b42fA5C", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/landshareio" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/landshare/" - } - ], - "tags": [ - "governance" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA73164DB271931CF952cBaEfF9E8F5817b42fA5C/logo.png b/blockchains/smartchain/assets/0xA73164DB271931CF952cBaEfF9E8F5817b42fA5C/logo.png deleted file mode 100644 index 6ef222298a99e..0000000000000 Binary files a/blockchains/smartchain/assets/0xA73164DB271931CF952cBaEfF9E8F5817b42fA5C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA73505453F58E367c80F16685079dAD6f4EA6b18/info.json b/blockchains/smartchain/assets/0xA73505453F58E367c80F16685079dAD6f4EA6b18/info.json deleted file mode 100644 index a9f42751f4ff4..0000000000000 --- a/blockchains/smartchain/assets/0xA73505453F58E367c80F16685079dAD6f4EA6b18/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "UnderMineGold", - "website": "https://www.underminegold.com", - "description": "UnderMineGold project will become a platform, which includes NFT, De-Fi and game.", - "explorer": "https://bscscan.com/token/0xA73505453F58E367c80F16685079dAD6f4EA6b18", - "type": "BEP20", - "symbol": "UMG", - "decimals": 9, - "status": "active", - "id": "0xA73505453F58E367c80F16685079dAD6f4EA6b18", - "links": [ - { - "name": "telegram", - "url": "https://t.me/UndermineGOLDchina" - }, - { - "name": "twitter", - "url": "https://twitter.com/UnderMineGold" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/underinegold" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/underminegold" - }, - { - "name": "whitepaper", - "url": "https://www.underminegold.com/en/UMG_White_Paper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA73505453F58E367c80F16685079dAD6f4EA6b18/logo.png b/blockchains/smartchain/assets/0xA73505453F58E367c80F16685079dAD6f4EA6b18/logo.png deleted file mode 100644 index 1e48cb58a6abf..0000000000000 Binary files a/blockchains/smartchain/assets/0xA73505453F58E367c80F16685079dAD6f4EA6b18/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA753D241fFcE10A3570eDa72f6561C04b1f9Ae77/info.json b/blockchains/smartchain/assets/0xA753D241fFcE10A3570eDa72f6561C04b1f9Ae77/info.json deleted file mode 100644 index 13bd88474fe30..0000000000000 --- a/blockchains/smartchain/assets/0xA753D241fFcE10A3570eDa72f6561C04b1f9Ae77/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "TitsV2", - "website": "https://titscoin.io/", - "description": "TitsV2coin dedicated to crypto lovers around the world who encourage breast cancer awareness and the enhancement or correction done by breast augmentation.", - "explorer": "https://bscscan.com/token/0xa753d241ffce10a3570eda72f6561c04b1f9ae77", - "type": "BEP20", - "symbol": "TITS", - "decimals": 9, - "status": "active", - "id": "0xA753D241fFcE10A3570eDa72f6561C04b1f9Ae77", - "links": [ - { - "name": "whitepaper", - "url": "https://titscoin.io/whitepaper" - }, - { - "name": "twitter", - "url": "https://twitter.com/titsfortits2" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA753D241fFcE10A3570eDa72f6561C04b1f9Ae77/logo.png b/blockchains/smartchain/assets/0xA753D241fFcE10A3570eDa72f6561C04b1f9Ae77/logo.png deleted file mode 100644 index 9f31585da65fd..0000000000000 Binary files a/blockchains/smartchain/assets/0xA753D241fFcE10A3570eDa72f6561C04b1f9Ae77/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA77346760341460B42C230ca6D21d4c8E743Fa9c/info.json b/blockchains/smartchain/assets/0xA77346760341460B42C230ca6D21d4c8E743Fa9c/info.json deleted file mode 100644 index df65efaaa6a9b..0000000000000 --- a/blockchains/smartchain/assets/0xA77346760341460B42C230ca6D21d4c8E743Fa9c/info.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "MicroPets", - "type": "BEP20", - "symbol": "PETS", - "decimals": 18, - "website": "https://micropets.io/", - "description": "Meet MicroPets – Home to the cutest NFT’s on the Binance Smart Chain! We’ve taken your favorite memes and packaged them up into adorable pets you can trade or stake. The rarer the MicroPet the better the rewards.", - "explorer": "https://bscscan.com/token/0xa77346760341460b42c230ca6d21d4c8e743fa9c", - "status": "active", - "id": "0xA77346760341460B42C230ca6D21d4c8E743Fa9c", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/micropets/" - }, - { - "name": "twitter", - "url": "https://twitter.com/MicroPetsBSC" - }, - { - "name": "telegram", - "url": "https://t.me/MicroPets" - }, - { - "name": "github", - "url": "https://github.com/micropets2021" - }, - { - "name": "whitepaper", - "url": "https://micropets.io/uploads/MicroPetsWhitepaper.pdf" - }, - { - "name": "discord", - "url": "https://discord.com/invite/UeMh9AAnfv" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/micropetsbsc/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/micropets" - } - ], - "tags": [ - "nft", - "defi", - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0xA77346760341460B42C230ca6D21d4c8E743Fa9c/logo.png b/blockchains/smartchain/assets/0xA77346760341460B42C230ca6D21d4c8E743Fa9c/logo.png deleted file mode 100644 index 1c22736dc07c8..0000000000000 Binary files a/blockchains/smartchain/assets/0xA77346760341460B42C230ca6D21d4c8E743Fa9c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA78628eCba2BF5fedf3fE27A7CEdaa363b46708f/info.json b/blockchains/smartchain/assets/0xA78628eCba2BF5fedf3fE27A7CEdaa363b46708f/info.json deleted file mode 100644 index 0606755ed559f..0000000000000 --- a/blockchains/smartchain/assets/0xA78628eCba2BF5fedf3fE27A7CEdaa363b46708f/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Little Bunny Rocket", - "type": "BEP20", - "symbol": "LBR", - "decimals": 9, - "website": "http://www.littlebunnyrocket.com", - "description": "Little Bunny Rocket is a collateralized cryptocurrency that grants investor holding LBR instant rewards on all transaction and protect them with its unique burn protocol. Little Bunny Rocket’s innovative ecosystem and LBR dApps will bring a true revolution to the cryptocurrency space and set new standard for security in DeFi.", - "explorer": "https://bscscan.com/token/0xA78628eCba2BF5fedf3fE27A7CEdaa363b46708f", - "status": "active", - "id": "0xA78628eCba2BF5fedf3fE27A7CEdaa363b46708f", - "links": [ - { - "name": "github", - "url": "https://github.com/littlebunnyrocket/littlebunnyrocket" - }, - { - "name": "twitter", - "url": "https://twitter.com/l_bunnyrocket" - }, - { - "name": "telegram", - "url": "https://t.me/littlebunnyrocket" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA78628eCba2BF5fedf3fE27A7CEdaa363b46708f/logo.png b/blockchains/smartchain/assets/0xA78628eCba2BF5fedf3fE27A7CEdaa363b46708f/logo.png deleted file mode 100644 index 789f9557857fb..0000000000000 Binary files a/blockchains/smartchain/assets/0xA78628eCba2BF5fedf3fE27A7CEdaa363b46708f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA7e288771A90F4f65df907521E7F3bA36D860A54/info.json b/blockchains/smartchain/assets/0xA7e288771A90F4f65df907521E7F3bA36D860A54/info.json deleted file mode 100644 index 3368c3b6031c2..0000000000000 --- a/blockchains/smartchain/assets/0xA7e288771A90F4f65df907521E7F3bA36D860A54/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "BTC GAME", - "type": "BEP20", - "symbol": "BTCGAME", - "decimals": 9, - "website": "https://btcgamee.com", - "description": "Btc Game is a blockchain-based community driven social games experience that pays dividends to the players. The platform is filled with reward systems to give players many ways to win and earn over time.", - "explorer": "https://bscscan.com/token/0xA7e288771A90F4f65df907521E7F3bA36D860A54", - "status": "active", - "id": "0xA7e288771A90F4f65df907521E7F3bA36D860A54", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BtcGameofficial" - }, - { - "name": "github", - "url": "https://github.com/btcgamee" - }, - { - "name": "telegram", - "url": "https://t.me/joinchat/KZ0FMWzF-EU4YzU1" - }, - { - "name": "facebook", - "url": "https://facebook.com/btcgame.official" - }, - { - "name": "discord", - "url": "https://discord.com/channels/887210364704522241/887210365568561184" - }, - { - "name": "medium", - "url": "https://medium.com/@btcgamee/bitcoin-game-a5c88bc3f515" - }, - { - "name": "whitepaper", - "url": "https://btcgamee.com/wp-content/uploads/2021/09/BtcGame-Whitepaper-1.1-3.pdf" - }, - { - "name": "youtube", - "url": "https://youtube.com/watch?v=SB9TB3W_LBA" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA7e288771A90F4f65df907521E7F3bA36D860A54/logo.png b/blockchains/smartchain/assets/0xA7e288771A90F4f65df907521E7F3bA36D860A54/logo.png deleted file mode 100644 index 20ee262515d80..0000000000000 Binary files a/blockchains/smartchain/assets/0xA7e288771A90F4f65df907521E7F3bA36D860A54/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA7f552078dcC247C2684336020c03648500C6d9F/info.json b/blockchains/smartchain/assets/0xA7f552078dcC247C2684336020c03648500C6d9F/info.json deleted file mode 100644 index 86902cf84ec3f..0000000000000 --- a/blockchains/smartchain/assets/0xA7f552078dcC247C2684336020c03648500C6d9F/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Ellipsis", - "website": "https://ellipsis.finance/", - "description": "Ellipsis Finance aims to offer secure low-slippage stable swapping.", - "explorer": "https://bscscan.com/token/0xA7f552078dcC247C2684336020c03648500C6d9F", - "type": "BEP20", - "symbol": "EPS", - "decimals": 18, - "status": "abandoned", - "id": "0xA7f552078dcC247C2684336020c03648500C6d9F", - "tags": [ - "defi" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Ellipsisfi" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/ellipsis/" - }, - { - "name": "telegram", - "url": "https://t.me/ellipsisfinance" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/ellipsis/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA84d7A90bDbBe6dE3FFFe9B7F549366320EF90D3/info.json b/blockchains/smartchain/assets/0xA84d7A90bDbBe6dE3FFFe9B7F549366320EF90D3/info.json deleted file mode 100644 index 7374dfbcf3854..0000000000000 --- a/blockchains/smartchain/assets/0xA84d7A90bDbBe6dE3FFFe9B7F549366320EF90D3/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "ZenFi AI Token", - "website": "https://zenfi.ai", - "description": "ZENFI AI provisions an Intelligent Metaverse", - "explorer": "https://bscscan.com/token/0xA84d7A90bDbBe6dE3FFFe9B7F549366320EF90D3", - "type": "BEP20", - "symbol": "ZENFI", - "decimals": 8, - "status": "active", - "id": "0xA84d7A90bDbBe6dE3FFFe9B7F549366320EF90D3", - "tags": [ - "nft" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/zenfiai" - }, - { - "name": "github", - "url": "https://github.com/zenfiaigit" - }, - { - "name": "telegram", - "url": "https://t.me/ZenFiAI" - } - ] -} diff --git a/blockchains/smartchain/assets/0xA84d7A90bDbBe6dE3FFFe9B7F549366320EF90D3/logo.png b/blockchains/smartchain/assets/0xA84d7A90bDbBe6dE3FFFe9B7F549366320EF90D3/logo.png deleted file mode 100644 index 451580cdb7431..0000000000000 Binary files a/blockchains/smartchain/assets/0xA84d7A90bDbBe6dE3FFFe9B7F549366320EF90D3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA8c2B8eec3d368C0253ad3dae65a5F2BBB89c929/info.json b/blockchains/smartchain/assets/0xA8c2B8eec3d368C0253ad3dae65a5F2BBB89c929/info.json deleted file mode 100644 index ef3b34178d2da..0000000000000 --- a/blockchains/smartchain/assets/0xA8c2B8eec3d368C0253ad3dae65a5F2BBB89c929/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "CertiK Token", - "website": "https://certik.foundation", - "description": "A Cross-chain Protocol with Security Scoring and Decentralized Reimbursements for Building Secure dApps and Blockchains.", - "explorer": "https://bscscan.com/token/0xA8c2B8eec3d368C0253ad3dae65a5F2BBB89c929", - "research": "https://research.binance.com/en/projects/certik", - "type": "BEP20", - "symbol": "CTK", - "decimals": 6, - "status": "active", - "id": "0xA8c2B8eec3d368C0253ad3dae65a5F2BBB89c929" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA8c2B8eec3d368C0253ad3dae65a5F2BBB89c929/logo.png b/blockchains/smartchain/assets/0xA8c2B8eec3d368C0253ad3dae65a5F2BBB89c929/logo.png deleted file mode 100644 index c0f1677007b18..0000000000000 Binary files a/blockchains/smartchain/assets/0xA8c2B8eec3d368C0253ad3dae65a5F2BBB89c929/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA8c514D991F59baB02d32b68f04204cB89261c88/info.json b/blockchains/smartchain/assets/0xA8c514D991F59baB02d32b68f04204cB89261c88/info.json deleted file mode 100644 index 2830a20b74efa..0000000000000 --- a/blockchains/smartchain/assets/0xA8c514D991F59baB02d32b68f04204cB89261c88/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Safe Protocol", - "website": "https://safeprotocol.io", - "description": "First Blockchain Socio-Political Media Platform", - "explorer": "https://bscscan.com/token/0xA8c514D991F59baB02d32b68f04204cB89261c88", - "type": "BEP20", - "symbol": "SAFEP", - "decimals": 8, - "status": "active", - "id": "0xA8c514D991F59baB02d32b68f04204cB89261c88" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA8c514D991F59baB02d32b68f04204cB89261c88/logo.png b/blockchains/smartchain/assets/0xA8c514D991F59baB02d32b68f04204cB89261c88/logo.png deleted file mode 100644 index 1cbfb635427d6..0000000000000 Binary files a/blockchains/smartchain/assets/0xA8c514D991F59baB02d32b68f04204cB89261c88/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA8fcEe78B782eF97380326E90DF80D72f025f020/info.json b/blockchains/smartchain/assets/0xA8fcEe78B782eF97380326E90DF80D72f025f020/info.json deleted file mode 100644 index 5eacec1b0495f..0000000000000 --- a/blockchains/smartchain/assets/0xA8fcEe78B782eF97380326E90DF80D72f025f020/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Tacocat", - "website": "https://tacocat.life", - "description": "Tacocat is a community coin that builds up public involvement to establish a first of its' kind crypto lifestyle brand. Tacocat brings the energy and ideas of the crypto community to the global audience with a unique style of cross-platform engagement.", - "explorer": "https://bscscan.com/token/0xa8fcee78b782ef97380326e90df80d72f025f020", - "type": "BEP20", - "symbol": "TACOCAT", - "decimals": 9, - "status": "active", - "id": "0xA8fcEe78B782eF97380326E90DF80D72f025f020", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/TacoCatCrew" - }, - { - "name": "telegram", - "url": "https://t.me/TacoCatCrew" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/tacocatcrew" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA8fcEe78B782eF97380326E90DF80D72f025f020/logo.png b/blockchains/smartchain/assets/0xA8fcEe78B782eF97380326E90DF80D72f025f020/logo.png deleted file mode 100644 index 189ddd726942a..0000000000000 Binary files a/blockchains/smartchain/assets/0xA8fcEe78B782eF97380326E90DF80D72f025f020/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA997E5AaaE60987Eb0B59A336dce6B158B113100/info.json b/blockchains/smartchain/assets/0xA997E5AaaE60987Eb0B59A336dce6B158B113100/info.json deleted file mode 100644 index 7a344d554cae8..0000000000000 --- a/blockchains/smartchain/assets/0xA997E5AaaE60987Eb0B59A336dce6B158B113100/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SeChain", - "type": "BEP20", - "symbol": "SNN", - "decimals": 3, - "website": "https://sechain.finance/", - "description": "SeChain project is building the future of decentralized services, where the service provider & the customers can get the work done in decentralized environment.", - "explorer": "https://bscscan.com/token/0xA997E5AaaE60987Eb0B59A336dce6B158B113100", - "status": "active", - "id": "0xA997E5AaaE60987Eb0B59A336dce6B158B113100" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA997E5AaaE60987Eb0B59A336dce6B158B113100/logo.png b/blockchains/smartchain/assets/0xA997E5AaaE60987Eb0B59A336dce6B158B113100/logo.png deleted file mode 100644 index 634a86d06e337..0000000000000 Binary files a/blockchains/smartchain/assets/0xA997E5AaaE60987Eb0B59A336dce6B158B113100/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xA9F059F63cd432B65A723EEeFf69304FD780070c/info.json b/blockchains/smartchain/assets/0xA9F059F63cd432B65A723EEeFf69304FD780070c/info.json deleted file mode 100644 index 9fdd7d6bf1cfe..0000000000000 --- a/blockchains/smartchain/assets/0xA9F059F63cd432B65A723EEeFf69304FD780070c/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Sanji Inu", - "type": "BEP20", - "symbol": "SANJI", - "decimals": 9, - "website": "https://sanjiinu.club/", - "description": "Sanji Inu is a community meme token, ownership will be removed. The project will be developed in the direction of NFT and adventure game to give One Piece fans an experience of the journey across the ocean.", - "explorer": "https://bscscan.com/token/0xA9F059F63cd432B65A723EEeFf69304FD780070c", - "status": "active", - "id": "0xA9F059F63cd432B65A723EEeFf69304FD780070c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/sanjiinu_tw/" - }, - { - "name": "telegram", - "url": "https://t.me/sanjiinucommunity" - }, - { - "name": "github", - "url": "https://github.com/Sanji-Inu" - }, - { - "name": "whitepaper", - "url": "https://sanjiinu.club/assets/Whitepaper-Sanji-inu.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/sanji-inu/" - } - ], - "tags": [ - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xA9F059F63cd432B65A723EEeFf69304FD780070c/logo.png b/blockchains/smartchain/assets/0xA9F059F63cd432B65A723EEeFf69304FD780070c/logo.png deleted file mode 100644 index dffcfe1473107..0000000000000 Binary files a/blockchains/smartchain/assets/0xA9F059F63cd432B65A723EEeFf69304FD780070c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAA5c91F3df88B8B3863d0899bcA33E70482beD2A/info.json b/blockchains/smartchain/assets/0xAA5c91F3df88B8B3863d0899bcA33E70482beD2A/info.json deleted file mode 100644 index ce87d981ff68d..0000000000000 --- a/blockchains/smartchain/assets/0xAA5c91F3df88B8B3863d0899bcA33E70482beD2A/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "WAIVLENGTH", - "website": "https://www.waivlength.io/", - "description": "Waivlength aims to establish an accountable social media platform using KYC protocols", - "explorer": "https://bscscan.com/token/0xAA5c91F3df88B8B3863d0899bcA33E70482beD2A", - "type": "BEP20", - "symbol": "WAIV", - "decimals": 9, - "status": "active", - "id": "0xAA5c91F3df88B8B3863d0899bcA33E70482beD2A" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAA5c91F3df88B8B3863d0899bcA33E70482beD2A/logo.png b/blockchains/smartchain/assets/0xAA5c91F3df88B8B3863d0899bcA33E70482beD2A/logo.png deleted file mode 100644 index e3d9cd7663407..0000000000000 Binary files a/blockchains/smartchain/assets/0xAA5c91F3df88B8B3863d0899bcA33E70482beD2A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAAA7A10a8ee237ea61E8AC46C50A8Db8bCC1baaa/info.json b/blockchains/smartchain/assets/0xAAA7A10a8ee237ea61E8AC46C50A8Db8bCC1baaa/info.json deleted file mode 100644 index b74fcfa0de189..0000000000000 --- a/blockchains/smartchain/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://bscscan.com/token/0xAAA7A10a8ee237ea61E8AC46C50A8Db8bCC1baaa", - "type": "BEP20", - "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/smartchain/assets/0xAAA7A10a8ee237ea61E8AC46C50A8Db8bCC1baaa/logo.png b/blockchains/smartchain/assets/0xAAA7A10a8ee237ea61E8AC46C50A8Db8bCC1baaa/logo.png deleted file mode 100644 index 7f5462e0b7542..0000000000000 Binary files a/blockchains/smartchain/assets/0xAAA7A10a8ee237ea61E8AC46C50A8Db8bCC1baaa/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAAa304aBe41870600274160df1fC9F0C136a13Cc/info.json b/blockchains/smartchain/assets/0xAAa304aBe41870600274160df1fC9F0C136a13Cc/info.json deleted file mode 100644 index 585c4e3dc325e..0000000000000 --- a/blockchains/smartchain/assets/0xAAa304aBe41870600274160df1fC9F0C136a13Cc/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "AstroPup", - "type": "BEP20", - "symbol": "ASTRO", - "decimals": 9, - "website": "https://astropup.finance/", - "description": "AstroPup ($ASTRO) is a lighthearted deflationary meme token, with a 10% tax applied to every transaction.", - "explorer": "https://bscscan.com/token/0xaaa304abe41870600274160df1fc9f0c136a13cc", - "status": "active", - "id": "0xAAa304aBe41870600274160df1fC9F0C136a13Cc" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAAa304aBe41870600274160df1fC9F0C136a13Cc/logo.png b/blockchains/smartchain/assets/0xAAa304aBe41870600274160df1fC9F0C136a13Cc/logo.png deleted file mode 100644 index 022aa569c21e7..0000000000000 Binary files a/blockchains/smartchain/assets/0xAAa304aBe41870600274160df1fC9F0C136a13Cc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAB15B79880f11cFfb58dB25eC2bc39d28c4d80d2/info.json b/blockchains/smartchain/assets/0xAB15B79880f11cFfb58dB25eC2bc39d28c4d80d2/info.json deleted file mode 100644 index db563f63127c2..0000000000000 --- a/blockchains/smartchain/assets/0xAB15B79880f11cFfb58dB25eC2bc39d28c4d80d2/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "StarMon", - "website": "https://starmon.io", - "description": "Starmon Metaverse builds a virtual world: Andres Land. There are many creatures with superpowers called Starmon.", - "explorer": "https://bscscan.com/token/0xAB15B79880f11cFfb58dB25eC2bc39d28c4d80d2", - "type": "BEP20", - "symbol": "SMON", - "decimals": 18, - "status": "active", - "id": "0xAB15B79880f11cFfb58dB25eC2bc39d28c4d80d2", - "links": [ - { - "name": "github", - "url": "https://github.com/StarMon-protocol/" - }, - { - "name": "twitter", - "url": "https://twitter.com/StarMonGame" - }, - { - "name": "telegram", - "url": "https://t.me/StarMon_Official" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAB15B79880f11cFfb58dB25eC2bc39d28c4d80d2/logo.png b/blockchains/smartchain/assets/0xAB15B79880f11cFfb58dB25eC2bc39d28c4d80d2/logo.png deleted file mode 100644 index bfba5af3ab624..0000000000000 Binary files a/blockchains/smartchain/assets/0xAB15B79880f11cFfb58dB25eC2bc39d28c4d80d2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAB844d316B5a5093b7e7EdDE11cc08BeCCA36d1C/info.json b/blockchains/smartchain/assets/0xAB844d316B5a5093b7e7EdDE11cc08BeCCA36d1C/info.json deleted file mode 100644 index cff7fbba92684..0000000000000 --- a/blockchains/smartchain/assets/0xAB844d316B5a5093b7e7EdDE11cc08BeCCA36d1C/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Anubi Coin", - "symbol": "ANUBI", - "type": "BEP20", - "decimals": 9, - "description": "Anubi is community driven token.", - "website": "https://anubitoken.net/", - "explorer": "https://bscscan.com/token/0xAB844d316B5a5093b7e7EdDE11cc08BeCCA36d1C", - "status": "active", - "id": "0xAB844d316B5a5093b7e7EdDE11cc08BeCCA36d1C", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAB844d316B5a5093b7e7EdDE11cc08BeCCA36d1C/logo.png b/blockchains/smartchain/assets/0xAB844d316B5a5093b7e7EdDE11cc08BeCCA36d1C/logo.png deleted file mode 100644 index 465439e9b989a..0000000000000 Binary files a/blockchains/smartchain/assets/0xAB844d316B5a5093b7e7EdDE11cc08BeCCA36d1C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xABEB9c25a0FFFc526817c81A34EeF6765A233cEf/info.json b/blockchains/smartchain/assets/0xABEB9c25a0FFFc526817c81A34EeF6765A233cEf/info.json deleted file mode 100644 index 258a2bbfb03fb..0000000000000 --- a/blockchains/smartchain/assets/0xABEB9c25a0FFFc526817c81A34EeF6765A233cEf/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Flame Chain", - "type": "BEP20", - "symbol": "FLAME", - "decimals": 8, - "website": "https://flamechain.io/", - "description": "Flame Chain project has some great Features secure, useful, & easy-to-use Product based on Binance Smart Chain, it will include easy cryptocurrency payments integration, and even a digital arbitration system.", - "explorer": "https://bscscan.com/token/0xABEB9c25a0FFFc526817c81A34EeF6765A233cEf", - "status": "active", - "id": "0xABEB9c25a0FFFc526817c81A34EeF6765A233cEf" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xABEB9c25a0FFFc526817c81A34EeF6765A233cEf/logo.png b/blockchains/smartchain/assets/0xABEB9c25a0FFFc526817c81A34EeF6765A233cEf/logo.png deleted file mode 100644 index 41186db3d9636..0000000000000 Binary files a/blockchains/smartchain/assets/0xABEB9c25a0FFFc526817c81A34EeF6765A233cEf/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAC51066d7bEC65Dc4589368da368b212745d63E8/info.json b/blockchains/smartchain/assets/0xAC51066d7bEC65Dc4589368da368b212745d63E8/info.json deleted file mode 100644 index bbba4809674bc..0000000000000 --- a/blockchains/smartchain/assets/0xAC51066d7bEC65Dc4589368da368b212745d63E8/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "My Neighbor Alice", - "symbol": "ALICE", - "type": "BEP20", - "decimals": 6, - "description": "A social simulation Blockchain game owned by players.", - "website": "https://www.myneighboralice.com", - "explorer": "https://bscscan.com/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/smartchain/assets/0xAC51066d7bEC65Dc4589368da368b212745d63E8/logo.png b/blockchains/smartchain/assets/0xAC51066d7bEC65Dc4589368da368b212745d63E8/logo.png deleted file mode 100644 index 7b7eaca5f42d2..0000000000000 Binary files a/blockchains/smartchain/assets/0xAC51066d7bEC65Dc4589368da368b212745d63E8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAC68931B666E086E9de380CFDb0Fb5704a35dc2D/info.json b/blockchains/smartchain/assets/0xAC68931B666E086E9de380CFDb0Fb5704a35dc2D/info.json deleted file mode 100644 index 763c552e4014f..0000000000000 --- a/blockchains/smartchain/assets/0xAC68931B666E086E9de380CFDb0Fb5704a35dc2D/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "BNB Tiger Inu", - "type": "BEP20", - "symbol": "BNBTIGER", - "decimals": 9, - "website": "https://bnbtiger.top/", - "description": "BNBTiger is the king of beasts. They are the symbol of victory and strength. Powerful and tough.and our $BNBTIGER community is the same.", - "explorer": "https://bscscan.com/token/0xAC68931B666E086E9de380CFDb0Fb5704a35dc2D", - "status": "active", - "id": "0xAC68931B666E086E9de380CFDb0Fb5704a35dc2D", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BnbTiger" - }, - { - "name": "telegram", - "url": "https://t.me/BNBTigerEN" - }, - { - "name": "github", - "url": "https://github.com/Tech-Audit/Smart-Contract-Audits/blob/main/TECHAUDIT_BNBTIGER.pdf" - }, - { - "name": "medium", - "url": "https://bnbtiger.medium.com/bnbtiger-6300a46ca53" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/bnbtiger/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/bnb-tiger-inu" - }, - { - "name": "whitepaper", - "url": "https://bnbtiger.top/static/upload/file/20230203/1675386735503028.pdf" - } - ], - "tags": [ - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAC68931B666E086E9de380CFDb0Fb5704a35dc2D/logo.png b/blockchains/smartchain/assets/0xAC68931B666E086E9de380CFDb0Fb5704a35dc2D/logo.png deleted file mode 100644 index 613cf86d83cae..0000000000000 Binary files a/blockchains/smartchain/assets/0xAC68931B666E086E9de380CFDb0Fb5704a35dc2D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xACce5119881693B1502ECAF732eb1d592adFc54b/info.json b/blockchains/smartchain/assets/0xACce5119881693B1502ECAF732eb1d592adFc54b/info.json deleted file mode 100644 index 0062d665cef47..0000000000000 --- a/blockchains/smartchain/assets/0xACce5119881693B1502ECAF732eb1d592adFc54b/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeWojak", - "symbol": "WOJAK", - "type": "BEP20", - "decimals": 9, - "description": "SafeWojak is a retail friendly due diligence platform, aiming to alleviate traders from falling victim to unaudited and malicious token contracts.", - "website": "https://safewojak.com/", - "explorer": "https://bscscan.com/token/0xACce5119881693B1502ECAF732eb1d592adFc54b", - "status": "active", - "id": "0xACce5119881693B1502ECAF732eb1d592adFc54b" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xACce5119881693B1502ECAF732eb1d592adFc54b/logo.png b/blockchains/smartchain/assets/0xACce5119881693B1502ECAF732eb1d592adFc54b/logo.png deleted file mode 100644 index 405f3202b2e85..0000000000000 Binary files a/blockchains/smartchain/assets/0xACce5119881693B1502ECAF732eb1d592adFc54b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAD0A3901eFf23b9143985bCB42F0171a112A2fD3/info.json b/blockchains/smartchain/assets/0xAD0A3901eFf23b9143985bCB42F0171a112A2fD3/info.json deleted file mode 100644 index 578e67ac1adfd..0000000000000 --- a/blockchains/smartchain/assets/0xAD0A3901eFf23b9143985bCB42F0171a112A2fD3/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "MinerBlox Token", - "website": "https://minerblox.com/", - "description": "MinerBlox Token will be needed to mint GPUs and start mining or to improve your machine's HashPower to extract even more tokens", - "explorer": "https://bscscan.com/token/0xAD0A3901eFf23b9143985bCB42F0171a112A2fD3", - "type": "BEP20", - "symbol": "MBLOX", - "decimals": 18, - "status": "active", - "id": "0xAD0A3901eFf23b9143985bCB42F0171a112A2fD3", - "tags": [ - "nft" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MinerBloxOffi" - }, - { - "name": "telegram", - "url": "https://t.me/minerblox" - }, - { - "name": "discord", - "url": "https://discord.com/invite/pXQSym4YQN" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/minerblox/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/minerblox" - } - ] -} diff --git a/blockchains/smartchain/assets/0xAD0A3901eFf23b9143985bCB42F0171a112A2fD3/logo.png b/blockchains/smartchain/assets/0xAD0A3901eFf23b9143985bCB42F0171a112A2fD3/logo.png deleted file mode 100644 index 3139055083f0e..0000000000000 Binary files a/blockchains/smartchain/assets/0xAD0A3901eFf23b9143985bCB42F0171a112A2fD3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAD29AbB318791D579433D831ed122aFeAf29dcfe/info.json b/blockchains/smartchain/assets/0xAD29AbB318791D579433D831ed122aFeAf29dcfe/info.json deleted file mode 100644 index 09c712d1df457..0000000000000 --- a/blockchains/smartchain/assets/0xAD29AbB318791D579433D831ed122aFeAf29dcfe/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Fantom", - "symbol": "FTM", - "type": "BEP20", - "decimals": 18, - "description": "Fantom is a directed acyclic graph (DAG) smart contract platform providing decentralized finance (DeFi) services to developers using its own bespoke consensus algorithm.", - "website": "http://fantom.foundation", - "explorer": "https://bscscan.com/token/0xad29abb318791d579433d831ed122afeaf29dcfe", - "status": "active", - "id": "0xAD29AbB318791D579433D831ed122aFeAf29dcfe", - "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/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAD29AbB318791D579433D831ed122aFeAf29dcfe/logo.png b/blockchains/smartchain/assets/0xAD29AbB318791D579433D831ed122aFeAf29dcfe/logo.png deleted file mode 100644 index 4c55ec1d7621e..0000000000000 Binary files a/blockchains/smartchain/assets/0xAD29AbB318791D579433D831ed122aFeAf29dcfe/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAD6cAEb32CD2c308980a548bD0Bc5AA4306c6c18/info.json b/blockchains/smartchain/assets/0xAD6cAEb32CD2c308980a548bD0Bc5AA4306c6c18/info.json deleted file mode 100644 index 8214ba685ae8a..0000000000000 --- a/blockchains/smartchain/assets/0xAD6cAEb32CD2c308980a548bD0Bc5AA4306c6c18/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "BNB pegged Band Protocol Token", - "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://bscscan.com/token/0xAD6cAEb32CD2c308980a548bD0Bc5AA4306c6c18", - "research": "https://research.binance.com/en/projects/band-protocol", - "type": "BEP20", - "symbol": "BAND", - "decimals": 18, - "status": "active", - "id": "0xAD6cAEb32CD2c308980a548bD0Bc5AA4306c6c18" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAD6cAEb32CD2c308980a548bD0Bc5AA4306c6c18/logo.png b/blockchains/smartchain/assets/0xAD6cAEb32CD2c308980a548bD0Bc5AA4306c6c18/logo.png deleted file mode 100644 index 9db68a25f3b4b..0000000000000 Binary files a/blockchains/smartchain/assets/0xAD6cAEb32CD2c308980a548bD0Bc5AA4306c6c18/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAD86d0E9764ba90DDD68747D64BFfBd79879a238/info.json b/blockchains/smartchain/assets/0xAD86d0E9764ba90DDD68747D64BFfBd79879a238/info.json deleted file mode 100644 index 6cdfeb17a116d..0000000000000 --- a/blockchains/smartchain/assets/0xAD86d0E9764ba90DDD68747D64BFfBd79879a238/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "PAID Network", - "website": "https://paidnetwork.com/#token", - "description": "PAID Network is a comprehensive business toolkit for business transaction needs.", - "explorer": "https://bscscan.com/token/0xad86d0e9764ba90ddd68747d64bffbd79879a238", - "type": "BEP20", - "symbol": "PAID", - "decimals": 18, - "status": "active", - "id": "0xAD86d0E9764ba90DDD68747D64BFfBd79879a238", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/paid_network" - }, - { - "name": "medium", - "url": "https://paidnetwork.medium.com" - }, - { - "name": "github", - "url": "https://github.com/PAIDNetwork" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAD86d0E9764ba90DDD68747D64BFfBd79879a238/logo.png b/blockchains/smartchain/assets/0xAD86d0E9764ba90DDD68747D64BFfBd79879a238/logo.png deleted file mode 100644 index 5493df31644af..0000000000000 Binary files a/blockchains/smartchain/assets/0xAD86d0E9764ba90DDD68747D64BFfBd79879a238/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAD90c05BC51672eEdfeE36E58b3ff1A78bbC146d/info.json b/blockchains/smartchain/assets/0xAD90c05BC51672eEdfeE36E58b3ff1A78bbC146d/info.json deleted file mode 100644 index cd1754040de45..0000000000000 --- a/blockchains/smartchain/assets/0xAD90c05BC51672eEdfeE36E58b3ff1A78bbC146d/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "XSPACE FINANCE", - "website": "https://xspace.finance/", - "description": "xSpace Finance offers a 100% community-driven Defi token XSPACE with deflationary mechanism", - "explorer": "https://bscscan.com/token/0xad90c05bc51672eedfee36e58b3ff1a78bbc146d", - "research": "https://xspace.finance/whitepaper_xspace.pdf", - "type": "BEP20", - "symbol": "XSPACE", - "decimals": 9, - "status": "active", - "id": "0xAD90c05BC51672eEdfeE36E58b3ff1A78bbC146d" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAD90c05BC51672eEdfeE36E58b3ff1A78bbC146d/logo.png b/blockchains/smartchain/assets/0xAD90c05BC51672eEdfeE36E58b3ff1A78bbC146d/logo.png deleted file mode 100644 index a79a54bb91011..0000000000000 Binary files a/blockchains/smartchain/assets/0xAD90c05BC51672eEdfeE36E58b3ff1A78bbC146d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xADCFC6bf853a0a8ad7f9Ff4244140D10cf01363C/info.json b/blockchains/smartchain/assets/0xADCFC6bf853a0a8ad7f9Ff4244140D10cf01363C/info.json deleted file mode 100644 index 40d5e61f99576..0000000000000 --- a/blockchains/smartchain/assets/0xADCFC6bf853a0a8ad7f9Ff4244140D10cf01363C/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "TrustPad", - "website": "https://trustpad.io/", - "description": "TrustPad is a decentralized multi-chain fundraising platform enabling projects to raise capital and promise safety to early stage investors.", - "explorer": "https://bscscan.com/token/0xadcfc6bf853a0a8ad7f9ff4244140d10cf01363c", - "type": "BEP20", - "symbol": "TPAD", - "decimals": 9, - "status": "active", - "id": "0xADCFC6bf853a0a8ad7f9Ff4244140D10cf01363C", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/TrustPad" - }, - { - "name": "telegram", - "url": "https://t.me/TrustPad" - }, - { - "name": "medium", - "url": "https://medium.com/@TrustPad" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xADCFC6bf853a0a8ad7f9Ff4244140D10cf01363C/logo.png b/blockchains/smartchain/assets/0xADCFC6bf853a0a8ad7f9Ff4244140D10cf01363C/logo.png deleted file mode 100644 index a2d33edfc8ff8..0000000000000 Binary files a/blockchains/smartchain/assets/0xADCFC6bf853a0a8ad7f9Ff4244140D10cf01363C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xADCa52302e0a6c2d5D68EDCdB4Ac75DeB5466884/info.json b/blockchains/smartchain/assets/0xADCa52302e0a6c2d5D68EDCdB4Ac75DeB5466884/info.json deleted file mode 100644 index d35c1534257c6..0000000000000 --- a/blockchains/smartchain/assets/0xADCa52302e0a6c2d5D68EDCdB4Ac75DeB5466884/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "GAMER", - "website": "https://gmr.center", - "description": "GMR: The decentralised gaming token and social GameFi platform. Create. Empower. Game.", - "explorer": "https://bscscan.com/token/0xADCa52302e0a6c2d5D68EDCdB4Ac75DeB5466884", - "type": "BEP20", - "symbol": "GMR", - "decimals": 18, - "status": "active", - "id": "0xADCa52302e0a6c2d5D68EDCdB4Ac75DeB5466884", - "links": [ - { - "name": "github", - "url": "https://github.com/gmr-center/gmr-token-v2" - }, - { - "name": "twitter", - "url": "https://twitter.com/GMRCenter" - }, - { - "name": "telegram", - "url": "https://t.me/gmrcenter" - }, - { - "name": "discord", - "url": "https://discord.com/invite/gmrcenter" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/GMR_Finance" - }, - { - "name": "facebook", - "url": "https://facebook.com/gmrcenterofficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/gamer" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/gamer" - }, - { - "name": "youtube", - "url": "https://youtube.com/GMRCenter" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xADCa52302e0a6c2d5D68EDCdB4Ac75DeB5466884/logo.png b/blockchains/smartchain/assets/0xADCa52302e0a6c2d5D68EDCdB4Ac75DeB5466884/logo.png deleted file mode 100644 index 6fd1e666570aa..0000000000000 Binary files a/blockchains/smartchain/assets/0xADCa52302e0a6c2d5D68EDCdB4Ac75DeB5466884/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAE4cA3272792d8499575AEFacdc299F0cBdc9270/info.json b/blockchains/smartchain/assets/0xAE4cA3272792d8499575AEFacdc299F0cBdc9270/info.json deleted file mode 100644 index d9d46aa3779ed..0000000000000 --- a/blockchains/smartchain/assets/0xAE4cA3272792d8499575AEFacdc299F0cBdc9270/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "SOMDEJ", - "website": "https://www.somdejcoin.com/", - "description": "Somdejcoin (SDC) is a DeFi Token created from the blockchain as a digital coin to collect. So that Thai people and people around the world have access to the world's first digital coin Somdej. Based on the history of Thais and Asians with long-standing culture", - "explorer": "https://bscscan.com/token/0xAE4cA3272792d8499575AEFacdc299F0cBdc9270", - "type": "BEP20", - "symbol": "SDC", - "decimals": 18, - "status": "active", - "id": "0xAE4cA3272792d8499575AEFacdc299F0cBdc9270", - "links": [ - { - "name": "telegram", - "url": "https://t.me/joinchat/NWpAwc8hKOFkZWI1" - }, - { - "name": "twitter", - "url": "https://twitter.com/somdejcoin" - } - ], - "tags": [ - "defi", - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0xAE4cA3272792d8499575AEFacdc299F0cBdc9270/logo.png b/blockchains/smartchain/assets/0xAE4cA3272792d8499575AEFacdc299F0cBdc9270/logo.png deleted file mode 100644 index c459900132d9a..0000000000000 Binary files a/blockchains/smartchain/assets/0xAE4cA3272792d8499575AEFacdc299F0cBdc9270/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAE788F80F2756A86aa2F410C651F2aF83639B95b/info.json b/blockchains/smartchain/assets/0xAE788F80F2756A86aa2F410C651F2aF83639B95b/info.json deleted file mode 100644 index a1640dfa4d86e..0000000000000 --- a/blockchains/smartchain/assets/0xAE788F80F2756A86aa2F410C651F2aF83639B95b/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Metaverse", - "symbol": "MV", - "type": "BEP20", - "decimals": 18, - "description": "Gensokishi Online -META WORLD- Token with utility to configure metaverse.", - "website": "https://genso.game/", - "explorer": "https://bscscan.com/token/0xAE788F80F2756A86aa2F410C651F2aF83639B95b", - "status": "active", - "id": "0xAE788F80F2756A86aa2F410C651F2aF83639B95b", - "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/smartchain/assets/0xAE788F80F2756A86aa2F410C651F2aF83639B95b/logo.png b/blockchains/smartchain/assets/0xAE788F80F2756A86aa2F410C651F2aF83639B95b/logo.png deleted file mode 100644 index edb82f056e99c..0000000000000 Binary files a/blockchains/smartchain/assets/0xAE788F80F2756A86aa2F410C651F2aF83639B95b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAECf6d1afF214feF70042740054f0f6D0Caa98Ab/info.json b/blockchains/smartchain/assets/0xAECf6d1afF214feF70042740054f0f6D0Caa98Ab/info.json deleted file mode 100644 index 335c6539d8c4c..0000000000000 --- a/blockchains/smartchain/assets/0xAECf6d1afF214feF70042740054f0f6D0Caa98Ab/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Baby Shiba Inu", - "website": "https://www.babyshibatoken.com/", - "description": "Baby Shiba Inu offers an innovative mix of a multi-stage rewards system for staking and NFT presence. Anyone holding the token contributes to a charitable cause as the team is committed to making donations to Shiba Rescue America Organization", - "explorer": "https://bscscan.com/token/0xAECf6d1afF214feF70042740054f0f6D0Caa98Ab", - "type": "BEP20", - "symbol": "BabyShibaInu", - "decimals": 9, - "status": "active", - "id": "0xAECf6d1afF214feF70042740054f0f6D0Caa98Ab" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAECf6d1afF214feF70042740054f0f6D0Caa98Ab/logo.png b/blockchains/smartchain/assets/0xAECf6d1afF214feF70042740054f0f6D0Caa98Ab/logo.png deleted file mode 100644 index bd434f8663a9e..0000000000000 Binary files a/blockchains/smartchain/assets/0xAECf6d1afF214feF70042740054f0f6D0Caa98Ab/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAEb9864bfB718818904e9c70e4aB4e52b50b6481/info.json b/blockchains/smartchain/assets/0xAEb9864bfB718818904e9c70e4aB4e52b50b6481/info.json deleted file mode 100644 index 68157aa0ce003..0000000000000 --- a/blockchains/smartchain/assets/0xAEb9864bfB718818904e9c70e4aB4e52b50b6481/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PEA Token", - "type": "BEP20", - "symbol": "PEA", - "decimals": 18, - "website": "https://pea.farm/", - "explorer": "https://bscscan.com/token/0xAEb9864bfB718818904e9c70e4aB4e52b50b6481", - "status": "active", - "id": "0xAEb9864bfB718818904e9c70e4aB4e52b50b6481", - "description": "PEA Farm is virtual blockchain game that uses blockchain technology and NFT to create a variety of digital assets and give the ownership to the players." -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAEb9864bfB718818904e9c70e4aB4e52b50b6481/logo.png b/blockchains/smartchain/assets/0xAEb9864bfB718818904e9c70e4aB4e52b50b6481/logo.png deleted file mode 100644 index 99b4ed4821b74..0000000000000 Binary files a/blockchains/smartchain/assets/0xAEb9864bfB718818904e9c70e4aB4e52b50b6481/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAEe234825dC4687faE606485c1eBD06336052bCc/info.json b/blockchains/smartchain/assets/0xAEe234825dC4687faE606485c1eBD06336052bCc/info.json deleted file mode 100644 index 8042e8433fe8e..0000000000000 --- a/blockchains/smartchain/assets/0xAEe234825dC4687faE606485c1eBD06336052bCc/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Duke inu Token", - "symbol": "Duke", - "type": "BEP20", - "decimals": 9, - "description": "Duke Token is a decentralized meme token to incentivize the crypto space. Duke tokens is an experimental community driven project and the first with underlying utility & products.", - "website": "https://duketoken.com", - "explorer": "https://bscscan.com/token/0xAEe234825dC4687faE606485c1eBD06336052bCc", - "status": "active", - "id": "0xAEe234825dC4687faE606485c1eBD06336052bCc" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAEe234825dC4687faE606485c1eBD06336052bCc/logo.png b/blockchains/smartchain/assets/0xAEe234825dC4687faE606485c1eBD06336052bCc/logo.png deleted file mode 100644 index a776fc58cf94c..0000000000000 Binary files a/blockchains/smartchain/assets/0xAEe234825dC4687faE606485c1eBD06336052bCc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAEf0a177c8c329CBC8508292Bb7E06c00786BBfC/info.json b/blockchains/smartchain/assets/0xAEf0a177c8c329CBC8508292Bb7E06c00786BBfC/info.json deleted file mode 100644 index 77bc6e5bfd7d1..0000000000000 --- a/blockchains/smartchain/assets/0xAEf0a177c8c329CBC8508292Bb7E06c00786BBfC/info.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "name": "Puli", - "type": "BEP20", - "symbol": "PULI", - "decimals": 9, - "website": "https://pulitoken.net/", - "description": "Puli (PULI) delivers simple yet very addicting P2E games supported by a novel NFT system. The first game, Puli Runner, was successfully launched on 31 January 2022. The team has also acquired a gaming studio for the development of Play-to-Earn games, which includes support for Android and IOS. The purpose and key features of the token include a 10% Buy and 10% Sell tax that are used to fund aggressive marketing, development and stable liquidity. In addition, the asset can be staked for added earnings with instructions available at their website.", - "explorer": "https://bscscan.com/token/0xaef0a177c8c329cbc8508292bb7e06c00786bbfc", - "status": "active", - "id": "0xAEf0a177c8c329CBC8508292Bb7E06c00786BBfC", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/puli_token" - }, - { - "name": "telegram", - "url": "https://t.me/Puli_Inu" - }, - { - "name": "discord", - "url": "https://discord.com/" - }, - { - "name": "github", - "url": "https://github.com/interfinetwork/audited-codes/blob/main/PULIINU.sol" - }, - { - "name": "whitepaper", - "url": "https://docs.whitepaper.pulitoken.net/" - }, - { - "name": "telegram_news", - "url": "https://t.me/puli_inu_announcements" - }, - { - "name": "reddit", - "url": "https://reddit.com/Puli_Inu/" - }, - { - "name": "facebook", - "url": "https://facebook.com/groups/1645662419114677" - }, - { - "name": "source_code", - "url": "https://github.com/interfinetwork/audited-codes/blob/main/PULIINU.sol" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCvAYp8cyMZzEcurdjHdqQZQ/featured" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/puli-inu" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/puli-inu" - } - ], - "tags": [ - "nft", - "gamefi", - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAEf0a177c8c329CBC8508292Bb7E06c00786BBfC/logo.png b/blockchains/smartchain/assets/0xAEf0a177c8c329CBC8508292Bb7E06c00786BBfC/logo.png deleted file mode 100644 index cc601de9b61e5..0000000000000 Binary files a/blockchains/smartchain/assets/0xAEf0a177c8c329CBC8508292Bb7E06c00786BBfC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAF169E53e9f07DE6F9F4Eac67e2833C623f0c122/info.json b/blockchains/smartchain/assets/0xAF169E53e9f07DE6F9F4Eac67e2833C623f0c122/info.json deleted file mode 100644 index 302c5a7ff1e25..0000000000000 --- a/blockchains/smartchain/assets/0xAF169E53e9f07DE6F9F4Eac67e2833C623f0c122/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Torpedo", - "website": "https://torpedo.live", - "description": "Torpedo is the first BSC underwater GEM.", - "explorer": "https://bscscan.com/token/0xaf169e53e9f07de6f9f4eac67e2833c623f0c122", - "research": "https://torpedo.live", - "type": "BEP20", - "symbol": "TORPEDO", - "decimals": 9, - "status": "active", - "id": "0xAF169E53e9f07DE6F9F4Eac67e2833C623f0c122" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAF169E53e9f07DE6F9F4Eac67e2833C623f0c122/logo.png b/blockchains/smartchain/assets/0xAF169E53e9f07DE6F9F4Eac67e2833C623f0c122/logo.png deleted file mode 100644 index 12f8b4ed53cc3..0000000000000 Binary files a/blockchains/smartchain/assets/0xAF169E53e9f07DE6F9F4Eac67e2833C623f0c122/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAF83F292fcED83032f52ced45ef7DBDdb586441a/info.json b/blockchains/smartchain/assets/0xAF83F292fcED83032f52ced45ef7DBDdb586441a/info.json deleted file mode 100644 index ce9d33175be4c..0000000000000 --- a/blockchains/smartchain/assets/0xAF83F292fcED83032f52ced45ef7DBDdb586441a/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Twinci Token", - "website": "https://twinci.io", - "description": "Twinci - The first NFTs Social-Marketplace. Create, sell and collect digital items secured with blockchain", - "explorer": "https://bscscan.com/token/0xaf83f292fced83032f52ced45ef7dbddb586441a", - "type": "BEP20", - "symbol": "TWIN", - "decimals": 18, - "status": "active", - "id": "0xAF83F292fcED83032f52ced45ef7DBDdb586441a" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAF83F292fcED83032f52ced45ef7DBDdb586441a/logo.png b/blockchains/smartchain/assets/0xAF83F292fcED83032f52ced45ef7DBDdb586441a/logo.png deleted file mode 100644 index 53ce1e0c58ce2..0000000000000 Binary files a/blockchains/smartchain/assets/0xAF83F292fcED83032f52ced45ef7DBDdb586441a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAa46e2c21B7763a73DB48e9b318899253E66e20C/info.json b/blockchains/smartchain/assets/0xAa46e2c21B7763a73DB48e9b318899253E66e20C/info.json deleted file mode 100644 index 7f5d29c1d6efc..0000000000000 --- a/blockchains/smartchain/assets/0xAa46e2c21B7763a73DB48e9b318899253E66e20C/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream XRP", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0xAa46e2c21B7763a73DB48e9b318899253E66e20C", - "type": "BEP20", - "symbol": "crXRP", - "decimals": 8, - "status": "active", - "id": "0xAa46e2c21B7763a73DB48e9b318899253E66e20C", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAa46e2c21B7763a73DB48e9b318899253E66e20C/logo.png b/blockchains/smartchain/assets/0xAa46e2c21B7763a73DB48e9b318899253E66e20C/logo.png deleted file mode 100644 index 7f8702de3ae16..0000000000000 Binary files a/blockchains/smartchain/assets/0xAa46e2c21B7763a73DB48e9b318899253E66e20C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAa7E7C03C6864ccA116D34EC5B7103b030dE5262/info.json b/blockchains/smartchain/assets/0xAa7E7C03C6864ccA116D34EC5B7103b030dE5262/info.json deleted file mode 100644 index 0a7601aabb837..0000000000000 --- a/blockchains/smartchain/assets/0xAa7E7C03C6864ccA116D34EC5B7103b030dE5262/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ElonXCoin", - "website": "https://elonxcoinbsc.space", - "description": "ElonXCoin is Memes Token", - "explorer": "https://bscscan.com/token/0xAa7E7C03C6864ccA116D34EC5B7103b030dE5262", - "symbol": "ElonX", - "type": "BEP20", - "decimals": 0, - "status": "active", - "id": "0xAa7E7C03C6864ccA116D34EC5B7103b030dE5262" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAa7E7C03C6864ccA116D34EC5B7103b030dE5262/logo.png b/blockchains/smartchain/assets/0xAa7E7C03C6864ccA116D34EC5B7103b030dE5262/logo.png deleted file mode 100644 index 50b4229fbbc26..0000000000000 Binary files a/blockchains/smartchain/assets/0xAa7E7C03C6864ccA116D34EC5B7103b030dE5262/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAaD87f47CDEa777FAF87e7602E91e3a6AFbe4D57/info.json b/blockchains/smartchain/assets/0xAaD87f47CDEa777FAF87e7602E91e3a6AFbe4D57/info.json deleted file mode 100644 index 4dedacf220aaa..0000000000000 --- a/blockchains/smartchain/assets/0xAaD87f47CDEa777FAF87e7602E91e3a6AFbe4D57/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CreamPYE", - "type": "BEP20", - "symbol": "PYE", - "decimals": 18, - "description": "CreamPYE was built with one purpose in mind. Build the best decentralized technology available to the world and make an equal impact on humanity at the same time.", - "website": "https://www.creampye.com", - "explorer": "https://bscscan.com/token/0xaad87f47cdea777faf87e7602e91e3a6afbe4d57", - "status": "active", - "id": "0xAaD87f47CDEa777FAF87e7602E91e3a6AFbe4D57" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAaD87f47CDEa777FAF87e7602E91e3a6AFbe4D57/logo.png b/blockchains/smartchain/assets/0xAaD87f47CDEa777FAF87e7602E91e3a6AFbe4D57/logo.png deleted file mode 100644 index 6f93d46e2acf4..0000000000000 Binary files a/blockchains/smartchain/assets/0xAaD87f47CDEa777FAF87e7602E91e3a6AFbe4D57/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAaaAfDC2E08371B956Be515B3f3Ff735AB9c9D74/info.json b/blockchains/smartchain/assets/0xAaaAfDC2E08371B956Be515B3f3Ff735AB9c9D74/info.json deleted file mode 100644 index d39f86a8eaed8..0000000000000 --- a/blockchains/smartchain/assets/0xAaaAfDC2E08371B956Be515B3f3Ff735AB9c9D74/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Azbit", - "website": "https://azbit.com", - "description": "AZBIT TOKEN (AZ) is a decentralized cryptocurrency asset founded by the Seychelles-based Azbit platform. The Azbit (AZ) token project was announced in 2018 at the Consensus conference held in New York. ", - "explorer": "https://bscscan.com/token/0xAaaAfDC2E08371B956Be515B3f3Ff735AB9c9D74", - "research": "https://azbit.com", - "symbol": "AZ", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0xAaaAfDC2E08371B956Be515B3f3Ff735AB9c9D74", - "tags": [ - "defi" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/azbit-com/" - }, - { - "name": "twitter", - "url": "https://twitter.com/azbit_news" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Azbit/" - }, - { - "name": "whitepaper", - "url": "https://cdn.azbit.com/docs/en/whitepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAaaAfDC2E08371B956Be515B3f3Ff735AB9c9D74/logo.png b/blockchains/smartchain/assets/0xAaaAfDC2E08371B956Be515B3f3Ff735AB9c9D74/logo.png deleted file mode 100644 index 073b8760be40a..0000000000000 Binary files a/blockchains/smartchain/assets/0xAaaAfDC2E08371B956Be515B3f3Ff735AB9c9D74/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAb14952d2902343fde7c65D7dC095e5c8bE86920/info.json b/blockchains/smartchain/assets/0xAb14952d2902343fde7c65D7dC095e5c8bE86920/info.json deleted file mode 100644 index 663af803ab225..0000000000000 --- a/blockchains/smartchain/assets/0xAb14952d2902343fde7c65D7dC095e5c8bE86920/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "GOMA Finance", - "type": "BEP20", - "symbol": "GOMA", - "decimals": 9, - "website": "https://GomaToken.com", - "description": "GOMA is a Hyper-Deflationary Community DeFi token foused on staking, reflection and NFTs.", - "explorer": "https://bscscan.com/token/0xAb14952d2902343fde7c65D7dC095e5c8bE86920", - "status": "abandoned", - "id": "0xAb14952d2902343fde7c65D7dC095e5c8bE86920", - "links": [ - { - "name": "github", - "url": "https://github.com/GOMA-Finance" - }, - { - "name": "twitter", - "url": "https://twitter.com/GomaShibaToken" - }, - { - "name": "telegram", - "url": "https://t.me/GomaShiba" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/goma-finance/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/goma-finance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAb301DaE71f5B386C566f484e636Aee60318F12F/info.json b/blockchains/smartchain/assets/0xAb301DaE71f5B386C566f484e636Aee60318F12F/info.json deleted file mode 100644 index 916605a49b2a3..0000000000000 --- a/blockchains/smartchain/assets/0xAb301DaE71f5B386C566f484e636Aee60318F12F/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CocosTokenV2", - "symbol": "COCOS", - "type": "BEP20", - "decimals": 18, - "description": "https://research.binance.com/en/projects/cocos-bcx", - "website": "http://www.cocosbcx.io/en/", - "explorer": "https://bscscan.com/token/0xab301dae71f5b386c566f484e636aee60318f12f", - "status": "active", - "id": "0xAb301DaE71f5B386C566f484e636Aee60318F12F" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAb301DaE71f5B386C566f484e636Aee60318F12F/logo.png b/blockchains/smartchain/assets/0xAb301DaE71f5B386C566f484e636Aee60318F12F/logo.png deleted file mode 100644 index 3575393d233f5..0000000000000 Binary files a/blockchains/smartchain/assets/0xAb301DaE71f5B386C566f484e636Aee60318F12F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAbc69f2025bDb12efcdB8fd048d240fFf943ca82/info.json b/blockchains/smartchain/assets/0xAbc69f2025bDb12efcdB8fd048d240fFf943ca82/info.json deleted file mode 100644 index 62f6ee7dfe226..0000000000000 --- a/blockchains/smartchain/assets/0xAbc69f2025bDb12efcdB8fd048d240fFf943ca82/info.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "Vanity", - "type": "BEP20", - "symbol": "VNY", - "decimals": 9, - "website": "https://vanitytoken.net", - "description": "$VNY is the first token ever released on any blockchain to provide Custom Wallet Addresses for Bitcoin, Ethereum, Binance Smart Chain, Litecoin and Dogecoin Chains.", - "explorer": "https://bscscan.com/token/0xAbc69f2025bDb12efcdB8fd048d240fFf943ca82", - "status": "active", - "id": "0xAbc69f2025bDb12efcdB8fd048d240fFf943ca82", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/vanitytoken" - }, - { - "name": "github", - "url": "https://github.com/VanityTokenOfficial" - }, - { - "name": "telegram", - "url": "https://t.me/vanitytokenofficial" - }, - { - "name": "discord", - "url": "https://discord.com/invite/rxr4Xc8KnS" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/vanitytokenofficial" - }, - { - "name": "whitepaper", - "url": "https://vanitytoken.net/litepaper.pdf" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/vanity/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/vanity/" - }, - { - "name": "source_code", - "url": "https://raw.githubusercontent.com/VanityTokenOfficial/VANITY/main/Contract/VANITY.sol" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UClJFNLaXDLy2OeMDYhvgmfg" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAbc69f2025bDb12efcdB8fd048d240fFf943ca82/logo.png b/blockchains/smartchain/assets/0xAbc69f2025bDb12efcdB8fd048d240fFf943ca82/logo.png deleted file mode 100644 index beac5f00a0629..0000000000000 Binary files a/blockchains/smartchain/assets/0xAbc69f2025bDb12efcdB8fd048d240fFf943ca82/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAc0C8dA4A4748d8d821A0973d00b157aA78C473D/info.json b/blockchains/smartchain/assets/0xAc0C8dA4A4748d8d821A0973d00b157aA78C473D/info.json deleted file mode 100644 index 23060cc24dc93..0000000000000 --- a/blockchains/smartchain/assets/0xAc0C8dA4A4748d8d821A0973d00b157aA78C473D/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "YFIONE", - "website": "https://yfione.org/", - "description": "YFiONE explores the systematic production of new Defi products and will help develop, market and launch these Defi products to help it develop its biology and provide ideal benefits for community projects and users.", - "explorer": "https://bscscan.com/token/0xac0c8da4a4748d8d821a0973d00b157aa78c473d", - "type": "BEP20", - "symbol": "YFO", - "decimals": 18, - "status": "active", - "id": "0xAc0C8dA4A4748d8d821A0973d00b157aA78C473D", - "links": [ - { - "name": "github", - "url": "https://github.com/YFI-ONE" - }, - { - "name": "twitter", - "url": "https://twitter.com/yfione" - }, - { - "name": "telegram", - "url": "https://t.me/YFI_ONE" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAc0C8dA4A4748d8d821A0973d00b157aA78C473D/logo.png b/blockchains/smartchain/assets/0xAc0C8dA4A4748d8d821A0973d00b157aA78C473D/logo.png deleted file mode 100644 index 1a9a36ea53c44..0000000000000 Binary files a/blockchains/smartchain/assets/0xAc0C8dA4A4748d8d821A0973d00b157aA78C473D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAc4c2903fb2f073e94De57c79D8Bec5155662122/info.json b/blockchains/smartchain/assets/0xAc4c2903fb2f073e94De57c79D8Bec5155662122/info.json deleted file mode 100644 index 01edd8dfd6071..0000000000000 --- a/blockchains/smartchain/assets/0xAc4c2903fb2f073e94De57c79D8Bec5155662122/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Lock Chain Finance", - "type": "BEP20", - "symbol": "LOCKCHAIN", - "decimals": 0, - "website": "http://lockchainfinance.com/", - "description": "Lock Chain Finance is a DeFi platform that lets everyone gain more profit from staking, liquidity mining, yield farming and many more!", - "explorer": "https://bscscan.com/token/0xAc4c2903fb2f073e94De57c79D8Bec5155662122", - "status": "active", - "id": "0xAc4c2903fb2f073e94De57c79D8Bec5155662122" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAc4c2903fb2f073e94De57c79D8Bec5155662122/logo.png b/blockchains/smartchain/assets/0xAc4c2903fb2f073e94De57c79D8Bec5155662122/logo.png deleted file mode 100644 index e1ce445b2e629..0000000000000 Binary files a/blockchains/smartchain/assets/0xAc4c2903fb2f073e94De57c79D8Bec5155662122/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAcABD3f9b8F76fFd2724604185Fa5AFA5dF25aC6/info.json b/blockchains/smartchain/assets/0xAcABD3f9b8F76fFd2724604185Fa5AFA5dF25aC6/info.json deleted file mode 100644 index ffdb1a3073ea5..0000000000000 --- a/blockchains/smartchain/assets/0xAcABD3f9b8F76fFd2724604185Fa5AFA5dF25aC6/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Monster Slayer Share", - "website": "https://monsterslayer.finance/", - "description": "MSS holders have voting rights and the ability to create proposals to improve the protocol. MSS holders also have many rights such as MSC minted will be distributed to MSS holders who have staked their tokens inside the boardroom.", - "explorer": "https://bscscan.com/token/0xAcABD3f9b8F76fFd2724604185Fa5AFA5dF25aC6", - "type": "BEP20", - "symbol": "MSS", - "decimals": 18, - "status": "active", - "id": "0xAcABD3f9b8F76fFd2724604185Fa5AFA5dF25aC6", - "links": [ - { - "name": "github", - "url": "https://github.com/monsterslayerfinance/bdollar-smartcontracts" - }, - { - "name": "twitter", - "url": "https://twitter.com/monsterslayerfi" - }, - { - "name": "telegram", - "url": "https://t.me/monsterslayer_announcement" - }, - { - "name": "medium", - "url": "https://medium.com/@monsterslayerfinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAcABD3f9b8F76fFd2724604185Fa5AFA5dF25aC6/logo.png b/blockchains/smartchain/assets/0xAcABD3f9b8F76fFd2724604185Fa5AFA5dF25aC6/logo.png deleted file mode 100644 index 969242b09a0cc..0000000000000 Binary files a/blockchains/smartchain/assets/0xAcABD3f9b8F76fFd2724604185Fa5AFA5dF25aC6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAcD7B3D9c10e97d0efA418903C0c7669E702E4C0/info.json b/blockchains/smartchain/assets/0xAcD7B3D9c10e97d0efA418903C0c7669E702E4C0/info.json deleted file mode 100644 index 339d085b2b9cb..0000000000000 --- a/blockchains/smartchain/assets/0xAcD7B3D9c10e97d0efA418903C0c7669E702E4C0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Eleven Finance", - "website": "https://eleven.finance", - "description": "Eleven Finance is a platform empowering high APY vaults in the Binance Smart Chain ecosystem.", - "explorer": "https://bscscan.com/token/0xAcD7B3D9c10e97d0efA418903C0c7669E702E4C0", - "type": "BEP20", - "symbol": "ELE", - "decimals": 18, - "status": "active", - "id": "0xAcD7B3D9c10e97d0efA418903C0c7669E702E4C0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAcD7B3D9c10e97d0efA418903C0c7669E702E4C0/logo.png b/blockchains/smartchain/assets/0xAcD7B3D9c10e97d0efA418903C0c7669E702E4C0/logo.png deleted file mode 100644 index 6d5a903bbc379..0000000000000 Binary files a/blockchains/smartchain/assets/0xAcD7B3D9c10e97d0efA418903C0c7669E702E4C0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAcFF4E9E9110971E1A4D8f013F5f97dd8fB4F430/info.json b/blockchains/smartchain/assets/0xAcFF4E9E9110971E1A4D8f013F5f97dd8fB4F430/info.json deleted file mode 100644 index 5f7282b6fe9b2..0000000000000 --- a/blockchains/smartchain/assets/0xAcFF4E9E9110971E1A4D8f013F5f97dd8fB4F430/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "KING FOREVER", - "type": "BEP20", - "symbol": "KFR", - "decimals": 9, - "website": "https://kingforevertoken.com/", - "description": "King Forever, a community driven deflationary token, with a 3 way to earn Entertainment Ecosystem and a MMORPG Metaverse Game!", - "explorer": "https://bscscan.com/token/0xacff4e9e9110971e1a4d8f013f5f97dd8fb4f430", - "status": "active", - "id": "0xAcFF4E9E9110971E1A4D8f013F5f97dd8fB4F430", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/kingforeverbsc" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/king-forever" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/king-forever/" - } - ], - "tags": [ - "memes" - ] -} diff --git a/blockchains/smartchain/assets/0xAcFF4E9E9110971E1A4D8f013F5f97dd8fB4F430/logo.png b/blockchains/smartchain/assets/0xAcFF4E9E9110971E1A4D8f013F5f97dd8fB4F430/logo.png deleted file mode 100644 index 49c0501d27100..0000000000000 Binary files a/blockchains/smartchain/assets/0xAcFF4E9E9110971E1A4D8f013F5f97dd8fB4F430/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAcab3Ee32aacdbC745667FB261ED7af1de5c5EcD/info.json b/blockchains/smartchain/assets/0xAcab3Ee32aacdbC745667FB261ED7af1de5c5EcD/info.json deleted file mode 100644 index 4b5fa4da0c878..0000000000000 --- a/blockchains/smartchain/assets/0xAcab3Ee32aacdbC745667FB261ED7af1de5c5EcD/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Orange Token", - "website": "https://orange-token.website", - "description": "A Community driven, fair launched DeFi Token. Renounced & burnt.", - "explorer": "https://bscscan.com/token/0xAcab3Ee32aacdbC745667FB261ED7af1de5c5EcD", - "type": "BEP20", - "symbol": "ORANGE", - "decimals": 9, - "status": "active", - "id": "0xAcab3Ee32aacdbC745667FB261ED7af1de5c5EcD" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAcab3Ee32aacdbC745667FB261ED7af1de5c5EcD/logo.png b/blockchains/smartchain/assets/0xAcab3Ee32aacdbC745667FB261ED7af1de5c5EcD/logo.png deleted file mode 100644 index 00e017061bfbd..0000000000000 Binary files a/blockchains/smartchain/assets/0xAcab3Ee32aacdbC745667FB261ED7af1de5c5EcD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAce8C5e6e492Aa7AEbF31a8053F8a487f62CeB84/info.json b/blockchains/smartchain/assets/0xAce8C5e6e492Aa7AEbF31a8053F8a487f62CeB84/info.json deleted file mode 100644 index 4af13c4913490..0000000000000 --- a/blockchains/smartchain/assets/0xAce8C5e6e492Aa7AEbF31a8053F8a487f62CeB84/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "NOTHING", - "website": "https://www.nothingcoincrypto.com/", - "description": "Nothing is a deflationary BEP20 token that charges a 10% transaction fee and offers static rewards to holders along with automatic LP generation. What’s the difference between a meme coin that claims to do something innovative and a meme coin that does nothing? Nothing.", - "explorer": "https://bscscan.com/token/0xace8c5e6e492aa7aebf31a8053f8a487f62ceb84", - "type": "BEP20", - "symbol": "NADA", - "decimals": 18, - "status": "active", - "id": "0xAce8C5e6e492Aa7AEbF31a8053F8a487f62CeB84" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAce8C5e6e492Aa7AEbF31a8053F8a487f62CeB84/logo.png b/blockchains/smartchain/assets/0xAce8C5e6e492Aa7AEbF31a8053F8a487f62CeB84/logo.png deleted file mode 100644 index 541451fdfdc93..0000000000000 Binary files a/blockchains/smartchain/assets/0xAce8C5e6e492Aa7AEbF31a8053F8a487f62CeB84/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAd6172123E1Bd3B4ce0B01ef92fDD63E83590b99/info.json b/blockchains/smartchain/assets/0xAd6172123E1Bd3B4ce0B01ef92fDD63E83590b99/info.json deleted file mode 100644 index 94ec669a4063c..0000000000000 --- a/blockchains/smartchain/assets/0xAd6172123E1Bd3B4ce0B01ef92fDD63E83590b99/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "OxSwapToken", - "website": "https://oxswap.finance", - "description": "OxSwap is new and fastest swap exchange and Staking Farm on Binance Smart Chain. Much lower fees other than swap exchange almost free of fee.", - "explorer": "https://bscscan.com/token/0xAd6172123E1Bd3B4ce0B01ef92fDD63E83590b99", - "type": "BEP20", - "symbol": "OXT", - "decimals": 18, - "status": "active", - "id": "0xAd6172123E1Bd3B4ce0B01ef92fDD63E83590b99" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAd6172123E1Bd3B4ce0B01ef92fDD63E83590b99/logo.png b/blockchains/smartchain/assets/0xAd6172123E1Bd3B4ce0B01ef92fDD63E83590b99/logo.png deleted file mode 100644 index 5f10d243f44fc..0000000000000 Binary files a/blockchains/smartchain/assets/0xAd6172123E1Bd3B4ce0B01ef92fDD63E83590b99/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAd9787017e82f6368BbE4893b475CaadA2258564/info.json b/blockchains/smartchain/assets/0xAd9787017e82f6368BbE4893b475CaadA2258564/info.json deleted file mode 100644 index 1d8323f9ff9c8..0000000000000 --- a/blockchains/smartchain/assets/0xAd9787017e82f6368BbE4893b475CaadA2258564/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BitcoinAsset", - "type": "BEP20", - "symbol": "BTA", - "decimals": 18, - "website": "https://bitcoinasset.io/", - "description": "BTA is an asset that deserves to be valued the higher in the future and is worthy of long-term storage like bitcoin", - "explorer": "https://bscscan.com/token/0xAd9787017e82f6368BbE4893b475CaadA2258564", - "status": "active", - "id": "0xAd9787017e82f6368BbE4893b475CaadA2258564" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAd9787017e82f6368BbE4893b475CaadA2258564/logo.png b/blockchains/smartchain/assets/0xAd9787017e82f6368BbE4893b475CaadA2258564/logo.png deleted file mode 100644 index a7c8d76ca2322..0000000000000 Binary files a/blockchains/smartchain/assets/0xAd9787017e82f6368BbE4893b475CaadA2258564/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAdBAF88B39D37Dc68775eD1541F1bf83A5A45feB/info.json b/blockchains/smartchain/assets/0xAdBAF88B39D37Dc68775eD1541F1bf83A5A45feB/info.json deleted file mode 100644 index a1d90bcf2e4c3..0000000000000 --- a/blockchains/smartchain/assets/0xAdBAF88B39D37Dc68775eD1541F1bf83A5A45feB/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Binance-Peg COTI Token", - "website": "https://coti.io/", - "description": "COTI is an enterprise-grade fintech platform that enables cross-chain interoperability and is built on its own DAG-based chain. It supports extreme scalability, low transaction costs and is supplemented with payment-specific requirements in the form of COTI Pay, a holistic digital payment solution.", - "explorer": "https://bscscan.com/token/0xadbaf88b39d37dc68775ed1541f1bf83a5a45feb", - "type": "BEP20", - "symbol": "COTI", - "decimals": 18, - "status": "active", - "id": "0xAdBAF88B39D37Dc68775eD1541F1bf83A5A45feB", - "tags": [ - "binance-peg" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/COTInetwork" - }, - { - "name": "telegram", - "url": "https://t.me/COTInetwork" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/coti/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAdBAF88B39D37Dc68775eD1541F1bf83A5A45feB/logo.png b/blockchains/smartchain/assets/0xAdBAF88B39D37Dc68775eD1541F1bf83A5A45feB/logo.png deleted file mode 100644 index 3a3da33983f99..0000000000000 Binary files a/blockchains/smartchain/assets/0xAdBAF88B39D37Dc68775eD1541F1bf83A5A45feB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAdaf3be815Cd4345229324E02e839dE85cE95DC2/info.json b/blockchains/smartchain/assets/0xAdaf3be815Cd4345229324E02e839dE85cE95DC2/info.json deleted file mode 100644 index 31a218861d977..0000000000000 --- a/blockchains/smartchain/assets/0xAdaf3be815Cd4345229324E02e839dE85cE95DC2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Doraemoon", - "website": "https://doraemoon.io", - "description": "Doraemoon is a super cross chain (BSC, Polygon, Solana). Doraemoon ($DORA) is a next–gen cryptocurrency that combines auto-liquidity, frictionless yield, token burn, especially $DORA is a community driven DeFi token.", - "explorer": "https://bscscan.com/token/0xAdaf3be815Cd4345229324E02e839dE85cE95DC2", - "type": "BEP20", - "symbol": "DORA", - "decimals": 18, - "status": "active", - "id": "0xAdaf3be815Cd4345229324E02e839dE85cE95DC2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAdaf3be815Cd4345229324E02e839dE85cE95DC2/logo.png b/blockchains/smartchain/assets/0xAdaf3be815Cd4345229324E02e839dE85cE95DC2/logo.png deleted file mode 100644 index 222a11640631c..0000000000000 Binary files a/blockchains/smartchain/assets/0xAdaf3be815Cd4345229324E02e839dE85cE95DC2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAe0D2cC54e4821D8aec9aDd89125B70d34Ac906e/info.json b/blockchains/smartchain/assets/0xAe0D2cC54e4821D8aec9aDd89125B70d34Ac906e/info.json deleted file mode 100644 index 0feaed2d5c1f3..0000000000000 --- a/blockchains/smartchain/assets/0xAe0D2cC54e4821D8aec9aDd89125B70d34Ac906e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "APE INU", - "website": "https://apeinu.com/", - "description": "The purpose of our coin is to build a vast community world wide for all apes to call home, our very own planet of the apes.", - "explorer": "https://bscscan.com/token/0xAe0D2cC54e4821D8aec9aDd89125B70d34Ac906e", - "type": "BEP20", - "symbol": "APE", - "decimals": 18, - "status": "active", - "id": "0xAe0D2cC54e4821D8aec9aDd89125B70d34Ac906e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAe0D2cC54e4821D8aec9aDd89125B70d34Ac906e/logo.png b/blockchains/smartchain/assets/0xAe0D2cC54e4821D8aec9aDd89125B70d34Ac906e/logo.png deleted file mode 100644 index 6a792400bc72d..0000000000000 Binary files a/blockchains/smartchain/assets/0xAe0D2cC54e4821D8aec9aDd89125B70d34Ac906e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAe2DF9F730c54400934c06a17462c41C08a06ED8/info.json b/blockchains/smartchain/assets/0xAe2DF9F730c54400934c06a17462c41C08a06ED8/info.json deleted file mode 100644 index e5cca639618ac..0000000000000 --- a/blockchains/smartchain/assets/0xAe2DF9F730c54400934c06a17462c41C08a06ED8/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "DogeBonk", - "type": "BEP20", - "symbol": "DOBO", - "decimals": 9, - "website": "https://dogebonk.com", - "description": "DogeBonk is a fluffy token on BSC with deflationary properties and automatic yield generation. 10% tax on each transaction. No presale. Anti-snipe protection.", - "explorer": "https://bscscan.com/token/0xae2df9f730c54400934c06a17462c41c08a06ed8", - "status": "active", - "id": "0xAe2DF9F730c54400934c06a17462c41C08a06ED8", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/dogebonk_token" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/dogebonk/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/dogebonk" - }, - { - "name": "telegram", - "url": "https://t.me/dogebonk_community" - }, - { - "name": "discord", - "url": "https://discord.com/invite/AxdDSjJ8VP" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/DogeBONK" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAe2DF9F730c54400934c06a17462c41C08a06ED8/logo.png b/blockchains/smartchain/assets/0xAe2DF9F730c54400934c06a17462c41C08a06ED8/logo.png deleted file mode 100644 index 1fd5712ec7dad..0000000000000 Binary files a/blockchains/smartchain/assets/0xAe2DF9F730c54400934c06a17462c41C08a06ED8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAe6e3B04d3eb991E30fA2474563fE2a89E351cdA/info.json b/blockchains/smartchain/assets/0xAe6e3B04d3eb991E30fA2474563fE2a89E351cdA/info.json deleted file mode 100644 index 63b5fe7c89d8f..0000000000000 --- a/blockchains/smartchain/assets/0xAe6e3B04d3eb991E30fA2474563fE2a89E351cdA/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PancakeFork Finance", - "type": "BEP20", - "symbol": "CAKF", - "decimals": 18, - "description": "PancakeFork Finance is one of the most popular AMM on BSC Network with Yield Farming, Staking & Automated Market Making services at very low swap trading fees.", - "website": "https://pancakefork.finance", - "explorer": "https://bscscan.com/token/0xAe6e3B04d3eb991E30fA2474563fE2a89E351cdA", - "status": "active", - "id": "0xAe6e3B04d3eb991E30fA2474563fE2a89E351cdA" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAe6e3B04d3eb991E30fA2474563fE2a89E351cdA/logo.png b/blockchains/smartchain/assets/0xAe6e3B04d3eb991E30fA2474563fE2a89E351cdA/logo.png deleted file mode 100644 index b4d21ca09a018..0000000000000 Binary files a/blockchains/smartchain/assets/0xAe6e3B04d3eb991E30fA2474563fE2a89E351cdA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAe9269f27437f0fcBC232d39Ec814844a51d6b8f/info.json b/blockchains/smartchain/assets/0xAe9269f27437f0fcBC232d39Ec814844a51d6b8f/info.json deleted file mode 100644 index a6c2956b7556f..0000000000000 --- a/blockchains/smartchain/assets/0xAe9269f27437f0fcBC232d39Ec814844a51d6b8f/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Burger Swap Token", - "website": "https://burgerswap.org", - "description": "A democratized AMM on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xAe9269f27437f0fcBC232d39Ec814844a51d6b8f", - "research": "https://research.binance.com/en/projects/burger-swap", - "type": "BEP20", - "symbol": "BURGER", - "decimals": 18, - "status": "active", - "id": "0xAe9269f27437f0fcBC232d39Ec814844a51d6b8f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAe9269f27437f0fcBC232d39Ec814844a51d6b8f/logo.png b/blockchains/smartchain/assets/0xAe9269f27437f0fcBC232d39Ec814844a51d6b8f/logo.png deleted file mode 100644 index e0eb194ac567e..0000000000000 Binary files a/blockchains/smartchain/assets/0xAe9269f27437f0fcBC232d39Ec814844a51d6b8f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAeBdbcc7d6821E3924EE5167b4138a43c19Cf681/info.json b/blockchains/smartchain/assets/0xAeBdbcc7d6821E3924EE5167b4138a43c19Cf681/info.json deleted file mode 100644 index 063fdd0b9698a..0000000000000 --- a/blockchains/smartchain/assets/0xAeBdbcc7d6821E3924EE5167b4138a43c19Cf681/info.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "name": "HODLX", - "type": "BEP20", - "symbol": "HODLX", - "decimals": 18, - "website": "https://hodltoken.net/about-hodlx", - "description": "HODLX Token launched on the Binance Smart Chain (BSC) on April 1, 2022, as an innovative tax-free token packed full of utility. As the native token of HODLX.Exchange, $HODLX offers an array of ways to earn, including yield-farming – available for $HODL, $HODLX and BNB pairings, and staking – available for $HODL, $HODLX, and HODL Hands NFTs.", - "explorer": "https://bscscan.com/token/0xAeBdbcc7d6821E3924EE5167b4138a43c19Cf681", - "status": "active", - "id": "0xAeBdbcc7d6821E3924EE5167b4138a43c19Cf681", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/OFFICIAL_HODLX" - }, - { - "name": "telegram", - "url": "https://t.me/hodlinvestorgroup" - }, - { - "name": "facebook", - "url": "https://facebook.com/HODLtokenBSC" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/HodlToken" - }, - { - "name": "discord", - "url": "https://discord.com/invite/D666jh5C5D" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/HODL-Official" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/hodlx/" - }, - { - "name": "telegram_news", - "url": "https://t.me/HodlAnnouncements" - }, - { - "name": "blog", - "url": "https://hodltoken.net/news/" - }, - { - "name": "whitepaper", - "url": "https://hodltoken.net/whitepaper/" - }, - { - "name": "source_code", - "url": "https://bscscan.com/token/0xAeBdbcc7d6821E3924EE5167b4138a43c19Cf681#code" - } - ], - "tags": [ - "defi", - "staking", - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAeBdbcc7d6821E3924EE5167b4138a43c19Cf681/logo.png b/blockchains/smartchain/assets/0xAeBdbcc7d6821E3924EE5167b4138a43c19Cf681/logo.png deleted file mode 100644 index 2f38ab0bdb239..0000000000000 Binary files a/blockchains/smartchain/assets/0xAeBdbcc7d6821E3924EE5167b4138a43c19Cf681/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAf41054C1487b0e5E2B9250C0332eCBCe6CE9d71/info.json b/blockchains/smartchain/assets/0xAf41054C1487b0e5E2B9250C0332eCBCe6CE9d71/info.json deleted file mode 100644 index 344c5d2a07b67..0000000000000 --- a/blockchains/smartchain/assets/0xAf41054C1487b0e5E2B9250C0332eCBCe6CE9d71/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Ellipsis X", - "website": "https://ellipsis.finance/", - "description": "Ellipsis Finance aims to offer secure low-slippage stable swapping.", - "explorer": "https://bscscan.com/token/0xAf41054C1487b0e5E2B9250C0332eCBCe6CE9d71", - "type": "BEP20", - "symbol": "EPX", - "decimals": 18, - "status": "active", - "id": "0xAf41054C1487b0e5E2B9250C0332eCBCe6CE9d71", - "tags": [ - "defi" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Ellipsisfi" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/ellipsis/" - }, - { - "name": "telegram", - "url": "https://t.me/ellipsisfinance" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/ellipsis/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAf41054C1487b0e5E2B9250C0332eCBCe6CE9d71/logo.png b/blockchains/smartchain/assets/0xAf41054C1487b0e5E2B9250C0332eCBCe6CE9d71/logo.png deleted file mode 100644 index a447405932c32..0000000000000 Binary files a/blockchains/smartchain/assets/0xAf41054C1487b0e5E2B9250C0332eCBCe6CE9d71/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAf7BfA6240745Fd41D1ED4b5fADE9DCAF369bA6c/info.json b/blockchains/smartchain/assets/0xAf7BfA6240745Fd41D1ED4b5fADE9DCAF369bA6c/info.json deleted file mode 100644 index 885638ff2b812..0000000000000 --- a/blockchains/smartchain/assets/0xAf7BfA6240745Fd41D1ED4b5fADE9DCAF369bA6c/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "MaticVerse", - "type": "BEP20", - "symbol": "Mverse", - "decimals": 18, - "website": "https://maticverse.io/", - "description": "MATICVERSE is your gateway to the Baby Vengers multiverse!", - "explorer": "https://bscscan.com/token/0xAf7BfA6240745Fd41D1ED4b5fADE9DCAF369bA6c", - "status": "active", - "id": "0xAf7BfA6240745Fd41D1ED4b5fADE9DCAF369bA6c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/maticverse" - }, - { - "name": "telegram", - "url": "https://t.me/MaticVerse" - }, - { - "name": "telegram_news", - "url": "https://t.me/MaticVerse_Ann" - }, - { - "name": "whitepaper", - "url": "https://maticverse.io/assets/whitepaper_v2.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/babymatic/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/maticverse" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xAf7BfA6240745Fd41D1ED4b5fADE9DCAF369bA6c/logo.png b/blockchains/smartchain/assets/0xAf7BfA6240745Fd41D1ED4b5fADE9DCAF369bA6c/logo.png deleted file mode 100644 index 5e5a82d208e8b..0000000000000 Binary files a/blockchains/smartchain/assets/0xAf7BfA6240745Fd41D1ED4b5fADE9DCAF369bA6c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xAf98e6c2D3b520F4e9b3D7ea22ad7AeFFFDbc2fd/info.json b/blockchains/smartchain/assets/0xAf98e6c2D3b520F4e9b3D7ea22ad7AeFFFDbc2fd/info.json deleted file mode 100644 index 6dab3547f7e91..0000000000000 --- a/blockchains/smartchain/assets/0xAf98e6c2D3b520F4e9b3D7ea22ad7AeFFFDbc2fd/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "RatBoyBSC", - "type": "BEP20", - "symbol": "WENTXN", - "decimals": 4, - "website": "https://ratboybsc.com", - "description": "Ratboy is a project on the Binance Smart Chain dedicated to cleaning the rats in the space. These include the ruggers and scammers which run away with investor’s funds. The utilities which will accompany this coin are based on avoiding these rats of BSC and to publicly shame them. This way one step at a time we can make people double think before attempting to scam, due to the public shame which follows.", - "explorer": "https://bscscan.com/token/0xAf98e6c2D3b520F4e9b3D7ea22ad7AeFFFDbc2fd", - "status": "active", - "id": "0xAf98e6c2D3b520F4e9b3D7ea22ad7AeFFFDbc2fd", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ratboybsc" - }, - { - "name": "telegram", - "url": "https://t.me/ratboyofficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/ratboy-bsc/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/ratboy-bsc" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0xAf98e6c2D3b520F4e9b3D7ea22ad7AeFFFDbc2fd/logo.png b/blockchains/smartchain/assets/0xAf98e6c2D3b520F4e9b3D7ea22ad7AeFFFDbc2fd/logo.png deleted file mode 100644 index 70a81100d5552..0000000000000 Binary files a/blockchains/smartchain/assets/0xAf98e6c2D3b520F4e9b3D7ea22ad7AeFFFDbc2fd/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB0228Eb6c0b49f8265e6E161c3a987eeD7471F42/info.json b/blockchains/smartchain/assets/0xB0228Eb6c0b49f8265e6E161c3a987eeD7471F42/info.json deleted file mode 100644 index bd67034e3a052..0000000000000 --- a/blockchains/smartchain/assets/0xB0228Eb6c0b49f8265e6E161c3a987eeD7471F42/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Fanspel Token", - "website": "https://www.fanspel.io", - "description": "Fanspel Token is a new blockchain innovation that provides gamified experience for users to earn cryptocurrency.", - "explorer": "https://bscscan.com/token/0xb0228eb6c0b49f8265e6e161c3a987eed7471f42", - "type": "BEP20", - "symbol": "FAN", - "decimals": 18, - "status": "active", - "id": "0xB0228Eb6c0b49f8265e6E161c3a987eeD7471F42" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB0228Eb6c0b49f8265e6E161c3a987eeD7471F42/logo.png b/blockchains/smartchain/assets/0xB0228Eb6c0b49f8265e6E161c3a987eeD7471F42/logo.png deleted file mode 100644 index 080c1f0fdaf7f..0000000000000 Binary files a/blockchains/smartchain/assets/0xB0228Eb6c0b49f8265e6E161c3a987eeD7471F42/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB04906e95AB5D797aDA81508115611fee694c2b3/info.json b/blockchains/smartchain/assets/0xB04906e95AB5D797aDA81508115611fee694c2b3/info.json deleted file mode 100644 index d2c9d5a180cc0..0000000000000 --- a/blockchains/smartchain/assets/0xB04906e95AB5D797aDA81508115611fee694c2b3/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "USD Coin (Portal from Ethereum)", - "type": "BEP20", - "symbol": "USDCet", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.circle.com/en/usdc", - "explorer": "https://bscscan.com/token/0xB04906e95AB5D797aDA81508115611fee694c2b3", - "status": "active", - "id": "0xB04906e95AB5D797aDA81508115611fee694c2b3", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB04906e95AB5D797aDA81508115611fee694c2b3/logo.png b/blockchains/smartchain/assets/0xB04906e95AB5D797aDA81508115611fee694c2b3/logo.png deleted file mode 100644 index ed00e43fcfe9b..0000000000000 Binary files a/blockchains/smartchain/assets/0xB04906e95AB5D797aDA81508115611fee694c2b3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB05513809549b8654fA1228b123A36c78a3356F4/info.json b/blockchains/smartchain/assets/0xB05513809549b8654fA1228b123A36c78a3356F4/info.json deleted file mode 100644 index 06955dff1d47e..0000000000000 --- a/blockchains/smartchain/assets/0xB05513809549b8654fA1228b123A36c78a3356F4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BossDog", - "type": "BEP20", - "symbol": "$BOSSDOG", - "decimals": 9, - "website": "https://bossdogtoken.com/", - "description": "Yield-generating contract with 🔥burn (50% of total supply), 💰liquidity (5% fee) and 🙌redistribution (5% fee).", - "explorer": "https://bscscan.com/token/0xB05513809549b8654fA1228b123A36c78a3356F4", - "status": "active", - "id": "0xB05513809549b8654fA1228b123A36c78a3356F4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB05513809549b8654fA1228b123A36c78a3356F4/logo.png b/blockchains/smartchain/assets/0xB05513809549b8654fA1228b123A36c78a3356F4/logo.png deleted file mode 100644 index 9a8f6249fde23..0000000000000 Binary files a/blockchains/smartchain/assets/0xB05513809549b8654fA1228b123A36c78a3356F4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB068bD15AEDf75Be6c2c6d0Be10b286a32087120/info.json b/blockchains/smartchain/assets/0xB068bD15AEDf75Be6c2c6d0Be10b286a32087120/info.json deleted file mode 100644 index 3b4c24d3abf22..0000000000000 --- a/blockchains/smartchain/assets/0xB068bD15AEDf75Be6c2c6d0Be10b286a32087120/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Tokenoid", - "type": "BEP20", - "symbol": "NOID", - "decimals": 9, - "website": "https://tokenoid.io/", - "description": "TokeNoid is developing games using the blockchain technology for their transactions. More game, More utility for NOID.", - "explorer": "https://bscscan.com/token/0xB068bD15AEDf75Be6c2c6d0Be10b286a32087120", - "status": "active", - "id": "0xB068bD15AEDf75Be6c2c6d0Be10b286a32087120", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/NoidToken" - }, - { - "name": "github", - "url": "https://github.com/TokeNOID/" - }, - { - "name": "telegram", - "url": "https://t.me/TokeNOIDOfficial_Chat" - }, - { - "name": "telegram_news", - "url": "https://t.me/TokeNOIDOfficial_Ann" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/tokenoid/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/tokenoid" - }, - { - "name": "docs", - "url": "https://tokenoid-studio.gitbook.io/welcome-to-gitbook/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCYiyO8VMCZvakrMCqkOpyDw" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB068bD15AEDf75Be6c2c6d0Be10b286a32087120/logo.png b/blockchains/smartchain/assets/0xB068bD15AEDf75Be6c2c6d0Be10b286a32087120/logo.png deleted file mode 100644 index aca8d41634503..0000000000000 Binary files a/blockchains/smartchain/assets/0xB068bD15AEDf75Be6c2c6d0Be10b286a32087120/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB09FE1613fE03E7361319d2a43eDc17422f36B09/info.json b/blockchains/smartchain/assets/0xB09FE1613fE03E7361319d2a43eDc17422f36B09/info.json deleted file mode 100644 index 651ec3ce8d823..0000000000000 --- a/blockchains/smartchain/assets/0xB09FE1613fE03E7361319d2a43eDc17422f36B09/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bogged Finance", - "website": "https://bogtools.io/", - "description": "The BOG Token powers Bogged Finance and the BogTools suite of DeFi Tools.", - "explorer": "https://bscscan.com/token/0xB09FE1613fE03E7361319d2a43eDc17422f36B09", - "type": "BEP20", - "symbol": "BOG", - "decimals": 18, - "status": "active", - "id": "0xB09FE1613fE03E7361319d2a43eDc17422f36B09" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB09FE1613fE03E7361319d2a43eDc17422f36B09/logo.png b/blockchains/smartchain/assets/0xB09FE1613fE03E7361319d2a43eDc17422f36B09/logo.png deleted file mode 100644 index e0373b944df47..0000000000000 Binary files a/blockchains/smartchain/assets/0xB09FE1613fE03E7361319d2a43eDc17422f36B09/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB0B924C4a31b7d4581a7F78F57ceE1E65736Be1D/info.json b/blockchains/smartchain/assets/0xB0B924C4a31b7d4581a7F78F57ceE1E65736Be1D/info.json deleted file mode 100644 index 976297d79429d..0000000000000 --- a/blockchains/smartchain/assets/0xB0B924C4a31b7d4581a7F78F57ceE1E65736Be1D/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "HappyCoin", - "website": "https://thehappycoin.co", - "description": "HappyCoin is a BEP20 charity-oriented token that is helping to fight mental illness across the world.", - "explorer": "https://bscscan.com/token/0xb0b924c4a31b7d4581a7f78f57cee1e65736be1d", - "type": "BEP20", - "symbol": "HAPPY", - "decimals": 9, - "status": "active", - "id": "0xB0B924C4a31b7d4581a7F78F57ceE1E65736Be1D", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/the_happy_coin" - }, - { - "name": "telegram", - "url": "https://t.me/happy_coinTG" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB0B924C4a31b7d4581a7F78F57ceE1E65736Be1D/logo.png b/blockchains/smartchain/assets/0xB0B924C4a31b7d4581a7F78F57ceE1E65736Be1D/logo.png deleted file mode 100644 index 2aa1450939308..0000000000000 Binary files a/blockchains/smartchain/assets/0xB0B924C4a31b7d4581a7F78F57ceE1E65736Be1D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB0D502E938ed5f4df2E681fE6E419ff29631d62b/info.json b/blockchains/smartchain/assets/0xB0D502E938ed5f4df2E681fE6E419ff29631d62b/info.json deleted file mode 100644 index 2cc737ca06692..0000000000000 --- a/blockchains/smartchain/assets/0xB0D502E938ed5f4df2E681fE6E419ff29631d62b/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://bscscan.com/token/0xb0d502e938ed5f4df2e681fe6e419ff29631d62b", - "type": "BEP20", - "symbol": "STG", - "decimals": 18, - "status": "active", - "id": "0xB0D502E938ed5f4df2E681fE6E419ff29631d62b", - "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/smartchain/assets/0xB0D502E938ed5f4df2E681fE6E419ff29631d62b/logo.png b/blockchains/smartchain/assets/0xB0D502E938ed5f4df2E681fE6E419ff29631d62b/logo.png deleted file mode 100644 index f983849d90c4f..0000000000000 Binary files a/blockchains/smartchain/assets/0xB0D502E938ed5f4df2E681fE6E419ff29631d62b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB0a1DE764A033A76f28E821fBe402EDBFEe937dB/info.json b/blockchains/smartchain/assets/0xB0a1DE764A033A76f28E821fBe402EDBFEe937dB/info.json deleted file mode 100644 index 184ad1d80f56e..0000000000000 --- a/blockchains/smartchain/assets/0xB0a1DE764A033A76f28E821fBe402EDBFEe937dB/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "xDitto", - "website": "https://ditto.money", - "description": "xDitto is a secondary, non-rebasing asset that backs the Ditto elastic supply token.", - "explorer": "https://bscscan.com/token/0xB0a1DE764A033A76f28E821fBe402EDBFEe937dB", - "type": "BEP20", - "symbol": "XDITTO", - "decimals": 18, - "status": "active", - "id": "0xB0a1DE764A033A76f28E821fBe402EDBFEe937dB", - "links": [ - { - "name": "github", - "url": "https://github.com/ditto-money/" - }, - { - "name": "twitter", - "url": "https://twitter.com/dittomoney_" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB0a1DE764A033A76f28E821fBe402EDBFEe937dB/logo.png b/blockchains/smartchain/assets/0xB0a1DE764A033A76f28E821fBe402EDBFEe937dB/logo.png deleted file mode 100644 index 7268d7d0632f2..0000000000000 Binary files a/blockchains/smartchain/assets/0xB0a1DE764A033A76f28E821fBe402EDBFEe937dB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB0e1fc65C1a741b4662B813eB787d369b8614Af1/info.json b/blockchains/smartchain/assets/0xB0e1fc65C1a741b4662B813eB787d369b8614Af1/info.json deleted file mode 100644 index d7d2c08ccea3b..0000000000000 --- a/blockchains/smartchain/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://bscscan.com/token/0xb0e1fc65c1a741b4662b813eb787d369b8614af1", - "type": "BEP20", - "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/smartchain/assets/0xB0e1fc65C1a741b4662B813eB787d369b8614Af1/logo.png b/blockchains/smartchain/assets/0xB0e1fc65C1a741b4662B813eB787d369b8614Af1/logo.png deleted file mode 100644 index 8fcaf7fcef830..0000000000000 Binary files a/blockchains/smartchain/assets/0xB0e1fc65C1a741b4662B813eB787d369b8614Af1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB1035523a844371C2877f8a3b2F2f8d337403b6F/info.json b/blockchains/smartchain/assets/0xB1035523a844371C2877f8a3b2F2f8d337403b6F/info.json deleted file mode 100644 index fc64015f3faae..0000000000000 --- a/blockchains/smartchain/assets/0xB1035523a844371C2877f8a3b2F2f8d337403b6F/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Shibby", - "website": "https://shibby.finance", - "description": "SHIBBY is the worlds first DAO combined with Safemoon Tokenomics on BSC", - "explorer": "https://bscscan.com/token/0xB1035523a844371C2877f8a3b2F2f8d337403b6F", - "type": "BEP20", - "symbol": "SHIBBY", - "decimals": 9, - "status": "active", - "id": "0xB1035523a844371C2877f8a3b2F2f8d337403b6F" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB1035523a844371C2877f8a3b2F2f8d337403b6F/logo.png b/blockchains/smartchain/assets/0xB1035523a844371C2877f8a3b2F2f8d337403b6F/logo.png deleted file mode 100644 index d0f0321a59d39..0000000000000 Binary files a/blockchains/smartchain/assets/0xB1035523a844371C2877f8a3b2F2f8d337403b6F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB1731E5e035CB039298159EcB191cB3fe666Dd0e/info.json b/blockchains/smartchain/assets/0xB1731E5e035CB039298159EcB191cB3fe666Dd0e/info.json deleted file mode 100644 index 63af910d4ccd8..0000000000000 --- a/blockchains/smartchain/assets/0xB1731E5e035CB039298159EcB191cB3fe666Dd0e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FEED Token", - "website": "https://feedtoken.org", - "description": "Feed Token is a charity-oriented token for a world matter cause.", - "explorer": "https://bscscan.com/token/0xB1731E5e035CB039298159EcB191cB3fe666Dd0e", - "type": "BEP20", - "symbol": "FEED", - "decimals": 9, - "status": "active", - "id": "0xB1731E5e035CB039298159EcB191cB3fe666Dd0e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB1731E5e035CB039298159EcB191cB3fe666Dd0e/logo.png b/blockchains/smartchain/assets/0xB1731E5e035CB039298159EcB191cB3fe666Dd0e/logo.png deleted file mode 100644 index 95dcdab15836b..0000000000000 Binary files a/blockchains/smartchain/assets/0xB1731E5e035CB039298159EcB191cB3fe666Dd0e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB1CeD2e320E3f4C8e3511B1DC59203303493F382/info.json b/blockchains/smartchain/assets/0xB1CeD2e320E3f4C8e3511B1DC59203303493F382/info.json deleted file mode 100644 index aa3ea3a60fe91..0000000000000 --- a/blockchains/smartchain/assets/0xB1CeD2e320E3f4C8e3511B1DC59203303493F382/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Moonlight Token", - "symbol": "MOONLIGHT", - "type": "BEP20", - "decimals": 9, - "description": "Moonlight is a comprehensive set of analytical tools for the BSC network.", - "website": "https://moonlighttoken.com/", - "explorer": "https://bscscan.com/token/0xb1ced2e320e3f4c8e3511b1dc59203303493f382", - "status": "active", - "id": "0xB1CeD2e320E3f4C8e3511B1DC59203303493F382" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB1CeD2e320E3f4C8e3511B1DC59203303493F382/logo.png b/blockchains/smartchain/assets/0xB1CeD2e320E3f4C8e3511B1DC59203303493F382/logo.png deleted file mode 100644 index 3232b249ffb7c..0000000000000 Binary files a/blockchains/smartchain/assets/0xB1CeD2e320E3f4C8e3511B1DC59203303493F382/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB248a295732e0225acd3337607cc01068e3b9c10/info.json b/blockchains/smartchain/assets/0xB248a295732e0225acd3337607cc01068e3b9c10/info.json deleted file mode 100644 index 830dac2549265..0000000000000 --- a/blockchains/smartchain/assets/0xB248a295732e0225acd3337607cc01068e3b9c10/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Venus XRP", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "research": "https://research.binance.com/en/projects/venus", - "explorer": "https://bscscan.com/token/0xB248a295732e0225acd3337607cc01068e3b9c10", - "type": "BEP20", - "symbol": "vXRP", - "decimals": 8, - "status": "active", - "id": "0xB248a295732e0225acd3337607cc01068e3b9c10", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB248a295732e0225acd3337607cc01068e3b9c10/logo.png b/blockchains/smartchain/assets/0xB248a295732e0225acd3337607cc01068e3b9c10/logo.png deleted file mode 100644 index 1e5d46d777c71..0000000000000 Binary files a/blockchains/smartchain/assets/0xB248a295732e0225acd3337607cc01068e3b9c10/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB27ADAfFB9fEa1801459a1a81B17218288c097cc/info.json b/blockchains/smartchain/assets/0xB27ADAfFB9fEa1801459a1a81B17218288c097cc/info.json deleted file mode 100644 index 7fe469c0626d2..0000000000000 --- a/blockchains/smartchain/assets/0xB27ADAfFB9fEa1801459a1a81B17218288c097cc/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PooCoin", - "website": "https://poocoin.app/", - "description": "PooCoin Reflect Token. 8% fee is charged on each transaction. 4% is distributed to token holders 4% is burned. Initial supply: 10,000,000. No more than 100,000 can be traded in 1 transaction.", - "explorer": "https://bscscan.com/token/0xB27ADAfFB9fEa1801459a1a81B17218288c097cc", - "type": "BEP20", - "symbol": "POOCOIN", - "decimals": 8, - "status": "active", - "id": "0xB27ADAfFB9fEa1801459a1a81B17218288c097cc" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB27ADAfFB9fEa1801459a1a81B17218288c097cc/logo.png b/blockchains/smartchain/assets/0xB27ADAfFB9fEa1801459a1a81B17218288c097cc/logo.png deleted file mode 100644 index 97f0bb259fb03..0000000000000 Binary files a/blockchains/smartchain/assets/0xB27ADAfFB9fEa1801459a1a81B17218288c097cc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB2BD0749DBE21f623d9BABa856D3B0f0e1BFEc9C/info.json b/blockchains/smartchain/assets/0xB2BD0749DBE21f623d9BABa856D3B0f0e1BFEc9C/info.json deleted file mode 100644 index 2794ca582fe4e..0000000000000 --- a/blockchains/smartchain/assets/0xB2BD0749DBE21f623d9BABa856D3B0f0e1BFEc9C/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Dusk Network", - "symbol": "DUSK", - "type": "BEP20", - "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://bscscan.com/token/0xb2bd0749dbe21f623d9baba856d3b0f0e1bfec9c", - "status": "active", - "id": "0xB2BD0749DBE21f623d9BABa856D3B0f0e1BFEc9C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB2BD0749DBE21f623d9BABa856D3B0f0e1BFEc9C/logo.png b/blockchains/smartchain/assets/0xB2BD0749DBE21f623d9BABa856D3B0f0e1BFEc9C/logo.png deleted file mode 100644 index e59c692b90411..0000000000000 Binary files a/blockchains/smartchain/assets/0xB2BD0749DBE21f623d9BABa856D3B0f0e1BFEc9C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB2f7e860E302b18819970ceA41BcFc7349834e81/info.json b/blockchains/smartchain/assets/0xB2f7e860E302b18819970ceA41BcFc7349834e81/info.json deleted file mode 100644 index 6f0ab7de137d8..0000000000000 --- a/blockchains/smartchain/assets/0xB2f7e860E302b18819970ceA41BcFc7349834e81/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LUCK-INU", - "type": "BEP20", - "symbol": "LUCK-INU", - "decimals": 9, - "website": "https://www.luckinutoken.com/", - "description": "The last 7 buyers win a Jackpot, paid in BNB instantly Countdown available in the website & telegram bot. If you buy at the right time, you win.", - "explorer": "https://bscscan.com/token/0xB2f7e860E302b18819970ceA41BcFc7349834e81", - "status": "active", - "id": "0xB2f7e860E302b18819970ceA41BcFc7349834e81" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB2f7e860E302b18819970ceA41BcFc7349834e81/logo.png b/blockchains/smartchain/assets/0xB2f7e860E302b18819970ceA41BcFc7349834e81/logo.png deleted file mode 100644 index 9cbf6bebee311..0000000000000 Binary files a/blockchains/smartchain/assets/0xB2f7e860E302b18819970ceA41BcFc7349834e81/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB31FD05CAF496CEf34C945667E90dd89C20E0D09/info.json b/blockchains/smartchain/assets/0xB31FD05CAF496CEf34C945667E90dd89C20E0D09/info.json deleted file mode 100644 index f8c24c5b0d704..0000000000000 --- a/blockchains/smartchain/assets/0xB31FD05CAF496CEf34C945667E90dd89C20E0D09/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "MagicStaves", - "type": "BEP20", - "symbol": "MAST", - "decimals": 18, - "website": "https://mast.magic-cube.finance/#/farms", - "description": "MAST is a BEP-20 incentive token based on the Binance Smart Chain network launched by Magic cube DAO. The value and significance of MAST issuance is to promote the management and governance among the Magic cube DAO communities", - "explorer": "https://bscscan.com/token/0xB31FD05CAF496CEf34C945667E90dd89C20E0D09", - "status": "active", - "id": "0xB31FD05CAF496CEf34C945667E90dd89C20E0D09", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MagicCubeDeFi" - }, - { - "name": "telegram", - "url": "https://t.me/magicpowercommunityglobal" - }, - { - "name": "github", - "url": "https://github.com/MagicCubeFinance" - } - ], - "tags": [ - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0xB31FD05CAF496CEf34C945667E90dd89C20E0D09/logo.png b/blockchains/smartchain/assets/0xB31FD05CAF496CEf34C945667E90dd89C20E0D09/logo.png deleted file mode 100644 index 0503464ebacf4..0000000000000 Binary files a/blockchains/smartchain/assets/0xB31FD05CAF496CEf34C945667E90dd89C20E0D09/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB3225aC90B741f762BecA76dEA1eaD278Ef26A96/info.json b/blockchains/smartchain/assets/0xB3225aC90B741f762BecA76dEA1eaD278Ef26A96/info.json deleted file mode 100644 index 41f7178d90b48..0000000000000 --- a/blockchains/smartchain/assets/0xB3225aC90B741f762BecA76dEA1eaD278Ef26A96/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "LOFcrypto", - "website": "https://lofcrypto.com/", - "description": "$LOF is a High-Yield, Deflationary, and Frictionless Farming Token on the Binance Smart Chain. We support content creators & always reward our holders. At $LOF, we care and have made it one of our top goals to donate to charities preventing human trafficking. We’re proud to say that within 24 hours of launch $LOF reached a historical figure $29 million market cap with a record amount of holders. We are humbled & grateful for those who believed in our project from day one.", - "explorer": "https://bscscan.com/token/0xB3225aC90B741f762BecA76dEA1eaD278Ef26A96", - "type": "BEP20", - "symbol": "LOF", - "decimals": 9, - "status": "abandoned", - "id": "0xB3225aC90B741f762BecA76dEA1eaD278Ef26A96", - "links": [ - { - "name": "github", - "url": "https://github.com/LonelyFans/LonelyFans/" - }, - { - "name": "twitter", - "url": "https://twitter.com/LOFcrypto" - }, - { - "name": "telegram", - "url": "https://t.me/LOFcrypto" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/LOFcrypto/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB3670F91E86a96EeDA0c75b1573035A6277226fb/info.json b/blockchains/smartchain/assets/0xB3670F91E86a96EeDA0c75b1573035A6277226fb/info.json deleted file mode 100644 index 5053695d08282..0000000000000 --- a/blockchains/smartchain/assets/0xB3670F91E86a96EeDA0c75b1573035A6277226fb/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BUYBACK Token", - "website": "https://www.buybacktoken.net/", - "description": "Buyback is a utility token for defi aplications and also have Reflection, Auto Funding, and Burn mechanism. ", - "explorer": "https://bscscan.com/token/0xb3670f91e86a96eeda0c75b1573035a6277226fb", - "type": "BEP20", - "symbol": "BBT", - "decimals": 18, - "status": "active", - "id": "0xB3670F91E86a96EeDA0c75b1573035A6277226fb" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB3670F91E86a96EeDA0c75b1573035A6277226fb/logo.png b/blockchains/smartchain/assets/0xB3670F91E86a96EeDA0c75b1573035A6277226fb/logo.png deleted file mode 100644 index 5a4bff06ce62d..0000000000000 Binary files a/blockchains/smartchain/assets/0xB3670F91E86a96EeDA0c75b1573035A6277226fb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB3b8326C75893632945cA6E4f4Bd76E7a7c7D5Ac/info.json b/blockchains/smartchain/assets/0xB3b8326C75893632945cA6E4f4Bd76E7a7c7D5Ac/info.json deleted file mode 100644 index 21f513ecd5f52..0000000000000 --- a/blockchains/smartchain/assets/0xB3b8326C75893632945cA6E4f4Bd76E7a7c7D5Ac/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Binance Smart Chain BOY CZ", - "type": "BEP20", - "symbol": "BSCCZ", - "decimals": 8, - "website": "https://bscgirl.site/", - "description": "Binance Smart Chain BOY CZ is a token of the same project as Binance Smart Chain Girl.", - "explorer": "https://bscscan.com/token/0xB3b8326C75893632945cA6E4f4Bd76E7a7c7D5Ac", - "status": "active", - "id": "0xB3b8326C75893632945cA6E4f4Bd76E7a7c7D5Ac", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BSC_Girl?s=09" - }, - { - "name": "telegram", - "url": "https://t.me/joinchat/X21yx11I-hMyMzQ1" - }, - { - "name": "whitepaper", - "url": "https://bscgirl.site/wp-content/uploads/2021/06/BSCGIRL_whitepaper.pdf" - }, - { - "name": "medium", - "url": "https://bscgirl.medium.com/" - }, - { - "name": "youtube", - "url": "https://youtube.com/user/Belew101" - }, - { - "name": "facebook", - "url": "https://facebook.com/BSCGIRL.CHAN/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB3b8326C75893632945cA6E4f4Bd76E7a7c7D5Ac/logo.png b/blockchains/smartchain/assets/0xB3b8326C75893632945cA6E4f4Bd76E7a7c7D5Ac/logo.png deleted file mode 100644 index 4604b28aa3165..0000000000000 Binary files a/blockchains/smartchain/assets/0xB3b8326C75893632945cA6E4f4Bd76E7a7c7D5Ac/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB46aCB1f8D0fF6369C2f00146897aeA1dFCf2414/info.json b/blockchains/smartchain/assets/0xB46aCB1f8D0fF6369C2f00146897aeA1dFCf2414/info.json deleted file mode 100644 index 598ca21022f14..0000000000000 --- a/blockchains/smartchain/assets/0xB46aCB1f8D0fF6369C2f00146897aeA1dFCf2414/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Andromeda V2", - "type": "BEP20", - "symbol": "M31", - "decimals": 18, - "website": "https://orbitlaunch.io", - "description": "Andromeda M31, we value honesty and transparency. We work hard for our investments and YOUR investments. We also strive to make a lasting impact in decentralized finance.", - "explorer": "https://bscscan.com/token/0xB46aCB1f8D0fF6369C2f00146897aeA1dFCf2414", - "status": "active", - "id": "0xB46aCB1f8D0fF6369C2f00146897aeA1dFCf2414", - "links": [ - { - "name": "telegram", - "url": "https://t.me/orbitlaunchbsc" - }, - { - "name": "twitter", - "url": "https://twitter.com/Orbit_crypto_" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB46aCB1f8D0fF6369C2f00146897aeA1dFCf2414/logo.png b/blockchains/smartchain/assets/0xB46aCB1f8D0fF6369C2f00146897aeA1dFCf2414/logo.png deleted file mode 100644 index 2d01fabc6acf4..0000000000000 Binary files a/blockchains/smartchain/assets/0xB46aCB1f8D0fF6369C2f00146897aeA1dFCf2414/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB47D8D9CD415DAE40E364b140ae6aF186e2332f4/info.json b/blockchains/smartchain/assets/0xB47D8D9CD415DAE40E364b140ae6aF186e2332f4/info.json deleted file mode 100644 index e862380f0257f..0000000000000 --- a/blockchains/smartchain/assets/0xB47D8D9CD415DAE40E364b140ae6aF186e2332f4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SwiftMoon", - "type": "BEP20", - "symbol": "SMOON", - "decimals": 18, - "website": "https://swiftmoon.online/", - "description": "Swift Moon combines the Rebasing concept, Auto Liquidity Generation, Deflation and Reflection all in one token on Binance Smart Chain", - "explorer": "https://bscscan.com/token/0xb47d8d9cd415dae40e364b140ae6af186e2332f4", - "status": "active", - "id": "0xB47D8D9CD415DAE40E364b140ae6aF186e2332f4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB47D8D9CD415DAE40E364b140ae6aF186e2332f4/logo.png b/blockchains/smartchain/assets/0xB47D8D9CD415DAE40E364b140ae6aF186e2332f4/logo.png deleted file mode 100644 index 8d7602b45a48b..0000000000000 Binary files a/blockchains/smartchain/assets/0xB47D8D9CD415DAE40E364b140ae6aF186e2332f4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB4AA0CD9FACeB466DB69b825DC666EdAF3293d28/info.json b/blockchains/smartchain/assets/0xB4AA0CD9FACeB466DB69b825DC666EdAF3293d28/info.json deleted file mode 100644 index 05577fa08714f..0000000000000 --- a/blockchains/smartchain/assets/0xB4AA0CD9FACeB466DB69b825DC666EdAF3293d28/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Damn Token", - "website": "https://damncool.io/", - "description": "DAMN Connecting the World through Blockchain Innovations.", - "explorer": "https://bscscan.com/token/0xB4AA0CD9FACeB466DB69b825DC666EdAF3293d28", - "type": "BEP20", - "symbol": "DAMN", - "decimals": 18, - "status": "active", - "id": "0xB4AA0CD9FACeB466DB69b825DC666EdAF3293d28", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/_DAMNCool_" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/DAMNCoolOfficial/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/damn-token/" - }, - { - "name": "github", - "url": "https://github.com/damncoolFrank/" - }, - { - "name": "telegram", - "url": "https://t.me/DAMN_Community" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/damn-token" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB4AA0CD9FACeB466DB69b825DC666EdAF3293d28/logo.png b/blockchains/smartchain/assets/0xB4AA0CD9FACeB466DB69b825DC666EdAF3293d28/logo.png deleted file mode 100644 index 9a182f9ad0b43..0000000000000 Binary files a/blockchains/smartchain/assets/0xB4AA0CD9FACeB466DB69b825DC666EdAF3293d28/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB547607EAE3B10d94B211DA84A3B51BFa545774d/info.json b/blockchains/smartchain/assets/0xB547607EAE3B10d94B211DA84A3B51BFa545774d/info.json deleted file mode 100644 index 33cb0555d9203..0000000000000 --- a/blockchains/smartchain/assets/0xB547607EAE3B10d94B211DA84A3B51BFa545774d/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Doge Raca", - "type": "BEP20", - "symbol": "DoCa", - "decimals": 9, - "website": "https://dogeraca.com/", - "description": "DOCA is the BEST MEMECOIN. Unique features to shill to the MARS: Memecoin - DeFi - GameFi - Metaverse", - "explorer": "https://bscscan.com/token/0xB547607EAE3B10d94B211DA84A3B51BFa545774d", - "status": "active", - "id": "0xB547607EAE3B10d94B211DA84A3B51BFa545774d", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/dogeraca" - }, - { - "name": "github", - "url": "https://github.com/dogeraca" - }, - { - "name": "telegram", - "url": "https://t.me/DogeRaca_Chat" - }, - { - "name": "telegram_news", - "url": "https://t.me/dogeraca" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/doge-raca" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/doge-raca/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB547607EAE3B10d94B211DA84A3B51BFa545774d/logo.png b/blockchains/smartchain/assets/0xB547607EAE3B10d94B211DA84A3B51BFa545774d/logo.png deleted file mode 100644 index 057899d07588a..0000000000000 Binary files a/blockchains/smartchain/assets/0xB547607EAE3B10d94B211DA84A3B51BFa545774d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB5791d504367dEE4BA3A379fb3d3d5A6B955cb2e/info.json b/blockchains/smartchain/assets/0xB5791d504367dEE4BA3A379fb3d3d5A6B955cb2e/info.json deleted file mode 100644 index cc0c8c6601858..0000000000000 --- a/blockchains/smartchain/assets/0xB5791d504367dEE4BA3A379fb3d3d5A6B955cb2e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "The Luxury Coin", - "type": "BEP20", - "symbol": "TLB", - "decimals": 18, - "description": "Utility token to increase adoption of cryptocurrency.", - "website": "https://theluxurybank.com", - "explorer": "https://bscscan.com/token/0xb5791d504367dee4ba3a379fb3d3d5a6b955cb2e", - "status": "active", - "id": "0xB5791d504367dEE4BA3A379fb3d3d5A6B955cb2e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB5791d504367dEE4BA3A379fb3d3d5A6B955cb2e/logo.png b/blockchains/smartchain/assets/0xB5791d504367dEE4BA3A379fb3d3d5A6B955cb2e/logo.png deleted file mode 100644 index 5bfc7404abb05..0000000000000 Binary files a/blockchains/smartchain/assets/0xB5791d504367dEE4BA3A379fb3d3d5A6B955cb2e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB583961E033Dfe0FfF161952f7BA21c411b6103d/info.json b/blockchains/smartchain/assets/0xB583961E033Dfe0FfF161952f7BA21c411b6103d/info.json deleted file mode 100644 index 51a235ff95140..0000000000000 --- a/blockchains/smartchain/assets/0xB583961E033Dfe0FfF161952f7BA21c411b6103d/info.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "name": "YOUWHO", - "type": "BEP20", - "symbol": "YOU", - "decimals": 18, - "website": "https://youwho.io", - "description": "YOUWHO is a Crypto Based On-Demand Services Platform with the main focus of eliminating global unemployment. The YOUWHO platform enables everyone in the world to list their service (eg. maid, doctor, electrician, gardener, dog walker, saturation diver, astrophysicist, etc. whatever skill you possess!) and book and use these same services, effectively offering peer to peer services on a global scale.", - "explorer": "https://bscscan.com/token/0xB583961E033Dfe0FfF161952f7BA21c411b6103d", - "status": "active", - "id": "0xB583961E033Dfe0FfF161952f7BA21c411b6103d", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/you_youwho" - }, - { - "name": "github", - "url": "https://github.com/youwhoyou" - }, - { - "name": "telegram", - "url": "https://t.me/you_youwho" - }, - { - "name": "discord", - "url": "https://discord.com/invite/Sm77UDXdzZ" - }, - { - "name": "whitepaper", - "url": "https://wp.youwho.io" - }, - { - "name": "docs", - "url": "https://deck.youwho.io" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/youwho/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCrHJ4_9G1hVs9oeYBGs7CdQ" - }, - { - "name": "telegram_news", - "url": "https://t.me/you_youwho" - }, - { - "name": "facebook", - "url": "https://facebook.com/youwhouhu" - }, - { - "name": "blog", - "url": "https://why.youwho.io/news" - } - ], - "tags": [ - "governance", - "defi", - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB583961E033Dfe0FfF161952f7BA21c411b6103d/logo.png b/blockchains/smartchain/assets/0xB583961E033Dfe0FfF161952f7BA21c411b6103d/logo.png deleted file mode 100644 index b93b286481610..0000000000000 Binary files a/blockchains/smartchain/assets/0xB583961E033Dfe0FfF161952f7BA21c411b6103d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB5bCF4fAa81457e98f4609a2a3291dF64E246f01/info.json b/blockchains/smartchain/assets/0xB5bCF4fAa81457e98f4609a2a3291dF64E246f01/info.json deleted file mode 100644 index d6650123b362f..0000000000000 --- a/blockchains/smartchain/assets/0xB5bCF4fAa81457e98f4609a2a3291dF64E246f01/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Parabolic", - "type": "BEP20", - "symbol": "PARA", - "decimals": 9, - "website": "https://parabolictoken.com/", - "description": "Parabolic Token has been carefully designed to achieve a single purpose – GOING PARABOLIC! Our super addictive game and tokenomics will benefit the coin and consistently take it to new heights. Our game will be released in November!", - "explorer": "https://bscscan.com/token/0xB5bCF4fAa81457e98f4609a2a3291dF64E246f01", - "status": "active", - "id": "0xB5bCF4fAa81457e98f4609a2a3291dF64E246f01", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/parabolic/" - }, - { - "name": "telegram", - "url": "https://t.me/ParabolicToken" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB5bCF4fAa81457e98f4609a2a3291dF64E246f01/logo.png b/blockchains/smartchain/assets/0xB5bCF4fAa81457e98f4609a2a3291dF64E246f01/logo.png deleted file mode 100644 index de79117178c5d..0000000000000 Binary files a/blockchains/smartchain/assets/0xB5bCF4fAa81457e98f4609a2a3291dF64E246f01/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB64E638E60D154B43f660a6BF8fD8a3b249a6a21/info.json b/blockchains/smartchain/assets/0xB64E638E60D154B43f660a6BF8fD8a3b249a6a21/info.json deleted file mode 100644 index 970eb3cfac168..0000000000000 --- a/blockchains/smartchain/assets/0xB64E638E60D154B43f660a6BF8fD8a3b249a6a21/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "WAULTx", - "type": "BEP20", - "symbol": "WAULTx", - "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://bscscan.com/token/0xB64E638E60D154B43f660a6BF8fD8a3b249a6a21", - "status": "active", - "id": "0xB64E638E60D154B43f660a6BF8fD8a3b249a6a21" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB64E638E60D154B43f660a6BF8fD8a3b249a6a21/logo.png b/blockchains/smartchain/assets/0xB64E638E60D154B43f660a6BF8fD8a3b249a6a21/logo.png deleted file mode 100644 index 3c3be8cb8b47e..0000000000000 Binary files a/blockchains/smartchain/assets/0xB64E638E60D154B43f660a6BF8fD8a3b249a6a21/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB667bbfE0DcEdae1a53555a0e8B0a14EAf0d5231/info.json b/blockchains/smartchain/assets/0xB667bbfE0DcEdae1a53555a0e8B0a14EAf0d5231/info.json deleted file mode 100644 index eebc0d1db49c0..0000000000000 --- a/blockchains/smartchain/assets/0xB667bbfE0DcEdae1a53555a0e8B0a14EAf0d5231/info.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "SafeComet", - "website": "https://safecometcrypto.com", - "description": "Self generating liquidity token - Reflection paid back to holders.", - "explorer": "https://bscscan.com/token/0xB667bbfE0DcEdae1a53555a0e8B0a14EAf0d5231", - "research": "", - "type": "BEP20", - "symbol": "SAFECOMET", - "decimals": 9, - "status": "active", - "id": "0xB667bbfE0DcEdae1a53555a0e8B0a14EAf0d5231", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB667bbfE0DcEdae1a53555a0e8B0a14EAf0d5231/logo.png b/blockchains/smartchain/assets/0xB667bbfE0DcEdae1a53555a0e8B0a14EAf0d5231/logo.png deleted file mode 100644 index 983c5ef139c19..0000000000000 Binary files a/blockchains/smartchain/assets/0xB667bbfE0DcEdae1a53555a0e8B0a14EAf0d5231/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB6D053E260d410eAc02eA28755696F90A8ECca2B/info.json b/blockchains/smartchain/assets/0xB6D053E260d410eAc02eA28755696F90A8ECca2B/info.json deleted file mode 100644 index 60b4f9e6a367e..0000000000000 --- a/blockchains/smartchain/assets/0xB6D053E260d410eAc02eA28755696F90A8ECca2B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SHIKOKU INU", - "website": "https://shikoku.exchange/", - "description": "SHIKO is a 100% community-driven decentralized utility token offering multiple swap capabilities and investment tools.", - "explorer": "https://bscscan.com/token/0xB6D053E260d410eAc02eA28755696F90A8ECca2B", - "type": "BEP20", - "symbol": "SHIKO", - "decimals": 9, - "status": "active", - "id": "0xB6D053E260d410eAc02eA28755696F90A8ECca2B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB6D053E260d410eAc02eA28755696F90A8ECca2B/logo.png b/blockchains/smartchain/assets/0xB6D053E260d410eAc02eA28755696F90A8ECca2B/logo.png deleted file mode 100644 index b1babcd16d434..0000000000000 Binary files a/blockchains/smartchain/assets/0xB6D053E260d410eAc02eA28755696F90A8ECca2B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB723F6dCE74BbdE8f19ac882e539C1C53fDb888B/info.json b/blockchains/smartchain/assets/0xB723F6dCE74BbdE8f19ac882e539C1C53fDb888B/info.json deleted file mode 100644 index 840a3f496ae49..0000000000000 --- a/blockchains/smartchain/assets/0xB723F6dCE74BbdE8f19ac882e539C1C53fDb888B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FEG Wrapped ADA", - "symbol": "fADA", - "type": "BEP20", - "decimals": 18, - "description": "FEG Wrapped ADA", - "website": "https://fegtoken.com", - "explorer": "https://bscscan.com/token/0xb723f6dce74bbde8f19ac882e539c1c53fdb888b", - "status": "active", - "id": "0xB723F6dCE74BbdE8f19ac882e539C1C53fDb888B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB723F6dCE74BbdE8f19ac882e539C1C53fDb888B/logo.png b/blockchains/smartchain/assets/0xB723F6dCE74BbdE8f19ac882e539C1C53fDb888B/logo.png deleted file mode 100644 index 379f1b3d0ecc9..0000000000000 Binary files a/blockchains/smartchain/assets/0xB723F6dCE74BbdE8f19ac882e539C1C53fDb888B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB72842D6F5feDf91D22d56202802Bb9A79C6322E/info.json b/blockchains/smartchain/assets/0xB72842D6F5feDf91D22d56202802Bb9A79C6322E/info.json deleted file mode 100644 index 2c08687d039c7..0000000000000 --- a/blockchains/smartchain/assets/0xB72842D6F5feDf91D22d56202802Bb9A79C6322E/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MOchi MArket", - "symbol": "MOMA", - "type": "BEP20", - "decimals": 18, - "description": "The multi-chain decentralized exchange ecosystem for non-fungible tokens", - "website": "https://mochi.market", - "explorer": "https://bscscan.com/token/0xB72842D6F5feDf91D22d56202802Bb9A79C6322E", - "status": "active", - "id": "0xB72842D6F5feDf91D22d56202802Bb9A79C6322E" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB72842D6F5feDf91D22d56202802Bb9A79C6322E/logo.png b/blockchains/smartchain/assets/0xB72842D6F5feDf91D22d56202802Bb9A79C6322E/logo.png deleted file mode 100644 index 182864893890e..0000000000000 Binary files a/blockchains/smartchain/assets/0xB72842D6F5feDf91D22d56202802Bb9A79C6322E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB7DAcf54a54bFea818F21472d3E71a89287841A7/info.json b/blockchains/smartchain/assets/0xB7DAcf54a54bFea818F21472d3E71a89287841A7/info.json deleted file mode 100644 index 7ee2c867d4cf3..0000000000000 --- a/blockchains/smartchain/assets/0xB7DAcf54a54bFea818F21472d3E71a89287841A7/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "WealthSecrets", - "website": "https://www.wealthsecrets.io", - "description": "We allow access to different odds slips, sell likely winnable odds, P2P betting and the creation of your bet event with our WSC token.", - "explorer": "https://bscscan.com/token/0xB7DAcf54a54bFea818F21472d3E71a89287841A7", - "type": "BEP20", - "symbol": "WSC", - "decimals": 18, - "status": "active", - "id": "0xB7DAcf54a54bFea818F21472d3E71a89287841A7", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/wealthsecretsofficial" - }, - { - "name": "twitter", - "url": "https://twitter.com/WSecrets_WSC?s=09" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/wealthsecrets/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB7DAcf54a54bFea818F21472d3E71a89287841A7/logo.png b/blockchains/smartchain/assets/0xB7DAcf54a54bFea818F21472d3E71a89287841A7/logo.png deleted file mode 100644 index 2faa03d0cf8ef..0000000000000 Binary files a/blockchains/smartchain/assets/0xB7DAcf54a54bFea818F21472d3E71a89287841A7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB7Dba4C673beDB174DC3Ff7Ec65d17C863d39b16/info.json b/blockchains/smartchain/assets/0xB7Dba4C673beDB174DC3Ff7Ec65d17C863d39b16/info.json deleted file mode 100644 index e718538416eb7..0000000000000 --- a/blockchains/smartchain/assets/0xB7Dba4C673beDB174DC3Ff7Ec65d17C863d39b16/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "FatCake", - "type": "BEP20", - "symbol": "FATCAKE", - "decimals": 18, - "website": "https://www.fatecosystem.com", - "description": "Fat Cake Token is your investment position into F.A.T.E. (Financial Assets & Tokenized Ecosystem). Holders of the token become investors into the business and earn dividends from the profits of the ecosystem. Gaming, Social Media, Payment Processing, OmniDex, Launchpad, and much more.", - "explorer": "https://bscscan.com/token/0xB7Dba4C673beDB174DC3Ff7Ec65d17C863d39b16", - "status": "active", - "id": "0xB7Dba4C673beDB174DC3Ff7Ec65d17C863d39b16", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/FatCakeToken" - }, - { - "name": "github", - "url": "https://github.com/FreezyEx/FATCAKE" - }, - { - "name": "telegram", - "url": "https://t.me/fatecosystem" - }, - { - "name": "whitepaper", - "url": "https://ba1eeeb9-8780-4702-a175-a98ed2b9ba07.filesusr.com/ugd/8b9157_cab43e21359e45a7b90d1b6507ffea6d.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/fatcake/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/fatcake" - }, - { - "name": "discord", - "url": "https://discord.com/vVHgkbY5" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB7Dba4C673beDB174DC3Ff7Ec65d17C863d39b16/logo.png b/blockchains/smartchain/assets/0xB7Dba4C673beDB174DC3Ff7Ec65d17C863d39b16/logo.png deleted file mode 100644 index f5a3913429cf1..0000000000000 Binary files a/blockchains/smartchain/assets/0xB7Dba4C673beDB174DC3Ff7Ec65d17C863d39b16/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB7FeEAb5ea787e83a40f185237C717597363E0d6/info.json b/blockchains/smartchain/assets/0xB7FeEAb5ea787e83a40f185237C717597363E0d6/info.json deleted file mode 100644 index 4bd4b8ec508e5..0000000000000 --- a/blockchains/smartchain/assets/0xB7FeEAb5ea787e83a40f185237C717597363E0d6/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Xenon Play", - "type": "BEP20", - "symbol": "XPLAY", - "decimals": 18, - "website": "https://xenonpay.org", - "description": "Introducing Xenon Play (XPLAY) Xenon Play functions as the official Xenon Reward that can be generated from the Xenon Machine after activating the reward mechanism by inserting Xenon Liquidity Tokens or Xenon Pay Tokens. You can also use Xenon Play in the upcoming Xenon Pay Gaming Series such as Xenon Kart: Crypto Edition or Xenon Play: Minigames. Both games will have a Play To Earn game mode. The total currency supply of Xenon Play exists out of 500,000,000 XPLAY.", - "explorer": "https://bscscan.com/token/0xB7FeEAb5ea787e83a40f185237C717597363E0d6", - "status": "active", - "id": "0xB7FeEAb5ea787e83a40f185237C717597363E0d6", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/PayX2P" - }, - { - "name": "whitepaper", - "url": "https://assets.website-files.com/610aef4e2da61c281db06172/6116c6bdb929435fbc897923_Whitepaper_X2P_Official.pdf" - }, - { - "name": "telegram", - "url": "https://t.me/xenonpaycommunity" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB7FeEAb5ea787e83a40f185237C717597363E0d6/logo.png b/blockchains/smartchain/assets/0xB7FeEAb5ea787e83a40f185237C717597363E0d6/logo.png deleted file mode 100644 index 96db4bacabb19..0000000000000 Binary files a/blockchains/smartchain/assets/0xB7FeEAb5ea787e83a40f185237C717597363E0d6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB7d9905eDf8B7B093E3C74af8d6982D0F3d37762/info.json b/blockchains/smartchain/assets/0xB7d9905eDf8B7B093E3C74af8d6982D0F3d37762/info.json deleted file mode 100644 index f72bdc66e7cdd..0000000000000 --- a/blockchains/smartchain/assets/0xB7d9905eDf8B7B093E3C74af8d6982D0F3d37762/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Ngnt", - "type": "BEP20", - "symbol": "NGNT", - "decimals": 2, - "website": "https://ngnt.org/", - "description": "-", - "explorer": "https://bscscan.com/token/0xB7d9905eDf8B7B093E3C74af8d6982D0F3d37762", - "status": "active", - "id": "0xB7d9905eDf8B7B093E3C74af8d6982D0F3d37762" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB7d9905eDf8B7B093E3C74af8d6982D0F3d37762/logo.png b/blockchains/smartchain/assets/0xB7d9905eDf8B7B093E3C74af8d6982D0F3d37762/logo.png deleted file mode 100644 index b3b8d79ca6a2b..0000000000000 Binary files a/blockchains/smartchain/assets/0xB7d9905eDf8B7B093E3C74af8d6982D0F3d37762/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB82BEb6Ee0063Abd5fC8E544c852237aA62CBb14/info.json b/blockchains/smartchain/assets/0xB82BEb6Ee0063Abd5fC8E544c852237aA62CBb14/info.json deleted file mode 100644 index 6f58aa4c9b060..0000000000000 --- a/blockchains/smartchain/assets/0xB82BEb6Ee0063Abd5fC8E544c852237aA62CBb14/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Square Token", - "type": "BEP20", - "symbol": "SQUA", - "decimals": 18, - "website": "https://squaretoken.org", - "description": "The token SQUARE is a token developed exclusively for payment of fees within the Goarbit ecosystem - being automatically burned at the time of fee payment, making it a deflationary and utility token.", - "explorer": "https://bscscan.com/token/0xB82BEb6Ee0063Abd5fC8E544c852237aA62CBb14", - "status": "active", - "id": "0xB82BEb6Ee0063Abd5fC8E544c852237aA62CBb14", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/tokensquare" - }, - { - "name": "telegram", - "url": "https://t.me/officialsquaretoken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/square-token/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/square-token" - } - ], - "tags": [ - "deflationary" - ] -} diff --git a/blockchains/smartchain/assets/0xB82BEb6Ee0063Abd5fC8E544c852237aA62CBb14/logo.png b/blockchains/smartchain/assets/0xB82BEb6Ee0063Abd5fC8E544c852237aA62CBb14/logo.png deleted file mode 100644 index 6e47bf3cd010f..0000000000000 Binary files a/blockchains/smartchain/assets/0xB82BEb6Ee0063Abd5fC8E544c852237aA62CBb14/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB84cBbF09b3Ed388a45cD875ebba41a20365e6e7/info.json b/blockchains/smartchain/assets/0xB84cBbF09b3Ed388a45cD875ebba41a20365e6e7/info.json deleted file mode 100644 index 7841c5a6441c4..0000000000000 --- a/blockchains/smartchain/assets/0xB84cBbF09b3Ed388a45cD875ebba41a20365e6e7/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "BitShiba", - "website": "https://www.bitshiba.io/", - "description": "The Shiba Inu Killer on Binance Smart Chain", - "explorer": "https://bscscan.com/token/0xb84cbbf09b3ed388a45cd875ebba41a20365e6e7", - "type": "BEP20", - "symbol": "SHIBA", - "decimals": 18, - "status": "active", - "id": "0xB84cBbF09b3Ed388a45cD875ebba41a20365e6e7", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BitShibaToken" - }, - { - "name": "telegram", - "url": "https://t.me/Bitshibatoken" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB84cBbF09b3Ed388a45cD875ebba41a20365e6e7/logo.png b/blockchains/smartchain/assets/0xB84cBbF09b3Ed388a45cD875ebba41a20365e6e7/logo.png deleted file mode 100644 index 19377c8c6630b..0000000000000 Binary files a/blockchains/smartchain/assets/0xB84cBbF09b3Ed388a45cD875ebba41a20365e6e7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB89ADD4A17eaDB084a065f9CAcE752a268dab8b3/info.json b/blockchains/smartchain/assets/0xB89ADD4A17eaDB084a065f9CAcE752a268dab8b3/info.json deleted file mode 100644 index d1e201414838f..0000000000000 --- a/blockchains/smartchain/assets/0xB89ADD4A17eaDB084a065f9CAcE752a268dab8b3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ZETBNB", - "type": "BEP20", - "symbol": "ZETBNB", - "decimals": 0, - "website": "https://zetbnb.finance/", - "description": "$ZETBNB is Multi Purpose Project | Auto-generate Advertisment , liquidity , DeFi , and NFT aircraft Market | project built on Binance Smart Chain #BSC", - "explorer": "https://bscscan.com/token/0xB89ADD4A17eaDB084a065f9CAcE752a268dab8b3", - "status": "active", - "id": "0xB89ADD4A17eaDB084a065f9CAcE752a268dab8b3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB89ADD4A17eaDB084a065f9CAcE752a268dab8b3/logo.png b/blockchains/smartchain/assets/0xB89ADD4A17eaDB084a065f9CAcE752a268dab8b3/logo.png deleted file mode 100644 index 7c644bfbf9c0c..0000000000000 Binary files a/blockchains/smartchain/assets/0xB89ADD4A17eaDB084a065f9CAcE752a268dab8b3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB8c463c727742A1Fa673d36aE32cB5f4bad33FeA/info.json b/blockchains/smartchain/assets/0xB8c463c727742A1Fa673d36aE32cB5f4bad33FeA/info.json deleted file mode 100644 index 88a6a1d9e77c7..0000000000000 --- a/blockchains/smartchain/assets/0xB8c463c727742A1Fa673d36aE32cB5f4bad33FeA/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Smart Chain Black", - "website": "https://smartchainblack.com", - "description": "BNBB is Binance Smart Chain Token", - "explorer": "https://bscscan.com/token/0xB8c463c727742A1Fa673d36aE32cB5f4bad33FeA", - "symbol": "BNBB", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0xB8c463c727742A1Fa673d36aE32cB5f4bad33FeA" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB8c463c727742A1Fa673d36aE32cB5f4bad33FeA/logo.png b/blockchains/smartchain/assets/0xB8c463c727742A1Fa673d36aE32cB5f4bad33FeA/logo.png deleted file mode 100644 index 397458f47da37..0000000000000 Binary files a/blockchains/smartchain/assets/0xB8c463c727742A1Fa673d36aE32cB5f4bad33FeA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB99172949554E6C10c28c880eC0306d2A9d5C753/info.json b/blockchains/smartchain/assets/0xB99172949554E6C10c28c880eC0306d2A9d5C753/info.json deleted file mode 100644 index 61d6b7de160d7..0000000000000 --- a/blockchains/smartchain/assets/0xB99172949554E6C10c28c880eC0306d2A9d5C753/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LunaDoge", - "type": "BEP20", - "symbol": "LOGE", - "decimals": 9, - "website": "https://lunadoge.finance/", - "description": "LunaDoge is the first ethical mememoin. LunaDoge is 100% transparent. LunaDoge is community-driven and used a fair launch to distribute tokens. All team tokens and LP tokens have been locked. Holders earn passive rewards through static reflection, as they watch their balance of $LOGE grow exponentially", - "explorer": "https://bscscan.com/token/0xb99172949554e6c10c28c880ec0306d2a9d5c753", - "status": "active", - "id": "0xB99172949554E6C10c28c880eC0306d2A9d5C753" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB99172949554E6C10c28c880eC0306d2A9d5C753/logo.png b/blockchains/smartchain/assets/0xB99172949554E6C10c28c880eC0306d2A9d5C753/logo.png deleted file mode 100644 index a8efb6e88b7f0..0000000000000 Binary files a/blockchains/smartchain/assets/0xB99172949554E6C10c28c880eC0306d2A9d5C753/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB9F41715D64e85C0d78bC4ed6857ef54Cd5B2737/info.json b/blockchains/smartchain/assets/0xB9F41715D64e85C0d78bC4ed6857ef54Cd5B2737/info.json deleted file mode 100644 index 8ade27929ea9e..0000000000000 --- a/blockchains/smartchain/assets/0xB9F41715D64e85C0d78bC4ed6857ef54Cd5B2737/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "ART COIN", - "type": "BEP20", - "symbol": "ARTC", - "decimals": 18, - "website": "https://smartuse.art/", - "description": "ARTC is the smartest way to be involved with crypto. ART COIN brings everything under one format for utility of your crypto.", - "explorer": "https://bscscan.com/token/0xB9F41715D64e85C0d78bC4ed6857ef54Cd5B2737", - "status": "active", - "id": "0xB9F41715D64e85C0d78bC4ed6857ef54Cd5B2737", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/artccoin" - }, - { - "name": "facebook", - "url": "https://facebook.com/ART-COIN-100248662370343/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB9F41715D64e85C0d78bC4ed6857ef54Cd5B2737/logo.png b/blockchains/smartchain/assets/0xB9F41715D64e85C0d78bC4ed6857ef54Cd5B2737/logo.png deleted file mode 100644 index 38964d8d95aeb..0000000000000 Binary files a/blockchains/smartchain/assets/0xB9F41715D64e85C0d78bC4ed6857ef54Cd5B2737/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xB9d35811424600fa9E8cD62A0471fBd025131cb8/info.json b/blockchains/smartchain/assets/0xB9d35811424600fa9E8cD62A0471fBd025131cb8/info.json deleted file mode 100644 index 2da787977c4dd..0000000000000 --- a/blockchains/smartchain/assets/0xB9d35811424600fa9E8cD62A0471fBd025131cb8/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "YES WORLD", - "type": "BEP20", - "symbol": "YES", - "decimals": 18, - "website": "https://yesworld.io", - "description": "An Asset-based token with aim to reduce carbon emissions using several utilities for the token.", - "explorer": "https://bscscan.com/token/0xb9d35811424600fa9e8cd62a0471fbd025131cb8", - "status": "active", - "id": "0xB9d35811424600fa9E8cD62A0471fBd025131cb8", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/yesworld24" - }, - { - "name": "github", - "url": "https://github.com/yesworld24" - }, - { - "name": "telegram", - "url": "https://t.me/yesworld24" - }, - { - "name": "youtube", - "url": "https://youtube.com/yesworld24" - }, - { - "name": "whitepaper", - "url": "https://yesworld.io/YesWorld-Whitepaper.pdf" - } - ], - "tags": [ - "binance-peg" - ] -} diff --git a/blockchains/smartchain/assets/0xB9d35811424600fa9E8cD62A0471fBd025131cb8/logo.png b/blockchains/smartchain/assets/0xB9d35811424600fa9E8cD62A0471fBd025131cb8/logo.png deleted file mode 100644 index 99909fe6d39dc..0000000000000 Binary files a/blockchains/smartchain/assets/0xB9d35811424600fa9E8cD62A0471fBd025131cb8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBA0aEe6868CAf469b6EA99fdc13877b81f8b9440/info.json b/blockchains/smartchain/assets/0xBA0aEe6868CAf469b6EA99fdc13877b81f8b9440/info.json deleted file mode 100644 index 13008cac6047f..0000000000000 --- a/blockchains/smartchain/assets/0xBA0aEe6868CAf469b6EA99fdc13877b81f8b9440/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Spider Swap", - "type": "BEP20", - "symbol": "SPIDER", - "decimals": 18, - "website": "https://www.spiderswap.in", - "description": "Spider is more then just a community token.", - "explorer": "https://bscscan.com/token/0xBA0aEe6868CAf469b6EA99fdc13877b81f8b9440", - "status": "active", - "id": "0xBA0aEe6868CAf469b6EA99fdc13877b81f8b9440" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBA0aEe6868CAf469b6EA99fdc13877b81f8b9440/logo.png b/blockchains/smartchain/assets/0xBA0aEe6868CAf469b6EA99fdc13877b81f8b9440/logo.png deleted file mode 100644 index baeefa17a010f..0000000000000 Binary files a/blockchains/smartchain/assets/0xBA0aEe6868CAf469b6EA99fdc13877b81f8b9440/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBA26397cdFF25F0D26E815d218Ef3C77609ae7f1/info.json b/blockchains/smartchain/assets/0xBA26397cdFF25F0D26E815d218Ef3C77609ae7f1/info.json deleted file mode 100644 index b7aff48451344..0000000000000 --- a/blockchains/smartchain/assets/0xBA26397cdFF25F0D26E815d218Ef3C77609ae7f1/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "LYPTUS Token", - "website": "https://koaladefi.finance/", - "description": "High yields BSC farm brought by the Koalas. Earn LYPTUS through yield, then stake it in Pools to earn more tokens! Security first on Koala DeFi.", - "explorer": "https://bscscan.com/token/0xba26397cdff25f0d26e815d218ef3c77609ae7f1", - "research": "https://research.binance.com/", - "type": "BEP20", - "symbol": "LYPTUS", - "decimals": 18, - "status": "active", - "id": "0xBA26397cdFF25F0D26E815d218Ef3C77609ae7f1" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBA26397cdFF25F0D26E815d218Ef3C77609ae7f1/logo.png b/blockchains/smartchain/assets/0xBA26397cdFF25F0D26E815d218Ef3C77609ae7f1/logo.png deleted file mode 100644 index 318d53e06e109..0000000000000 Binary files a/blockchains/smartchain/assets/0xBA26397cdFF25F0D26E815d218Ef3C77609ae7f1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBA96731324dE188ebC1eD87ca74544dDEbC07D7f/info.json b/blockchains/smartchain/assets/0xBA96731324dE188ebC1eD87ca74544dDEbC07D7f/info.json deleted file mode 100644 index cfbd8eb96e81b..0000000000000 --- a/blockchains/smartchain/assets/0xBA96731324dE188ebC1eD87ca74544dDEbC07D7f/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Titano", - "website": "https://titano.finance", - "description": "Titano Finance is transforming DeFi with the Titano Autostaking Protocol (TAP) that delivers the industry’s highest fixed APY, rebasing rewards every 30 minutes, and a simple buy-hold-earn system that grows your portfolio in your wallet, fast", - "explorer": "https://bscscan.com/token/0xBA96731324dE188ebC1eD87ca74544dDEbC07D7f", - "type": "BEP20", - "symbol": "TITANO", - "decimals": 18, - "status": "active", - "id": "0xBA96731324dE188ebC1eD87ca74544dDEbC07D7f", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/TitanoFinance" - }, - { - "name": "github", - "url": "https://github.com/Titano-finance" - }, - { - "name": "telegram", - "url": "https://t.me/titano_finance" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/titano" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/titano/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBA96731324dE188ebC1eD87ca74544dDEbC07D7f/logo.png b/blockchains/smartchain/assets/0xBA96731324dE188ebC1eD87ca74544dDEbC07D7f/logo.png deleted file mode 100644 index b28854926072f..0000000000000 Binary files a/blockchains/smartchain/assets/0xBA96731324dE188ebC1eD87ca74544dDEbC07D7f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBB994E80E2eDc45dCe9065bda73ADc7E9337b64F/info.json b/blockchains/smartchain/assets/0xBB994E80E2eDc45dCe9065bda73ADc7E9337b64F/info.json deleted file mode 100644 index 09b3724c0c27d..0000000000000 --- a/blockchains/smartchain/assets/0xBB994E80E2eDc45dCe9065bda73ADc7E9337b64F/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Only 1 Token", - "website": "https://only1token.com", - "description": "O1T is a single BEP20 token shared by its holders", - "explorer": "https://bscscan.com/token/0xBB994E80E2eDc45dCe9065bda73ADc7E9337b64F", - "type": "BEP20", - "symbol": "O1T", - "decimals": 18, - "status": "active", - "id": "0xBB994E80E2eDc45dCe9065bda73ADc7E9337b64F", - "links": [ - { - "name": "telegram", - "url": "https://t.me/only1token" - }, - { - "name": "twitter", - "url": "https://twitter.com/OnlyOneToken" - }, - { - "name": "medium", - "url": "https://only1token.medium.com" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/Only1Token" - }, - { - "name": "whitepaper", - "url": "https://only1token.medium.com/o1t-lightpaper-8729898a392e" - }, - { - "name": "facebook", - "url": "https://facebook.com/only1token" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBB994E80E2eDc45dCe9065bda73ADc7E9337b64F/logo.png b/blockchains/smartchain/assets/0xBB994E80E2eDc45dCe9065bda73ADc7E9337b64F/logo.png deleted file mode 100644 index cb85fcf63c3e2..0000000000000 Binary files a/blockchains/smartchain/assets/0xBB994E80E2eDc45dCe9065bda73ADc7E9337b64F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBBFFA24cCF2d4D9e9737B1BA4A25A5EFFA71451E/info.json b/blockchains/smartchain/assets/0xBBFFA24cCF2d4D9e9737B1BA4A25A5EFFA71451E/info.json deleted file mode 100644 index 75f24040dd6ce..0000000000000 --- a/blockchains/smartchain/assets/0xBBFFA24cCF2d4D9e9737B1BA4A25A5EFFA71451E/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Tech Earnbd", - "type": "BEP20", - "symbol": "BDT", - "decimals": 18, - "website": "http://techearnbd.info", - "description": "Tech Earnbd is a platform currency representing value and wealth in the decentralized economy used for the exchange of values between BDT!", - "explorer": "https://bscscan.com/token/0xbbffa24ccf2d4d9e9737b1ba4a25a5effa71451e", - "status": "active", - "id": "0xBBFFA24cCF2d4D9e9737B1BA4A25A5EFFA71451E", - "links": [ - { - "name": "github", - "url": "https://github.com/Techearnbdt" - }, - { - "name": "twitter", - "url": "https://twitter.com/Techearnbdt" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/Techearnbd/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBBFFA24cCF2d4D9e9737B1BA4A25A5EFFA71451E/logo.png b/blockchains/smartchain/assets/0xBBFFA24cCF2d4D9e9737B1BA4A25A5EFFA71451E/logo.png deleted file mode 100644 index eda4485b53b48..0000000000000 Binary files a/blockchains/smartchain/assets/0xBBFFA24cCF2d4D9e9737B1BA4A25A5EFFA71451E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBBe899c61198D1826a43e20ea19efC46E50c2B00/info.json b/blockchains/smartchain/assets/0xBBe899c61198D1826a43e20ea19efC46E50c2B00/info.json deleted file mode 100644 index e2ed232fce722..0000000000000 --- a/blockchains/smartchain/assets/0xBBe899c61198D1826a43e20ea19efC46E50c2B00/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Safe Energy", - "type": "BEP20", - "symbol": "EnergyX", - "decimals": 8, - "website": "https://safeenergyx.io", - "description": "Safe Energy, or $ENERGYX is a community-driven deflationary token (cryptocurrency), with future projects to reduce our carbon footprint by making renewable energy sources more accessible.", - "explorer": "https://bscscan.com/token/0xBBe899c61198D1826a43e20ea19efC46E50c2B00", - "status": "active", - "id": "0xBBe899c61198D1826a43e20ea19efC46E50c2B00", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/OfficialEnergyX" - }, - { - "name": "telegram", - "url": "https://t.me/OfficialSafeEnergyX" - }, - { - "name": "whitepaper", - "url": "https://safeenergyx.io/whitepaper.html" - }, - { - "name": "facebook", - "url": "https://facebook.com/SafeEnergyX" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/safe-energy/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/safe-energy" - } - ], - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBBe899c61198D1826a43e20ea19efC46E50c2B00/logo.png b/blockchains/smartchain/assets/0xBBe899c61198D1826a43e20ea19efC46E50c2B00/logo.png deleted file mode 100644 index 423279da3c7a9..0000000000000 Binary files a/blockchains/smartchain/assets/0xBBe899c61198D1826a43e20ea19efC46E50c2B00/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBC12aD556581ff7162E595E5956F5F3845FDB38c/info.json b/blockchains/smartchain/assets/0xBC12aD556581ff7162E595E5956F5F3845FDB38c/info.json deleted file mode 100644 index 2e25a01cbcaab..0000000000000 --- a/blockchains/smartchain/assets/0xBC12aD556581ff7162E595E5956F5F3845FDB38c/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Helicopter Finance", - "type": "BEP20", - "symbol": "COPTER", - "decimals": 9, - "website": "https://helicopterfinance.co/", - "description": "Helicopter Finance is Auto-liquidity token forked off Safemoon. USP of stimulus packages where major coins will be airdropped to holders - charity utility TBA.", - "explorer": "https://bscscan.com/token/0xBC12aD556581ff7162E595E5956F5F3845FDB38c", - "status": "active", - "id": "0xBC12aD556581ff7162E595E5956F5F3845FDB38c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Helicoptercorp" - }, - { - "name": "telegram", - "url": "https://t.me/helicopter_finance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBC12aD556581ff7162E595E5956F5F3845FDB38c/logo.png b/blockchains/smartchain/assets/0xBC12aD556581ff7162E595E5956F5F3845FDB38c/logo.png deleted file mode 100644 index fac6624f5cd4e..0000000000000 Binary files a/blockchains/smartchain/assets/0xBC12aD556581ff7162E595E5956F5F3845FDB38c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBD100d061E120b2c67A24453CF6368E63f1Be056/info.json b/blockchains/smartchain/assets/0xBD100d061E120b2c67A24453CF6368E63f1Be056/info.json deleted file mode 100644 index c65466e446700..0000000000000 --- a/blockchains/smartchain/assets/0xBD100d061E120b2c67A24453CF6368E63f1Be056/info.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "iDeFiYieldProtocol", - "type": "BEP20", - "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://bscscan.com/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/smartchain/assets/0xBD100d061E120b2c67A24453CF6368E63f1Be056/logo.png b/blockchains/smartchain/assets/0xBD100d061E120b2c67A24453CF6368E63f1Be056/logo.png deleted file mode 100644 index 68ecfe32afae5..0000000000000 Binary files a/blockchains/smartchain/assets/0xBD100d061E120b2c67A24453CF6368E63f1Be056/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBDAC5C8bc3FF38083437bB712D55b668F44F6DF1/info.json b/blockchains/smartchain/assets/0xBDAC5C8bc3FF38083437bB712D55b668F44F6DF1/info.json deleted file mode 100644 index 33b86da31e802..0000000000000 --- a/blockchains/smartchain/assets/0xBDAC5C8bc3FF38083437bB712D55b668F44F6DF1/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Simargl Token", - "website": "https://simar.gl", - "description": "Simargl Token is going to be a cross-chain DeFi with auto trading capabilities.", - "explorer": "https://bscscan.com/token/0xBDAC5C8bc3FF38083437bB712D55b668F44F6DF1", - "type": "BEP20", - "symbol": "SIMA", - "decimals": 9, - "status": "active", - "id": "0xBDAC5C8bc3FF38083437bB712D55b668F44F6DF1", - "links": [ - { - "name": "github", - "url": "https://github.com/SimarglToken/" - }, - { - "name": "twitter", - "url": "https://twitter.com/SimarglToken" - }, - { - "name": "telegram", - "url": "https://t.me/SimarglToken" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBDAC5C8bc3FF38083437bB712D55b668F44F6DF1/logo.png b/blockchains/smartchain/assets/0xBDAC5C8bc3FF38083437bB712D55b668F44F6DF1/logo.png deleted file mode 100644 index 6ac12c1feedda..0000000000000 Binary files a/blockchains/smartchain/assets/0xBDAC5C8bc3FF38083437bB712D55b668F44F6DF1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBE2a26889CE30a1515055a192797083B1FDe8844/info.json b/blockchains/smartchain/assets/0xBE2a26889CE30a1515055a192797083B1FDe8844/info.json deleted file mode 100644 index 7cee8501d487e..0000000000000 --- a/blockchains/smartchain/assets/0xBE2a26889CE30a1515055a192797083B1FDe8844/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "STRIKE", - "website": "https://www.strikecoin.co/", - "description": "StrikeCoin is a ground-breaking frictionless liquidity protocol with limitless potential. With straight forward transparent Tokenomics StrikeCoin allows for a fair and high yield investment for all Holders. The real-world use and scalability of StrikeCoin is our main driver. Future integration to the equities, crypto and NFT trading markets will open further opportunities and allow StrikeCoin to grow in both use and value for years to come.", - "explorer": "https://bscscan.com/token/0xbe2a26889ce30a1515055a192797083b1fde8844", - "type": "BEP20", - "symbol": "STRIKE", - "decimals": 3, - "status": "active", - "id": "0xBE2a26889CE30a1515055a192797083B1FDe8844" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBE2a26889CE30a1515055a192797083B1FDe8844/logo.png b/blockchains/smartchain/assets/0xBE2a26889CE30a1515055a192797083B1FDe8844/logo.png deleted file mode 100644 index 9f19ddf831c69..0000000000000 Binary files a/blockchains/smartchain/assets/0xBE2a26889CE30a1515055a192797083B1FDe8844/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBE878cffB39A347A70809b5D98B65Dd85De2e37B/info.json b/blockchains/smartchain/assets/0xBE878cffB39A347A70809b5D98B65Dd85De2e37B/info.json deleted file mode 100644 index 78d91cf69bdfa..0000000000000 --- a/blockchains/smartchain/assets/0xBE878cffB39A347A70809b5D98B65Dd85De2e37B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "NewBTC", - "website": "https://www.newbtc.one/", - "description": "NBTC is a new version of Bitcoin that solves all issues of traditional Bitcoin and adds unique features to it. It is based on Binance Smart Chain technology which is faster, cheaper, and environment-friendly for daily use.", - "explorer": "https://bscscan.com/token/0xbe878cffb39a347a70809b5d98b65dd85de2e37b", - "type": "BEP20", - "symbol": "NBTC", - "decimals": 9, - "status": "active", - "id": "0xBE878cffB39A347A70809b5D98B65Dd85De2e37B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBE878cffB39A347A70809b5D98B65Dd85De2e37B/logo.png b/blockchains/smartchain/assets/0xBE878cffB39A347A70809b5D98B65Dd85De2e37B/logo.png deleted file mode 100644 index 77ee53301f721..0000000000000 Binary files a/blockchains/smartchain/assets/0xBE878cffB39A347A70809b5D98B65Dd85De2e37B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBF05279F9Bf1CE69bBFEd670813b7e431142Afa4/info.json b/blockchains/smartchain/assets/0xBF05279F9Bf1CE69bBFEd670813b7e431142Afa4/info.json deleted file mode 100644 index c0663ff25de2a..0000000000000 --- a/blockchains/smartchain/assets/0xBF05279F9Bf1CE69bBFEd670813b7e431142Afa4/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://bscscan.com/token/0xBF05279F9Bf1CE69bBFEd670813b7e431142Afa4", - "type": "BEP20", - "symbol": "MM", - "decimals": 18, - "status": "active", - "id": "0xBF05279F9Bf1CE69bBFEd670813b7e431142Afa4", - "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/smartchain/assets/0xBF05279F9Bf1CE69bBFEd670813b7e431142Afa4/logo.png b/blockchains/smartchain/assets/0xBF05279F9Bf1CE69bBFEd670813b7e431142Afa4/logo.png deleted file mode 100644 index 20b8915821c78..0000000000000 Binary files a/blockchains/smartchain/assets/0xBF05279F9Bf1CE69bBFEd670813b7e431142Afa4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBFBAD3694417e7F272afF380fC56F8A4aB86eC5f/info.json b/blockchains/smartchain/assets/0xBFBAD3694417e7F272afF380fC56F8A4aB86eC5f/info.json deleted file mode 100644 index 277c946061964..0000000000000 --- a/blockchains/smartchain/assets/0xBFBAD3694417e7F272afF380fC56F8A4aB86eC5f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Mad Bull", - "website": "https://madbull.xyz", - "description": "Mad Bull is a giveaway, meme based, community centered crypto token launched on the Binance Smart Chain directly giving back to our holders.", - "explorer": "https://bscscan.com/token/0xBFBAD3694417e7F272afF380fC56F8A4aB86eC5f", - "type": "BEP20", - "symbol": "MBULL", - "decimals": 9, - "status": "active", - "id": "0xBFBAD3694417e7F272afF380fC56F8A4aB86eC5f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBFBAD3694417e7F272afF380fC56F8A4aB86eC5f/logo.png b/blockchains/smartchain/assets/0xBFBAD3694417e7F272afF380fC56F8A4aB86eC5f/logo.png deleted file mode 100644 index 639e3f82854cf..0000000000000 Binary files a/blockchains/smartchain/assets/0xBFBAD3694417e7F272afF380fC56F8A4aB86eC5f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBFEf6cCFC830D3BaCA4F6766a0d4AaA242Ca9F3D/info.json b/blockchains/smartchain/assets/0xBFEf6cCFC830D3BaCA4F6766a0d4AaA242Ca9F3D/info.json deleted file mode 100644 index afafa2c06f901..0000000000000 --- a/blockchains/smartchain/assets/0xBFEf6cCFC830D3BaCA4F6766a0d4AaA242Ca9F3D/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Navcoin", - "website": "https://navcoin.org", - "description": "Navcoin is a cutting edge privacy coin governed by a community driven DAO fund with the ability to wrap coins for use in the DEFI universe. All backed by the eco-friendly proof-of-stake mining model.", - "explorer": "https://bscscan.com/token/0xBFEf6cCFC830D3BaCA4F6766a0d4AaA242Ca9F3D", - "research": "https://navcoin.org/en/project-activity/", - "type": "BEP20", - "symbol": "WNAV", - "decimals": 8, - "status": "active", - "id": "0xBFEf6cCFC830D3BaCA4F6766a0d4AaA242Ca9F3D", - "tags": [ - "privacy" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/NAVCoin" - }, - { - "name": "twitter", - "url": "https://twitter.com/Navcoin" - }, - { - "name": "telegram", - "url": "https://t.me/navcoin" - }, - { - "name": "discord", - "url": "https://discord.com/invite/y4Vu9jw" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/NavCoin/" - }, - { - "name": "medium", - "url": "https://medium.com/nav-coin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBFEf6cCFC830D3BaCA4F6766a0d4AaA242Ca9F3D/logo.png b/blockchains/smartchain/assets/0xBFEf6cCFC830D3BaCA4F6766a0d4AaA242Ca9F3D/logo.png deleted file mode 100644 index 903acb3419886..0000000000000 Binary files a/blockchains/smartchain/assets/0xBFEf6cCFC830D3BaCA4F6766a0d4AaA242Ca9F3D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBa007b6170C602C08545ff97395677408688D3a2/info.json b/blockchains/smartchain/assets/0xBa007b6170C602C08545ff97395677408688D3a2/info.json deleted file mode 100644 index 5258381d7a350..0000000000000 --- a/blockchains/smartchain/assets/0xBa007b6170C602C08545ff97395677408688D3a2/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "MetaPlanet", - "type": "BEP20", - "symbol": "MPL", - "decimals": 9, - "website": "https://www.metaplanetofficial.com", - "description": "MetaPlanet is an Ultimate Defi + Gamefi Ecosystem. Its mission is to develop a full suite of professional defi applications and gamefi sector play to reward crypto investors and help them profit from the industry's growth. Metaplanet's platform gives customers access to the same types of institutional crypto tools used by the world's leading financial services provider and dozens of other well-known worldwide businesses. The benefits of these tools include timeline accuracy and a significant depth of crypto market data.", - "explorer": "https://bscscan.com/token/0xBa007b6170C602C08545ff97395677408688D3a2", - "status": "active", - "id": "0xBa007b6170C602C08545ff97395677408688D3a2", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/METAPLANETBSC" - }, - { - "name": "telegram", - "url": "https://t.me/MetaPlanetOfficial" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCR3oaKMppnBEFmmI0Ov40fg" - }, - { - "name": "whitepaper", - "url": "https://metaplanetofficial.com/Whitepaper-Metaplanet.pdf" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/metaplanet" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/metaplanet" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBa007b6170C602C08545ff97395677408688D3a2/logo.png b/blockchains/smartchain/assets/0xBa007b6170C602C08545ff97395677408688D3a2/logo.png deleted file mode 100644 index 88b3e513b3f96..0000000000000 Binary files a/blockchains/smartchain/assets/0xBa007b6170C602C08545ff97395677408688D3a2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBa07EED3d09055d60CAEf2bDfCa1c05792f2dFad/info.json b/blockchains/smartchain/assets/0xBa07EED3d09055d60CAEf2bDfCa1c05792f2dFad/info.json deleted file mode 100644 index 738fa0075f8ef..0000000000000 --- a/blockchains/smartchain/assets/0xBa07EED3d09055d60CAEf2bDfCa1c05792f2dFad/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MiniDOGE", - "type": "BEP20", - "symbol": "MiniDOGE", - "decimals": 9, - "website": "https://minidoge.finance", - "description": "The World's first Auto-Boost, Hyper Deflationary Coin is here! Every sell gives members more with the auto-boost and hyper deflation system in place. ", - "explorer": "https://bscscan.com/token/0xBa07EED3d09055d60CAEf2bDfCa1c05792f2dFad", - "status": "active", - "id": "0xBa07EED3d09055d60CAEf2bDfCa1c05792f2dFad" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBa07EED3d09055d60CAEf2bDfCa1c05792f2dFad/logo.png b/blockchains/smartchain/assets/0xBa07EED3d09055d60CAEf2bDfCa1c05792f2dFad/logo.png deleted file mode 100644 index f21484c45b2d2..0000000000000 Binary files a/blockchains/smartchain/assets/0xBa07EED3d09055d60CAEf2bDfCa1c05792f2dFad/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBaCbF768795C50FC5E877830A127276741651D0a/info.json b/blockchains/smartchain/assets/0xBaCbF768795C50FC5E877830A127276741651D0a/info.json deleted file mode 100644 index 9c8fe701d7638..0000000000000 --- a/blockchains/smartchain/assets/0xBaCbF768795C50FC5E877830A127276741651D0a/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Fire Token", - "type": "BEP20", - "symbol": "FIRE", - "decimals": 18, - "description": "Fire Token is a deflationary BEP-20 that uses the reflection model to benefit holders and guarantee the project longevity. What makes Fire Token different from the rest of the BEP-20 is that it has a built-in mechanism to guarantee funding for growth.", - "website": "https://firetoken.xyz/", - "explorer": "https://bscscan.com/token/0xbacbf768795c50fc5e877830a127276741651d0a", - "status": "active", - "id": "0xBaCbF768795C50FC5E877830A127276741651D0a" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBaCbF768795C50FC5E877830A127276741651D0a/logo.png b/blockchains/smartchain/assets/0xBaCbF768795C50FC5E877830A127276741651D0a/logo.png deleted file mode 100644 index e8edfdde971fb..0000000000000 Binary files a/blockchains/smartchain/assets/0xBaCbF768795C50FC5E877830A127276741651D0a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBb238FcE6E2eE90781cD160C9C6eAf3a4CfAD801/info.json b/blockchains/smartchain/assets/0xBb238FcE6E2eE90781cD160C9C6eAf3a4CfAD801/info.json deleted file mode 100644 index d8419e2fe3241..0000000000000 --- a/blockchains/smartchain/assets/0xBb238FcE6E2eE90781cD160C9C6eAf3a4CfAD801/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "BAGEL", - "symbol": "BAGEL", - "type": "BEP20", - "decimals": 18, - "description": "BAGEL is the native governance token of Bagels Finance. Token holders can deposit their BAGEL into Boardroom smart contract and join Bagels DAO governance. In the Boardroom, when making key decisions regarding the future roadmap, product and op-erations of Bagels, like interest rate, crypto value ratio, liquidation penalty rates, etc, BAGEL holders can vote for their preferable proposals. ", - "website": "https://app.bagels.finance", - "explorer": "https://bscscan.com/token/0xBb238FcE6E2eE90781cD160C9C6eAf3a4CfAD801", - "status": "active", - "id": "0xBb238FcE6E2eE90781cD160C9C6eAf3a4CfAD801", - "links": [ - { - "name": "github", - "url": "https://github.com/bagels-dev" - }, - { - "name": "twitter", - "url": "https://twitter.com/BagelsFinance" - }, - { - "name": "telegram", - "url": "https://t.me/bagelsfinance" - }, - { - "name": "medium", - "url": "https://bagelsfinance.medium.com" - }, - { - "name": "whitepaper", - "url": "https://scigroup2018.gitbook.io/bagels-finance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBb238FcE6E2eE90781cD160C9C6eAf3a4CfAD801/logo.png b/blockchains/smartchain/assets/0xBb238FcE6E2eE90781cD160C9C6eAf3a4CfAD801/logo.png deleted file mode 100644 index 4058363fc7135..0000000000000 Binary files a/blockchains/smartchain/assets/0xBb238FcE6E2eE90781cD160C9C6eAf3a4CfAD801/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBb2FA5B2D19209f4Cf50cF745Efc32641A7c9fb1/info.json b/blockchains/smartchain/assets/0xBb2FA5B2D19209f4Cf50cF745Efc32641A7c9fb1/info.json deleted file mode 100644 index ca24fa861dc03..0000000000000 --- a/blockchains/smartchain/assets/0xBb2FA5B2D19209f4Cf50cF745Efc32641A7c9fb1/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Hakuna Matata", - "website": "https://hakunamatatatoken.com", - "description": "A token based on the Binance Smart Chain. With an NFT marketplace, play to earn gaming, charity donations, manual buy back, token burns and a perk of choosing your reflections in BUSD or HKUN token.", - "explorer": "https://bscscan.com/token/0xBb2FA5B2D19209f4Cf50cF745Efc32641A7c9fb1", - "type": "BEP20", - "symbol": "HKUN", - "decimals": 9, - "status": "active", - "id": "0xBb2FA5B2D19209f4Cf50cF745Efc32641A7c9fb1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/HKUNtoken" - }, - { - "name": "telegram", - "url": "https://t.me/HKUNtoken" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC-UUoGWO_MCcPusXptzCmkA" - }, - { - "name": "whitepaper", - "url": "https://hakunamatatatoken.com/wp-content/uploads/2021/09/HakunaMatata_Whitepaper_v1.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/hakunamatata-new" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBb2FA5B2D19209f4Cf50cF745Efc32641A7c9fb1/logo.png b/blockchains/smartchain/assets/0xBb2FA5B2D19209f4Cf50cF745Efc32641A7c9fb1/logo.png deleted file mode 100644 index 107b1bc9727e4..0000000000000 Binary files a/blockchains/smartchain/assets/0xBb2FA5B2D19209f4Cf50cF745Efc32641A7c9fb1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBb46693eBbEa1aC2070E59B4D043b47e2e095f86/info.json b/blockchains/smartchain/assets/0xBb46693eBbEa1aC2070E59B4D043b47e2e095f86/info.json deleted file mode 100644 index 093be5a76bc10..0000000000000 --- a/blockchains/smartchain/assets/0xBb46693eBbEa1aC2070E59B4D043b47e2e095f86/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "BFG Token", - "website": "https://betfury.io/", - "description": "BFG is the internal token of BetFury platform launched on BSC.", - "explorer": "https://bscscan.com/token/0xbb46693ebbea1ac2070e59b4d043b47e2e095f86", - "type": "BEP20", - "symbol": "BFG", - "decimals": 18, - "status": "active", - "id": "0xBb46693eBbEa1aC2070E59B4D043b47e2e095f86", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/betfury_gaming" - }, - { - "name": "telegram", - "url": "https://t.me/betfuryofficialchannel" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCTlThuhFNg6yFw8hak4upDw" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBb46693eBbEa1aC2070E59B4D043b47e2e095f86/logo.png b/blockchains/smartchain/assets/0xBb46693eBbEa1aC2070E59B4D043b47e2e095f86/logo.png deleted file mode 100644 index b18ef642d0600..0000000000000 Binary files a/blockchains/smartchain/assets/0xBb46693eBbEa1aC2070E59B4D043b47e2e095f86/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBbcF57177D8752B21d080bf30a06CE20aD6333F8/info.json b/blockchains/smartchain/assets/0xBbcF57177D8752B21d080bf30a06CE20aD6333F8/info.json deleted file mode 100644 index d5a1ae4594f68..0000000000000 --- a/blockchains/smartchain/assets/0xBbcF57177D8752B21d080bf30a06CE20aD6333F8/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Zamzam", - "type": "BEP20", - "symbol": "ZAM", - "decimals": 18, - "website": "https://zam.io/", - "description": "Zam.io is aiming to build a hybrid on-chain CeFi&DeFi Ecosystem that bridges real-world capital to blockchain and accelerates the transition to the new DEconomy.", - "explorer": "https://bscscan.com/token/0xBbcF57177D8752B21d080bf30a06CE20aD6333F8", - "status": "active", - "id": "0xBbcF57177D8752B21d080bf30a06CE20aD6333F8", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/zam_io" - }, - { - "name": "telegram", - "url": "https://t.me/zam_io" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/zamio/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBbcF57177D8752B21d080bf30a06CE20aD6333F8/logo.png b/blockchains/smartchain/assets/0xBbcF57177D8752B21d080bf30a06CE20aD6333F8/logo.png deleted file mode 100644 index 8e5e88c403007..0000000000000 Binary files a/blockchains/smartchain/assets/0xBbcF57177D8752B21d080bf30a06CE20aD6333F8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBc7d6B50616989655AfD682fb42743507003056D/info.json b/blockchains/smartchain/assets/0xBc7d6B50616989655AfD682fb42743507003056D/info.json deleted file mode 100644 index 40cc564941f98..0000000000000 --- a/blockchains/smartchain/assets/0xBc7d6B50616989655AfD682fb42743507003056D/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Alchemy", - "type": "BEP20", - "symbol": "ACH", - "decimals": 8, - "website": "https://www.alchemytech.io/index.html", - "description": "Alchemy is the pioneer of Hybrid Crypto-Fiat Gateway that is bridging the gap between the fiat and crypto economies - driving crypto adoption by making payments, blockchain solutions and DeFI services readily available to everyone.", - "explorer": "https://bscscan.com/token/0xBc7d6B50616989655AfD682fb42743507003056D", - "status": "active", - "id": "0xBc7d6B50616989655AfD682fb42743507003056D", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/AlchemyPay" - }, - { - "name": "github", - "url": "https://github.com/Alchemy-GPS/ERC20Token/blob/master/ACH.sol" - }, - { - "name": "telegram", - "url": "https://t.me/Alchemy_Notice" - }, - { - "name": "telegram_news", - "url": "https://t.me/alchemy_official" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/zh/currencies/alchemy-pay/" - } - ], - "tags": [ - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0xBc7d6B50616989655AfD682fb42743507003056D/logo.png b/blockchains/smartchain/assets/0xBc7d6B50616989655AfD682fb42743507003056D/logo.png deleted file mode 100644 index 33b4cabedd4e9..0000000000000 Binary files a/blockchains/smartchain/assets/0xBc7d6B50616989655AfD682fb42743507003056D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBd65a197408230247F05247A71D1A9Aea9Db0C3c/info.json b/blockchains/smartchain/assets/0xBd65a197408230247F05247A71D1A9Aea9Db0C3c/info.json deleted file mode 100644 index 08ec9731dd1bf..0000000000000 --- a/blockchains/smartchain/assets/0xBd65a197408230247F05247A71D1A9Aea9Db0C3c/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "POLKADOG", - "type": "BEP20", - "symbol": "EINSTEIN", - "decimals": 18, - "website": "https://polkadog.io", - "description": "EINSTEIN is back from the future! Einstein is an innovative NFT and fair DeFi project that provides frictionless token both flexible and functional, available on multiple DEXs to provide optimum choice and benefits a plenty. With daily prizes through our NFT lottery, and incredible Tokenomics rewards whether you are holding, selling or yield farming, follow our memorable mascot EINSTEIN – he’s leading the charge towards the good times!", - "explorer": "https://bscscan.com/token/0xBd65a197408230247F05247A71D1A9Aea9Db0C3c", - "status": "active", - "id": "0xBd65a197408230247F05247A71D1A9Aea9Db0C3c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/_EINSTEINISBACK" - }, - { - "name": "telegram", - "url": "https://t.me/polkadog_io_official" - }, - { - "name": "medium", - "url": "https://medium.com/@EINSTEINISBACK" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Polkadog_Official/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBd65a197408230247F05247A71D1A9Aea9Db0C3c/logo.png b/blockchains/smartchain/assets/0xBd65a197408230247F05247A71D1A9Aea9Db0C3c/logo.png deleted file mode 100644 index 1d17fadcae930..0000000000000 Binary files a/blockchains/smartchain/assets/0xBd65a197408230247F05247A71D1A9Aea9Db0C3c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBe4092e90DA0b5F3Fbb395BE20bB344DE964E3De/info.json b/blockchains/smartchain/assets/0xBe4092e90DA0b5F3Fbb395BE20bB344DE964E3De/info.json deleted file mode 100644 index 928b9a2d88abc..0000000000000 --- a/blockchains/smartchain/assets/0xBe4092e90DA0b5F3Fbb395BE20bB344DE964E3De/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Sephiroth Inu", - "type": "BEP20", - "symbol": "SEPHI", - "decimals": 9, - "website": "https://www.sephirothinu.com", - "description": "SephirothInu is a Charity Token that aims to help less fortunate animals.", - "explorer": "https://bscscan.com/token/0xBe4092e90DA0b5F3Fbb395BE20bB344DE964E3De", - "status": "active", - "id": "0xBe4092e90DA0b5F3Fbb395BE20bB344DE964E3De" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBe4092e90DA0b5F3Fbb395BE20bB344DE964E3De/logo.png b/blockchains/smartchain/assets/0xBe4092e90DA0b5F3Fbb395BE20bB344DE964E3De/logo.png deleted file mode 100644 index 4d4a8ad45cdaf..0000000000000 Binary files a/blockchains/smartchain/assets/0xBe4092e90DA0b5F3Fbb395BE20bB344DE964E3De/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBe4628d7E02e9257875149FA4981C400a01A49A3/info.json b/blockchains/smartchain/assets/0xBe4628d7E02e9257875149FA4981C400a01A49A3/info.json deleted file mode 100644 index 6ba7ca7860742..0000000000000 --- a/blockchains/smartchain/assets/0xBe4628d7E02e9257875149FA4981C400a01A49A3/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Jail Doge", - "website": "https://jaildoge.net", - "description": "Jail Doge is a deflationary DeFi token that takes a 9% tax from each buy and sell. This tax acts to benefit the project as a whole by putting 3% in the liquidity pool for a stable price floor, 3% proportionally reflected back to all holders of a JAILDOGE token and 3% added to a marketing wallet to make sure that the project is able to succeed in the long term.", - "explorer": "https://bscscan.com/token/0xBe4628d7E02e9257875149FA4981C400a01A49A3", - "type": "BEP20", - "symbol": "JAILDOGE", - "decimals": 9, - "status": "active", - "id": "0xBe4628d7E02e9257875149FA4981C400a01A49A3", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/jaildoge" - }, - { - "name": "telegram", - "url": "https://t.me/jaildoge" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBe4628d7E02e9257875149FA4981C400a01A49A3/logo.png b/blockchains/smartchain/assets/0xBe4628d7E02e9257875149FA4981C400a01A49A3/logo.png deleted file mode 100644 index e33064e43062c..0000000000000 Binary files a/blockchains/smartchain/assets/0xBe4628d7E02e9257875149FA4981C400a01A49A3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBe6dE6b614b079236839404440E3e8867B5d6751/info.json b/blockchains/smartchain/assets/0xBe6dE6b614b079236839404440E3e8867B5d6751/info.json deleted file mode 100644 index fe2d90b5a47de..0000000000000 --- a/blockchains/smartchain/assets/0xBe6dE6b614b079236839404440E3e8867B5d6751/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Wolverine", - "type": "BEP20", - "symbol": "WLVR", - "decimals": 9, - "website": "https://wolverineofficial.com/", - "description": "$WLV aims to protect wildlife through our signature token – with benefits to our investors such as minimum taxes, Reflections and consistent marketing to increase the value of $WLV.", - "explorer": "https://bscscan.com/token/0xBe6dE6b614b079236839404440E3e8867B5d6751", - "status": "active", - "id": "0xBe6dE6b614b079236839404440E3e8867B5d6751", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/WolverineBSC" - }, - { - "name": "telegram", - "url": "https://t.me/wolverinebsc" - }, - { - "name": "github", - "url": "https://github.com/WolverineBSC" - }, - { - "name": "whitepaper", - "url": "https://wolverineofficial.com/whitepaper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/wolverine/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/wolverine" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0xbe6de6b614b079236839404440e3e8867b5d6751#code" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xBe6dE6b614b079236839404440E3e8867B5d6751/logo.png b/blockchains/smartchain/assets/0xBe6dE6b614b079236839404440E3e8867B5d6751/logo.png deleted file mode 100644 index 1deb0e0bec358..0000000000000 Binary files a/blockchains/smartchain/assets/0xBe6dE6b614b079236839404440E3e8867B5d6751/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBea7086c99A85D4b5E6A0494C18B037fDD8eE932/info.json b/blockchains/smartchain/assets/0xBea7086c99A85D4b5E6A0494C18B037fDD8eE932/info.json deleted file mode 100644 index 77f00f4ffc112..0000000000000 --- a/blockchains/smartchain/assets/0xBea7086c99A85D4b5E6A0494C18B037fDD8eE932/info.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "Freedom Reserve", - "type": "BEP20", - "symbol": "bFR", - "decimals": 18, - "website": "https://freedomreserv.eth.link/", - "short_description": "Project to build a zero inflation cryptocurrency for the British Isles.", - "description": "Freedom Reserve is a Project to build a Store of Value and unit of exchange suitable for the people of the British Isles", - "explorer": "https://bscscan.com/token/0xbea7086c99a85d4b5e6a0494c18b037fdd8ee932", - "research": "https://research.binance.com/", - "status": "active", - "id": "0xBea7086c99A85D4b5E6A0494C18B037fDD8eE932", - "links": [ - { - "name": "github", - "url": "https://github.com/Freedom-Reserve" - }, - { - "name": "twitter", - "url": "https://twitter.com/@FreedomRsv" - }, - { - "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/smartchain/assets/0xBea7086c99A85D4b5E6A0494C18B037fDD8eE932/logo.png b/blockchains/smartchain/assets/0xBea7086c99A85D4b5E6A0494C18B037fDD8eE932/logo.png deleted file mode 100644 index dd92529a2a73f..0000000000000 Binary files a/blockchains/smartchain/assets/0xBea7086c99A85D4b5E6A0494C18B037fDD8eE932/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBf38A8b9cf02223b44f823e15f45219E9978b491/info.json b/blockchains/smartchain/assets/0xBf38A8b9cf02223b44f823e15f45219E9978b491/info.json deleted file mode 100644 index 7cb419e39306a..0000000000000 --- a/blockchains/smartchain/assets/0xBf38A8b9cf02223b44f823e15f45219E9978b491/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "DIVINER", - "type": "BEP20", - "symbol": "DIV", - "decimals": 18, - "website": "https://www.diviner.io", - "description": "We’ve been endeavoring to maintain the fairness of the project by avoiding external funding and keeping self-funding, in order to ensure its long-term significance. We sincerely hold that Diviner will be the cradle of cross-NFT, game, and cross-meta-universe.", - "explorer": "https://bscscan.com/token/0xBf38A8b9cf02223b44f823e15f45219E9978b491", - "status": "active", - "id": "0xBf38A8b9cf02223b44f823e15f45219E9978b491", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/DivinerFi" - }, - { - "name": "telegram", - "url": "https://t.me/Diviner_Games" - }, - { - "name": "docs", - "url": "https://docs.diviner.games/" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0xBf38A8b9cf02223b44f823e15f45219E9978b491/logo.png b/blockchains/smartchain/assets/0xBf38A8b9cf02223b44f823e15f45219E9978b491/logo.png deleted file mode 100644 index b223aed2f755f..0000000000000 Binary files a/blockchains/smartchain/assets/0xBf38A8b9cf02223b44f823e15f45219E9978b491/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xBf5140A22578168FD562DCcF235E5D43A02ce9B1/info.json b/blockchains/smartchain/assets/0xBf5140A22578168FD562DCcF235E5D43A02ce9B1/info.json deleted file mode 100644 index 5cfefdb3e3c42..0000000000000 --- a/blockchains/smartchain/assets/0xBf5140A22578168FD562DCcF235E5D43A02ce9B1/info.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "BNB pegged Uniswap", - "website": "https://uniswap.org", - "description": "BNB pegged Uniswap (UNI BEP20) is a token issued by Binance on Smart Chain; its price is pegged to Uniswap (UNI ERC20) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0xBf5140A22578168FD562DCcF235E5D43A02ce9B1", - "research": "https://research.binance.com/en/projects/uniswap", - "type": "BEP20", - "symbol": "UNI", - "decimals": 18, - "status": "active", - "id": "0xBf5140A22578168FD562DCcF235E5D43A02ce9B1", - "tags": [ - "binance-peg", - "defi", - "governance" - ], - "links": [ - { - "name": "blog", - "url": "https://uniswap.org/blog/uni/" - }, - { - "name": "twitter", - "url": "https://twitter.com/UniswapProtocol" - }, - { - "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/smartchain/assets/0xBf5140A22578168FD562DCcF235E5D43A02ce9B1/logo.png b/blockchains/smartchain/assets/0xBf5140A22578168FD562DCcF235E5D43A02ce9B1/logo.png deleted file mode 100644 index 893ef55cb23c0..0000000000000 Binary files a/blockchains/smartchain/assets/0xBf5140A22578168FD562DCcF235E5D43A02ce9B1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC001BBe2B87079294C63EcE98BdD0a88D761434e/info.json b/blockchains/smartchain/assets/0xC001BBe2B87079294C63EcE98BdD0a88D761434e/info.json deleted file mode 100644 index bdad583214215..0000000000000 --- a/blockchains/smartchain/assets/0xC001BBe2B87079294C63EcE98BdD0a88D761434e/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "EverGrow Coin", - "type": "BEP20", - "symbol": "EGC", - "decimals": 9, - "website": "https://evergrowegc.com/", - "description": "EverGrow is a deflationary token designed to become more scarce over time through regular burn. All holders of $EGC will earn an 8% reward from every Buy/Transfer/Sell Transaction in $BUSD", - "explorer": "https://bscscan.com/token/0xC001BBe2B87079294C63EcE98BdD0a88D761434e", - "status": "active", - "id": "0xC001BBe2B87079294C63EcE98BdD0a88D761434e", - "links": [ - { - "name": "telegram", - "url": "https://t.me/evergrowcoin" - }, - { - "name": "twitter", - "url": "https://twitter.com/evergrowcoinEGC" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/evergrowcoin/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/evergrowcoin" - }, - { - "name": "facebook", - "url": "https://facebook.com/evergrowegc" - }, - { - "name": "discord", - "url": "https://discord.com/invite/evergrow" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC001BBe2B87079294C63EcE98BdD0a88D761434e/logo.png b/blockchains/smartchain/assets/0xC001BBe2B87079294C63EcE98BdD0a88D761434e/logo.png deleted file mode 100644 index 4a60835ae5793..0000000000000 Binary files a/blockchains/smartchain/assets/0xC001BBe2B87079294C63EcE98BdD0a88D761434e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC0366a104b429f0806BfA98d0008DAA9555b2BEd/info.json b/blockchains/smartchain/assets/0xC0366a104b429f0806BfA98d0008DAA9555b2BEd/info.json deleted file mode 100644 index ff76448a95898..0000000000000 --- a/blockchains/smartchain/assets/0xC0366a104b429f0806BfA98d0008DAA9555b2BEd/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeMars", - "type": "BEP20", - "symbol": "SMARS", - "decimals": 9, - "website": "https://safemars.fi", - "description": "The SafeMars Protocol is a community driven, fair launched DeFi Token. Three simple functions occur during each trade: Reflection, LP Acquisition & Burn.", - "explorer": "https://bscscan.com/token/0xC0366a104b429f0806BfA98d0008DAA9555b2BEd", - "status": "active", - "id": "0xC0366a104b429f0806BfA98d0008DAA9555b2BEd" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC0366a104b429f0806BfA98d0008DAA9555b2BEd/logo.png b/blockchains/smartchain/assets/0xC0366a104b429f0806BfA98d0008DAA9555b2BEd/logo.png deleted file mode 100644 index 7380e418b0f4a..0000000000000 Binary files a/blockchains/smartchain/assets/0xC0366a104b429f0806BfA98d0008DAA9555b2BEd/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC070C8Ae94977f78d04553D33449DEf944F24254/info.json b/blockchains/smartchain/assets/0xC070C8Ae94977f78d04553D33449DEf944F24254/info.json deleted file mode 100644 index 261fa65a71b77..0000000000000 --- a/blockchains/smartchain/assets/0xC070C8Ae94977f78d04553D33449DEf944F24254/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TCGCoin", - "type": "BEP20", - "symbol": "TCGCoin", - "decimals": 9, - "website": "https://www.tcgcoin.tech", - "description": "Buy, Sell, Trade, or use our Trade and Grade service for Pokémon, Yu-Gi-Oh, Magic The Gathering, and other TCG Cards or any Sports Memorabilia and NFT’s through the TCG Trading platform and pay with our own cryptocurrency TCGCoin", - "explorer": "https://bscscan.com/token/0xC070C8Ae94977f78d04553D33449DEf944F24254", - "status": "active", - "id": "0xC070C8Ae94977f78d04553D33449DEf944F24254" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC070C8Ae94977f78d04553D33449DEf944F24254/logo.png b/blockchains/smartchain/assets/0xC070C8Ae94977f78d04553D33449DEf944F24254/logo.png deleted file mode 100644 index ea5f70899aacd..0000000000000 Binary files a/blockchains/smartchain/assets/0xC070C8Ae94977f78d04553D33449DEf944F24254/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC0A51ac9d548BdcDe53Fa59448029e41A39FEB20/info.json b/blockchains/smartchain/assets/0xC0A51ac9d548BdcDe53Fa59448029e41A39FEB20/info.json deleted file mode 100644 index 1d0019f5d803d..0000000000000 --- a/blockchains/smartchain/assets/0xC0A51ac9d548BdcDe53Fa59448029e41A39FEB20/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Robonomics Token", - "website": "https://robonomics.network", - "description": "Robonomics Token bridged by Anyswap", - "explorer": "https://bscscan.com/token/0xC0A51ac9d548BdcDe53Fa59448029e41A39FEB20", - "type": "BEP20", - "symbol": "XRT", - "decimals": 9, - "status": "active", - "id": "0xC0A51ac9d548BdcDe53Fa59448029e41A39FEB20" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC0A51ac9d548BdcDe53Fa59448029e41A39FEB20/logo.png b/blockchains/smartchain/assets/0xC0A51ac9d548BdcDe53Fa59448029e41A39FEB20/logo.png deleted file mode 100644 index 13f6f27ed8bf8..0000000000000 Binary files a/blockchains/smartchain/assets/0xC0A51ac9d548BdcDe53Fa59448029e41A39FEB20/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC0A696BBb66352E5b88624F1d1B8909C34Dc4E4a/info.json b/blockchains/smartchain/assets/0xC0A696BBb66352E5b88624F1d1B8909C34Dc4E4a/info.json deleted file mode 100644 index 09ead13f87953..0000000000000 --- a/blockchains/smartchain/assets/0xC0A696BBb66352E5b88624F1d1B8909C34Dc4E4a/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Secured Ship", - "website": "https://securedship.com/", - "description": "Secured Ship is a P2E Tournament Gaming Project with future implementation of NFT and Marketplace developed on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xC0A696BBb66352E5b88624F1d1B8909C34Dc4E4a", - "type": "BEP20", - "symbol": "SHIP", - "decimals": 9, - "status": "active", - "id": "0xC0A696BBb66352E5b88624F1d1B8909C34Dc4E4a", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/secured-ship/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/secured-ship" - }, - { - "name": "telegram", - "url": "https://t.me/securedship" - }, - { - "name": "telegram_news", - "url": "https://t.me/securedshipannouncement" - }, - { - "name": "twitter", - "url": "https://twitter.com/SecuredShip" - }, - { - "name": "discord", - "url": "https://discord.com/invite/YDggVaD5cc" - }, - { - "name": "facebook", - "url": "https://facebook.com/securedship" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0xC0A696BBb66352E5b88624F1d1B8909C34Dc4E4a/logo.png b/blockchains/smartchain/assets/0xC0A696BBb66352E5b88624F1d1B8909C34Dc4E4a/logo.png deleted file mode 100644 index bbf4fb9ee2feb..0000000000000 Binary files a/blockchains/smartchain/assets/0xC0A696BBb66352E5b88624F1d1B8909C34Dc4E4a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC13B7a43223BB9Bf4B69BD68Ab20ca1B79d81C75/info.json b/blockchains/smartchain/assets/0xC13B7a43223BB9Bf4B69BD68Ab20ca1B79d81C75/info.json deleted file mode 100644 index 72df2e5a0f429..0000000000000 --- a/blockchains/smartchain/assets/0xC13B7a43223BB9Bf4B69BD68Ab20ca1B79d81C75/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Juggernaut DeFi", - "type": "BEP20", - "symbol": "JGN", - "decimals": 18, - "website": "https://jgndefi.com", - "description": "Juggernaut is a complete custom DeFi synthetics suite, governance, and NFT ecosystem + marketplace.", - "explorer": "https://bscscan.com/token/0xC13B7a43223BB9Bf4B69BD68Ab20ca1B79d81C75", - "status": "active", - "id": "0xC13B7a43223BB9Bf4B69BD68Ab20ca1B79d81C75" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC13B7a43223BB9Bf4B69BD68Ab20ca1B79d81C75/logo.png b/blockchains/smartchain/assets/0xC13B7a43223BB9Bf4B69BD68Ab20ca1B79d81C75/logo.png deleted file mode 100644 index 43bf1b3e48d78..0000000000000 Binary files a/blockchains/smartchain/assets/0xC13B7a43223BB9Bf4B69BD68Ab20ca1B79d81C75/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC146B7CdBaff065090077151d391f4c96Aa09e0C/info.json b/blockchains/smartchain/assets/0xC146B7CdBaff065090077151d391f4c96Aa09e0C/info.json deleted file mode 100644 index d5ccd5d272b83..0000000000000 --- a/blockchains/smartchain/assets/0xC146B7CdBaff065090077151d391f4c96Aa09e0C/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Multi-Chain Capital", - "type": "BEP20", - "symbol": "MCC", - "decimals": 9, - "website": "https://mchain.capital", - "description": "You buy on Ethereum and BSC, we farm on multiple chains and return the profits to $MCC holders. ", - "explorer": "https://bscscan.com/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": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/multi-chain-capital-new/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/multi-chain-capital" - } - ], - "tags": [ - "defi", - "deflationary" - ] -} diff --git a/blockchains/smartchain/assets/0xC146B7CdBaff065090077151d391f4c96Aa09e0C/logo.png b/blockchains/smartchain/assets/0xC146B7CdBaff065090077151d391f4c96Aa09e0C/logo.png deleted file mode 100644 index f160ae9d04a78..0000000000000 Binary files a/blockchains/smartchain/assets/0xC146B7CdBaff065090077151d391f4c96Aa09e0C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC14dF1E2fFf3708816495e7364Ff274aCEEcAd91/info.json b/blockchains/smartchain/assets/0xC14dF1E2fFf3708816495e7364Ff274aCEEcAd91/info.json deleted file mode 100644 index f0a2dc9c36b92..0000000000000 --- a/blockchains/smartchain/assets/0xC14dF1E2fFf3708816495e7364Ff274aCEEcAd91/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "N1CE Token", - "type": "BEP20", - "symbol": "N1CE", - "decimals": 18, - "website": "https://www.n1ce.community/", - "description": "A community of people who loves cryptocurrencies and blockchain, with a high level of expertise they can share with others", - "explorer": "https://bscscan.com/token/0xc14df1e2fff3708816495e7364ff274aceecad91", - "status": "active", - "id": "0xC14dF1E2fFf3708816495e7364Ff274aCEEcAd91" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC14dF1E2fFf3708816495e7364Ff274aCEEcAd91/logo.png b/blockchains/smartchain/assets/0xC14dF1E2fFf3708816495e7364Ff274aCEEcAd91/logo.png deleted file mode 100644 index a5e77931bf9b1..0000000000000 Binary files a/blockchains/smartchain/assets/0xC14dF1E2fFf3708816495e7364Ff274aCEEcAd91/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC17c30e98541188614dF99239cABD40280810cA3/info.json b/blockchains/smartchain/assets/0xC17c30e98541188614dF99239cABD40280810cA3/info.json deleted file mode 100644 index e5f8520fca626..0000000000000 --- a/blockchains/smartchain/assets/0xC17c30e98541188614dF99239cABD40280810cA3/info.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "name": "EverRise", - "type": "BEP20", - "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://bscscan.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/smartchain/assets/0xC17c30e98541188614dF99239cABD40280810cA3/logo.png b/blockchains/smartchain/assets/0xC17c30e98541188614dF99239cABD40280810cA3/logo.png deleted file mode 100644 index fb9f7a63b2f43..0000000000000 Binary files a/blockchains/smartchain/assets/0xC17c30e98541188614dF99239cABD40280810cA3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC183062db25FC96325485ea369C979CE881Ac0eA/info.json b/blockchains/smartchain/assets/0xC183062db25FC96325485ea369C979CE881Ac0eA/info.json deleted file mode 100644 index 01f1d234dfa41..0000000000000 --- a/blockchains/smartchain/assets/0xC183062db25FC96325485ea369C979CE881Ac0eA/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "ShibElon", - "type": "BEP20", - "symbol": "SHIBELON", - "decimals": 4, - "website": "https://shibelon.net/", - "description": "Shibelon is the future of crypto, born to be best and unleash its wrath on the whole binance smart chain.", - "explorer": "https://bscscan.com/token/0xC183062db25FC96325485ea369C979CE881Ac0eA", - "status": "active", - "id": "0xC183062db25FC96325485ea369C979CE881Ac0eA", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/shibelon_moon" - }, - { - "name": "docs", - "url": "https://secureservercdn.net/160.153.137.99/g0s.991.myftpupload.com/wp-content/uploads/2021/11/WHITEPAPER-SHIBELON-2.pdf" - }, - { - "name": "telegram", - "url": "https://t.me/shibelon_moon" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/shibelon" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/shibelon" - } - ], - "tags": [ - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC183062db25FC96325485ea369C979CE881Ac0eA/logo.png b/blockchains/smartchain/assets/0xC183062db25FC96325485ea369C979CE881Ac0eA/logo.png deleted file mode 100644 index 26babd9f80135..0000000000000 Binary files a/blockchains/smartchain/assets/0xC183062db25FC96325485ea369C979CE881Ac0eA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC18994df2Dfd0C2767bB1758bAe83e95762bBea3/info.json b/blockchains/smartchain/assets/0xC18994df2Dfd0C2767bB1758bAe83e95762bBea3/info.json deleted file mode 100644 index bbb4b9dc10e52..0000000000000 --- a/blockchains/smartchain/assets/0xC18994df2Dfd0C2767bB1758bAe83e95762bBea3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Elon Peg", - "website": "https://elonpeg.com/", - "description": "ElonPeg presents a new financial model for the now-common deflationary token: automated burn pegged to the Twitter account of the one and only Elon. Our system is unique, combining outside If-This-Then-That style API calls to scour Twitter regularly, highly secure serverless compute resources to take blockchain requests, and a unique BurnUponTweeting contract to transparently execute a 0.5% burn upon tweeting, rewarding holders with reflections and diminishing supply to hedge against volatility.", - "explorer": "https://bscscan.com/token/0xC18994df2Dfd0C2767bB1758bAe83e95762bBea3", - "type": "BEP20", - "symbol": "ELONPEG", - "decimals": 9, - "status": "active", - "id": "0xC18994df2Dfd0C2767bB1758bAe83e95762bBea3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC18994df2Dfd0C2767bB1758bAe83e95762bBea3/logo.png b/blockchains/smartchain/assets/0xC18994df2Dfd0C2767bB1758bAe83e95762bBea3/logo.png deleted file mode 100644 index f5c7362660a4b..0000000000000 Binary files a/blockchains/smartchain/assets/0xC18994df2Dfd0C2767bB1758bAe83e95762bBea3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC1999565b29e5FA35A24ecC16A4DCF632FB22D1e/info.json b/blockchains/smartchain/assets/0xC1999565b29e5FA35A24ecC16A4DCF632FB22D1e/info.json deleted file mode 100644 index c3646505b567b..0000000000000 --- a/blockchains/smartchain/assets/0xC1999565b29e5FA35A24ecC16A4DCF632FB22D1e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CryptoCandy", - "type": "BEP20", - "symbol": "SWEETS", - "decimals": 18, - "website": "https://cryptocandy.club/", - "description": "CryptoCandy aims to be the sweetest Community Token on Binance Smart Chain by building gaming ecosystems around it.", - "explorer": "https://bscscan.com/token/0xC1999565b29e5FA35A24ecC16A4DCF632FB22D1e", - "status": "active", - "id": "0xC1999565b29e5FA35A24ecC16A4DCF632FB22D1e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC1999565b29e5FA35A24ecC16A4DCF632FB22D1e/logo.png b/blockchains/smartchain/assets/0xC1999565b29e5FA35A24ecC16A4DCF632FB22D1e/logo.png deleted file mode 100644 index 67f7586f3d5e3..0000000000000 Binary files a/blockchains/smartchain/assets/0xC1999565b29e5FA35A24ecC16A4DCF632FB22D1e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC1CD1fc18fE1Ec87A24F2858cAC493CcA86632c6/info.json b/blockchains/smartchain/assets/0xC1CD1fc18fE1Ec87A24F2858cAC493CcA86632c6/info.json deleted file mode 100644 index fbed0062b9611..0000000000000 --- a/blockchains/smartchain/assets/0xC1CD1fc18fE1Ec87A24F2858cAC493CcA86632c6/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "BB Coin", - "type": "BEP20", - "symbol": "BBC", - "decimals": 18, - "website": "https://bbpay.io", - "description": "BBC is a world class digital asset, with a comprehensive technology that includes digital currency, e-commerce, education platforms cater to its community members, both local and international. World without borders, BBC will be a sought after digital economic platform-running business online seamlessly.", - "explorer": "https://bscscan.com/token/0xC1CD1fc18fE1Ec87A24F2858cAC493CcA86632c6", - "status": "active", - "id": "0xC1CD1fc18fE1Ec87A24F2858cAC493CcA86632c6", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BigboysCoin" - }, - { - "name": "facebook", - "url": "https://facebook.com/Bigboyscoin" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC1CD1fc18fE1Ec87A24F2858cAC493CcA86632c6/logo.png b/blockchains/smartchain/assets/0xC1CD1fc18fE1Ec87A24F2858cAC493CcA86632c6/logo.png deleted file mode 100644 index d767131d6587c..0000000000000 Binary files a/blockchains/smartchain/assets/0xC1CD1fc18fE1Ec87A24F2858cAC493CcA86632c6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC1DcB8D805Cf51a5DacC9FA36c28bf2c8D1492B4/info.json b/blockchains/smartchain/assets/0xC1DcB8D805Cf51a5DacC9FA36c28bf2c8D1492B4/info.json deleted file mode 100644 index 4ed9c86508887..0000000000000 --- a/blockchains/smartchain/assets/0xC1DcB8D805Cf51a5DacC9FA36c28bf2c8D1492B4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HUSH COIN", - "type": "BEP20", - "symbol": "HUSH", - "decimals": 9, - "website": "https://www.hushcoin.me/", - "description": "Hush Coin ($HUSH) was specifically created with the ambitious goal to “change the way you engage”.", - "explorer": "https://bscscan.com/token/0xC1DcB8D805Cf51a5DacC9FA36c28bf2c8D1492B4", - "status": "active", - "id": "0xC1DcB8D805Cf51a5DacC9FA36c28bf2c8D1492B4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC1DcB8D805Cf51a5DacC9FA36c28bf2c8D1492B4/logo.png b/blockchains/smartchain/assets/0xC1DcB8D805Cf51a5DacC9FA36c28bf2c8D1492B4/logo.png deleted file mode 100644 index db5308afeed0e..0000000000000 Binary files a/blockchains/smartchain/assets/0xC1DcB8D805Cf51a5DacC9FA36c28bf2c8D1492B4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC227f8EECC481A8e8BAa30A4754B109b81C4DfA4/info.json b/blockchains/smartchain/assets/0xC227f8EECC481A8e8BAa30A4754B109b81C4DfA4/info.json deleted file mode 100644 index 8f26e2e89af39..0000000000000 --- a/blockchains/smartchain/assets/0xC227f8EECC481A8e8BAa30A4754B109b81C4DfA4/info.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "Vox.Finance", - "website": "https://app.vox.finance", - "description": "Yield farming token with low supply and 2% burn rate.", - "explorer": "https://bscscan.com/token/0xc227f8eecc481a8e8baa30a4754b109b81c4dfa4", - "research": "https://app.vox.finance/whitepaper", - "type": "BEP20", - "symbol": "VOXb", - "decimals": 18, - "status": "active", - "id": "0xC227f8EECC481A8e8BAa30A4754B109b81C4DfA4", - "links": [ - { - "name": "source_code", - "url": "https://gitlab.com/vox.finance/vox-finance-contracts" - }, - { - "name": "whitepaper", - "url": "https://app.vox.finance/whitepaper" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC227f8EECC481A8e8BAa30A4754B109b81C4DfA4/logo.png b/blockchains/smartchain/assets/0xC227f8EECC481A8e8BAa30A4754B109b81C4DfA4/logo.png deleted file mode 100644 index 1e906ed55c29f..0000000000000 Binary files a/blockchains/smartchain/assets/0xC227f8EECC481A8e8BAa30A4754B109b81C4DfA4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC24bF9808617Db1C9F7Ba4B43bDBEd5875Ddc7c7/info.json b/blockchains/smartchain/assets/0xC24bF9808617Db1C9F7Ba4B43bDBEd5875Ddc7c7/info.json deleted file mode 100644 index fe814f40cebc2..0000000000000 --- a/blockchains/smartchain/assets/0xC24bF9808617Db1C9F7Ba4B43bDBEd5875Ddc7c7/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SpacePath", - "type": "BEP20", - "symbol": "SP", - "decimals": 9, - "website": "https://spacepath.net/", - "description": "SpacePath token is backed by the SpacePath marketplace. The first NFT marketplace with no platform fees.", - "explorer": "https://bscscan.com/token/0xC24bF9808617Db1C9F7Ba4B43bDBEd5875Ddc7c7", - "status": "active", - "id": "0xC24bF9808617Db1C9F7Ba4B43bDBEd5875Ddc7c7" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC24bF9808617Db1C9F7Ba4B43bDBEd5875Ddc7c7/logo.png b/blockchains/smartchain/assets/0xC24bF9808617Db1C9F7Ba4B43bDBEd5875Ddc7c7/logo.png deleted file mode 100644 index e6017a9a56e85..0000000000000 Binary files a/blockchains/smartchain/assets/0xC24bF9808617Db1C9F7Ba4B43bDBEd5875Ddc7c7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC25AF3123d2420054c8fcd144c21113aa2853F39/info.json b/blockchains/smartchain/assets/0xC25AF3123d2420054c8fcd144c21113aa2853F39/info.json deleted file mode 100644 index 8ad1ced024bf4..0000000000000 --- a/blockchains/smartchain/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://bscscan.com/token/0xc25af3123d2420054c8fcd144c21113aa2853f39", - "type": "BEP20", - "symbol": "XGT", - "decimals": 18, - "status": "active", - "id": "0xC25AF3123d2420054c8fcd144c21113aa2853F39" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC25AF3123d2420054c8fcd144c21113aa2853F39/logo.png b/blockchains/smartchain/assets/0xC25AF3123d2420054c8fcd144c21113aa2853F39/logo.png deleted file mode 100644 index 59a5a1873cf00..0000000000000 Binary files a/blockchains/smartchain/assets/0xC25AF3123d2420054c8fcd144c21113aa2853F39/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC30F12CD65f61ded24db6C415C84F999C9704eBC/info.json b/blockchains/smartchain/assets/0xC30F12CD65f61ded24db6C415C84F999C9704eBC/info.json deleted file mode 100644 index c9a876cc1e6a9..0000000000000 --- a/blockchains/smartchain/assets/0xC30F12CD65f61ded24db6C415C84F999C9704eBC/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Sabaka Inu", - "website": "https://sabakatoken.com/", - "description": "Earning money and helping dogs at the same time.", - "explorer": "https://bscscan.com/token/0xC30F12CD65f61ded24db6C415C84F999C9704eBC", - "type": "BEP20", - "symbol": "SABAKA INU", - "decimals": 9, - "status": "active", - "id": "0xC30F12CD65f61ded24db6C415C84F999C9704eBC" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC30F12CD65f61ded24db6C415C84F999C9704eBC/logo.png b/blockchains/smartchain/assets/0xC30F12CD65f61ded24db6C415C84F999C9704eBC/logo.png deleted file mode 100644 index 8997cc299d2a7..0000000000000 Binary files a/blockchains/smartchain/assets/0xC30F12CD65f61ded24db6C415C84F999C9704eBC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC3137c696796D69F783CD0Be4aB4bB96814234Aa/info.json b/blockchains/smartchain/assets/0xC3137c696796D69F783CD0Be4aB4bB96814234Aa/info.json deleted file mode 100644 index 83a67df30cede..0000000000000 --- a/blockchains/smartchain/assets/0xC3137c696796D69F783CD0Be4aB4bB96814234Aa/info.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "Pepa Inu", - "type": "BEP20", - "symbol": "PEPA", - "decimals": 9, - "website": "https://pepa-inu.com/", - "description": "The newest and most exciting memecoin! With a community-driven approach and a burning passion for memes, we believe Pepa Inu is the next big thing in the meme market. Join us on this journey to revolutionize the world of memecoins and let's go to the moon together!", - "explorer": "https://bscscan.com/token/0xC3137c696796D69F783CD0Be4aB4bB96814234Aa", - "status": "active", - "id": "0xC3137c696796D69F783CD0Be4aB4bB96814234Aa", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/pepa_inu" - }, - { - "name": "telegram", - "url": "https://t.me/pepa_inu" - }, - { - "name": "facebook", - "url": "https://facebook.com/people/Pepa-Inu/100089890814045" - }, - { - "name": "whitepaper", - "url": "https://www.pepa-inu.com/whitepaper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pepa-inu/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/pepa-inu" - } - ], - "tags": [ - "memes", - "deflationary", - "staking", - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0xC3137c696796D69F783CD0Be4aB4bB96814234Aa/logo.png b/blockchains/smartchain/assets/0xC3137c696796D69F783CD0Be4aB4bB96814234Aa/logo.png deleted file mode 100644 index c01536256f123..0000000000000 Binary files a/blockchains/smartchain/assets/0xC3137c696796D69F783CD0Be4aB4bB96814234Aa/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC3afDe95B6Eb9ba8553cDAea6645D45fB3a7FAF5/info.json b/blockchains/smartchain/assets/0xC3afDe95B6Eb9ba8553cDAea6645D45fB3a7FAF5/info.json deleted file mode 100644 index fd5ddba1b65b7..0000000000000 --- a/blockchains/smartchain/assets/0xC3afDe95B6Eb9ba8553cDAea6645D45fB3a7FAF5/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Kiba Inu", - "type": "BEP20", - "symbol": "KIBA", - "decimals": 18, - "website": "https://kibainu.org/", - "description": "Kiba Inu is restoring integrity to meme coins by building the safest Dex and Launchpad in the space. KibaSwap already includes our swap, KibaFomo, Honeypot Checker, KibaTools, and KibaReports. We are a meme coin to capitalize on the fun and organic growth that are common in this space. We are a utility that solves the problems newcomers and OG’s face frequently. We are a community that is regarded as the best and others try to emulate. Best of all, we are just getting started.", - "explorer": "https://bscscan.com/token/0xC3afDe95B6Eb9ba8553cDAea6645D45fB3a7FAF5", - "status": "active", - "id": "0xC3afDe95B6Eb9ba8553cDAea6645D45fB3a7FAF5", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/kibainuworld" - }, - { - "name": "telegram", - "url": "https://t.me/KibaInuGlobal" - }, - { - "name": "discord", - "url": "https://discord.com/invite/TU8NGUquPc" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCHyByhie4oQjM3uMdrsLYzA" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/kiba-inu/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/kiba-inu" - } - ], - "tags": [ - "memes" - ] -} diff --git a/blockchains/smartchain/assets/0xC3afDe95B6Eb9ba8553cDAea6645D45fB3a7FAF5/logo.png b/blockchains/smartchain/assets/0xC3afDe95B6Eb9ba8553cDAea6645D45fB3a7FAF5/logo.png deleted file mode 100644 index 5715ecaad41f9..0000000000000 Binary files a/blockchains/smartchain/assets/0xC3afDe95B6Eb9ba8553cDAea6645D45fB3a7FAF5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC409eC8a33f31437Ed753C82EEd3c5F16d6D7e22/info.json b/blockchains/smartchain/assets/0xC409eC8a33f31437Ed753C82EEd3c5F16d6D7e22/info.json deleted file mode 100644 index c8c0f051ca0f7..0000000000000 --- a/blockchains/smartchain/assets/0xC409eC8a33f31437Ed753C82EEd3c5F16d6D7e22/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Tokyo AU Token", - "type": "BEP20", - "symbol": "TOKAU", - "decimals": 18, - "website": "https://tokau.io/", - "description": "In short, the distance between you and your favorite idol is only one NFT, on TOKAU!", - "explorer": "https://bscscan.com/token/0xC409eC8a33f31437Ed753C82EEd3c5F16d6D7e22", - "status": "active", - "id": "0xC409eC8a33f31437Ed753C82EEd3c5F16d6D7e22", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/TOKAU_JP" - }, - { - "name": "telegram", - "url": "https://t.me/tokau2021" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC409eC8a33f31437Ed753C82EEd3c5F16d6D7e22/logo.png b/blockchains/smartchain/assets/0xC409eC8a33f31437Ed753C82EEd3c5F16d6D7e22/logo.png deleted file mode 100644 index 14d1050a8c39e..0000000000000 Binary files a/blockchains/smartchain/assets/0xC409eC8a33f31437Ed753C82EEd3c5F16d6D7e22/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC477c189d6C572F6C618eA76658B062b1530224c/info.json b/blockchains/smartchain/assets/0xC477c189d6C572F6C618eA76658B062b1530224c/info.json deleted file mode 100644 index fb65a1c112f73..0000000000000 --- a/blockchains/smartchain/assets/0xC477c189d6C572F6C618eA76658B062b1530224c/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "CryptonlyFanz", - "type": "BEP20", - "symbol": "COF", - "decimals": 9, - "website": "https://www.cryptonlyfanz.com/", - "description": "Cryptonlyfanz is a decentralized social network dedicated to providing a platform that connects exclusive influencer content and their fanz like never before. Our decentralized platform is powered by COF Token; a cryptocurrency with embedded features that sustains a low-cost environment where content creators and subscribers can connect with little interference from a third party. To learn more please reference our “", - "explorer": "https://bscscan.com/token/0xC477c189d6C572F6C618eA76658B062b1530224c", - "status": "active", - "id": "0xC477c189d6C572F6C618eA76658B062b1530224c", - "links": [ - { - "name": "telegram", - "url": "https://t.me/CryptonlyFanz" - }, - { - "name": "twitter", - "url": "https://twitter.com/CryptonlyFanz" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC477c189d6C572F6C618eA76658B062b1530224c/logo.png b/blockchains/smartchain/assets/0xC477c189d6C572F6C618eA76658B062b1530224c/logo.png deleted file mode 100644 index 4a2c27ca32c05..0000000000000 Binary files a/blockchains/smartchain/assets/0xC477c189d6C572F6C618eA76658B062b1530224c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC481E366aaD63dF7304DF888705B86523c3E8681/info.json b/blockchains/smartchain/assets/0xC481E366aaD63dF7304DF888705B86523c3E8681/info.json deleted file mode 100644 index ea6b94e7bbebf..0000000000000 --- a/blockchains/smartchain/assets/0xC481E366aaD63dF7304DF888705B86523c3E8681/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://bscscan.com/token/0xc481e366aad63df7304df888705b86523c3e8681", - "type": "BEP20", - "symbol": "FILMVAULT", - "decimals": 9, - "status": "active", - "id": "0xC481E366aaD63dF7304DF888705B86523c3E8681" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC481E366aaD63dF7304DF888705B86523c3E8681/logo.png b/blockchains/smartchain/assets/0xC481E366aaD63dF7304DF888705B86523c3E8681/logo.png deleted file mode 100644 index 36c1427a16be1..0000000000000 Binary files a/blockchains/smartchain/assets/0xC481E366aaD63dF7304DF888705B86523c3E8681/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC4B35d3A24E3e8941c5d87fD21D0725642F50308/info.json b/blockchains/smartchain/assets/0xC4B35d3A24E3e8941c5d87fD21D0725642F50308/info.json deleted file mode 100644 index a9732d0cf6791..0000000000000 --- a/blockchains/smartchain/assets/0xC4B35d3A24E3e8941c5d87fD21D0725642F50308/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://bscscan.com/token/0xC4B35d3A24E3e8941c5d87fD21D0725642F50308", - "type": "BEP20", - "symbol": "PIE", - "decimals": 18, - "status": "active", - "id": "0xC4B35d3A24E3e8941c5d87fD21D0725642F50308", - "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/smartchain/assets/0xC4B35d3A24E3e8941c5d87fD21D0725642F50308/logo.png b/blockchains/smartchain/assets/0xC4B35d3A24E3e8941c5d87fD21D0725642F50308/logo.png deleted file mode 100644 index fe37ce71b1a32..0000000000000 Binary files a/blockchains/smartchain/assets/0xC4B35d3A24E3e8941c5d87fD21D0725642F50308/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC4b790e1D5f0c3d8AA526F0A8098eD2A1ff0886a/info.json b/blockchains/smartchain/assets/0xC4b790e1D5f0c3d8AA526F0A8098eD2A1ff0886a/info.json deleted file mode 100644 index b1272184b6ec0..0000000000000 --- a/blockchains/smartchain/assets/0xC4b790e1D5f0c3d8AA526F0A8098eD2A1ff0886a/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "420x", - "website": "https://420xcoin.com/", - "description": "420x coin is the first crypto project that has the potential of becoming a mainstream brand, payment solution and cultural movement.", - "explorer": "https://bscscan.com/token/0xC4b790e1D5f0c3d8AA526F0A8098eD2A1ff0886a", - "type": "BEP20", - "symbol": "420x", - "decimals": 9, - "status": "active", - "id": "0xC4b790e1D5f0c3d8AA526F0A8098eD2A1ff0886a" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC4b790e1D5f0c3d8AA526F0A8098eD2A1ff0886a/logo.png b/blockchains/smartchain/assets/0xC4b790e1D5f0c3d8AA526F0A8098eD2A1ff0886a/logo.png deleted file mode 100644 index d20522eccc996..0000000000000 Binary files a/blockchains/smartchain/assets/0xC4b790e1D5f0c3d8AA526F0A8098eD2A1ff0886a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC4eEFF5aab678C3FF32362D80946A3f5De4a1861/info.json b/blockchains/smartchain/assets/0xC4eEFF5aab678C3FF32362D80946A3f5De4a1861/info.json deleted file mode 100644 index e97a2d22d0dd8..0000000000000 --- a/blockchains/smartchain/assets/0xC4eEFF5aab678C3FF32362D80946A3f5De4a1861/info.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "RiceFarm Token", - "website": "https://ricefarm.fi", - "description": "RiceFarm is the next generation of Yield Farming with the highest burn rate on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xC4eEFF5aab678C3FF32362D80946A3f5De4a1861", - "type": "BEP20", - "symbol": "RICE", - "decimals": 18, - "status": "active", - "id": "0xC4eEFF5aab678C3FF32362D80946A3f5De4a1861", - "links": [ - { - "name": "github", - "url": "https://github.com/rice-farm" - }, - { - "name": "twitter", - "url": "https://twitter.com/fuzionchain" - }, - { - "name": "telegram", - "url": "https://t.me/fuzionchain" - }, - { - "name": "telegram_news", - "url": "https://t.me/fuzionnews" - }, - { - "name": "discord", - "url": "https://discord.com/invite/24uAPzKYFu" - }, - { - "name": "docs", - "url": "https://docs.ricefarm.fi/" - }, - { - "name": "facebook", - "url": "https://facebook.com/FuzionChain/" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/BitcoinNewsChannel" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/ricefarm-token/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/ricefarm" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/TeslaSafe/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC4eEFF5aab678C3FF32362D80946A3f5De4a1861/logo.png b/blockchains/smartchain/assets/0xC4eEFF5aab678C3FF32362D80946A3f5De4a1861/logo.png deleted file mode 100644 index b5534be304b07..0000000000000 Binary files a/blockchains/smartchain/assets/0xC4eEFF5aab678C3FF32362D80946A3f5De4a1861/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC544D8aB2b5ED395B96E3Ec87462801ECa579aE1/info.json b/blockchains/smartchain/assets/0xC544D8aB2b5ED395B96E3Ec87462801ECa579aE1/info.json deleted file mode 100644 index 0c76167d77825..0000000000000 --- a/blockchains/smartchain/assets/0xC544D8aB2b5ED395B96E3Ec87462801ECa579aE1/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Starfish OS", - "type": "BEP20", - "symbol": "SFO", - "decimals": 18, - "website": "https://www.sfos.io", - "description": "Starfish OS is a starfish-style institution consensus collaboration system.", - "explorer": "https://bscscan.com/token/0xc544d8ab2b5ed395b96e3ec87462801eca579ae1", - "status": "active", - "id": "0xC544D8aB2b5ED395B96E3Ec87462801ECa579aE1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/StarfishOS" - }, - { - "name": "github", - "url": "https://github.com/starfishos" - }, - { - "name": "telegram", - "url": "https://t.me/starfishos" - } - ], - "tags": [ - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0xC544D8aB2b5ED395B96E3Ec87462801ECa579aE1/logo.png b/blockchains/smartchain/assets/0xC544D8aB2b5ED395B96E3Ec87462801ECa579aE1/logo.png deleted file mode 100644 index ce3cc8f12b1f8..0000000000000 Binary files a/blockchains/smartchain/assets/0xC544D8aB2b5ED395B96E3Ec87462801ECa579aE1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC598275452fA319d75ee5f176FD3B8384925b425/info.json b/blockchains/smartchain/assets/0xC598275452fA319d75ee5f176FD3B8384925b425/info.json deleted file mode 100644 index d0640297d40c6..0000000000000 --- a/blockchains/smartchain/assets/0xC598275452fA319d75ee5f176FD3B8384925b425/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Stream", - "type": "BEP20", - "symbol": "STRM", - "decimals": 18, - "website": "https://stream-coin.com/", - "description": "LiveView is to provide an all-in-one platform for viewers to be able to watch and choose whichever videos they want around the world.", - "explorer": "https://bscscan.com/token/0xC598275452fA319d75ee5f176FD3B8384925b425", - "status": "active", - "id": "0xC598275452fA319d75ee5f176FD3B8384925b425", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/streamcoin_strm" - }, - { - "name": "github", - "url": "https://github.com/stream-coin-tech" - } - ], - "tags": [ - "nft", - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC598275452fA319d75ee5f176FD3B8384925b425/logo.png b/blockchains/smartchain/assets/0xC598275452fA319d75ee5f176FD3B8384925b425/logo.png deleted file mode 100644 index 95389061cf460..0000000000000 Binary files a/blockchains/smartchain/assets/0xC598275452fA319d75ee5f176FD3B8384925b425/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC5FFc1cb7533931D737E13A9b68eBb45270f3298/info.json b/blockchains/smartchain/assets/0xC5FFc1cb7533931D737E13A9b68eBb45270f3298/info.json deleted file mode 100644 index 338801d438f33..0000000000000 --- a/blockchains/smartchain/assets/0xC5FFc1cb7533931D737E13A9b68eBb45270f3298/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "UltimateToken", - "website": "https://ultimatetokenbsc.com/", - "description": "The UltimateToken is a community driven, fair launched DeFi Token. Three simple functions occur during each trade: Reflection, LP Acquisition, and Burn.", - "explorer": "https://bscscan.com/token/0xC5FFc1cb7533931D737E13A9b68eBb45270f3298", - "type": "BEP20", - "symbol": "ULTIMATE", - "decimals": 18, - "status": "active", - "id": "0xC5FFc1cb7533931D737E13A9b68eBb45270f3298" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC5FFc1cb7533931D737E13A9b68eBb45270f3298/logo.png b/blockchains/smartchain/assets/0xC5FFc1cb7533931D737E13A9b68eBb45270f3298/logo.png deleted file mode 100644 index 3863081b2c597..0000000000000 Binary files a/blockchains/smartchain/assets/0xC5FFc1cb7533931D737E13A9b68eBb45270f3298/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC5a83aD9f3586e143D2C718E8999206887eF9dDc/info.json b/blockchains/smartchain/assets/0xC5a83aD9f3586e143D2C718E8999206887eF9dDc/info.json deleted file mode 100644 index d13ebb276635d..0000000000000 --- a/blockchains/smartchain/assets/0xC5a83aD9f3586e143D2C718E8999206887eF9dDc/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Annex BNB", - "website": "https://www.annex.finance/", - "description": "Money Markets. A Decentralized Marketplace for Lenders and Borrowers", - "explorer": "https://bscscan.com/token/0xC5a83aD9f3586e143D2C718E8999206887eF9dDc", - "type": "BEP20", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/AnnexFinance" - }, - { - "name": "medium", - "url": "https://annexfinance.medium.com/" - }, - { - "name": "telegram", - "url": "https://t.me/Annex_finance_group" - }, - { - "name": "github", - "url": "https://github.com/annexfinance/annex-protocol" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/AnnexFinance/" - } - ], - "symbol": "aBNB", - "decimals": 8, - "status": "active", - "id": "0xC5a83aD9f3586e143D2C718E8999206887eF9dDc" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC5a83aD9f3586e143D2C718E8999206887eF9dDc/logo.png b/blockchains/smartchain/assets/0xC5a83aD9f3586e143D2C718E8999206887eF9dDc/logo.png deleted file mode 100644 index f46efe4f51194..0000000000000 Binary files a/blockchains/smartchain/assets/0xC5a83aD9f3586e143D2C718E8999206887eF9dDc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC62eF0d8e137499833AbB05Dee47007D2b334bA6/info.json b/blockchains/smartchain/assets/0xC62eF0d8e137499833AbB05Dee47007D2b334bA6/info.json deleted file mode 100644 index 9e6c5be669648..0000000000000 --- a/blockchains/smartchain/assets/0xC62eF0d8e137499833AbB05Dee47007D2b334bA6/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "GAMEX", - "website": "https://www.game-x.co", - "description": "GAMEX is a project with goal of creating a gaming ecosystem revolving around the benefits of the players.", - "explorer": "https://bscscan.com/token/0xc62ef0d8e137499833abb05dee47007d2b334ba6", - "type": "BEP20", - "symbol": "GMX", - "decimals": 9, - "status": "active", - "id": "0xC62eF0d8e137499833AbB05Dee47007D2b334bA6", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/gamexofficial1?s=21" - }, - { - "name": "telegram", - "url": "https://t.me/monetaryunitchat" - }, - { - "name": "discord", - "url": "https://discord.com/invite/7ddzPkkk" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC62eF0d8e137499833AbB05Dee47007D2b334bA6/logo.png b/blockchains/smartchain/assets/0xC62eF0d8e137499833AbB05Dee47007D2b334bA6/logo.png deleted file mode 100644 index 9e4cd241d5014..0000000000000 Binary files a/blockchains/smartchain/assets/0xC62eF0d8e137499833AbB05Dee47007D2b334bA6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC638a73969C0F7442Ba8F5Ffda9968434891034B/info.json b/blockchains/smartchain/assets/0xC638a73969C0F7442Ba8F5Ffda9968434891034B/info.json deleted file mode 100644 index 7e43ebba7dc6f..0000000000000 --- a/blockchains/smartchain/assets/0xC638a73969C0F7442Ba8F5Ffda9968434891034B/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Dabb Doge ", - "type": "BEP20", - "symbol": "DDoge ", - "decimals": 18, - "website": "https://www.dabbdoge.com/", - "description": "DABB DOGE is a decentralized peer-to-peer digital currency that enables instant transactions to anyone anywhere in the world without any transaction fees", - "explorer": "https://bscscan.com/token/0xC638a73969C0F7442Ba8F5Ffda9968434891034B", - "status": "active", - "id": "0xC638a73969C0F7442Ba8F5Ffda9968434891034B", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/DabbDoge/" - }, - { - "name": "github", - "url": "https://github.com/dabbdoge" - }, - { - "name": "telegram", - "url": "https://t.me/dabbdoge" - }, - { - "name": "whitepaper", - "url": "https://www.dabbdoge.com/dabb-doge-whitepaper.pdf" - }, - { - "name": "facebook", - "url": "https://facebook.com/dabbdoge" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/dabb-doge/" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0xC638a73969C0F7442Ba8F5Ffda9968434891034B#code" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0xC638a73969C0F7442Ba8F5Ffda9968434891034B/logo.png b/blockchains/smartchain/assets/0xC638a73969C0F7442Ba8F5Ffda9968434891034B/logo.png deleted file mode 100644 index a801840a9e5fa..0000000000000 Binary files a/blockchains/smartchain/assets/0xC638a73969C0F7442Ba8F5Ffda9968434891034B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC66c8b40E9712708d0b4F27c9775Dc934B65F0d9/info.json b/blockchains/smartchain/assets/0xC66c8b40E9712708d0b4F27c9775Dc934B65F0d9/info.json deleted file mode 100644 index 3a42fad2bed2e..0000000000000 --- a/blockchains/smartchain/assets/0xC66c8b40E9712708d0b4F27c9775Dc934B65F0d9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ElonTech", - "type": "BEP20", - "symbol": "ETCH", - "decimals": 18, - "website": "https://elontech.finance/", - "description": "ElonTech is Binance Smart Chain Token developed for building the first decentralized Tech Valley.", - "explorer": "https://bscscan.com/token/0xC66c8b40E9712708d0b4F27c9775Dc934B65F0d9", - "status": "active", - "id": "0xC66c8b40E9712708d0b4F27c9775Dc934B65F0d9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC66c8b40E9712708d0b4F27c9775Dc934B65F0d9/logo.png b/blockchains/smartchain/assets/0xC66c8b40E9712708d0b4F27c9775Dc934B65F0d9/logo.png deleted file mode 100644 index 51a14935d4ced..0000000000000 Binary files a/blockchains/smartchain/assets/0xC66c8b40E9712708d0b4F27c9775Dc934B65F0d9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC70636a779118e57E1c6fdAfDd1f919Fae912d2f/info.json b/blockchains/smartchain/assets/0xC70636a779118e57E1c6fdAfDd1f919Fae912d2f/info.json deleted file mode 100644 index 605ec13472b1c..0000000000000 --- a/blockchains/smartchain/assets/0xC70636a779118e57E1c6fdAfDd1f919Fae912d2f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MUNCH", - "type": "BEP20", - "symbol": "Munch", - "decimals": 9, - "website": "https://munchproject.io/", - "description": "Munch a charity crypto coin", - "explorer": "https://bscscan.com/token/0xC70636a779118e57E1c6fdAfDd1f919Fae912d2f", - "status": "active", - "id": "0xC70636a779118e57E1c6fdAfDd1f919Fae912d2f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC70636a779118e57E1c6fdAfDd1f919Fae912d2f/logo.png b/blockchains/smartchain/assets/0xC70636a779118e57E1c6fdAfDd1f919Fae912d2f/logo.png deleted file mode 100644 index 5d163be672d6c..0000000000000 Binary files a/blockchains/smartchain/assets/0xC70636a779118e57E1c6fdAfDd1f919Fae912d2f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC72cC401122dBDC812EC88a2150AAD5a39467401/info.json b/blockchains/smartchain/assets/0xC72cC401122dBDC812EC88a2150AAD5a39467401/info.json deleted file mode 100644 index 30912b0b94a46..0000000000000 --- a/blockchains/smartchain/assets/0xC72cC401122dBDC812EC88a2150AAD5a39467401/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Wallet Swap", - "type": "BEP20", - "symbol": "WSWAP", - "decimals": 0, - "website": "https://wswap.site/", - "description": "Wallet Swap is a decentralized Binance Smartchain & Ethereum Web3 Mobile Wallet. The app works with several crypto tokens and blockchain wallets.", - "explorer": "https://bscscan.com/token/0xc72cc401122dbdc812ec88a2150aad5a39467401", - "status": "active", - "id": "0xC72cC401122dBDC812EC88a2150AAD5a39467401" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC72cC401122dBDC812EC88a2150AAD5a39467401/logo.png b/blockchains/smartchain/assets/0xC72cC401122dBDC812EC88a2150AAD5a39467401/logo.png deleted file mode 100644 index b4afc44dee776..0000000000000 Binary files a/blockchains/smartchain/assets/0xC72cC401122dBDC812EC88a2150AAD5a39467401/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC737B44CB0Aa18815a1F6918EB338dEe7e7E6bD7/info.json b/blockchains/smartchain/assets/0xC737B44CB0Aa18815a1F6918EB338dEe7e7E6bD7/info.json deleted file mode 100644 index 633062d8356ca..0000000000000 --- a/blockchains/smartchain/assets/0xC737B44CB0Aa18815a1F6918EB338dEe7e7E6bD7/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Comfy Token", - "type": "BEP20", - "symbol": "COMFY", - "decimals": 9, - "website": "https://www.comfytoken.com/", - "description": "ComfyToken has created a distinctive DeFi ecosystem, designed to facilitate a comfy global transition to cryptocurrency.", - "explorer": "https://bscscan.com/token/0xC737B44CB0Aa18815a1F6918EB338dEe7e7E6bD7", - "status": "active", - "id": "0xC737B44CB0Aa18815a1F6918EB338dEe7e7E6bD7" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC737B44CB0Aa18815a1F6918EB338dEe7e7E6bD7/logo.png b/blockchains/smartchain/assets/0xC737B44CB0Aa18815a1F6918EB338dEe7e7E6bD7/logo.png deleted file mode 100644 index ecda52ccdc76b..0000000000000 Binary files a/blockchains/smartchain/assets/0xC737B44CB0Aa18815a1F6918EB338dEe7e7E6bD7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC75bcC3ae0844c16Fd1881b8bb47BD509303a135/info.json b/blockchains/smartchain/assets/0xC75bcC3ae0844c16Fd1881b8bb47BD509303a135/info.json deleted file mode 100644 index 3788367f1cd4a..0000000000000 --- a/blockchains/smartchain/assets/0xC75bcC3ae0844c16Fd1881b8bb47BD509303a135/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Metaverse Inu", - "type": "BEP20", - "symbol": "MetaInu", - "decimals": 9, - "website": "https://metaverseinu.org", - "description": "Decentralized Inu Meme Coin of the Metaverse. MetaverseInu is the first official Inu-based meme coin of the Metaverse universe which aims to create a decentralized, fast and unique chain with the enhanced MetaverseInu genesis structure.", - "explorer": "https://bscscan.com/token/0xC75bcC3ae0844c16Fd1881b8bb47BD509303a135", - "status": "active", - "id": "0xC75bcC3ae0844c16Fd1881b8bb47BD509303a135", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Metaverse_Inu" - }, - { - "name": "github", - "url": "https://github.com/MetaverseInu" - }, - { - "name": "discord", - "url": "https://discord.com/invite/wupjWu8Jds" - }, - { - "name": "telegram", - "url": "https://t.me/Metaverse_Inu" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC75bcC3ae0844c16Fd1881b8bb47BD509303a135/logo.png b/blockchains/smartchain/assets/0xC75bcC3ae0844c16Fd1881b8bb47BD509303a135/logo.png deleted file mode 100644 index 29088ce06ca4e..0000000000000 Binary files a/blockchains/smartchain/assets/0xC75bcC3ae0844c16Fd1881b8bb47BD509303a135/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC762043E211571eB34f1ef377e5e8e76914962f9/info.json b/blockchains/smartchain/assets/0xC762043E211571eB34f1ef377e5e8e76914962f9/info.json deleted file mode 100644 index 0d7a0b08beab8..0000000000000 --- a/blockchains/smartchain/assets/0xC762043E211571eB34f1ef377e5e8e76914962f9/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "ApeCoin", - "type": "BEP20", - "symbol": "APE", - "decimals": 18, - "website": "https://apecoin.com", - "description": "ApeCoin is an BEP-20 governance and utility token used within the APE ecosystem to empower a decentralized community building at the forefront of web3.", - "explorer": "https://bscscan.com/token/0xc762043e211571eb34f1ef377e5e8e76914962f9", - "status": "active", - "id": "0xC762043E211571eB34f1ef377e5e8e76914962f9", - "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/smartchain/assets/0xC762043E211571eB34f1ef377e5e8e76914962f9/logo.png b/blockchains/smartchain/assets/0xC762043E211571eB34f1ef377e5e8e76914962f9/logo.png deleted file mode 100644 index f7a107f946cb6..0000000000000 Binary files a/blockchains/smartchain/assets/0xC762043E211571eB34f1ef377e5e8e76914962f9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC79d1fD14F514cD713b5cA43D288a782Ae53eAb2/info.json b/blockchains/smartchain/assets/0xC79d1fD14F514cD713b5cA43D288a782Ae53eAb2/info.json deleted file mode 100644 index a8b9cae8e532d..0000000000000 --- a/blockchains/smartchain/assets/0xC79d1fD14F514cD713b5cA43D288a782Ae53eAb2/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "XcelDefi", - "website": "https://www.xceldefi.com", - "description": "XcelDefi is native token of XcelLab ecosystem and is the governance token for XcelSwap, a decentralised exchange built to power the future of finance by the XcelLab ecosystem. Users can vote by holding and staking XcelDefi and propose changes in the mechanics of XcelSwap.", - "explorer": "https://bscscan.com/token/0xC79d1fD14F514cD713b5cA43D288a782Ae53eAb2", - "type": "BEP20", - "symbol": "XLD", - "decimals": 18, - "status": "active", - "id": "0xC79d1fD14F514cD713b5cA43D288a782Ae53eAb2", - "links": [ - { - "name": "github", - "url": "https://github.com/XcelDefi" - }, - { - "name": "whitepaper", - "url": "https://www.xceldefi.com/whitepaper" - }, - { - "name": "telegram", - "url": "https://t.me/XcelToken" - }, - { - "name": "twitter", - "url": "https://twitter.com/XcelDefi" - }, - { - "name": "medium", - "url": "https://xceldefi.medium.com" - }, - { - "name": "discord", - "url": "https://discord.com/channels/843873130808213524" - }, - { - "name": "facebook", - "url": "https://facebook.com/XcelDefiOfficial" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCJwGB8JGkh15KBV8a5NwsJA" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC79d1fD14F514cD713b5cA43D288a782Ae53eAb2/logo.png b/blockchains/smartchain/assets/0xC79d1fD14F514cD713b5cA43D288a782Ae53eAb2/logo.png deleted file mode 100644 index 1046fe1f6a088..0000000000000 Binary files a/blockchains/smartchain/assets/0xC79d1fD14F514cD713b5cA43D288a782Ae53eAb2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC7B7844494c516b840A7a4575ff3E60ff0f056a9/info.json b/blockchains/smartchain/assets/0xC7B7844494c516b840A7a4575ff3E60ff0f056a9/info.json deleted file mode 100644 index 8b79c65947901..0000000000000 --- a/blockchains/smartchain/assets/0xC7B7844494c516b840A7a4575ff3E60ff0f056a9/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Mech Master", - "type": "BEP20", - "symbol": "MECH", - "decimals": 18, - "website": "https://mechmaster.io/", - "description": "Mech Master is a first-ever 3D Mecha NFT game, with strategic RPG elements, where you can earn tokens through skillful gameplay and smart trading on the Marketplace. Players can assemble a lineup full of giant Mechas with gorgeous 3D models to battle against others, recruit pilots, collect weapons, buy land and build your own top-secret base on the Moon!", - "explorer": "https://bscscan.com/token/0xC7B7844494c516b840A7a4575ff3E60ff0f056a9", - "status": "active", - "id": "0xC7B7844494c516b840A7a4575ff3E60ff0f056a9", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MechMaster_IO" - }, - { - "name": "telegram", - "url": "https://t.me/MechMaster_Official" - }, - { - "name": "facebook", - "url": "https://facebook.com/mechmaster.io" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mech-master/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC7B7844494c516b840A7a4575ff3E60ff0f056a9/logo.png b/blockchains/smartchain/assets/0xC7B7844494c516b840A7a4575ff3E60ff0f056a9/logo.png deleted file mode 100644 index 28641e9f01a4a..0000000000000 Binary files a/blockchains/smartchain/assets/0xC7B7844494c516b840A7a4575ff3E60ff0f056a9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC7Bc24c4C18F8251D31611114d0e7B5F5ef76762/info.json b/blockchains/smartchain/assets/0xC7Bc24c4C18F8251D31611114d0e7B5F5ef76762/info.json deleted file mode 100644 index d6ad29c2e91a0..0000000000000 --- a/blockchains/smartchain/assets/0xC7Bc24c4C18F8251D31611114d0e7B5F5ef76762/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Richie", - "type": "BEP20", - "symbol": "RICH", - "decimals": 9, - "website": "https://www.getrichie.com/", - "description": "Richie is a community token in the true sense of the word. There will be a donation wallet instead of a burn mechanism and 1.5% of the tokens will be allocated there. Putting good intentions to good use, the team will shortlist 4 charities, do a poll and let the community decide.", - "explorer": "https://bscscan.com/token/0xC7Bc24c4C18F8251D31611114d0e7B5F5ef76762", - "status": "active", - "id": "0xC7Bc24c4C18F8251D31611114d0e7B5F5ef76762" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC7Bc24c4C18F8251D31611114d0e7B5F5ef76762/logo.png b/blockchains/smartchain/assets/0xC7Bc24c4C18F8251D31611114d0e7B5F5ef76762/logo.png deleted file mode 100644 index af716d1152f8e..0000000000000 Binary files a/blockchains/smartchain/assets/0xC7Bc24c4C18F8251D31611114d0e7B5F5ef76762/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC7D43F2B51F44f09fBB8a691a0451E8FFCF36c0a/info.json b/blockchains/smartchain/assets/0xC7D43F2B51F44f09fBB8a691a0451E8FFCF36c0a/info.json deleted file mode 100644 index 512e5bdfde45b..0000000000000 --- a/blockchains/smartchain/assets/0xC7D43F2B51F44f09fBB8a691a0451E8FFCF36c0a/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "EverRise (old)", - "type": "BEP20", - "symbol": "RISE (old)", - "decimals": 9, - "website": "https://www.everrisecoin.com/", - "description": "EverRise token holders are not only rewarded through static rewards but also through true automatic burns every trade from within the liquidity pool.", - "explorer": "https://bscscan.com/token/0xC7D43F2B51F44f09fBB8a691a0451E8FFCF36c0a", - "status": "abandoned", - "id": "0xC7D43F2B51F44f09fBB8a691a0451E8FFCF36c0a" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC7FB8c5eFE8564205eE5CbA4dE8eeA8a086a4bd2/info.json b/blockchains/smartchain/assets/0xC7FB8c5eFE8564205eE5CbA4dE8eeA8a086a4bd2/info.json deleted file mode 100644 index fa7b753c7b8a9..0000000000000 --- a/blockchains/smartchain/assets/0xC7FB8c5eFE8564205eE5CbA4dE8eeA8a086a4bd2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PocketRocket", - "type": "BEP20", - "symbol": "POCROC", - "decimals": 9, - "website": "https://pocketrocket.xyz/", - "description": "PocketRocket aims to achieve the impossible by giving away vehicles to its holders. Constantly rewarding holders with dividends as well as constantly deflating the supply with an automatic burn function with every transaction. This is achieved by our Car Wallet automatically transferring PocketRocketTokens, making it an anti-dump project! We are calculated to result on a moon mission that hasn’t yet been seen in the Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xC7FB8c5eFE8564205eE5CbA4dE8eeA8a086a4bd2", - "status": "active", - "id": "0xC7FB8c5eFE8564205eE5CbA4dE8eeA8a086a4bd2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC7FB8c5eFE8564205eE5CbA4dE8eeA8a086a4bd2/logo.png b/blockchains/smartchain/assets/0xC7FB8c5eFE8564205eE5CbA4dE8eeA8a086a4bd2/logo.png deleted file mode 100644 index 549dc4ec3a6c2..0000000000000 Binary files a/blockchains/smartchain/assets/0xC7FB8c5eFE8564205eE5CbA4dE8eeA8a086a4bd2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC7d8D35EBA58a0935ff2D5a33Df105DD9f071731/info.json b/blockchains/smartchain/assets/0xC7d8D35EBA58a0935ff2D5a33Df105DD9f071731/info.json deleted file mode 100644 index 8b7f492d57c86..0000000000000 --- a/blockchains/smartchain/assets/0xC7d8D35EBA58a0935ff2D5a33Df105DD9f071731/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://bscscan.com/token/0xc7d8d35eba58a0935ff2d5a33df105dd9f071731", - "research": "", - "type": "BEP20", - "symbol": "HGET", - "decimals": 6, - "status": "active", - "id": "0xC7d8D35EBA58a0935ff2D5a33Df105DD9f071731" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC7d8D35EBA58a0935ff2D5a33Df105DD9f071731/logo.png b/blockchains/smartchain/assets/0xC7d8D35EBA58a0935ff2D5a33Df105DD9f071731/logo.png deleted file mode 100644 index 9d0f4c8de5813..0000000000000 Binary files a/blockchains/smartchain/assets/0xC7d8D35EBA58a0935ff2D5a33Df105DD9f071731/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC7dDF690942b74171F7e3763baf260B686516bc0/info.json b/blockchains/smartchain/assets/0xC7dDF690942b74171F7e3763baf260B686516bc0/info.json deleted file mode 100644 index f1e462f36fcde..0000000000000 --- a/blockchains/smartchain/assets/0xC7dDF690942b74171F7e3763baf260B686516bc0/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Atlantis", - "type": "BEP20", - "symbol": "ATLS", - "decimals": 18, - "website": "https://atlantisfi.io", - "description": "Utilizing an innovative elastic supply protocol, Atlantis makes it workable for token circulation to be paid straight forwardly corresponding to the age rebase rewards. ", - "explorer": "https://bscscan.com/token/0xC7dDF690942b74171F7e3763baf260B686516bc0", - "status": "active", - "id": "0xC7dDF690942b74171F7e3763baf260B686516bc0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/AtlantisFi" - }, - { - "name": "whitepaper", - "url": "https://atlantisfi.gitbook.io/docs" - }, - { - "name": "telegram", - "url": "https://t.me/AtlantisFi" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/atlantis-finance" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/atlantis-finance" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0xc7ddf690942b74171f7e3763baf260b686516bc0#code" - }, - { - "name": "github", - "url": "https://github.com/AtlantisFi" - } - ], - "tags": [ - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC7dDF690942b74171F7e3763baf260B686516bc0/logo.png b/blockchains/smartchain/assets/0xC7dDF690942b74171F7e3763baf260B686516bc0/logo.png deleted file mode 100644 index 4a82155ccd7d0..0000000000000 Binary files a/blockchains/smartchain/assets/0xC7dDF690942b74171F7e3763baf260B686516bc0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC808592e5b4585F982bc728d63b227634bc007a4/info.json b/blockchains/smartchain/assets/0xC808592e5b4585F982bc728d63b227634bc007a4/info.json deleted file mode 100644 index 11ce34a4cbbb1..0000000000000 --- a/blockchains/smartchain/assets/0xC808592e5b4585F982bc728d63b227634bc007a4/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "CryptoFrog.Finance", - "website": "https://cryptofrog.finance", - "description": "CryptoFrog.Finance is the first collectible frog NFT and a yield farming project on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xC808592e5b4585F982bc728d63b227634bc007a4", - "type": "BEP20", - "symbol": "FROG", - "decimals": 18, - "status": "active", - "id": "0xC808592e5b4585F982bc728d63b227634bc007a4", - "links": [ - { - "name": "github", - "url": "https://github.com/cryptofrogfinance" - }, - { - "name": "twitter", - "url": "https://twitter.com/CryptoFrogFi" - }, - { - "name": "telegram", - "url": "https://t.me/cryptofrogfinance" - }, - { - "name": "medium", - "url": "https://cryptofrogfinance.medium.com" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC808592e5b4585F982bc728d63b227634bc007a4/logo.png b/blockchains/smartchain/assets/0xC808592e5b4585F982bc728d63b227634bc007a4/logo.png deleted file mode 100644 index 62e35821720a8..0000000000000 Binary files a/blockchains/smartchain/assets/0xC808592e5b4585F982bc728d63b227634bc007a4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC836DCC9c880D4558C301e6d439db1B1DCaF7F3a/info.json b/blockchains/smartchain/assets/0xC836DCC9c880D4558C301e6d439db1B1DCaF7F3a/info.json deleted file mode 100644 index 8398364aa9284..0000000000000 --- a/blockchains/smartchain/assets/0xC836DCC9c880D4558C301e6d439db1B1DCaF7F3a/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "BNB Gold", - "website": "https://bnbgold.network/", - "description": "BNBGOLD is the governance token for the BNBGOLD Ecosystem.", - "explorer": "https://bscscan.com/token/0xC836DCC9c880D4558C301e6d439db1B1DCaF7F3a", - "type": "BEP20", - "symbol": "BNB GOLD", - "decimals": 18, - "status": "active", - "id": "0xC836DCC9c880D4558C301e6d439db1B1DCaF7F3a", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BNB_GOLD" - }, - { - "name": "telegram", - "url": "https://t.me/bnbgoldtoken" - } - ] -} diff --git a/blockchains/smartchain/assets/0xC836DCC9c880D4558C301e6d439db1B1DCaF7F3a/logo.png b/blockchains/smartchain/assets/0xC836DCC9c880D4558C301e6d439db1B1DCaF7F3a/logo.png deleted file mode 100644 index 7eea8c09a3df1..0000000000000 Binary files a/blockchains/smartchain/assets/0xC836DCC9c880D4558C301e6d439db1B1DCaF7F3a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC8A11F433512C16ED895245F34BCC2ca44eb06bd/info.json b/blockchains/smartchain/assets/0xC8A11F433512C16ED895245F34BCC2ca44eb06bd/info.json deleted file mode 100644 index e5e10e4c157a7..0000000000000 --- a/blockchains/smartchain/assets/0xC8A11F433512C16ED895245F34BCC2ca44eb06bd/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "KISSAN", - "type": "BEP20", - "symbol": "KSN", - "decimals": 18, - "website": "https://kissan.io/", - "description": "KSN offerings (ICOs) are a way to raise capital or participate in investment opportunities. Our prime focus is to make our clients stay, for that, we have built our business in a manner that would help you to trade profitability, and would help us to buy your side.", - "explorer": "https://bscscan.com/token/0xC8A11F433512C16ED895245F34BCC2ca44eb06bd", - "status": "active", - "id": "0xC8A11F433512C16ED895245F34BCC2ca44eb06bd", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ksntoken" - }, - { - "name": "telegram", - "url": "https://t.me/Kissancoin" - }, - { - "name": "facebook", - "url": "https://facebook.com/ksntoken" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCOw9CTedlx_tWFNpf0YIncw" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC8A11F433512C16ED895245F34BCC2ca44eb06bd/logo.png b/blockchains/smartchain/assets/0xC8A11F433512C16ED895245F34BCC2ca44eb06bd/logo.png deleted file mode 100644 index 2fddf8ccfd347..0000000000000 Binary files a/blockchains/smartchain/assets/0xC8A11F433512C16ED895245F34BCC2ca44eb06bd/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC974bE717f52Dcc701fE50fAD36d163b1e9A3a82/info.json b/blockchains/smartchain/assets/0xC974bE717f52Dcc701fE50fAD36d163b1e9A3a82/info.json deleted file mode 100644 index 6ea112e146271..0000000000000 --- a/blockchains/smartchain/assets/0xC974bE717f52Dcc701fE50fAD36d163b1e9A3a82/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Healing Potion Token", - "type": "BEP20", - "symbol": "HPPOT", - "decimals": 9, - "website": "https://healingpot.info", - "description": "Healing potion is a wallet regeneration token that allows investors to earn passive income as they hold. 7% of every transaction is distributed equally among holders and an extra 5% is sent straight to the liquidity pool. ", - "explorer": "https://bscscan.com/token/0xc974be717f52dcc701fe50fad36d163b1e9a3a82", - "status": "active", - "id": "0xC974bE717f52Dcc701fE50fAD36d163b1e9A3a82" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC974bE717f52Dcc701fE50fAD36d163b1e9A3a82/logo.png b/blockchains/smartchain/assets/0xC974bE717f52Dcc701fE50fAD36d163b1e9A3a82/logo.png deleted file mode 100644 index c0c3f93db7811..0000000000000 Binary files a/blockchains/smartchain/assets/0xC974bE717f52Dcc701fE50fAD36d163b1e9A3a82/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC9849E6fdB743d08fAeE3E34dd2D1bc69EA11a51/info.json b/blockchains/smartchain/assets/0xC9849E6fdB743d08fAeE3E34dd2D1bc69EA11a51/info.json deleted file mode 100644 index 0ee50f1cd5243..0000000000000 --- a/blockchains/smartchain/assets/0xC9849E6fdB743d08fAeE3E34dd2D1bc69EA11a51/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Bunny Token", - "website": "https://pancakebunny.finance", - "description": "PancakeBunny is a new and rapidly growing DeFi yield aggregator that is used for PancakeSwap. PancakeBunny protocol empowers farmers to leverage their yield-seeking tendencies to optimize yield compounding strategy on BSC. We are providing strategies for the various needs of farmers from the highest yield seekers to the risk reward optimizing smart investors.", - "explorer": "https://bscscan.com/token/0xC9849E6fdB743d08fAeE3E34dd2D1bc69EA11a51", - "type": "BEP20", - "symbol": "BUNNY", - "decimals": 18, - "status": "active", - "id": "0xC9849E6fdB743d08fAeE3E34dd2D1bc69EA11a51", - "links": [ - { - "name": "github", - "url": "https://github.com/PancakeBunny-finance/Bunny" - }, - { - "name": "twitter", - "url": "https://twitter.com/PancakeBunnyFin" - }, - { - "name": "telegram", - "url": "https://t.me/pancakebunny_fin" - }, - { - "name": "medium", - "url": "https://pancakebunny.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC9849E6fdB743d08fAeE3E34dd2D1bc69EA11a51/logo.png b/blockchains/smartchain/assets/0xC9849E6fdB743d08fAeE3E34dd2D1bc69EA11a51/logo.png deleted file mode 100644 index 34d8a5efdc43f..0000000000000 Binary files a/blockchains/smartchain/assets/0xC9849E6fdB743d08fAeE3E34dd2D1bc69EA11a51/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xC9c7C6A590E82C576de7553142d47a5fb63f9e90/info.json b/blockchains/smartchain/assets/0xC9c7C6A590E82C576de7553142d47a5fb63f9e90/info.json deleted file mode 100644 index 848dc44237fce..0000000000000 --- a/blockchains/smartchain/assets/0xC9c7C6A590E82C576de7553142d47a5fb63f9e90/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BirdChain", - "website": "https://www.birdchainapp.com/", - "description": "Birdchain is base in the era of sharing Economy allowing users to benefit greatly by using blockchain tech. Birdchain has multiple products such as DEFI, NFT, etc. Birdchain has currently built an incentivized App that revolves around an easy-to-use, high-engagement, marketing & content platform where users engage with content and get rewarded. we are working to add more use cases to the token. such as incentivize users for liquidity provision to the Birdchainswap defi platform.", - "explorer": "https://bscscan.com/token/0xC9c7C6A590E82C576de7553142d47a5fb63f9e90", - "type": "BEP20", - "symbol": "BIRD", - "decimals": 18, - "status": "active", - "id": "0xC9c7C6A590E82C576de7553142d47a5fb63f9e90" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xC9c7C6A590E82C576de7553142d47a5fb63f9e90/logo.png b/blockchains/smartchain/assets/0xC9c7C6A590E82C576de7553142d47a5fb63f9e90/logo.png deleted file mode 100644 index 164b4a43c4392..0000000000000 Binary files a/blockchains/smartchain/assets/0xC9c7C6A590E82C576de7553142d47a5fb63f9e90/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCA0a9Df6a8cAD800046C1DDc5755810718b65C44/info.json b/blockchains/smartchain/assets/0xCA0a9Df6a8cAD800046C1DDc5755810718b65C44/info.json deleted file mode 100644 index 02380a4a6a101..0000000000000 --- a/blockchains/smartchain/assets/0xCA0a9Df6a8cAD800046C1DDc5755810718b65C44/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://bscscan.com/token/0xCA0a9Df6a8cAD800046C1DDc5755810718b65C44", - "research": "https://research.binance.com/en/projects/tokenclub", - "type": "BEP20", - "symbol": "TCT", - "decimals": 18, - "status": "active", - "id": "0xCA0a9Df6a8cAD800046C1DDc5755810718b65C44" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCA0a9Df6a8cAD800046C1DDc5755810718b65C44/logo.png b/blockchains/smartchain/assets/0xCA0a9Df6a8cAD800046C1DDc5755810718b65C44/logo.png deleted file mode 100644 index 45407627bbd06..0000000000000 Binary files a/blockchains/smartchain/assets/0xCA0a9Df6a8cAD800046C1DDc5755810718b65C44/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCA1aCAB14e85F30996aC83c64fF93Ded7586977C/info.json b/blockchains/smartchain/assets/0xCA1aCAB14e85F30996aC83c64fF93Ded7586977C/info.json deleted file mode 100644 index 3a36249f40c44..0000000000000 --- a/blockchains/smartchain/assets/0xCA1aCAB14e85F30996aC83c64fF93Ded7586977C/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Antex", - "website": "https://antex.org", - "description": "AntEx provides an ever-growing suite of decentralized services. The objective is to bring value to the DeFi space as a whole by delivering disruptive, flexible and audited technology. Strengthen your project and reward your communities using our services.", - "explorer": "https://bscscan.com/token/0xca1acab14e85f30996ac83c64ff93ded7586977c", - "type": "BEP20", - "symbol": "ANTEX", - "decimals": 8, - "status": "active", - "id": "0xCA1aCAB14e85F30996aC83c64fF93Ded7586977C", - "tags": [ - "defi" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/AntExChat" - }, - { - "name": "twitter", - "url": "https://twitter.com/Antex_Official" - }, - { - "name": "facebook", - "url": "https://facebook.com/antexannoucement" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/antexofficial" - }, - { - "name": "discord", - "url": "https://discord.com/invite/nC7eRbtfrM" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCA1aCAB14e85F30996aC83c64fF93Ded7586977C/logo.png b/blockchains/smartchain/assets/0xCA1aCAB14e85F30996aC83c64fF93Ded7586977C/logo.png deleted file mode 100644 index a8a3e920e61de..0000000000000 Binary files a/blockchains/smartchain/assets/0xCA1aCAB14e85F30996aC83c64fF93Ded7586977C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCA3c1dC12b0dD0D65964abaA533106CF4F372C78/info.json b/blockchains/smartchain/assets/0xCA3c1dC12b0dD0D65964abaA533106CF4F372C78/info.json deleted file mode 100644 index 03d5bf4f2085d..0000000000000 --- a/blockchains/smartchain/assets/0xCA3c1dC12b0dD0D65964abaA533106CF4F372C78/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ChubbyAkita", - "type": "BEP20", - "symbol": "CAKITA", - "decimals": 9, - "website": "https://www.chubbyakita.com", - "description": "Chubby Akita $CAKITA is a fair deflationary decentralized community experiment. With a built in burn and redistribution function, anyone willing to hold $CAKITA may potentially be rewarded with chubby gains.", - "explorer": "https://bscscan.com/token/0xCA3c1dC12b0dD0D65964abaA533106CF4F372C78", - "status": "active", - "id": "0xCA3c1dC12b0dD0D65964abaA533106CF4F372C78" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCA3c1dC12b0dD0D65964abaA533106CF4F372C78/logo.png b/blockchains/smartchain/assets/0xCA3c1dC12b0dD0D65964abaA533106CF4F372C78/logo.png deleted file mode 100644 index 26523455b03a4..0000000000000 Binary files a/blockchains/smartchain/assets/0xCA3c1dC12b0dD0D65964abaA533106CF4F372C78/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCA69C118Fa550387794d48900a866891217E5C9F/info.json b/blockchains/smartchain/assets/0xCA69C118Fa550387794d48900a866891217E5C9F/info.json deleted file mode 100644 index 2957833cb69c1..0000000000000 --- a/blockchains/smartchain/assets/0xCA69C118Fa550387794d48900a866891217E5C9F/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Mocktail", - "type": "BEP20", - "symbol": "MOK", - "decimals": 18, - "website": "https://docs.mocktailswap.finance/", - "description": "MOCKTAIL is the world's first ERC 1155 standard Semi-Fungible Token (SFT) on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xCA69C118Fa550387794d48900a866891217E5C9F", - "status": "active", - "id": "0xCA69C118Fa550387794d48900a866891217E5C9F" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCA69C118Fa550387794d48900a866891217E5C9F/logo.png b/blockchains/smartchain/assets/0xCA69C118Fa550387794d48900a866891217E5C9F/logo.png deleted file mode 100644 index 728c53550f9b7..0000000000000 Binary files a/blockchains/smartchain/assets/0xCA69C118Fa550387794d48900a866891217E5C9F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCA7661Ba64A7667E3006c421C181502d545D1911/info.json b/blockchains/smartchain/assets/0xCA7661Ba64A7667E3006c421C181502d545D1911/info.json deleted file mode 100644 index b711193259879..0000000000000 --- a/blockchains/smartchain/assets/0xCA7661Ba64A7667E3006c421C181502d545D1911/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "ARAW", - "symbol": "ARAW", - "type": "BEP20", - "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://bscscan.com/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/smartchain/assets/0xCA7661Ba64A7667E3006c421C181502d545D1911/logo.png b/blockchains/smartchain/assets/0xCA7661Ba64A7667E3006c421C181502d545D1911/logo.png deleted file mode 100644 index 7c76f51d11485..0000000000000 Binary files a/blockchains/smartchain/assets/0xCA7661Ba64A7667E3006c421C181502d545D1911/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCB0B74476d72BBBC77f14724a859b2e960Ca1803/info.json b/blockchains/smartchain/assets/0xCB0B74476d72BBBC77f14724a859b2e960Ca1803/info.json deleted file mode 100644 index 8fedf929b3da0..0000000000000 --- a/blockchains/smartchain/assets/0xCB0B74476d72BBBC77f14724a859b2e960Ca1803/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Mind Music", - "type": "BEP20", - "symbol": "MND", - "decimals": 9, - "website": "https://mindmusic.finance", - "description": "Mind Music is the world’s first record label to be powered by crypto. 20% of all the profits made from the record label are used to buy & burn the token and increase its value for the holders.", - "explorer": "https://bscscan.com/token/0xCB0B74476d72BBBC77f14724a859b2e960Ca1803", - "status": "active", - "id": "0xCB0B74476d72BBBC77f14724a859b2e960Ca1803", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/mindmusic_bsc" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mind-music/" - }, - { - "name": "telegram", - "url": "https://t.me/mindmusicbsc" - }, - { - "name": "facebook", - "url": "https://facebook.com/mindmusicbsc" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCB0B74476d72BBBC77f14724a859b2e960Ca1803/logo.png b/blockchains/smartchain/assets/0xCB0B74476d72BBBC77f14724a859b2e960Ca1803/logo.png deleted file mode 100644 index 1c88ef40919b7..0000000000000 Binary files a/blockchains/smartchain/assets/0xCB0B74476d72BBBC77f14724a859b2e960Ca1803/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCB35e52bEbFE06909C216bE822fa982EfDD60F95/info.json b/blockchains/smartchain/assets/0xCB35e52bEbFE06909C216bE822fa982EfDD60F95/info.json deleted file mode 100644 index d0f7c7920e269..0000000000000 --- a/blockchains/smartchain/assets/0xCB35e52bEbFE06909C216bE822fa982EfDD60F95/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BabyApe", - "website": "https://babyape.org/", - "description": "Ride the baby wave. You’ve seen baby doge, baby sanshu, and baby kishu, but not baby ape! This is a coin made by apes for apes, and we have big plans in store.", - "explorer": "https://bscscan.com/token/0xCB35e52bEbFE06909C216bE822fa982EfDD60F95", - "type": "BEP20", - "symbol": "BAPE", - "decimals": 9, - "status": "active", - "id": "0xCB35e52bEbFE06909C216bE822fa982EfDD60F95" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCB35e52bEbFE06909C216bE822fa982EfDD60F95/logo.png b/blockchains/smartchain/assets/0xCB35e52bEbFE06909C216bE822fa982EfDD60F95/logo.png deleted file mode 100644 index 8c5abd6d84355..0000000000000 Binary files a/blockchains/smartchain/assets/0xCB35e52bEbFE06909C216bE822fa982EfDD60F95/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCB6b5d0562bB2ACBd930c3112857E5121A02B522/info.json b/blockchains/smartchain/assets/0xCB6b5d0562bB2ACBd930c3112857E5121A02B522/info.json deleted file mode 100644 index 46a65426128eb..0000000000000 --- a/blockchains/smartchain/assets/0xCB6b5d0562bB2ACBd930c3112857E5121A02B522/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Paynshop", - "type": "BEP20", - "symbol": "PAYNS", - "decimals": 3, - "website": "https://paynshop.store/", - "description": "PaynShop is a ecommerce built on blockchain technology that will offer fantastic value for shoppers and casual purchasers.", - "explorer": "https://bscscan.com/token/0xCB6b5d0562bB2ACBd930c3112857E5121A02B522", - "status": "active", - "id": "0xCB6b5d0562bB2ACBd930c3112857E5121A02B522" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCB6b5d0562bB2ACBd930c3112857E5121A02B522/logo.png b/blockchains/smartchain/assets/0xCB6b5d0562bB2ACBd930c3112857E5121A02B522/logo.png deleted file mode 100644 index 78ae2508834cf..0000000000000 Binary files a/blockchains/smartchain/assets/0xCB6b5d0562bB2ACBd930c3112857E5121A02B522/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCB7A1Dc3a40FB64eA57D297Cef439A103fc11E66/info.json b/blockchains/smartchain/assets/0xCB7A1Dc3a40FB64eA57D297Cef439A103fc11E66/info.json deleted file mode 100644 index ea9d4637e3db1..0000000000000 --- a/blockchains/smartchain/assets/0xCB7A1Dc3a40FB64eA57D297Cef439A103fc11E66/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MILF", - "website": "https://milf.finance", - "description": "MILF (Mothers I'd Like to Fund) is a decentralized community coin aimed at funding mothers. Visit our community at https://t.me/milffinance_official", - "explorer": "https://bscscan.com/token/0xCB7A1Dc3a40FB64eA57D297Cef439A103fc11E66", - "type": "BEP20", - "symbol": "MILF", - "decimals": 9, - "status": "active", - "id": "0xCB7A1Dc3a40FB64eA57D297Cef439A103fc11E66" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCB7A1Dc3a40FB64eA57D297Cef439A103fc11E66/logo.png b/blockchains/smartchain/assets/0xCB7A1Dc3a40FB64eA57D297Cef439A103fc11E66/logo.png deleted file mode 100644 index 496c54942e3ad..0000000000000 Binary files a/blockchains/smartchain/assets/0xCB7A1Dc3a40FB64eA57D297Cef439A103fc11E66/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCBE5BcA571628894A38836b0baE833ff012f71D8/info.json b/blockchains/smartchain/assets/0xCBE5BcA571628894A38836b0baE833ff012f71D8/info.json deleted file mode 100644 index 8576ee37af947..0000000000000 --- a/blockchains/smartchain/assets/0xCBE5BcA571628894A38836b0baE833ff012f71D8/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Infinity Rocket Token", - "type": "BEP20", - "symbol": "IRT", - "decimals": 18, - "website": "https://irocket.pro/", - "description": "Infinity Rocket is a multi-purpose platform that allows you to simplify the launch and promotion of any projects on the blockchain.", - "explorer": "https://bscscan.com/token/0xCBE5BcA571628894A38836b0baE833ff012f71D8", - "status": "active", - "id": "0xCBE5BcA571628894A38836b0baE833ff012f71D8", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/iRocketToken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/infinity-rocket-token/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/infinity-rocket-token" - }, - { - "name": "telegram", - "url": "https://t.me/irocketeng" - }, - { - "name": "whitepaper", - "url": "https://irocket.pro/docs/IRT-WhitePaper-v1.0.0.pdf" - }, - { - "name": "github", - "url": "https://github.com/InfinityRocket" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCBE5BcA571628894A38836b0baE833ff012f71D8/logo.png b/blockchains/smartchain/assets/0xCBE5BcA571628894A38836b0baE833ff012f71D8/logo.png deleted file mode 100644 index 1927207a27673..0000000000000 Binary files a/blockchains/smartchain/assets/0xCBE5BcA571628894A38836b0baE833ff012f71D8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCC0d50F79E18AF6D89f36692dB59Aef77E45aFEd/info.json b/blockchains/smartchain/assets/0xCC0d50F79E18AF6D89f36692dB59Aef77E45aFEd/info.json deleted file mode 100644 index ec1c2d0e29ef2..0000000000000 --- a/blockchains/smartchain/assets/0xCC0d50F79E18AF6D89f36692dB59Aef77E45aFEd/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "PEACOCKCOIN 2.0", - "type": "BEP20", - "symbol": "PEKC", - "decimals": 9, - "website": "https://www.peacockcoin.finance/", - "description": "Peacockcoin is a deflationary yield token on Binance Smart Chain and ETHEREUM Network, with multi-dimensional NFTs.", - "explorer": "https://bscscan.com/token/0xCC0d50F79E18AF6D89f36692dB59Aef77E45aFEd", - "status": "active", - "id": "0xCC0d50F79E18AF6D89f36692dB59Aef77E45aFEd", - "tags": [ - "deflationary" - ], - "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/0xCC0d50F79E18AF6D89f36692dB59Aef77E45aFEd/logo.png b/blockchains/smartchain/assets/0xCC0d50F79E18AF6D89f36692dB59Aef77E45aFEd/logo.png deleted file mode 100644 index d2665bf4d93db..0000000000000 Binary files a/blockchains/smartchain/assets/0xCC0d50F79E18AF6D89f36692dB59Aef77E45aFEd/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCC42724C6683B7E57334c4E856f4c9965ED682bD/info.json b/blockchains/smartchain/assets/0xCC42724C6683B7E57334c4E856f4c9965ED682bD/info.json deleted file mode 100644 index beabfc7cc4246..0000000000000 --- a/blockchains/smartchain/assets/0xCC42724C6683B7E57334c4E856f4c9965ED682bD/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Matic Token", - "symbol": "MATIC", - "type": "BEP20", - "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://matic.network/", - "explorer": "https://bscscan.com/token/0xcc42724c6683b7e57334c4e856f4c9965ed682bd", - "status": "active", - "id": "0xCC42724C6683B7E57334c4E856f4c9965ED682bD" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCC42724C6683B7E57334c4E856f4c9965ED682bD/logo.png b/blockchains/smartchain/assets/0xCC42724C6683B7E57334c4E856f4c9965ED682bD/logo.png deleted file mode 100644 index 6814146133a95..0000000000000 Binary files a/blockchains/smartchain/assets/0xCC42724C6683B7E57334c4E856f4c9965ED682bD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCC5667333F5e997aC9F0C26d41b7ddA65b2b675a/info.json b/blockchains/smartchain/assets/0xCC5667333F5e997aC9F0C26d41b7ddA65b2b675a/info.json deleted file mode 100644 index fcaa09c2bd5ee..0000000000000 --- a/blockchains/smartchain/assets/0xCC5667333F5e997aC9F0C26d41b7ddA65b2b675a/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "GloryDoge", - "website": "https://glorydogecoin.com", - "description": "Building a secure DeFi ecosystem to help bring creative ideas to life and protect early investors' funds.", - "explorer": "https://bscscan.com/token/0xCC5667333F5e997aC9F0C26d41b7ddA65b2b675a", - "type": "BEP20", - "symbol": "GLORYD", - "decimals": 18, - "status": "active", - "id": "0xCC5667333F5e997aC9F0C26d41b7ddA65b2b675a", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/GloryDogeCoin" - }, - { - "name": "telegram", - "url": "https://t.me/GloryDogeCoin" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/glorydoge" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/glorydoge" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCC5667333F5e997aC9F0C26d41b7ddA65b2b675a/logo.png b/blockchains/smartchain/assets/0xCC5667333F5e997aC9F0C26d41b7ddA65b2b675a/logo.png deleted file mode 100644 index 7b106817c1f74..0000000000000 Binary files a/blockchains/smartchain/assets/0xCC5667333F5e997aC9F0C26d41b7ddA65b2b675a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCD40F2670CF58720b694968698A5514e924F742d/info.json b/blockchains/smartchain/assets/0xCD40F2670CF58720b694968698A5514e924F742d/info.json deleted file mode 100644 index 6a963a82a375c..0000000000000 --- a/blockchains/smartchain/assets/0xCD40F2670CF58720b694968698A5514e924F742d/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "OddzToken", - "website": "https://oddz.fi/", - "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.", - "explorer": "https://bscscan.com/token/0xCD40F2670CF58720b694968698A5514e924F742d", - "type": "BEP20", - "symbol": "ODDZ", - "decimals": 18, - "status": "active", - "id": "0xCD40F2670CF58720b694968698A5514e924F742d", - "tags": [ - "defi" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/oddz-finance" - }, - { - "name": "twitter", - "url": "https://twitter.com/oddz_finance" - }, - { - "name": "telegram", - "url": "https://t.me/oddz_finance" - }, - { - "name": "medium", - "url": "https://medium.com/oddz-finance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCD40F2670CF58720b694968698A5514e924F742d/logo.png b/blockchains/smartchain/assets/0xCD40F2670CF58720b694968698A5514e924F742d/logo.png deleted file mode 100644 index e80daa2ea2877..0000000000000 Binary files a/blockchains/smartchain/assets/0xCD40F2670CF58720b694968698A5514e924F742d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCD89B587A38FCCE8877E558133ef6bf8e0727b91/info.json b/blockchains/smartchain/assets/0xCD89B587A38FCCE8877E558133ef6bf8e0727b91/info.json deleted file mode 100644 index e26db3b94baf7..0000000000000 --- a/blockchains/smartchain/assets/0xCD89B587A38FCCE8877E558133ef6bf8e0727b91/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HighTechAIBot Token", - "website": "https://htaibot.finance/", - "description": "Htaibot is a community limited, driven, fair launched DeFi Token. Half of supply set for airdrop to holders", - "explorer": "https://bscscan.com/token/0xCD89B587A38FCCE8877E558133ef6bf8e0727b91", - "type": "BEP20", - "symbol": "AIBOT", - "decimals": 18, - "status": "active", - "id": "0xCD89B587A38FCCE8877E558133ef6bf8e0727b91" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCD89B587A38FCCE8877E558133ef6bf8e0727b91/logo.png b/blockchains/smartchain/assets/0xCD89B587A38FCCE8877E558133ef6bf8e0727b91/logo.png deleted file mode 100644 index 57365be06428c..0000000000000 Binary files a/blockchains/smartchain/assets/0xCD89B587A38FCCE8877E558133ef6bf8e0727b91/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCD95B05Ebe61244de4dF9c2C4123920F016a06DF/info.json b/blockchains/smartchain/assets/0xCD95B05Ebe61244de4dF9c2C4123920F016a06DF/info.json deleted file mode 100644 index 91603ff1b8e69..0000000000000 --- a/blockchains/smartchain/assets/0xCD95B05Ebe61244de4dF9c2C4123920F016a06DF/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Rose Finance", - "type": "BEP20", - "symbol": "ROF", - "decimals": 10, - "website": "https://www.roseflower.finance/", - "description": "Rose Finance is a payment protocol for social network designed to be accessible and lightweight, with a focus on reducing transaction fees based on Binance Smart Chain", - "explorer": "https://bscscan.com/token/0xCD95B05Ebe61244de4dF9c2C4123920F016a06DF", - "status": "active", - "id": "0xCD95B05Ebe61244de4dF9c2C4123920F016a06DF" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCD95B05Ebe61244de4dF9c2C4123920F016a06DF/logo.png b/blockchains/smartchain/assets/0xCD95B05Ebe61244de4dF9c2C4123920F016a06DF/logo.png deleted file mode 100644 index f7cad4709f58a..0000000000000 Binary files a/blockchains/smartchain/assets/0xCD95B05Ebe61244de4dF9c2C4123920F016a06DF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCD9b26795d834d75867d950898695a30b1Eb17E1/info.json b/blockchains/smartchain/assets/0xCD9b26795d834d75867d950898695a30b1Eb17E1/info.json deleted file mode 100644 index 179d5505a319e..0000000000000 --- a/blockchains/smartchain/assets/0xCD9b26795d834d75867d950898695a30b1Eb17E1/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "VIDTC NFT Claim", - "type": "BEP20", - "symbol": "VIDTC", - "decimals": 0, - "website": "https://vidt-datalink.com", - "description": "NFTs for anything digital, verified by VIDT Datalink", - "explorer": "https://bscscan.com/token/0xCD9b26795d834d75867d950898695a30b1Eb17E1", - "status": "active", - "id": "0xCD9b26795d834d75867d950898695a30b1Eb17E1" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCD9b26795d834d75867d950898695a30b1Eb17E1/logo.png b/blockchains/smartchain/assets/0xCD9b26795d834d75867d950898695a30b1Eb17E1/logo.png deleted file mode 100644 index 093a9b106317e..0000000000000 Binary files a/blockchains/smartchain/assets/0xCD9b26795d834d75867d950898695a30b1Eb17E1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCDB943908DE5Ee37998a53f23467017d1A307E60/info.json b/blockchains/smartchain/assets/0xCDB943908DE5Ee37998a53f23467017d1A307E60/info.json deleted file mode 100644 index 2716b64e17a15..0000000000000 --- a/blockchains/smartchain/assets/0xCDB943908DE5Ee37998a53f23467017d1A307E60/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Son of Doge V2", - "website": "https://www.sonofdogev2.com/", - "description": "SON aims to build a sustainable, long term token that will drive an NFT market place.", - "explorer": "https://bscscan.com/token/0xCDB943908DE5Ee37998a53f23467017d1A307E60", - "type": "BEP20", - "symbol": "SODV2", - "decimals": 9, - "status": "active", - "id": "0xCDB943908DE5Ee37998a53f23467017d1A307E60", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SonOfDogev2" - }, - { - "name": "telegram", - "url": "https://t.me/SonOfDogeV2" - }, - { - "name": "facebook", - "url": "https://facebook.com/SonOfDoge" - } - ] -} diff --git a/blockchains/smartchain/assets/0xCDB943908DE5Ee37998a53f23467017d1A307E60/logo.png b/blockchains/smartchain/assets/0xCDB943908DE5Ee37998a53f23467017d1A307E60/logo.png deleted file mode 100644 index a89b308d81dff..0000000000000 Binary files a/blockchains/smartchain/assets/0xCDB943908DE5Ee37998a53f23467017d1A307E60/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCE195c777e1ce96C30ebeC54C91d20417a068706/info.json b/blockchains/smartchain/assets/0xCE195c777e1ce96C30ebeC54C91d20417a068706/info.json deleted file mode 100644 index 354a1c966bd5c..0000000000000 --- a/blockchains/smartchain/assets/0xCE195c777e1ce96C30ebeC54C91d20417a068706/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Hugo Finance", - "website": "https://www.hugo.finance/", - "description": "Hugo is a DeFi Token on the Binance Smart Chain which will be used on a Decentralized Platform where holders votes matter to shape the future of the platform.", - "explorer": "https://bscscan.com/token/0xce195c777e1ce96c30ebec54c91d20417a068706", - "type": "BEP20", - "symbol": "HUGO", - "decimals": 9, - "status": "active", - "id": "0xCE195c777e1ce96C30ebeC54C91d20417a068706" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCE195c777e1ce96C30ebeC54C91d20417a068706/logo.png b/blockchains/smartchain/assets/0xCE195c777e1ce96C30ebeC54C91d20417a068706/logo.png deleted file mode 100644 index b13fbde5e2cb4..0000000000000 Binary files a/blockchains/smartchain/assets/0xCE195c777e1ce96C30ebeC54C91d20417a068706/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCE1b3e5087e8215876aF976032382dd338cF8401/info.json b/blockchains/smartchain/assets/0xCE1b3e5087e8215876aF976032382dd338cF8401/info.json deleted file mode 100644 index 39d05ec6b503c..0000000000000 --- a/blockchains/smartchain/assets/0xCE1b3e5087e8215876aF976032382dd338cF8401/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Thoreum V4 (Thoreum.AI)", - "website": "https://thoreum.capital/", - "description": "THOREUM v4 is upgraded from Thoreum V3 with even more deflationary and value building features: AI Powered Collective Burning, Deepening liquidity and Liquidity Arbitrage Mechanism", - "explorer": "https://bscscan.com/token/0xCE1b3e5087e8215876aF976032382dd338cF8401", - "type": "BEP20", - "symbol": "THOREUMv4", - "decimals": 18, - "status": "active", - "id": "0xCE1b3e5087e8215876aF976032382dd338cF8401", - "tags": [ - "defi" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ThoreumFinance" - }, - { - "name": "telegram", - "url": "https://t.me/Thoreum" - }, - { - "name": "docs", - "url": "https://docs.thoreum.capital/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Thoreum_official/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UChv01NIAIwQm4gmJuSGd49Q" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/thoreum-v2/" - }, - { - "name": "github", - "url": "https://github.com/ThoreumFinance/ThoreumCapital" - } - ] -} diff --git a/blockchains/smartchain/assets/0xCE1b3e5087e8215876aF976032382dd338cF8401/logo.png b/blockchains/smartchain/assets/0xCE1b3e5087e8215876aF976032382dd338cF8401/logo.png deleted file mode 100644 index 262a5caf9e957..0000000000000 Binary files a/blockchains/smartchain/assets/0xCE1b3e5087e8215876aF976032382dd338cF8401/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCE262761DF57c72999146b7A6a752da03835db4a/info.json b/blockchains/smartchain/assets/0xCE262761DF57c72999146b7A6a752da03835db4a/info.json deleted file mode 100644 index 06eb029dcc0ea..0000000000000 --- a/blockchains/smartchain/assets/0xCE262761DF57c72999146b7A6a752da03835db4a/info.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "Mu Continent", - "website": "https://www.mucoin.us", - "description": "A sustainable economic model with Vaults, Hold and Earn, and Black Hole design.", - "explorer": "https://bscscan.com/token/0xce262761df57c72999146b7a6a752da03835db4a", - "type": "BEP20", - "symbol": "MU", - "decimals": 9, - "status": "active", - "id": "0xCE262761DF57c72999146b7A6a752da03835db4a", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MUConFinTech" - }, - { - "name": "github", - "url": "https://github.com/MuConFinTech" - }, - { - "name": "telegram", - "url": "https://t.me/mucontinent" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCbXy0g1sIMP2ZEvfeloF1dw" - }, - { - "name": "medium", - "url": "https://mucommunity.medium.com" - }, - { - "name": "telegram_news", - "url": "https://t.me/MuContinentANN" - }, - { - "name": "whitepaper", - "url": "https://mucoin.us/whitepaper/" - }, - { - "name": "source_code", - "url": "https://github.com/MuConFinTech/Mu/blob/main/MuSmartContract.sol" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/mu-continent" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mu-continent" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCE262761DF57c72999146b7A6a752da03835db4a/logo.png b/blockchains/smartchain/assets/0xCE262761DF57c72999146b7A6a752da03835db4a/logo.png deleted file mode 100644 index f56d13c6c54dc..0000000000000 Binary files a/blockchains/smartchain/assets/0xCE262761DF57c72999146b7A6a752da03835db4a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCE393C06594A5D91210Fd4f157Cd8F6D86006D57/info.json b/blockchains/smartchain/assets/0xCE393C06594A5D91210Fd4f157Cd8F6D86006D57/info.json deleted file mode 100644 index 2bfc5d7f0a5f8..0000000000000 --- a/blockchains/smartchain/assets/0xCE393C06594A5D91210Fd4f157Cd8F6D86006D57/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Aqua Pig", - "type": "BEP20", - "symbol": "AquaPig", - "decimals": 9, - "website": "https://www.aquapig.space/", - "description": "AQUAPIG is all of us! This project was born out of a spirit of community and coming together, to help each other navigate the murky waters of the crypto world, and have fun at the same time! A true community led project is transparent, open to suggestion, considerate of criticism, and ready to meet the needs and exceed the expectations of those it serves. We hope that after looking at our road map and engaging with our community that you will join us on this journey.", - "explorer": "https://bscscan.com/token/0xCE393C06594A5D91210Fd4f157Cd8F6D86006D57", - "status": "active", - "id": "0xCE393C06594A5D91210Fd4f157Cd8F6D86006D57" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCE393C06594A5D91210Fd4f157Cd8F6D86006D57/logo.png b/blockchains/smartchain/assets/0xCE393C06594A5D91210Fd4f157Cd8F6D86006D57/logo.png deleted file mode 100644 index 102e499a5cfa4..0000000000000 Binary files a/blockchains/smartchain/assets/0xCE393C06594A5D91210Fd4f157Cd8F6D86006D57/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCE6bD1833BD077f62B2c1F9a777bB829801d6811/info.json b/blockchains/smartchain/assets/0xCE6bD1833BD077f62B2c1F9a777bB829801d6811/info.json deleted file mode 100644 index 31c71c20f699d..0000000000000 --- a/blockchains/smartchain/assets/0xCE6bD1833BD077f62B2c1F9a777bB829801d6811/info.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "Bobcoin", - "type": "BEP20", - "symbol": "BOBC", - "decimals": 16, - "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://bscscan.com/token/0xCE6bD1833BD077f62B2c1F9a777bB829801d6811", - "status": "active", - "id": "0xCE6bD1833BD077f62B2c1F9a777bB829801d6811", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/" - }, - { - "name": "telegram", - "url": "https://t.me/bobEco" - }, - { - "name": "blog", - "url": "https://bob.eco/news" - }, - { - "name": "medium", - "url": "https://medium.com/@BobEco" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/bobcoin" - }, - { - "name": "source_code", - "url": "https://github.com/CryptoMechanics/bobc-token" - }, - { - "name": "facebook", - "url": "https://facebook.com/Bobecoltd" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/bobcoin/" - }, - { - "name": "whitepaper", - "url": "https://bob.eco/Bob_eco_Whitepaper.pdf" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0xCE6bD1833BD077f62B2c1F9a777bB829801d6811/logo.png b/blockchains/smartchain/assets/0xCE6bD1833BD077f62B2c1F9a777bB829801d6811/logo.png deleted file mode 100644 index 991a74355e573..0000000000000 Binary files a/blockchains/smartchain/assets/0xCE6bD1833BD077f62B2c1F9a777bB829801d6811/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3/info.json b/blockchains/smartchain/assets/0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3/info.json deleted file mode 100644 index a86718ff5333a..0000000000000 --- a/blockchains/smartchain/assets/0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "TRON", - "type": "BEP20", - "symbol": "TRX", - "decimals": 18, - "website": "https://tron.network/", - "description": "TRON is a dedicated to build the infrastructure for a truly decentralized Internet.", - "explorer": "https://bscscan.com/token/0xce7de646e7208a4ef112cb6ed5038fa6cc6b12e3", - "status": "active", - "id": "0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Tronfoundation" - }, - { - "name": "telegram", - "url": "https://t.me/tronnetworkEN" - }, - { - "name": "whitepaper", - "url": "https://tron.network/static/doc/white_paper_v_2_0.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/tron/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/tron/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3/logo.png b/blockchains/smartchain/assets/0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3/logo.png deleted file mode 100644 index 74ec9785f66d5..0000000000000 Binary files a/blockchains/smartchain/assets/0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCF9f991b14620f5ad144Eec11f9bc7Bf08987622/info.json b/blockchains/smartchain/assets/0xCF9f991b14620f5ad144Eec11f9bc7Bf08987622/info.json deleted file mode 100644 index 5532e86e93b13..0000000000000 --- a/blockchains/smartchain/assets/0xCF9f991b14620f5ad144Eec11f9bc7Bf08987622/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PORNROCKET", - "website": "https://pornrocket.co/", - "description": "$PORNROCKET is revolutionizing the way adult entertainers share their saucy content with their fans and monetize their influence through a subscription based offering.", - "explorer": "https://bscscan.com/token/0xcf9f991b14620f5ad144eec11f9bc7bf08987622", - "type": "BEP20", - "symbol": "PORNROCKET", - "decimals": 9, - "status": "active", - "id": "0xCF9f991b14620f5ad144Eec11f9bc7Bf08987622" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCF9f991b14620f5ad144Eec11f9bc7Bf08987622/logo.png b/blockchains/smartchain/assets/0xCF9f991b14620f5ad144Eec11f9bc7Bf08987622/logo.png deleted file mode 100644 index 07fc4dd509cff..0000000000000 Binary files a/blockchains/smartchain/assets/0xCF9f991b14620f5ad144Eec11f9bc7Bf08987622/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCa3F508B8e4Dd382eE878A314789373D80A5190A/info.json b/blockchains/smartchain/assets/0xCa3F508B8e4Dd382eE878A314789373D80A5190A/info.json deleted file mode 100644 index 80f8ea84f91a6..0000000000000 --- a/blockchains/smartchain/assets/0xCa3F508B8e4Dd382eE878A314789373D80A5190A/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "beefy.finance", - "website": "https://beefy.finance/", - "description": "The Multichain Yield Optimizer", - "explorer": "https://bscscan.com/token/0xCa3F508B8e4Dd382eE878A314789373D80A5190A", - "type": "BEP20", - "symbol": "BIFI", - "decimals": 18, - "status": "active", - "id": "0xCa3F508B8e4Dd382eE878A314789373D80A5190A", - "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/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCa3F508B8e4Dd382eE878A314789373D80A5190A/logo.png b/blockchains/smartchain/assets/0xCa3F508B8e4Dd382eE878A314789373D80A5190A/logo.png deleted file mode 100644 index 6ad4e4b13fc82..0000000000000 Binary files a/blockchains/smartchain/assets/0xCa3F508B8e4Dd382eE878A314789373D80A5190A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCa578afEe65FD2268D383f8Fc4a9fc6Ae1d2Def0/info.json b/blockchains/smartchain/assets/0xCa578afEe65FD2268D383f8Fc4a9fc6Ae1d2Def0/info.json deleted file mode 100644 index 19c5d0075bf30..0000000000000 --- a/blockchains/smartchain/assets/0xCa578afEe65FD2268D383f8Fc4a9fc6Ae1d2Def0/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Fairmoon", - "type": "BEP20", - "symbol": "FAIR", - "decimals": 9, - "website": "https://fairmoon.community/", - "description": "Fairmoon’s native BEP-20 token $FAIR is a hybrid utility token. It is both a community-owned deflationary frictionless yield token and a launchpad platform token for participating in IDO launch tiers. Passive income and liquidity generation are built into the smart contract to allow token holders to effortlessly gain more tokens automatically.", - "explorer": "https://bscscan.com/token/0xCa578afEe65FD2268D383f8Fc4a9fc6Ae1d2Def0", - "status": "active", - "id": "0xCa578afEe65FD2268D383f8Fc4a9fc6Ae1d2Def0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/fairmooncoin" - }, - { - "name": "telegram", - "url": "https://t.me/fairmooncoin" - }, - { - "name": "discord", - "url": "https://discord.com/invite/RhCfUMsYVa" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/fairmoon" - }, - { - "name": "medium", - "url": "https://fairmoon.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCa578afEe65FD2268D383f8Fc4a9fc6Ae1d2Def0/logo.png b/blockchains/smartchain/assets/0xCa578afEe65FD2268D383f8Fc4a9fc6Ae1d2Def0/logo.png deleted file mode 100644 index b76f72728f94d..0000000000000 Binary files a/blockchains/smartchain/assets/0xCa578afEe65FD2268D383f8Fc4a9fc6Ae1d2Def0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCaC9881a8EeCc6e98Ff3E681Ab497F263Fa88437/info.json b/blockchains/smartchain/assets/0xCaC9881a8EeCc6e98Ff3E681Ab497F263Fa88437/info.json deleted file mode 100644 index ace9e4e9f48fe..0000000000000 --- a/blockchains/smartchain/assets/0xCaC9881a8EeCc6e98Ff3E681Ab497F263Fa88437/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BitcoinX Token", - "type": "BEP20", - "symbol": "BTCX", - "decimals": 9, - "website": "https://bitcoinx.today/", - "description": "BitcoinX is the new version of Bitcoin. BitcoinX is completely decentralized, and it's thriving community owns it. Bitcoin tax is 6% - 3% sent to all holders and 3% added to the liquidity. Liquidity is locked for 25years", - "explorer": "https://bscscan.com/token/0xCaC9881a8EeCc6e98Ff3E681Ab497F263Fa88437", - "status": "active", - "id": "0xCaC9881a8EeCc6e98Ff3E681Ab497F263Fa88437" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCaC9881a8EeCc6e98Ff3E681Ab497F263Fa88437/logo.png b/blockchains/smartchain/assets/0xCaC9881a8EeCc6e98Ff3E681Ab497F263Fa88437/logo.png deleted file mode 100644 index 0e6e5820ca5f8..0000000000000 Binary files a/blockchains/smartchain/assets/0xCaC9881a8EeCc6e98Ff3E681Ab497F263Fa88437/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCaE755389BEe1b066F4713f3909983B48161aE2E/info.json b/blockchains/smartchain/assets/0xCaE755389BEe1b066F4713f3909983B48161aE2E/info.json deleted file mode 100644 index f0d804c7909fc..0000000000000 --- a/blockchains/smartchain/assets/0xCaE755389BEe1b066F4713f3909983B48161aE2E/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "NanoDOGEToken", - "website": "https://nanodoge.io", - "description": "NanoDOGE is a community based token with automatic buy-backs and reflections to all holders", - "explorer": "https://bscscan.com/token/0xCaE755389BEe1b066F4713f3909983B48161aE2E", - "type": "BEP20", - "symbol": "NanoDOGE", - "decimals": 9, - "status": "active", - "id": "0xCaE755389BEe1b066F4713f3909983B48161aE2E" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCaE755389BEe1b066F4713f3909983B48161aE2E/logo.png b/blockchains/smartchain/assets/0xCaE755389BEe1b066F4713f3909983B48161aE2E/logo.png deleted file mode 100644 index eef13b6f862fa..0000000000000 Binary files a/blockchains/smartchain/assets/0xCaE755389BEe1b066F4713f3909983B48161aE2E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCb1DDC8F705e2737685A9C1e6B84A63d04D200e5/info.json b/blockchains/smartchain/assets/0xCb1DDC8F705e2737685A9C1e6B84A63d04D200e5/info.json deleted file mode 100644 index 5669862507e2c..0000000000000 --- a/blockchains/smartchain/assets/0xCb1DDC8F705e2737685A9C1e6B84A63d04D200e5/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "DecentralizedUnited", - "type": "BEP20", - "symbol": "DCU", - "decimals": 9, - "website": "https://dcu.finance/", - "description": "Decentralized United aims to unite the Defi space with its unique utilities and games, which makes it a one stop shop with our Trade to Earn Smart Swap, Anon Bridge and Root Layer Yielding utilities.", - "explorer": "https://bscscan.com/token/0xCb1DDC8F705e2737685A9C1e6B84A63d04D200e5", - "status": "active", - "id": "0xCb1DDC8F705e2737685A9C1e6B84A63d04D200e5", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/DCUsmartswap" - }, - { - "name": "telegram", - "url": "https://t.me/DecentralizedUnited" - }, - { - "name": "discord", - "url": "https://discord.com/X4Q83ppwkZ" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/decentralizedunited/" - }, - { - "name": "facebook", - "url": "https://facebook.com/groups/391197236447689" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCb1DDC8F705e2737685A9C1e6B84A63d04D200e5/logo.png b/blockchains/smartchain/assets/0xCb1DDC8F705e2737685A9C1e6B84A63d04D200e5/logo.png deleted file mode 100644 index 12fcb92aa0387..0000000000000 Binary files a/blockchains/smartchain/assets/0xCb1DDC8F705e2737685A9C1e6B84A63d04D200e5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCb87Cee8c77CdFD310fb3C58ff72e688d46f90b1/info.json b/blockchains/smartchain/assets/0xCb87Cee8c77CdFD310fb3C58ff72e688d46f90b1/info.json deleted file mode 100644 index 6741097ee1764..0000000000000 --- a/blockchains/smartchain/assets/0xCb87Cee8c77CdFD310fb3C58ff72e688d46f90b1/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream Bitcoin Cash Token", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0xCb87Cee8c77CdFD310fb3C58ff72e688d46f90b1", - "type": "BEP20", - "symbol": "crBCH", - "decimals": 8, - "status": "active", - "id": "0xCb87Cee8c77CdFD310fb3C58ff72e688d46f90b1", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCb87Cee8c77CdFD310fb3C58ff72e688d46f90b1/logo.png b/blockchains/smartchain/assets/0xCb87Cee8c77CdFD310fb3C58ff72e688d46f90b1/logo.png deleted file mode 100644 index b5e7ed2447e3a..0000000000000 Binary files a/blockchains/smartchain/assets/0xCb87Cee8c77CdFD310fb3C58ff72e688d46f90b1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCd1fAFf6e578Fa5cAC469d2418C95671bA1a62Fe/info.json b/blockchains/smartchain/assets/0xCd1fAFf6e578Fa5cAC469d2418C95671bA1a62Fe/info.json deleted file mode 100644 index e93ffd61054b3..0000000000000 --- a/blockchains/smartchain/assets/0xCd1fAFf6e578Fa5cAC469d2418C95671bA1a62Fe/info.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Torum", - "type": "BEP20", - "symbol": "XTM", - "decimals": 18, - "website": "https://intro.torum.com", - "description": "Torum is a SocialFi ecosystem (Social + NFT + DeFi + Metaverse) that is specially designed to connect cryptocurrency users", - "explorer": "https://bscscan.com/token/0xCd1fAFf6e578Fa5cAC469d2418C95671bA1a62Fe", - "status": "active", - "id": "0xCd1fAFf6e578Fa5cAC469d2418C95671bA1a62Fe", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/torum_official/" - }, - { - "name": "telegram", - "url": "https://t.me/torum_official_group_en" - }, - { - "name": "telegram_news", - "url": "https://t.me/torum_official" - }, - { - "name": "discord", - "url": "https://discord.com/torum" - }, - { - "name": "reddit", - "url": "https://reddit.com/torumtech/" - }, - { - "name": "whitepaper", - "url": "https://whitepaper.s3.us-east-2.amazonaws.com/torum-whitepaper-V4.0-EN.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/torum-official" - }, - { - "name": "facebook", - "url": "https://facebook.com/torum.official/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/torum/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/torum" - } - ], - "tags": [ - "deflationary" - ] -} diff --git a/blockchains/smartchain/assets/0xCd1fAFf6e578Fa5cAC469d2418C95671bA1a62Fe/logo.png b/blockchains/smartchain/assets/0xCd1fAFf6e578Fa5cAC469d2418C95671bA1a62Fe/logo.png deleted file mode 100644 index 5ff013c27114b..0000000000000 Binary files a/blockchains/smartchain/assets/0xCd1fAFf6e578Fa5cAC469d2418C95671bA1a62Fe/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCd2eCd5e06b1a330789B30e8AdA3D11c51503a71/info.json b/blockchains/smartchain/assets/0xCd2eCd5e06b1a330789B30e8AdA3D11c51503a71/info.json deleted file mode 100644 index 1c748ec407716..0000000000000 --- a/blockchains/smartchain/assets/0xCd2eCd5e06b1a330789B30e8AdA3D11c51503a71/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Piggy Bank Token", - "type": "BEP20", - "symbol": "PIGGY", - "decimals": 9, - "website": "https://piggybanktoken.com/", - "description": "PiggyBankToken is a fair launched, hyper-deflationary DeFi token on the Binance Smart Chain Network.", - "explorer": "https://bscscan.com/token/0xcd2ecd5e06b1a330789b30e8ada3d11c51503a71", - "status": "active", - "id": "0xCd2eCd5e06b1a330789B30e8AdA3D11c51503a71" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCd2eCd5e06b1a330789B30e8AdA3D11c51503a71/logo.png b/blockchains/smartchain/assets/0xCd2eCd5e06b1a330789B30e8AdA3D11c51503a71/logo.png deleted file mode 100644 index 676eabd6f7a4d..0000000000000 Binary files a/blockchains/smartchain/assets/0xCd2eCd5e06b1a330789B30e8AdA3D11c51503a71/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCd77880edea8E7D1f2be011BE560B45B96Ba68Ad/info.json b/blockchains/smartchain/assets/0xCd77880edea8E7D1f2be011BE560B45B96Ba68Ad/info.json deleted file mode 100644 index 0d98a6c19bbf3..0000000000000 --- a/blockchains/smartchain/assets/0xCd77880edea8E7D1f2be011BE560B45B96Ba68Ad/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PAPP Mobile", - "type": "BEP20", - "symbol": "PAPP", - "decimals": 18, - "website": "https://pappmobile.com/", - "description": "PAPP Mobile ($PAPP) is a BEP20 token issued on the Binance Smart Chain with a fixed supply of 1 Trillion tokens in total. PAPP's bravest goal to offer an alternative payment tool to all mobile application developers and users of the world.", - "explorer": "https://bscscan.com/token/0xCd77880edea8E7D1f2be011BE560B45B96Ba68Ad", - "status": "active", - "id": "0xCd77880edea8E7D1f2be011BE560B45B96Ba68Ad" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCd77880edea8E7D1f2be011BE560B45B96Ba68Ad/logo.png b/blockchains/smartchain/assets/0xCd77880edea8E7D1f2be011BE560B45B96Ba68Ad/logo.png deleted file mode 100644 index cbb21c72b452f..0000000000000 Binary files a/blockchains/smartchain/assets/0xCd77880edea8E7D1f2be011BE560B45B96Ba68Ad/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCdcaef3cE3a138C47ddB0B04a9b04649c13D50Ed/info.json b/blockchains/smartchain/assets/0xCdcaef3cE3a138C47ddB0B04a9b04649c13D50Ed/info.json deleted file mode 100644 index 90c745135700c..0000000000000 --- a/blockchains/smartchain/assets/0xCdcaef3cE3a138C47ddB0B04a9b04649c13D50Ed/info.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "name": "Mystery", - "type": "BEP20", - "symbol": "MYST", - "decimals": 9, - "website": "https://mysterbox.io", - "description": "We are a strong mysterious community based project focused on having fun, giveaways, donations, and building strong utilities.", - "explorer": "https://bscscan.com/token/0xcdcaef3ce3a138c47ddb0b04a9b04649c13d50ed", - "status": "active", - "id": "0xCdcaef3cE3a138C47ddB0B04a9b04649c13D50Ed", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/mysterbox_io" - }, - { - "name": "github", - "url": "https://github.com/mysterboxio/Mystery" - }, - { - "name": "telegram", - "url": "https://t.me/mysterbox_io" - }, - { - "name": "telegram_news", - "url": "https://t.me/Mysterycryptoannouncements" - }, - { - "name": "discord", - "url": "https://discord.com/DjwzVkyG" - }, - { - "name": "whitepaper", - "url": "https://mysterbox.io/pdfviewer/whitepaper" - }, - { - "name": "medium", - "url": "https://medium.com/@MysterBox_io" - }, - { - "name": "reddit", - "url": "https://reddit.com/MysteryCrypto" - }, - { - "name": "facebook", - "url": "https://facebook.com/mysterboxio" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mystery" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/mystery" - }, - { - "name": "source_code", - "url": "https://github.com/mysterboxio/Mystery/blob/main/Mystery%20Source%20Code.sol" - } - ], - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCdcaef3cE3a138C47ddB0B04a9b04649c13D50Ed/logo.png b/blockchains/smartchain/assets/0xCdcaef3cE3a138C47ddB0B04a9b04649c13D50Ed/logo.png deleted file mode 100644 index 36f0ce5c88add..0000000000000 Binary files a/blockchains/smartchain/assets/0xCdcaef3cE3a138C47ddB0B04a9b04649c13D50Ed/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCe5814eFfF15D53EFd8025B9F2006D4d7D640b9B/info.json b/blockchains/smartchain/assets/0xCe5814eFfF15D53EFd8025B9F2006D4d7D640b9B/info.json deleted file mode 100644 index e57aff95fd513..0000000000000 --- a/blockchains/smartchain/assets/0xCe5814eFfF15D53EFd8025B9F2006D4d7D640b9B/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "MoonStar", - "website": "https://moonstartoken.com/", - "description": "MOONSTAR is a stealth launched, community driven, DeFi Token programmed to reward holders through its frictionless yield and liquidity generation protocol.", - "explorer": "https://bscscan.com/token/0xce5814efff15d53efd8025b9f2006d4d7d640b9b", - "type": "BEP20", - "symbol": "MOONSTAR", - "decimals": 9, - "status": "active", - "id": "0xCe5814eFfF15D53EFd8025B9F2006D4d7D640b9B", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MoonStarToken/" - }, - { - "name": "telegram", - "url": "https://t.me/moonstarchat/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/bnVZC6JScn/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCe5814eFfF15D53EFd8025B9F2006D4d7D640b9B/logo.png b/blockchains/smartchain/assets/0xCe5814eFfF15D53EFd8025B9F2006D4d7D640b9B/logo.png deleted file mode 100644 index 598ed60422208..0000000000000 Binary files a/blockchains/smartchain/assets/0xCe5814eFfF15D53EFd8025B9F2006D4d7D640b9B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xCed0CE92F4bdC3c2201E255FAF12f05cf8206dA8/info.json b/blockchains/smartchain/assets/0xCed0CE92F4bdC3c2201E255FAF12f05cf8206dA8/info.json deleted file mode 100644 index a3d5302b24094..0000000000000 --- a/blockchains/smartchain/assets/0xCed0CE92F4bdC3c2201E255FAF12f05cf8206dA8/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Orakuru", - "website": "https://orakuru.io/", - "description": "The Orakuru (ora-ku-ru) is Binance Smart Chain’s community owned and operated Oracle. A trustless feed of prices and off-chain data powering the 3.0. Unstoppable, all-seeing.", - "symbol": "ORK", - "type": "BEP20", - "decimals": 18, - "status": "active", - "explorer": "https://bscscan.com/token/0xCed0CE92F4bdC3c2201E255FAF12f05cf8206dA8", - "id": "0xCed0CE92F4bdC3c2201E255FAF12f05cf8206dA8", - "tags": [], - "links": [ - { - "name": "github", - "url": "https://github.com/orakurudata" - }, - { - "name": "twitter", - "url": "https://twitter.com/orakuru_ork" - }, - { - "name": "whitepaper", - "url": "https://orakuru.io/whitepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xCed0CE92F4bdC3c2201E255FAF12f05cf8206dA8/logo.png b/blockchains/smartchain/assets/0xCed0CE92F4bdC3c2201E255FAF12f05cf8206dA8/logo.png deleted file mode 100644 index 324a994872f08..0000000000000 Binary files a/blockchains/smartchain/assets/0xCed0CE92F4bdC3c2201E255FAF12f05cf8206dA8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD00A7EdD637B776eC5a6461F5e7ac055F14a0C1E/info.json b/blockchains/smartchain/assets/0xD00A7EdD637B776eC5a6461F5e7ac055F14a0C1E/info.json deleted file mode 100644 index 09da354fbc593..0000000000000 --- a/blockchains/smartchain/assets/0xD00A7EdD637B776eC5a6461F5e7ac055F14a0C1E/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "ShibaZilla", - "website": "https://shibazillatoken.com", - "description": "SHIBZILLA is a METAVERSE token which rewards you with $SHIB", - "explorer": "https://bscscan.com/token/0xD00A7EdD637B776eC5a6461F5e7ac055F14a0C1E", - "type": "BEP20", - "symbol": "SHIBAZ", - "decimals": 4, - "status": "active", - "id": "0xD00A7EdD637B776eC5a6461F5e7ac055F14a0C1E", - "links": [ - { - "name": "github", - "url": "https://github.com/ShibaZilla" - }, - { - "name": "twitter", - "url": "https://twitter.com/ShibZillaBSC" - }, - { - "name": "telegram", - "url": "https://t.me/shibzillaofficial" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/SHIBZILLABSC" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD00A7EdD637B776eC5a6461F5e7ac055F14a0C1E/logo.png b/blockchains/smartchain/assets/0xD00A7EdD637B776eC5a6461F5e7ac055F14a0C1E/logo.png deleted file mode 100644 index 914813228a680..0000000000000 Binary files a/blockchains/smartchain/assets/0xD00A7EdD637B776eC5a6461F5e7ac055F14a0C1E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD024Ac1195762F6F13f8CfDF3cdd2c97b33B248b/info.json b/blockchains/smartchain/assets/0xD024Ac1195762F6F13f8CfDF3cdd2c97b33B248b/info.json deleted file mode 100644 index 3c7c09572cfd6..0000000000000 --- a/blockchains/smartchain/assets/0xD024Ac1195762F6F13f8CfDF3cdd2c97b33B248b/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "MiniFootball", - "type": "BEP20", - "symbol": "MiniFootball", - "decimals": 9, - "website": "https://minifootballtoken.com", - "description": "MiniFootball is a new crypto that combines the greatest fans from Football and Doge, creating the greatest community in the world!", - "explorer": "https://bscscan.com/token/0xd024ac1195762f6f13f8cfdf3cdd2c97b33b248b", - "status": "active", - "id": "0xD024Ac1195762F6F13f8CfDF3cdd2c97b33B248b", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/minifootballbsc" - }, - { - "name": "telegram", - "url": "https://t.me/minifootballtoken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/minifootball/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/minifootball/" - } - ], - "tags": [ - "gamefi", - "governance" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD024Ac1195762F6F13f8CfDF3cdd2c97b33B248b/logo.png b/blockchains/smartchain/assets/0xD024Ac1195762F6F13f8CfDF3cdd2c97b33B248b/logo.png deleted file mode 100644 index 871e542f2fce1..0000000000000 Binary files a/blockchains/smartchain/assets/0xD024Ac1195762F6F13f8CfDF3cdd2c97b33B248b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD05A0c5C68ACba9AA9952fA65189038840752977/info.json b/blockchains/smartchain/assets/0xD05A0c5C68ACba9AA9952fA65189038840752977/info.json deleted file mode 100644 index 6475a05ba807f..0000000000000 --- a/blockchains/smartchain/assets/0xD05A0c5C68ACba9AA9952fA65189038840752977/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "ZillaMatrix", - "website": "https://zillamatrix.com/", - "description": "A rebase token, born to be unleashed and destined to reign in the ZillaMatrix.", - "explorer": "https://bscscan.com/token/0xd05a0c5c68acba9aa9952fa65189038840752977", - "type": "BEP20", - "symbol": "ZMAX", - "decimals": 2, - "status": "active", - "id": "0xD05A0c5C68ACba9AA9952fA65189038840752977", - "links": [ - { - "name": "github", - "url": "https://github.com/monkey-shanti/ZillaMatrix/" - }, - { - "name": "twitter", - "url": "https://twitter.com/zillamatrix" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/ZillaMatrixBsc/" - }, - { - "name": "medium", - "url": "https://medium.com/@ZillaMatrix" - }, - { - "name": "facebook", - "url": "https://facebook.com/ZillaMatrix-111312108032120" - }, - { - "name": "discord", - "url": "https://discord.com/invite/kU2z3KsrkZ" - }, - { - "name": "whitepaper", - "url": "https://dropbox.com/s/rv9yezsua2gdltx/ZillaMatrix%20WhitePaper%20v1.pdf?dl=0" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/zillamatrix/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/zillamatrix" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD05A0c5C68ACba9AA9952fA65189038840752977/logo.png b/blockchains/smartchain/assets/0xD05A0c5C68ACba9AA9952fA65189038840752977/logo.png deleted file mode 100644 index 127bada99187d..0000000000000 Binary files a/blockchains/smartchain/assets/0xD05A0c5C68ACba9AA9952fA65189038840752977/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD06716E1Ff2E492Cc5034c2E81805562dd3b45fa/info.json b/blockchains/smartchain/assets/0xD06716E1Ff2E492Cc5034c2E81805562dd3b45fa/info.json deleted file mode 100644 index ee6ab78768476..0000000000000 --- a/blockchains/smartchain/assets/0xD06716E1Ff2E492Cc5034c2E81805562dd3b45fa/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "Magpie Token", - "type": "BEP20", - "symbol": "MGP", - "decimals": 18, - "website": "https://www.magpiexyz.io/", - "description": "Magpie XYZ is a platform built on BNB Chain to boost yields for liquidity providers and governance token holders of veTokenomics protocols. Essentially the platform incentivizes governance token holders and liquidity providers to pool their assets together so that the platform can acquire governance tokens, convert into veTokens, boost yield for liquidity providers, and in return share part of protocol revenues derived from liquidity providers’ boosted profits back to governance token holders.", - "explorer": "https://bscscan.com/token/0xd06716e1ff2e492cc5034c2e81805562dd3b45fa", - "status": "active", - "id": "0xD06716E1Ff2E492Cc5034c2E81805562dd3b45fa", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/magpiexyz_io" - }, - { - "name": "telegram", - "url": "https://t.me/magpiexyz_official" - }, - { - "name": "telegram_news", - "url": "https://t.me/magpiexyz_io" - }, - { - "name": "docs", - "url": "https://docs.magpiexyz.io/" - }, - { - "name": "blog", - "url": "https://blog.magpiexyz.io/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/magpiexyz" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/magpie/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/magpie" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0xD06716E1Ff2E492Cc5034c2E81805562dd3b45fa/logo.png b/blockchains/smartchain/assets/0xD06716E1Ff2E492Cc5034c2E81805562dd3b45fa/logo.png deleted file mode 100644 index 0d35e83db7021..0000000000000 Binary files a/blockchains/smartchain/assets/0xD06716E1Ff2E492Cc5034c2E81805562dd3b45fa/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD0ACCF05878caFe24ff8b3F82F194C62Ed755707/info.json b/blockchains/smartchain/assets/0xD0ACCF05878caFe24ff8b3F82F194C62Ed755707/info.json deleted file mode 100644 index 5e8b52db0bae3..0000000000000 --- a/blockchains/smartchain/assets/0xD0ACCF05878caFe24ff8b3F82F194C62Ed755707/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "SIMP Token", - "type": "BEP20", - "symbol": "SIMP", - "decimals": 6, - "website": "https://letsallsimp.com", - "description": "$SIMP is a frictionless farming token operating on the Binance Smart Chain, designed to power trust and transactions for Adult Entertainment Stars and their communities, starting by powering the existing PocketStars & RocketStars platforms.", - "explorer": "https://bscscan.com/token/0xD0ACCF05878caFe24ff8b3F82F194C62Ed755707", - "status": "active", - "id": "0xD0ACCF05878caFe24ff8b3F82F194C62Ed755707", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/simp-token/" - }, - { - "name": "twitter", - "url": "https://twitter.com/letsallsimp" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD0ACCF05878caFe24ff8b3F82F194C62Ed755707/logo.png b/blockchains/smartchain/assets/0xD0ACCF05878caFe24ff8b3F82F194C62Ed755707/logo.png deleted file mode 100644 index fe5fe566512a1..0000000000000 Binary files a/blockchains/smartchain/assets/0xD0ACCF05878caFe24ff8b3F82F194C62Ed755707/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD0f4afA85a667d27837e9c07c81169869c16Dd16/info.json b/blockchains/smartchain/assets/0xD0f4afA85a667d27837e9c07c81169869c16Dd16/info.json deleted file mode 100644 index 83edd530a58fd..0000000000000 --- a/blockchains/smartchain/assets/0xD0f4afA85a667d27837e9c07c81169869c16Dd16/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "bPRIVA", - "type": "BEP20", - "symbol": "bPRIVA", - "decimals": 8, - "website": "https://privapp.network/", - "description": "Chain signatures, secret chain transactions and hashed wallet addresses are used to hide sender-recipient addresses and transaction amounts. Chain signatures are defined as digital contracts that can be signed by all users belonging to a group, who have the key.", - "explorer": "https://bscscan.com/token/0xD0f4afA85a667d27837e9c07c81169869c16Dd16", - "status": "active", - "id": "0xD0f4afA85a667d27837e9c07c81169869c16Dd16", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/PrivappNetwork" - }, - { - "name": "github", - "url": "https://github.com/PrivappNetwork" - }, - { - "name": "telegram", - "url": "https://t.me/PrivappNetworkGlobal" - }, - { - "name": "telegram_news", - "url": "https://t.me/PrivappNetwork" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Privapp_Network/" - }, - { - "name": "whitepaper", - "url": "https://privapp.network/themes/documents/privapp-network-whitepaper.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/@privappnetwork" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/privapp-network/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/privapp-network" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD0f4afA85a667d27837e9c07c81169869c16Dd16/logo.png b/blockchains/smartchain/assets/0xD0f4afA85a667d27837e9c07c81169869c16Dd16/logo.png deleted file mode 100644 index 5f52b78430ca9..0000000000000 Binary files a/blockchains/smartchain/assets/0xD0f4afA85a667d27837e9c07c81169869c16Dd16/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD1102332a213E21faF78B69C03572031F3552c33/info.json b/blockchains/smartchain/assets/0xD1102332a213E21faF78B69C03572031F3552c33/info.json deleted file mode 100644 index 01ce734571cf5..0000000000000 --- a/blockchains/smartchain/assets/0xD1102332a213E21faF78B69C03572031F3552c33/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bolt Dollar", - "website": "https://boltdollar.finance/", - "description": "Bolt Dollar - previously Bat True Dollar - is a community owned and driven algorithmic stable coin project established on BSC", - "explorer": "https://bscscan.com/token/0xD1102332a213E21faF78B69C03572031F3552c33", - "type": "BEP20", - "symbol": "BTD", - "decimals": 18, - "status": "active", - "id": "0xD1102332a213E21faF78B69C03572031F3552c33" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD1102332a213E21faF78B69C03572031F3552c33/logo.png b/blockchains/smartchain/assets/0xD1102332a213E21faF78B69C03572031F3552c33/logo.png deleted file mode 100644 index d69c1b435cb9b..0000000000000 Binary files a/blockchains/smartchain/assets/0xD1102332a213E21faF78B69C03572031F3552c33/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD1587Ee50e0333f0C4aDcF261379A61B1486c5d2/info.json b/blockchains/smartchain/assets/0xD1587Ee50e0333f0C4aDcF261379A61B1486c5d2/info.json deleted file mode 100644 index 7b343e8ef6a52..0000000000000 --- a/blockchains/smartchain/assets/0xD1587Ee50e0333f0C4aDcF261379A61B1486c5d2/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "WindSwap", - "website": "https://windswap.finance/", - "description": "WindSwap is a Deflationary Bridging Token & DEX Platform.", - "explorer": "https://bscscan.com/token/0xD1587Ee50e0333f0C4aDcF261379A61B1486c5d2", - "type": "BEP20", - "symbol": "WINDY", - "decimals": 8, - "status": "active", - "id": "0xD1587Ee50e0333f0C4aDcF261379A61B1486c5d2", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/windswap" - }, - { - "name": "telegram", - "url": "https://t.me/windswapmembers" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD1587Ee50e0333f0C4aDcF261379A61B1486c5d2/logo.png b/blockchains/smartchain/assets/0xD1587Ee50e0333f0C4aDcF261379A61B1486c5d2/logo.png deleted file mode 100644 index 78d4290c4d50b..0000000000000 Binary files a/blockchains/smartchain/assets/0xD1587Ee50e0333f0C4aDcF261379A61B1486c5d2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD16EaabA33a0822f5cBe4E0C63CA51D3c3fbB08B/info.json b/blockchains/smartchain/assets/0xD16EaabA33a0822f5cBe4E0C63CA51D3c3fbB08B/info.json deleted file mode 100644 index 357f664cb31ce..0000000000000 --- a/blockchains/smartchain/assets/0xD16EaabA33a0822f5cBe4E0C63CA51D3c3fbB08B/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "X AI", - "type": "BEP20", - "symbol": "XAI", - "decimals": 9, - "website": "https://xai.codes", - "description": "X AI intends to promptly establish a robust presence in the DeFi market by offering exceptional use cases.", - "explorer": "https://bscscan.com/token/0xD16EaabA33a0822f5cBe4E0C63CA51D3c3fbB08B", - "status": "active", - "id": "0xD16EaabA33a0822f5cBe4E0C63CA51D3c3fbB08B", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/xai_codes" - }, - { - "name": "github", - "url": "https://github.com/xaicodes" - }, - { - "name": "telegram", - "url": "https://t.me/xai_codes" - }, - { - "name": "whitepaper", - "url": "https://xai.codes/assets/XAI_whitepaper.pdf" - }, - { - "name": "source_code", - "url": "https://github.com/xaicodes/contract/blob/main/xai_contract.sol" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/xai/" - }, - { - "name": "docs", - "url": "https://docs.xai.codes" - }, - { - "name": "medium", - "url": "https://medium.com/@XAI_Codes" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD16EaabA33a0822f5cBe4E0C63CA51D3c3fbB08B/logo.png b/blockchains/smartchain/assets/0xD16EaabA33a0822f5cBe4E0C63CA51D3c3fbB08B/logo.png deleted file mode 100644 index 2d695ea1daafa..0000000000000 Binary files a/blockchains/smartchain/assets/0xD16EaabA33a0822f5cBe4E0C63CA51D3c3fbB08B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD1A6eFF20958403F9fa137760e62dfDE4516a0b1/info.json b/blockchains/smartchain/assets/0xD1A6eFF20958403F9fa137760e62dfDE4516a0b1/info.json deleted file mode 100644 index 24dc4b972e2f3..0000000000000 --- a/blockchains/smartchain/assets/0xD1A6eFF20958403F9fa137760e62dfDE4516a0b1/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "MetaMatrix", - "type": "BEP20", - "symbol": "MTX", - "decimals": 18, - "website": "https://www.metamatrix.network", - "description": "MetaMatrix is a cryptocurrency built on Binance Smart Chain (BEP20). MetaMatrix is also a community NFT Marketplace connected with an NFT Launchpad platform.", - "explorer": "https://bscscan.com/token/0xD1A6eFF20958403F9fa137760e62dfDE4516a0b1", - "status": "active", - "id": "0xD1A6eFF20958403F9fa137760e62dfDE4516a0b1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MetaMatrixBSC" - }, - { - "name": "telegram", - "url": "https://t.me/MetaverseMatrix" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/metamatrix/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/metamatrix/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD1A6eFF20958403F9fa137760e62dfDE4516a0b1/logo.png b/blockchains/smartchain/assets/0xD1A6eFF20958403F9fa137760e62dfDE4516a0b1/logo.png deleted file mode 100644 index 488ec23d37b68..0000000000000 Binary files a/blockchains/smartchain/assets/0xD1A6eFF20958403F9fa137760e62dfDE4516a0b1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD1FdF57241df3C36dad469060caC9f1ea2eE7585/info.json b/blockchains/smartchain/assets/0xD1FdF57241df3C36dad469060caC9f1ea2eE7585/info.json deleted file mode 100644 index 4b02f0bdd51e8..0000000000000 --- a/blockchains/smartchain/assets/0xD1FdF57241df3C36dad469060caC9f1ea2eE7585/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Lunapad", - "type": "BEP20", - "symbol": "LunaPad", - "decimals": 18, - "website": "https://www.luna-pad.com/", - "description": "Luna-Pad is peer to peer innovative Launchpad to launch new projects in TerraLuna ecosystem & Binance smart chain Luna-Pad comes up with the most transformative technologies since the Terra ecosystem adoption is increasing massively. Luna-Pad stands firmly in support to give exposure to the upcoming projects willing to join Terra and BSC ecosystem. Luna-Pad gives liberty to it's investors to participate in token sale conducted by Luna-Pad on its Launchpad.", - "explorer": "https://bscscan.com/token/0xD1FdF57241df3C36dad469060caC9f1ea2eE7585", - "status": "active", - "id": "0xD1FdF57241df3C36dad469060caC9f1ea2eE7585", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/luna-pad" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/luna-pad" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD1FdF57241df3C36dad469060caC9f1ea2eE7585/logo.png b/blockchains/smartchain/assets/0xD1FdF57241df3C36dad469060caC9f1ea2eE7585/logo.png deleted file mode 100644 index 2402e4d2aaf15..0000000000000 Binary files a/blockchains/smartchain/assets/0xD1FdF57241df3C36dad469060caC9f1ea2eE7585/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD22202d23fE7dE9E3DbE11a2a88F42f4CB9507cf/info.json b/blockchains/smartchain/assets/0xD22202d23fE7dE9E3DbE11a2a88F42f4CB9507cf/info.json deleted file mode 100644 index 77dc8785169f6..0000000000000 --- a/blockchains/smartchain/assets/0xD22202d23fE7dE9E3DbE11a2a88F42f4CB9507cf/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Minereum BSC", - "type": "BEP20", - "symbol": "MNEB", - "decimals": 8, - "website": "https://bsc.minereum.com/", - "description": "Minereum BSC - First Self Mining Smart Contract on Binance Smart Chain", - "explorer": "https://bscscan.com/token/0xD22202d23fE7dE9E3DbE11a2a88F42f4CB9507cf", - "status": "active", - "id": "0xD22202d23fE7dE9E3DbE11a2a88F42f4CB9507cf" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD22202d23fE7dE9E3DbE11a2a88F42f4CB9507cf/logo.png b/blockchains/smartchain/assets/0xD22202d23fE7dE9E3DbE11a2a88F42f4CB9507cf/logo.png deleted file mode 100644 index e0d3d26c8d76c..0000000000000 Binary files a/blockchains/smartchain/assets/0xD22202d23fE7dE9E3DbE11a2a88F42f4CB9507cf/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD2618bC9c9cDC40ff19e200a7d14A09799C0a152/info.json b/blockchains/smartchain/assets/0xD2618bC9c9cDC40ff19e200a7d14A09799C0a152/info.json deleted file mode 100644 index fe94aa9963cf3..0000000000000 --- a/blockchains/smartchain/assets/0xD2618bC9c9cDC40ff19e200a7d14A09799C0a152/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Uncle Doge", - "website": "https://uncle-doge.com/", - "description": "Uncle Doge is a community focused token with unique tokenomics. At the center of the tokenomics is the “Kraken” the buy back mechanism that ensures price stability. In addition token olders recieve 1% in reflections and benefit from the burned tokens through the Kraken. The community is global, with over 12,000 holders on launch day and over 16M volume.", - "explorer": "https://bscscan.com/token/0xd2618bc9c9cdc40ff19e200a7d14a09799c0a152", - "type": "BEP20", - "symbol": "UDOGE", - "decimals": 9, - "status": "active", - "id": "0xD2618bC9c9cDC40ff19e200a7d14A09799C0a152", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/UncleDogeBSC" - }, - { - "name": "telegram", - "url": "https://t.me/UncleDogeOfficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/uncle-doge/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/uncle-doge" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0xd2618bc9c9cdc40ff19e200a7d14a09799c0a152#code" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD2618bC9c9cDC40ff19e200a7d14A09799C0a152/logo.png b/blockchains/smartchain/assets/0xD2618bC9c9cDC40ff19e200a7d14A09799C0a152/logo.png deleted file mode 100644 index d214368f10609..0000000000000 Binary files a/blockchains/smartchain/assets/0xD2618bC9c9cDC40ff19e200a7d14A09799C0a152/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD2f9B51C6a1b5598f0ea51eF95d70cB045692D0F/info.json b/blockchains/smartchain/assets/0xD2f9B51C6a1b5598f0ea51eF95d70cB045692D0F/info.json deleted file mode 100644 index 87e537c642ec2..0000000000000 --- a/blockchains/smartchain/assets/0xD2f9B51C6a1b5598f0ea51eF95d70cB045692D0F/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Safeicarus", - "website": "https://www.safeicarus.io/", - "description": "Safeicarus is programmed to reward holders while increasing in both liquidity and value. It does this by applying a 13% tax on transactions 5% goes to holders 8% is auto-locked to liquidity.", - "explorer": "https://bscscan.com/token/0xD2f9B51C6a1b5598f0ea51eF95d70cB045692D0F", - "type": "BEP20", - "symbol": "SAFEICARUS", - "decimals": 9, - "status": "active", - "id": "0xD2f9B51C6a1b5598f0ea51eF95d70cB045692D0F", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/safeicarus" - }, - { - "name": "telegram", - "url": "https://t.me/safeicarus" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD2f9B51C6a1b5598f0ea51eF95d70cB045692D0F/logo.png b/blockchains/smartchain/assets/0xD2f9B51C6a1b5598f0ea51eF95d70cB045692D0F/logo.png deleted file mode 100644 index d6ffb988e988c..0000000000000 Binary files a/blockchains/smartchain/assets/0xD2f9B51C6a1b5598f0ea51eF95d70cB045692D0F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD30e25a8BeAC6E4E69EEeD90FF94A9105b5A08b8/info.json b/blockchains/smartchain/assets/0xD30e25a8BeAC6E4E69EEeD90FF94A9105b5A08b8/info.json deleted file mode 100644 index a1711678cb601..0000000000000 --- a/blockchains/smartchain/assets/0xD30e25a8BeAC6E4E69EEeD90FF94A9105b5A08b8/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "UNICAT", - "type": "BEP20", - "symbol": "UCAT", - "decimals": 18, - "website": "https://unicat.finance", - "description": "UniCat Yield Farm", - "explorer": "https://bscscan.com/token/0xD30e25a8BeAC6E4E69EEeD90FF94A9105b5A08b8", - "status": "active", - "id": "0xD30e25a8BeAC6E4E69EEeD90FF94A9105b5A08b8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD30e25a8BeAC6E4E69EEeD90FF94A9105b5A08b8/logo.png b/blockchains/smartchain/assets/0xD30e25a8BeAC6E4E69EEeD90FF94A9105b5A08b8/logo.png deleted file mode 100644 index 3ad913e711668..0000000000000 Binary files a/blockchains/smartchain/assets/0xD30e25a8BeAC6E4E69EEeD90FF94A9105b5A08b8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD37c1417DA7Bf5b02ffDEa8d5427022DC88A0eE2/info.json b/blockchains/smartchain/assets/0xD37c1417DA7Bf5b02ffDEa8d5427022DC88A0eE2/info.json deleted file mode 100644 index c8269175448e8..0000000000000 --- a/blockchains/smartchain/assets/0xD37c1417DA7Bf5b02ffDEa8d5427022DC88A0eE2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LifeLine", - "type": "BEP20", - "symbol": "LLT", - "decimals": 8, - "website": "https://lifelinetoken.com/", - "description": "A charity-oriented token for helping children’s hospitals with cancer care.", - "explorer": "https://bscscan.com/token/0xD37c1417DA7Bf5b02ffDEa8d5427022DC88A0eE2", - "status": "active", - "id": "0xD37c1417DA7Bf5b02ffDEa8d5427022DC88A0eE2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD37c1417DA7Bf5b02ffDEa8d5427022DC88A0eE2/logo.png b/blockchains/smartchain/assets/0xD37c1417DA7Bf5b02ffDEa8d5427022DC88A0eE2/logo.png deleted file mode 100644 index cb47648c88ed6..0000000000000 Binary files a/blockchains/smartchain/assets/0xD37c1417DA7Bf5b02ffDEa8d5427022DC88A0eE2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD3AB99C79d831df2a44C10739E7BB1847f843f49/info.json b/blockchains/smartchain/assets/0xD3AB99C79d831df2a44C10739E7BB1847f843f49/info.json deleted file mode 100644 index 042dd287b3219..0000000000000 --- a/blockchains/smartchain/assets/0xD3AB99C79d831df2a44C10739E7BB1847f843f49/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Burncoin", - "website": "https://burncoin.net/", - "description": "Burncoin is a super deflationary token thanks to the buy back protocol", - "explorer": "https://bscscan.com/token/0xd3ab99c79d831df2a44c10739e7bb1847f843f49", - "type": "BEP20", - "symbol": "BURNC", - "decimals": 9, - "status": "active", - "id": "0xD3AB99C79d831df2a44C10739E7BB1847f843f49" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD3AB99C79d831df2a44C10739E7BB1847f843f49/logo.png b/blockchains/smartchain/assets/0xD3AB99C79d831df2a44C10739E7BB1847f843f49/logo.png deleted file mode 100644 index da56f51d41076..0000000000000 Binary files a/blockchains/smartchain/assets/0xD3AB99C79d831df2a44C10739E7BB1847f843f49/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD3Ac199E6e6A1668ED6566b6F6dcdf7641868731/info.json b/blockchains/smartchain/assets/0xD3Ac199E6e6A1668ED6566b6F6dcdf7641868731/info.json deleted file mode 100644 index 55cc9659daee6..0000000000000 --- a/blockchains/smartchain/assets/0xD3Ac199E6e6A1668ED6566b6F6dcdf7641868731/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Metawhale Token", - "type": "BEP20", - "symbol": "MTW", - "decimals": 8, - "description": "MTW is a stablecoin issued by Metawhaleworld in partnership with Binance.MetaWhale is a virtual platform powered by the Binance Blockchain", - "website": "https://metawhaleworld.com", - "explorer": "https://bscscan.com/token/0xd3ac199e6e6a1668ed6566b6f6dcdf7641868731", - "id": "0xD3Ac199E6e6A1668ED6566b6F6dcdf7641868731", - "status": "active", - "tags": [ - "stablecoin" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MetawhaleWorld" - }, - { - "name": "facebook", - "url": "https://facebook.com/MetaWhaleMTW" - }, - { - "name": "whitepaper", - "url": "https://metawhaleworld.com/wp-content/uploads/2022/01/Metawhale-1.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD3Ac199E6e6A1668ED6566b6F6dcdf7641868731/logo.png b/blockchains/smartchain/assets/0xD3Ac199E6e6A1668ED6566b6F6dcdf7641868731/logo.png deleted file mode 100644 index a87e965ccc963..0000000000000 Binary files a/blockchains/smartchain/assets/0xD3Ac199E6e6A1668ED6566b6F6dcdf7641868731/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD3Af8E09894D69E937e37eeF46Df1cBF82b35C81/info.json b/blockchains/smartchain/assets/0xD3Af8E09894D69E937e37eeF46Df1cBF82b35C81/info.json deleted file mode 100644 index 58fd9844f93dd..0000000000000 --- a/blockchains/smartchain/assets/0xD3Af8E09894D69E937e37eeF46Df1cBF82b35C81/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "NanoDogeCoin", - "website": "https://www.nanodogecoin.com/", - "description": "NanoDogeCoin (INDC) is the revolutionary token that allows investors to earn USD Tether while helping to save dogs worldwide.", - "explorer": "https://bscscan.com/token/0xd3af8e09894d69e937e37eef46df1cbf82b35c81", - "type": "BEP20", - "symbol": "INDC", - "decimals": 9, - "status": "active", - "id": "0xD3Af8E09894D69E937e37eeF46Df1cBF82b35C81", - "links": [ - { - "name": "telegram", - "url": "https://t.me/NanoDogecoin" - }, - { - "name": "twitter", - "url": "https://twitter.com/nanodogecoinbsc" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/nano-dogecoin" - }, - { - "name": "medium", - "url": "https://nanodoge.medium.com/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/NanoDogeCoin/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD3Af8E09894D69E937e37eeF46Df1cBF82b35C81/logo.png b/blockchains/smartchain/assets/0xD3Af8E09894D69E937e37eeF46Df1cBF82b35C81/logo.png deleted file mode 100644 index 77bf36cd41007..0000000000000 Binary files a/blockchains/smartchain/assets/0xD3Af8E09894D69E937e37eeF46Df1cBF82b35C81/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD3aBd3fdc3463F3a82c80adc581DA2432e42c215/info.json b/blockchains/smartchain/assets/0xD3aBd3fdc3463F3a82c80adc581DA2432e42c215/info.json deleted file mode 100644 index 1051636ef52e7..0000000000000 --- a/blockchains/smartchain/assets/0xD3aBd3fdc3463F3a82c80adc581DA2432e42c215/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Golden Shiba Inu Token", - "type": "BEP20", - "symbol": "GOLDEN INU", - "decimals": 8, - "website": "https://goldenshibainu.com/", - "description": "Golden Shiba Inu. Projects built on the foundation of community involvement are the untamed wilderness of our future.", - "explorer": "https://bscscan.com/token/0xD3aBd3fdc3463F3a82c80adc581DA2432e42c215", - "status": "active", - "id": "0xD3aBd3fdc3463F3a82c80adc581DA2432e42c215" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD3aBd3fdc3463F3a82c80adc581DA2432e42c215/logo.png b/blockchains/smartchain/assets/0xD3aBd3fdc3463F3a82c80adc581DA2432e42c215/logo.png deleted file mode 100644 index 37ca465cb7d3c..0000000000000 Binary files a/blockchains/smartchain/assets/0xD3aBd3fdc3463F3a82c80adc581DA2432e42c215/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD3b77Ac07c963b8cEAD47000A5208434D9A8734d/info.json b/blockchains/smartchain/assets/0xD3b77Ac07c963b8cEAD47000A5208434D9A8734d/info.json deleted file mode 100644 index 6cc863a1eef4d..0000000000000 --- a/blockchains/smartchain/assets/0xD3b77Ac07c963b8cEAD47000A5208434D9A8734d/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SAFETREES", - "type": "BEP20", - "symbol": "TREES", - "decimals": 9, - "website": "https://safetrees.space", - "description": "SAFETREES project is creating a free and easy-to-use solution that will help tree growers monitor, authenticate and validate tree growth status through a mobile application. The growers can tokenize their real growing trees as TREES-NFT and traded them to a crypto Auction platform that we are currently developing. The users of the platform can adopt a TREES-NFT from the tree growers with $TREES token or buy carbon offsets that supports our environment-centre projects.", - "explorer": "https://bscscan.com/token/0xD3b77Ac07c963b8cEAD47000A5208434D9A8734d", - "status": "active", - "id": "0xD3b77Ac07c963b8cEAD47000A5208434D9A8734d" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD3b77Ac07c963b8cEAD47000A5208434D9A8734d/logo.png b/blockchains/smartchain/assets/0xD3b77Ac07c963b8cEAD47000A5208434D9A8734d/logo.png deleted file mode 100644 index 82305702e03f5..0000000000000 Binary files a/blockchains/smartchain/assets/0xD3b77Ac07c963b8cEAD47000A5208434D9A8734d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD3ba3FB9014AB0b67ea9af05d9b690BFa2305DC2/info.json b/blockchains/smartchain/assets/0xD3ba3FB9014AB0b67ea9af05d9b690BFa2305DC2/info.json deleted file mode 100644 index 2281a0e760598..0000000000000 --- a/blockchains/smartchain/assets/0xD3ba3FB9014AB0b67ea9af05d9b690BFa2305DC2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FEG Wrapped BTCB", - "symbol": "fBTCB", - "type": "BEP20", - "decimals": 18, - "description": "FEG Wrapped BTCB", - "website": "https://fegtoken.com", - "explorer": "https://bscscan.com/token/0xd3ba3fb9014ab0b67ea9af05d9b690bfa2305dc2", - "status": "active", - "id": "0xD3ba3FB9014AB0b67ea9af05d9b690BFa2305DC2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD3ba3FB9014AB0b67ea9af05d9b690BFa2305DC2/logo.png b/blockchains/smartchain/assets/0xD3ba3FB9014AB0b67ea9af05d9b690BFa2305DC2/logo.png deleted file mode 100644 index c42da6a97dca5..0000000000000 Binary files a/blockchains/smartchain/assets/0xD3ba3FB9014AB0b67ea9af05d9b690BFa2305DC2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD3c51de3E6DD9b53D7f37699AFB3EE3Bf9B9b3F4/info.json b/blockchains/smartchain/assets/0xD3c51de3E6DD9b53D7f37699AFB3EE3Bf9B9b3F4/info.json deleted file mode 100644 index ed464fa7d97c7..0000000000000 --- a/blockchains/smartchain/assets/0xD3c51de3E6DD9b53D7f37699AFB3EE3Bf9B9b3F4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MContent", - "website": "https://mcontent.net", - "description": "MContent is a token built on the Binance Smart Chain, that aims to build a collaborative content ecosystem with the core purpose of seed funding, incubating and curating film makers and content producers around the World.", - "explorer": "https://bscscan.com/token/0xD3c51de3E6DD9b53D7f37699AFB3EE3Bf9B9b3F4", - "type": "BEP20", - "symbol": "MCONTENT", - "decimals": 6, - "status": "active", - "id": "0xD3c51de3E6DD9b53D7f37699AFB3EE3Bf9B9b3F4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD3c51de3E6DD9b53D7f37699AFB3EE3Bf9B9b3F4/logo.png b/blockchains/smartchain/assets/0xD3c51de3E6DD9b53D7f37699AFB3EE3Bf9B9b3F4/logo.png deleted file mode 100644 index e27c3bba4f8bf..0000000000000 Binary files a/blockchains/smartchain/assets/0xD3c51de3E6DD9b53D7f37699AFB3EE3Bf9B9b3F4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD4099A517f2Fbe8a730d2ECaad1D0824B75e084a/info.json b/blockchains/smartchain/assets/0xD4099A517f2Fbe8a730d2ECaad1D0824B75e084a/info.json deleted file mode 100644 index 99ed7d1556dfc..0000000000000 --- a/blockchains/smartchain/assets/0xD4099A517f2Fbe8a730d2ECaad1D0824B75e084a/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "The Monopolist", - "website": "https://themonopolist.io", - "description": "In The Monopolist, the players will build their own tactics through rolling dice, investing in buying land, building properties, collecting accommodation fees, and so on, to win the others by various ways. When you become the winner of any battles, you will earn $MONO and $MOB token, especially have chances to receive new characters, materials or items, which you can bring to NFT market for more earnings.", - "explorer": "https://bscscan.com/token/0xD4099A517f2Fbe8a730d2ECaad1D0824B75e084a", - "type": "BEP20", - "symbol": "MONO", - "decimals": 18, - "status": "active", - "id": "0xD4099A517f2Fbe8a730d2ECaad1D0824B75e084a", - "links": [ - { - "name": "telegram", - "url": "https://t.me/themonopolist" - }, - { - "name": "twitter", - "url": "https://twitter.com/MonoNFTsGame" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/the-monopolist" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD4099A517f2Fbe8a730d2ECaad1D0824B75e084a/logo.png b/blockchains/smartchain/assets/0xD4099A517f2Fbe8a730d2ECaad1D0824B75e084a/logo.png deleted file mode 100644 index 44db1591c3646..0000000000000 Binary files a/blockchains/smartchain/assets/0xD4099A517f2Fbe8a730d2ECaad1D0824B75e084a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD40bEDb44C081D2935eebA6eF5a3c8A31A1bBE13/info.json b/blockchains/smartchain/assets/0xD40bEDb44C081D2935eebA6eF5a3c8A31A1bBE13/info.json deleted file mode 100644 index 89564ce5c366b..0000000000000 --- a/blockchains/smartchain/assets/0xD40bEDb44C081D2935eebA6eF5a3c8A31A1bBE13/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Metahero", - "type": "BEP20", - "symbol": "HERO", - "decimals": 18, - "website": "https://metahero.io/", - "description": "Next-Gen Deflationary Real Utility Token Coupled with Ultra-HD Metascanning Technology", - "explorer": "https://bscscan.com/token/0xD40bEDb44C081D2935eebA6eF5a3c8A31A1bBE13", - "status": "active", - "id": "0xD40bEDb44C081D2935eebA6eF5a3c8A31A1bBE13" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD40bEDb44C081D2935eebA6eF5a3c8A31A1bBE13/logo.png b/blockchains/smartchain/assets/0xD40bEDb44C081D2935eebA6eF5a3c8A31A1bBE13/logo.png deleted file mode 100644 index 1085bfbca13f0..0000000000000 Binary files a/blockchains/smartchain/assets/0xD40bEDb44C081D2935eebA6eF5a3c8A31A1bBE13/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD41C4805A9A3128f9F7A7074Da25965371Ba50d5/info.json b/blockchains/smartchain/assets/0xD41C4805A9A3128f9F7A7074Da25965371Ba50d5/info.json deleted file mode 100644 index d685d69747735..0000000000000 --- a/blockchains/smartchain/assets/0xD41C4805A9A3128f9F7A7074Da25965371Ba50d5/info.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "name": "Coinscope", - "website": "https://coinscope.co", - "description": "Coinscope is the leading early coin listing and voting website. It is aiming to make crypto discoverable and efficient globally. It provides all the essential tools to assist users draw their own conclusions.", - "explorer": "https://bscscan.com/token/0xd41c4805a9a3128f9f7a7074da25965371ba50d5", - "type": "BEP20", - "symbol": "COINSCOPE", - "decimals": 18, - "status": "active", - "id": "0xD41C4805A9A3128f9F7A7074Da25965371Ba50d5", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/coinscope" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/coinscope" - }, - { - "name": "telegram", - "url": "https://t.me/coinscope_co" - }, - { - "name": "twitter", - "url": "https://twitter.com/@coinscopecrypto" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Coinscope" - }, - { - "name": "medium", - "url": "https://medium.com/@coinscopecrypto" - }, - { - "name": "facebook", - "url": "https://facebook.com/Coinscopecrypto" - }, - { - "name": "docs", - "url": "https://docs.coinscope.co" - }, - { - "name": "telegram_news", - "url": "https://t.me/coinscope_news" - }, - { - "name": "blog", - "url": "https://coinscope.co/blog" - }, - { - "name": "whitepaper", - "url": "https://firebasestorage.googleapis.com/v0/b/coinscopeassets.appspot.com/o/coinscope-whitepaper.pdf?alt=media" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCrQZWj09aoP_IpeRT0Gng-g" - } - ] -} diff --git a/blockchains/smartchain/assets/0xD41C4805A9A3128f9F7A7074Da25965371Ba50d5/logo.png b/blockchains/smartchain/assets/0xD41C4805A9A3128f9F7A7074Da25965371Ba50d5/logo.png deleted file mode 100644 index b9cf7ec264acd..0000000000000 Binary files a/blockchains/smartchain/assets/0xD41C4805A9A3128f9F7A7074Da25965371Ba50d5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD41FDb03Ba84762dD66a0af1a6C8540FF1ba5dfb/info.json b/blockchains/smartchain/assets/0xD41FDb03Ba84762dD66a0af1a6C8540FF1ba5dfb/info.json deleted file mode 100644 index d9e8e35ca494e..0000000000000 --- a/blockchains/smartchain/assets/0xD41FDb03Ba84762dD66a0af1a6C8540FF1ba5dfb/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "SafePal Token", - "website": "https://www.safepal.io", - "description": "SafePal is a cryptocurrency wallet that aims to provide a secure and user-friendly crypto asset management platform.", - "explorer": "https://bscscan.com/token/0xd41fdb03ba84762dd66a0af1a6c8540ff1ba5dfb", - "research": "https://research.binance.com/en/projects/safepal", - "type": "BEP20", - "symbol": "SFP", - "decimals": 18, - "status": "active", - "id": "0xD41FDb03Ba84762dD66a0af1a6C8540FF1ba5dfb", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/iSafePal" - }, - { - "name": "github", - "url": "https://github.com/SafePalWallet" - }, - { - "name": "telegram", - "url": "https://t.me/SafePalwallet" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/safepal/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/safepal/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD41FDb03Ba84762dD66a0af1a6C8540FF1ba5dfb/logo.png b/blockchains/smartchain/assets/0xD41FDb03Ba84762dD66a0af1a6C8540FF1ba5dfb/logo.png deleted file mode 100644 index aae67834e7653..0000000000000 Binary files a/blockchains/smartchain/assets/0xD41FDb03Ba84762dD66a0af1a6C8540FF1ba5dfb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD44FD09d74cd13838F137B590497595d6b3FEeA4/info.json b/blockchains/smartchain/assets/0xD44FD09d74cd13838F137B590497595d6b3FEeA4/info.json deleted file mode 100644 index 501d8d15cac4f..0000000000000 --- a/blockchains/smartchain/assets/0xD44FD09d74cd13838F137B590497595d6b3FEeA4/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "CryptoMines", - "type": "BEP20", - "symbol": "ETERNAL", - "decimals": 18, - "website": "https://cryptomines.app", - "description": "CryptoMines is a SciFi play-to-earn NFT game designed to provide the users with a fun experience by collecting Workers and Spaceships to travel through the universe searching for $ETERNAL, this mineral allows them to live another day and make some profits along the way.", - "explorer": "https://bscscan.com/token/0xD44FD09d74cd13838F137B590497595d6b3FEeA4", - "status": "active", - "id": "0xD44FD09d74cd13838F137B590497595d6b3FEeA4", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/cryptominesapp" - }, - { - "name": "telegram", - "url": "https://t.me/cryptominesapp" - }, - { - "name": "telegram_news", - "url": "https://t.me/joinchat/dav21Cm7oBkwYzcx" - }, - { - "name": "youtube", - "url": "https://youtube.com/watch?v=e6GsGwBwlgs" - }, - { - "name": "whitepaper", - "url": "https://docs.cryptomines.app/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/cryptomines/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/es/monedas/cryptomines-eternal" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Q7cMb3Cqe" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD44FD09d74cd13838F137B590497595d6b3FEeA4/logo.png b/blockchains/smartchain/assets/0xD44FD09d74cd13838F137B590497595d6b3FEeA4/logo.png deleted file mode 100644 index b78e5e1669e6a..0000000000000 Binary files a/blockchains/smartchain/assets/0xD44FD09d74cd13838F137B590497595d6b3FEeA4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD48474E7444727bF500a32D5AbE01943f3A59A64/info.json b/blockchains/smartchain/assets/0xD48474E7444727bF500a32D5AbE01943f3A59A64/info.json deleted file mode 100644 index e316fdedc970c..0000000000000 --- a/blockchains/smartchain/assets/0xD48474E7444727bF500a32D5AbE01943f3A59A64/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BitBook", - "type": "BEP20", - "symbol": "BBT", - "decimals": 8, - "website": "https://www.bitbook.network", - "description": "BitBook is the travel platform where users can book accommodation and earn tokens in the process providing a passive income to users that create and share travel content.", - "explorer": "https://bscscan.com/token/0xD48474E7444727bF500a32D5AbE01943f3A59A64", - "status": "active", - "id": "0xD48474E7444727bF500a32D5AbE01943f3A59A64" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD48474E7444727bF500a32D5AbE01943f3A59A64/logo.png b/blockchains/smartchain/assets/0xD48474E7444727bF500a32D5AbE01943f3A59A64/logo.png deleted file mode 100644 index 1990994e62c59..0000000000000 Binary files a/blockchains/smartchain/assets/0xD48474E7444727bF500a32D5AbE01943f3A59A64/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD50787A5f21bcC10C1a738E7DE33001786c5fc24/info.json b/blockchains/smartchain/assets/0xD50787A5f21bcC10C1a738E7DE33001786c5fc24/info.json deleted file mode 100644 index 181426b1defec..0000000000000 --- a/blockchains/smartchain/assets/0xD50787A5f21bcC10C1a738E7DE33001786c5fc24/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "SMARTWORTH", - "website": "https://smartworth.org", - "description": "A token with its own digital ecosystem, that reinvests in both the platform and the community with each transaction.", - "explorer": "https://bscscan.com/token/0xd50787a5f21bcc10c1a738e7de33001786c5fc24", - "research": "https://smartworth.org", - "type": "BEP20", - "symbol": "SMARTWORTH", - "decimals": 18, - "status": "active", - "id": "0xD50787A5f21bcC10C1a738E7DE33001786c5fc24" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD50787A5f21bcC10C1a738E7DE33001786c5fc24/logo.png b/blockchains/smartchain/assets/0xD50787A5f21bcC10C1a738E7DE33001786c5fc24/logo.png deleted file mode 100644 index 776cf28652f1f..0000000000000 Binary files a/blockchains/smartchain/assets/0xD50787A5f21bcC10C1a738E7DE33001786c5fc24/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD585F9C5953CA97DA3551f20725a274c9e442ff3/info.json b/blockchains/smartchain/assets/0xD585F9C5953CA97DA3551f20725a274c9e442ff3/info.json deleted file mode 100644 index ad6ee1651e18a..0000000000000 --- a/blockchains/smartchain/assets/0xD585F9C5953CA97DA3551f20725a274c9e442ff3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Pegazus Finance", - "type": "BEP20", - "symbol": "PEG", - "decimals": 9, - "website": "https://pegazus.finance/", - "description": "Pegazus is a charity - oriented token, a new cryptocurrency (BEP-20 Token) and smart contract ecosystem..", - "explorer": "https://bscscan.com/token/0xd585f9c5953ca97da3551f20725a274c9e442ff3", - "status": "active", - "id": "0xD585F9C5953CA97DA3551f20725a274c9e442ff3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD585F9C5953CA97DA3551f20725a274c9e442ff3/logo.png b/blockchains/smartchain/assets/0xD585F9C5953CA97DA3551f20725a274c9e442ff3/logo.png deleted file mode 100644 index 17f23298c6a32..0000000000000 Binary files a/blockchains/smartchain/assets/0xD585F9C5953CA97DA3551f20725a274c9e442ff3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD589699b20903fC061701Ad6A35Cb78Bb5Dd734E/info.json b/blockchains/smartchain/assets/0xD589699b20903fC061701Ad6A35Cb78Bb5Dd734E/info.json deleted file mode 100644 index ce1796ad6f621..0000000000000 --- a/blockchains/smartchain/assets/0xD589699b20903fC061701Ad6A35Cb78Bb5Dd734E/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Dare Token", - "type": "BEP20", - "symbol": "DRE", - "decimals": 18, - "website": "https://www.daretoken.io/", - "description": "DareToken is a revolutionary funtech market project aimed at decentralizing online competitions and challenges", - "explorer": "https://bscscan.com/token/0xD589699b20903fC061701Ad6A35Cb78Bb5Dd734E", - "status": "active", - "id": "0xD589699b20903fC061701Ad6A35Cb78Bb5Dd734E" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD589699b20903fC061701Ad6A35Cb78Bb5Dd734E/logo.png b/blockchains/smartchain/assets/0xD589699b20903fC061701Ad6A35Cb78Bb5Dd734E/logo.png deleted file mode 100644 index fabad2533c6a4..0000000000000 Binary files a/blockchains/smartchain/assets/0xD589699b20903fC061701Ad6A35Cb78Bb5Dd734E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD5FFAB1841B9137D5528Ed09D6Ebb66c3088aeDE/info.json b/blockchains/smartchain/assets/0xD5FFAB1841B9137D5528Ed09D6Ebb66c3088aeDE/info.json deleted file mode 100644 index 08882da9ed10f..0000000000000 --- a/blockchains/smartchain/assets/0xD5FFAB1841B9137D5528Ed09D6Ebb66c3088aeDE/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "TwogeInu", - "website": "https://twogeinu.io", - "description": "Twoge is an innovative deflationary token aiming to revolutionize Defi, building its own Twoge Blockchain, introducing a multi-chain swap (TwogeSwap) across Binance, Ethereum...", - "explorer": "https://bscscan.com/token/0xD5FFAB1841B9137D5528Ed09D6Ebb66c3088aeDE", - "symbol": "TWOGE", - "type": "BEP20", - "decimals": 5, - "status": "active", - "id": "0xD5FFAB1841B9137D5528Ed09D6Ebb66c3088aeDE", - "tags": [ - "memes" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/TwogeInu" - }, - { - "name": "twitter", - "url": "https://twitter.com/twogeinu" - }, - { - "name": "github", - "url": "https://github.com/twogeinu" - }, - { - "name": "whitepaper", - "url": "https://github.com/twogeinu/whitepaper/blob/main/Twoge%20Whitepaper.pdf" - } - ] -} diff --git a/blockchains/smartchain/assets/0xD5FFAB1841B9137D5528Ed09D6Ebb66c3088aeDE/logo.png b/blockchains/smartchain/assets/0xD5FFAB1841B9137D5528Ed09D6Ebb66c3088aeDE/logo.png deleted file mode 100644 index ca66658d2be72..0000000000000 Binary files a/blockchains/smartchain/assets/0xD5FFAB1841B9137D5528Ed09D6Ebb66c3088aeDE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD5a0dAd4E6f399CdC346ff04fd90ec0B511fCeF9/info.json b/blockchains/smartchain/assets/0xD5a0dAd4E6f399CdC346ff04fd90ec0B511fCeF9/info.json deleted file mode 100644 index 16fae9c4660da..0000000000000 --- a/blockchains/smartchain/assets/0xD5a0dAd4E6f399CdC346ff04fd90ec0B511fCeF9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Beer Token", - "type": "BEP20", - "symbol": "BEER", - "decimals": 9, - "website": "https://beertoken.co", - "description": "Beer Token is a new currency on a mission to make cryptocurrency normalized in the beer buying world.", - "explorer": "https://bscscan.com/token/0xD5a0dAd4E6f399CdC346ff04fd90ec0B511fCeF9", - "status": "active", - "id": "0xD5a0dAd4E6f399CdC346ff04fd90ec0B511fCeF9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD5a0dAd4E6f399CdC346ff04fd90ec0B511fCeF9/logo.png b/blockchains/smartchain/assets/0xD5a0dAd4E6f399CdC346ff04fd90ec0B511fCeF9/logo.png deleted file mode 100644 index 44eab43e0b5e6..0000000000000 Binary files a/blockchains/smartchain/assets/0xD5a0dAd4E6f399CdC346ff04fd90ec0B511fCeF9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD5f363F83b36E10e8a823166b992c0bDc3deDE2C/info.json b/blockchains/smartchain/assets/0xD5f363F83b36E10e8a823166b992c0bDc3deDE2C/info.json deleted file mode 100644 index e442ce4a49e0a..0000000000000 --- a/blockchains/smartchain/assets/0xD5f363F83b36E10e8a823166b992c0bDc3deDE2C/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "ElonBank", - "website": "https://elonbank.io", - "description": "ElonBank is a financial protocol that includes mechanisms for auto-staking, auto-compounding, and auto-liquidity.", - "explorer": "https://bscscan.com/token/0xD5f363F83b36E10e8a823166b992c0bDc3deDE2C", - "type": "BEP20", - "symbol": "ElonBank", - "decimals": 5, - "status": "active", - "id": "0xD5f363F83b36E10e8a823166b992c0bDc3deDE2C", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ElonBankBSC" - }, - { - "name": "facebook", - "url": "https://facebook.com/ElonBank-110185674954444" - }, - { - "name": "whitepaper", - "url": "https://docs.elonbank.io/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/elonbank/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/elonbank" - }, - { - "name": "telegram", - "url": "https://t.me/elonbankbscglobal" - } - ], - "tags": [ - "staking", - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0xD5f363F83b36E10e8a823166b992c0bDc3deDE2C/logo.png b/blockchains/smartchain/assets/0xD5f363F83b36E10e8a823166b992c0bDc3deDE2C/logo.png deleted file mode 100644 index 19c75d7103423..0000000000000 Binary files a/blockchains/smartchain/assets/0xD5f363F83b36E10e8a823166b992c0bDc3deDE2C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD71239a33C8542Bd42130c1B4ACA0673B4e4f48B/info.json b/blockchains/smartchain/assets/0xD71239a33C8542Bd42130c1B4ACA0673B4e4f48B/info.json deleted file mode 100644 index 9c1c23e119596..0000000000000 --- a/blockchains/smartchain/assets/0xD71239a33C8542Bd42130c1B4ACA0673B4e4f48B/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "LFW Token", - "type": "BEP20", - "symbol": "LFW", - "decimals": 18, - "description": "By the time you get into our journey, you will find out that Legend of Fantasy War (LFW) is not just any ordinary game, it contains its own ecosystem and the most unique concept of many different universes within one world, we call it the Legendary Fantasy World.", - "website": "https://legendfantasywar.com", - "explorer": "https://bscscan.com/token/0xD71239a33C8542Bd42130c1B4ACA0673B4e4f48B", - "status": "active", - "id": "0xD71239a33C8542Bd42130c1B4ACA0673B4e4f48B", - "tags": [ - "nft" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Legend_LFW" - }, - { - "name": "telegram", - "url": "https://t.me/LFWofficial" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/legend-of-fantasy-war" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/legend-of-fantasy-war" - } - ] -} diff --git a/blockchains/smartchain/assets/0xD71239a33C8542Bd42130c1B4ACA0673B4e4f48B/logo.png b/blockchains/smartchain/assets/0xD71239a33C8542Bd42130c1B4ACA0673B4e4f48B/logo.png deleted file mode 100644 index 397e84f3b9aad..0000000000000 Binary files a/blockchains/smartchain/assets/0xD71239a33C8542Bd42130c1B4ACA0673B4e4f48B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD74b782E05AA25c50e7330Af541d46E18f36661C/info.json b/blockchains/smartchain/assets/0xD74b782E05AA25c50e7330Af541d46E18f36661C/info.json deleted file mode 100644 index 02870132eb79c..0000000000000 --- a/blockchains/smartchain/assets/0xD74b782E05AA25c50e7330Af541d46E18f36661C/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "RichQuack", - "type": "BEP20", - "symbol": "QUACK", - "decimals": 9, - "website": "https://www.RichQuack.com", - "description": "RichQUACK is a stealth fair launched token that has passsed Security Audit by TechRate, LP Locked, RUG-Proof & 100% community-driven project. Deflationary token with built in 10% transaction fee: 5% Safe Auto-Farm Redistributed to Holders including BlackHole, 5% for Auto LP", - "explorer": "https://bscscan.com/token/0xD74b782E05AA25c50e7330Af541d46E18f36661C", - "status": "active", - "id": "0xD74b782E05AA25c50e7330Af541d46E18f36661C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD74b782E05AA25c50e7330Af541d46E18f36661C/logo.png b/blockchains/smartchain/assets/0xD74b782E05AA25c50e7330Af541d46E18f36661C/logo.png deleted file mode 100644 index 6a6dd5e2a9f17..0000000000000 Binary files a/blockchains/smartchain/assets/0xD74b782E05AA25c50e7330Af541d46E18f36661C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD7730681B1DC8f6F969166B29D8A5EA8568616a3/info.json b/blockchains/smartchain/assets/0xD7730681B1DC8f6F969166B29D8A5EA8568616a3/info.json deleted file mode 100644 index 20ffeb6011503..0000000000000 --- a/blockchains/smartchain/assets/0xD7730681B1DC8f6F969166B29D8A5EA8568616a3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Nafter", - "website": "https://nafter.io", - "description": "Nafter is an online marketplace for creators and fans to buy, sell, mint & collect content NFTs - all in one app.", - "explorer": "https://bscscan.com/token/0xD7730681B1DC8f6F969166B29D8A5EA8568616a3", - "type": "BEP20", - "symbol": "NAFT", - "decimals": 18, - "status": "active", - "id": "0xD7730681B1DC8f6F969166B29D8A5EA8568616a3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD7730681B1DC8f6F969166B29D8A5EA8568616a3/logo.png b/blockchains/smartchain/assets/0xD7730681B1DC8f6F969166B29D8A5EA8568616a3/logo.png deleted file mode 100644 index 7bb328962dd3b..0000000000000 Binary files a/blockchains/smartchain/assets/0xD7730681B1DC8f6F969166B29D8A5EA8568616a3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD78Bd47A6934959583b47F081Ce0f9Fd5E0338D1/info.json b/blockchains/smartchain/assets/0xD78Bd47A6934959583b47F081Ce0f9Fd5E0338D1/info.json deleted file mode 100644 index e64ba5065f99c..0000000000000 --- a/blockchains/smartchain/assets/0xD78Bd47A6934959583b47F081Ce0f9Fd5E0338D1/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TeaCrypto Finance", - "type": "BEP20", - "symbol": "TCF", - "decimals": 18, - "website": "https://teacrypto.finance", - "description": "TeaCrypto.Finance is a blockchain innovation hub with a DAO-driven seed stage fund, decentralized incubator, and launchpad, for empowering next innovations of the blockchain ecosystem, through community-driven governance, feedback, involvement and funding mechanisms.", - "explorer": "https://bscscan.com/token/0xD78Bd47A6934959583b47F081Ce0f9Fd5E0338D1", - "status": "active", - "id": "0xD78Bd47A6934959583b47F081Ce0f9Fd5E0338D1" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD78Bd47A6934959583b47F081Ce0f9Fd5E0338D1/logo.png b/blockchains/smartchain/assets/0xD78Bd47A6934959583b47F081Ce0f9Fd5E0338D1/logo.png deleted file mode 100644 index 8be7e63134213..0000000000000 Binary files a/blockchains/smartchain/assets/0xD78Bd47A6934959583b47F081Ce0f9Fd5E0338D1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD7B729ef857Aa773f47D37088A1181bB3fbF0099/info.json b/blockchains/smartchain/assets/0xD7B729ef857Aa773f47D37088A1181bB3fbF0099/info.json deleted file mode 100644 index f5cadf9afbbc7..0000000000000 --- a/blockchains/smartchain/assets/0xD7B729ef857Aa773f47D37088A1181bB3fbF0099/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "OLD BOG Token", - "website": "https://bogtools.io/", - "description": "The old BOG token has been deprecated, you may sell or burn this token.", - "explorer": "https://bscscan.com/token/0xD7B729ef857Aa773f47D37088A1181bB3fbF0099", - "type": "BEP20", - "symbol": "BOG", - "decimals": 18, - "status": "abandoned", - "id": "0xD7B729ef857Aa773f47D37088A1181bB3fbF0099" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD7B729ef857Aa773f47D37088A1181bB3fbF0099/logo.png b/blockchains/smartchain/assets/0xD7B729ef857Aa773f47D37088A1181bB3fbF0099/logo.png deleted file mode 100644 index 21722c26d81f5..0000000000000 Binary files a/blockchains/smartchain/assets/0xD7B729ef857Aa773f47D37088A1181bB3fbF0099/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD80BeA63a208770e1c371DFBF70Cb13469D29Ae6/info.json b/blockchains/smartchain/assets/0xD80BeA63a208770e1c371DFBF70Cb13469D29Ae6/info.json deleted file mode 100644 index 2411483f9e24c..0000000000000 --- a/blockchains/smartchain/assets/0xD80BeA63a208770e1c371DFBF70Cb13469D29Ae6/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Agrocash X", - "type": "BEP20", - "symbol": "xAGC", - "decimals": 9, - "website": "https://cryptoagrocash.com", - "description": "The cryptocurrency for Agribusiness", - "explorer": "https://bscscan.com/token/0xD80BeA63a208770e1c371DFBF70Cb13469D29Ae6", - "status": "active", - "id": "0xD80BeA63a208770e1c371DFBF70Cb13469D29Ae6", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/cryptoagrocash" - }, - { - "name": "whitepaper", - "url": "https://drive.google.com/file/d/1AJrTNeY29JZWV-JNAkrSXDW1qCYetg9M/view" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/agrocash-x" - }, - { - "name": "telegram", - "url": "https://t.me/agrocashxptbr" - }, - { - "name": "docs", - "url": "https://drive.google.com/file/d/12QYe9KfTejQyWW9JpcY9VHWyjCGH6xqo/view" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD80BeA63a208770e1c371DFBF70Cb13469D29Ae6/logo.png b/blockchains/smartchain/assets/0xD80BeA63a208770e1c371DFBF70Cb13469D29Ae6/logo.png deleted file mode 100644 index 91df348ce5f58..0000000000000 Binary files a/blockchains/smartchain/assets/0xD80BeA63a208770e1c371DFBF70Cb13469D29Ae6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD83C88DB3A6cA4a32FFf1603b0f7DDce01F5f727/info.json b/blockchains/smartchain/assets/0xD83C88DB3A6cA4a32FFf1603b0f7DDce01F5f727/info.json deleted file mode 100644 index 4e5104bcbfd4b..0000000000000 --- a/blockchains/smartchain/assets/0xD83C88DB3A6cA4a32FFf1603b0f7DDce01F5f727/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream USD Coin", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0xD83C88DB3A6cA4a32FFf1603b0f7DDce01F5f727", - "type": "BEP20", - "symbol": "crUSDC", - "decimals": 8, - "status": "active", - "id": "0xD83C88DB3A6cA4a32FFf1603b0f7DDce01F5f727", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD83C88DB3A6cA4a32FFf1603b0f7DDce01F5f727/logo.png b/blockchains/smartchain/assets/0xD83C88DB3A6cA4a32FFf1603b0f7DDce01F5f727/logo.png deleted file mode 100644 index 1255ad0f199c6..0000000000000 Binary files a/blockchains/smartchain/assets/0xD83C88DB3A6cA4a32FFf1603b0f7DDce01F5f727/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD83cec69ED9d8044597A793445C86a5e763b0E3D/info.json b/blockchains/smartchain/assets/0xD83cec69ED9d8044597A793445C86a5e763b0E3D/info.json deleted file mode 100644 index 19532d0651f7c..0000000000000 --- a/blockchains/smartchain/assets/0xD83cec69ED9d8044597A793445C86a5e763b0E3D/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Stop Elon", - "website": "https://stopelon.space", - "description": "Our mission is to Stop Elon Musk's crypto market manipulation. Our plan is to acquire a 2/3 supermajority vote with Tesla, then require Elon Musk renounce his Twitter account as a condition of continued employment as CEO. Then we're going to fly to Pluto!", - "explorer": "https://bscscan.com/token/0xd83cec69ed9d8044597a793445c86a5e763b0e3d", - "type": "BEP20", - "symbol": "STOPELON", - "decimals": 9, - "status": "active", - "id": "0xD83cec69ED9d8044597A793445C86a5e763b0E3D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD83cec69ED9d8044597A793445C86a5e763b0E3D/logo.png b/blockchains/smartchain/assets/0xD83cec69ED9d8044597A793445C86a5e763b0E3D/logo.png deleted file mode 100644 index 46fe88c4f4c8e..0000000000000 Binary files a/blockchains/smartchain/assets/0xD83cec69ED9d8044597A793445C86a5e763b0E3D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD890661EF4f88452265D36a290Fa09aC476C2020/info.json b/blockchains/smartchain/assets/0xD890661EF4f88452265D36a290Fa09aC476C2020/info.json deleted file mode 100644 index 519da137e7e52..0000000000000 --- a/blockchains/smartchain/assets/0xD890661EF4f88452265D36a290Fa09aC476C2020/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Brazil Technology", - "website": "https://braziltechnology.org", - "description": "O MAIOR PROJETO DeFi 100% BRASILEIRO.", - "explorer": "https://bscscan.com/token/0xD890661EF4f88452265D36a290Fa09aC476C2020", - "type": "BEP20", - "symbol": "BTEC", - "decimals": 9, - "status": "active", - "id": "0xD890661EF4f88452265D36a290Fa09aC476C2020" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD890661EF4f88452265D36a290Fa09aC476C2020/logo.png b/blockchains/smartchain/assets/0xD890661EF4f88452265D36a290Fa09aC476C2020/logo.png deleted file mode 100644 index b338805b1c203..0000000000000 Binary files a/blockchains/smartchain/assets/0xD890661EF4f88452265D36a290Fa09aC476C2020/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD8F61cdECA41dEF1a7923F308a042F678109f54B/info.json b/blockchains/smartchain/assets/0xD8F61cdECA41dEF1a7923F308a042F678109f54B/info.json deleted file mode 100644 index 45e524b8e4fee..0000000000000 --- a/blockchains/smartchain/assets/0xD8F61cdECA41dEF1a7923F308a042F678109f54B/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "BuffedShiba", - "type": "BEP20", - "symbol": "BSHIB", - "decimals": 18, - "website": "https://www.buffedshiba.com/", - "description": "BuffedShiba is a community driven token inspired by the commonly known Buff Doge meme.", - "explorer": "https://bscscan.com/token/0xD8F61cdECA41dEF1a7923F308a042F678109f54B", - "status": "active", - "id": "0xD8F61cdECA41dEF1a7923F308a042F678109f54B", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BuffedShiba" - }, - { - "name": "telegram", - "url": "https://t.me/BuffedShiba" - }, - { - "name": "telegram_news", - "url": "https://t.me/BuffedShibaAnnouncements" - }, - { - "name": "facebook", - "url": "https://facebook.com/buffedshiba" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/de/currencies/buffedshiba/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/buffedshiba" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD8F61cdECA41dEF1a7923F308a042F678109f54B/logo.png b/blockchains/smartchain/assets/0xD8F61cdECA41dEF1a7923F308a042F678109f54B/logo.png deleted file mode 100644 index 190ed57cbb3d2..0000000000000 Binary files a/blockchains/smartchain/assets/0xD8F61cdECA41dEF1a7923F308a042F678109f54B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD914Bde476B6e44b7A1579b21F0F9193EA55F852/info.json b/blockchains/smartchain/assets/0xD914Bde476B6e44b7A1579b21F0F9193EA55F852/info.json deleted file mode 100644 index db648c861fcbe..0000000000000 --- a/blockchains/smartchain/assets/0xD914Bde476B6e44b7A1579b21F0F9193EA55F852/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HuskyShiba", - "type": "BEP20", - "symbol": "HSHIBA", - "decimals": 9, - "website": "https://huskyshiba.com/", - "description": "Husky Shiba is a community driven charity token, 50% of all generated liquidity will be donated to charities chosen by the community! We have already made our first donation, after only 24hr's, and we donated $100,000! Check out our website for more info. ", - "explorer": "https://bscscan.com/token/0xD914Bde476B6e44b7A1579b21F0F9193EA55F852", - "status": "active", - "id": "0xD914Bde476B6e44b7A1579b21F0F9193EA55F852" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD914Bde476B6e44b7A1579b21F0F9193EA55F852/logo.png b/blockchains/smartchain/assets/0xD914Bde476B6e44b7A1579b21F0F9193EA55F852/logo.png deleted file mode 100644 index c84721a5ac430..0000000000000 Binary files a/blockchains/smartchain/assets/0xD914Bde476B6e44b7A1579b21F0F9193EA55F852/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD919C54AdeF039727038De350215627383c4ccC4/info.json b/blockchains/smartchain/assets/0xD919C54AdeF039727038De350215627383c4ccC4/info.json deleted file mode 100644 index 9f6f20f3ec858..0000000000000 --- a/blockchains/smartchain/assets/0xD919C54AdeF039727038De350215627383c4ccC4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Abduction Protocol", - "website": "https://abductionprotocol.io/", - "description": "AbductionProtocol is an experimental DeFi project that uses a bot to provide \"inorganic permanent marketing\". Our primary goal is to make a reliable long-term investment that is completely automated, ever-growing, and community-run.", - "explorer": "https://bscscan.com/token/0xD919C54AdeF039727038De350215627383c4ccC4", - "type": "BEP20", - "symbol": "ABDUCT", - "decimals": 9, - "status": "active", - "id": "0xD919C54AdeF039727038De350215627383c4ccC4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD919C54AdeF039727038De350215627383c4ccC4/logo.png b/blockchains/smartchain/assets/0xD919C54AdeF039727038De350215627383c4ccC4/logo.png deleted file mode 100644 index cff41b3f100e3..0000000000000 Binary files a/blockchains/smartchain/assets/0xD919C54AdeF039727038De350215627383c4ccC4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD930f493E153d745aFB124F9859bE8479e4b1862/info.json b/blockchains/smartchain/assets/0xD930f493E153d745aFB124F9859bE8479e4b1862/info.json deleted file mode 100644 index 00533e8cc7046..0000000000000 --- a/blockchains/smartchain/assets/0xD930f493E153d745aFB124F9859bE8479e4b1862/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Spaceman LOL Token", - "website": "https://www.spaceman.lol/", - "description": "Spaceman is a fairly propelled DeFi Token.", - "explorer": "https://bscscan.com/token/0xD930f493E153d745aFB124F9859bE8479e4b1862", - "type": "BEP20", - "symbol": "SML", - "decimals": 18, - "status": "active", - "id": "0xD930f493E153d745aFB124F9859bE8479e4b1862", - "links": [ - { - "name": "github", - "url": "https://github.com/syllena/spaceman-lol" - }, - { - "name": "twitter", - "url": "https://twitter.com/spaceman_lol" - }, - { - "name": "telegram", - "url": "https://t.me/joinchat/REDAvsM_ZAM3MmQ0" - }, - { - "name": "discord", - "url": "https://discord.com/invite/xEAzmzMZ" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/spaceman_lol" - }, - { - "name": "medium", - "url": "https://spaceman-lol.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD930f493E153d745aFB124F9859bE8479e4b1862/logo.png b/blockchains/smartchain/assets/0xD930f493E153d745aFB124F9859bE8479e4b1862/logo.png deleted file mode 100644 index 0782749bf985d..0000000000000 Binary files a/blockchains/smartchain/assets/0xD930f493E153d745aFB124F9859bE8479e4b1862/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD983A29d0E966a3C51b540085314057D3bb4A227/info.json b/blockchains/smartchain/assets/0xD983A29d0E966a3C51b540085314057D3bb4A227/info.json deleted file mode 100644 index 4ed8c4802b14f..0000000000000 --- a/blockchains/smartchain/assets/0xD983A29d0E966a3C51b540085314057D3bb4A227/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Polarium.Finance", - "type": "BEP20", - "symbol": "POLARIUM", - "decimals": 8, - "website": "https://www.polarium.finance", - "description": "Future Gaming Community Token.We will provide exclusive reward, NFTs and partnership along gamer community across the world.", - "explorer": "https://bscscan.com/token/0xD983A29d0E966a3C51b540085314057D3bb4A227", - "status": "active", - "id": "0xD983A29d0E966a3C51b540085314057D3bb4A227" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD983A29d0E966a3C51b540085314057D3bb4A227/logo.png b/blockchains/smartchain/assets/0xD983A29d0E966a3C51b540085314057D3bb4A227/logo.png deleted file mode 100644 index 927a6941a4c8e..0000000000000 Binary files a/blockchains/smartchain/assets/0xD983A29d0E966a3C51b540085314057D3bb4A227/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD98560689C6e748DC37bc410B4d3096B1aA3D8C2/info.json b/blockchains/smartchain/assets/0xD98560689C6e748DC37bc410B4d3096B1aA3D8C2/info.json deleted file mode 100644 index 0f003a8e068a4..0000000000000 --- a/blockchains/smartchain/assets/0xD98560689C6e748DC37bc410B4d3096B1aA3D8C2/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://bscscan.com/token/0xd98560689c6e748dc37bc410b4d3096b1aa3d8c2", - "research": "", - "type": "BEP20", - "symbol": "DFY", - "decimals": 18, - "status": "active", - "id": "0xD98560689C6e748DC37bc410B4d3096B1aA3D8C2", - "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/smartchain/assets/0xD98560689C6e748DC37bc410B4d3096B1aA3D8C2/logo.png b/blockchains/smartchain/assets/0xD98560689C6e748DC37bc410B4d3096B1aA3D8C2/logo.png deleted file mode 100644 index 6886894891a95..0000000000000 Binary files a/blockchains/smartchain/assets/0xD98560689C6e748DC37bc410B4d3096B1aA3D8C2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD9CBc18e554Aec0d99E9D99324dECC9b4b473af0/info.json b/blockchains/smartchain/assets/0xD9CBc18e554Aec0d99E9D99324dECC9b4b473af0/info.json deleted file mode 100644 index 6ebddcaa89e5f..0000000000000 --- a/blockchains/smartchain/assets/0xD9CBc18e554Aec0d99E9D99324dECC9b4b473af0/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "INPA Coin", - "type": "BEP20", - "symbol": "INPA", - "decimals": 18, - "website": "https://inpacoin.com/", - "description": "INPA Coin (International Non-Fungible permanent asset) is an Autonomous yield and Liquidity generation protocol", - "explorer": "https://bscscan.com/token/0xD9CBc18e554Aec0d99E9D99324dECC9b4b473af0", - "status": "active", - "id": "0xD9CBc18e554Aec0d99E9D99324dECC9b4b473af0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/inpacoin2021" - }, - { - "name": "telegram", - "url": "https://t.me/inpacoinofficial" - }, - { - "name": "facebook", - "url": "https://facebook.com/inpacoinofficial" - }, - { - "name": "github", - "url": "https://github.com/INPACOINOfficial" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD9CBc18e554Aec0d99E9D99324dECC9b4b473af0/logo.png b/blockchains/smartchain/assets/0xD9CBc18e554Aec0d99E9D99324dECC9b4b473af0/logo.png deleted file mode 100644 index 82549dc167324..0000000000000 Binary files a/blockchains/smartchain/assets/0xD9CBc18e554Aec0d99E9D99324dECC9b4b473af0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xD9a0DC07D25ed65DA8eD4321C42f7f35De81bf2D/info.json b/blockchains/smartchain/assets/0xD9a0DC07D25ed65DA8eD4321C42f7f35De81bf2D/info.json deleted file mode 100644 index 56496f3827ab4..0000000000000 --- a/blockchains/smartchain/assets/0xD9a0DC07D25ed65DA8eD4321C42f7f35De81bf2D/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FishSwap", - "type": "BEP20", - "symbol": "FISH", - "decimals": 18, - "website": "https://FishSwap.App/", - "description": "FISH is governance of FishSwap - A Decentralzied Exchange Protocol with Optimized Yield Farming, Pools and Lottery features. ", - "explorer": "https://bscscan.com/token/0xD9a0DC07D25ed65DA8eD4321C42f7f35De81bf2D", - "status": "active", - "id": "0xD9a0DC07D25ed65DA8eD4321C42f7f35De81bf2D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xD9a0DC07D25ed65DA8eD4321C42f7f35De81bf2D/logo.png b/blockchains/smartchain/assets/0xD9a0DC07D25ed65DA8eD4321C42f7f35De81bf2D/logo.png deleted file mode 100644 index 3da3a70f131e6..0000000000000 Binary files a/blockchains/smartchain/assets/0xD9a0DC07D25ed65DA8eD4321C42f7f35De81bf2D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDA360309C59CB8C434b28A91b823344a96444278/info.json b/blockchains/smartchain/assets/0xDA360309C59CB8C434b28A91b823344a96444278/info.json deleted file mode 100644 index 419e1017fb984..0000000000000 --- a/blockchains/smartchain/assets/0xDA360309C59CB8C434b28A91b823344a96444278/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Merlin Lab", - "website": "https://merlinlab.com/farm", - "description": "$MERL is a deflationary coin by Merlin Lab used for its DeFi Ecosystem.", - "explorer": "https://bscscan.com/token/0xDA360309C59CB8C434b28A91b823344a96444278", - "type": "BEP20", - "symbol": "MERL", - "decimals": 18, - "status": "active", - "id": "0xDA360309C59CB8C434b28A91b823344a96444278" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDA360309C59CB8C434b28A91b823344a96444278/logo.png b/blockchains/smartchain/assets/0xDA360309C59CB8C434b28A91b823344a96444278/logo.png deleted file mode 100644 index e1c03b8645b83..0000000000000 Binary files a/blockchains/smartchain/assets/0xDA360309C59CB8C434b28A91b823344a96444278/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDB0170e2d0c1CC1b2E7a90313d9B9afA4f250289/info.json b/blockchains/smartchain/assets/0xDB0170e2d0c1CC1b2E7a90313d9B9afA4f250289/info.json deleted file mode 100644 index 1923e8f99b900..0000000000000 --- a/blockchains/smartchain/assets/0xDB0170e2d0c1CC1b2E7a90313d9B9afA4f250289/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "ADAPad.io", - "type": "BEP20", - "symbol": "ADAPAD", - "decimals": 18, - "website": "https://adapad.io/", - "description": "ADAPad is launchpad", - "explorer": "https://bscscan.com/token/0xDB0170e2d0c1CC1b2E7a90313d9B9afA4f250289", - "status": "active", - "id": "0xDB0170e2d0c1CC1b2E7a90313d9B9afA4f250289", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ADAPadofficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/adapad/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/adapad" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDB0170e2d0c1CC1b2E7a90313d9B9afA4f250289/logo.png b/blockchains/smartchain/assets/0xDB0170e2d0c1CC1b2E7a90313d9B9afA4f250289/logo.png deleted file mode 100644 index ae4b78578f73f..0000000000000 Binary files a/blockchains/smartchain/assets/0xDB0170e2d0c1CC1b2E7a90313d9B9afA4f250289/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDB79c12d1d0670988A39B0E48b96e955eF922d24/info.json b/blockchains/smartchain/assets/0xDB79c12d1d0670988A39B0E48b96e955eF922d24/info.json deleted file mode 100644 index 95a6d4a430857..0000000000000 --- a/blockchains/smartchain/assets/0xDB79c12d1d0670988A39B0E48b96e955eF922d24/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Teddy Doge V2", - "type": "BEP20", - "symbol": "Teddy V2", - "decimals": 18, - "website": "https://teddydoge.finance", - "description": "A one-stop full-featured decentralized exchange.", - "explorer": "https://bscscan.com/token/0xDB79c12d1d0670988A39B0E48b96e955eF922d24", - "status": "active", - "id": "0xDB79c12d1d0670988A39B0E48b96e955eF922d24", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Teddydoge1" - }, - { - "name": "github", - "url": "https://github.com/Teddydogev2/TeddydogeV2" - }, - { - "name": "telegram", - "url": "https://t.me/TeddyDoge_Official" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/teddydoge/" - }, - { - "name": "whitepaper", - "url": "https://teddydoge.finance/Whitepaper.pdf" - } - ], - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDB79c12d1d0670988A39B0E48b96e955eF922d24/logo.png b/blockchains/smartchain/assets/0xDB79c12d1d0670988A39B0E48b96e955eF922d24/logo.png deleted file mode 100644 index 5f42e043c5e1a..0000000000000 Binary files a/blockchains/smartchain/assets/0xDB79c12d1d0670988A39B0E48b96e955eF922d24/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDCD289ECF644bEC54393ba6Ce8dB35e9B5Ff75e7/info.json b/blockchains/smartchain/assets/0xDCD289ECF644bEC54393ba6Ce8dB35e9B5Ff75e7/info.json deleted file mode 100644 index 35b643186a89c..0000000000000 --- a/blockchains/smartchain/assets/0xDCD289ECF644bEC54393ba6Ce8dB35e9B5Ff75e7/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FairLunar", - "website": "https://fairlunar.space", - "description": "FairLunar is a community-drievn token with it’s own usecase", - "explorer": "https://bscscan.com/token/0xdcd289ecf644bec54393ba6ce8db35e9b5ff75e7", - "type": "BEP20", - "symbol": "FLUNAR", - "decimals": 9, - "status": "active", - "id": "0xDCD289ECF644bEC54393ba6Ce8dB35e9B5Ff75e7" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDCD289ECF644bEC54393ba6Ce8dB35e9B5Ff75e7/logo.png b/blockchains/smartchain/assets/0xDCD289ECF644bEC54393ba6Ce8dB35e9B5Ff75e7/logo.png deleted file mode 100644 index 99652210af25a..0000000000000 Binary files a/blockchains/smartchain/assets/0xDCD289ECF644bEC54393ba6Ce8dB35e9B5Ff75e7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDD3162aD2185928bf3D92Bc05174Aa442E7382Ef/info.json b/blockchains/smartchain/assets/0xDD3162aD2185928bf3D92Bc05174Aa442E7382Ef/info.json deleted file mode 100644 index ac0a09a31b279..0000000000000 --- a/blockchains/smartchain/assets/0xDD3162aD2185928bf3D92Bc05174Aa442E7382Ef/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Offshore Plan", - "type": "BEP20", - "symbol": "OPC", - "decimals": 18, - "website": "https://www.douglas-amc.org", - "description": "The Offshore Plan is an offshore plan launched by the Bulgarian DSK Bank institution for the offshore financing of South Korea and Bulgaria. It promotes a more complete regulatory system in the global cryptocurrency market, and has a stronger effect on cross-border remittances and offshore finance. A digital economic alliance with border circulation, value open sharing, and industrial collaborative innovation.", - "explorer": "https://bscscan.com/token/0xDD3162aD2185928bf3D92Bc05174Aa442E7382Ef", - "status": "active", - "id": "0xDD3162aD2185928bf3D92Bc05174Aa442E7382Ef", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/DouglasAMC" - }, - { - "name": "telegram", - "url": "https://t.me/OffshorePlanChian" - } - ], - "tags": [ - "defi", - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDD3162aD2185928bf3D92Bc05174Aa442E7382Ef/logo.png b/blockchains/smartchain/assets/0xDD3162aD2185928bf3D92Bc05174Aa442E7382Ef/logo.png deleted file mode 100644 index e9f509c1cd4c4..0000000000000 Binary files a/blockchains/smartchain/assets/0xDD3162aD2185928bf3D92Bc05174Aa442E7382Ef/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDD87Df4697527e6fBc5586cB0105bD8aB0FA7A61/info.json b/blockchains/smartchain/assets/0xDD87Df4697527e6fBc5586cB0105bD8aB0FA7A61/info.json deleted file mode 100644 index f2d876ee91241..0000000000000 --- a/blockchains/smartchain/assets/0xDD87Df4697527e6fBc5586cB0105bD8aB0FA7A61/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Game Token", - "website": "https://gametoken.finance", - "description": "GME - Yield Farm on BSC with its own game shop. Usecase for GME to buy games on all gaming platforms (pc, psn, xbox, nintendo) at gamemarket.", - "explorer": "https://bscscan.com/token/0xDD87Df4697527e6fBc5586cB0105bD8aB0FA7A61", - "type": "BEP20", - "symbol": "GMEv3", - "decimals": 18, - "status": "active", - "id": "0xDD87Df4697527e6fBc5586cB0105bD8aB0FA7A61" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDD87Df4697527e6fBc5586cB0105bD8aB0FA7A61/logo.png b/blockchains/smartchain/assets/0xDD87Df4697527e6fBc5586cB0105bD8aB0FA7A61/logo.png deleted file mode 100644 index 17c9627338aa2..0000000000000 Binary files a/blockchains/smartchain/assets/0xDD87Df4697527e6fBc5586cB0105bD8aB0FA7A61/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDE2F075f6F14EB9D96755b24E416A53E736Ca363/info.json b/blockchains/smartchain/assets/0xDE2F075f6F14EB9D96755b24E416A53E736Ca363/info.json deleted file mode 100644 index 76d7ceb554506..0000000000000 --- a/blockchains/smartchain/assets/0xDE2F075f6F14EB9D96755b24E416A53E736Ca363/info.json +++ /dev/null @@ -1,29 +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://bscscan.com/token/0xDE2F075f6F14EB9D96755b24E416A53E736Ca363", - "type": "BEP20", - "symbol": "FXS", - "decimals": 18, - "status": "active", - "id": "0xDE2F075f6F14EB9D96755b24E416A53E736Ca363", - "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/smartchain/assets/0xDE2F075f6F14EB9D96755b24E416A53E736Ca363/logo.png b/blockchains/smartchain/assets/0xDE2F075f6F14EB9D96755b24E416A53E736Ca363/logo.png deleted file mode 100644 index 5072baa5035ed..0000000000000 Binary files a/blockchains/smartchain/assets/0xDE2F075f6F14EB9D96755b24E416A53E736Ca363/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDE4e179CC1d3b298216B96893767b9b01A6Bc413/info.json b/blockchains/smartchain/assets/0xDE4e179CC1d3b298216B96893767b9b01A6Bc413/info.json deleted file mode 100644 index 31a215a8767e1..0000000000000 --- a/blockchains/smartchain/assets/0xDE4e179CC1d3b298216B96893767b9b01A6Bc413/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "KingToken", - "website": "https://swapking.net", - "description": "A decentralized exchange with 100% profit distribution, trading mining and and automated market maker combination.", - "explorer": "https://bscscan.com/token/0xde4e179cc1d3b298216b96893767b9b01a6bc413", - "type": "BEP20", - "symbol": "KING", - "decimals": 18, - "status": "active", - "id": "0xDE4e179CC1d3b298216B96893767b9b01A6Bc413" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDE4e179CC1d3b298216B96893767b9b01A6Bc413/logo.png b/blockchains/smartchain/assets/0xDE4e179CC1d3b298216B96893767b9b01A6Bc413/logo.png deleted file mode 100644 index d76f5eb57f468..0000000000000 Binary files a/blockchains/smartchain/assets/0xDE4e179CC1d3b298216B96893767b9b01A6Bc413/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDE619A9E0eEeAA9F8CD39522Ed788234837F3B26/info.json b/blockchains/smartchain/assets/0xDE619A9E0eEeAA9F8CD39522Ed788234837F3B26/info.json deleted file mode 100644 index 4c2902057afc5..0000000000000 --- a/blockchains/smartchain/assets/0xDE619A9E0eEeAA9F8CD39522Ed788234837F3B26/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Hungarian Vizsla Inu", - "symbol": "HVI", - "type": "BEP20", - "decimals": 9, - "description": "Vizsla Inu is the best dogs meme and Charity Token in Hungary", - "website": "https://vizslainu.com/", - "explorer": "https://bscscan.com/token/0xde619a9e0eeeaa9f8cd39522ed788234837f3b26", - "status": "active", - "id": "0xDE619A9E0eEeAA9F8CD39522Ed788234837F3B26" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDE619A9E0eEeAA9F8CD39522Ed788234837F3B26/logo.png b/blockchains/smartchain/assets/0xDE619A9E0eEeAA9F8CD39522Ed788234837F3B26/logo.png deleted file mode 100644 index 6aedd82a49908..0000000000000 Binary files a/blockchains/smartchain/assets/0xDE619A9E0eEeAA9F8CD39522Ed788234837F3B26/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDF91842028B9ae0B9993025182fEA1eAfEC66771/info.json b/blockchains/smartchain/assets/0xDF91842028B9ae0B9993025182fEA1eAfEC66771/info.json deleted file mode 100644 index f25ef671f0fe3..0000000000000 --- a/blockchains/smartchain/assets/0xDF91842028B9ae0B9993025182fEA1eAfEC66771/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Tyrannosaurus Rex", - "website": "https://trextoken.net/", - "description": "Tyrannosaurus Rex ($TREX) is a 100% community-focused and decentralized utility token that has no buy fee and only selling fee to encourage buying and discourage selling", - "explorer": "https://bscscan.com/token/0xdf91842028b9ae0b9993025182fea1eafec66771", - "type": "BEP20", - "symbol": "TREX", - "decimals": 9, - "status": "active", - "id": "0xDF91842028B9ae0B9993025182fEA1eAfEC66771" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDF91842028B9ae0B9993025182fEA1eAfEC66771/logo.png b/blockchains/smartchain/assets/0xDF91842028B9ae0B9993025182fEA1eAfEC66771/logo.png deleted file mode 100644 index 59ee945eb8e34..0000000000000 Binary files a/blockchains/smartchain/assets/0xDF91842028B9ae0B9993025182fEA1eAfEC66771/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDa4714fEE90Ad7DE50bC185ccD06b175D23906c1/info.json b/blockchains/smartchain/assets/0xDa4714fEE90Ad7DE50bC185ccD06b175D23906c1/info.json deleted file mode 100644 index 36b6d80c118c5..0000000000000 --- a/blockchains/smartchain/assets/0xDa4714fEE90Ad7DE50bC185ccD06b175D23906c1/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Godzilla", - "website": "https://godzillacoin.io/", - "description": "Godzilla from the underwater world will break the old blockchain order and lead to a new community.Godzilla=Game + DEFI + DAO + NFT.", - "explorer": "https://bscscan.com/token/0xDa4714fEE90Ad7DE50bC185ccD06b175D23906c1", - "type": "BEP20", - "symbol": "GODZ", - "decimals": 9, - "status": "active", - "id": "0xDa4714fEE90Ad7DE50bC185ccD06b175D23906c1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/coingodzilla" - }, - { - "name": "telegram", - "url": "https://t.me/godzillaen" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDa4714fEE90Ad7DE50bC185ccD06b175D23906c1/logo.png b/blockchains/smartchain/assets/0xDa4714fEE90Ad7DE50bC185ccD06b175D23906c1/logo.png deleted file mode 100644 index c03fef4824482..0000000000000 Binary files a/blockchains/smartchain/assets/0xDa4714fEE90Ad7DE50bC185ccD06b175D23906c1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDa6802BbEC06Ab447A68294A63DE47eD4506ACAA/info.json b/blockchains/smartchain/assets/0xDa6802BbEC06Ab447A68294A63DE47eD4506ACAA/info.json deleted file mode 100644 index 60c172712f83d..0000000000000 --- a/blockchains/smartchain/assets/0xDa6802BbEC06Ab447A68294A63DE47eD4506ACAA/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "CrypterToken", - "type": "BEP20", - "symbol": "CRYPT", - "decimals": 9, - "website": "https://crypter.quest/", - "description": "Crypter is a hyper deflationary token with great utility. Holders of CRYPT will receive 8% of every Buy/Sell transaction in BUSD. Crypter's ecosystem will consist of a Facebook-like social network platform with integrated DAPPs (Crypter DEX, Crypter Wallet, a Sniper Bot and a Portfolio Tracker). A skill-based fighting game similar to Tekken will also be developed (ChainQuest). Crypter will eventually become the first engage-to-earn social trading platform.", - "explorer": "https://bscscan.com/token/0xDa6802BbEC06Ab447A68294A63DE47eD4506ACAA", - "status": "active", - "id": "0xDa6802BbEC06Ab447A68294A63DE47eD4506ACAA", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CrypterOfficial" - }, - { - "name": "telegram", - "url": "https://t.me/cryptermain" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/cryptertoken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/cryptertoken/" - }, - { - "name": "whitepaper", - "url": "https://crypter.quest/Crypter-Whitepaper-V2" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDa6802BbEC06Ab447A68294A63DE47eD4506ACAA/logo.png b/blockchains/smartchain/assets/0xDa6802BbEC06Ab447A68294A63DE47eD4506ACAA/logo.png deleted file mode 100644 index 36ef28797a25d..0000000000000 Binary files a/blockchains/smartchain/assets/0xDa6802BbEC06Ab447A68294A63DE47eD4506ACAA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDaf4F11947E73f0eeBEf4a820f4Be9B854aa993B/info.json b/blockchains/smartchain/assets/0xDaf4F11947E73f0eeBEf4a820f4Be9B854aa993B/info.json deleted file mode 100644 index 0ff0e60bcdc48..0000000000000 --- a/blockchains/smartchain/assets/0xDaf4F11947E73f0eeBEf4a820f4Be9B854aa993B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Stellar Diamond", - "type": "BEP20", - "symbol": "XLD", - "decimals": 9, - "website": "https://stellardiamond.net", - "description": "The project is based on a BEP20 token called XLD. Its main feature involves an auto-claim BNB rewarding process, in which the contract periodically sends out BNB to addresses that hold XLD tokens. ", - "explorer": "https://bscscan.com/token/0xDaf4F11947E73f0eeBEf4a820f4Be9B854aa993B", - "status": "active", - "id": "0xDaf4F11947E73f0eeBEf4a820f4Be9B854aa993B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDaf4F11947E73f0eeBEf4a820f4Be9B854aa993B/logo.png b/blockchains/smartchain/assets/0xDaf4F11947E73f0eeBEf4a820f4Be9B854aa993B/logo.png deleted file mode 100644 index 7766267cb0768..0000000000000 Binary files a/blockchains/smartchain/assets/0xDaf4F11947E73f0eeBEf4a820f4Be9B854aa993B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/info.json b/blockchains/smartchain/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/info.json deleted file mode 100644 index ae937d227e227..0000000000000 --- a/blockchains/smartchain/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/info.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "Vote-escrowed EverRise", - "type": "BEP20", - "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://bscscan.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/smartchain/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/logo.png b/blockchains/smartchain/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/logo.png deleted file mode 100644 index 47ffbe08a8dcc..0000000000000 Binary files a/blockchains/smartchain/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDbCa1Fecbd2d3AE9EfC48f3E823fedE48530551a/info.json b/blockchains/smartchain/assets/0xDbCa1Fecbd2d3AE9EfC48f3E823fedE48530551a/info.json deleted file mode 100644 index ba2a03854c840..0000000000000 --- a/blockchains/smartchain/assets/0xDbCa1Fecbd2d3AE9EfC48f3E823fedE48530551a/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BYCOIN NFT", - "type": "BEP20", - "symbol": "BYCO", - "decimals": 9, - "website": "https://bycoin.digital/", - "description": "BYCOIN NFT DATATOKENS TURN DATA INTO DATA ASSETS. THIS ENABLES DATA WALLETS, DATA EXCHANGES, AND DATA CO-OPS BY LEVERAGING CRYPTO WALLETS, EXCHANGES AND GENERATE WITH OUR ALGORITHM NFT TOKENS.", - "explorer": "https://bscscan.com/token/0xDbCa1Fecbd2d3AE9EfC48f3E823fedE48530551a", - "status": "active", - "id": "0xDbCa1Fecbd2d3AE9EfC48f3E823fedE48530551a" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDbCa1Fecbd2d3AE9EfC48f3E823fedE48530551a/logo.png b/blockchains/smartchain/assets/0xDbCa1Fecbd2d3AE9EfC48f3E823fedE48530551a/logo.png deleted file mode 100644 index 2374ed8bbd650..0000000000000 Binary files a/blockchains/smartchain/assets/0xDbCa1Fecbd2d3AE9EfC48f3E823fedE48530551a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDc0f0a5719c39764b011eDd02811BD228296887C/info.json b/blockchains/smartchain/assets/0xDc0f0a5719c39764b011eDd02811BD228296887C/info.json deleted file mode 100644 index fe904e3b6f838..0000000000000 --- a/blockchains/smartchain/assets/0xDc0f0a5719c39764b011eDd02811BD228296887C/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DOS Network Token", - "symbol": "DOS", - "type": "BEP20", - "decimals": 18, - "description": "DOS Network describes itself as a decentralized oracle service supporting multiple heterogeneous blockchains.", - "website": "https://dos.network/", - "explorer": "https://bscscan.com/token/0xdc0f0a5719c39764b011edd02811bd228296887c", - "status": "active", - "id": "0xDc0f0a5719c39764b011eDd02811BD228296887C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDc0f0a5719c39764b011eDd02811BD228296887C/logo.png b/blockchains/smartchain/assets/0xDc0f0a5719c39764b011eDd02811BD228296887C/logo.png deleted file mode 100644 index 82a97b124f0e9..0000000000000 Binary files a/blockchains/smartchain/assets/0xDc0f0a5719c39764b011eDd02811BD228296887C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDc3d56d9f3A2b3cAb5Bd6cA6549229c33cB11AaB/info.json b/blockchains/smartchain/assets/0xDc3d56d9f3A2b3cAb5Bd6cA6549229c33cB11AaB/info.json deleted file mode 100644 index a8704ac879309..0000000000000 --- a/blockchains/smartchain/assets/0xDc3d56d9f3A2b3cAb5Bd6cA6549229c33cB11AaB/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BabYoda", - "website": "https://babyoda.net/", - "description": "BABYODA was inspired by the idea of joining the forces of cuteness overload and the legacy of Master Yoda in one, ultimate meme token.​ ", - "explorer": "https://bscscan.com/token/0xdc3d56d9f3a2b3cab5bd6ca6549229c33cb11aab", - "type": "BEP20", - "symbol": "BABYODA", - "decimals": 9, - "status": "active", - "id": "0xDc3d56d9f3A2b3cAb5Bd6cA6549229c33cB11AaB" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDc3d56d9f3A2b3cAb5Bd6cA6549229c33cB11AaB/logo.png b/blockchains/smartchain/assets/0xDc3d56d9f3A2b3cAb5Bd6cA6549229c33cB11AaB/logo.png deleted file mode 100644 index 96cfc0dc8e752..0000000000000 Binary files a/blockchains/smartchain/assets/0xDc3d56d9f3A2b3cAb5Bd6cA6549229c33cB11AaB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDc49d53330317cBc6924fA53042e0C9bCa0A8d63/info.json b/blockchains/smartchain/assets/0xDc49d53330317cBc6924fA53042e0C9bCa0A8d63/info.json deleted file mode 100644 index 06af0b37f9dfa..0000000000000 --- a/blockchains/smartchain/assets/0xDc49d53330317cBc6924fA53042e0C9bCa0A8d63/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "DOGEDI", - "type": "BEP20", - "symbol": "DOGEDI", - "decimals": 12, - "website": "https://dogedi.com", - "description": "DOGEDI ($DOGEDI or DOGEDI) is a collateralized cryptocurrency that grants investors holding DOGEDI instant BNB rewards on all transactions with AUTOCLAIM", - "explorer": "https://bscscan.com/token/0xDc49d53330317cBc6924fA53042e0C9bCa0A8d63", - "status": "active", - "id": "0xDc49d53330317cBc6924fA53042e0C9bCa0A8d63", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/DogediToken" - }, - { - "name": "telegram", - "url": "https://t.me/dogeditokenofficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/dogedi/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/dogedi" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDc49d53330317cBc6924fA53042e0C9bCa0A8d63/logo.png b/blockchains/smartchain/assets/0xDc49d53330317cBc6924fA53042e0C9bCa0A8d63/logo.png deleted file mode 100644 index fc8ca003fe846..0000000000000 Binary files a/blockchains/smartchain/assets/0xDc49d53330317cBc6924fA53042e0C9bCa0A8d63/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDcb624C870d73CDD0B3345762977CB14dE598cd0/info.json b/blockchains/smartchain/assets/0xDcb624C870d73CDD0B3345762977CB14dE598cd0/info.json deleted file mode 100644 index 674caca07ca97..0000000000000 --- a/blockchains/smartchain/assets/0xDcb624C870d73CDD0B3345762977CB14dE598cd0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "YFIH2", - "website": "https://h2finance.io", - "description": "YFIH2 is the first token of H2.Finance which mission is to help energy companies by lending money for their green energy investments.", - "explorer": "https://bscscan.com/token/0xDcb624C870d73CDD0B3345762977CB14dE598cd0", - "type": "BEP20", - "symbol": "YFIH2", - "decimals": 18, - "status": "active", - "id": "0xDcb624C870d73CDD0B3345762977CB14dE598cd0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDcb624C870d73CDD0B3345762977CB14dE598cd0/logo.png b/blockchains/smartchain/assets/0xDcb624C870d73CDD0B3345762977CB14dE598cd0/logo.png deleted file mode 100644 index 950047af598e6..0000000000000 Binary files a/blockchains/smartchain/assets/0xDcb624C870d73CDD0B3345762977CB14dE598cd0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDcd7C0BeDDe5a0421f59423648E3F956fcDDd5BE/info.json b/blockchains/smartchain/assets/0xDcd7C0BeDDe5a0421f59423648E3F956fcDDd5BE/info.json deleted file mode 100644 index c62aa27f9cfab..0000000000000 --- a/blockchains/smartchain/assets/0xDcd7C0BeDDe5a0421f59423648E3F956fcDDd5BE/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "UAVcoin", - "type": "BEP20", - "symbol": "UAV", - "decimals": 18, - "website": "https://uavcoin.co", - "description": "For A Decentralized Drone Flight Time, Security Protocol And Hardware Use Data Tabulation", - "explorer": "https://bscscan.com/token/0xDcd7C0BeDDe5a0421f59423648E3F956fcDDd5BE", - "status": "active", - "id": "0xDcd7C0BeDDe5a0421f59423648E3F956fcDDd5BE" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDcd7C0BeDDe5a0421f59423648E3F956fcDDd5BE/logo.png b/blockchains/smartchain/assets/0xDcd7C0BeDDe5a0421f59423648E3F956fcDDd5BE/logo.png deleted file mode 100644 index ffe4cfd41a955..0000000000000 Binary files a/blockchains/smartchain/assets/0xDcd7C0BeDDe5a0421f59423648E3F956fcDDd5BE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDd17629D05E068A9D118ee35d11101d4140D0586/info.json b/blockchains/smartchain/assets/0xDd17629D05E068A9D118ee35d11101d4140D0586/info.json deleted file mode 100644 index 1936f74fab11b..0000000000000 --- a/blockchains/smartchain/assets/0xDd17629D05E068A9D118ee35d11101d4140D0586/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "YoCoin", - "type": "BEP20", - "symbol": "YOCO", - "decimals": 9, - "website": "https://yoco.finance", - "description": "A Safe, Secure, Eco-Friendly, DeFi Cryptocurrency Engineered with the Lowest Trading Fees Available as well as Automatic Rewards for Life!", - "explorer": "https://bscscan.com/token/0xDd17629D05E068A9D118ee35d11101d4140D0586", - "status": "active", - "id": "0xDd17629D05E068A9D118ee35d11101d4140D0586", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/yocoiny" - }, - { - "name": "telegram", - "url": "https://t.me/YOCOyocoin" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/yocoin-yoco/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/yocoiny" - }, - { - "name": "discord", - "url": "https://discord.com/discord.gg/yocoinyoco" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/yocoinyoco" - }, - { - "name": "whitepaper", - "url": "https://yoco.finance/whitepaper/" - }, - { - "name": "facebook", - "url": "https://facebook.com/groups/yocoin" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/yocoinyoco" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDd17629D05E068A9D118ee35d11101d4140D0586/logo.png b/blockchains/smartchain/assets/0xDd17629D05E068A9D118ee35d11101d4140D0586/logo.png deleted file mode 100644 index fca5e38088050..0000000000000 Binary files a/blockchains/smartchain/assets/0xDd17629D05E068A9D118ee35d11101d4140D0586/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDdC0dBd7dC799ae53A98a60b54999cb6eBb3Abf0/info.json b/blockchains/smartchain/assets/0xDdC0dBd7dC799ae53A98a60b54999cb6eBb3Abf0/info.json deleted file mode 100644 index cdc83ddc36efd..0000000000000 --- a/blockchains/smartchain/assets/0xDdC0dBd7dC799ae53A98a60b54999cb6eBb3Abf0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeBLAST", - "website": "https://safeblastcrypto.com/", - "description": "SafeBLAST(BLAST) is an Autonomous yield and Liquidity generation protocol.", - "explorer": "https://bscscan.com/token/0xddc0dbd7dc799ae53a98a60b54999cb6ebb3abf0", - "type": "BEP20", - "symbol": "BLAST", - "decimals": 9, - "status": "active", - "id": "0xDdC0dBd7dC799ae53A98a60b54999cb6eBb3Abf0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDdC0dBd7dC799ae53A98a60b54999cb6eBb3Abf0/logo.png b/blockchains/smartchain/assets/0xDdC0dBd7dC799ae53A98a60b54999cb6eBb3Abf0/logo.png deleted file mode 100644 index 34180c9ce1d00..0000000000000 Binary files a/blockchains/smartchain/assets/0xDdC0dBd7dC799ae53A98a60b54999cb6eBb3Abf0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDeb9acA4F54ABd9b82Ca91B52fCCCF869882B9Fe/info.json b/blockchains/smartchain/assets/0xDeb9acA4F54ABd9b82Ca91B52fCCCF869882B9Fe/info.json deleted file mode 100644 index ee38178886950..0000000000000 --- a/blockchains/smartchain/assets/0xDeb9acA4F54ABd9b82Ca91B52fCCCF869882B9Fe/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "GDOGE", - "website": "https://gdoge.finance/", - "description": "Every transaction is taxed 5%: 2% is distributed to holders and 3% is locked in liquidity forever", - "explorer": "https://bscscan.com/token/0xdeb9aca4f54abd9b82ca91b52fcccf869882b9fe", - "type": "BEP20", - "symbol": "GDOGE", - "decimals": 9, - "status": "active", - "id": "0xDeb9acA4F54ABd9b82Ca91B52fCCCF869882B9Fe" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDeb9acA4F54ABd9b82Ca91B52fCCCF869882B9Fe/logo.png b/blockchains/smartchain/assets/0xDeb9acA4F54ABd9b82Ca91B52fCCCF869882B9Fe/logo.png deleted file mode 100644 index fd41378a9e487..0000000000000 Binary files a/blockchains/smartchain/assets/0xDeb9acA4F54ABd9b82Ca91B52fCCCF869882B9Fe/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDeb9e5D630CEa02cf83258aAf5bAD933F7a43AE7/info.json b/blockchains/smartchain/assets/0xDeb9e5D630CEa02cf83258aAf5bAD933F7a43AE7/info.json deleted file mode 100644 index c5d896c6db452..0000000000000 --- a/blockchains/smartchain/assets/0xDeb9e5D630CEa02cf83258aAf5bAD933F7a43AE7/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "BabyBitcoin", - "type": "BEP20", - "symbol": "BABYBITC", - "decimals": 9, - "website": "https://babybitcoin.app", - "description": "BabyBitcoin aims to provide continuous benefits for all project investors and token holders.", - "explorer": "https://bscscan.com/token/0xdeb9e5d630cea02cf83258aaf5bad933f7a43ae7", - "status": "active", - "id": "0xDeb9e5D630CEa02cf83258aAf5bAD933F7a43AE7", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BabyBITC_bsc" - }, - { - "name": "github", - "url": "https://github.com/BabyBitcoinOfficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/babybitcoin/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/babybitcoin" - }, - { - "name": "telegram", - "url": "https://t.me/Baby_Bitcoin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDeb9e5D630CEa02cf83258aAf5bAD933F7a43AE7/logo.png b/blockchains/smartchain/assets/0xDeb9e5D630CEa02cf83258aAf5bAD933F7a43AE7/logo.png deleted file mode 100644 index 9e8329195034b..0000000000000 Binary files a/blockchains/smartchain/assets/0xDeb9e5D630CEa02cf83258aAf5bAD933F7a43AE7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDf394853D830424CaFCCF7Be7dF065366cF31a69/info.json b/blockchains/smartchain/assets/0xDf394853D830424CaFCCF7Be7dF065366cF31a69/info.json deleted file mode 100644 index 5f0cfa09e534c..0000000000000 --- a/blockchains/smartchain/assets/0xDf394853D830424CaFCCF7Be7dF065366cF31a69/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "BICHON TOKENT", - "website": "https://bichontoken.com", - "audit": "https://www.certik.org/projects/bichon", - "description": "A cute Deflationary Cryptocurrency on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xDf394853D830424CaFCCF7Be7dF065366cF31a69", - "type": "BEP20", - "symbol": "BICHON", - "decimals": 9, - "status": "active", - "id": "0xDf394853D830424CaFCCF7Be7dF065366cF31a69", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BICHON MEME TOKEN" - }, - { - "name": "telegram", - "url": "https://t.me/bichoncommunity" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDf394853D830424CaFCCF7Be7dF065366cF31a69/logo.png b/blockchains/smartchain/assets/0xDf394853D830424CaFCCF7Be7dF065366cF31a69/logo.png deleted file mode 100644 index 56e041b5cf9cf..0000000000000 Binary files a/blockchains/smartchain/assets/0xDf394853D830424CaFCCF7Be7dF065366cF31a69/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDf5301b96ceCCb9C2a61505B3A7577111056A4C5/info.json b/blockchains/smartchain/assets/0xDf5301b96ceCCb9C2a61505B3A7577111056A4C5/info.json deleted file mode 100644 index 845b8b121dd11..0000000000000 --- a/blockchains/smartchain/assets/0xDf5301b96ceCCb9C2a61505B3A7577111056A4C5/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Captain", - "type": "BEP20", - "symbol": "CAPT", - "decimals": 9, - "website": "https://capttoken.com/", - "description": "CAPT token is the main token and store of value for CaptainSwap", - "explorer": "https://bscscan.com/token/0xDf5301b96ceCCb9C2a61505B3A7577111056A4C5", - "status": "active", - "id": "0xDf5301b96ceCCb9C2a61505B3A7577111056A4C5" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDf5301b96ceCCb9C2a61505B3A7577111056A4C5/logo.png b/blockchains/smartchain/assets/0xDf5301b96ceCCb9C2a61505B3A7577111056A4C5/logo.png deleted file mode 100644 index d7729e1fabae5..0000000000000 Binary files a/blockchains/smartchain/assets/0xDf5301b96ceCCb9C2a61505B3A7577111056A4C5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xDfDec49462f7D3C3b0A48E729F77A0645CDFA7c0/info.json b/blockchains/smartchain/assets/0xDfDec49462f7D3C3b0A48E729F77A0645CDFA7c0/info.json deleted file mode 100644 index c11028435f4b6..0000000000000 --- a/blockchains/smartchain/assets/0xDfDec49462f7D3C3b0A48E729F77A0645CDFA7c0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeGem.finance", - "website": "https://www.safegem.finance/", - "description": "SafeGem is a frictionless high-yield generation protocol combined with continuous permanent burn, with a grand vision! We aim to create an exclusive platform that will authenticate precious stones by providing digital certification for gems.", - "explorer": "https://bscscan.com/token/0xDfDec49462f7D3C3b0A48E729F77A0645CDFA7c0", - "type": "BEP20", - "symbol": "GEMS", - "decimals": 9, - "status": "active", - "id": "0xDfDec49462f7D3C3b0A48E729F77A0645CDFA7c0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xDfDec49462f7D3C3b0A48E729F77A0645CDFA7c0/logo.png b/blockchains/smartchain/assets/0xDfDec49462f7D3C3b0A48E729F77A0645CDFA7c0/logo.png deleted file mode 100644 index 6f1b5b5ac383b..0000000000000 Binary files a/blockchains/smartchain/assets/0xDfDec49462f7D3C3b0A48E729F77A0645CDFA7c0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE02018491ADf33B3Ef3001a0e2F2139821dA8d2F/info.json b/blockchains/smartchain/assets/0xE02018491ADf33B3Ef3001a0e2F2139821dA8d2F/info.json deleted file mode 100644 index 5c9634397af02..0000000000000 --- a/blockchains/smartchain/assets/0xE02018491ADf33B3Ef3001a0e2F2139821dA8d2F/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SuperNova", - "website": "https://supernova.investments/", - "description": "Yield farm SPR on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xE02018491ADf33B3Ef3001a0e2F2139821dA8d2F", - "type": "BEP20", - "symbol": "SPR", - "decimals": 8, - "status": "active", - "id": "0xE02018491ADf33B3Ef3001a0e2F2139821dA8d2F" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE02018491ADf33B3Ef3001a0e2F2139821dA8d2F/logo.png b/blockchains/smartchain/assets/0xE02018491ADf33B3Ef3001a0e2F2139821dA8d2F/logo.png deleted file mode 100644 index 1141bedeb3d5f..0000000000000 Binary files a/blockchains/smartchain/assets/0xE02018491ADf33B3Ef3001a0e2F2139821dA8d2F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE02dF9e3e622DeBdD69fb838bB799E3F168902c5/info.json b/blockchains/smartchain/assets/0xE02dF9e3e622DeBdD69fb838bB799E3F168902c5/info.json deleted file mode 100644 index 99a303e1b6e72..0000000000000 --- a/blockchains/smartchain/assets/0xE02dF9e3e622DeBdD69fb838bB799E3F168902c5/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Bakery Token", - "website": "https://bakeryswap.org", - "description": "BakerySwap, an AMM Dex on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xE02dF9e3e622DeBdD69fb838bB799E3F168902c5", - "research": "https://research.binance.com/en/projects/bakerytoken", - "type": "BEP20", - "symbol": "BAKE", - "decimals": 18, - "status": "active", - "id": "0xE02dF9e3e622DeBdD69fb838bB799E3F168902c5", - "tags": [ - "defi" - ], - "links": [ - { - "name": "blog", - "url": "https://medium.com/@BakerySwap" - }, - { - "name": "twitter", - "url": "https://twitter.com/bakery_swap" - }, - { - "name": "telegram", - "url": "https://t.me/bakeryswap" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE02dF9e3e622DeBdD69fb838bB799E3F168902c5/logo.png b/blockchains/smartchain/assets/0xE02dF9e3e622DeBdD69fb838bB799E3F168902c5/logo.png deleted file mode 100644 index 268ebd4202a87..0000000000000 Binary files a/blockchains/smartchain/assets/0xE02dF9e3e622DeBdD69fb838bB799E3F168902c5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE03495fCa9e644d55B65c30ed9fdC3321C260126/info.json b/blockchains/smartchain/assets/0xE03495fCa9e644d55B65c30ed9fdC3321C260126/info.json deleted file mode 100644 index 5e06b1beae492..0000000000000 --- a/blockchains/smartchain/assets/0xE03495fCa9e644d55B65c30ed9fdC3321C260126/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "WhenLambo", - "type": "BEP20", - "symbol": "WHENLAMBO", - "decimals": 18, - "website": "https://whenlambo.vip/", - "description": "WhenLambo is a fully decentralized reflection & automated liquidity token with CAKE rewards for token holders and a unique chance to win big in our special draw system!", - "explorer": "https://bscscan.com/token/0xE03495fCa9e644d55B65c30ed9fdC3321C260126", - "status": "active", - "id": "0xE03495fCa9e644d55B65c30ed9fdC3321C260126", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/@WhenLamboTokens" - }, - { - "name": "github", - "url": "https://github.com/whenlambotoken/whenlambo-protocol" - }, - { - "name": "telegram", - "url": "https://t.me/WhenLamboTokens" - }, - { - "name": "telegram_news", - "url": "https://t.me/WhenLamboTokensNews" - }, - { - "name": "medium", - "url": "https://medium.com/@WhenLamboTokens" - }, - { - "name": "whitepaper", - "url": "https://whenlambo.vip/roadmap" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/whenlambo/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE03495fCa9e644d55B65c30ed9fdC3321C260126/logo.png b/blockchains/smartchain/assets/0xE03495fCa9e644d55B65c30ed9fdC3321C260126/logo.png deleted file mode 100644 index 5e1b3f989197a..0000000000000 Binary files a/blockchains/smartchain/assets/0xE03495fCa9e644d55B65c30ed9fdC3321C260126/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE0399378f7a92A39DA849EB64CdDdE2940e234Bb/info.json b/blockchains/smartchain/assets/0xE0399378f7a92A39DA849EB64CdDdE2940e234Bb/info.json deleted file mode 100644 index e35cf9475f803..0000000000000 --- a/blockchains/smartchain/assets/0xE0399378f7a92A39DA849EB64CdDdE2940e234Bb/info.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "name": "ZionTopia", - "type": "BEP20", - "symbol": "ZION", - "decimals": 9, - "website": "https://ziontopia.com/", - "description": "ZionTopia will act as a tokenized decentralised VR Crypto Underground world. The ZionTopia Metaverse will work as a real estate and present shops that can be purchased, sold or governed by the ZION token holders.", - "explorer": "https://bscscan.com/token/0xE0399378f7a92A39DA849EB64CdDdE2940e234Bb", - "status": "active", - "id": "0xE0399378f7a92A39DA849EB64CdDdE2940e234Bb", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/zion_topia" - }, - { - "name": "github", - "url": "https://github.com/ZionTopia" - }, - { - "name": "telegram", - "url": "https://t.me/ziontopia" - }, - { - "name": "telegram_news", - "url": "https://t.me/" - }, - { - "name": "blog", - "url": "https://medium.com/@ziontopia" - }, - { - "name": "docs", - "url": "https://medium.com/@ziontopia" - }, - { - "name": "forum", - "url": "https://www.reddit.com/user/ziontopia" - }, - { - "name": "discord", - "url": "https://discord.com/" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/ziontopia" - }, - { - "name": "whitepaper", - "url": "https://cdnziontopia.com/router/whitepaper.php" - }, - { - "name": "medium", - "url": "https://medium.com/@ziontopia" - }, - { - "name": "youtube", - "url": "https://youtube.com/ziontopia" - }, - { - "name": "facebook", - "url": "https://facebook.com/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/ziontopia" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/ziontopia" - }, - { - "name": "source_code", - "url": "https://github.com/ZionTopia/ziontopia/blob/main/ziontopia" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE0399378f7a92A39DA849EB64CdDdE2940e234Bb/logo.png b/blockchains/smartchain/assets/0xE0399378f7a92A39DA849EB64CdDdE2940e234Bb/logo.png deleted file mode 100644 index a0f69fd2b7085..0000000000000 Binary files a/blockchains/smartchain/assets/0xE0399378f7a92A39DA849EB64CdDdE2940e234Bb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE0b1EF69BC4AB4173989C1190f0d77A813f3B726/info.json b/blockchains/smartchain/assets/0xE0b1EF69BC4AB4173989C1190f0d77A813f3B726/info.json deleted file mode 100644 index 1a105f8bdf926..0000000000000 --- a/blockchains/smartchain/assets/0xE0b1EF69BC4AB4173989C1190f0d77A813f3B726/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Fat Cat Killer", - "website": "https://fatcatkiller.com/", - "description": "Fat Cat Killer is a secure, medium for crypto payment processing. Integration with commonly used Point-of-Sale systems uniquely position it in hospitality venues. Low transaction rates offer unbeatable savings for both buyers and merchants with luxury brands.", - "explorer": "https://bscscan.com/token/0xe0b1ef69bc4ab4173989c1190f0d77a813f3b726", - "type": "BEP20", - "symbol": "KILLER", - "decimals": 9, - "status": "active", - "id": "0xE0b1EF69BC4AB4173989C1190f0d77A813f3B726", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Fat_Cat_Killer" - }, - { - "name": "facebook", - "url": "https://facebook.com/FatCatKiller/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/fat-cat-killer/" - }, - { - "name": "telegram", - "url": "https://t.me/FatCatKillerPortal" - }, - { - "name": "whitepaper", - "url": "https://fatcatkiller.com/wp-content/uploads/2022/04/FINAL-WHITE-PAPER-ENG-2022-04-22.pdf" - } - ], - "tags": [ - "defi", - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE0b1EF69BC4AB4173989C1190f0d77A813f3B726/logo.png b/blockchains/smartchain/assets/0xE0b1EF69BC4AB4173989C1190f0d77A813f3B726/logo.png deleted file mode 100644 index 69c42e1a62652..0000000000000 Binary files a/blockchains/smartchain/assets/0xE0b1EF69BC4AB4173989C1190f0d77A813f3B726/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE10e9822A5de22F8761919310DDA35CD997d63c0/info.json b/blockchains/smartchain/assets/0xE10e9822A5de22F8761919310DDA35CD997d63c0/info.json deleted file mode 100644 index 7b6ee06e222fb..0000000000000 --- a/blockchains/smartchain/assets/0xE10e9822A5de22F8761919310DDA35CD997d63c0/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "THUGS", - "website": "https://thugs.fi/", - "description": "THUGS is a Binance Smart Chain DeFi Token with a burn mechanism, forever locked initial liquidity & the centerpiece of the Thugs Fi ecosystem (StreetSwap Exchange, Traphouse Yield Farm & NFT Marketplace).", - "explorer": "https://bscscan.com/token/0xE10e9822A5de22F8761919310DDA35CD997d63c0", - "type": "BEP20", - "symbol": "THUGS", - "decimals": 18, - "status": "active", - "id": "0xE10e9822A5de22F8761919310DDA35CD997d63c0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ThugsFinance" - }, - { - "name": "telegram", - "url": "https://t.me/thugsfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/AJDqFTP" - }, - { - "name": "medium", - "url": "https://thugsfinance.medium.com/" - }, - { - "name": "docs", - "url": "https://docs.thugs.fi/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE10e9822A5de22F8761919310DDA35CD997d63c0/logo.png b/blockchains/smartchain/assets/0xE10e9822A5de22F8761919310DDA35CD997d63c0/logo.png deleted file mode 100644 index d651456f88dfc..0000000000000 Binary files a/blockchains/smartchain/assets/0xE10e9822A5de22F8761919310DDA35CD997d63c0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE2271046A181b41f20Ad1A4076A4FA0Fd0853D09/info.json b/blockchains/smartchain/assets/0xE2271046A181b41f20Ad1A4076A4FA0Fd0853D09/info.json deleted file mode 100644 index 69ad36ebd4d04..0000000000000 --- a/blockchains/smartchain/assets/0xE2271046A181b41f20Ad1A4076A4FA0Fd0853D09/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeUniverse V2", - "type": "BEP20", - "symbol": "SAFUV2", - "decimals": 9, - "website": "https://safeuniverse.net/", - "description": "SAFUV2, A Frictionless Yield Generation, Community Driven Protocol.", - "explorer": "https://bscscan.com/token/0xE2271046A181b41f20Ad1A4076A4FA0Fd0853D09", - "status": "active", - "id": "0xE2271046A181b41f20Ad1A4076A4FA0Fd0853D09" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE2271046A181b41f20Ad1A4076A4FA0Fd0853D09/logo.png b/blockchains/smartchain/assets/0xE2271046A181b41f20Ad1A4076A4FA0Fd0853D09/logo.png deleted file mode 100644 index 3267db0a63605..0000000000000 Binary files a/blockchains/smartchain/assets/0xE2271046A181b41f20Ad1A4076A4FA0Fd0853D09/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE27cef1A1CE062f236bE7a6331F101230cc14E02/info.json b/blockchains/smartchain/assets/0xE27cef1A1CE062f236bE7a6331F101230cc14E02/info.json deleted file mode 100644 index a43316fac8a38..0000000000000 --- a/blockchains/smartchain/assets/0xE27cef1A1CE062f236bE7a6331F101230cc14E02/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LittlePandaMoon", - "type": "BEP20", - "symbol": "LTPM", - "decimals": 9, - "website": "https://littlepandamoon.com", - "description": "Panda Protocol is a community driven, fair launched DeFi Token. Three simple functions occur during each trade: Reflection, LP Acquisition, and Burn.", - "explorer": "https://bscscan.com/token/0xE27cef1A1CE062f236bE7a6331F101230cc14E02", - "status": "active", - "id": "0xE27cef1A1CE062f236bE7a6331F101230cc14E02" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE27cef1A1CE062f236bE7a6331F101230cc14E02/logo.png b/blockchains/smartchain/assets/0xE27cef1A1CE062f236bE7a6331F101230cc14E02/logo.png deleted file mode 100644 index a2a2e92981e18..0000000000000 Binary files a/blockchains/smartchain/assets/0xE27cef1A1CE062f236bE7a6331F101230cc14E02/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE283D0e3B8c102BAdF5E8166B73E02D96d92F688/info.json b/blockchains/smartchain/assets/0xE283D0e3B8c102BAdF5E8166B73E02D96d92F688/info.json deleted file mode 100644 index cc008a622c28a..0000000000000 --- a/blockchains/smartchain/assets/0xE283D0e3B8c102BAdF5E8166B73E02D96d92F688/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Elephant Money", - "type": "BEP20", - "symbol": "ELEPHANT", - "decimals": 9, - "website": "https://elephant.money", - "description": "- Rediscover innovation with rewards without farming or staking Balanced distribution. Fueled by ecosystem contracts. Frictionless rewards directly to holder’s wallet Locked-liquidity. Auto-rebalancing burn address. A cashflow asset", - "explorer": "https://bscscan.com/token/0xE283D0e3B8c102BAdF5E8166B73E02D96d92F688", - "status": "active", - "id": "0xE283D0e3B8c102BAdF5E8166B73E02D96d92F688" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE283D0e3B8c102BAdF5E8166B73E02D96d92F688/logo.png b/blockchains/smartchain/assets/0xE283D0e3B8c102BAdF5E8166B73E02D96d92F688/logo.png deleted file mode 100644 index 02068a520bb17..0000000000000 Binary files a/blockchains/smartchain/assets/0xE283D0e3B8c102BAdF5E8166B73E02D96d92F688/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE285510E5C14c2b8ff46147D9145f034B8Ff073B/info.json b/blockchains/smartchain/assets/0xE285510E5C14c2b8ff46147D9145f034B8Ff073B/info.json deleted file mode 100644 index 2e4dbd74a4b37..0000000000000 --- a/blockchains/smartchain/assets/0xE285510E5C14c2b8ff46147D9145f034B8Ff073B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "VanCat Sperm Token", - "website": "https://www.vancatsperm.com/", - "description": "VANCAT Sperm Token (VCSPERM) is a subtoken of VANCAT Token and VANCAT universe. Users must have VCSPERM to mint Special NFTs", - "explorer": "https://bscscan.com/token/0xe285510e5c14c2b8ff46147d9145f034b8ff073b", - "id": "0xE285510E5C14c2b8ff46147D9145f034B8Ff073B", - "symbol": "VCSPERM", - "type": "BEP20", - "decimals": 0, - "status": "active" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE285510E5C14c2b8ff46147D9145f034B8Ff073B/logo.png b/blockchains/smartchain/assets/0xE285510E5C14c2b8ff46147D9145f034B8Ff073B/logo.png deleted file mode 100644 index 562b3f42d935a..0000000000000 Binary files a/blockchains/smartchain/assets/0xE285510E5C14c2b8ff46147D9145f034B8Ff073B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE3233fdb23F1c27aB37Bd66A19a1f1762fCf5f3F/info.json b/blockchains/smartchain/assets/0xE3233fdb23F1c27aB37Bd66A19a1f1762fCf5f3F/info.json deleted file mode 100644 index 63688229013c3..0000000000000 --- a/blockchains/smartchain/assets/0xE3233fdb23F1c27aB37Bd66A19a1f1762fCf5f3F/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Elemon", - "website": "https://elemon.io/", - "description": "Elemon is a NFTs game based on blockchain technology with the purposes and missions to deliver sustainable values to all users and investors in the Cryptocurrency field. More specifically, Elemon is constructed with a comprehensive ecosystem and hosted on the BSC platform with ERC-721 standard.", - "explorer": "https://bscscan.com/token/0xE3233fdb23F1c27aB37Bd66A19a1f1762fCf5f3F", - "symbol": "ELMON", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0xE3233fdb23F1c27aB37Bd66A19a1f1762fCf5f3F", - "links": [ - { - "name": "telegram", - "url": "https://t.me/ElemonAnnouncement" - }, - { - "name": "twitter", - "url": "https://twitter.com/ElemonGame" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/elemon/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE3233fdb23F1c27aB37Bd66A19a1f1762fCf5f3F/logo.png b/blockchains/smartchain/assets/0xE3233fdb23F1c27aB37Bd66A19a1f1762fCf5f3F/logo.png deleted file mode 100644 index e1833c2a6523b..0000000000000 Binary files a/blockchains/smartchain/assets/0xE3233fdb23F1c27aB37Bd66A19a1f1762fCf5f3F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE3894CB9E92ca78524Fb6a30Ff072FA5E533c162/info.json b/blockchains/smartchain/assets/0xE3894CB9E92ca78524Fb6a30Ff072FA5E533c162/info.json deleted file mode 100644 index 40f5df9421076..0000000000000 --- a/blockchains/smartchain/assets/0xE3894CB9E92ca78524Fb6a30Ff072FA5E533c162/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Everlasting Parachain", - "type": "BEP20", - "symbol": "ELP", - "decimals": 18, - "website": "https://www.cycan.network/", - "description": "Everlasting Parachain(ELP) is the canary network of the Cycan network. The ELP is based on Polkadot's canary network Kusama. The goal of the Cycan network is to build a decentralized asset management protocol based on the Substrate framework.", - "explorer": "https://bscscan.com/token/0xE3894CB9E92ca78524Fb6a30Ff072FA5E533c162", - "status": "active", - "id": "0xE3894CB9E92ca78524Fb6a30Ff072FA5E533c162" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE3894CB9E92ca78524Fb6a30Ff072FA5E533c162/logo.png b/blockchains/smartchain/assets/0xE3894CB9E92ca78524Fb6a30Ff072FA5E533c162/logo.png deleted file mode 100644 index 99c45719f4e9f..0000000000000 Binary files a/blockchains/smartchain/assets/0xE3894CB9E92ca78524Fb6a30Ff072FA5E533c162/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE38950f71E2D2Fc4cA9dC9C3625d82560b0A5d8F/info.json b/blockchains/smartchain/assets/0xE38950f71E2D2Fc4cA9dC9C3625d82560b0A5d8F/info.json deleted file mode 100644 index ad815ea101fd9..0000000000000 --- a/blockchains/smartchain/assets/0xE38950f71E2D2Fc4cA9dC9C3625d82560b0A5d8F/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "decimals": 9, - "description": "NELO is a protocol and infrastructure that is leveraging the Proof-of-Stake consensus algorithm to help developers deploy their games and Metaverse projects.", - "explorer": "https://bscscan.com/token/0xE38950f71E2D2Fc4cA9dC9C3625d82560b0A5d8F", - "id": "0xE38950f71E2D2Fc4cA9dC9C3625d82560b0A5d8F", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/NELOnetwork" - }, - { - "name": "telegram", - "url": "https://t.me/NELOnetwork" - }, - { - "name": "discord", - "url": "https://discord.com/invite/NELOnetwork" - }, - { - "name": "facebook", - "url": "https://facebook.com/NELOnetwork/" - } - ], - "name": "NELO", - "status": "active", - "symbol": "NELO", - "tags": [ - "nft", - "defi" - ], - "type": "BEP20", - "website": "https://nelo.network/" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE38950f71E2D2Fc4cA9dC9C3625d82560b0A5d8F/logo.png b/blockchains/smartchain/assets/0xE38950f71E2D2Fc4cA9dC9C3625d82560b0A5d8F/logo.png deleted file mode 100644 index 1a6210abf880f..0000000000000 Binary files a/blockchains/smartchain/assets/0xE38950f71E2D2Fc4cA9dC9C3625d82560b0A5d8F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE3Ba88c38D2789FE58465020CC0FB60b70c10d32/info.json b/blockchains/smartchain/assets/0xE3Ba88c38D2789FE58465020CC0FB60b70c10d32/info.json deleted file mode 100644 index 184add83669ff..0000000000000 --- a/blockchains/smartchain/assets/0xE3Ba88c38D2789FE58465020CC0FB60b70c10d32/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Kindcow Finance", - "website": "https://kindcow.finance", - "description": "The true Decentralized Finance, with no third party control. Everyone can vote their own project! The more votes the more KIND burned, the less supply!", - "explorer": "https://bscscan.com/token/0xE3Ba88c38D2789FE58465020CC0FB60b70c10d32", - "research": "", - "type": "BEP20", - "symbol": "KIND", - "decimals": 8, - "status": "active", - "id": "0xE3Ba88c38D2789FE58465020CC0FB60b70c10d32" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE3Ba88c38D2789FE58465020CC0FB60b70c10d32/logo.png b/blockchains/smartchain/assets/0xE3Ba88c38D2789FE58465020CC0FB60b70c10d32/logo.png deleted file mode 100644 index 53b9c3e0932cd..0000000000000 Binary files a/blockchains/smartchain/assets/0xE3Ba88c38D2789FE58465020CC0FB60b70c10d32/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE3e8cC42DA487d1116D26687856e9FB684817c52/info.json b/blockchains/smartchain/assets/0xE3e8cC42DA487d1116D26687856e9FB684817c52/info.json deleted file mode 100644 index eee362c5ef97e..0000000000000 --- a/blockchains/smartchain/assets/0xE3e8cC42DA487d1116D26687856e9FB684817c52/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "RASTA", - "type": "BEP20", - "symbol": "RASTA", - "decimals": 18, - "website": "https://rasta.finance", - "description": "A Community Oriented Project, with Rastafarian Ideology, deployed on the Binance Smart Chain. ", - "explorer": "https://bscscan.com/token/0xE3e8cC42DA487d1116D26687856e9FB684817c52", - "status": "active", - "id": "0xE3e8cC42DA487d1116D26687856e9FB684817c52" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE3e8cC42DA487d1116D26687856e9FB684817c52/logo.png b/blockchains/smartchain/assets/0xE3e8cC42DA487d1116D26687856e9FB684817c52/logo.png deleted file mode 100644 index b6daec1dc3571..0000000000000 Binary files a/blockchains/smartchain/assets/0xE3e8cC42DA487d1116D26687856e9FB684817c52/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE40255C5d7fa7ceEc5120408C78C787CECB4cfdb/info.json b/blockchains/smartchain/assets/0xE40255C5d7fa7ceEc5120408C78C787CECB4cfdb/info.json deleted file mode 100644 index d069920888440..0000000000000 --- a/blockchains/smartchain/assets/0xE40255C5d7fa7ceEc5120408C78C787CECB4cfdb/info.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "SWGb", - "ticker": "SWGb", - "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://bscscan.com/token/0xE40255C5d7fa7ceEc5120408C78C787CECB4cfdb", - "research": "https://swirgepay.com", - "type": "BEP20", - "symbol": "SWGb", - "decimals": 18, - "status": "active", - "id": "0xE40255C5d7fa7ceEc5120408C78C787CECB4cfdb", - "links": [ - { - "name": "whitepaper", - "url": "https://swirgepay.com/docs/not-so-whitepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE40255C5d7fa7ceEc5120408C78C787CECB4cfdb/logo.png b/blockchains/smartchain/assets/0xE40255C5d7fa7ceEc5120408C78C787CECB4cfdb/logo.png deleted file mode 100644 index 9d2e900319cbb..0000000000000 Binary files a/blockchains/smartchain/assets/0xE40255C5d7fa7ceEc5120408C78C787CECB4cfdb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE405f6Ae74ad3efD31C23A40CE23b3D3A3B95FB9/info.json b/blockchains/smartchain/assets/0xE405f6Ae74ad3efD31C23A40CE23b3D3A3B95FB9/info.json deleted file mode 100644 index 378253ad62360..0000000000000 --- a/blockchains/smartchain/assets/0xE405f6Ae74ad3efD31C23A40CE23b3D3A3B95FB9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Tokyo Inu", - "type": "BEP20", - "symbol": "TOKI", - "decimals": 9, - "website": "https://www.tokyoinu.com/", - "description": "Tokyo Inu is a family member of Shiba BUILT with peer-to-peer cryptocurrency + Automated Rewards Farming (ARF) technology.", - "explorer": "https://bscscan.com/token/0xE405f6Ae74ad3efD31C23A40CE23b3D3A3B95FB9", - "status": "active", - "id": "0xE405f6Ae74ad3efD31C23A40CE23b3D3A3B95FB9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE405f6Ae74ad3efD31C23A40CE23b3D3A3B95FB9/logo.png b/blockchains/smartchain/assets/0xE405f6Ae74ad3efD31C23A40CE23b3D3A3B95FB9/logo.png deleted file mode 100644 index 813a1f3c8955f..0000000000000 Binary files a/blockchains/smartchain/assets/0xE405f6Ae74ad3efD31C23A40CE23b3D3A3B95FB9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE4145407d1952B6C1d5bE9039a2EfFA3A0ed3baa/info.json b/blockchains/smartchain/assets/0xE4145407d1952B6C1d5bE9039a2EfFA3A0ed3baa/info.json deleted file mode 100644 index a4269d23bb002..0000000000000 --- a/blockchains/smartchain/assets/0xE4145407d1952B6C1d5bE9039a2EfFA3A0ed3baa/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Annex BTC", - "website": "https://www.annex.finance/", - "description": "Money Markets. A Decentralized Marketplace for Lenders and Borrowers", - "explorer": "https://bscscan.com/token/0xE4145407d1952B6C1d5bE9039a2EfFA3A0ed3baa", - "type": "BEP20", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/AnnexFinance" - }, - { - "name": "medium", - "url": "https://annexfinance.medium.com/" - }, - { - "name": "telegram", - "url": "https://t.me/Annex_finance_group" - }, - { - "name": "github", - "url": "https://github.com/annexfinance/annex-protocol" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/AnnexFinance/" - } - ], - "symbol": "aBTC", - "decimals": 8, - "status": "active", - "id": "0xE4145407d1952B6C1d5bE9039a2EfFA3A0ed3baa" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE4145407d1952B6C1d5bE9039a2EfFA3A0ed3baa/logo.png b/blockchains/smartchain/assets/0xE4145407d1952B6C1d5bE9039a2EfFA3A0ed3baa/logo.png deleted file mode 100644 index 339cadb89f3df..0000000000000 Binary files a/blockchains/smartchain/assets/0xE4145407d1952B6C1d5bE9039a2EfFA3A0ed3baa/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE41d9E1311209F2e05850F9de6201Ab4B930Bfc2/info.json b/blockchains/smartchain/assets/0xE41d9E1311209F2e05850F9de6201Ab4B930Bfc2/info.json deleted file mode 100644 index d05fdefb1c874..0000000000000 --- a/blockchains/smartchain/assets/0xE41d9E1311209F2e05850F9de6201Ab4B930Bfc2/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "SPONSEE", - "type": "BEP20", - "symbol": "SPON", - "decimals": 18, - "website": "https://sponsee.io/", - "description": "Sponsee is the bridge that connects influencers with businesses in a fast, efficient and safe manner. Through the use of smart contracts, processes like peer reviews, dispute resolution(JURY Protocol), digital contracture are integrated into one seamless workflow.", - "explorer": "https://bscscan.com/token/0xE41d9E1311209F2e05850F9de6201Ab4B930Bfc2", - "status": "active", - "id": "0xE41d9E1311209F2e05850F9de6201Ab4B930Bfc2", - "links": [ - { - "name": "github", - "url": "https://github.com/Sponsee/" - }, - { - "name": "twitter", - "url": "https://twitter.com/SPONtoken" - }, - { - "name": "telegram", - "url": "https://t.me/Sponsee/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/sponsee/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/sponsee/" - }, - { - "name": "facebook", - "url": "https://facebook.com/SponseeApp/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE41d9E1311209F2e05850F9de6201Ab4B930Bfc2/logo.png b/blockchains/smartchain/assets/0xE41d9E1311209F2e05850F9de6201Ab4B930Bfc2/logo.png deleted file mode 100644 index 81f8388451a18..0000000000000 Binary files a/blockchains/smartchain/assets/0xE41d9E1311209F2e05850F9de6201Ab4B930Bfc2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE4318F2aCf2b9c3f518A3a03B5412F4999970Ddb/info.json b/blockchains/smartchain/assets/0xE4318F2aCf2b9c3f518A3a03B5412F4999970Ddb/info.json deleted file mode 100644 index 04dbb6ffbb900..0000000000000 --- a/blockchains/smartchain/assets/0xE4318F2aCf2b9c3f518A3a03B5412F4999970Ddb/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Rhythm", - "type": "BEP20", - "symbol": "RHYTHM", - "decimals": 9, - "website": "https://rhythm.cash/", - "description": "$RHYTHM is the token powering the Rhythm music streaming platform, which boasts a library of over 100 million songs, offering holders in-app rewards, perks, NFTs, and powering the Artist Partner Program.", - "explorer": "https://bscscan.com/token/0xE4318F2aCf2b9c3f518A3a03B5412F4999970Ddb", - "status": "active", - "id": "0xE4318F2aCf2b9c3f518A3a03B5412F4999970Ddb", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/RhythmBSC" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/rhythm" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/rhythm/" - }, - { - "name": "telegram", - "url": "https://t.me/RhythmChat" - }, - { - "name": "whitepaper", - "url": "https://rhythm.cash/whitepaper" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE4318F2aCf2b9c3f518A3a03B5412F4999970Ddb/logo.png b/blockchains/smartchain/assets/0xE4318F2aCf2b9c3f518A3a03B5412F4999970Ddb/logo.png deleted file mode 100644 index 9889f11c3cbf1..0000000000000 Binary files a/blockchains/smartchain/assets/0xE4318F2aCf2b9c3f518A3a03B5412F4999970Ddb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE440b9af0AE99174b3FAaB87174E31634D135f6d/info.json b/blockchains/smartchain/assets/0xE440b9af0AE99174b3FAaB87174E31634D135f6d/info.json deleted file mode 100644 index 12805451c92bd..0000000000000 --- a/blockchains/smartchain/assets/0xE440b9af0AE99174b3FAaB87174E31634D135f6d/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MONETAS", - "type": "BEP20", - "symbol": "MNTG", - "decimals": 18, - "website": "https://monetasglobal.com/", - "description": "monetas", - "explorer": "https://bscscan.com/token/0xE440b9af0AE99174b3FAaB87174E31634D135f6d", - "status": "abandoned", - "id": "0xE440b9af0AE99174b3FAaB87174E31634D135f6d" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE44946b6A075b2C99fDe1dD0c4dA4a3436211f8C/info.json b/blockchains/smartchain/assets/0xE44946b6A075b2C99fDe1dD0c4dA4a3436211f8C/info.json deleted file mode 100644 index 8693ba4605462..0000000000000 --- a/blockchains/smartchain/assets/0xE44946b6A075b2C99fDe1dD0c4dA4a3436211f8C/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "MUFC Token", - "website": "https://mutoken.io", - "description": "Built by the fan community, Manchester United Fan Token (MUFC) is a cryptocurrency representing voting rights in distribution mechanism as well as various benefits and rewards for holders, which they can leverage to engage and express the love to the Manchester United F.C. football club", - "explorer": "https://bscscan.com/token/0xE44946b6A075b2C99fDe1dD0c4dA4a3436211f8C", - "type": "BEP20", - "symbol": "MUFC", - "decimals": 18, - "status": "active", - "id": "0xE44946b6A075b2C99fDe1dD0c4dA4a3436211f8C", - "links": [ - { - "name": "whitepaper", - "url": "https://drive.google.com/file/d/1rzrF-drYWCire2ghGarFi-J1gI_lWo0S/view" - }, - { - "name": "twitter", - "url": "https://twitter.com/mufantoken" - }, - { - "name": "telegram", - "url": "https://t.me/MUFC_official_channel" - }, - { - "name": "medium", - "url": "https://medium.com/@mufantoken" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE44946b6A075b2C99fDe1dD0c4dA4a3436211f8C/logo.png b/blockchains/smartchain/assets/0xE44946b6A075b2C99fDe1dD0c4dA4a3436211f8C/logo.png deleted file mode 100644 index 5b43afc9ecd4d..0000000000000 Binary files a/blockchains/smartchain/assets/0xE44946b6A075b2C99fDe1dD0c4dA4a3436211f8C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE49b84771470A87F4D9544685ea0F0517933B2B4/info.json b/blockchains/smartchain/assets/0xE49b84771470A87F4D9544685ea0F0517933B2B4/info.json deleted file mode 100644 index 78f440b8fc261..0000000000000 --- a/blockchains/smartchain/assets/0xE49b84771470A87F4D9544685ea0F0517933B2B4/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "CryptoLocally (GIV)", - "website": "https://cryptolocally.com/", - "description": "A non-custodial, smart contract powered P2P gateway to blockchain and DeFi", - "explorer": "https://bscscan.com/token/0xe49b84771470a87f4d9544685ea0f0517933b2b4", - "type": "BEP20", - "symbol": "GIV", - "decimals": 8, - "status": "active", - "id": "0xE49b84771470A87F4D9544685ea0F0517933B2B4", - "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/smartchain/assets/0xE49b84771470A87F4D9544685ea0F0517933B2B4/logo.png b/blockchains/smartchain/assets/0xE49b84771470A87F4D9544685ea0F0517933B2B4/logo.png deleted file mode 100644 index 4382e0fe60a8b..0000000000000 Binary files a/blockchains/smartchain/assets/0xE49b84771470A87F4D9544685ea0F0517933B2B4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE4Ae305ebE1AbE663f261Bc00534067C80ad677C/info.json b/blockchains/smartchain/assets/0xE4Ae305ebE1AbE663f261Bc00534067C80ad677C/info.json deleted file mode 100644 index 97fc50d59a460..0000000000000 --- a/blockchains/smartchain/assets/0xE4Ae305ebE1AbE663f261Bc00534067C80ad677C/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Spartan Protocol Token", - "website": "https://spartanprotocol.org", - "description": "A protocol for incentivised liquidity and synthetic assets on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xE4Ae305ebE1AbE663f261Bc00534067C80ad677C", - "research": "https://research.binance.com/en/projects/spartan-protocol", - "type": "BEP20", - "symbol": "SPARTA", - "decimals": 18, - "status": "active", - "id": "0xE4Ae305ebE1AbE663f261Bc00534067C80ad677C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE4Ae305ebE1AbE663f261Bc00534067C80ad677C/logo.png b/blockchains/smartchain/assets/0xE4Ae305ebE1AbE663f261Bc00534067C80ad677C/logo.png deleted file mode 100644 index cde0e350fa77d..0000000000000 Binary files a/blockchains/smartchain/assets/0xE4Ae305ebE1AbE663f261Bc00534067C80ad677C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE4C293Eadbb9d72d68a680F1A66979726992c396/info.json b/blockchains/smartchain/assets/0xE4C293Eadbb9d72d68a680F1A66979726992c396/info.json deleted file mode 100644 index bb17bc4462d86..0000000000000 --- a/blockchains/smartchain/assets/0xE4C293Eadbb9d72d68a680F1A66979726992c396/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "LucidLandsGem", - "type": "BEP20", - "symbol": "LLG", - "decimals": 9, - "website": "https://lucidlands.io/", - "description": "Lucid Lands is the first decentralized NFT play-to-earn game on BSC network that integrates both 3D-animated gaming NFT and 2D unique computer-generated collective NFT marketplace.", - "explorer": "https://bscscan.com/token/0xe4c293eadbb9d72d68a680f1a66979726992c396", - "status": "active", - "id": "0xE4C293Eadbb9d72d68a680F1A66979726992c396", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/lucid-lands-v2/" - }, - { - "name": "twitter", - "url": "https://twitter.com/LucidLands" - }, - { - "name": "telegram", - "url": "https://t.me/LucidLandsOffical" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/lucid-lands" - } - ], - "tags": [ - "nft" - ] -} - diff --git a/blockchains/smartchain/assets/0xE4C293Eadbb9d72d68a680F1A66979726992c396/logo.png b/blockchains/smartchain/assets/0xE4C293Eadbb9d72d68a680F1A66979726992c396/logo.png deleted file mode 100644 index 3ac8d0a28f3d6..0000000000000 Binary files a/blockchains/smartchain/assets/0xE4C293Eadbb9d72d68a680F1A66979726992c396/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE4FAE3Faa8300810C835970b9187c268f55D998F/info.json b/blockchains/smartchain/assets/0xE4FAE3Faa8300810C835970b9187c268f55D998F/info.json deleted file mode 100644 index 9c8b7fb4111c8..0000000000000 --- a/blockchains/smartchain/assets/0xE4FAE3Faa8300810C835970b9187c268f55D998F/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "CateCoin ", - "website": "http://catecoin.club", - "description": "Decentralised MEME Platform with NFT Market", - "explorer": "https://bscscan.com/token/0xE4FAE3Faa8300810C835970b9187c268f55D998F", - "type": "BEP20", - "symbol": "CATE", - "decimals": 9, - "status": "active", - "id": "0xE4FAE3Faa8300810C835970b9187c268f55D998F", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE4FAE3Faa8300810C835970b9187c268f55D998F/logo.png b/blockchains/smartchain/assets/0xE4FAE3Faa8300810C835970b9187c268f55D998F/logo.png deleted file mode 100644 index 52dd4a22cde5f..0000000000000 Binary files a/blockchains/smartchain/assets/0xE4FAE3Faa8300810C835970b9187c268f55D998F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE540980f909873370bBE9C19Db7c3B5ba4DEF701/info.json b/blockchains/smartchain/assets/0xE540980f909873370bBE9C19Db7c3B5ba4DEF701/info.json deleted file mode 100644 index 6c06bf5118646..0000000000000 --- a/blockchains/smartchain/assets/0xE540980f909873370bBE9C19Db7c3B5ba4DEF701/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "iLayer", - "website": "https://www.ilayer.io/", - "description": "Sustainable and ongoing buy-back generation.The iLayer token will be the first project on the iLayer ecosystem and will have a 5% Buy-back tax on each transaction which will be locked in the contract and be used to allow buy-back of some of the tokens whenever a sell occurs.", - "explorer": "https://bscscan.com/token/0xE540980f909873370bBE9C19Db7c3B5ba4DEF701", - "type": "BEP20", - "symbol": "iLayer", - "decimals": 9, - "status": "active", - "id": "0xE540980f909873370bBE9C19Db7c3B5ba4DEF701", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/iLayerEcosystem" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/ilayer" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/ilayer/" - }, - { - "name": "telegram", - "url": "https://t.me/iLayerEcosystem" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE540980f909873370bBE9C19Db7c3B5ba4DEF701/logo.png b/blockchains/smartchain/assets/0xE540980f909873370bBE9C19Db7c3B5ba4DEF701/logo.png deleted file mode 100644 index baa15648044b8..0000000000000 Binary files a/blockchains/smartchain/assets/0xE540980f909873370bBE9C19Db7c3B5ba4DEF701/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE5904E9816b309d3eD4d061c922f5aa8f3B24C92/info.json b/blockchains/smartchain/assets/0xE5904E9816b309d3eD4d061c922f5aa8f3B24C92/info.json deleted file mode 100644 index b2a54b06fef84..0000000000000 --- a/blockchains/smartchain/assets/0xE5904E9816b309d3eD4d061c922f5aa8f3B24C92/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Cyber Time Finance", - "symbol": "NFTL", - "type": "BEP20", - "decimals": 18, - "description": "NFT Fantasy League", - "website": "https://cybertime.finance/", - "explorer": "https://bscscan.com/token/0xe5904e9816b309d3ed4d061c922f5aa8f3b24c92", - "status": "active", - "id": "0xE5904E9816b309d3eD4d061c922f5aa8f3B24C92" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE5904E9816b309d3eD4d061c922f5aa8f3B24C92/logo.png b/blockchains/smartchain/assets/0xE5904E9816b309d3eD4d061c922f5aa8f3B24C92/logo.png deleted file mode 100644 index 15a6788032e00..0000000000000 Binary files a/blockchains/smartchain/assets/0xE5904E9816b309d3eD4d061c922f5aa8f3B24C92/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE5b5d4Bea7468B4994FA676949308a79497aa24c/info.json b/blockchains/smartchain/assets/0xE5b5d4Bea7468B4994FA676949308a79497aa24c/info.json deleted file mode 100644 index e629aa623c498..0000000000000 --- a/blockchains/smartchain/assets/0xE5b5d4Bea7468B4994FA676949308a79497aa24c/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Sheikh Inu", - "type": "BEP20", - "symbol": "SHINU", - "decimals": 18, - "website": "https://sheikhinu.io/", - "description": "Purely meme token on BSC, driven by our oriental dream to become a group of Sheikh’s we focus on our community to thicken all of our sacks together.", - "explorer": "https://bscscan.com/token/0xe5b5d4bea7468b4994fa676949308a79497aa24c", - "status": "active", - "id": "0xE5b5d4Bea7468B4994FA676949308a79497aa24c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/sheikhinutoken" - }, - { - "name": "github", - "url": "https://github.com/Sheikhinu" - }, - { - "name": "telegram", - "url": "https://t.me/sheikhinu" - }, - { - "name": "whitepaper", - "url": "https://sheikhinu.io/whitepaper.pdf" - } - ], - "tags": [ - "memes" - ] -} diff --git a/blockchains/smartchain/assets/0xE5b5d4Bea7468B4994FA676949308a79497aa24c/logo.png b/blockchains/smartchain/assets/0xE5b5d4Bea7468B4994FA676949308a79497aa24c/logo.png deleted file mode 100644 index 876c6f407f5a1..0000000000000 Binary files a/blockchains/smartchain/assets/0xE5b5d4Bea7468B4994FA676949308a79497aa24c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE5c355c993dE69C06b5DD1A0c9a2c39b4Cde5511/info.json b/blockchains/smartchain/assets/0xE5c355c993dE69C06b5DD1A0c9a2c39b4Cde5511/info.json deleted file mode 100644 index 2fc7fc63e5dc5..0000000000000 --- a/blockchains/smartchain/assets/0xE5c355c993dE69C06b5DD1A0c9a2c39b4Cde5511/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Frog Inu", - "type": "BEP20", - "symbol": "FGI", - "decimals": 9, - "website": "https://froginu.io/", - "description": "Frog Inu is a meme token that only rewards investors for holding, the number of rewards received will increase over time if investors hold them longer. We are the safest place for long- and short-term investors in the meme category.", - "explorer": "https://bscscan.com/token/0xE5c355c993dE69C06b5DD1A0c9a2c39b4Cde5511", - "status": "active", - "id": "0xE5c355c993dE69C06b5DD1A0c9a2c39b4Cde5511", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Froginutoken" - }, - { - "name": "telegram", - "url": "https://t.me/FrogInuOfficial" - } - ], - "tags": [ - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE5c355c993dE69C06b5DD1A0c9a2c39b4Cde5511/logo.png b/blockchains/smartchain/assets/0xE5c355c993dE69C06b5DD1A0c9a2c39b4Cde5511/logo.png deleted file mode 100644 index 3c154ea917cc5..0000000000000 Binary files a/blockchains/smartchain/assets/0xE5c355c993dE69C06b5DD1A0c9a2c39b4Cde5511/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE60ef2b118C35c987CE28d3b69f84378F2b84b4a/info.json b/blockchains/smartchain/assets/0xE60ef2b118C35c987CE28d3b69f84378F2b84b4a/info.json deleted file mode 100644 index 9118129e9d01f..0000000000000 --- a/blockchains/smartchain/assets/0xE60ef2b118C35c987CE28d3b69f84378F2b84b4a/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "NudesCoin", - "website": "https://www.nudezcoin.com/", - "description": "NudezCoin is the cryptocurrency of choice for adult content creators and independent porn platforms.", - "explorer": "https://bscscan.com/token/0xE60ef2b118C35c987CE28d3b69f84378F2b84b4a", - "type": "BEP20", - "symbol": "NUDEZ", - "decimals": 9, - "status": "active", - "id": "0xE60ef2b118C35c987CE28d3b69f84378F2b84b4a" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE60ef2b118C35c987CE28d3b69f84378F2b84b4a/logo.png b/blockchains/smartchain/assets/0xE60ef2b118C35c987CE28d3b69f84378F2b84b4a/logo.png deleted file mode 100644 index 8b8cc699e4269..0000000000000 Binary files a/blockchains/smartchain/assets/0xE60ef2b118C35c987CE28d3b69f84378F2b84b4a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE64E30276C2F826FEbd3784958d6Da7B55DfbaD3/info.json b/blockchains/smartchain/assets/0xE64E30276C2F826FEbd3784958d6Da7B55DfbaD3/info.json deleted file mode 100644 index 1b55919f62272..0000000000000 --- a/blockchains/smartchain/assets/0xE64E30276C2F826FEbd3784958d6Da7B55DfbaD3/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "SwftCoin", - "website": "https://www.swft.pro/#/", - "description": "SWFTC provides SWFT Blockchain with the sources of liquidity needed to offer faster cross-chain swaps at the best rates, and with low fees.", - "explorer": "https://bscscan.com/token/0xe64e30276c2f826febd3784958d6da7b55dfbad3", - "type": "BEP20", - "symbol": "SWFTC", - "decimals": 18, - "status": "active", - "id": "0xE64E30276C2F826FEbd3784958d6Da7B55DfbaD3", - "tags": [ - "defi" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SwftCoin" - }, - { - "name": "github", - "url": "https://github.com/SwftCoins/SwftCoin" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/swftcoin/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE64E30276C2F826FEbd3784958d6Da7B55DfbaD3/logo.png b/blockchains/smartchain/assets/0xE64E30276C2F826FEbd3784958d6Da7B55DfbaD3/logo.png deleted file mode 100644 index aea07177c97d6..0000000000000 Binary files a/blockchains/smartchain/assets/0xE64E30276C2F826FEbd3784958d6Da7B55DfbaD3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE64F5Cb844946C1F102Bd25bBD87a5aB4aE89Fbe/info.json b/blockchains/smartchain/assets/0xE64F5Cb844946C1F102Bd25bBD87a5aB4aE89Fbe/info.json deleted file mode 100644 index 13051605fdebd..0000000000000 --- a/blockchains/smartchain/assets/0xE64F5Cb844946C1F102Bd25bBD87a5aB4aE89Fbe/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://bscscan.com/token/0xe64f5cb844946c1f102bd25bbd87a5ab4ae89fbe", - "type": "BEP20", - "symbol": "bROOBEE", - "decimals": 18, - "status": "active", - "id": "0xE64F5Cb844946C1F102Bd25bBD87a5aB4aE89Fbe" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE64F5Cb844946C1F102Bd25bBD87a5aB4aE89Fbe/logo.png b/blockchains/smartchain/assets/0xE64F5Cb844946C1F102Bd25bBD87a5aB4aE89Fbe/logo.png deleted file mode 100644 index 36b2745dab999..0000000000000 Binary files a/blockchains/smartchain/assets/0xE64F5Cb844946C1F102Bd25bBD87a5aB4aE89Fbe/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE665d9abcFe78962385Aa5A8aa0A35E33B8F2C20/info.json b/blockchains/smartchain/assets/0xE665d9abcFe78962385Aa5A8aa0A35E33B8F2C20/info.json deleted file mode 100644 index e6a1fbd1664e1..0000000000000 --- a/blockchains/smartchain/assets/0xE665d9abcFe78962385Aa5A8aa0A35E33B8F2C20/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "NextMoon", - "website": "https://nextmoon.org/", - "description": "Token for the NextMoon ecosystem, focused on NFTs and high potential blockchain assets. The contract has a 5 percent burn rate on each transaction.", - "explorer": "https://bscscan.com/token/0xe665d9abcfe78962385aa5a8aa0a35e33b8f2c20", - "type": "BEP20", - "symbol": "NextMoon", - "decimals": 0, - "status": "active", - "id": "0xE665d9abcFe78962385Aa5A8aa0A35E33B8F2C20", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/NextMoonToken" - }, - { - "name": "telegram", - "url": "https://t.me/NextMoonToken" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/NextMoonToken/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE665d9abcFe78962385Aa5A8aa0A35E33B8F2C20/logo.png b/blockchains/smartchain/assets/0xE665d9abcFe78962385Aa5A8aa0A35E33B8F2C20/logo.png deleted file mode 100644 index f8efb615d0e26..0000000000000 Binary files a/blockchains/smartchain/assets/0xE665d9abcFe78962385Aa5A8aa0A35E33B8F2C20/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE68b79e51bf826534Ff37AA9CeE71a3842ee9c70/info.json b/blockchains/smartchain/assets/0xE68b79e51bf826534Ff37AA9CeE71a3842ee9c70/info.json deleted file mode 100644 index 2c39cf20608d3..0000000000000 --- a/blockchains/smartchain/assets/0xE68b79e51bf826534Ff37AA9CeE71a3842ee9c70/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "CZUSD", - "type": "BEP20", - "symbol": "CZUSD", - "decimals": 18, - "website": "https://czodiac.com", - "description": "CZUSD is a digital stablecoin in the CZODIAC ecosystem, enabling seamless exchange. It employs CzusdGate for swaps and ScorchPeg for a flexible rate, while the Gnosis Multikey Safe secures collateral.", - "explorer": "https://bscscan.com/token/0xE68b79e51bf826534Ff37AA9CeE71a3842ee9c70", - "status": "active", - "id": "0xE68b79e51bf826534Ff37AA9CeE71a3842ee9c70", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/zodiacs_c" - }, - { - "name": "github", - "url": "https://github.com/chinese-zodiac/czodiac" - }, - { - "name": "medium", - "url": "https://czodiacs.medium.com/" - }, - { - "name": "whitepaper", - "url": "https://czodiac.gitbook.io/czodiac-litepapper/tokenomics/czusd" - }, - { - "name": "telegram", - "url": "https://t.me/CZodiacofficial" - }, - { - "name": "telegram_news", - "url": "https://t.me/CZodiacANN" - }, - { - "name": "discord", - "url": "https://discord.com/invite/Tg9JFQxzbs" - } - ], - "tags": [ - "stablecoin", - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0xE68b79e51bf826534Ff37AA9CeE71a3842ee9c70/logo.png b/blockchains/smartchain/assets/0xE68b79e51bf826534Ff37AA9CeE71a3842ee9c70/logo.png deleted file mode 100644 index cec4d397760ee..0000000000000 Binary files a/blockchains/smartchain/assets/0xE68b79e51bf826534Ff37AA9CeE71a3842ee9c70/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE692714717a89E4F2ab89dd17d8DDdD7bb52De8e/info.json b/blockchains/smartchain/assets/0xE692714717a89E4F2ab89dd17d8DDdD7bb52De8e/info.json deleted file mode 100644 index 53b9922d66346..0000000000000 --- a/blockchains/smartchain/assets/0xE692714717a89E4F2ab89dd17d8DDdD7bb52De8e/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream Tezos Token", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0xE692714717a89E4F2ab89dd17d8DDdD7bb52De8e", - "type": "BEP20", - "symbol": "crXTZ", - "decimals": 8, - "status": "active", - "id": "0xE692714717a89E4F2ab89dd17d8DDdD7bb52De8e", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE692714717a89E4F2ab89dd17d8DDdD7bb52De8e/logo.png b/blockchains/smartchain/assets/0xE692714717a89E4F2ab89dd17d8DDdD7bb52De8e/logo.png deleted file mode 100644 index 84b8f9dee5665..0000000000000 Binary files a/blockchains/smartchain/assets/0xE692714717a89E4F2ab89dd17d8DDdD7bb52De8e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE6FFa2e574a8BBEb5243D2109b6B11D4a459F88B/info.json b/blockchains/smartchain/assets/0xE6FFa2e574a8BBEb5243D2109b6B11D4a459F88B/info.json deleted file mode 100644 index 22bf54b003d17..0000000000000 --- a/blockchains/smartchain/assets/0xE6FFa2e574a8BBEb5243D2109b6B11D4a459F88B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Hippo Token", - "type": "BEP20", - "symbol": "HIP", - "decimals": 18, - "website": "https://hippo.cycan.network/", - "description": "Hippo (HIP) is a visionary decentralized community initiative, created by the Cycan community. Our vision is to build a Decentralized Autonomous Organization(DAO) driven and governed entirely by the community.", - "explorer": "https://bscscan.com/token/0xE6FFa2e574a8BBEb5243D2109b6B11D4a459F88B", - "status": "active", - "id": "0xE6FFa2e574a8BBEb5243D2109b6B11D4a459F88B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE6FFa2e574a8BBEb5243D2109b6B11D4a459F88B/logo.png b/blockchains/smartchain/assets/0xE6FFa2e574a8BBEb5243D2109b6B11D4a459F88B/logo.png deleted file mode 100644 index 4b923c183598f..0000000000000 Binary files a/blockchains/smartchain/assets/0xE6FFa2e574a8BBEb5243D2109b6B11D4a459F88B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE73BB2b15f0a5f45729a9F6C4a9A51B380Bf0dFf/info.json b/blockchains/smartchain/assets/0xE73BB2b15f0a5f45729a9F6C4a9A51B380Bf0dFf/info.json deleted file mode 100644 index 3848960420642..0000000000000 --- a/blockchains/smartchain/assets/0xE73BB2b15f0a5f45729a9F6C4a9A51B380Bf0dFf/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Medical Veda", - "type": "BEP20", - "symbol": "MVEDA", - "decimals": 9, - "website": "http://medicalveda.finance/", - "description": "MedicalVeda seeks to address the modern-day challenges faced by the health care industry. It leverages innovative technologies such as Blockchain, Defi, Artificial Intelligence and Smart Contracts", - "explorer": "https://bscscan.com/token/0xE73BB2b15f0a5f45729a9F6C4a9A51B380Bf0dFf", - "status": "active", - "id": "0xE73BB2b15f0a5f45729a9F6C4a9A51B380Bf0dFf" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE73BB2b15f0a5f45729a9F6C4a9A51B380Bf0dFf/logo.png b/blockchains/smartchain/assets/0xE73BB2b15f0a5f45729a9F6C4a9A51B380Bf0dFf/logo.png deleted file mode 100644 index f8ddd12505d7a..0000000000000 Binary files a/blockchains/smartchain/assets/0xE73BB2b15f0a5f45729a9F6C4a9A51B380Bf0dFf/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE7784072FC769D8b7f8C0a3Fa008722eEF5dDDD5/info.json b/blockchains/smartchain/assets/0xE7784072FC769D8b7f8C0a3Fa008722eEF5dDDD5/info.json deleted file mode 100644 index b84ac0e657c04..0000000000000 --- a/blockchains/smartchain/assets/0xE7784072FC769D8b7f8C0a3Fa008722eEF5dDDD5/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "HEDGE Token", - "website": "https://www.hedge-finance.com", - "description": "A custom tailored reflection token offering dynamic rewards based on market conditions and community input", - "explorer": "https://bscscan.com/token/0xE7784072FC769D8b7f8C0a3Fa008722eEF5dDDD5", - "type": "BEP20", - "symbol": "HEDGE", - "decimals": 18, - "status": "active", - "id": "0xE7784072FC769D8b7f8C0a3Fa008722eEF5dDDD5", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Hedge_Finance" - }, - { - "name": "github", - "url": "https://github.com/dogekingbsc" - }, - { - "name": "telegram", - "url": "https://t.me/HedgeFinancial" - }, - { - "name": "blog", - "url": "https://hedge-finance.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE7784072FC769D8b7f8C0a3Fa008722eEF5dDDD5/logo.png b/blockchains/smartchain/assets/0xE7784072FC769D8b7f8C0a3Fa008722eEF5dDDD5/logo.png deleted file mode 100644 index 9cb0c4ec31aa5..0000000000000 Binary files a/blockchains/smartchain/assets/0xE7784072FC769D8b7f8C0a3Fa008722eEF5dDDD5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE77932B1216125848e82C3967e75698362168f99/info.json b/blockchains/smartchain/assets/0xE77932B1216125848e82C3967e75698362168f99/info.json deleted file mode 100644 index bd5f016ea0be5..0000000000000 --- a/blockchains/smartchain/assets/0xE77932B1216125848e82C3967e75698362168f99/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Galaxy Finance Token", - "type": "BEP20", - "symbol": "GFT", - "decimals": 18, - "website": "https://galaxyfinance.io/", - "description": "Galaxy Finance is First Ecosystem that Scaling Decentralized Applications.", - "explorer": "https://bscscan.com/token/0xE77932B1216125848e82C3967e75698362168f99", - "status": "active", - "id": "0xE77932B1216125848e82C3967e75698362168f99", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/galaxyfinance3" - }, - { - "name": "telegram", - "url": "https://t.me/galaxyfinance_channel" - } - ], - "tags": [ - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0xE77932B1216125848e82C3967e75698362168f99/logo.png b/blockchains/smartchain/assets/0xE77932B1216125848e82C3967e75698362168f99/logo.png deleted file mode 100644 index 42f9b1e8dfbad..0000000000000 Binary files a/blockchains/smartchain/assets/0xE77932B1216125848e82C3967e75698362168f99/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE78a58ACB18811E840DD828d4f0116389e953592/info.json b/blockchains/smartchain/assets/0xE78a58ACB18811E840DD828d4f0116389e953592/info.json deleted file mode 100644 index efbe0e2248079..0000000000000 --- a/blockchains/smartchain/assets/0xE78a58ACB18811E840DD828d4f0116389e953592/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "VoltBit", - "website": "https://www.voltbit.org/", - "description": "A deflationary cryptocurrency that has a locked liquidity and is community backed. Our aim is to help those without electricity receive it in a way that helps our planet.", - "explorer": "https://bscscan.com/token/0xe78a58acb18811e840dd828d4f0116389e953592", - "type": "BEP20", - "symbol": "VBit", - "decimals": 9, - "status": "active", - "id": "0xE78a58ACB18811E840DD828d4f0116389e953592" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE78a58ACB18811E840DD828d4f0116389e953592/logo.png b/blockchains/smartchain/assets/0xE78a58ACB18811E840DD828d4f0116389e953592/logo.png deleted file mode 100644 index 719f676b107fe..0000000000000 Binary files a/blockchains/smartchain/assets/0xE78a58ACB18811E840DD828d4f0116389e953592/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE7A8E7d7729859EA6eEdbd4D67F8c97A22b11435/info.json b/blockchains/smartchain/assets/0xE7A8E7d7729859EA6eEdbd4D67F8c97A22b11435/info.json deleted file mode 100644 index e77ecf325b0bc..0000000000000 --- a/blockchains/smartchain/assets/0xE7A8E7d7729859EA6eEdbd4D67F8c97A22b11435/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Frozencake", - "type": "BEP20", - "symbol": "FROZEN", - "decimals": 18, - "website": "https://frozencake.finance", - "description": "A next evolution DeFi exchange on BinanceSmartChain.", - "explorer": "https://bscscan.com/token/0xE7A8E7d7729859EA6eEdbd4D67F8c97A22b11435", - "status": "active", - "id": "0xE7A8E7d7729859EA6eEdbd4D67F8c97A22b11435" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE7A8E7d7729859EA6eEdbd4D67F8c97A22b11435/logo.png b/blockchains/smartchain/assets/0xE7A8E7d7729859EA6eEdbd4D67F8c97A22b11435/logo.png deleted file mode 100644 index b75ce47182023..0000000000000 Binary files a/blockchains/smartchain/assets/0xE7A8E7d7729859EA6eEdbd4D67F8c97A22b11435/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE7Cb24F449973D5B3520E5b93D88B405903c75Fb/info.json b/blockchains/smartchain/assets/0xE7Cb24F449973D5B3520E5b93D88B405903c75Fb/info.json deleted file mode 100644 index c13ebd5d07975..0000000000000 --- a/blockchains/smartchain/assets/0xE7Cb24F449973D5B3520E5b93D88B405903c75Fb/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BNbitcoin Token", - "website": "https://bnbitcoin.org", - "description": "BNbitcoin is the native, pure Proof-of-Work mined token on the Binance Smart Chain", - "explorer": "https://bscscan.com/token/0xE7Cb24F449973D5B3520E5b93D88B405903c75Fb", - "type": "BEP20", - "symbol": "BNBTC", - "decimals": 8, - "status": "active", - "id": "0xE7Cb24F449973D5B3520E5b93D88B405903c75Fb" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE7Cb24F449973D5B3520E5b93D88B405903c75Fb/logo.png b/blockchains/smartchain/assets/0xE7Cb24F449973D5B3520E5b93D88B405903c75Fb/logo.png deleted file mode 100644 index cc9eccc56a221..0000000000000 Binary files a/blockchains/smartchain/assets/0xE7Cb24F449973D5B3520E5b93D88B405903c75Fb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE7df368e774976d0E21c4E6537aE4B07904D731d/info.json b/blockchains/smartchain/assets/0xE7df368e774976d0E21c4E6537aE4B07904D731d/info.json deleted file mode 100644 index 9711cbec29bb5..0000000000000 --- a/blockchains/smartchain/assets/0xE7df368e774976d0E21c4E6537aE4B07904D731d/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SimurghToken", - "type": "BEP20", - "symbol": "SIMURGH", - "decimals": 18, - "website": "https://simurgh.finance/", - "description": "Simurgh is an automatic liquidity acquisition yield farm running on Binance Smart Chain with lots of unique and creative features.", - "explorer": "https://bscscan.com/token/0xE7df368e774976d0E21c4E6537aE4B07904D731d", - "status": "active", - "id": "0xE7df368e774976d0E21c4E6537aE4B07904D731d" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE7df368e774976d0E21c4E6537aE4B07904D731d/logo.png b/blockchains/smartchain/assets/0xE7df368e774976d0E21c4E6537aE4B07904D731d/logo.png deleted file mode 100644 index 72db11fd41c1d..0000000000000 Binary files a/blockchains/smartchain/assets/0xE7df368e774976d0E21c4E6537aE4B07904D731d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE81257d932280AE440B17AFc5f07C8A110D21432/info.json b/blockchains/smartchain/assets/0xE81257d932280AE440B17AFc5f07C8A110D21432/info.json deleted file mode 100644 index 8daaf871d43b9..0000000000000 --- a/blockchains/smartchain/assets/0xE81257d932280AE440B17AFc5f07C8A110D21432/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Zuki Moba", - "type": "BEP20", - "symbol": "ZUKI", - "decimals": 18, - "website": "https://zukimoba.com/", - "description": "Zuki Moba is a MOBA Esport Game (Multiplayer Online Battle Arena) which is built with a Decentralized Economy application community-oriented. In-game NFT is used to build characters, game items, and Metaverse structures. In addition, Play to Earn mechanism is applied to create economic benefits for Gamers, creating a unique point compared to traditional MOBA games. $ZUKI is Zuki Moba's in-game token", - "explorer": "https://bscscan.com/token/0xE81257d932280AE440B17AFc5f07C8A110D21432", - "status": "active", - "id": "0xE81257d932280AE440B17AFc5f07C8A110D21432", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ZukiMoba" - }, - { - "name": "facebook", - "url": "https://facebook.com/ZukiMoba/" - }, - { - "name": "docs", - "url": "https://docs.zukimoba.com/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/zuki-moba/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/zuki-moba" - }, - { - "name": "telegram", - "url": "https://t.me/ZukiMoba" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/ZukiMoba/" - }, - { - "name": "discord", - "url": "https://discord.com/channels/893120976399769601/893120976865341522" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE81257d932280AE440B17AFc5f07C8A110D21432/logo.png b/blockchains/smartchain/assets/0xE81257d932280AE440B17AFc5f07C8A110D21432/logo.png deleted file mode 100644 index 9f7708f82aaf7..0000000000000 Binary files a/blockchains/smartchain/assets/0xE81257d932280AE440B17AFc5f07C8A110D21432/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE8176d414560cFE1Bf82Fd73B986823B89E4F545/info.json b/blockchains/smartchain/assets/0xE8176d414560cFE1Bf82Fd73B986823B89E4F545/info.json deleted file mode 100644 index 2547dafd82f6b..0000000000000 --- a/blockchains/smartchain/assets/0xE8176d414560cFE1Bf82Fd73B986823B89E4F545/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Step Hero", - "website": "https://stephero.io/", - "description": "The lucrative NFT fantasy-themed RPG Game on BSC and Polygon", - "explorer": "https://bscscan.com/token/0xE8176d414560cFE1Bf82Fd73B986823B89E4F545", - "type": "BEP20", - "symbol": "HERO", - "decimals": 18, - "status": "active", - "id": "0xE8176d414560cFE1Bf82Fd73B986823B89E4F545", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/StepHeroNFTs" - }, - { - "name": "telegram", - "url": "https://t.me/stephero_chat" - }, - { - "name": "facebook", - "url": "https://facebook.com/StepHeroNFTs" - }, - { - "name": "github", - "url": "https://github.com/stepherogame" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE8176d414560cFE1Bf82Fd73B986823B89E4F545/logo.png b/blockchains/smartchain/assets/0xE8176d414560cFE1Bf82Fd73B986823B89E4F545/logo.png deleted file mode 100644 index e77fdf56ef5e4..0000000000000 Binary files a/blockchains/smartchain/assets/0xE8176d414560cFE1Bf82Fd73B986823B89E4F545/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE8813E1C7EAF1DE10D331Ed6C0B210eb36561356/info.json b/blockchains/smartchain/assets/0xE8813E1C7EAF1DE10D331Ed6C0B210eb36561356/info.json deleted file mode 100644 index 07dd5b2a021ae..0000000000000 --- a/blockchains/smartchain/assets/0xE8813E1C7EAF1DE10D331Ed6C0B210eb36561356/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bishoku Inu", - "website": "https://www.bishokuinu.com/", - "description": "Bishoku Inu ($BISHOKU) is a community-focused, decentralized cryptocurrency with instant rewards thanks to active users!", - "explorer": "https://bscscan.com/token/0xE8813E1C7EAF1DE10D331Ed6C0B210eb36561356", - "type": "BEP20", - "symbol": "BISHOKU", - "decimals": 9, - "status": "active", - "id": "0xE8813E1C7EAF1DE10D331Ed6C0B210eb36561356" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE8813E1C7EAF1DE10D331Ed6C0B210eb36561356/logo.png b/blockchains/smartchain/assets/0xE8813E1C7EAF1DE10D331Ed6C0B210eb36561356/logo.png deleted file mode 100644 index 3837537cc2576..0000000000000 Binary files a/blockchains/smartchain/assets/0xE8813E1C7EAF1DE10D331Ed6C0B210eb36561356/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE8c93310af068aa50bd7bF0ebFa459Df2a02ceba/info.json b/blockchains/smartchain/assets/0xE8c93310af068aa50bd7bF0ebFa459Df2a02ceba/info.json deleted file mode 100644 index d0f0a5b3373b1..0000000000000 --- a/blockchains/smartchain/assets/0xE8c93310af068aa50bd7bF0ebFa459Df2a02ceba/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "HoneyMoon", - "type": "BEP20", - "symbol": "MOON", - "decimals": 18, - "website": "https://moon.honeyfarm.finance?utm_source=twt&utm_medium=wallet&utm_campaign=twt", - "description": "MOON is a native token of HoneyFarm Layer 3 - HoneyMoon", - "explorer": "https://bscscan.com/token/0xE8c93310af068aa50bd7bF0ebFa459Df2a02ceba", - "status": "active", - "id": "0xE8c93310af068aa50bd7bF0ebFa459Df2a02ceba", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/HoneyFarmFi" - }, - { - "name": "github", - "url": "https://github.com/HoneyFarmFi/HoneyFarmContracts" - }, - { - "name": "telegram", - "url": "https://t.me/HoneyFarmChat" - }, - { - "name": "telegram_news", - "url": "https://t.me/HoneyFarmAnn" - }, - { - "name": "blog", - "url": "https://medium.com/@honeyfarmchef" - }, - { - "name": "docs", - "url": "https://docs.honeyfarm.finance/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/honeymoon-finance/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/honeymoon-token" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/HoneyFarm_Official/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE8c93310af068aa50bd7bF0ebFa459Df2a02ceba/logo.png b/blockchains/smartchain/assets/0xE8c93310af068aa50bd7bF0ebFa459Df2a02ceba/logo.png deleted file mode 100644 index 2fc8b2b2d9d3f..0000000000000 Binary files a/blockchains/smartchain/assets/0xE8c93310af068aa50bd7bF0ebFa459Df2a02ceba/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE93B4fb367F3678A32f28254355f9f6ac000c976/info.json b/blockchains/smartchain/assets/0xE93B4fb367F3678A32f28254355f9f6ac000c976/info.json deleted file mode 100644 index bd8303d425761..0000000000000 --- a/blockchains/smartchain/assets/0xE93B4fb367F3678A32f28254355f9f6ac000c976/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "Celestial", - "type": "BEP20", - "symbol": "Crystal", - "decimals": 18, - "website": "https://celt.game/", - "description": "Celestial is a cross chain metaverse game that combines Gamefi, Socialfi, and NFTSwap with the theme of interstellar warfare.", - "explorer": "https://bscscan.com/token/0xE93B4fb367F3678A32f28254355f9f6ac000c976", - "status": "active", - "id": "0xE93B4fb367F3678A32f28254355f9f6ac000c976", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/GameCelt" - }, - { - "name": "github", - "url": "https://github.com/CeltGame" - }, - { - "name": "telegram", - "url": "https://t.me/CELT_Game" - }, - { - "name": "telegram_news", - "url": "https://t.me/CELT_Announcement" - }, - { - "name": "whitepaper", - "url": "https://bsc.celt.game/static/CELESTIAL_Whitepaper.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/@celestial.gamefi" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/crystal/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/crystal" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC3L64zz-sbwaEgMVotqLkTA" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE93B4fb367F3678A32f28254355f9f6ac000c976/logo.png b/blockchains/smartchain/assets/0xE93B4fb367F3678A32f28254355f9f6ac000c976/logo.png deleted file mode 100644 index 81e6b65f1e055..0000000000000 Binary files a/blockchains/smartchain/assets/0xE93B4fb367F3678A32f28254355f9f6ac000c976/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE942C48044FB1C7f4C9eB456f6097fa4A1A17B8f/info.json b/blockchains/smartchain/assets/0xE942C48044FB1C7f4C9eB456f6097fa4A1A17B8f/info.json deleted file mode 100644 index d852c0108020a..0000000000000 --- a/blockchains/smartchain/assets/0xE942C48044FB1C7f4C9eB456f6097fa4A1A17B8f/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Elvantis", - "type": "BEP20", - "symbol": "ELV", - "decimals": 18, - "website": "https://elvantis.com/", - "description": "Elvantis is a metaverse-inspired online NFT game that combines what you love about gaming with the addictive thrill of collectables. ", - "explorer": "Https://bscscan.com/token/0xE942C48044FB1C7f4C9eB456f6097fa4A1A17B8f", - "status": "active", - "id": "0xE942C48044FB1C7f4C9eB456f6097fa4A1A17B8f", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ElvantisGame" - }, - { - "name": "discord", - "url": "https://discord.com/6YwurDbfRq" - }, - { - "name": "medium", - "url": "https://medium.com/@ElvantisOfficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/elvantis/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCUmWgv0WmRMzC1yEFsn6vGQ" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/ElvantisOfficial" - }, - { - "name": "telegram", - "url": "https://t.me/ELVANTIS" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE942C48044FB1C7f4C9eB456f6097fa4A1A17B8f/logo.png b/blockchains/smartchain/assets/0xE942C48044FB1C7f4C9eB456f6097fa4A1A17B8f/logo.png deleted file mode 100644 index e82a7b2a39e13..0000000000000 Binary files a/blockchains/smartchain/assets/0xE942C48044FB1C7f4C9eB456f6097fa4A1A17B8f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE9c7a827a4bA133b338b844C19241c864E95d75f/info.json b/blockchains/smartchain/assets/0xE9c7a827a4bA133b338b844C19241c864E95d75f/info.json deleted file mode 100644 index e3f2cae7a44d2..0000000000000 --- a/blockchains/smartchain/assets/0xE9c7a827a4bA133b338b844C19241c864E95d75f/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "FileSystemVideo", - "type": "BEP20", - "symbol": "FSV", - "decimals": 6, - "website": "https://www.fs.video", - "description": "FSV is the world's first interstellar video public chain based on ipfs application, focusing on distributed storage of video files.", - "explorer": "https://bscscan.com/token/0xE9c7a827a4bA133b338b844C19241c864E95d75f", - "status": "active", - "id": "0xE9c7a827a4bA133b338b844C19241c864E95d75f", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/FSV_fsvideo" - }, - { - "name": "github", - "url": "https://github.com/FileSystemVideo" - }, - { - "name": "telegram", - "url": "https://t.me/FSV1111" - }, - { - "name": "whitepaper", - "url": "https://dsw3rxqm9wq1x.cloudfront.net/book/FSV-White-Paper.pdf" - } - ], - "tags": [ - "governance" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE9c7a827a4bA133b338b844C19241c864E95d75f/logo.png b/blockchains/smartchain/assets/0xE9c7a827a4bA133b338b844C19241c864E95d75f/logo.png deleted file mode 100644 index bedbb8482fc5f..0000000000000 Binary files a/blockchains/smartchain/assets/0xE9c7a827a4bA133b338b844C19241c864E95d75f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xE9d78BF51ae04c7E1263A76ED89a65537B9cA903/info.json b/blockchains/smartchain/assets/0xE9d78BF51ae04c7E1263A76ED89a65537B9cA903/info.json deleted file mode 100644 index 8e7616f31597a..0000000000000 --- a/blockchains/smartchain/assets/0xE9d78BF51ae04c7E1263A76ED89a65537B9cA903/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Game Coin", - "type": "BEP20", - "symbol": "GMEX", - "decimals": 9, - "website": "https://www.thegamecoin.net", - "description": "Game Coin aims to allow any athlete in the world the ability to create their own sports token.", - "explorer": "https://bscscan.com/token/0xE9d78BF51ae04c7E1263A76ED89a65537B9cA903", - "status": "active", - "id": "0xE9d78BF51ae04c7E1263A76ED89a65537B9cA903", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/GameCoinGMEX" - }, - { - "name": "telegram", - "url": "https://t.me/TheGameCoin_GME_CHAT" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/game-coin/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/GameCoinCrypto/" - }, - { - "name": "facebook", - "url": "https://facebook.com/GameCoinGMEX/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCrYDr-2HjWwtGG0meSxzNsA" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xE9d78BF51ae04c7E1263A76ED89a65537B9cA903/logo.png b/blockchains/smartchain/assets/0xE9d78BF51ae04c7E1263A76ED89a65537B9cA903/logo.png deleted file mode 100644 index 51c910b01c713..0000000000000 Binary files a/blockchains/smartchain/assets/0xE9d78BF51ae04c7E1263A76ED89a65537B9cA903/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEA01a1a3CF143f90b4aC6D069Bd369826574CD45/info.json b/blockchains/smartchain/assets/0xEA01a1a3CF143f90b4aC6D069Bd369826574CD45/info.json deleted file mode 100644 index 2f0066fe282c3..0000000000000 --- a/blockchains/smartchain/assets/0xEA01a1a3CF143f90b4aC6D069Bd369826574CD45/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "XXT-Token", - "type": "BEP20", - "symbol": "XXT", - "decimals": 9, - "website": "https://xxt-token.com", - "description": "The XXT-Token is a cryptocurrency designed to be the means of payment and integrate the entire adult entertainment ecosystem. Our objective is to use the token as currency to pay and receive for services and products, integrating customers, stores, hotels, sex-shops, motels, suppliers, adult live stream, bars and nightclubs.", - "explorer": "https://bscscan.com/token/0xEA01a1a3CF143f90b4aC6D069Bd369826574CD45", - "status": "active", - "id": "0xEA01a1a3CF143f90b4aC6D069Bd369826574CD45", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/xxt_token" - }, - { - "name": "telegram", - "url": "https://t.me/xxt_token_brz" - }, - { - "name": "whitepaper", - "url": "https://xxt-token.com/wp-content/uploads/2021/06/XXT-Token-US.pdf" - }, - { - "name": "docs", - "url": "https://xxt-token.com/wp-content/uploads/2021/09/XXT-Token-Full-Smart-Contract-Security-Audit.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/pt-br/currencies/xxt-token/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEA01a1a3CF143f90b4aC6D069Bd369826574CD45/logo.png b/blockchains/smartchain/assets/0xEA01a1a3CF143f90b4aC6D069Bd369826574CD45/logo.png deleted file mode 100644 index 4ac62dfa5d839..0000000000000 Binary files a/blockchains/smartchain/assets/0xEA01a1a3CF143f90b4aC6D069Bd369826574CD45/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEA466cd2583A0290b9E7b987a769a7Eb468FB0A5/info.json b/blockchains/smartchain/assets/0xEA466cd2583A0290b9E7b987a769a7Eb468FB0A5/info.json deleted file mode 100644 index 9c3afb28080f0..0000000000000 --- a/blockchains/smartchain/assets/0xEA466cd2583A0290b9E7b987a769a7Eb468FB0A5/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream YFI", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0xEA466cd2583A0290b9E7b987a769a7Eb468FB0A5", - "type": "BEP20", - "symbol": "crYFI", - "decimals": 8, - "status": "active", - "id": "0xEA466cd2583A0290b9E7b987a769a7Eb468FB0A5", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEA466cd2583A0290b9E7b987a769a7Eb468FB0A5/logo.png b/blockchains/smartchain/assets/0xEA466cd2583A0290b9E7b987a769a7Eb468FB0A5/logo.png deleted file mode 100644 index 06217db973dee..0000000000000 Binary files a/blockchains/smartchain/assets/0xEA466cd2583A0290b9E7b987a769a7Eb468FB0A5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEA5E9F39F4B4Bc2684e49A0E43127F7f6F6be3b8/info.json b/blockchains/smartchain/assets/0xEA5E9F39F4B4Bc2684e49A0E43127F7f6F6be3b8/info.json deleted file mode 100644 index e7efd39e35526..0000000000000 --- a/blockchains/smartchain/assets/0xEA5E9F39F4B4Bc2684e49A0E43127F7f6F6be3b8/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Muu Inu", - "type": "BEP20", - "symbol": "MINU", - "decimals": 9, - "website": "https://muuinu.com", - "description": "Muu Inu is a unique utility token on the BSC chain. It has a total supply of 1 Trillion and is listed on pancakeswap. The utility we aim to bring to this project and holders includes: Play2Earn game, Staking, NFTs", - "explorer": "https://bscscan.com/token/0xEA5E9F39F4B4Bc2684e49A0E43127F7f6F6be3b8", - "status": "active", - "id": "0xEA5E9F39F4B4Bc2684e49A0E43127F7f6F6be3b8", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/muuinuofficial" - }, - { - "name": "telegram", - "url": "https://t.me/MuuInu" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/muu-inu/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/muu-inu" - } - ], - "tags": [ - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0xEA5E9F39F4B4Bc2684e49A0E43127F7f6F6be3b8/logo.png b/blockchains/smartchain/assets/0xEA5E9F39F4B4Bc2684e49A0E43127F7f6F6be3b8/logo.png deleted file mode 100644 index c27df7e4ed0f7..0000000000000 Binary files a/blockchains/smartchain/assets/0xEA5E9F39F4B4Bc2684e49A0E43127F7f6F6be3b8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEAc9873291dDAcA754EA5642114151f3035c67A2/info.json b/blockchains/smartchain/assets/0xEAc9873291dDAcA754EA5642114151f3035c67A2/info.json deleted file mode 100644 index 1686baf525f79..0000000000000 --- a/blockchains/smartchain/assets/0xEAc9873291dDAcA754EA5642114151f3035c67A2/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Decubate Token", - "website": "https://decubate.com", - "description": "Decubate is a community-powered investment platform that is bringing the $3 trillion global startup economy on-chain, unlocking liquidity for investors, and accelerating the mass adoption of blockchain technology.", - "explorer": "https://bscscan.com/token/0xEAc9873291dDAcA754EA5642114151f3035c67A2", - "type": "BEP20", - "symbol": "DCB", - "decimals": 18, - "status": "active", - "id": "0xEAc9873291dDAcA754EA5642114151f3035c67A2", - "links": [ - { - "name": "telegram", - "url": "https://t.me/decubate" - }, - { - "name": "twitter", - "url": "https://twitter.com/decubate" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/decubate/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEAc9873291dDAcA754EA5642114151f3035c67A2/logo.png b/blockchains/smartchain/assets/0xEAc9873291dDAcA754EA5642114151f3035c67A2/logo.png deleted file mode 100644 index b3dff8c874b85..0000000000000 Binary files a/blockchains/smartchain/assets/0xEAc9873291dDAcA754EA5642114151f3035c67A2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEB2DFCdB56Cf568B3Da3927C6DE97b0849b329D8/info.json b/blockchains/smartchain/assets/0xEB2DFCdB56Cf568B3Da3927C6DE97b0849b329D8/info.json deleted file mode 100644 index 245c2972c1af0..0000000000000 --- a/blockchains/smartchain/assets/0xEB2DFCdB56Cf568B3Da3927C6DE97b0849b329D8/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "NFT Classic", - "website": "https://nftclassic.finance/", - "description": "NFT Classic employs functions : Automatic Farm. In each trade , the contract takes tokens from sellers and buyers by 10%.", - "explorer": "https://bscscan.com/token/0xeb2dfcdb56cf568b3da3927c6de97b0849b329d8", - "type": "BEP20", - "symbol": "NFTClassic", - "decimals": 9, - "status": "active", - "id": "0xEB2DFCdB56Cf568B3Da3927C6DE97b0849b329D8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEB2DFCdB56Cf568B3Da3927C6DE97b0849b329D8/logo.png b/blockchains/smartchain/assets/0xEB2DFCdB56Cf568B3Da3927C6DE97b0849b329D8/logo.png deleted file mode 100644 index ec00dff86c891..0000000000000 Binary files a/blockchains/smartchain/assets/0xEB2DFCdB56Cf568B3Da3927C6DE97b0849b329D8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEB35aCBD23CF9D1C13D276815B9969eFfC5c878f/info.json b/blockchains/smartchain/assets/0xEB35aCBD23CF9D1C13D276815B9969eFfC5c878f/info.json deleted file mode 100644 index 1677912c1da28..0000000000000 --- a/blockchains/smartchain/assets/0xEB35aCBD23CF9D1C13D276815B9969eFfC5c878f/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "MiniShibaInu", - "type": "BEP20", - "symbol": "MiniSHIBA", - "decimals": 9, - "website": "https://www.minishibatoken.com/", - "description": "MiniShiba is built by a strong team of crypto experts that aim to build a sustainable, long term token bringing innovative ideas into the crypto space. In addition, we focus on building a strong community of investors that are in it for the long run. Join MiniShiba now and become part of this revolution. ", - "explorer": "https://bscscan.com/token/0xEB35aCBD23CF9D1C13D276815B9969eFfC5c878f", - "status": "active", - "id": "0xEB35aCBD23CF9D1C13D276815B9969eFfC5c878f", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mini-shiba/" - }, - { - "name": "telegram", - "url": "https://t.me/MiniShibaInu" - }, - { - "name": "twitter", - "url": "https://twitter.com/MiniShiba_Token" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEB35aCBD23CF9D1C13D276815B9969eFfC5c878f/logo.png b/blockchains/smartchain/assets/0xEB35aCBD23CF9D1C13D276815B9969eFfC5c878f/logo.png deleted file mode 100644 index b017743e300af..0000000000000 Binary files a/blockchains/smartchain/assets/0xEB35aCBD23CF9D1C13D276815B9969eFfC5c878f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEC126e20e7cb114dd3BA356100eaca2Cc2921322/info.json b/blockchains/smartchain/assets/0xEC126e20e7cb114dd3BA356100eaca2Cc2921322/info.json deleted file mode 100644 index 7f2220197291b..0000000000000 --- a/blockchains/smartchain/assets/0xEC126e20e7cb114dd3BA356100eaca2Cc2921322/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Solar Energy", - "website": "https://www.solarenergycoin.tech", - "description": "Solar Energy ($SEG) is a deflationary BEP20 token from Binance Smart Chain", - "explorer": "https://bscscan.com/token/0xEC126e20e7cb114dd3BA356100eaca2Cc2921322", - "type": "BEP20", - "symbol": "SEG", - "decimals": 18, - "status": "active", - "id": "0xEC126e20e7cb114dd3BA356100eaca2Cc2921322", - "links": [ - { - "name": "telegram", - "url": "https://t.me/solarenergyfinance" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/solar-energy/" - }, - { - "name": "twitter", - "url": "https://twitter.com/solarenergy2021" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEC126e20e7cb114dd3BA356100eaca2Cc2921322/logo.png b/blockchains/smartchain/assets/0xEC126e20e7cb114dd3BA356100eaca2Cc2921322/logo.png deleted file mode 100644 index 91861f7e8bc96..0000000000000 Binary files a/blockchains/smartchain/assets/0xEC126e20e7cb114dd3BA356100eaca2Cc2921322/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEC43D3153C1f08946fA71cDD3A14Af64fd58f27e/info.json b/blockchains/smartchain/assets/0xEC43D3153C1f08946fA71cDD3A14Af64fd58f27e/info.json deleted file mode 100644 index 668e8c273602f..0000000000000 --- a/blockchains/smartchain/assets/0xEC43D3153C1f08946fA71cDD3A14Af64fd58f27e/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "PAWN MY NFT", - "type": "BEP20", - "symbol": "PNFT", - "decimals": 9, - "website": "http://pawnmynft.online/", - "description": "NFT borrowing and lending made easy at your fingertips", - "explorer": "https://bscscan.com/token/0xEC43D3153C1f08946fA71cDD3A14Af64fd58f27e", - "status": "active", - "id": "0xEC43D3153C1f08946fA71cDD3A14Af64fd58f27e", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/PawnMyNFT" - }, - { - "name": "telegram", - "url": "https://t.me/PawnMyNFT" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/pawn-my-nft" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pawn-my-nft/" - }, - { - "name": "facebook", - "url": "https://facebook.com/pawnmynft/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEC43D3153C1f08946fA71cDD3A14Af64fd58f27e/logo.png b/blockchains/smartchain/assets/0xEC43D3153C1f08946fA71cDD3A14Af64fd58f27e/logo.png deleted file mode 100644 index 9a799b89a696c..0000000000000 Binary files a/blockchains/smartchain/assets/0xEC43D3153C1f08946fA71cDD3A14Af64fd58f27e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xECa41281c24451168a37211F0bc2b8645AF45092/info.json b/blockchains/smartchain/assets/0xECa41281c24451168a37211F0bc2b8645AF45092/info.json deleted file mode 100644 index ba56f47991f3e..0000000000000 --- a/blockchains/smartchain/assets/0xECa41281c24451168a37211F0bc2b8645AF45092/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TokenPocket Token", - "type": "BEP20", - "symbol": "TPT", - "decimals": 4, - "website": "https://www.tokenpocket.pro/", - "description": "TokenPocket is the world's largest decentralized multi-chain digital asset wallet, covering over 10 million users (including over 3 million monthly active users) in more than 200 countries and regions. As the only token in the TokenPocket ecology, TPT has ecological governance rights. At the same time, TPT circulates in a variety of scenarios as a means of payment and proves the benefits and rights of membership, which opens up a channel in the entire TokenPocket product line.", - "explorer": "https://bscscan.com/token/0xeca41281c24451168a37211f0bc2b8645af45092", - "status": "active", - "id": "0xECa41281c24451168a37211F0bc2b8645AF45092" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xECa41281c24451168a37211F0bc2b8645AF45092/logo.png b/blockchains/smartchain/assets/0xECa41281c24451168a37211F0bc2b8645AF45092/logo.png deleted file mode 100644 index 5b2d6d643f8a8..0000000000000 Binary files a/blockchains/smartchain/assets/0xECa41281c24451168a37211F0bc2b8645AF45092/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xED1b4BdB29cA09545b9BEdC6c0E854074E121eB3/info.json b/blockchains/smartchain/assets/0xED1b4BdB29cA09545b9BEdC6c0E854074E121eB3/info.json deleted file mode 100644 index bc4dc274fe701..0000000000000 --- a/blockchains/smartchain/assets/0xED1b4BdB29cA09545b9BEdC6c0E854074E121eB3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "xxxNifty", - "website": "https://xxxNifty.com/", - "description": "xxxNifty is a NSFW Adult Content NFT Marketplace.", - "explorer": "https://bscscan.com/token/0xed1b4bdb29ca09545b9bedc6c0e854074e121eb3", - "type": "BEP20", - "symbol": "NSFW", - "decimals": 18, - "status": "active", - "id": "0xED1b4BdB29cA09545b9BEdC6c0E854074E121eB3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xED1b4BdB29cA09545b9BEdC6c0E854074E121eB3/logo.png b/blockchains/smartchain/assets/0xED1b4BdB29cA09545b9BEdC6c0E854074E121eB3/logo.png deleted file mode 100644 index 369675a2bdeee..0000000000000 Binary files a/blockchains/smartchain/assets/0xED1b4BdB29cA09545b9BEdC6c0E854074E121eB3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEDd822B00c48D8A1C416ee17507bEFC2ad71d8c4/info.json b/blockchains/smartchain/assets/0xEDd822B00c48D8A1C416ee17507bEFC2ad71d8c4/info.json deleted file mode 100644 index 51df604662bbb..0000000000000 --- a/blockchains/smartchain/assets/0xEDd822B00c48D8A1C416ee17507bEFC2ad71d8c4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "My Shiba Inu", - "website": "https://shiba.limited/", - "description": "Yield farm Shiba on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xEDd822B00c48D8A1C416ee17507bEFC2ad71d8c4", - "type": "BEP20", - "symbol": "Shiba", - "decimals": 8, - "status": "active", - "id": "0xEDd822B00c48D8A1C416ee17507bEFC2ad71d8c4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEDd822B00c48D8A1C416ee17507bEFC2ad71d8c4/logo.png b/blockchains/smartchain/assets/0xEDd822B00c48D8A1C416ee17507bEFC2ad71d8c4/logo.png deleted file mode 100644 index 21174c56f7129..0000000000000 Binary files a/blockchains/smartchain/assets/0xEDd822B00c48D8A1C416ee17507bEFC2ad71d8c4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEE5b03b769Ca6c690D140CafB52fC8de3f38FC28/info.json b/blockchains/smartchain/assets/0xEE5b03b769Ca6c690D140CafB52fC8de3f38FC28/info.json deleted file mode 100644 index cf4d349d7a7de..0000000000000 --- a/blockchains/smartchain/assets/0xEE5b03b769Ca6c690D140CafB52fC8de3f38FC28/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "HyperChainX", - "type": "BEP20", - "symbol": "HYPER", - "decimals": 7, - "website": "https://hyperchainx.com", - "description": "HyperChain X is revolutionizing the gaming industry with its all-in-one platform specifically designed for gamers. Our platform offers a range of features including buy-in tournaments, 1 vs 1 high stake battles, and the ability for esport teams to create their own leagues. We also have a live streaming feature and an NFT marketplace/launchpad that is unrivaled in the industry.", - "explorer": "https://bscscan.com/token/0xEE5b03b769Ca6c690D140CafB52fC8de3f38FC28", - "status": "active", - "id": "0xEE5b03b769Ca6c690D140CafB52fC8de3f38FC28", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/HyperchainX" - }, - { - "name": "telegram", - "url": "https://t.me/hyperchainx" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/hyperchainx/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/hyperchainx" - }, - { - "name": "medium", - "url": "https://medium.com/@hyperchainx" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEE5b03b769Ca6c690D140CafB52fC8de3f38FC28/logo.png b/blockchains/smartchain/assets/0xEE5b03b769Ca6c690D140CafB52fC8de3f38FC28/logo.png deleted file mode 100644 index 6248d059b5a20..0000000000000 Binary files a/blockchains/smartchain/assets/0xEE5b03b769Ca6c690D140CafB52fC8de3f38FC28/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEE738a9e5FB78c24D26ceCD30389ED977C38D0Ca/info.json b/blockchains/smartchain/assets/0xEE738a9e5FB78c24D26ceCD30389ED977C38D0Ca/info.json deleted file mode 100644 index 9b2115d3149a4..0000000000000 --- a/blockchains/smartchain/assets/0xEE738a9e5FB78c24D26ceCD30389ED977C38D0Ca/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Fair Safe", - "website": "https://fairsafe.finance/", - "description": "A deflationary, auto-staking, community owned token.", - "explorer": "https://bscscan.com/token/0xEE738a9e5FB78c24D26ceCD30389ED977C38D0Ca", - "type": "BEP20", - "symbol": "FSAFE", - "decimals": 9, - "status": "active", - "id": "0xEE738a9e5FB78c24D26ceCD30389ED977C38D0Ca" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEE738a9e5FB78c24D26ceCD30389ED977C38D0Ca/logo.png b/blockchains/smartchain/assets/0xEE738a9e5FB78c24D26ceCD30389ED977C38D0Ca/logo.png deleted file mode 100644 index 918b4e757318d..0000000000000 Binary files a/blockchains/smartchain/assets/0xEE738a9e5FB78c24D26ceCD30389ED977C38D0Ca/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEF2ec90e0b8D4CdFdB090989EA1Bc663F0D680BF/info.json b/blockchains/smartchain/assets/0xEF2ec90e0b8D4CdFdB090989EA1Bc663F0D680BF/info.json deleted file mode 100644 index 6e91c8bb7e7a9..0000000000000 --- a/blockchains/smartchain/assets/0xEF2ec90e0b8D4CdFdB090989EA1Bc663F0D680BF/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Orfano", - "website": "https://orfano.io", - "description": "Orfano is a charity focused token on the Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xEF2ec90e0b8D4CdFdB090989EA1Bc663F0D680BF", - "type": "BEP20", - "symbol": "ORF", - "decimals": 9, - "status": "active", - "id": "0xEF2ec90e0b8D4CdFdB090989EA1Bc663F0D680BF", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/orfanoBSC" - }, - { - "name": "telegram", - "url": "https://t.me/OrfanoToken" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEF2ec90e0b8D4CdFdB090989EA1Bc663F0D680BF/logo.png b/blockchains/smartchain/assets/0xEF2ec90e0b8D4CdFdB090989EA1Bc663F0D680BF/logo.png deleted file mode 100644 index 72a6bc299d06b..0000000000000 Binary files a/blockchains/smartchain/assets/0xEF2ec90e0b8D4CdFdB090989EA1Bc663F0D680BF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEF6d459FE81C3Ed53d292c936b2df5a8084975De/info.json b/blockchains/smartchain/assets/0xEF6d459FE81C3Ed53d292c936b2df5a8084975De/info.json deleted file mode 100644 index 4e28a0b8b4f78..0000000000000 --- a/blockchains/smartchain/assets/0xEF6d459FE81C3Ed53d292c936b2df5a8084975De/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream Tether USD", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0xEF6d459FE81C3Ed53d292c936b2df5a8084975De", - "type": "BEP20", - "symbol": "crUSDT", - "decimals": 8, - "status": "active", - "id": "0xEF6d459FE81C3Ed53d292c936b2df5a8084975De", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEF6d459FE81C3Ed53d292c936b2df5a8084975De/logo.png b/blockchains/smartchain/assets/0xEF6d459FE81C3Ed53d292c936b2df5a8084975De/logo.png deleted file mode 100644 index 1f70c93abd3fc..0000000000000 Binary files a/blockchains/smartchain/assets/0xEF6d459FE81C3Ed53d292c936b2df5a8084975De/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEFEa4829b1bc90658784f15116C2dFD0E0929B0d/info.json b/blockchains/smartchain/assets/0xEFEa4829b1bc90658784f15116C2dFD0E0929B0d/info.json deleted file mode 100644 index 88ef00350ecda..0000000000000 --- a/blockchains/smartchain/assets/0xEFEa4829b1bc90658784f15116C2dFD0E0929B0d/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Baby DeFido", - "type": "BEP20", - "symbol": "BabyDeFido", - "decimals": 9, - "website": "https://www.babydefido.finance/", - "description": "BabyDeFido is a memecoin based on Coinbase's Dog mascot DeFido, a french dogge. BabyDeFido is a low tax coin with reflections in native tokens, with staking and an Ethereum bridge along the road.", - "explorer": "https://bscscan.com/token/0xEFEa4829b1bc90658784f15116C2dFD0E0929B0d", - "status": "active", - "id": "0xEFEa4829b1bc90658784f15116C2dFD0E0929B0d", - "links": [ - { - "name": "telegram", - "url": "https://t.me/BabyDeFido_BSC" - }, - { - "name": "twitter", - "url": "https://twitter.com/Baby_Defido" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/baby-defido/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/baby-defido" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEFEa4829b1bc90658784f15116C2dFD0E0929B0d/logo.png b/blockchains/smartchain/assets/0xEFEa4829b1bc90658784f15116C2dFD0E0929B0d/logo.png deleted file mode 100644 index 39df617be33fd..0000000000000 Binary files a/blockchains/smartchain/assets/0xEFEa4829b1bc90658784f15116C2dFD0E0929B0d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEFbA8b41e3495ad52258DFe916199Dc643F99dA2/info.json b/blockchains/smartchain/assets/0xEFbA8b41e3495ad52258DFe916199Dc643F99dA2/info.json deleted file mode 100644 index c34f64ccb382b..0000000000000 --- a/blockchains/smartchain/assets/0xEFbA8b41e3495ad52258DFe916199Dc643F99dA2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SWASS.Finance", - "website": "https://swass.finance", - "description": "SWASS is a revolutionary tokenomics access token for DApp's, web services, and more.", - "explorer": "https://bscscan.com/token/0xefba8b41e3495ad52258dfe916199dc643f99da2", - "type": "BEP20", - "symbol": "SWASS", - "decimals": 9, - "status": "active", - "id": "0xEFbA8b41e3495ad52258DFe916199Dc643F99dA2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEFbA8b41e3495ad52258DFe916199Dc643F99dA2/logo.png b/blockchains/smartchain/assets/0xEFbA8b41e3495ad52258DFe916199Dc643F99dA2/logo.png deleted file mode 100644 index 6e8f3fdecc5aa..0000000000000 Binary files a/blockchains/smartchain/assets/0xEFbA8b41e3495ad52258DFe916199Dc643F99dA2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEFf13653EEb698Ba291B8BfF7AAaaB648132c2D7/info.json b/blockchains/smartchain/assets/0xEFf13653EEb698Ba291B8BfF7AAaaB648132c2D7/info.json deleted file mode 100644 index f5d3092c05576..0000000000000 --- a/blockchains/smartchain/assets/0xEFf13653EEb698Ba291B8BfF7AAaaB648132c2D7/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "BNB Shinobi", - "website": "https://bnbshinobi.com/", - "description": "BNB Shinobi is the all encompassing BSC reward coin, blockchain arcade, & blockchain metaverse.", - "explorer": "https://bscscan.com/token/0xeff13653eeb698ba291b8bff7aaaab648132c2d7", - "type": "BEP20", - "symbol": "CHAKRA", - "decimals": 9, - "status": "active", - "id": "0xEFf13653EEb698Ba291B8BfF7AAaaB648132c2D7", - "links": [ - { - "name": "github", - "url": "https://github.com/Bnbshinobi/" - }, - { - "name": "twitter", - "url": "https://twitter.com/BnbShinobi" - }, - { - "name": "telegram", - "url": "https://t.me/bnbshinobi" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEFf13653EEb698Ba291B8BfF7AAaaB648132c2D7/logo.png b/blockchains/smartchain/assets/0xEFf13653EEb698Ba291B8BfF7AAaaB648132c2D7/logo.png deleted file mode 100644 index 1b2d3237781c3..0000000000000 Binary files a/blockchains/smartchain/assets/0xEFf13653EEb698Ba291B8BfF7AAaaB648132c2D7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEa8eACCe22bbB89709482c0100E75e7Ab90f53f4/info.json b/blockchains/smartchain/assets/0xEa8eACCe22bbB89709482c0100E75e7Ab90f53f4/info.json deleted file mode 100644 index e4d0abcbaf2c4..0000000000000 --- a/blockchains/smartchain/assets/0xEa8eACCe22bbB89709482c0100E75e7Ab90f53f4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TheChadToken", - "type": "BEP20", - "symbol": "CHAD", - "decimals": 9, - "website": "https://www.thechadtoken.com/", - "description": "Chad is the greatest Binance Smart Chain meme token ever created. You already know this. That’s why you’re buying it.", - "explorer": "https://bscscan.com/token/0xEa8eACCe22bbB89709482c0100E75e7Ab90f53f4", - "status": "active", - "id": "0xEa8eACCe22bbB89709482c0100E75e7Ab90f53f4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEa8eACCe22bbB89709482c0100E75e7Ab90f53f4/logo.png b/blockchains/smartchain/assets/0xEa8eACCe22bbB89709482c0100E75e7Ab90f53f4/logo.png deleted file mode 100644 index b14d928df5067..0000000000000 Binary files a/blockchains/smartchain/assets/0xEa8eACCe22bbB89709482c0100E75e7Ab90f53f4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEae2BBBC0000F605bD37A02c7fE346a3b68B03eb/info.json b/blockchains/smartchain/assets/0xEae2BBBC0000F605bD37A02c7fE346a3b68B03eb/info.json deleted file mode 100644 index 15e309043b93c..0000000000000 --- a/blockchains/smartchain/assets/0xEae2BBBC0000F605bD37A02c7fE346a3b68B03eb/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "CRIR MSH", - "type": "BEP20", - "symbol": "MSH", - "decimals": 18, - "website": "https://www.crirmsh.com", - "description": "A Fast & Secure Cryptocurrency and Multi chain DEX.", - "explorer": "https://bscscan.com/token/0xeae2bbbc0000f605bd37a02c7fe346a3b68b03eb", - "status": "active", - "id": "0xEae2BBBC0000F605bD37A02c7fE346a3b68B03eb", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CRIR_MSH" - }, - { - "name": "github", - "url": "https://github.com/crirmsh" - }, - { - "name": "telegram", - "url": "https://t.me/MSH_WORLD_GROUP" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/crir-msh" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/crir-msh" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEae2BBBC0000F605bD37A02c7fE346a3b68B03eb/logo.png b/blockchains/smartchain/assets/0xEae2BBBC0000F605bD37A02c7fE346a3b68B03eb/logo.png deleted file mode 100644 index 076195afdfeda..0000000000000 Binary files a/blockchains/smartchain/assets/0xEae2BBBC0000F605bD37A02c7fE346a3b68B03eb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEc3D04C82aF8C4b97Ecd058D543c2c0673ca72dC/info.json b/blockchains/smartchain/assets/0xEc3D04C82aF8C4b97Ecd058D543c2c0673ca72dC/info.json deleted file mode 100644 index fde2e49ba37bb..0000000000000 --- a/blockchains/smartchain/assets/0xEc3D04C82aF8C4b97Ecd058D543c2c0673ca72dC/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "Baby Doge Money Maker", - "website": "https://babydogemoneymaker.com/", - "description": "The One And Only Doge And Lucky Cat Hybrid In Crypto World!", - "explorer": "https://bscscan.com/token/0xEc3D04C82aF8C4b97Ecd058D543c2c0673ca72dC", - "type": "BEP20", - "symbol": "BABYDOGEMM", - "decimals": 8, - "status": "active", - "id": "0xEc3D04C82aF8C4b97Ecd058D543c2c0673ca72dC", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/BabyDogeMoneyMaker" - }, - { - "name": "twitter", - "url": "https://twitter.com/BabyDMoneyMaker" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/BabyDogeMoneyMaker/" - }, - { - "name": "facebook", - "url": "https://facebook.com/BABYDMONEYMAKER/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCcoVgeOmjqHj3NG_tsnHc_w" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/baby-doge-money-maker/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/baby-doge-money-maker" - }, - { - "name": "whitepaper", - "url": "https://babydogemoneymaker.com/assets/whitepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEc3D04C82aF8C4b97Ecd058D543c2c0673ca72dC/logo.png b/blockchains/smartchain/assets/0xEc3D04C82aF8C4b97Ecd058D543c2c0673ca72dC/logo.png deleted file mode 100644 index 153a47de08a5e..0000000000000 Binary files a/blockchains/smartchain/assets/0xEc3D04C82aF8C4b97Ecd058D543c2c0673ca72dC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEc7d0327fC48ef7EfA975A4e3327F28576C3ef96/info.json b/blockchains/smartchain/assets/0xEc7d0327fC48ef7EfA975A4e3327F28576C3ef96/info.json deleted file mode 100644 index 1e0bf56cd0840..0000000000000 --- a/blockchains/smartchain/assets/0xEc7d0327fC48ef7EfA975A4e3327F28576C3ef96/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Moon Protocol", - "website": "https://moonprotocol.finance/", - "description": "The Moon Protocol Bridge objective is to provide a tool that connects every single DeFi platform. Thanks to Moon Protocol Bridge, you’ll be able to manage and trade with ease, no matter which protocol your favorite asset is using.", - "explorer": "https://bscscan.com/token/0xEc7d0327fC48ef7EfA975A4e3327F28576C3ef96", - "type": "BEP20", - "symbol": "MPF", - "decimals": 0, - "status": "active", - "id": "0xEc7d0327fC48ef7EfA975A4e3327F28576C3ef96", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ProtocolMoon" - }, - { - "name": "telegram", - "url": "https://t.me/MoonProtocolGroupTG" - }, - { - "name": "telegram_news", - "url": "https://t.me/MoonProtocolann" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEc7d0327fC48ef7EfA975A4e3327F28576C3ef96/logo.png b/blockchains/smartchain/assets/0xEc7d0327fC48ef7EfA975A4e3327F28576C3ef96/logo.png deleted file mode 100644 index f778892c8724e..0000000000000 Binary files a/blockchains/smartchain/assets/0xEc7d0327fC48ef7EfA975A4e3327F28576C3ef96/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEd438051437c22A9Ef249B68c7E292435fE8B858/info.json b/blockchains/smartchain/assets/0xEd438051437c22A9Ef249B68c7E292435fE8B858/info.json deleted file mode 100644 index 52c6d36cfa556..0000000000000 --- a/blockchains/smartchain/assets/0xEd438051437c22A9Ef249B68c7E292435fE8B858/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Mooni", - "type": "BEP20", - "symbol": "MOONI", - "decimals": 9, - "website": "https://moonidefi.com", - "description": "Mooni(MOONI) token has had ownership renounced by the development team. MOONI DeFi is the incubator based on Binance Smart chain with innovative product launches, where community gets rewarded in ecosystem tokens.", - "explorer": "https://bscscan.com/token/0xEd438051437c22A9Ef249B68c7E292435fE8B858", - "status": "active", - "id": "0xEd438051437c22A9Ef249B68c7E292435fE8B858", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEd438051437c22A9Ef249B68c7E292435fE8B858/logo.png b/blockchains/smartchain/assets/0xEd438051437c22A9Ef249B68c7E292435fE8B858/logo.png deleted file mode 100644 index 75a03c2e3263a..0000000000000 Binary files a/blockchains/smartchain/assets/0xEd438051437c22A9Ef249B68c7E292435fE8B858/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEd44623b06616BCceC876617c124F5461Bd5f79B/info.json b/blockchains/smartchain/assets/0xEd44623b06616BCceC876617c124F5461Bd5f79B/info.json deleted file mode 100644 index 788cc9b9ae360..0000000000000 --- a/blockchains/smartchain/assets/0xEd44623b06616BCceC876617c124F5461Bd5f79B/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "BFK WARZONE", - "type": "BEP20", - "symbol": "BFK", - "decimals": 9, - "website": "https://bfkwarzone.com", - "description": "Battle Fort Knox - BFK is a complete gaming ecosystem with our native token $BFK, our NFT Marketplace, and our P2E 2D shooter coming to iOS, Android, and Windows.", - "explorer": "https://bscscan.com/token/0xEd44623b06616BCceC876617c124F5461Bd5f79B", - "status": "active", - "id": "0xEd44623b06616BCceC876617c124F5461Bd5f79B", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/bfkwarzone" - }, - { - "name": "github", - "url": "https://github.com/bfkwarzone" - }, - { - "name": "telegram", - "url": "https://t.me/bfkwarzone" - }, - { - "name": "telegram_news", - "url": "https://t.me/bfkannouncements" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/bfk-warzone" - }, - { - "name": "facebook", - "url": "https://facebook.com/BFK-Warzone-113049517816470" - }, - { - "name": "whitepaper", - "url": "https://whitepaper.bfkwarzone.app/whitepaper.pdf" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0xed44623b06616bccec876617c124f5461bd5f79b#code" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEd44623b06616BCceC876617c124F5461Bd5f79B/logo.png b/blockchains/smartchain/assets/0xEd44623b06616BCceC876617c124F5461Bd5f79B/logo.png deleted file mode 100644 index acd02628bd817..0000000000000 Binary files a/blockchains/smartchain/assets/0xEd44623b06616BCceC876617c124F5461Bd5f79B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEd8c8Aa8299C10f067496BB66f8cC7Fb338A3405/info.json b/blockchains/smartchain/assets/0xEd8c8Aa8299C10f067496BB66f8cC7Fb338A3405/info.json deleted file mode 100644 index 8850fa5d51d13..0000000000000 --- a/blockchains/smartchain/assets/0xEd8c8Aa8299C10f067496BB66f8cC7Fb338A3405/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://bscscan.com/token/0xed8c8aa8299c10f067496bb66f8cc7fb338a3405", - "type": "BEP20", - "symbol": "PROS", - "decimals": 18, - "status": "active", - "id": "0xEd8c8Aa8299C10f067496BB66f8cC7Fb338A3405", - "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/smartchain/assets/0xEd8c8Aa8299C10f067496BB66f8cC7Fb338A3405/logo.png b/blockchains/smartchain/assets/0xEd8c8Aa8299C10f067496BB66f8cC7Fb338A3405/logo.png deleted file mode 100644 index 5725990a5e6f0..0000000000000 Binary files a/blockchains/smartchain/assets/0xEd8c8Aa8299C10f067496BB66f8cC7Fb338A3405/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEda3866f07566d9379a91A07F8D62e19C03183e0/info.json b/blockchains/smartchain/assets/0xEda3866f07566d9379a91A07F8D62e19C03183e0/info.json deleted file mode 100644 index ab35e7c61be72..0000000000000 --- a/blockchains/smartchain/assets/0xEda3866f07566d9379a91A07F8D62e19C03183e0/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "HashBit", - "type": "BEP20", - "symbol": "HBIT", - "decimals": 18, - "website": "https://hashbit.org/", - "description": "HashBit (HBIT) is a highly scalable peer-to-peer digital currency that enables industry-leading transaction speeds with negligible fees. HashBit-Peg HBIT Token main goal is to make it possible to send and receive payments through the most popular messaging apps.", - "explorer": "https://bscscan.com/token/0xEda3866f07566d9379a91A07F8D62e19C03183e0", - "status": "active", - "id": "0xEda3866f07566d9379a91A07F8D62e19C03183e0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/HashBitorg" - }, - { - "name": "telegram", - "url": "https://t.me/hashbitofficial/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/hashbit-blockchain/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/hashbit/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEda3866f07566d9379a91A07F8D62e19C03183e0/logo.png b/blockchains/smartchain/assets/0xEda3866f07566d9379a91A07F8D62e19C03183e0/logo.png deleted file mode 100644 index 3544e757e5a7b..0000000000000 Binary files a/blockchains/smartchain/assets/0xEda3866f07566d9379a91A07F8D62e19C03183e0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEe0736c93E98B2e9fbf11f47dB19E7B68Db71E94/info.json b/blockchains/smartchain/assets/0xEe0736c93E98B2e9fbf11f47dB19E7B68Db71E94/info.json deleted file mode 100644 index 940e39a685d19..0000000000000 --- a/blockchains/smartchain/assets/0xEe0736c93E98B2e9fbf11f47dB19E7B68Db71E94/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "FarmerDoge", - "type": "BEP20", - "symbol": "CROP", - "decimals": 18, - "website": "https://www.farmerdoge.net/", - "description": "CROP is the world's first multi-currency rewards token. This allows us to farm any cryptocurrency on the Binance smart chain. Buy & Hold CROP and let the teams crypto analysts build your portfolio with both top 200 cryptocurrencies & newly launched moonshots.", - "explorer": "https://bscscan.com/token/0xEe0736c93E98B2e9fbf11f47dB19E7B68Db71E94", - "status": "active", - "id": "0xEe0736c93E98B2e9fbf11f47dB19E7B68Db71E94", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/farmerdoge/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/farmerdoge-v3" - }, - { - "name": "twitter", - "url": "https://twitter.com/FarmerDogeBSC?t=GNh1BY1qXDmD69TqtZwuCQ&s=09" - }, - { - "name": "telegram", - "url": "https://t.me/FarmerDogeCrypto" - }, - { - "name": "facebook", - "url": "https://facebook.com/FarmerDoge-101777302236101/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEe0736c93E98B2e9fbf11f47dB19E7B68Db71E94/logo.png b/blockchains/smartchain/assets/0xEe0736c93E98B2e9fbf11f47dB19E7B68Db71E94/logo.png deleted file mode 100644 index f3c761f6b6c10..0000000000000 Binary files a/blockchains/smartchain/assets/0xEe0736c93E98B2e9fbf11f47dB19E7B68Db71E94/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEe9801669C6138E84bD50dEB500827b776777d28/info.json b/blockchains/smartchain/assets/0xEe9801669C6138E84bD50dEB500827b776777d28/info.json deleted file mode 100644 index 2aa251de4a718..0000000000000 --- a/blockchains/smartchain/assets/0xEe9801669C6138E84bD50dEB500827b776777d28/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "O3 Swap", - "type": "BEP20", - "symbol": "O3", - "decimals": 18, - "website": "https://o3swap.com", - "description": "O3 Swap Token (O3) is a governance token issued by O3 Swap. It is an important mediator to promote the development of the O3 Swap network. All participants and developers are encouraged to participate in the maintenance of the overall ecological network by staking, voting, etc. we are committed to providing a one-stop aggregation & exchange platform for users and offering developers access to an open, distributed, friendly, and secure trading environment.", - "explorer": "https://bscscan.com/token/0xEe9801669C6138E84bD50dEB500827b776777d28", - "status": "active", - "id": "0xEe9801669C6138E84bD50dEB500827b776777d28" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEe9801669C6138E84bD50dEB500827b776777d28/logo.png b/blockchains/smartchain/assets/0xEe9801669C6138E84bD50dEB500827b776777d28/logo.png deleted file mode 100644 index 8327b516fef6e..0000000000000 Binary files a/blockchains/smartchain/assets/0xEe9801669C6138E84bD50dEB500827b776777d28/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEf11aB854b475Bd0c5Db37f6bFFAB443219d656d/info.json b/blockchains/smartchain/assets/0xEf11aB854b475Bd0c5Db37f6bFFAB443219d656d/info.json deleted file mode 100644 index e75d716985cc9..0000000000000 --- a/blockchains/smartchain/assets/0xEf11aB854b475Bd0c5Db37f6bFFAB443219d656d/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FEG Wrapped USDT", - "symbol": "fUSDT", - "type": "BEP20", - "decimals": 18, - "description": "FEG Wrapped USDT", - "website": "https://fegtoken.com", - "explorer": "https://bscscan.com/token/0xef11ab854b475bd0c5db37f6bffab443219d656d", - "status": "active", - "id": "0xEf11aB854b475Bd0c5Db37f6bFFAB443219d656d" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEf11aB854b475Bd0c5Db37f6bFFAB443219d656d/logo.png b/blockchains/smartchain/assets/0xEf11aB854b475Bd0c5Db37f6bFFAB443219d656d/logo.png deleted file mode 100644 index 7df0f296f490f..0000000000000 Binary files a/blockchains/smartchain/assets/0xEf11aB854b475Bd0c5Db37f6bFFAB443219d656d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xEfd39883aDb365fbf591bC0d624c9e1b12AEA35f/info.json b/blockchains/smartchain/assets/0xEfd39883aDb365fbf591bC0d624c9e1b12AEA35f/info.json deleted file mode 100644 index e9a936ce242a6..0000000000000 --- a/blockchains/smartchain/assets/0xEfd39883aDb365fbf591bC0d624c9e1b12AEA35f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DinkDoink", - "website": "https://dinkdoink.net", - "description": "DinkDoink is a cryptocurrency bridging the gap between entertainment and crypto!", - "explorer": "https://bscscan.com/token/0xEfd39883aDb365fbf591bC0d624c9e1b12AEA35f", - "type": "BEP20", - "symbol": "DINK", - "decimals": 9, - "status": "active", - "id": "0xEfd39883aDb365fbf591bC0d624c9e1b12AEA35f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xEfd39883aDb365fbf591bC0d624c9e1b12AEA35f/logo.png b/blockchains/smartchain/assets/0xEfd39883aDb365fbf591bC0d624c9e1b12AEA35f/logo.png deleted file mode 100644 index 00d898db02673..0000000000000 Binary files a/blockchains/smartchain/assets/0xEfd39883aDb365fbf591bC0d624c9e1b12AEA35f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF017E2773e4ee0590C81D79ccbcF1B2De1D22877/info.json b/blockchains/smartchain/assets/0xF017E2773e4ee0590C81D79ccbcF1B2De1D22877/info.json deleted file mode 100644 index 59ca606933eed..0000000000000 --- a/blockchains/smartchain/assets/0xF017E2773e4ee0590C81D79ccbcF1B2De1D22877/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "SAFEMOONCASH", - "website": "https://safemooncash.org", - "description": "Safemoon Cash is – in short – a rug proof, ownership renounced community driven project that will bring rivalry to Safemoon with positive vibes only.", - "explorer": "https://bscscan.com/token/0xF017E2773e4ee0590C81D79ccbcF1B2De1D22877", - "type": "BEP20", - "symbol": "SAFEMOONCASH", - "decimals": 9, - "status": "active", - "id": "0xF017E2773e4ee0590C81D79ccbcF1B2De1D22877", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/safemooncash" - }, - { - "name": "telegram", - "url": "https://t.me/safemooncash" - }, - { - "name": "discord", - "url": "https://discord.com/invite/fDp6pQ4Hbd" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/SAFEMOONCASHCommunity/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF017E2773e4ee0590C81D79ccbcF1B2De1D22877/logo.png b/blockchains/smartchain/assets/0xF017E2773e4ee0590C81D79ccbcF1B2De1D22877/logo.png deleted file mode 100644 index 9b9e7a1efb04e..0000000000000 Binary files a/blockchains/smartchain/assets/0xF017E2773e4ee0590C81D79ccbcF1B2De1D22877/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF02b31b0B6dCabd579e41A0250288608FA43F898/info.json b/blockchains/smartchain/assets/0xF02b31b0B6dCabd579e41A0250288608FA43F898/info.json deleted file mode 100644 index d57272d09104a..0000000000000 --- a/blockchains/smartchain/assets/0xF02b31b0B6dCabd579e41A0250288608FA43F898/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "id": "0xF02b31b0B6dCabd579e41A0250288608FA43F898", - "name": "Athos Meta", - "website": "https://athos-meta.io/", - "description": "Athos Meta is a decentralized blockchain and orients itself to be the first ecosystem owning 5 spectacular areas: Auto Bot Trade, Farming, Staking, Gaming and Betting that brings maximum profit to investors and holders", - "explorer": "https://bscscan.com/token/0xF02b31b0B6dCabd579e41A0250288608FA43F898", - "symbol": "ATM", - "type": "BEP20", - "decimals": 18, - "status": "active", - "tags": [ - "defi" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/AthosMeta" - }, - { - "name": "twitter", - "url": "https://twitter.com/AthosMeta" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/AthosMeta" - }, - { - "name": "whitepaper", - "url": "https://athos-meta.io/Whitepaper-EN.pdf" - } - ] -} diff --git a/blockchains/smartchain/assets/0xF02b31b0B6dCabd579e41A0250288608FA43F898/logo.png b/blockchains/smartchain/assets/0xF02b31b0B6dCabd579e41A0250288608FA43F898/logo.png deleted file mode 100644 index f326efceafe89..0000000000000 Binary files a/blockchains/smartchain/assets/0xF02b31b0B6dCabd579e41A0250288608FA43F898/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF033e18BA0a37B6C3FFa17ff639a7b00Dc5d323e/info.json b/blockchains/smartchain/assets/0xF033e18BA0a37B6C3FFa17ff639a7b00Dc5d323e/info.json deleted file mode 100644 index a5855ec89bcd0..0000000000000 --- a/blockchains/smartchain/assets/0xF033e18BA0a37B6C3FFa17ff639a7b00Dc5d323e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ChiwawaSwap", - "website": "https://chiwawaswap.site", - "description": "Chiwawa Swap is for strategists, building the people’s gateway to financial freedom on DEFI to find yield-bearing opportunities.", - "explorer": "https://bscscan.com/token/0xF033e18BA0a37B6C3FFa17ff639a7b00Dc5d323e", - "type": "BEP20", - "symbol": "CHIWAWA", - "decimals": 0, - "status": "active", - "id": "0xF033e18BA0a37B6C3FFa17ff639a7b00Dc5d323e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF033e18BA0a37B6C3FFa17ff639a7b00Dc5d323e/logo.png b/blockchains/smartchain/assets/0xF033e18BA0a37B6C3FFa17ff639a7b00Dc5d323e/logo.png deleted file mode 100644 index c269cf04e0214..0000000000000 Binary files a/blockchains/smartchain/assets/0xF033e18BA0a37B6C3FFa17ff639a7b00Dc5d323e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF03E02AcbC5eb22de027eA4F59235966F5810D4f/info.json b/blockchains/smartchain/assets/0xF03E02AcbC5eb22de027eA4F59235966F5810D4f/info.json deleted file mode 100644 index 7abd1d87d1bb2..0000000000000 --- a/blockchains/smartchain/assets/0xF03E02AcbC5eb22de027eA4F59235966F5810D4f/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Pi INU Token", - "type": "BEP20", - "symbol": "PINU", - "decimals": 18, - "description": "Pi network concept INU Token", - "website": "https://pi-inu.com", - "explorer": "https://bscscan.com/token/0xF03E02AcbC5eb22de027eA4F59235966F5810D4f", - "id": "0xF03E02AcbC5eb22de027eA4F59235966F5810D4f", - "status": "active", - "tags": [ - "memes" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Pi_INU_Official" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pi-inu" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF03E02AcbC5eb22de027eA4F59235966F5810D4f/logo.png b/blockchains/smartchain/assets/0xF03E02AcbC5eb22de027eA4F59235966F5810D4f/logo.png deleted file mode 100644 index 1528a945ae7df..0000000000000 Binary files a/blockchains/smartchain/assets/0xF03E02AcbC5eb22de027eA4F59235966F5810D4f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF078580015Cdfaa849BDAd8B38e72F5803C316c4/info.json b/blockchains/smartchain/assets/0xF078580015Cdfaa849BDAd8B38e72F5803C316c4/info.json deleted file mode 100644 index d89c26fa02a26..0000000000000 --- a/blockchains/smartchain/assets/0xF078580015Cdfaa849BDAd8B38e72F5803C316c4/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Son of Doge", - "type": "BEP20", - "symbol": "SOD", - "decimals": 9, - "website": "https://www.sonofdogev2.com/", - "description": "SON aims to build a sustainable, long term token that will drive an NFT market place.", - "explorer": "https://bscscan.com/token/0xF078580015Cdfaa849BDAd8B38e72F5803C316c4", - "status": "active", - "id": "0xF078580015Cdfaa849BDAd8B38e72F5803C316c4", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Sonofdoge_" - }, - { - "name": "telegram", - "url": "https://t.me/SonOfDoge" - }, - { - "name": "facebook", - "url": "https://facebook.com/SonOfDoge/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCLxITJiksMrsUYvRGMTES9g?app=desktop" - } - ], - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF078580015Cdfaa849BDAd8B38e72F5803C316c4/logo.png b/blockchains/smartchain/assets/0xF078580015Cdfaa849BDAd8B38e72F5803C316c4/logo.png deleted file mode 100644 index fffc9371c27a5..0000000000000 Binary files a/blockchains/smartchain/assets/0xF078580015Cdfaa849BDAd8B38e72F5803C316c4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF0A8EcBCE8caADB7A07d1FcD0f87Ae1Bd688dF43/info.json b/blockchains/smartchain/assets/0xF0A8EcBCE8caADB7A07d1FcD0f87Ae1Bd688dF43/info.json deleted file mode 100644 index ead3598139601..0000000000000 --- a/blockchains/smartchain/assets/0xF0A8EcBCE8caADB7A07d1FcD0f87Ae1Bd688dF43/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "CryptoGodz", - "website": "https://cryptogodz.io", - "description": "CRYPTOGODZA VIRTUAL UNIVERSE OF FANTASY HEROES FOR P2P NFT GAMING", - "explorer": "https://bscscan.com/token/0xF0A8EcBCE8caADB7A07d1FcD0f87Ae1Bd688dF43", - "type": "BEP20", - "symbol": "GODZ", - "decimals": 18, - "status": "active", - "id": "0xF0A8EcBCE8caADB7A07d1FcD0f87Ae1Bd688dF43", - "tags": [ - "nft" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/cryptogodz1" - }, - { - "name": "twitter", - "url": "https://twitter.com/CryptogodzNFTG" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/cryptogodz/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF0A8EcBCE8caADB7A07d1FcD0f87Ae1Bd688dF43/logo.png b/blockchains/smartchain/assets/0xF0A8EcBCE8caADB7A07d1FcD0f87Ae1Bd688dF43/logo.png deleted file mode 100644 index 0451ea0092f17..0000000000000 Binary files a/blockchains/smartchain/assets/0xF0A8EcBCE8caADB7A07d1FcD0f87Ae1Bd688dF43/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF0a0913BA2b173c1fbCa1c1b2FCFC0E3678f66a9/info.json b/blockchains/smartchain/assets/0xF0a0913BA2b173c1fbCa1c1b2FCFC0E3678f66a9/info.json deleted file mode 100644 index f2c961d7e1c0e..0000000000000 --- a/blockchains/smartchain/assets/0xF0a0913BA2b173c1fbCa1c1b2FCFC0E3678f66a9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BFI-COIN", - "type": "BEP20", - "symbol": "BFIC", - "decimals": 8, - "website": "https://bficoin.io/", - "description": "Bfic Protocol is a decentralized network that allows anyone to invoice a payment for which the recipient can pay in a secure way.", - "explorer": "https://bscscan.com/token/0xf0a0913ba2b173c1fbca1c1b2fcfc0e3678f66a9", - "status": "active", - "id": "0xF0a0913BA2b173c1fbCa1c1b2FCFC0E3678f66a9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF0a0913BA2b173c1fbCa1c1b2FCFC0E3678f66a9/logo.png b/blockchains/smartchain/assets/0xF0a0913BA2b173c1fbCa1c1b2FCFC0E3678f66a9/logo.png deleted file mode 100644 index 6a25d5eebc802..0000000000000 Binary files a/blockchains/smartchain/assets/0xF0a0913BA2b173c1fbCa1c1b2FCFC0E3678f66a9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF14D3692B0055Db9Ca4c04065165d59B87E763f1/info.json b/blockchains/smartchain/assets/0xF14D3692B0055Db9Ca4c04065165d59B87E763f1/info.json deleted file mode 100644 index 8f11b29627090..0000000000000 --- a/blockchains/smartchain/assets/0xF14D3692B0055Db9Ca4c04065165d59B87E763f1/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "MetaBUSDCoin", - "type": "BEP20", - "symbol": "MBC", - "decimals": 18, - "website": "https://metabusdcoin.com/", - "description": "MetaBusdCoin is a deflationary reward token, rewarding holders in a stable coin pegged to the Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xF14D3692B0055Db9Ca4c04065165d59B87E763f1", - "status": "active", - "id": "0xF14D3692B0055Db9Ca4c04065165d59B87E763f1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MetaBUSDCoin" - }, - { - "name": "telegram", - "url": "https://t.me/MetaBUSDCoin" - }, - { - "name": "discord", - "url": "https://discord.com/channels/913264078078759014/915762320242778162" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/metabusdcoin" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/metabusdcoin" - }, - { - "name": "whitepaper", - "url": "https://metabusdcoin.com/assets/files/WhitePaper.pdf" - } - ], - "tags": [ - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0xF14D3692B0055Db9Ca4c04065165d59B87E763f1/logo.png b/blockchains/smartchain/assets/0xF14D3692B0055Db9Ca4c04065165d59B87E763f1/logo.png deleted file mode 100644 index 893c3183ee1da..0000000000000 Binary files a/blockchains/smartchain/assets/0xF14D3692B0055Db9Ca4c04065165d59B87E763f1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF16e1Ad313E3Bf4E3381b58731b45fA116ECF53f/info.json b/blockchains/smartchain/assets/0xF16e1Ad313E3Bf4E3381b58731b45fA116ECF53f/info.json deleted file mode 100644 index 8a78b4bdfe6f7..0000000000000 --- a/blockchains/smartchain/assets/0xF16e1Ad313E3Bf4E3381b58731b45fA116ECF53f/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "LuckyPig", - "type": "BEP20", - "symbol": "LuckyPig", - "decimals": 9, - "website": "https://www.luckypigtoken.com/", - "description": "Luckypig, the Bsc token we all need right now! Let's bring the old Bsc era back with a pinch of hot features to avoid dumps. Luckypig will bring NFT, lottery/jackpot concepts together and a contract with low taxes. Our team's longterm goal is to build an online casino which will be pegged with our token.", - "explorer": "https://bscscan.com/token/0xF16e1Ad313E3Bf4E3381b58731b45fA116ECF53f", - "status": "abandoned", - "id": "0xF16e1Ad313E3Bf4E3381b58731b45fA116ECF53f", - "migrate": { - "asset_id": "c20000714_t0x06c0783C6B6f268D9f408F74a2Fe368Be732F9FF", - "url": "https://t.me/luckypigtoken/185327" - }, - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/luckypig/" - }, - { - "name": "twitter", - "url": "https://twitter.com/Luckypigtoken" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF18e1289FCe882e4dB55Ec8A349D027a9a5B3169/info.json b/blockchains/smartchain/assets/0xF18e1289FCe882e4dB55Ec8A349D027a9a5B3169/info.json deleted file mode 100644 index 64b5f607bbe6e..0000000000000 --- a/blockchains/smartchain/assets/0xF18e1289FCe882e4dB55Ec8A349D027a9a5B3169/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "MetaBotChain", - "website": "https://metabotchain.com/", - "description": "MetaBotChain is an app to manage assets or trade on Crypto exchange 1% Fee transaction send to MBCH LP holder", - "explorer": "https://bscscan.com/token/0xF18e1289FCe882e4dB55Ec8A349D027a9a5B3169", - "type": "BEP20", - "symbol": "MBCH", - "decimals": 18, - "status": "active", - "id": "0xF18e1289FCe882e4dB55Ec8A349D027a9a5B3169", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Metabotchain" - }, - { - "name": "telegram", - "url": "https://t.me/@Metabotchain" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF18e1289FCe882e4dB55Ec8A349D027a9a5B3169/logo.png b/blockchains/smartchain/assets/0xF18e1289FCe882e4dB55Ec8A349D027a9a5B3169/logo.png deleted file mode 100644 index cd26b87f46094..0000000000000 Binary files a/blockchains/smartchain/assets/0xF18e1289FCe882e4dB55Ec8A349D027a9a5B3169/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF19b09DA89722F0a6960F9bF9701A63AE891603A/info.json b/blockchains/smartchain/assets/0xF19b09DA89722F0a6960F9bF9701A63AE891603A/info.json deleted file mode 100644 index 9c63f76c1ea81..0000000000000 --- a/blockchains/smartchain/assets/0xF19b09DA89722F0a6960F9bF9701A63AE891603A/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "TetraHedra", - "website": "https://tetra-hedra.com", - "description": "TetraHedra is an arabic leading Token that has many unique features it is a must to read about us so you can have a better understanding about the nature of our defi process.", - "explorer": "https://bscscan.com/token/0xF19b09DA89722F0a6960F9bF9701A63AE891603A", - "type": "BEP20", - "symbol": "TTH", - "decimals": 9, - "status": "active", - "id": "0xF19b09DA89722F0a6960F9bF9701A63AE891603A", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/TetraHedraTTH" - }, - { - "name": "facebook", - "url": "https://facebook.com/tetrahedra2021" - }, - { - "name": "telegram", - "url": "https://t.me/TetraHedraChat" - }, - { - "name": "telegram_news", - "url": "https://t.me/TetraHedranews" - }, - { - "name": "whitepaper", - "url": "https://tetra-hedra.com/img/TetraHedra-Whitepaper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/tetrahedra" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/tetrahedra" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF19b09DA89722F0a6960F9bF9701A63AE891603A/logo.png b/blockchains/smartchain/assets/0xF19b09DA89722F0a6960F9bF9701A63AE891603A/logo.png deleted file mode 100644 index 2636cfb71ad4f..0000000000000 Binary files a/blockchains/smartchain/assets/0xF19b09DA89722F0a6960F9bF9701A63AE891603A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF1A71bcCe29b598d812a30BaedFf860a7Dce0aff/info.json b/blockchains/smartchain/assets/0xF1A71bcCe29b598d812a30BaedFf860a7Dce0aff/info.json deleted file mode 100644 index f3a3c197ade87..0000000000000 --- a/blockchains/smartchain/assets/0xF1A71bcCe29b598d812a30BaedFf860a7Dce0aff/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Mars - Climb Token Finance ", - "website": "https://www.climbtoken.finance/", - "description": "The First DEX on BSC that offers dividends in BUSD, rewards and distribution of fees directly to holders. Enjoy the highest APRsnce.", - "explorer": "https://bscscan.com/token/0xF1A71bcCe29b598d812a30BaedFf860a7Dce0aff", - "type": "BEP20", - "symbol": "MARS", - "decimals": 18, - "status": "active", - "id": "0xF1A71bcCe29b598d812a30BaedFf860a7Dce0aff" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF1A71bcCe29b598d812a30BaedFf860a7Dce0aff/logo.png b/blockchains/smartchain/assets/0xF1A71bcCe29b598d812a30BaedFf860a7Dce0aff/logo.png deleted file mode 100644 index 5521bfcbaf4c4..0000000000000 Binary files a/blockchains/smartchain/assets/0xF1A71bcCe29b598d812a30BaedFf860a7Dce0aff/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF215A127A196e3988C09d052e16BcFD365Cd7AA3/info.json b/blockchains/smartchain/assets/0xF215A127A196e3988C09d052e16BcFD365Cd7AA3/info.json deleted file mode 100644 index 6ea2026066ed2..0000000000000 --- a/blockchains/smartchain/assets/0xF215A127A196e3988C09d052e16BcFD365Cd7AA3/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Wrapped Mirror TSLA Token", - "website": "https://mirror.finance", - "description": "Mirror Protocol allows the creation of fungible assets, “synthetics”, that track the price of real-world assets.", - "explorer": "https://bscscan.com/token/0xF215A127A196e3988C09d052e16BcFD365Cd7AA3", - "research": "", - "type": "BEP20", - "symbol": "mTSLA", - "decimals": 18, - "status": "active", - "id": "0xF215A127A196e3988C09d052e16BcFD365Cd7AA3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF215A127A196e3988C09d052e16BcFD365Cd7AA3/logo.png b/blockchains/smartchain/assets/0xF215A127A196e3988C09d052e16BcFD365Cd7AA3/logo.png deleted file mode 100644 index 22059ed91d478..0000000000000 Binary files a/blockchains/smartchain/assets/0xF215A127A196e3988C09d052e16BcFD365Cd7AA3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF21768cCBC73Ea5B6fd3C687208a7c2def2d966e/info.json b/blockchains/smartchain/assets/0xF21768cCBC73Ea5B6fd3C687208a7c2def2d966e/info.json deleted file mode 100644 index 91d6b352f5884..0000000000000 --- a/blockchains/smartchain/assets/0xF21768cCBC73Ea5B6fd3C687208a7c2def2d966e/info.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "Reef.finance", - "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://bscscan.com/token/0xf21768ccbc73ea5b6fd3c687208a7c2def2d966e", - "research": "https://research.binance.com/en/projects/reef-finance", - "type": "BEP20", - "symbol": "REEF", - "decimals": 18, - "status": "active", - "id": "0xF21768cCBC73Ea5B6fd3C687208a7c2def2d966e", - "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/smartchain/assets/0xF21768cCBC73Ea5B6fd3C687208a7c2def2d966e/logo.png b/blockchains/smartchain/assets/0xF21768cCBC73Ea5B6fd3C687208a7c2def2d966e/logo.png deleted file mode 100644 index 7eed97f775974..0000000000000 Binary files a/blockchains/smartchain/assets/0xF21768cCBC73Ea5B6fd3C687208a7c2def2d966e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF27580F6a58FF785c60B7c15fD394AB442aAA451/info.json b/blockchains/smartchain/assets/0xF27580F6a58FF785c60B7c15fD394AB442aAA451/info.json deleted file mode 100644 index 32ee052f0fd68..0000000000000 --- a/blockchains/smartchain/assets/0xF27580F6a58FF785c60B7c15fD394AB442aAA451/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Nicheman", - "type": "BEP20", - "symbol": "Nicheman", - "decimals": 9, - "website": "https://nicheman.space", - "description": "Nicheman is a defi project developed for the investors/enthusiasts who always wanted to own a coin that is community-driven and fairly launched. ", - "explorer": "https://bscscan.com/token/0xF27580F6a58FF785c60B7c15fD394AB442aAA451", - "status": "active", - "id": "0xF27580F6a58FF785c60B7c15fD394AB442aAA451", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF27580F6a58FF785c60B7c15fD394AB442aAA451/logo.png b/blockchains/smartchain/assets/0xF27580F6a58FF785c60B7c15fD394AB442aAA451/logo.png deleted file mode 100644 index e8ea3be670b04..0000000000000 Binary files a/blockchains/smartchain/assets/0xF27580F6a58FF785c60B7c15fD394AB442aAA451/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF28709f1daa6CEE2847C5B9526ceba457331742b/info.json b/blockchains/smartchain/assets/0xF28709f1daa6CEE2847C5B9526ceba457331742b/info.json deleted file mode 100644 index 66721a039891d..0000000000000 --- a/blockchains/smartchain/assets/0xF28709f1daa6CEE2847C5B9526ceba457331742b/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "$MLNX", - "website": "https://melontokenbsc.com/", - "description": "MELONx - We can beat breast cancer. Together!", - "explorer": "https://bscscan.com/token/0xF28709f1daa6CEE2847C5B9526ceba457331742b", - "type": "BEP20", - "symbol": "$MLNX", - "decimals": 18, - "status": "active", - "id": "0xF28709f1daa6CEE2847C5B9526ceba457331742b", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/melontokenbsc" - }, - { - "name": "github", - "url": "https://github.com/DRIVENx" - }, - { - "name": "telegram", - "url": "https://t.me/melonbsc" - }, - { - "name": "blog", - "url": "https://medium.com/@drivenprotocol" - }, - { - "name": "whitepaper", - "url": "https://melontokenbsc.com/wp-content/uploads/2021/08/MELONx-Whitepaper.pdf" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/DRIVENx" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/DRIVENecosystem/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/qZ36FNT23w" - }, - { - "name": "facebook", - "url": "https://facebook.com/melontoken" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF28709f1daa6CEE2847C5B9526ceba457331742b/logo.png b/blockchains/smartchain/assets/0xF28709f1daa6CEE2847C5B9526ceba457331742b/logo.png deleted file mode 100644 index b298057e62b56..0000000000000 Binary files a/blockchains/smartchain/assets/0xF28709f1daa6CEE2847C5B9526ceba457331742b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF2A92BC1Cf798fF4De14502a9C6FdA58865e8D5d/info.json b/blockchains/smartchain/assets/0xF2A92BC1Cf798fF4De14502a9C6FdA58865e8D5d/info.json deleted file mode 100644 index c83872be64d3b..0000000000000 --- a/blockchains/smartchain/assets/0xF2A92BC1Cf798fF4De14502a9C6FdA58865e8D5d/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Thoreum V2", - "website": "https://thoreum.capital/", - "description": "THOREUM v2 is a Multi-chain Venture Capital Platform that rewards its HOLDers by leveraging multi-chain investment opportunities. Thoreum phase 1 - Mining completed, phase 2 - Hyper deflationary & maximizing profits.", - "explorer": "https://bscscan.com/token/0xF2A92BC1Cf798fF4De14502a9C6FdA58865e8D5d", - "type": "BEP20", - "symbol": "THOREUM", - "decimals": 18, - "status": "abandoned", - "id": "0xF2A92BC1Cf798fF4De14502a9C6FdA58865e8D5d", - "tags": [ - "defi" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ThoreumFinance" - }, - { - "name": "telegram", - "url": "https://t.me/Thoreum" - }, - { - "name": "docs", - "url": "https://docs.thoreum.capital/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Thoreum_official/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UChv01NIAIwQm4gmJuSGd49Q" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/thoreum-v2/" - }, - { - "name": "github", - "url": "https://github.com/ThoreumFinance/ThoreumCapital" - } - ] -} diff --git a/blockchains/smartchain/assets/0xF2DA079867785018E6d823DD0FF332f05AAfe485/info.json b/blockchains/smartchain/assets/0xF2DA079867785018E6d823DD0FF332f05AAfe485/info.json deleted file mode 100644 index 6430a0b31c32c..0000000000000 --- a/blockchains/smartchain/assets/0xF2DA079867785018E6d823DD0FF332f05AAfe485/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "VEKTOR", - "type": "BEP20", - "symbol": "VEKTOR", - "decimals": 9, - "website": "https://www.crypto-vektor.com/", - "description": "We are an international team consisting of investors, programmers, engineers, founders, project managers, and crypto enthusiasts. We are not only invested but have also realized and successfully established many projects ourselves. Due to our network, we are personally very well connected with many partners and decision makers in the whole field.", - "explorer": "https://bscscan.com/token/0xF2DA079867785018E6d823DD0FF332f05AAfe485", - "status": "active", - "id": "0xF2DA079867785018E6d823DD0FF332f05AAfe485", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Vektor_vektor?t=pE8hrBoFe7yDCYMEojK9Kw&s=09" - }, - { - "name": "telegram", - "url": "https://t.me/VEKTOR_mentoring" - }, - { - "name": "github", - "url": "https://github.com/CRYPTO-VEKTOR?tab=projects" - } - ], - "tags": [ - "privacy" - ] -} diff --git a/blockchains/smartchain/assets/0xF2DA079867785018E6d823DD0FF332f05AAfe485/logo.png b/blockchains/smartchain/assets/0xF2DA079867785018E6d823DD0FF332f05AAfe485/logo.png deleted file mode 100644 index 555bd6f988469..0000000000000 Binary files a/blockchains/smartchain/assets/0xF2DA079867785018E6d823DD0FF332f05AAfe485/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF2E71B054B6b0F3C5513Af505E6c072008ECFaCD/info.json b/blockchains/smartchain/assets/0xF2E71B054B6b0F3C5513Af505E6c072008ECFaCD/info.json deleted file mode 100644 index 55ee26cfb450a..0000000000000 --- a/blockchains/smartchain/assets/0xF2E71B054B6b0F3C5513Af505E6c072008ECFaCD/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Brixel War", - "website": "https://brixelwar.com/", - "description": "Brixel War - A Play-to-Earn game based on Smart Chain.", - "explorer": "https://bscscan.com/token/0xf2e71b054b6b0f3c5513af505e6c072008ecfacd", - "type": "BEP20", - "symbol": "BXS", - "decimals": 18, - "status": "active", - "id": "0xF2E71B054B6b0F3C5513Af505E6c072008ECFaCD", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BrixelWar" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/brixel-war/" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF2E71B054B6b0F3C5513Af505E6c072008ECFaCD/logo.png b/blockchains/smartchain/assets/0xF2E71B054B6b0F3C5513Af505E6c072008ECFaCD/logo.png deleted file mode 100644 index a46fe47269e98..0000000000000 Binary files a/blockchains/smartchain/assets/0xF2E71B054B6b0F3C5513Af505E6c072008ECFaCD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF33893DE6eB6aE9A67442E066aE9aBd228f5290c/info.json b/blockchains/smartchain/assets/0xF33893DE6eB6aE9A67442E066aE9aBd228f5290c/info.json deleted file mode 100644 index 2085cb535e94f..0000000000000 --- a/blockchains/smartchain/assets/0xF33893DE6eB6aE9A67442E066aE9aBd228f5290c/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "GroveCoin", - "type": "BEP20", - "symbol": "GRV", - "decimals": 8, - "website": "https://www.grovetoken.com", - "description": "Grove Coin is a decentralized and secure green coin 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://bscscan.com/token/0xF33893DE6eB6aE9A67442E066aE9aBd228f5290c", - "status": "active", - "id": "0xF33893DE6eB6aE9A67442E066aE9aBd228f5290c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/GroveToken" - }, - { - "name": "facebook", - "url": "https://facebook.com/GroveTokenOfficial" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF33893DE6eB6aE9A67442E066aE9aBd228f5290c/logo.png b/blockchains/smartchain/assets/0xF33893DE6eB6aE9A67442E066aE9aBd228f5290c/logo.png deleted file mode 100644 index 4c8c7bcdcf762..0000000000000 Binary files a/blockchains/smartchain/assets/0xF33893DE6eB6aE9A67442E066aE9aBd228f5290c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF37cAc4783a343D6258DdD52AA4e2566C0CbE25a/info.json b/blockchains/smartchain/assets/0xF37cAc4783a343D6258DdD52AA4e2566C0CbE25a/info.json deleted file mode 100644 index acf7efbcbf718..0000000000000 --- a/blockchains/smartchain/assets/0xF37cAc4783a343D6258DdD52AA4e2566C0CbE25a/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Elgos Company Token", - "type": "BEP20", - "symbol": "ELGOS", - "decimals": 18, - "website": "https://elgos.app", - "description": "Elgos is a urban mobility application, and ELGOS is our token.", - "explorer": "https://bscscan.com/token/0xF37cAc4783a343D6258DdD52AA4e2566C0CbE25a", - "status": "active", - "id": "0xF37cAc4783a343D6258DdD52AA4e2566C0CbE25a", - "links": [ - { - "name": "whitepaper", - "url": "https://elgos.app/white-paper-elgos/" - }, - { - "name": "github", - "url": "https://github.com/SymmaBlockchain" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0xF37cAc4783a343D6258DdD52AA4e2566C0CbE25a/logo.png b/blockchains/smartchain/assets/0xF37cAc4783a343D6258DdD52AA4e2566C0CbE25a/logo.png deleted file mode 100644 index 403e41c3fd66f..0000000000000 Binary files a/blockchains/smartchain/assets/0xF37cAc4783a343D6258DdD52AA4e2566C0CbE25a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF41082C4CB71FB4628a9b17214B2624e0e2048a9/info.json b/blockchains/smartchain/assets/0xF41082C4CB71FB4628a9b17214B2624e0e2048a9/info.json deleted file mode 100644 index c3c87917ed173..0000000000000 --- a/blockchains/smartchain/assets/0xF41082C4CB71FB4628a9b17214B2624e0e2048a9/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Real Trump Token V2", - "website": "https://realtrumptoken.com/", - "description": "Real Trump Token is a crypto designed to donate into organizations that put America First & President Donald J. Trump's 2024 re-election.", - "explorer": "https://bscscan.com/token/0xf41082c4cb71fb4628a9b17214b2624e0e2048a9", - "type": "BEP20", - "symbol": "RTTv2", - "decimals": 9, - "status": "abandoned", - "id": "0xF41082C4CB71FB4628a9b17214B2624e0e2048a9", - "migrate": { - "asset_id": "c10000714_t0x8F046a2457a8F1618cAe4706Fa57Bf790e2532a6", - "url": "https://restoretruthtoken.com/rtt-rebrand/" - }, - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/realtrumptoken" - }, - { - "name": "github", - "url": "https://github.com/realtrumptoken/realtrumptoken" - }, - { - "name": "telegram", - "url": "https://t.me/realtrumptokenchat" - }, - { - "name": "discord", - "url": "https://discord.com/invite/k4yVP8xVn5" - }, - { - "name": "facebook", - "url": "https://facebook.com/Real-Trump-Token-RTT-105614135073370" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/real-trump-token-v2" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF41D6F9680ea216aad62baa7101AF40FEe688046/info.json b/blockchains/smartchain/assets/0xF41D6F9680ea216aad62baa7101AF40FEe688046/info.json deleted file mode 100644 index de394b6973dcc..0000000000000 --- a/blockchains/smartchain/assets/0xF41D6F9680ea216aad62baa7101AF40FEe688046/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ComPro Token", - "website": "https://defi.compro.finance", - "description": "ComPro.Finaace, decentralized protocol for the synthetic assets.", - "explorer": "https://bscscan.com/token/0xf41d6f9680ea216aad62baa7101af40fee688046", - "type": "BEP20", - "symbol": "COPR", - "decimals": 18, - "status": "active", - "id": "0xF41D6F9680ea216aad62baa7101AF40FEe688046" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF41D6F9680ea216aad62baa7101AF40FEe688046/logo.png b/blockchains/smartchain/assets/0xF41D6F9680ea216aad62baa7101AF40FEe688046/logo.png deleted file mode 100644 index 4a998f67e5599..0000000000000 Binary files a/blockchains/smartchain/assets/0xF41D6F9680ea216aad62baa7101AF40FEe688046/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF4308ae29c84238f3386C01d3CF6266AC6939ADE/info.json b/blockchains/smartchain/assets/0xF4308ae29c84238f3386C01d3CF6266AC6939ADE/info.json deleted file mode 100644 index a1a10bb4c6a38..0000000000000 --- a/blockchains/smartchain/assets/0xF4308ae29c84238f3386C01d3CF6266AC6939ADE/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Lazy", - "website": "https://lazymint.finance", - "description": "LAZY is the native token of LazyMint Finance, The new type of Yield Farm with Automatic Liquidity Acquisition integrated with Delegated Farming on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xF4308ae29c84238f3386C01d3CF6266AC6939ADE", - "type": "BEP20", - "symbol": "LAZY", - "decimals": 18, - "status": "active", - "id": "0xF4308ae29c84238f3386C01d3CF6266AC6939ADE" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF4308ae29c84238f3386C01d3CF6266AC6939ADE/logo.png b/blockchains/smartchain/assets/0xF4308ae29c84238f3386C01d3CF6266AC6939ADE/logo.png deleted file mode 100644 index eed0a072d7284..0000000000000 Binary files a/blockchains/smartchain/assets/0xF4308ae29c84238f3386C01d3CF6266AC6939ADE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF4Ed363144981D3A65f42e7D0DC54FF9EEf559A1/info.json b/blockchains/smartchain/assets/0xF4Ed363144981D3A65f42e7D0DC54FF9EEf559A1/info.json deleted file mode 100644 index 36e1d227d740d..0000000000000 --- a/blockchains/smartchain/assets/0xF4Ed363144981D3A65f42e7D0DC54FF9EEf559A1/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FaraCrystal", - "website": "https://faraland.io/", - "description": "Faraland is an NFT project focusing on a true `Play to Earn` game. Users can summon Heroes with different races and equip them with powerful items and sending them into expedition to earn valuable resources.", - "explorer": "https://bscscan.com/token/0xF4Ed363144981D3A65f42e7D0DC54FF9EEf559A1", - "symbol": "FARA", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0xF4Ed363144981D3A65f42e7D0DC54FF9EEf559A1" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF4Ed363144981D3A65f42e7D0DC54FF9EEf559A1/logo.png b/blockchains/smartchain/assets/0xF4Ed363144981D3A65f42e7D0DC54FF9EEf559A1/logo.png deleted file mode 100644 index 79bb47871b999..0000000000000 Binary files a/blockchains/smartchain/assets/0xF4Ed363144981D3A65f42e7D0DC54FF9EEf559A1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF4b5470523cCD314C6B9dA041076e7D79E0Df267/info.json b/blockchains/smartchain/assets/0xF4b5470523cCD314C6B9dA041076e7D79E0Df267/info.json deleted file mode 100644 index 0c1595e48839d..0000000000000 --- a/blockchains/smartchain/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://bscscan.com/token/0xF4b5470523cCD314C6B9dA041076e7D79E0Df267", - "type": "BEP20", - "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/smartchain/assets/0xF4b5470523cCD314C6B9dA041076e7D79E0Df267/logo.png b/blockchains/smartchain/assets/0xF4b5470523cCD314C6B9dA041076e7D79E0Df267/logo.png deleted file mode 100644 index d7ce5e9cec876..0000000000000 Binary files a/blockchains/smartchain/assets/0xF4b5470523cCD314C6B9dA041076e7D79E0Df267/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF520f5D709dCD40529caaFc02B297e7225ff8372/info.json b/blockchains/smartchain/assets/0xF520f5D709dCD40529caaFc02B297e7225ff8372/info.json deleted file mode 100644 index 5f65c31382a58..0000000000000 --- a/blockchains/smartchain/assets/0xF520f5D709dCD40529caaFc02B297e7225ff8372/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "MoonWilly", - "website": "https://moonwilly.com", - "description": "MoonWilly is Certificate Of Deposit on Binance Smart Chain. Holders Earn Passive Rewards in DAI (USD Stablecoin) every Hour, Forever.", - "explorer": "https://bscscan.com/token/0xf520f5d709dcd40529caafc02b297e7225ff8372", - "type": "BEP20", - "symbol": "MoonWilly", - "decimals": 18, - "status": "active", - "id": "0xF520f5D709dCD40529caaFc02B297e7225ff8372", - "links": [ - { - "name": "github", - "url": "https://github.com/top1st/Moonwilly-Protocal/" - }, - { - "name": "twitter", - "url": "https://twitter.com/Moonwillycoin" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/moonwilly" - }, - { - "name": "telegram", - "url": "https://t.me/moonwillyproject" - }, - { - "name": "facebook", - "url": "https://facebook.com/MoonWilly-101277595537126" - }, - { - "name": "medium", - "url": "https://medium.com/@moonwillycoin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF520f5D709dCD40529caaFc02B297e7225ff8372/logo.png b/blockchains/smartchain/assets/0xF520f5D709dCD40529caaFc02B297e7225ff8372/logo.png deleted file mode 100644 index fa86d2445b4fd..0000000000000 Binary files a/blockchains/smartchain/assets/0xF520f5D709dCD40529caaFc02B297e7225ff8372/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF53FC93D811a3BBC7637a41381FE7475DB919B1B/info.json b/blockchains/smartchain/assets/0xF53FC93D811a3BBC7637a41381FE7475DB919B1B/info.json deleted file mode 100644 index 6846f9169786e..0000000000000 --- a/blockchains/smartchain/assets/0xF53FC93D811a3BBC7637a41381FE7475DB919B1B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Chihuahua Coin", - "website": "https://huahuacoin.com", - "description": "A Sustainable Community Driven Crypto Project Token to fund shelters and save our Chihuahua friends across the world.", - "explorer": "https://bscscan.com/token/0xF53FC93D811a3BBC7637a41381FE7475DB919B1B", - "type": "BEP20", - "symbol": "HuaHua", - "decimals": 18, - "status": "active", - "id": "0xF53FC93D811a3BBC7637a41381FE7475DB919B1B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF53FC93D811a3BBC7637a41381FE7475DB919B1B/logo.png b/blockchains/smartchain/assets/0xF53FC93D811a3BBC7637a41381FE7475DB919B1B/logo.png deleted file mode 100644 index e8513f9c3d9be..0000000000000 Binary files a/blockchains/smartchain/assets/0xF53FC93D811a3BBC7637a41381FE7475DB919B1B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF565aaf0b8EB813a1c8C956D2C59F1ce27FD2366/info.json b/blockchains/smartchain/assets/0xF565aaf0b8EB813a1c8C956D2C59F1ce27FD2366/info.json deleted file mode 100644 index f45cdf777656d..0000000000000 --- a/blockchains/smartchain/assets/0xF565aaf0b8EB813a1c8C956D2C59F1ce27FD2366/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MoonShield", - "website": "https://moonshield.finance", - "description": "MoonShield is a community driven DeFi project on the Binance Smart Chain - Users receive BNB weekly just for holding MSHLD. Audited. Contract Renounced.", - "explorer": "https://bscscan.com/token/0xf565aaf0b8eb813a1c8c956d2c59f1ce27fd2366", - "type": "BEP20", - "symbol": "MSHLD", - "decimals": 9, - "status": "active", - "id": "0xF565aaf0b8EB813a1c8C956D2C59F1ce27FD2366" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF565aaf0b8EB813a1c8C956D2C59F1ce27FD2366/logo.png b/blockchains/smartchain/assets/0xF565aaf0b8EB813a1c8C956D2C59F1ce27FD2366/logo.png deleted file mode 100644 index 4d48e171781cc..0000000000000 Binary files a/blockchains/smartchain/assets/0xF565aaf0b8EB813a1c8C956D2C59F1ce27FD2366/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF5a367b7809e5683538C93Ce638B9258A0B88271/info.json b/blockchains/smartchain/assets/0xF5a367b7809e5683538C93Ce638B9258A0B88271/info.json deleted file mode 100644 index caa72cd03c65e..0000000000000 --- a/blockchains/smartchain/assets/0xF5a367b7809e5683538C93Ce638B9258A0B88271/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Aurory (Portal)", - "type": "BEP20", - "symbol": "AURY", - "decimals": 9, - "description": "Cross Chain Portal Bridged Token", - "website": "https://aurory.io/", - "explorer": "https://bscscan.com/token/0xF5a367b7809e5683538C93Ce638B9258A0B88271", - "status": "active", - "id": "0xF5a367b7809e5683538C93Ce638B9258A0B88271", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF5a367b7809e5683538C93Ce638B9258A0B88271/logo.png b/blockchains/smartchain/assets/0xF5a367b7809e5683538C93Ce638B9258A0B88271/logo.png deleted file mode 100644 index a45f0578a4d24..0000000000000 Binary files a/blockchains/smartchain/assets/0xF5a367b7809e5683538C93Ce638B9258A0B88271/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF5d8A096CcCb31b9D7bcE5afE812BE23e3D4690d/info.json b/blockchains/smartchain/assets/0xF5d8A096CcCb31b9D7bcE5afE812BE23e3D4690d/info.json deleted file mode 100644 index 536d7b9959abc..0000000000000 --- a/blockchains/smartchain/assets/0xF5d8A096CcCb31b9D7bcE5afE812BE23e3D4690d/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Happy Fans Token", - "website": "https://happyfans.club/", - "description": "Happy Fans is a subscription-based social network based on blockchain technology", - "explorer": "https://bscscan.com/token/0xF5d8A096CcCb31b9D7bcE5afE812BE23e3D4690d", - "type": "BEP20", - "symbol": "HAPPY", - "decimals": 18, - "status": "active", - "id": "0xF5d8A096CcCb31b9D7bcE5afE812BE23e3D4690d", - "links": [ - { - "name": "github", - "url": "https://github.com/Happy-Fans" - }, - { - "name": "telegram", - "url": "https://t.me/happyfanstoken" - }, - { - "name": "twitter", - "url": "https://twitter.com/HappyFansToken" - }, - { - "name": "medium", - "url": "https://medium.com/@happyfans" - }, - { - "name": "facebook", - "url": "https://facebook.com/HappyFansToken/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/happy-fans//" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/happyfans?__cf_chl_jschl_tk__=pmd_5x_GoFW3u34PANtYRW3VKkBxVgRP8WqudEv07qjGtCA-1634245295-0-gqNtZGzNAhCjcnBszQjR" - }, - { - "name": "whitepaper", - "url": "https://happyfans.club/wp-content/uploads/2021/09/litepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF5d8A096CcCb31b9D7bcE5afE812BE23e3D4690d/logo.png b/blockchains/smartchain/assets/0xF5d8A096CcCb31b9D7bcE5afE812BE23e3D4690d/logo.png deleted file mode 100644 index ec46dea0b575c..0000000000000 Binary files a/blockchains/smartchain/assets/0xF5d8A096CcCb31b9D7bcE5afE812BE23e3D4690d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF62723F8B7Bf9962d9577F099e7BB1Bdf9715610/info.json b/blockchains/smartchain/assets/0xF62723F8B7Bf9962d9577F099e7BB1Bdf9715610/info.json deleted file mode 100644 index 77bd994913b80..0000000000000 --- a/blockchains/smartchain/assets/0xF62723F8B7Bf9962d9577F099e7BB1Bdf9715610/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "wLink", - "website": "https://wlink.finance", - "description": "Yield farm wLink on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xF62723F8B7Bf9962d9577F099e7BB1Bdf9715610", - "type": "BEP20", - "symbol": "wLink", - "decimals": 8, - "status": "active", - "id": "0xF62723F8B7Bf9962d9577F099e7BB1Bdf9715610" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF62723F8B7Bf9962d9577F099e7BB1Bdf9715610/logo.png b/blockchains/smartchain/assets/0xF62723F8B7Bf9962d9577F099e7BB1Bdf9715610/logo.png deleted file mode 100644 index 1f38d01f21a5b..0000000000000 Binary files a/blockchains/smartchain/assets/0xF62723F8B7Bf9962d9577F099e7BB1Bdf9715610/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF6530899dE1dAaE4388E1286EBa6379d7DDf9c8F/info.json b/blockchains/smartchain/assets/0xF6530899dE1dAaE4388E1286EBa6379d7DDf9c8F/info.json deleted file mode 100644 index c819119fd24ba..0000000000000 --- a/blockchains/smartchain/assets/0xF6530899dE1dAaE4388E1286EBa6379d7DDf9c8F/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Aurora Finance", - "type": "BEP20", - "symbol": "AURO", - "decimals": 9, - "website": "https://auro.finance/", - "description": "Aurora Finance (AURO) is a new project that provides automated rewards to users who hold the token.", - "explorer": "https://bscscan.com/token/0xF6530899dE1dAaE4388E1286EBa6379d7DDf9c8F", - "status": "active", - "id": "0xF6530899dE1dAaE4388E1286EBa6379d7DDf9c8F" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF6530899dE1dAaE4388E1286EBa6379d7DDf9c8F/logo.png b/blockchains/smartchain/assets/0xF6530899dE1dAaE4388E1286EBa6379d7DDf9c8F/logo.png deleted file mode 100644 index 500b4f38cef97..0000000000000 Binary files a/blockchains/smartchain/assets/0xF6530899dE1dAaE4388E1286EBa6379d7DDf9c8F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF65C1C0478eFDe3c19b49EcBE7ACc57BB6B1D713/info.json b/blockchains/smartchain/assets/0xF65C1C0478eFDe3c19b49EcBE7ACc57BB6B1D713/info.json deleted file mode 100644 index 99f0f9ca3ef8b..0000000000000 --- a/blockchains/smartchain/assets/0xF65C1C0478eFDe3c19b49EcBE7ACc57BB6B1D713/info.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "Ape Swap LP BNB-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://bscscan.com/token/0xF65C1C0478eFDe3c19b49EcBE7ACc57BB6B1D713", - "type": "BEP20", - "symbol": "APE-LP", - "decimals": 18, - "status": "active", - "id": "0xF65C1C0478eFDe3c19b49EcBE7ACc57BB6B1D713", - "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/smartchain/assets/0xF65C1C0478eFDe3c19b49EcBE7ACc57BB6B1D713/logo.png b/blockchains/smartchain/assets/0xF65C1C0478eFDe3c19b49EcBE7ACc57BB6B1D713/logo.png deleted file mode 100644 index 5676acf9bb8cb..0000000000000 Binary files a/blockchains/smartchain/assets/0xF65C1C0478eFDe3c19b49EcBE7ACc57BB6B1D713/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF68C9Df95a18B2A5a5fa1124d79EEEffBaD0B6Fa/info.json b/blockchains/smartchain/assets/0xF68C9Df95a18B2A5a5fa1124d79EEEffBaD0B6Fa/info.json deleted file mode 100644 index 526843bf43d31..0000000000000 --- a/blockchains/smartchain/assets/0xF68C9Df95a18B2A5a5fa1124d79EEEffBaD0B6Fa/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Anyswap-BEP20", - "website": "https://bsc.anyswap.exchange", - "description": "Anyswap aims to create a multi-platform cross-chain DEX using Fusion’s DCRM technology.", - "explorer": "https://bscscan.com/token/0xF68C9Df95a18B2A5a5fa1124d79EEEffBaD0B6Fa", - "research": "", - "type": "BEP20", - "symbol": "ANY", - "decimals": 18, - "status": "active", - "id": "0xF68C9Df95a18B2A5a5fa1124d79EEEffBaD0B6Fa" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF68C9Df95a18B2A5a5fa1124d79EEEffBaD0B6Fa/logo.png b/blockchains/smartchain/assets/0xF68C9Df95a18B2A5a5fa1124d79EEEffBaD0B6Fa/logo.png deleted file mode 100644 index 5f2f020645b1a..0000000000000 Binary files a/blockchains/smartchain/assets/0xF68C9Df95a18B2A5a5fa1124d79EEEffBaD0B6Fa/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF6Cb4ad242BaB681EfFc5dE40f7c8FF921a12d63/info.json b/blockchains/smartchain/assets/0xF6Cb4ad242BaB681EfFc5dE40f7c8FF921a12d63/info.json deleted file mode 100644 index b43381c109b19..0000000000000 --- a/blockchains/smartchain/assets/0xF6Cb4ad242BaB681EfFc5dE40f7c8FF921a12d63/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Centric SWAP", - "type": "BEP20", - "symbol": "CNS", - "decimals": 8, - "description": "Centric is an innovative dual-token digital currency & decentralized blockchain protocol built on sound economics that yields a return hourly.", - "explorer": "https://bscscan.com/token/0xF6Cb4ad242BaB681EfFc5dE40f7c8FF921a12d63", - "website": "https://www.centric.com/", - "status": "active", - "id": "0xF6Cb4ad242BaB681EfFc5dE40f7c8FF921a12d63", - "tags": [ - "governance" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/Centric-Org" - }, - { - "name": "twitter", - "url": "https://twitter.com/centricrise" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/joincentric" - }, - { - "name": "discord", - "url": "https://discord.com/invite/KjwY64h" - }, - { - "name": "telegram", - "url": "https://t.me/CentricChat" - }, - { - "name": "telegram_news", - "url": "https://t.me/centric" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF6Cb4ad242BaB681EfFc5dE40f7c8FF921a12d63/logo.png b/blockchains/smartchain/assets/0xF6Cb4ad242BaB681EfFc5dE40f7c8FF921a12d63/logo.png deleted file mode 100644 index cdc8ccd29c684..0000000000000 Binary files a/blockchains/smartchain/assets/0xF6Cb4ad242BaB681EfFc5dE40f7c8FF921a12d63/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF6a22B0593df74F218027A2d8b7953c9b4542AA1/info.json b/blockchains/smartchain/assets/0xF6a22B0593df74F218027A2d8b7953c9b4542AA1/info.json deleted file mode 100644 index 7059c50f6a603..0000000000000 --- a/blockchains/smartchain/assets/0xF6a22B0593df74F218027A2d8b7953c9b4542AA1/info.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "LinkSync", - "type": "BEP20", - "symbol": "SYNC", - "decimals": 9, - "website": "https://linksync.tech", - "description": "LinkSync aims to provide a safe trading environment to early crypto investors by designing an online platform that restricts access to scam projects while giving increased visibility and in- sights on promising projects. Our teams of experts will evaluate KYC, PoC, white papers, smart contracts and many more.", - "explorer": "https://bscscan.com/token/0xF6a22B0593df74F218027A2d8b7953c9b4542AA1", - "status": "active", - "id": "0xF6a22B0593df74F218027A2d8b7953c9b4542AA1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/LinkSync_Tech" - }, - { - "name": "telegram", - "url": "https://t.me/LinkSyncOfficial" - }, - { - "name": "discord", - "url": "https://discord.com/invite/vfZzUxr3sz" - }, - { - "name": "whitepaper", - "url": "https://linksync.tech/Whitepaper.pdf" - }, - { - "name": "github", - "url": "https://github.com/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/linksync/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/linksync" - }, - { - "name": "medium", - "url": "https://medium.com/@LinkSync" - }, - { - "name": "facebook", - "url": "https://facebook.com/Linksyncofficial" - } - ], - "tags": [ - "deflationary", - "nft", - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0xF6a22B0593df74F218027A2d8b7953c9b4542AA1/logo.png b/blockchains/smartchain/assets/0xF6a22B0593df74F218027A2d8b7953c9b4542AA1/logo.png deleted file mode 100644 index 88a924f970e5c..0000000000000 Binary files a/blockchains/smartchain/assets/0xF6a22B0593df74F218027A2d8b7953c9b4542AA1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF700D4c708C2be1463E355F337603183D20E0808/info.json b/blockchains/smartchain/assets/0xF700D4c708C2be1463E355F337603183D20E0808/info.json deleted file mode 100644 index a724a92b42c3a..0000000000000 --- a/blockchains/smartchain/assets/0xF700D4c708C2be1463E355F337603183D20E0808/info.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "Galactic Quadrant", - "type": "BEP20", - "symbol": "GQ", - "decimals": 18, - "website": "https://outerringmmo.com/", - "description": "Galactic Quadrant is a utility token for the Outer Ring video game that allows making in-game and off-games purchases.", - "explorer": "https://bscscan.com/token/0xF700D4c708C2be1463E355F337603183D20E0808", - "status": "active", - "id": "0xF700D4c708C2be1463E355F337603183D20E0808", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/OuterRingMMO" - }, - { - "name": "github", - "url": "https://github.com/OuterRingMMO" - }, - { - "name": "telegram", - "url": "https://t.me/outerringofficialeng" - }, - { - "name": "blog", - "url": "https://outerringmmo.com/news/" - }, - { - "name": "docs", - "url": "https://outerringmmo.com/faqs/" - }, - { - "name": "whitepaper", - "url": "https://outerringmmo.com/whitepaper" - }, - { - "name": "facebook", - "url": "https://facebook.com/OuterRingMMO/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/outer-ring" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/outer-ring-mmo-gq/" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0xF700D4c708C2be1463E355F337603183D20E0808/logo.png b/blockchains/smartchain/assets/0xF700D4c708C2be1463E355F337603183D20E0808/logo.png deleted file mode 100644 index a498c4b2cbf26..0000000000000 Binary files a/blockchains/smartchain/assets/0xF700D4c708C2be1463E355F337603183D20E0808/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF70c14AD93905f39eE3Df2D4fB92b87c31D779e0/info.json b/blockchains/smartchain/assets/0xF70c14AD93905f39eE3Df2D4fB92b87c31D779e0/info.json deleted file mode 100644 index dee699d0943d3..0000000000000 --- a/blockchains/smartchain/assets/0xF70c14AD93905f39eE3Df2D4fB92b87c31D779e0/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Mini Cardano", - "website": "https://minicardano.finance/", - "description": "The first and biggest Cardano ADA reflection token with auto-claim feature.", - "explorer": "https://bscscan.com/token/0xF70c14AD93905f39eE3Df2D4fB92b87c31D779e0", - "type": "BEP20", - "symbol": "MADA", - "decimals": 9, - "status": "active", - "id": "0xF70c14AD93905f39eE3Df2D4fB92b87c31D779e0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/minicardano" - }, - { - "name": "telegram", - "url": "https://t.me/mini_cardano" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/mini-cardano" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mini-cardano/" - }, - { - "name": "github", - "url": "https://github.com/Mini-Cardano/MiniCardano-Contract" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF70c14AD93905f39eE3Df2D4fB92b87c31D779e0/logo.png b/blockchains/smartchain/assets/0xF70c14AD93905f39eE3Df2D4fB92b87c31D779e0/logo.png deleted file mode 100644 index 5c7cb1c610f0a..0000000000000 Binary files a/blockchains/smartchain/assets/0xF70c14AD93905f39eE3Df2D4fB92b87c31D779e0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF73d8276C15Ce56b2f4AeE5920e62F767A7f3aEA/info.json b/blockchains/smartchain/assets/0xF73d8276C15Ce56b2f4AeE5920e62F767A7f3aEA/info.json deleted file mode 100644 index c191c896c3c8f..0000000000000 --- a/blockchains/smartchain/assets/0xF73d8276C15Ce56b2f4AeE5920e62F767A7f3aEA/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "TCGCoin 2.0", - "type": "BEP20", - "symbol": "TCG2", - "decimals": 9, - "website": "https://tcg.world/", - "description": "TCG Coin 2.0 is the foundation for two online economies bringing gaming and collectible trading and selling to the Binance chain.", - "explorer": "https://bscscan.com/token/0xF73d8276C15Ce56b2f4AeE5920e62F767A7f3aEA", - "status": "active", - "id": "0xF73d8276C15Ce56b2f4AeE5920e62F767A7f3aEA", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/OfficialTCGCoin/" - }, - { - "name": "telegram", - "url": "https://t.me/TCGGaming/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/tcgcoin-2-0/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/tcgcoin-2-0/" - }, - { - "name": "facebook", - "url": "https://facebook.com/TCGCoinOfficial/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF73d8276C15Ce56b2f4AeE5920e62F767A7f3aEA/logo.png b/blockchains/smartchain/assets/0xF73d8276C15Ce56b2f4AeE5920e62F767A7f3aEA/logo.png deleted file mode 100644 index 7184bfc0e1bba..0000000000000 Binary files a/blockchains/smartchain/assets/0xF73d8276C15Ce56b2f4AeE5920e62F767A7f3aEA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF750A26EB0aCf95556e8529E72eD530f3b60f348/info.json b/blockchains/smartchain/assets/0xF750A26EB0aCf95556e8529E72eD530f3b60f348/info.json deleted file mode 100644 index 3713b139fb77b..0000000000000 --- a/blockchains/smartchain/assets/0xF750A26EB0aCf95556e8529E72eD530f3b60f348/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "GreenTrust", - "website": "https://www.greentrusttoken.com/", - "description": "GreenTrust is conceived as a sustainable DeFi application providing advanced features via a highly generalized programming language based on Binance Smart Chain. The goal of GreenTrust token is to contrast the carbon emission of the blockchain technology, among several other concepts being developed in partnership with GreenTrust, have the potential to contribute to substantially increase the efficiency of the computational industry, and ultimately reduce its impact on the environment.", - "explorer": "https://bscscan.com/token/0xf750a26eb0acf95556e8529e72ed530f3b60f348", - "type": "BEP20", - "symbol": "GNT", - "decimals": 18, - "status": "active", - "id": "0xF750A26EB0aCf95556e8529E72eD530f3b60f348", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/GNT_token" - }, - { - "name": "telegram", - "url": "https://t.me/greentrusttoken" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF750A26EB0aCf95556e8529E72eD530f3b60f348/logo.png b/blockchains/smartchain/assets/0xF750A26EB0aCf95556e8529E72eD530f3b60f348/logo.png deleted file mode 100644 index e39789b7d5e70..0000000000000 Binary files a/blockchains/smartchain/assets/0xF750A26EB0aCf95556e8529E72eD530f3b60f348/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF7844CB890F4C339c497aeAb599aBDc3c874B67A/info.json b/blockchains/smartchain/assets/0xF7844CB890F4C339c497aeAb599aBDc3c874B67A/info.json deleted file mode 100644 index f4c122e5ebf26..0000000000000 --- a/blockchains/smartchain/assets/0xF7844CB890F4C339c497aeAb599aBDc3c874B67A/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "NFT-Art.Finance", - "symbol": "NFTART", - "type": "BEP20", - "decimals": 9, - "description": "Powering a new NFT/DeFi platform for all types of content.", - "website": "https://nft-art.finance/", - "explorer": "https://bscscan.com/token/0xf7844cb890f4c339c497aeab599abdc3c874b67a", - "status": "active", - "id": "0xF7844CB890F4C339c497aeAb599aBDc3c874B67A" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF7844CB890F4C339c497aeAb599aBDc3c874B67A/logo.png b/blockchains/smartchain/assets/0xF7844CB890F4C339c497aeAb599aBDc3c874B67A/logo.png deleted file mode 100644 index f78984dbf3289..0000000000000 Binary files a/blockchains/smartchain/assets/0xF7844CB890F4C339c497aeAb599aBDc3c874B67A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF7A086BFf67DeD4Aa785e8a0a81D4345d9bb4740/info.json b/blockchains/smartchain/assets/0xF7A086BFf67DeD4Aa785e8a0a81D4345d9bb4740/info.json deleted file mode 100644 index 9eafdbc6fe39a..0000000000000 --- a/blockchains/smartchain/assets/0xF7A086BFf67DeD4Aa785e8a0a81D4345d9bb4740/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "MetaSafeMoon", - "website": "https://metasafemoon.net", - "description": "The first BEP20 Token that will make it possible for you to buy land on the moon.", - "explorer": "https://bscscan.com/token/0xF7A086BFf67DeD4Aa785e8a0a81D4345d9bb4740", - "type": "BEP20", - "symbol": "METASFMA", - "decimals": 9, - "status": "active", - "id": "0xF7A086BFf67DeD4Aa785e8a0a81D4345d9bb4740", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/MetaSafeMoonOfficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/metasafemoon/" - }, - { - "name": "twitter", - "url": "https://twitter.com/MetaSafeMoon" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF7A086BFf67DeD4Aa785e8a0a81D4345d9bb4740/logo.png b/blockchains/smartchain/assets/0xF7A086BFf67DeD4Aa785e8a0a81D4345d9bb4740/logo.png deleted file mode 100644 index f135061bb7c28..0000000000000 Binary files a/blockchains/smartchain/assets/0xF7A086BFf67DeD4Aa785e8a0a81D4345d9bb4740/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF7F80f8437ACb6338329677280172368676b3401/info.json b/blockchains/smartchain/assets/0xF7F80f8437ACb6338329677280172368676b3401/info.json deleted file mode 100644 index 0701c4ff7a432..0000000000000 --- a/blockchains/smartchain/assets/0xF7F80f8437ACb6338329677280172368676b3401/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Tether/EURO", - "type": "BEP20", - "symbol": "EUR/T", - "decimals": 6, - "website": "https://tether.work/", - "description": "EUR/T offers a comprehensive solution to the major problems faced by the traditional, fiat-driven monetary system. Building a crypto powered ecosystem comprising EUR/T Token.", - "explorer": "https://bscscan.com/token/0xF7F80f8437ACb6338329677280172368676b3401", - "status": "active", - "id": "0xF7F80f8437ACb6338329677280172368676b3401" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF7F80f8437ACb6338329677280172368676b3401/logo.png b/blockchains/smartchain/assets/0xF7F80f8437ACb6338329677280172368676b3401/logo.png deleted file mode 100644 index f6cf16dadd6cb..0000000000000 Binary files a/blockchains/smartchain/assets/0xF7F80f8437ACb6338329677280172368676b3401/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF823f18d13DF1ffdCed206708D389Dd455Bb802b/info.json b/blockchains/smartchain/assets/0xF823f18d13DF1ffdCed206708D389Dd455Bb802b/info.json deleted file mode 100644 index 4792cf750c2a1..0000000000000 --- a/blockchains/smartchain/assets/0xF823f18d13DF1ffdCed206708D389Dd455Bb802b/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Cashcow Finance", - "website": "https://cashcow.finance", - "description": "CCF tokens will be operating on Binance Smart Chain's main page, adopting the BEP-20 protocol.", - "explorer": "https://bscscan.com/token/0xf823f18d13df1ffdced206708d389dd455bb802b", - "type": "BEP20", - "symbol": "CCF", - "decimals": 18, - "status": "active", - "id": "0xF823f18d13DF1ffdCed206708D389Dd455Bb802b" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF823f18d13DF1ffdCed206708D389Dd455Bb802b/logo.png b/blockchains/smartchain/assets/0xF823f18d13DF1ffdCed206708D389Dd455Bb802b/logo.png deleted file mode 100644 index e9fb4cfd77915..0000000000000 Binary files a/blockchains/smartchain/assets/0xF823f18d13DF1ffdCed206708D389Dd455Bb802b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD/info.json b/blockchains/smartchain/assets/0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD/info.json deleted file mode 100644 index 68e9dd65fd487..0000000000000 --- a/blockchains/smartchain/assets/0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD/info.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "BNB pegged ChainLink", - "website": "https://chain.link", - "description": "BNB pegged ChainLink (LINK BEP20) is a token issued by Binance on Smart Chain; its price is pegged to ChainLink (LINK ERC20) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD", - "research": "https://research.binance.com/en/projects/chainlink", - "type": "BEP20", - "symbol": "LINK", - "decimals": 18, - "status": "active", - "id": "0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD", - "tags": [ - "binance-peg", - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD/logo.png b/blockchains/smartchain/assets/0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD/logo.png deleted file mode 100644 index ab55f5e21fae2..0000000000000 Binary files a/blockchains/smartchain/assets/0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF8fC63200e181439823251020d691312FDcF5090/info.json b/blockchains/smartchain/assets/0xF8fC63200e181439823251020d691312FDcF5090/info.json deleted file mode 100644 index b86ee50d13f38..0000000000000 --- a/blockchains/smartchain/assets/0xF8fC63200e181439823251020d691312FDcF5090/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Exzocoin Token", - "website": "https://exzocoin.com/", - "description": "ExzoCoin 2.0 (EXZO) is a utility token that will be utilized on our decentralized exchange mobile application", - "explorer": "https://bscscan.com/token/0xF8fC63200e181439823251020d691312FDcF5090", - "type": "BEP20", - "symbol": "EXZO", - "decimals": 9, - "status": "active", - "id": "0xF8fC63200e181439823251020d691312FDcF5090" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF8fC63200e181439823251020d691312FDcF5090/logo.png b/blockchains/smartchain/assets/0xF8fC63200e181439823251020d691312FDcF5090/logo.png deleted file mode 100644 index c7902d6ec3074..0000000000000 Binary files a/blockchains/smartchain/assets/0xF8fC63200e181439823251020d691312FDcF5090/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF912d3001CAf6DC4ADD366A62Cc9115B4303c9A9/info.json b/blockchains/smartchain/assets/0xF912d3001CAf6DC4ADD366A62Cc9115B4303c9A9/info.json deleted file mode 100644 index 704ca9009ac2b..0000000000000 --- a/blockchains/smartchain/assets/0xF912d3001CAf6DC4ADD366A62Cc9115B4303c9A9/info.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "Venus DOGE", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "research": "https://research.binance.com/en/projects/venus", - "explorer": "https://bscscan.com/token/0xF912d3001CAf6DC4ADD366A62Cc9115B4303c9A9", - "type": "BEP20", - "symbol": "vDOGE", - "decimals": 8, - "status": "active", - "id": "0xF912d3001CAf6DC4ADD366A62Cc9115B4303c9A9", - "links": [ - { - "name": "github", - "url": "https://github.com/VenusProtocol/venus-protocol" - }, - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF912d3001CAf6DC4ADD366A62Cc9115B4303c9A9/logo.png b/blockchains/smartchain/assets/0xF912d3001CAf6DC4ADD366A62Cc9115B4303c9A9/logo.png deleted file mode 100644 index 18c53b17c6368..0000000000000 Binary files a/blockchains/smartchain/assets/0xF912d3001CAf6DC4ADD366A62Cc9115B4303c9A9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF93f6b686f4A6557151455189a9173735D668154/info.json b/blockchains/smartchain/assets/0xF93f6b686f4A6557151455189a9173735D668154/info.json deleted file mode 100644 index 214faa8a582b4..0000000000000 --- a/blockchains/smartchain/assets/0xF93f6b686f4A6557151455189a9173735D668154/info.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "LFG Token", - "symbol": "LFG", - "type": "BEP20", - "decimals": 18, - "description": "GAMΞRSΞ is the new home for NFT gaming and the metaverse social economy. Our cross-chain, cross-platform, and cross-verse solutions are unifying the fragmented NFT gaming ecosystem.", - "website": "https://www.gamerse.com", - "explorer": "https://bscscan.com/token/0xF93f6b686f4A6557151455189a9173735D668154", - "status": "active", - "id": "0xF93f6b686f4A6557151455189a9173735D668154", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Gamersenft" - }, - { - "name": "telegram", - "url": "https://t.me/gamersecommunity" - }, - { - "name": "discord", - "url": "https://discord.com/invite/SVAXQ7rNrp" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/gamerse/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/gamerse" - }, - { - "name": "whitepaper", - "url": "https://gamerse.gitbook.io/gamerse/" - }, - { - "name": "medium", - "url": "https://gamerse.medium.com/" - } - ], - "tags": [ - "nft", - "gamefi", - "metaverse" - ] -} diff --git a/blockchains/smartchain/assets/0xF93f6b686f4A6557151455189a9173735D668154/logo.png b/blockchains/smartchain/assets/0xF93f6b686f4A6557151455189a9173735D668154/logo.png deleted file mode 100644 index 4c99dd1602538..0000000000000 Binary files a/blockchains/smartchain/assets/0xF93f6b686f4A6557151455189a9173735D668154/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF94CA0B303e52d68b63626Bed7f680fa4DC3f779/info.json b/blockchains/smartchain/assets/0xF94CA0B303e52d68b63626Bed7f680fa4DC3f779/info.json deleted file mode 100644 index e05ef0467f79b..0000000000000 --- a/blockchains/smartchain/assets/0xF94CA0B303e52d68b63626Bed7f680fa4DC3f779/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "UnderDog", - "website": "https://underdog.finance", - "description": "UnderDog.Finance is a community based project, we are a deflationary token with 1 % burn and 4 % rewards to holders for every transaction", - "explorer": "https://bscscan.com/token/0xf94ca0b303e52d68b63626bed7f680fa4dc3f779", - "type": "BEP20", - "symbol": "DOG", - "decimals": 9, - "status": "active", - "id": "0xF94CA0B303e52d68b63626Bed7f680fa4DC3f779", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/@underdogdefi" - }, - { - "name": "telegram", - "url": "https://t.me/underdogfinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF94CA0B303e52d68b63626Bed7f680fa4DC3f779/logo.png b/blockchains/smartchain/assets/0xF94CA0B303e52d68b63626Bed7f680fa4DC3f779/logo.png deleted file mode 100644 index 95f4c1f13bf44..0000000000000 Binary files a/blockchains/smartchain/assets/0xF94CA0B303e52d68b63626Bed7f680fa4DC3f779/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF952Fc3ca7325Cc27D15885d37117676d25BfdA6/info.json b/blockchains/smartchain/assets/0xF952Fc3ca7325Cc27D15885d37117676d25BfdA6/info.json deleted file mode 100644 index 8689c12e87a0b..0000000000000 --- a/blockchains/smartchain/assets/0xF952Fc3ca7325Cc27D15885d37117676d25BfdA6/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Goose Golden Egg", - "website": "https://www.goosedefi.com/", - "description": "2nd generation yield farming on binance smart chain", - "explorer": "https://bscscan.com/token/0xF952Fc3ca7325Cc27D15885d37117676d25BfdA6", - "type": "BEP20", - "symbol": "EGG", - "decimals": 18, - "status": "active", - "id": "0xF952Fc3ca7325Cc27D15885d37117676d25BfdA6", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/FinanceGoose" - }, - { - "name": "telegram", - "url": "https://t.me/goosedefi" - }, - { - "name": "discord", - "url": "https://discord.com/invite/Ezh5KH9epd" - }, - { - "name": "medium", - "url": "https://goosefinance.medium.com" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF952Fc3ca7325Cc27D15885d37117676d25BfdA6/logo.png b/blockchains/smartchain/assets/0xF952Fc3ca7325Cc27D15885d37117676d25BfdA6/logo.png deleted file mode 100644 index 7f1845b186cd5..0000000000000 Binary files a/blockchains/smartchain/assets/0xF952Fc3ca7325Cc27D15885d37117676d25BfdA6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF98b660AdF2ed7d9d9D9dAACC2fb0CAce4F21835/info.json b/blockchains/smartchain/assets/0xF98b660AdF2ed7d9d9D9dAACC2fb0CAce4F21835/info.json deleted file mode 100644 index d0b2052d6da94..0000000000000 --- a/blockchains/smartchain/assets/0xF98b660AdF2ed7d9d9D9dAACC2fb0CAce4F21835/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Symbiosis", - "type": "BEP20", - "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://bscscan.com/token/0xF98b660AdF2ed7d9d9D9dAACC2fb0CAce4F21835", - "status": "active", - "id": "0xF98b660AdF2ed7d9d9D9dAACC2fb0CAce4F21835", - "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" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF98b660AdF2ed7d9d9D9dAACC2fb0CAce4F21835/logo.png b/blockchains/smartchain/assets/0xF98b660AdF2ed7d9d9D9dAACC2fb0CAce4F21835/logo.png deleted file mode 100644 index 26f3dbd585377..0000000000000 Binary files a/blockchains/smartchain/assets/0xF98b660AdF2ed7d9d9D9dAACC2fb0CAce4F21835/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF9A5E6533E4Cb0791eCBb79F710EE8eE980Eb853/info.json b/blockchains/smartchain/assets/0xF9A5E6533E4Cb0791eCBb79F710EE8eE980Eb853/info.json deleted file mode 100644 index c3d0ae293eb82..0000000000000 --- a/blockchains/smartchain/assets/0xF9A5E6533E4Cb0791eCBb79F710EE8eE980Eb853/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Gold Bee", - "website": "http://goldbee.org/", - "description": "Gold Bee Token is a platfrom for the future of funding that is built on top of the Smart Chain blockchain.It accelerates growth of start-up companies buy offering tools and services that save both time and resources GBE Token", - "explorer": "https://bscscan.com/token/0xf9a5e6533e4cb0791ecbb79f710ee8ee980eb853", - "type": "BEP20", - "symbol": "GBE", - "decimals": 18, - "status": "active", - "id": "0xF9A5E6533E4Cb0791eCBb79F710EE8eE980Eb853" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF9A5E6533E4Cb0791eCBb79F710EE8eE980Eb853/logo.png b/blockchains/smartchain/assets/0xF9A5E6533E4Cb0791eCBb79F710EE8eE980Eb853/logo.png deleted file mode 100644 index 2b17dcdc5aaa3..0000000000000 Binary files a/blockchains/smartchain/assets/0xF9A5E6533E4Cb0791eCBb79F710EE8eE980Eb853/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xF9d6DDF44016953dBf7aB135A0F64d7A41870EDE/info.json b/blockchains/smartchain/assets/0xF9d6DDF44016953dBf7aB135A0F64d7A41870EDE/info.json deleted file mode 100644 index 20ba9177b2628..0000000000000 --- a/blockchains/smartchain/assets/0xF9d6DDF44016953dBf7aB135A0F64d7A41870EDE/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Doge Floki Coin", - "type": "BEP20", - "symbol": "DOFI", - "decimals": 9, - "website": "https://dogefloki.site", - "description": "Doge Floki Coin DOFI is a new cryptocurrency born to emulate dogecoin with the help of Elon Musk", - "explorer": "https://bscscan.com/token/0xF9d6DDF44016953dBf7aB135A0F64d7A41870EDE", - "status": "active", - "id": "0xF9d6DDF44016953dBf7aB135A0F64d7A41870EDE", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/dogeflokiglobal" - }, - { - "name": "whitepaper", - "url": "https://dogefloki.site/whitepaper.pdf" - }, - { - "name": "telegram", - "url": "https://t.me/dogeflokiglobal" - }, - { - "name": "telegram_news", - "url": "https://t.me/dogeflokinews" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/doge-floki-coin/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/doge-floki-coin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xF9d6DDF44016953dBf7aB135A0F64d7A41870EDE/logo.png b/blockchains/smartchain/assets/0xF9d6DDF44016953dBf7aB135A0F64d7A41870EDE/logo.png deleted file mode 100644 index 7933279863893..0000000000000 Binary files a/blockchains/smartchain/assets/0xF9d6DDF44016953dBf7aB135A0F64d7A41870EDE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFA344C08C93066A4d6266063C6Ebc63925a18467/info.json b/blockchains/smartchain/assets/0xFA344C08C93066A4d6266063C6Ebc63925a18467/info.json deleted file mode 100644 index 04678ca5e154f..0000000000000 --- a/blockchains/smartchain/assets/0xFA344C08C93066A4d6266063C6Ebc63925a18467/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "SafeBull", - "website": "https://safe-bull.com", - "description": "SafeBull plans to develop a non-fungible token (NFT) exchange, as well as charity projects and crypto educational apps.", - "explorer": "https://bscscan.com/token/0xFA344C08C93066A4d6266063C6Ebc63925a18467", - "research": "", - "type": "BEP20", - "symbol": "SAFEBULL", - "decimals": 9, - "status": "active", - "id": "0xFA344C08C93066A4d6266063C6Ebc63925a18467" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFA344C08C93066A4d6266063C6Ebc63925a18467/logo.png b/blockchains/smartchain/assets/0xFA344C08C93066A4d6266063C6Ebc63925a18467/logo.png deleted file mode 100644 index 13fe0f53f3f84..0000000000000 Binary files a/blockchains/smartchain/assets/0xFA344C08C93066A4d6266063C6Ebc63925a18467/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFACE67C5CE2bb48c29779b0Dede5360cC9ef5fd5/info.json b/blockchains/smartchain/assets/0xFACE67C5CE2bb48c29779b0Dede5360cC9ef5fd5/info.json deleted file mode 100644 index 6c16486d83cd5..0000000000000 --- a/blockchains/smartchain/assets/0xFACE67C5CE2bb48c29779b0Dede5360cC9ef5fd5/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Affinity", - "type": "BEP20", - "symbol": "AFNTY", - "decimals": 9, - "website": "https://www.affinitybsc.com", - "description": "Affinity was built with community as its guiding principle. It starts by giving the most rewards of any reflection token currently on the market — 84% of all fees collected are put directy back into holder’s wallets in the form of BUSD, Cardano ADA, and Affinity. It continues into this project’s primary use case, ADAPT, which is built to make sending cryptocurrency to friends, family and businesses secure and easier than ever", - "explorer": "https://bscscan.com/token/0xFACE67C5CE2bb48c29779b0Dede5360cC9ef5fd5", - "status": "active", - "id": "0xFACE67C5CE2bb48c29779b0Dede5360cC9ef5fd5", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/AffinityBSC" - }, - { - "name": "reddit", - "url": "https://reddit.com/AffinityBSC" - }, - { - "name": "telegram", - "url": "https://t.me/AffinityBSC" - }, - { - "name": "discord", - "url": "https://discord.com/invite/affinitybsc" - }, - { - "name": "whitepaper", - "url": "https://affinitybsc.com/Affinitywhitepaper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/safeaffinity/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCtbkIqnNuKbgWHYH7ndb1Pg" - } - ], - "tags": [ - "defi", - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFACE67C5CE2bb48c29779b0Dede5360cC9ef5fd5/logo.png b/blockchains/smartchain/assets/0xFACE67C5CE2bb48c29779b0Dede5360cC9ef5fd5/logo.png deleted file mode 100644 index c2b15bea995e6..0000000000000 Binary files a/blockchains/smartchain/assets/0xFACE67C5CE2bb48c29779b0Dede5360cC9ef5fd5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFAd8E46123D7b4e77496491769C167FF894d2ACB/info.json b/blockchains/smartchain/assets/0xFAd8E46123D7b4e77496491769C167FF894d2ACB/info.json deleted file mode 100644 index c7c90b0619310..0000000000000 --- a/blockchains/smartchain/assets/0xFAd8E46123D7b4e77496491769C167FF894d2ACB/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Fox Finance", - "website": "https://foxfinance.io/", - "description": "Fox Finance is a progressive auto-staking token that pays out rewards just for holding it within your wallet. It also rewards community environmental action via Fox in Action token drops.", - "explorer": "https://bscscan.com/token/0xFAd8E46123D7b4e77496491769C167FF894d2ACB", - "type": "BEP20", - "symbol": "FOX", - "decimals": 9, - "status": "active", - "id": "0xFAd8E46123D7b4e77496491769C167FF894d2ACB", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/foxfinancebsc" - }, - { - "name": "telegram", - "url": "https://t.me/foxfinancebsc" - }, - { - "name": "discord", - "url": "https://discord.com/invite/ZAvHGr3VGS" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/foxfinance/" - }, - { - "name": "medium", - "url": "https://medium.com/@foxfinance/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFAd8E46123D7b4e77496491769C167FF894d2ACB/logo.png b/blockchains/smartchain/assets/0xFAd8E46123D7b4e77496491769C167FF894d2ACB/logo.png deleted file mode 100644 index cd647cb5d7d4f..0000000000000 Binary files a/blockchains/smartchain/assets/0xFAd8E46123D7b4e77496491769C167FF894d2ACB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFBb4F2f342c6DaaB63Ab85b0226716C4D1e26F36/info.json b/blockchains/smartchain/assets/0xFBb4F2f342c6DaaB63Ab85b0226716C4D1e26F36/info.json deleted file mode 100644 index e30408302eb98..0000000000000 --- a/blockchains/smartchain/assets/0xFBb4F2f342c6DaaB63Ab85b0226716C4D1e26F36/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Coinracer", - "website": "https://coinracer.io", - "description": "The one and the only low-poly multiplayer blockchain-powered skill-based racing game you can play to earn! With our smart contract-backed CoinracerSmartPool back-end, you can race and earn $CRACE tokens completely decentralized.", - "explorer": "https://bscscan.com/token/0xFBb4F2f342c6DaaB63Ab85b0226716C4D1e26F36", - "type": "BEP20", - "symbol": "CRACE", - "decimals": 18, - "status": "active", - "id": "0xFBb4F2f342c6DaaB63Ab85b0226716C4D1e26F36", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/coin_racer" - }, - { - "name": "telegram", - "url": "https://t.me/joinchat/uVEV57tKZ05hODY0" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/coinracer" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFBb4F2f342c6DaaB63Ab85b0226716C4D1e26F36/logo.png b/blockchains/smartchain/assets/0xFBb4F2f342c6DaaB63Ab85b0226716C4D1e26F36/logo.png deleted file mode 100644 index b00f0a9256316..0000000000000 Binary files a/blockchains/smartchain/assets/0xFBb4F2f342c6DaaB63Ab85b0226716C4D1e26F36/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFC206f429d55c71cb7294EfF40c6ADb20dC21508/info.json b/blockchains/smartchain/assets/0xFC206f429d55c71cb7294EfF40c6ADb20dC21508/info.json deleted file mode 100644 index 0abdfbc394504..0000000000000 --- a/blockchains/smartchain/assets/0xFC206f429d55c71cb7294EfF40c6ADb20dC21508/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "DeHub", - "type": "BEP20", - "symbol": "DeHub", - "decimals": 5, - "website": "https://www.dehub.net/", - "description": "Blockchain's first gaming and streaming aggregator platform. ", - "explorer": "https://bscscan.com/token/0xFC206f429d55c71cb7294EfF40c6ADb20dC21508", - "status": "active", - "id": "0xFC206f429d55c71cb7294EfF40c6ADb20dC21508", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/dehub_official" - }, - { - "name": "github", - "url": "https://github.com/DeHubToken/dehub-public-contract" - }, - { - "name": "telegram", - "url": "https://t.me/Dehubofficial" - }, - { - "name": "discord", - "url": "https://discord.com/invite/McWBqA6xJR" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/dehub/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/dehub" - }, - { - "name": "whitepaper", - "url": "https://www.dehub.net/uploads/Dehub%20Whitepaper%20V2.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/@dehub.bsc" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFC206f429d55c71cb7294EfF40c6ADb20dC21508/logo.png b/blockchains/smartchain/assets/0xFC206f429d55c71cb7294EfF40c6ADb20dC21508/logo.png deleted file mode 100644 index 450c5751b39d6..0000000000000 Binary files a/blockchains/smartchain/assets/0xFC206f429d55c71cb7294EfF40c6ADb20dC21508/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFC3dA4A1b6faDaB364039525dD2AB7c0c16521cd/info.json b/blockchains/smartchain/assets/0xFC3dA4A1b6faDaB364039525dD2AB7c0c16521cd/info.json deleted file mode 100644 index 4646fbaefef4d..0000000000000 --- a/blockchains/smartchain/assets/0xFC3dA4A1b6faDaB364039525dD2AB7c0c16521cd/info.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "MRWEB", - "symbol": "AMA", - "type": "BEP20", - "decimals": 18, - "description": "MRweb is a peer-to-peer Internet currency that enables instant, near-zero cost payments to anyone in the world. MRweb is an open source.", - "website": "https://mrweb.finance", - "explorer": "https://bscscan.com/token/0xFC3dA4A1b6faDaB364039525dD2AB7c0c16521cd", - "status": "active", - "id": "0xFC3dA4A1b6faDaB364039525dD2AB7c0c16521cd", - "links": [ - { - "name": "github", - "url": "https://github.com/Mrwebfi" - }, - { - "name": "whitepaper", - "url": "https://mrweb.finance/WhitePaper.pdf" - }, - { - "name": "facebook", - "url": "https://facebook.com/Mrweb-finance-108394238009953" - }, - { - "name": "telegram", - "url": "https://t.me/mrwebfinance" - }, - { - "name": "telegram_news", - "url": "https://t.me/Mrwebfinance_official" - }, - { - "name": "medium", - "url": "https://mrwebfi.medium.com/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCvYLTpHvy4X-FE9Gp7H0gbw" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mrweb-finance/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/mrweb-finance" - }, - { - "name": "twitter", - "url": "https://twitter.com/MrwebFinance" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Mrweb_Finance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFC3dA4A1b6faDaB364039525dD2AB7c0c16521cd/logo.png b/blockchains/smartchain/assets/0xFC3dA4A1b6faDaB364039525dD2AB7c0c16521cd/logo.png deleted file mode 100644 index db0792f67fb02..0000000000000 Binary files a/blockchains/smartchain/assets/0xFC3dA4A1b6faDaB364039525dD2AB7c0c16521cd/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFC646D0B564bf191B3d3adF2B620a792E485e6Da/info.json b/blockchains/smartchain/assets/0xFC646D0B564bf191B3d3adF2B620a792E485e6Da/info.json deleted file mode 100644 index 295c4d92c8fa6..0000000000000 --- a/blockchains/smartchain/assets/0xFC646D0B564bf191B3d3adF2B620a792E485e6Da/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "HalfPizza Token", - "type": "BEP20", - "symbol": "PIZA", - "decimals": 18, - "website": "https://halfpizza.com", - "description": "Decentralized Finance, Reward-based and Decentralized Autonomous Organization, BTC price predition, NFT market and so on.", - "explorer": "https://bscscan.com/token/0xFC646D0B564bf191B3d3adF2B620a792E485e6Da", - "status": "active", - "id": "0xFC646D0B564bf191B3d3adF2B620a792E485e6Da", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/HalfPizza3" - }, - { - "name": "github", - "url": "https://github.com/halfpizza" - }, - { - "name": "telegram", - "url": "https://t.me/s2LPWnB1200zMmY0" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFC646D0B564bf191B3d3adF2B620a792E485e6Da/logo.png b/blockchains/smartchain/assets/0xFC646D0B564bf191B3d3adF2B620a792E485e6Da/logo.png deleted file mode 100644 index 02405d356f609..0000000000000 Binary files a/blockchains/smartchain/assets/0xFC646D0B564bf191B3d3adF2B620a792E485e6Da/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFD42728b76772A82cCaD527E298Dd15A55F4DdD6/info.json b/blockchains/smartchain/assets/0xFD42728b76772A82cCaD527E298Dd15A55F4DdD6/info.json deleted file mode 100644 index 03d0f655fefa7..0000000000000 --- a/blockchains/smartchain/assets/0xFD42728b76772A82cCaD527E298Dd15A55F4DdD6/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "KarenCoin", - "website": "https://www.karencointoken.com/", - "description": "Karen Coin is a meme based token built on value driven tokenomics", - "explorer": "https://bscscan.com/token/0xFD42728b76772A82cCaD527E298Dd15A55F4DdD6", - "type": "BEP20", - "symbol": "KAREN", - "decimals": 9, - "status": "active", - "id": "0xFD42728b76772A82cCaD527E298Dd15A55F4DdD6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFD42728b76772A82cCaD527E298Dd15A55F4DdD6/logo.png b/blockchains/smartchain/assets/0xFD42728b76772A82cCaD527E298Dd15A55F4DdD6/logo.png deleted file mode 100644 index 8157df69a74d2..0000000000000 Binary files a/blockchains/smartchain/assets/0xFD42728b76772A82cCaD527E298Dd15A55F4DdD6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFE7E350009a1f3915352022B1BFc2087D7B1D1CD/info.json b/blockchains/smartchain/assets/0xFE7E350009a1f3915352022B1BFc2087D7B1D1CD/info.json deleted file mode 100644 index c9d74932ed375..0000000000000 --- a/blockchains/smartchain/assets/0xFE7E350009a1f3915352022B1BFc2087D7B1D1CD/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Titscoin", - "website": "https://titscoin.io/", - "description": "Tits Coin is a the first coin ever designed to leverage the revolutionary power of cryptocurrency in the 21st century to find a cure for Breast Cancer once and for all.", - "explorer": "https://bscscan.com/token/0xFE7E350009a1f3915352022B1BFc2087D7B1D1CD", - "type": "BEP20", - "symbol": "TITS", - "decimals": 9, - "status": "active", - "id": "0xFE7E350009a1f3915352022B1BFc2087D7B1D1CD" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFE7E350009a1f3915352022B1BFc2087D7B1D1CD/logo.png b/blockchains/smartchain/assets/0xFE7E350009a1f3915352022B1BFc2087D7B1D1CD/logo.png deleted file mode 100644 index 4a2edabdd46b3..0000000000000 Binary files a/blockchains/smartchain/assets/0xFE7E350009a1f3915352022B1BFc2087D7B1D1CD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFF3F9cc3083580baFD140e8f05cf2d7C3AF15b53/info.json b/blockchains/smartchain/assets/0xFF3F9cc3083580baFD140e8f05cf2d7C3AF15b53/info.json deleted file mode 100644 index ac3f91c667dd9..0000000000000 --- a/blockchains/smartchain/assets/0xFF3F9cc3083580baFD140e8f05cf2d7C3AF15b53/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Ultraman Token", - "website": "https://CryptoUltraman.com/", - "description": "The Creation Token (UMAN) is the native token of Crypto Ultraman. It allows its holders to freely create Crypto Ultraman works, which will be permanently stored and publicly visible on the BSC blockchain. Therefore, simplifying the creation itself makes IP more diversified and personalized in its development. This opens up a whole new dimension for NFT Ultraman, in which the value level of each piece of NFT in the entire market is strongly influenced by consumer preferences.", - "explorer": "https://bscscan.com/token/0xFF3F9cc3083580baFD140e8f05cf2d7C3AF15b53", - "type": "BEP20", - "symbol": "UMAN", - "decimals": 18, - "status": "active", - "id": "0xFF3F9cc3083580baFD140e8f05cf2d7C3AF15b53" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFF3F9cc3083580baFD140e8f05cf2d7C3AF15b53/logo.png b/blockchains/smartchain/assets/0xFF3F9cc3083580baFD140e8f05cf2d7C3AF15b53/logo.png deleted file mode 100644 index 6147623d1f433..0000000000000 Binary files a/blockchains/smartchain/assets/0xFF3F9cc3083580baFD140e8f05cf2d7C3AF15b53/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFF749E976358791a3799262B8FccedF8D0888563/info.json b/blockchains/smartchain/assets/0xFF749E976358791a3799262B8FccedF8D0888563/info.json deleted file mode 100644 index 14848c34a0344..0000000000000 --- a/blockchains/smartchain/assets/0xFF749E976358791a3799262B8FccedF8D0888563/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Shopaneum", - "type": "BEP20", - "symbol": "SPN", - "decimals": 18, - "website": "https://shopaneum.com", - "description": "Shopaneum is the e-commerce platform, Allowing consumers to enjoy online shopping seamlessy, securely, and cost effectively. It serves as the bridge between the cryptocurrency world and the e-commerce world to satisfy consumers who previously couldn't shop while using digital assets.", - "explorer": "https://bscscan.com/token/0xFF749E976358791a3799262B8FccedF8D0888563", - "status": "active", - "id": "0xFF749E976358791a3799262B8FccedF8D0888563" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFF749E976358791a3799262B8FccedF8D0888563/logo.png b/blockchains/smartchain/assets/0xFF749E976358791a3799262B8FccedF8D0888563/logo.png deleted file mode 100644 index 5542e8b55e179..0000000000000 Binary files a/blockchains/smartchain/assets/0xFF749E976358791a3799262B8FccedF8D0888563/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFa01D3A2B25cdF3b1A6B2361FA07CC71A5F2fBA0/info.json b/blockchains/smartchain/assets/0xFa01D3A2B25cdF3b1A6B2361FA07CC71A5F2fBA0/info.json deleted file mode 100644 index b7fa092e85ec9..0000000000000 --- a/blockchains/smartchain/assets/0xFa01D3A2B25cdF3b1A6B2361FA07CC71A5F2fBA0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Hukku", - "website": "https://hukku.io/", - "description": "Hukku Protects your house and wallet. Unruggable. Hukku is so Cute.", - "explorer": "https://bscscan.com/token/0xFa01D3A2B25cdF3b1A6B2361FA07CC71A5F2fBA0", - "type": "BEP20", - "symbol": "HUKKU", - "decimals": 9, - "status": "active", - "id": "0xFa01D3A2B25cdF3b1A6B2361FA07CC71A5F2fBA0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFa01D3A2B25cdF3b1A6B2361FA07CC71A5F2fBA0/logo.png b/blockchains/smartchain/assets/0xFa01D3A2B25cdF3b1A6B2361FA07CC71A5F2fBA0/logo.png deleted file mode 100644 index 0ac2d0f405d9a..0000000000000 Binary files a/blockchains/smartchain/assets/0xFa01D3A2B25cdF3b1A6B2361FA07CC71A5F2fBA0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFa17b330bCC4e7F3E2456996d89A5a54AB044831/info.json b/blockchains/smartchain/assets/0xFa17b330bCC4e7F3E2456996d89A5a54AB044831/info.json deleted file mode 100644 index 04b7b94fcd16e..0000000000000 --- a/blockchains/smartchain/assets/0xFa17b330bCC4e7F3E2456996d89A5a54AB044831/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Cardence", - "type": "BEP20", - "symbol": "$CRDN", - "decimals": 18, - "website": "https://cardence.io", - "description": "Cardence is a launchpad for new projects on Cardano platform creating a trustless fund raising ecosystem for carefully vetted Cardano projects.", - "explorer": "https://bscscan.com/token/0xfa17b330bcc4e7f3e2456996d89a5a54ab044831", - "status": "active", - "id": "0xFa17b330bCC4e7F3E2456996d89A5a54AB044831", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/cardence_io" - }, - { - "name": "telegram", - "url": "https://t.me/cardence_chat" - }, - { - "name": "whitepaper", - "url": "https://docs.cardence.io" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/cardence-io/" - }, - { - "name": "medium", - "url": "https://medium.com/cardence" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Cardence/" - }, - { - "name": "youtube", - "url": "https://youtube.com/user/ismulad" - }, - { - "name": "facebook", - "url": "https://facebook.com/cardence.io" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFa17b330bCC4e7F3E2456996d89A5a54AB044831/logo.png b/blockchains/smartchain/assets/0xFa17b330bCC4e7F3E2456996d89A5a54AB044831/logo.png deleted file mode 100644 index 1d358946b577a..0000000000000 Binary files a/blockchains/smartchain/assets/0xFa17b330bCC4e7F3E2456996d89A5a54AB044831/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFa363022816aBf82f18a9C2809dCd2BB393F6AC5/info.json b/blockchains/smartchain/assets/0xFa363022816aBf82f18a9C2809dCd2BB393F6AC5/info.json deleted file mode 100644 index 4a60352ef3535..0000000000000 --- a/blockchains/smartchain/assets/0xFa363022816aBf82f18a9C2809dCd2BB393F6AC5/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "HONEY", - "type": "BEP20", - "symbol": "HONEY", - "decimals": 18, - "website": "https://honey.honeyfarm.finance", - "description": "A Native Token of HoneyFarm Finance Layer 1", - "explorer": "https://bscscan.com/token/0xFa363022816aBf82f18a9C2809dCd2BB393F6AC5", - "status": "active", - "id": "0xFa363022816aBf82f18a9C2809dCd2BB393F6AC5", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/HoneyFarmFi" - }, - { - "name": "github", - "url": "https://github.com/HoneyFarmFi/HoneyFarmContracts" - }, - { - "name": "telegram", - "url": "https://t.me/HoneyFarmChat" - }, - { - "name": "telegram_news", - "url": "https://t.me/HoneyFarmAnn" - }, - { - "name": "blog", - "url": "https://medium.com/@honeyfarmchef" - }, - { - "name": "docs", - "url": "https://docs.honeyfarm.finance/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFa363022816aBf82f18a9C2809dCd2BB393F6AC5/logo.png b/blockchains/smartchain/assets/0xFa363022816aBf82f18a9C2809dCd2BB393F6AC5/logo.png deleted file mode 100644 index 43162a43303c6..0000000000000 Binary files a/blockchains/smartchain/assets/0xFa363022816aBf82f18a9C2809dCd2BB393F6AC5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFaAb744dB9def8e13194600Ed02bC5D5BEd3B85C/info.json b/blockchains/smartchain/assets/0xFaAb744dB9def8e13194600Ed02bC5D5BEd3B85C/info.json deleted file mode 100644 index b8383d50b0610..0000000000000 --- a/blockchains/smartchain/assets/0xFaAb744dB9def8e13194600Ed02bC5D5BEd3B85C/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "NEFTiPEDiA", - "type": "BEP20", - "symbol": "NFT", - "decimals": 16, - "website": "https://neftipedia.com/", - "description": "NEFTiPEDiA is NEFTiPEDiA is a marketplace that will fulfil the niche of much required decentralized venue for selling not only the pieces of art or other intangible valuables but also will allow trading is jewelry, fashion and even vehicles and property", - "explorer": "https://bscscan.com/token/0xFaAb744dB9def8e13194600Ed02bC5D5BEd3B85C", - "status": "active", - "id": "0xFaAb744dB9def8e13194600Ed02bC5D5BEd3B85C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFaAb744dB9def8e13194600Ed02bC5D5BEd3B85C/logo.png b/blockchains/smartchain/assets/0xFaAb744dB9def8e13194600Ed02bC5D5BEd3B85C/logo.png deleted file mode 100644 index 814edf87cd3a8..0000000000000 Binary files a/blockchains/smartchain/assets/0xFaAb744dB9def8e13194600Ed02bC5D5BEd3B85C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFbC37a1865DD46091A45221F575062A3b8b2e676/info.json b/blockchains/smartchain/assets/0xFbC37a1865DD46091A45221F575062A3b8b2e676/info.json deleted file mode 100644 index 39e5b92cccaa7..0000000000000 --- a/blockchains/smartchain/assets/0xFbC37a1865DD46091A45221F575062A3b8b2e676/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Hyperboost", - "type": "BEP20", - "symbol": "Hyperboost", - "decimals": 9, - "website": "https://hyperboostworld.com/", - "description": "HyperBoost was birthed by the community seeking a new opportunity to start with. You would also be happy to know that it’s an advance hyper-deflationary token with a cutting-edge hyper buyback burn protocol built in to earn passive rewards through static reflections and burns, so more HyperBoost are automatically added to your wallet for each transaction.", - "explorer": "https://bscscan.com/token/0xFbC37a1865DD46091A45221F575062A3b8b2e676", - "status": "active", - "id": "0xFbC37a1865DD46091A45221F575062A3b8b2e676", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/hyperboost/" - }, - { - "name": "twitter", - "url": "https://twitter.com/HyperBoostBSC" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFbC37a1865DD46091A45221F575062A3b8b2e676/logo.png b/blockchains/smartchain/assets/0xFbC37a1865DD46091A45221F575062A3b8b2e676/logo.png deleted file mode 100644 index 8ece0c8d5ad0e..0000000000000 Binary files a/blockchains/smartchain/assets/0xFbC37a1865DD46091A45221F575062A3b8b2e676/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFbC4f3f645C4003a2E4F4e9b51077d2DaA9a9341/info.json b/blockchains/smartchain/assets/0xFbC4f3f645C4003a2E4F4e9b51077d2DaA9a9341/info.json deleted file mode 100644 index 7fafae1314e61..0000000000000 --- a/blockchains/smartchain/assets/0xFbC4f3f645C4003a2E4F4e9b51077d2DaA9a9341/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ZEDXION", - "type": "BEP20", - "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://bscscan.com/token/0xFbC4f3f645C4003a2E4F4e9b51077d2DaA9a9341", - "status": "abandoned", - "id": "0xFbC4f3f645C4003a2E4F4e9b51077d2DaA9a9341" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFbDB1Fa163a0e8d90DD88104F44C093882A71914/info.json b/blockchains/smartchain/assets/0xFbDB1Fa163a0e8d90DD88104F44C093882A71914/info.json deleted file mode 100644 index bb9d7cf3886fd..0000000000000 --- a/blockchains/smartchain/assets/0xFbDB1Fa163a0e8d90DD88104F44C093882A71914/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "FRZ Solar System Coin", - "type": "BEP20", - "symbol": "FRZSSCOIN", - "decimals": 18, - "website": "https://frzss.com/", - "description": "FRZSSCOIN is the native asset of the FRZ ecosystem and will be used for listing and staking on exchanges, airdrops, token burning and advertisement. ", - "explorer": "https://bscscan.com/token/0xfbdb1fa163a0e8d90dd88104f44c093882a71914", - "status": "active", - "id": "0xFbDB1Fa163a0e8d90DD88104F44C093882A71914", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/frztoken" - }, - { - "name": "github", - "url": "https://github.com/frzss-dev" - }, - { - "name": "telegram", - "url": "https://t.me/frzsstoken" - }, - { - "name": "whitepaper", - "url": "https://frzss.com/#whitepaper" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/frz-solar-system-coin/" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0xFbDB1Fa163a0e8d90DD88104F44C093882A71914/logo.png b/blockchains/smartchain/assets/0xFbDB1Fa163a0e8d90DD88104F44C093882A71914/logo.png deleted file mode 100644 index 9a18cc8e0ebd6..0000000000000 Binary files a/blockchains/smartchain/assets/0xFbDB1Fa163a0e8d90DD88104F44C093882A71914/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFd431CB76965cF80c6FCec011a273B46df23EB04/info.json b/blockchains/smartchain/assets/0xFd431CB76965cF80c6FCec011a273B46df23EB04/info.json deleted file mode 100644 index 5767120314aaa..0000000000000 --- a/blockchains/smartchain/assets/0xFd431CB76965cF80c6FCec011a273B46df23EB04/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Cocopad", - "website": "http://cocopad.co/", - "description": "COCOPAD IS THE BEST DECENTRALIZED IDO PLATFORM FOR THE # BSC - BINANCE SMART CHAIN NETWORK.", - "explorer": "https://bscscan.com/token/0xFd431CB76965cF80c6FCec011a273B46df23EB04", - "type": "BEP20", - "symbol": "COCO", - "decimals": 18, - "status": "active", - "id": "0xFd431CB76965cF80c6FCec011a273B46df23EB04", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Cocopad_BSC" - }, - { - "name": "telegram", - "url": "https://t.me/cocopad_official" - }, - { - "name": "medium", - "url": "https://cocopad.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFd431CB76965cF80c6FCec011a273B46df23EB04/logo.png b/blockchains/smartchain/assets/0xFd431CB76965cF80c6FCec011a273B46df23EB04/logo.png deleted file mode 100644 index aaaedd252c8a7..0000000000000 Binary files a/blockchains/smartchain/assets/0xFd431CB76965cF80c6FCec011a273B46df23EB04/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFd78aAEd1e3f2d06DbDE9510C6dC14112eCA896D/info.json b/blockchains/smartchain/assets/0xFd78aAEd1e3f2d06DbDE9510C6dC14112eCA896D/info.json deleted file mode 100644 index 8344e373d160e..0000000000000 --- a/blockchains/smartchain/assets/0xFd78aAEd1e3f2d06DbDE9510C6dC14112eCA896D/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Anonymous", - "type": "BEP20", - "symbol": "ANON", - "decimals": 9, - "website": "https://4n0nym0u5.com", - "description": "We are Anonymous (ANON)", - "explorer": "https://bscscan.com/token/0xFd78aAEd1e3f2d06DbDE9510C6dC14112eCA896D", - "status": "active", - "id": "0xFd78aAEd1e3f2d06DbDE9510C6dC14112eCA896D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFd78aAEd1e3f2d06DbDE9510C6dC14112eCA896D/logo.png b/blockchains/smartchain/assets/0xFd78aAEd1e3f2d06DbDE9510C6dC14112eCA896D/logo.png deleted file mode 100644 index 532ebe57d5bc9..0000000000000 Binary files a/blockchains/smartchain/assets/0xFd78aAEd1e3f2d06DbDE9510C6dC14112eCA896D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFd7B3A77848f1C2D67E05E54d78d174a0C850335/info.json b/blockchains/smartchain/assets/0xFd7B3A77848f1C2D67E05E54d78d174a0C850335/info.json deleted file mode 100644 index ab555eec50d1b..0000000000000 --- a/blockchains/smartchain/assets/0xFd7B3A77848f1C2D67E05E54d78d174a0C850335/info.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "BNB pegged Ontology Token", - "website": "https://ont.io", - "description": "BNB pegged Ontology Token (ONT BEP20) 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://bscscan.com/token/0xFd7B3A77848f1C2D67E05E54d78d174a0C850335", - "research": "https://research.binance.com/en/projects/ontology", - "type": "BEP20", - "symbol": "ONT", - "decimals": 18, - "status": "active", - "id": "0xFd7B3A77848f1C2D67E05E54d78d174a0C850335", - "tags": [ - "binance-peg" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFd7B3A77848f1C2D67E05E54d78d174a0C850335/logo.png b/blockchains/smartchain/assets/0xFd7B3A77848f1C2D67E05E54d78d174a0C850335/logo.png deleted file mode 100644 index 25ffd17b23344..0000000000000 Binary files a/blockchains/smartchain/assets/0xFd7B3A77848f1C2D67E05E54d78d174a0C850335/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFd914Bbb4302D69b9A8c3c96023DB6a02bE62778/info.json b/blockchains/smartchain/assets/0xFd914Bbb4302D69b9A8c3c96023DB6a02bE62778/info.json deleted file mode 100644 index 4456d9d51ce16..0000000000000 --- a/blockchains/smartchain/assets/0xFd914Bbb4302D69b9A8c3c96023DB6a02bE62778/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Ken-Inu", - "type": "BEP20", - "symbol": "KENU", - "decimals": 9, - "website": "https://keninu.com/", - "description": "Ken Inu ($KENU) is a decentralized, peer-to-peer, MEME digital currency, developing a community-driven ecosystem based on it’s native BSC token.", - "explorer": "https://bscscan.com/token/0xFd914Bbb4302D69b9A8c3c96023DB6a02bE62778", - "status": "active", - "id": "0xFd914Bbb4302D69b9A8c3c96023DB6a02bE62778" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFd914Bbb4302D69b9A8c3c96023DB6a02bE62778/logo.png b/blockchains/smartchain/assets/0xFd914Bbb4302D69b9A8c3c96023DB6a02bE62778/logo.png deleted file mode 100644 index fca3043c6735b..0000000000000 Binary files a/blockchains/smartchain/assets/0xFd914Bbb4302D69b9A8c3c96023DB6a02bE62778/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFd91Fa8fab5cA11569E256fa8844Bc2abecc331D/info.json b/blockchains/smartchain/assets/0xFd91Fa8fab5cA11569E256fa8844Bc2abecc331D/info.json deleted file mode 100644 index 27eca84af84fb..0000000000000 --- a/blockchains/smartchain/assets/0xFd91Fa8fab5cA11569E256fa8844Bc2abecc331D/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "VANGOLD Token", - "website": "https://www.vangold.finance/", - "description": "VANGOLD is one of the worlds first blockchain-based freelancer platform on the Binance Chain network, working with 100% decentralized smart contract.", - "explorer": "https://bscscan.com/token/0xfd91fa8fab5ca11569e256fa8844bc2abecc331d", - "type": "BEP20", - "symbol": "VGD", - "decimals": 18, - "status": "active", - "id": "0xFd91Fa8fab5cA11569E256fa8844Bc2abecc331D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFd91Fa8fab5cA11569E256fa8844Bc2abecc331D/logo.png b/blockchains/smartchain/assets/0xFd91Fa8fab5cA11569E256fa8844Bc2abecc331D/logo.png deleted file mode 100644 index 55466219be4f8..0000000000000 Binary files a/blockchains/smartchain/assets/0xFd91Fa8fab5cA11569E256fa8844Bc2abecc331D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFeCD05B947471b5E51645E2d8326445cC266477a/info.json b/blockchains/smartchain/assets/0xFeCD05B947471b5E51645E2d8326445cC266477a/info.json deleted file mode 100644 index ebd431a581b46..0000000000000 --- a/blockchains/smartchain/assets/0xFeCD05B947471b5E51645E2d8326445cC266477a/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeWin", - "website": "https://safewin.org", - "description": "SAFEWIN is a utility token created for the SafeWin app.", - "explorer": "https://bscscan.com/token/0xFeCD05B947471b5E51645E2d8326445cC266477a", - "type": "BEP20", - "symbol": "SAFEWIN", - "decimals": 9, - "status": "active", - "id": "0xFeCD05B947471b5E51645E2d8326445cC266477a" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFeCD05B947471b5E51645E2d8326445cC266477a/logo.png b/blockchains/smartchain/assets/0xFeCD05B947471b5E51645E2d8326445cC266477a/logo.png deleted file mode 100644 index 6c051b711897c..0000000000000 Binary files a/blockchains/smartchain/assets/0xFeCD05B947471b5E51645E2d8326445cC266477a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFeea0bDd3D07eb6FE305938878C0caDBFa169042/info.json b/blockchains/smartchain/assets/0xFeea0bDd3D07eb6FE305938878C0caDBFa169042/info.json deleted file mode 100644 index 93041076e2d80..0000000000000 --- a/blockchains/smartchain/assets/0xFeea0bDd3D07eb6FE305938878C0caDBFa169042/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "8PAY Network", - "website": "https://8pay.network", - "description": "DEFI platform for automatic trustless crypto payments.", - "explorer": "https://bscscan.com/token/0xfeea0bdd3d07eb6fe305938878c0cadbfa169042", - "type": "BEP20", - "symbol": "8PAY", - "decimals": 18, - "status": "active", - "id": "0xFeea0bDd3D07eb6FE305938878C0caDBFa169042" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFeea0bDd3D07eb6FE305938878C0caDBFa169042/logo.png b/blockchains/smartchain/assets/0xFeea0bDd3D07eb6FE305938878C0caDBFa169042/logo.png deleted file mode 100644 index 1ededcea0243b..0000000000000 Binary files a/blockchains/smartchain/assets/0xFeea0bDd3D07eb6FE305938878C0caDBFa169042/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFfB3eDd21be33d5e78C9e0C2A275b3Fd42670D67/info.json b/blockchains/smartchain/assets/0xFfB3eDd21be33d5e78C9e0C2A275b3Fd42670D67/info.json deleted file mode 100644 index fc8aa572ef09c..0000000000000 --- a/blockchains/smartchain/assets/0xFfB3eDd21be33d5e78C9e0C2A275b3Fd42670D67/info.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "STAKD Finance (STAKD)", - "website": "https://stakd.finance/", - "description": "STAKD Finance is a powerful DeFi ecosystem on Binance Smart Chain that wants to revolutionize the DeFi sector on BSC by providing all in one solution for everyone.", - "research": "https://docs.stakd.finance/", - "explorer": "https://bscscan.com/token/0xFfB3eDd21be33d5e78C9e0C2A275b3Fd42670D67", - "type": "BEP20", - "symbol": "STAKD", - "decimals": 18, - "status": "active", - "id": "0xFfB3eDd21be33d5e78C9e0C2A275b3Fd42670D67", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/STAKD_finance" - }, - { - "name": "telegram", - "url": "https://t.me/stakdfinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xFfB3eDd21be33d5e78C9e0C2A275b3Fd42670D67/logo.png b/blockchains/smartchain/assets/0xFfB3eDd21be33d5e78C9e0C2A275b3Fd42670D67/logo.png deleted file mode 100644 index aca9f06eb59ee..0000000000000 Binary files a/blockchains/smartchain/assets/0xFfB3eDd21be33d5e78C9e0C2A275b3Fd42670D67/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xFfaA85705aE216363e4e843B67fF3C238Fcf0de2/info.json b/blockchains/smartchain/assets/0xFfaA85705aE216363e4e843B67fF3C238Fcf0de2/info.json deleted file mode 100644 index 1b13385059426..0000000000000 --- a/blockchains/smartchain/assets/0xFfaA85705aE216363e4e843B67fF3C238Fcf0de2/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Euro Shiba Inu", - "type": "BEP20", - "symbol": "EShib", - "decimals": 9, - "website": "https://www.eshib.es/", - "description": "EShib rewards its holders with 5%, another 5% goes to donations in case of natural disasters, educate, care for and improve the environment, reforest and classify said lands as a protected area, train companies in the world of cryptocurrency.", - "explorer": "https://bscscan.com/token/0xFfaA85705aE216363e4e843B67fF3C238Fcf0de2", - "status": "active", - "id": "0xFfaA85705aE216363e4e843B67fF3C238Fcf0de2", - "links": [ - { - "name": "github", - "url": "https://github.com/Euroshibainu" - }, - { - "name": "whitepaper", - "url": "https://drive.google.com/drive/folders/1NTbSMvhewwMt037K-T4ZS9QR1L-q0zv4?usp=sharing" - } - ], - "tags": [ - "memes" - ] -} diff --git a/blockchains/smartchain/assets/0xFfaA85705aE216363e4e843B67fF3C238Fcf0de2/logo.png b/blockchains/smartchain/assets/0xFfaA85705aE216363e4e843B67fF3C238Fcf0de2/logo.png deleted file mode 100644 index 6aa23bab0e166..0000000000000 Binary files a/blockchains/smartchain/assets/0xFfaA85705aE216363e4e843B67fF3C238Fcf0de2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa016F295A5957cB80D03d8E5464A429007555124/info.json b/blockchains/smartchain/assets/0xa016F295A5957cB80D03d8E5464A429007555124/info.json deleted file mode 100644 index ff306e1e56b60..0000000000000 --- a/blockchains/smartchain/assets/0xa016F295A5957cB80D03d8E5464A429007555124/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeHamsters", - "website": "https://safehamsters.io", - "description": "Welcome to the hamster army! The time has come when it is worth rewriting history.", - "explorer": "https://bscscan.com/token/0xa016F295A5957cB80D03d8E5464A429007555124", - "type": "BEP20", - "symbol": "SAFEHAMSTERS", - "decimals": 9, - "status": "active", - "id": "0xa016F295A5957cB80D03d8E5464A429007555124" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa016F295A5957cB80D03d8E5464A429007555124/logo.png b/blockchains/smartchain/assets/0xa016F295A5957cB80D03d8E5464A429007555124/logo.png deleted file mode 100644 index c182a02683a76..0000000000000 Binary files a/blockchains/smartchain/assets/0xa016F295A5957cB80D03d8E5464A429007555124/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa026Ad2ceDa16Ca5FC28fd3C72f99e2C332c8a26/info.json b/blockchains/smartchain/assets/0xa026Ad2ceDa16Ca5FC28fd3C72f99e2C332c8a26/info.json deleted file mode 100644 index 915d789317d0a..0000000000000 --- a/blockchains/smartchain/assets/0xa026Ad2ceDa16Ca5FC28fd3C72f99e2C332c8a26/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "XCAD", - "type": "BEP20", - "symbol": "XCAD", - "decimals": 18, - "website": "https://xcadnetwork.com/", - "description": "XCAD Network is a tokenisation & NFT platform for content creators.", - "explorer": "https://bscscan.com/token/0xa026ad2ceda16ca5fc28fd3c72f99e2c332c8a26", - "status": "active", - "id": "0xa026Ad2ceDa16Ca5FC28fd3C72f99e2C332c8a26", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/XcademyOfficial" - }, - { - "name": "telegram", - "url": "https://t.me/xcademy" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/xcad-network/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/xcad-network/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa026Ad2ceDa16Ca5FC28fd3C72f99e2C332c8a26/logo.png b/blockchains/smartchain/assets/0xa026Ad2ceDa16Ca5FC28fd3C72f99e2C332c8a26/logo.png deleted file mode 100644 index 2fc6d63b74003..0000000000000 Binary files a/blockchains/smartchain/assets/0xa026Ad2ceDa16Ca5FC28fd3C72f99e2C332c8a26/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa03110800894b3CcF8723D991d80875561F96777/info.json b/blockchains/smartchain/assets/0xa03110800894b3CcF8723D991d80875561F96777/info.json deleted file mode 100644 index 0842c8e0b90b1..0000000000000 --- a/blockchains/smartchain/assets/0xa03110800894b3CcF8723D991d80875561F96777/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "BIT GAME VERSE TOKEN", - "type": "BEP20", - "symbol": "BGVT", - "decimals": 18, - "website": "https://bgverse.io/", - "description": "Bit Game Verse is the trending crypto channel which enables earning through different gaming channels. It is a peer to peer marketplace , where transactions take place directly between the crypto traders.", - "explorer": "https://bscscan.com/token/0xa03110800894b3CcF8723D991d80875561F96777", - "status": "active", - "id": "0xa03110800894b3CcF8723D991d80875561F96777", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BITGAMEVERSE" - }, - { - "name": "facebook", - "url": "https://facebook.com/BITGAMEVERSE" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/bit-game-verse-token/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/bit-game-verse-token" - }, - { - "name": "medium", - "url": "https://medium.com/@bitgameverse" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa03110800894b3CcF8723D991d80875561F96777/logo.png b/blockchains/smartchain/assets/0xa03110800894b3CcF8723D991d80875561F96777/logo.png deleted file mode 100644 index 592ac274130df..0000000000000 Binary files a/blockchains/smartchain/assets/0xa03110800894b3CcF8723D991d80875561F96777/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa042d20aBE198E516d885Da52a633B6D44F339B9/info.json b/blockchains/smartchain/assets/0xa042d20aBE198E516d885Da52a633B6D44F339B9/info.json deleted file mode 100644 index f32775c2df6d2..0000000000000 --- a/blockchains/smartchain/assets/0xa042d20aBE198E516d885Da52a633B6D44F339B9/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "MustangToken", - "type": "BEP20", - "symbol": "MUST", - "decimals": 9, - "website": "https://mustangtoken.net", - "description": "Mustangtoken is a progressive auto-staking token that pays out rewards just for holding it within your wallet! Half of each fee is reflected back to holders, and the other half is added to the BNB/Snowge Liquidity Pool.", - "explorer": "https://bscscan.com/token/0xa042d20abe198e516d885da52a633b6d44f339b9", - "status": "active", - "id": "0xa042d20aBE198E516d885Da52a633B6D44F339B9", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Mustangtoken" - }, - { - "name": "telegram", - "url": "https://t.me/MustangToken" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Mustangtoken/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa042d20aBE198E516d885Da52a633B6D44F339B9/logo.png b/blockchains/smartchain/assets/0xa042d20aBE198E516d885Da52a633B6D44F339B9/logo.png deleted file mode 100644 index c8e4f232111af..0000000000000 Binary files a/blockchains/smartchain/assets/0xa042d20aBE198E516d885Da52a633B6D44F339B9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa04F060077D90Fe2647B61e4dA4aD1F97d6649dc/info.json b/blockchains/smartchain/assets/0xa04F060077D90Fe2647B61e4dA4aD1F97d6649dc/info.json deleted file mode 100644 index 404c3b4672c1a..0000000000000 --- a/blockchains/smartchain/assets/0xa04F060077D90Fe2647B61e4dA4aD1F97d6649dc/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Wrapped Mirror NFLX Token", - "website": "https://mirror.finance", - "description": "Mirror Protocol allows the creation of fungible assets, “synthetics”, that track the price of real-world assets.", - "explorer": "https://bscscan.com/token/0xa04F060077D90Fe2647B61e4dA4aD1F97d6649dc", - "research": "", - "type": "BEP20", - "symbol": "mNFLX", - "decimals": 18, - "status": "active", - "id": "0xa04F060077D90Fe2647B61e4dA4aD1F97d6649dc" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa04F060077D90Fe2647B61e4dA4aD1F97d6649dc/logo.png b/blockchains/smartchain/assets/0xa04F060077D90Fe2647B61e4dA4aD1F97d6649dc/logo.png deleted file mode 100644 index 6d6b16235a14d..0000000000000 Binary files a/blockchains/smartchain/assets/0xa04F060077D90Fe2647B61e4dA4aD1F97d6649dc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa0A9961b7477D1a530f06a1ee805d5E532e73d97/info.json b/blockchains/smartchain/assets/0xa0A9961b7477D1a530f06a1ee805d5E532e73d97/info.json deleted file mode 100644 index 07a48273fe1de..0000000000000 --- a/blockchains/smartchain/assets/0xa0A9961b7477D1a530f06a1ee805d5E532e73d97/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Ariadne", - "symbol": "ARDN", - "type": "BEP20", - "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://bscscan.com/token/0xa0A9961b7477D1a530f06a1ee805d5E532e73d97", - "status": "active", - "id": "0xa0A9961b7477D1a530f06a1ee805d5E532e73d97", - "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/smartchain/assets/0xa0A9961b7477D1a530f06a1ee805d5E532e73d97/logo.png b/blockchains/smartchain/assets/0xa0A9961b7477D1a530f06a1ee805d5E532e73d97/logo.png deleted file mode 100644 index fcefa0fa56981..0000000000000 Binary files a/blockchains/smartchain/assets/0xa0A9961b7477D1a530f06a1ee805d5E532e73d97/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa0CC3A881AEf241d6cB3B7Db3168BD26094560BE/info.json b/blockchains/smartchain/assets/0xa0CC3A881AEf241d6cB3B7Db3168BD26094560BE/info.json deleted file mode 100644 index 1c9048c3bf7fe..0000000000000 --- a/blockchains/smartchain/assets/0xa0CC3A881AEf241d6cB3B7Db3168BD26094560BE/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "Crypto Inu", - "type": "BEP20", - "symbol": "ABCD", - "decimals": 9, - "website": "https://cabcd.org", - "description": "Crypto Inu is an immersive multiplayer board game with 3D and VR modes that incorporates metaverse real estate investment.", - "explorer": "https://bscscan.com/token/0xa0cc3a881aef241d6cb3b7db3168bd26094560be", - "status": "active", - "id": "0xa0CC3A881AEf241d6cB3B7Db3168BD26094560BE", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CryptoInu_ABCD" - }, - { - "name": "github", - "url": "https://github.com/cryptoinu-abcd" - }, - { - "name": "telegram", - "url": "https://t.me/cryptoinu_main" - }, - { - "name": "telegram_news", - "url": "https://t.me/cryptoinuann" - }, - { - "name": "whitepaper", - "url": "https://cabcd.org/assets/whitepaper_abcd_v1.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/@crypto_inu" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/crypto-inu/" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0xa0cc3a881aef241d6cb3b7db3168bd26094560be#code" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa0CC3A881AEf241d6cB3B7Db3168BD26094560BE/logo.png b/blockchains/smartchain/assets/0xa0CC3A881AEf241d6cB3B7Db3168BD26094560BE/logo.png deleted file mode 100644 index 08e013917458c..0000000000000 Binary files a/blockchains/smartchain/assets/0xa0CC3A881AEf241d6cB3B7Db3168BD26094560BE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa0e7566D693D015B59F2FD0e7fd26a8aC5Ca03dE/info.json b/blockchains/smartchain/assets/0xa0e7566D693D015B59F2FD0e7fd26a8aC5Ca03dE/info.json deleted file mode 100644 index 21a78ea321964..0000000000000 --- a/blockchains/smartchain/assets/0xa0e7566D693D015B59F2FD0e7fd26a8aC5Ca03dE/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "CatBoy", - "type": "BEP20", - "symbol": "CTB", - "decimals": 18, - "website": "https://catboy.finance/", - "description": "CatGirl has found her soulmate. He’s called CatBoy. Witness how CatBoy will conquer the Binance Blockchain and go to the highest high the Binance Blockchain has ever seen.", - "explorer": "https://bscscan.com/token/0xa0e7566D693D015B59F2FD0e7fd26a8aC5Ca03dE", - "status": "active", - "id": "0xa0e7566D693D015B59F2FD0e7fd26a8aC5Ca03dE", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/bsccatboy" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/catboyfinance/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/catboy/" - }, - { - "name": "telegram", - "url": "https://t.me/catboybscofficial" - }, - { - "name": "whitepaper", - "url": "https://catboy.finance/wp-content/uploads/2021/11/Whitepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa0e7566D693D015B59F2FD0e7fd26a8aC5Ca03dE/logo.png b/blockchains/smartchain/assets/0xa0e7566D693D015B59F2FD0e7fd26a8aC5Ca03dE/logo.png deleted file mode 100644 index 2015e04848ae6..0000000000000 Binary files a/blockchains/smartchain/assets/0xa0e7566D693D015B59F2FD0e7fd26a8aC5Ca03dE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa123aB52a32267Dc357B7599739d3C6CAF856fe4/info.json b/blockchains/smartchain/assets/0xa123aB52a32267Dc357B7599739d3C6CAF856fe4/info.json deleted file mode 100644 index 19e093aef6cce..0000000000000 --- a/blockchains/smartchain/assets/0xa123aB52a32267Dc357B7599739d3C6CAF856fe4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "AIR", - "website": "https://aircoin.cool", - "description": "AIR was issued to mock the madness of the cryptocurrency market. AIR is everywhere, after buying Air coin you get nothing but AIR.", - "explorer": "https://bscscan.com/token/0xa123aB52a32267Dc357B7599739d3C6CAF856fe4", - "type": "BEP20", - "symbol": "AIR", - "decimals": 18, - "status": "abandoned", - "id": "0xa123aB52a32267Dc357B7599739d3C6CAF856fe4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa178398a3A816d049588cC46D431f5EEC4dd7e96/info.json b/blockchains/smartchain/assets/0xa178398a3A816d049588cC46D431f5EEC4dd7e96/info.json deleted file mode 100644 index 13bdede1eca8c..0000000000000 --- a/blockchains/smartchain/assets/0xa178398a3A816d049588cC46D431f5EEC4dd7e96/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ClearMoon", - "type": "BEP20", - "symbol": "CLEARMOON", - "decimals": 9, - "website": "https://clearmoon.io", - "description": "The ClearMoon Network is a community-driven, viral networking project dedicated to Crypto Education in DeFi.", - "explorer": "https://bscscan.com/token/0xa178398a3A816d049588cC46D431f5EEC4dd7e96", - "status": "active", - "id": "0xa178398a3A816d049588cC46D431f5EEC4dd7e96" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa178398a3A816d049588cC46D431f5EEC4dd7e96/logo.png b/blockchains/smartchain/assets/0xa178398a3A816d049588cC46D431f5EEC4dd7e96/logo.png deleted file mode 100644 index e262a4b5c8bc9..0000000000000 Binary files a/blockchains/smartchain/assets/0xa178398a3A816d049588cC46D431f5EEC4dd7e96/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa184088a740c695E156F91f5cC086a06bb78b827/info.json b/blockchains/smartchain/assets/0xa184088a740c695E156F91f5cC086a06bb78b827/info.json deleted file mode 100644 index 4b73baf4809b6..0000000000000 --- a/blockchains/smartchain/assets/0xa184088a740c695E156F91f5cC086a06bb78b827/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "AUTOv2", - "website": "https://autofarm.network", - "description": "Autofarm is a suite of products in Decentralized Finance (DeFi) that provides DEX aggregation and, yield farming aggregation on the various blockchains.", - "explorer": "https://bscscan.com/token/0xa184088a740c695e156f91f5cc086a06bb78b827", - "research": "", - "type": "BEP20", - "symbol": "AUTO", - "decimals": 18, - "status": "active", - "id": "0xa184088a740c695E156F91f5cC086a06bb78b827" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa184088a740c695E156F91f5cC086a06bb78b827/logo.png b/blockchains/smartchain/assets/0xa184088a740c695E156F91f5cC086a06bb78b827/logo.png deleted file mode 100644 index 37bdbccee11be..0000000000000 Binary files a/blockchains/smartchain/assets/0xa184088a740c695E156F91f5cC086a06bb78b827/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa1FD60c51C0BDAC1Ff5BB6067A24d61441E39569/info.json b/blockchains/smartchain/assets/0xa1FD60c51C0BDAC1Ff5BB6067A24d61441E39569/info.json deleted file mode 100644 index 66a47367f6dba..0000000000000 --- a/blockchains/smartchain/assets/0xa1FD60c51C0BDAC1Ff5BB6067A24d61441E39569/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "SafeNebula", - "website": "https://safenebula.com", - "description": "The SafeNebula Protocol is a community driven, fair launched DeFi Token. Three simple functions occur during each trade: Reflection, LP Acquisition, & Burn.", - "explorer": "https://bscscan.com/token/0xa1fd60c51c0bdac1ff5bb6067a24d61441e39569", - "type": "BEP20", - "symbol": "SNBL", - "decimals": 18, - "status": "active", - "id": "0xa1FD60c51C0BDAC1Ff5BB6067A24d61441E39569", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/safe_nebula" - }, - { - "name": "telegram", - "url": "https://t.me/safenebula" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa1FD60c51C0BDAC1Ff5BB6067A24d61441E39569/logo.png b/blockchains/smartchain/assets/0xa1FD60c51C0BDAC1Ff5BB6067A24d61441E39569/logo.png deleted file mode 100644 index 1c09f484680cb..0000000000000 Binary files a/blockchains/smartchain/assets/0xa1FD60c51C0BDAC1Ff5BB6067A24d61441E39569/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa1bc3505BB77735cE17484d00FfdE8C6eF53707b/info.json b/blockchains/smartchain/assets/0xa1bc3505BB77735cE17484d00FfdE8C6eF53707b/info.json deleted file mode 100644 index a289fd8386cc9..0000000000000 --- a/blockchains/smartchain/assets/0xa1bc3505BB77735cE17484d00FfdE8C6eF53707b/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Story", - "website": "https://storytoken.app", - "description": "$STORY is the deflationary token fueling our crowdfunding platform called Story. Story provides anyone, anywhere with the platform to help others. Simply share their Story in 60 seconds or less and our community listens.", - "explorer": "https://bscscan.com/token/0xa1bc3505BB77735cE17484d00FfdE8C6eF53707b", - "type": "BEP20", - "symbol": "STORY", - "decimals": 9, - "status": "abandoned", - "id": "0xa1bc3505BB77735cE17484d00FfdE8C6eF53707b" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa1faa113cbE53436Df28FF0aEe54275c13B40975/info.json b/blockchains/smartchain/assets/0xa1faa113cbE53436Df28FF0aEe54275c13B40975/info.json deleted file mode 100644 index 4463091f1ea63..0000000000000 --- a/blockchains/smartchain/assets/0xa1faa113cbE53436Df28FF0aEe54275c13B40975/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Alpha Finance", - "website": "https://alphafinance.io", - "description": "Alpha Finance Lab is a cross-chain DeFi platform, focusing on building an ecosystem of products that will interoperate and bring alpha to users across different blockchains starting with Binance Smart Chain (BSC) and Ethereum.", - "explorer": "https://bscscan.com/token/0xa1faa113cbE53436Df28FF0aEe54275c13B40975", - "research": "https://research.binance.com/en/projects/alpha-finance-lab", - "type": "BEP20", - "symbol": "ALPHA", - "decimals": 18, - "status": "active", - "id": "0xa1faa113cbE53436Df28FF0aEe54275c13B40975" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa1faa113cbE53436Df28FF0aEe54275c13B40975/logo.png b/blockchains/smartchain/assets/0xa1faa113cbE53436Df28FF0aEe54275c13B40975/logo.png deleted file mode 100644 index 3c6e3f6165e4a..0000000000000 Binary files a/blockchains/smartchain/assets/0xa1faa113cbE53436Df28FF0aEe54275c13B40975/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa20Be0B824b963Bc7D11D124CdEfa0bC7cE85533/info.json b/blockchains/smartchain/assets/0xa20Be0B824b963Bc7D11D124CdEfa0bC7cE85533/info.json deleted file mode 100644 index caf4ddc03aec2..0000000000000 --- a/blockchains/smartchain/assets/0xa20Be0B824b963Bc7D11D124CdEfa0bC7cE85533/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Wrapped Dai", - "website": "https://wdai.io", - "description": "Yield farm Ddai on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xa20Be0B824b963Bc7D11D124CdEfa0bC7cE85533", - "type": "BEP20", - "symbol": "Ddai", - "decimals": 8, - "status": "active", - "id": "0xa20Be0B824b963Bc7D11D124CdEfa0bC7cE85533" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa20Be0B824b963Bc7D11D124CdEfa0bC7cE85533/logo.png b/blockchains/smartchain/assets/0xa20Be0B824b963Bc7D11D124CdEfa0bC7cE85533/logo.png deleted file mode 100644 index 58bf6b42ae55c..0000000000000 Binary files a/blockchains/smartchain/assets/0xa20Be0B824b963Bc7D11D124CdEfa0bC7cE85533/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa260E12d2B924cb899AE80BB58123ac3fEE1E2F0/info.json b/blockchains/smartchain/assets/0xa260E12d2B924cb899AE80BB58123ac3fEE1E2F0/info.json deleted file mode 100644 index 74e900ea07054..0000000000000 --- a/blockchains/smartchain/assets/0xa260E12d2B924cb899AE80BB58123ac3fEE1E2F0/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Hooked Token", - "website": "https://hooked.io", - "description": "The on-ramp layer for massive Web3 adoption to form the ecosystem of future community-owned economies.", - "explorer": "https://bscscan.com/token/0xa260E12d2B924cb899AE80BB58123ac3fEE1E2F0", - "symbol": "HOOK", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0xa260E12d2B924cb899AE80BB58123ac3fEE1E2F0", - "links": [ - { - "name": "telegram", - "url": "https://t.me/HookedProtocolOfficial" - }, - { - "name": "twitter", - "url": "https://twitter.com/HookedProtocol" - }, - { - "name": "discord", - "url": "https://discord.com/invite/hookedprotocol" - }, - { - "name": "whitepaper", - "url": "https://hooked-protocol.gitbook.io/hooked-protocol-whitepaper" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa260E12d2B924cb899AE80BB58123ac3fEE1E2F0/logo.png b/blockchains/smartchain/assets/0xa260E12d2B924cb899AE80BB58123ac3fEE1E2F0/logo.png deleted file mode 100644 index 10c26b8bf7c9f..0000000000000 Binary files a/blockchains/smartchain/assets/0xa260E12d2B924cb899AE80BB58123ac3fEE1E2F0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa2B726B1145A4773F68593CF171187d8EBe4d495/info.json b/blockchains/smartchain/assets/0xa2B726B1145A4773F68593CF171187d8EBe4d495/info.json deleted file mode 100644 index 3d4eeda80197d..0000000000000 --- a/blockchains/smartchain/assets/0xa2B726B1145A4773F68593CF171187d8EBe4d495/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Injective", - "website": "https://injectiveprotocol.com", - "description": "The Universal Layer-2 DeFi Protocol for Cross-Chain Derivatives Trading.", - "explorer": "https://bscscan.com/token/0xa2b726b1145a4773f68593cf171187d8ebe4d495", - "research": "https://research.binance.com/en/projects/injective-protocol", - "type": "BEP20", - "symbol": "INJ", - "decimals": 18, - "status": "active", - "id": "0xa2B726B1145A4773F68593CF171187d8EBe4d495" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa2B726B1145A4773F68593CF171187d8EBe4d495/logo.png b/blockchains/smartchain/assets/0xa2B726B1145A4773F68593CF171187d8EBe4d495/logo.png deleted file mode 100644 index f3a521dc1391a..0000000000000 Binary files a/blockchains/smartchain/assets/0xa2B726B1145A4773F68593CF171187d8EBe4d495/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa30CbbD41E2b8cbb6EA3923Ab215C782F8F9b51B/info.json b/blockchains/smartchain/assets/0xa30CbbD41E2b8cbb6EA3923Ab215C782F8F9b51B/info.json deleted file mode 100644 index 0e2b7f3604f07..0000000000000 --- a/blockchains/smartchain/assets/0xa30CbbD41E2b8cbb6EA3923Ab215C782F8F9b51B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Yuki Inu", - "type": "BEP20", - "symbol": "YUKINU", - "decimals": 9, - "website": "https://www.yukitoken.com/", - "description": "The happiest meme token inspired by shiba inu", - "explorer": "https://bscscan.com/token/0xa30CbbD41E2b8cbb6EA3923Ab215C782F8F9b51B", - "status": "active", - "id": "0xa30CbbD41E2b8cbb6EA3923Ab215C782F8F9b51B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa30CbbD41E2b8cbb6EA3923Ab215C782F8F9b51B/logo.png b/blockchains/smartchain/assets/0xa30CbbD41E2b8cbb6EA3923Ab215C782F8F9b51B/logo.png deleted file mode 100644 index b0917924f8871..0000000000000 Binary files a/blockchains/smartchain/assets/0xa30CbbD41E2b8cbb6EA3923Ab215C782F8F9b51B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa321fC1171EB85498faD47D3d127368eBa70265C/info.json b/blockchains/smartchain/assets/0xa321fC1171EB85498faD47D3d127368eBa70265C/info.json deleted file mode 100644 index d2390e6acbfa8..0000000000000 --- a/blockchains/smartchain/assets/0xa321fC1171EB85498faD47D3d127368eBa70265C/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "SafeDrive", - "type": "BEP20", - "symbol": "Drive", - "decimals": 9, - "website": "https://www.drive-token.com", - "description": "A new cryptocurrency based on BNB smart chain. 4% of each transaction is always distributed to all holders as a reward. Thus, personal wealth increases automatically with every purchase or sale.", - "explorer": "https://bscscan.com/token/0xa321fC1171EB85498faD47D3d127368eBa70265C", - "status": "active", - "id": "0xa321fC1171EB85498faD47D3d127368eBa70265C", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/safedrive19" - }, - { - "name": "discord", - "url": "https://discord.com/invite/cHusGCKb\"" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa321fC1171EB85498faD47D3d127368eBa70265C/logo.png b/blockchains/smartchain/assets/0xa321fC1171EB85498faD47D3d127368eBa70265C/logo.png deleted file mode 100644 index 312d236fdb7ba..0000000000000 Binary files a/blockchains/smartchain/assets/0xa321fC1171EB85498faD47D3d127368eBa70265C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa3F4a5E5411dB7d6630aa531D7645c72cFDDa41a/info.json b/blockchains/smartchain/assets/0xa3F4a5E5411dB7d6630aa531D7645c72cFDDa41a/info.json deleted file mode 100644 index ad6b9e5c93646..0000000000000 --- a/blockchains/smartchain/assets/0xa3F4a5E5411dB7d6630aa531D7645c72cFDDa41a/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bitagon", - "website": "https://bitagon.net/", - "description": "Bitagon (TSC) is built based on the PoS consensus protocol, which is decentralized and energy efficient, helping you easily build your own decentralized applications.", - "explorer": "https://bscscan.com/token/0xa3f4a5e5411db7d6630aa531d7645c72cfdda41a", - "type": "BEP20", - "symbol": "TSC", - "decimals": 18, - "status": "active", - "id": "0xa3F4a5E5411dB7d6630aa531D7645c72cFDDa41a" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa3F4a5E5411dB7d6630aa531D7645c72cFDDa41a/logo.png b/blockchains/smartchain/assets/0xa3F4a5E5411dB7d6630aa531D7645c72cFDDa41a/logo.png deleted file mode 100644 index 08a96323e3e7e..0000000000000 Binary files a/blockchains/smartchain/assets/0xa3F4a5E5411dB7d6630aa531D7645c72cFDDa41a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa3d80275E300237a62D3431C26d52f185584cC1B/info.json b/blockchains/smartchain/assets/0xa3d80275E300237a62D3431C26d52f185584cC1B/info.json deleted file mode 100644 index db6353759f92d..0000000000000 --- a/blockchains/smartchain/assets/0xa3d80275E300237a62D3431C26d52f185584cC1B/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "RiseHero", - "type": "BEP20", - "symbol": "RISE", - "decimals": 18, - "website": "https://risehero.io", - "description": "A legendary hero metaverse.", - "explorer": "https://bscscan.com/token/0xa3d80275E300237a62D3431C26d52f185584cC1B", - "status": "active", - "id": "0xa3d80275E300237a62D3431C26d52f185584cC1B", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/RiseHeroNFT" - }, - { - "name": "telegram", - "url": "https://t.me/RiseHero" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa3d80275E300237a62D3431C26d52f185584cC1B/logo.png b/blockchains/smartchain/assets/0xa3d80275E300237a62D3431C26d52f185584cC1B/logo.png deleted file mode 100644 index 1052085fc23ac..0000000000000 Binary files a/blockchains/smartchain/assets/0xa3d80275E300237a62D3431C26d52f185584cC1B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa3f020a5C92e15be13CAF0Ee5C95cF79585EeCC9/info.json b/blockchains/smartchain/assets/0xa3f020a5C92e15be13CAF0Ee5C95cF79585EeCC9/info.json deleted file mode 100644 index f10cfb8a5c63b..0000000000000 --- a/blockchains/smartchain/assets/0xa3f020a5C92e15be13CAF0Ee5C95cF79585EeCC9/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://bscscan.com/token/0xa3f020a5C92e15be13CAF0Ee5C95cF79585EeCC9", - "research": "https://research.binance.com/en/projects/aelf", - "type": "BEP20", - "symbol": "ELF", - "decimals": 18, - "status": "active", - "id": "0xa3f020a5C92e15be13CAF0Ee5C95cF79585EeCC9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa3f020a5C92e15be13CAF0Ee5C95cF79585EeCC9/logo.png b/blockchains/smartchain/assets/0xa3f020a5C92e15be13CAF0Ee5C95cF79585EeCC9/logo.png deleted file mode 100644 index 0aacaaa8a85f6..0000000000000 Binary files a/blockchains/smartchain/assets/0xa3f020a5C92e15be13CAF0Ee5C95cF79585EeCC9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa4080f1778e69467E905B8d6F72f6e441f9e9484/info.json b/blockchains/smartchain/assets/0xa4080f1778e69467E905B8d6F72f6e441f9e9484/info.json deleted file mode 100644 index 8a74c258f65fb..0000000000000 --- a/blockchains/smartchain/assets/0xa4080f1778e69467E905B8d6F72f6e441f9e9484/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://bscscan.com/token/0xa4080f1778e69467e905b8d6f72f6e441f9e9484", - "type": "BEP20", - "symbol": "SYN", - "decimals": 18, - "status": "active", - "id": "0xa4080f1778e69467E905B8d6F72f6e441f9e9484", - "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/smartchain/assets/0xa4080f1778e69467E905B8d6F72f6e441f9e9484/logo.png b/blockchains/smartchain/assets/0xa4080f1778e69467E905B8d6F72f6e441f9e9484/logo.png deleted file mode 100644 index 577673c43c6a4..0000000000000 Binary files a/blockchains/smartchain/assets/0xa4080f1778e69467E905B8d6F72f6e441f9e9484/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa49e44976C236BeB51a1F818D49b9b9759Ed97b1/info.json b/blockchains/smartchain/assets/0xa49e44976C236BeB51a1F818D49b9b9759Ed97b1/info.json deleted file mode 100644 index 67f54ac448683..0000000000000 --- a/blockchains/smartchain/assets/0xa49e44976C236BeB51a1F818D49b9b9759Ed97b1/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "AraPlanet", - "type": "BEP20", - "symbol": "ARAP", - "decimals": 9, - "website": "https://www.araplanet.org", - "description": "AraPlanet lands as one of the first eco-sustainable crypto currency.", - "explorer": "https://bscscan.com/token/0xa49e44976C236BeB51a1F818D49b9b9759Ed97b1", - "status": "active", - "id": "0xa49e44976C236BeB51a1F818D49b9b9759Ed97b1" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa49e44976C236BeB51a1F818D49b9b9759Ed97b1/logo.png b/blockchains/smartchain/assets/0xa49e44976C236BeB51a1F818D49b9b9759Ed97b1/logo.png deleted file mode 100644 index f5eb55e301cd7..0000000000000 Binary files a/blockchains/smartchain/assets/0xa49e44976C236BeB51a1F818D49b9b9759Ed97b1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa4FFfc757e8c4F24E7b209C033c123D20983Ad40/info.json b/blockchains/smartchain/assets/0xa4FFfc757e8c4F24E7b209C033c123D20983Ad40/info.json deleted file mode 100644 index f853f1750d7e2..0000000000000 --- a/blockchains/smartchain/assets/0xa4FFfc757e8c4F24E7b209C033c123D20983Ad40/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Hoge Finance", - "website": "https://hogefinance.com", - "description": "We Meme Business.", - "explorer": "https://bscscan.com/token/0xa4FFfc757e8c4F24E7b209C033c123D20983Ad40", - "type": "BEP20", - "symbol": "HOGE", - "decimals": 9, - "status": "active", - "id": "0xa4FFfc757e8c4F24E7b209C033c123D20983Ad40", - "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/smartchain/assets/0xa4FFfc757e8c4F24E7b209C033c123D20983Ad40/logo.png b/blockchains/smartchain/assets/0xa4FFfc757e8c4F24E7b209C033c123D20983Ad40/logo.png deleted file mode 100644 index fd2f41b9338cf..0000000000000 Binary files a/blockchains/smartchain/assets/0xa4FFfc757e8c4F24E7b209C033c123D20983Ad40/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa531a733070a5fF4866D1327d82e403Fa35290A6/info.json b/blockchains/smartchain/assets/0xa531a733070a5fF4866D1327d82e403Fa35290A6/info.json deleted file mode 100644 index 810ab876b8fd6..0000000000000 --- a/blockchains/smartchain/assets/0xa531a733070a5fF4866D1327d82e403Fa35290A6/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Catvills Coin", - "type": "BEP20", - "symbol": "CATVILLS", - "decimals": 8, - "website": "https://www.catvills.io/", - "description": "Catvills is a community build platform with various utilities. Catvills is providing a platform that will increase value that is realistic and will be felt by its holders, by marketing and achieving its goals. This is the anchor on why we created Catvills, and with Catvills creating events and charity for cats all around the world. These are our realistic steps to give back and one of our main functions for Catvills.", - "explorer": "https://bscscan.com/token/0xa531a733070a5fF4866D1327d82e403Fa35290A6", - "status": "active", - "id": "0xa531a733070a5fF4866D1327d82e403Fa35290A6", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/catvills-coin" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/catvills-coin" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa531a733070a5fF4866D1327d82e403Fa35290A6/logo.png b/blockchains/smartchain/assets/0xa531a733070a5fF4866D1327d82e403Fa35290A6/logo.png deleted file mode 100644 index 2f640927677fa..0000000000000 Binary files a/blockchains/smartchain/assets/0xa531a733070a5fF4866D1327d82e403Fa35290A6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa5360c2070FaECFc231fd6bd743FE88382F2991d/info.json b/blockchains/smartchain/assets/0xa5360c2070FaECFc231fd6bd743FE88382F2991d/info.json deleted file mode 100644 index 2562b21950516..0000000000000 --- a/blockchains/smartchain/assets/0xa5360c2070FaECFc231fd6bd743FE88382F2991d/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "SafeLight", - "website": "https://www.safelightcrypto.com/", - "description": "Self generating liquidity token - Reflection paid back to holders.", - "explorer": "https://bscscan.com/token/0xa5360c2070faecfc231fd6bd743fe88382f2991d", - "research": "", - "type": "BEP20", - "symbol": "SafeLight", - "decimals": 9, - "status": "active", - "id": "0xa5360c2070FaECFc231fd6bd743FE88382F2991d" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa5360c2070FaECFc231fd6bd743FE88382F2991d/logo.png b/blockchains/smartchain/assets/0xa5360c2070FaECFc231fd6bd743FE88382F2991d/logo.png deleted file mode 100644 index 32191727da5ac..0000000000000 Binary files a/blockchains/smartchain/assets/0xa5360c2070FaECFc231fd6bd743FE88382F2991d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa5496935A247fA81B1462E553ad139d2FD0af795/info.json b/blockchains/smartchain/assets/0xa5496935A247fA81B1462E553ad139d2FD0af795/info.json deleted file mode 100644 index 8cd3abeba1ecd..0000000000000 --- a/blockchains/smartchain/assets/0xa5496935A247fA81B1462E553ad139d2FD0af795/info.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "Flag Network", - "type": "BEP20", - "symbol": "FLAG", - "decimals": 18, - "website": "https://flagnetwork.finance/", - "description": "FLAG - a decentralized blockchain network of the world-scale for NFT, Gamfi, Metaverse, Web3 applications.", - "explorer": "https://bscscan.com/token/0xa5496935A247fA81B1462E553ad139d2FD0af795", - "status": "active", - "id": "0xa5496935A247fA81B1462E553ad139d2FD0af795", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/flagnetwork_NFT" - }, - { - "name": "telegram", - "url": "https://t.me/flagnetworkchat" - }, - { - "name": "telegram_news", - "url": "https://t.me/flagnetworknews" - }, - { - "name": "docs", - "url": "https://docs.flagnetwork.finance/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/flag-network/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/flag-network" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCVKueYhTBYuE60-HSX09xnQ" - }, - { - "name": "medium", - "url": "https://medium.com/@Flag_Network" - }, - { - "name": "facebook", - "url": "https://facebook.com/Flag-Network-105491488596621" - } - ], - "tags": [ - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0xa5496935A247fA81B1462E553ad139d2FD0af795/logo.png b/blockchains/smartchain/assets/0xa5496935A247fA81B1462E553ad139d2FD0af795/logo.png deleted file mode 100644 index 0a875e39fd6d1..0000000000000 Binary files a/blockchains/smartchain/assets/0xa5496935A247fA81B1462E553ad139d2FD0af795/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa5AC8f8E90762380cCE6C16ABa17Ed6d2Cf75888/info.json b/blockchains/smartchain/assets/0xa5AC8f8E90762380cCE6C16ABa17Ed6d2Cf75888/info.json deleted file mode 100644 index 32e2cc4037e48..0000000000000 --- a/blockchains/smartchain/assets/0xa5AC8f8E90762380cCE6C16ABa17Ed6d2Cf75888/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PepeMoon", - "website": "https://www.pepemoon.com", - "description": "Strike the moon, shoot at the stars.", - "explorer": "https://bscscan.com/token/0xa5AC8f8E90762380cCE6C16ABa17Ed6d2Cf75888", - "type": "BEP20", - "symbol": "PEPE", - "decimals": 9, - "status": "active", - "id": "0xa5AC8f8E90762380cCE6C16ABa17Ed6d2Cf75888" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa5AC8f8E90762380cCE6C16ABa17Ed6d2Cf75888/logo.png b/blockchains/smartchain/assets/0xa5AC8f8E90762380cCE6C16ABa17Ed6d2Cf75888/logo.png deleted file mode 100644 index 138ccdd5f543b..0000000000000 Binary files a/blockchains/smartchain/assets/0xa5AC8f8E90762380cCE6C16ABa17Ed6d2Cf75888/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa677bc9bDb10329E488A4d8387ED7a08b2fc9005/info.json b/blockchains/smartchain/assets/0xa677bc9bDb10329E488A4d8387ED7a08b2fc9005/info.json deleted file mode 100644 index a4d8b1de552ce..0000000000000 --- a/blockchains/smartchain/assets/0xa677bc9bDb10329E488A4d8387ED7a08b2fc9005/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Magic Power Token", - "type": "BEP20", - "symbol": "MGP", - "decimals": 18, - "website": "https://magic-cube.finance/#/home", - "description": "MGP (Magic Power) is the governance token of the Magic Power community which will help the Magic Cube Ecosystem grow into a system of decentralized finance(DeFi). It’s created to connect the whole token system at Magic Cube’s phase 1 ecosystem.", - "explorer": "https://bscscan.com/token/0xa677bc9bDb10329E488A4d8387ED7a08b2fc9005", - "status": "active", - "id": "0xa677bc9bDb10329E488A4d8387ED7a08b2fc9005", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MagicCubeDeFi" - }, - { - "name": "telegram", - "url": "https://t.me/magicpowercommunityglobal" - }, - { - "name": "github", - "url": "https://github.com/MagicCubeFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa677bc9bDb10329E488A4d8387ED7a08b2fc9005/logo.png b/blockchains/smartchain/assets/0xa677bc9bDb10329E488A4d8387ED7a08b2fc9005/logo.png deleted file mode 100644 index 805639bc82442..0000000000000 Binary files a/blockchains/smartchain/assets/0xa677bc9bDb10329E488A4d8387ED7a08b2fc9005/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa6ccAEBa565a11725fF5D6A642cb622f3D1402Cf/info.json b/blockchains/smartchain/assets/0xa6ccAEBa565a11725fF5D6A642cb622f3D1402Cf/info.json deleted file mode 100644 index 6ef7c6b2296bc..0000000000000 --- a/blockchains/smartchain/assets/0xa6ccAEBa565a11725fF5D6A642cb622f3D1402Cf/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CryptoMoonSwap", - "type": "BEP20", - "symbol": "CMS", - "decimals": 9, - "website": "https://cryptomoonswap.com/", - "description": "CryptoMoonSwap planning to Build world’s most advanced cryptocurrency exchange. Combining the speed and features of a centralized exchange with the security of a DEX.", - "explorer": "https://bscscan.com/token/0xa6ccAEBa565a11725fF5D6A642cb622f3D1402Cf", - "status": "active", - "id": "0xa6ccAEBa565a11725fF5D6A642cb622f3D1402Cf" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa6ccAEBa565a11725fF5D6A642cb622f3D1402Cf/logo.png b/blockchains/smartchain/assets/0xa6ccAEBa565a11725fF5D6A642cb622f3D1402Cf/logo.png deleted file mode 100644 index 0814f91c04452..0000000000000 Binary files a/blockchains/smartchain/assets/0xa6ccAEBa565a11725fF5D6A642cb622f3D1402Cf/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa73dF9480e9408908c828be2e1A7345855501508/info.json b/blockchains/smartchain/assets/0xa73dF9480e9408908c828be2e1A7345855501508/info.json deleted file mode 100644 index 50d338a8d101f..0000000000000 --- a/blockchains/smartchain/assets/0xa73dF9480e9408908c828be2e1A7345855501508/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "BabyDogeZilla", - "website": "https://babydogezilla.com/", - "description": "BabyDogeZilla is the cutest and most badass meme in crypto! BabyDogeZilla is a deflationary token designed to become more scarce over time. All holders of BabyDogeZilla will earn more BabyDogeZilla by simply holding. Watch the amount of BabyDogeZilla grow in your wallet as BabyDogeZilla holders automatically receive a 3% fee from every transaction that happens on the BabyDogeZilla network.", - "explorer": "https://bscscan.com/token/0xa73dF9480e9408908c828be2e1A7345855501508", - "type": "BEP20", - "symbol": "BDZ", - "decimals": 9, - "status": "active", - "id": "0xa73dF9480e9408908c828be2e1A7345855501508", - "links": [ - { - "name": "telegram", - "url": "https://t.me/BabyDogeZillaBSC" - }, - { - "name": "twitter", - "url": "https://twitter.com/BabydogezillaA" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/babydogezilla/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/babydogezilla" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa73dF9480e9408908c828be2e1A7345855501508/logo.png b/blockchains/smartchain/assets/0xa73dF9480e9408908c828be2e1A7345855501508/logo.png deleted file mode 100644 index 70556f76b47c8..0000000000000 Binary files a/blockchains/smartchain/assets/0xa73dF9480e9408908c828be2e1A7345855501508/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa75e17A061Ed826C65F138B7A85B44c5D3156afF/info.json b/blockchains/smartchain/assets/0xa75e17A061Ed826C65F138B7A85B44c5D3156afF/info.json deleted file mode 100644 index 301d542df27a3..0000000000000 --- a/blockchains/smartchain/assets/0xa75e17A061Ed826C65F138B7A85B44c5D3156afF/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "DINA", - "website": "https://dina.finance", - "description": "DINA is a community driven MeMe token which utilizes four functions during each trade: FOMO, LP acquisition, static reward and burn.", - "explorer": "https://bscscan.com/token/0xa75e17A061Ed826C65F138B7A85B44c5D3156afF", - "type": "BEP20", - "symbol": "DINA", - "decimals": 9, - "status": "active", - "id": "0xa75e17A061Ed826C65F138B7A85B44c5D3156afF", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa75e17A061Ed826C65F138B7A85B44c5D3156afF/logo.png b/blockchains/smartchain/assets/0xa75e17A061Ed826C65F138B7A85B44c5D3156afF/logo.png deleted file mode 100644 index e815d1c902c70..0000000000000 Binary files a/blockchains/smartchain/assets/0xa75e17A061Ed826C65F138B7A85B44c5D3156afF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa7aCaFEDCDF33Ad7541698701E9A76b48EC62728/info.json b/blockchains/smartchain/assets/0xa7aCaFEDCDF33Ad7541698701E9A76b48EC62728/info.json deleted file mode 100644 index 346dd056f0532..0000000000000 --- a/blockchains/smartchain/assets/0xa7aCaFEDCDF33Ad7541698701E9A76b48EC62728/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Tadpole", - "website": "http://tadpole.vip", - "description": "Little tadpole is the source of everything,the beginning of loveliness. We believe that tadpoles, with a large number and strong vitality, will sooner or later transform to the frog prince. And our little tadpoles’ vision: as long as you believe and hold TADP, we will surely let you not lose freedom for material things.", - "explorer": "https://bscscan.com/token/0xa7aCaFEDCDF33Ad7541698701E9A76b48EC62728", - "type": "BEP20", - "symbol": "TADP", - "decimals": 0, - "status": "active", - "id": "0xa7aCaFEDCDF33Ad7541698701E9A76b48EC62728" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa7aCaFEDCDF33Ad7541698701E9A76b48EC62728/logo.png b/blockchains/smartchain/assets/0xa7aCaFEDCDF33Ad7541698701E9A76b48EC62728/logo.png deleted file mode 100644 index 48fe6675a6aaf..0000000000000 Binary files a/blockchains/smartchain/assets/0xa7aCaFEDCDF33Ad7541698701E9A76b48EC62728/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa7e1E5019088c7B452C9E8BD6c3e0fA7a95478A8/info.json b/blockchains/smartchain/assets/0xa7e1E5019088c7B452C9E8BD6c3e0fA7a95478A8/info.json deleted file mode 100644 index 7a57df1e082bb..0000000000000 --- a/blockchains/smartchain/assets/0xa7e1E5019088c7B452C9E8BD6c3e0fA7a95478A8/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Crocodile Coin", - "website": "https://crocodilecoin.xyz", - "description": "Crocodile Coin is a next-gen community driven yield farming and AMM exchange on Binance Smart Chain", - "explorer": "https://bscscan.com/token/0xa7e1e5019088c7b452c9e8bd6c3e0fa7a95478a8", - "type": "BEP20", - "symbol": "CRDL", - "decimals": 18, - "status": "active", - "id": "0xa7e1E5019088c7B452C9E8BD6c3e0fA7a95478A8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa7e1E5019088c7B452C9E8BD6c3e0fA7a95478A8/logo.png b/blockchains/smartchain/assets/0xa7e1E5019088c7B452C9E8BD6c3e0fA7a95478A8/logo.png deleted file mode 100644 index 9ff66f48969a2..0000000000000 Binary files a/blockchains/smartchain/assets/0xa7e1E5019088c7B452C9E8BD6c3e0fA7a95478A8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa83E84d45EDB55324E2d10e1817F071481289D90/info.json b/blockchains/smartchain/assets/0xa83E84d45EDB55324E2d10e1817F071481289D90/info.json deleted file mode 100644 index 6c79501e1581e..0000000000000 --- a/blockchains/smartchain/assets/0xa83E84d45EDB55324E2d10e1817F071481289D90/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Cranch", - "type": "BEP20", - "symbol": "CRH", - "decimals": 18, - "website": "https://cranch.io", - "description": "Cranch is online gaming, staking, farming & NFT marketplace a decentralized cryptocurrency based on the blockchain technology. ", - "explorer": "https://bscscan.com/token/0xa83E84d45EDB55324E2d10e1817F071481289D90", - "status": "active", - "id": "0xa83E84d45EDB55324E2d10e1817F071481289D90", - "links": [ - { - "name": "github", - "url": "https://github.com/cranchtoken/" - }, - { - "name": "twitter", - "url": "https://twitter.com/cranch_io" - }, - { - "name": "telegram", - "url": "https://t.me/cranch_community" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa83E84d45EDB55324E2d10e1817F071481289D90/logo.png b/blockchains/smartchain/assets/0xa83E84d45EDB55324E2d10e1817F071481289D90/logo.png deleted file mode 100644 index 514e481d320fa..0000000000000 Binary files a/blockchains/smartchain/assets/0xa83E84d45EDB55324E2d10e1817F071481289D90/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa865197A84E780957422237B5D152772654341F3/info.json b/blockchains/smartchain/assets/0xa865197A84E780957422237B5D152772654341F3/info.json deleted file mode 100644 index 00683b6a97360..0000000000000 --- a/blockchains/smartchain/assets/0xa865197A84E780957422237B5D152772654341F3/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Openleverage Token", - "website": "https://openleverage.finance/", - "description": "A permissionless lending and margin trading protocol, enabling traders to go long or short with any pairs on DEXs efficiently and securely.", - "explorer": "https://bscscan.com/token/0xa865197A84E780957422237B5D152772654341F3", - "type": "BEP20", - "symbol": "OLE", - "decimals": 18, - "status": "active", - "id": "0xa865197A84E780957422237B5D152772654341F3", - "tags": [ - "defi" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/OpenLeverage" - }, - { - "name": "discord", - "url": "https://discord.com/invite/openleverage" - }, - { - "name": "medium", - "url": "https://openleverage.medium.com/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/openleverage/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa865197A84E780957422237B5D152772654341F3/logo.png b/blockchains/smartchain/assets/0xa865197A84E780957422237B5D152772654341F3/logo.png deleted file mode 100644 index abd32439fb3fc..0000000000000 Binary files a/blockchains/smartchain/assets/0xa865197A84E780957422237B5D152772654341F3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa865c6CC3A6164c3a0188efEED6F32ABa134693c/info.json b/blockchains/smartchain/assets/0xa865c6CC3A6164c3a0188efEED6F32ABa134693c/info.json deleted file mode 100644 index 74a42154d1c06..0000000000000 --- a/blockchains/smartchain/assets/0xa865c6CC3A6164c3a0188efEED6F32ABa134693c/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Evergreen token", - "website": "https://www.evergreentokens.org", - "description": "Evergreen token is the world first defi project to combine crypto and the environment through planting of trees.", - "explorer": "https://bscscan.com/token/0xa865c6CC3A6164c3a0188efEED6F32ABa134693c", - "type": "BEP20", - "symbol": "EGT", - "decimals": 9, - "status": "active", - "id": "0xa865c6CC3A6164c3a0188efEED6F32ABa134693c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/evergreentokens" - }, - { - "name": "whitepaper", - "url": "https://dev.evergreentokens.org/files/Green_Paper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/evergreen-token/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/evergreen-token" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa865c6CC3A6164c3a0188efEED6F32ABa134693c/logo.png b/blockchains/smartchain/assets/0xa865c6CC3A6164c3a0188efEED6F32ABa134693c/logo.png deleted file mode 100644 index 65e3e01ddbb6e..0000000000000 Binary files a/blockchains/smartchain/assets/0xa865c6CC3A6164c3a0188efEED6F32ABa134693c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa898dF02906d40ec81900B3a5Ba36ea20d09b7Cc/info.json b/blockchains/smartchain/assets/0xa898dF02906d40ec81900B3a5Ba36ea20d09b7Cc/info.json deleted file mode 100644 index c31a6e4b385f0..0000000000000 --- a/blockchains/smartchain/assets/0xa898dF02906d40ec81900B3a5Ba36ea20d09b7Cc/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TURBOTRIX FINANCE", - "type": "BEP20", - "symbol": "TTF", - "decimals": 18, - "website": "https://turbotrix.finance/", - "description": "TurboTrix Finance is a decentralised dual blockchain utility defi project securely running on Binance Smart Chain and empowering the Twin TurboTrx ecosystem on Tron with faster transactions and low gas fees. Hodl, signup and earn more token both in Tron and TurboTrix. - Nobody Gets Left Behind.", - "explorer": "https://bscscan.com/token/0xa898dF02906d40ec81900B3a5Ba36ea20d09b7Cc", - "status": "active", - "id": "0xa898dF02906d40ec81900B3a5Ba36ea20d09b7Cc" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa898dF02906d40ec81900B3a5Ba36ea20d09b7Cc/logo.png b/blockchains/smartchain/assets/0xa898dF02906d40ec81900B3a5Ba36ea20d09b7Cc/logo.png deleted file mode 100644 index c27ea3fd8e0eb..0000000000000 Binary files a/blockchains/smartchain/assets/0xa898dF02906d40ec81900B3a5Ba36ea20d09b7Cc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa8c573cd88De2265B39954b4fA2Da72038582616/info.json b/blockchains/smartchain/assets/0xa8c573cd88De2265B39954b4fA2Da72038582616/info.json deleted file mode 100644 index ad442e78f6edc..0000000000000 --- a/blockchains/smartchain/assets/0xa8c573cd88De2265B39954b4fA2Da72038582616/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Stealth Shiba Token", - "type": "BEP20", - "symbol": "SHIBA", - "decimals": 9, - "website": "https://stealthshiba.com", - "description": "Stealth Shiba is a Community-based defi token that aims to provide a safe, trusted and seamless crypto investing and trading environment.", - "explorer": "https://bscscan.com/token/0xa8c573cd88De2265B39954b4fA2Da72038582616", - "status": "active", - "id": "0xa8c573cd88De2265B39954b4fA2Da72038582616" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa8c573cd88De2265B39954b4fA2Da72038582616/logo.png b/blockchains/smartchain/assets/0xa8c573cd88De2265B39954b4fA2Da72038582616/logo.png deleted file mode 100644 index ca3bb4b3d1930..0000000000000 Binary files a/blockchains/smartchain/assets/0xa8c573cd88De2265B39954b4fA2Da72038582616/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa94b7a842aADB617a0B08fA744e033C6De2f7595/info.json b/blockchains/smartchain/assets/0xa94b7a842aADB617a0B08fA744e033C6De2f7595/info.json deleted file mode 100644 index 8016e5d8c43bc..0000000000000 --- a/blockchains/smartchain/assets/0xa94b7a842aADB617a0B08fA744e033C6De2f7595/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "FlashX Ultra", - "website": "https://www.flashxultra.com/", - "description": "FlashX Ultra is the second DApp and governance token of FlashX Coin Project. It has a total supply of 200M tokens. $FSXU as Bep20 token running on Binance Smart Chain (BSC).", - "audit": "https://github.com/TechRate/Smart-Contract-Audits/blob/main/FlashX%20Ultra%20Smart%20Contract%20Audit.pdf", - "provider": "https://coinmarketcap.com/currencies/flashx-ultra/", - "backup_provider": "https://www.coingecko.com/en/coins/flashx-ultra", - "explorer": "https://bscscan.com/token/0xa94b7a842aadb617a0b08fa744e033c6de2f7595", - "symbol": "FSXU", - "type": "BEP20", - "decimals": 8, - "status": "active", - "id": "0xa94b7a842aADB617a0B08fA744e033C6De2f7595", - "links": [ - { - "name": "github", - "url": "https://github.com/FlashXBoss/sourcecode/commit/34b44ebe1fa26ea2724b13814560c8e4d72a9949" - }, - { - "name": "twitter", - "url": "https://twitter.com/CoinFlashx" - }, - { - "name": "telegram", - "url": "https://t.me/FlashXUltra" - }, - { - "name": "whitepaper", - "url": "https://e7d5a156-25be-4b13-a9a0-ae8ed3f1b749.filesusr.com/ugd/7e167b_3cee187bade545da959ace058aee4b1b.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa94b7a842aADB617a0B08fA744e033C6De2f7595/logo.png b/blockchains/smartchain/assets/0xa94b7a842aADB617a0B08fA744e033C6De2f7595/logo.png deleted file mode 100644 index f720dea9875f7..0000000000000 Binary files a/blockchains/smartchain/assets/0xa94b7a842aADB617a0B08fA744e033C6De2f7595/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa96658cd0D04a8fdCDc30D1156CC65BbFC7591eD/info.json b/blockchains/smartchain/assets/0xa96658cd0D04a8fdCDc30D1156CC65BbFC7591eD/info.json deleted file mode 100644 index 175c2ed3fd88e..0000000000000 --- a/blockchains/smartchain/assets/0xa96658cd0D04a8fdCDc30D1156CC65BbFC7591eD/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Sushiba Token", - "website": "https://www.sushibatoken.com", - "description": "Sushiba is the first fully-decentralized and deflationary token that unites food lovers with dog lovers. It is also a future looking token aimed at establishing an AI-Based decentralized Marketplace built around its uniquely themed decentralized applications.", - "explorer": "https://bscscan.com/token/0xa96658cd0d04a8fdcdc30d1156cc65bbfc7591ed", - "type": "BEP20", - "symbol": "SUSHIBA", - "decimals": 9, - "status": "active", - "id": "0xa96658cd0D04a8fdCDc30D1156CC65BbFC7591eD" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa96658cd0D04a8fdCDc30D1156CC65BbFC7591eD/logo.png b/blockchains/smartchain/assets/0xa96658cd0D04a8fdCDc30D1156CC65BbFC7591eD/logo.png deleted file mode 100644 index e4312f058b993..0000000000000 Binary files a/blockchains/smartchain/assets/0xa96658cd0D04a8fdCDc30D1156CC65BbFC7591eD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa96f3414334F5A0A529ff5d9D8ea95f42147b8C9/info.json b/blockchains/smartchain/assets/0xa96f3414334F5A0A529ff5d9D8ea95f42147b8C9/info.json deleted file mode 100644 index 42261bf39aaf2..0000000000000 --- a/blockchains/smartchain/assets/0xa96f3414334F5A0A529ff5d9D8ea95f42147b8C9/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "RiskMoon", - "website": "https://riskmoon.com/", - "description": "RiskMoon is an evolving platform to leverage risk with dynamic yield generating strategies from NFTs. NFT staking, marketplace, and DEEPSPACE game in progress.", - "explorer": "https://bscscan.com/token/0xa96f3414334F5A0A529ff5d9D8ea95f42147b8C9", - "type": "BEP20", - "symbol": "RISKMOON", - "decimals": 9, - "status": "active", - "id": "0xa96f3414334F5A0A529ff5d9D8ea95f42147b8C9", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/riskmoonbsc" - }, - { - "name": "telegram", - "url": "https://t.me/RISKMOON" - }, - { - "name": "discord", - "url": "https://discord.com/invite/9aJNPfdpUe" - }, - { - "name": "medium", - "url": "https://riskmoonbsc.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa96f3414334F5A0A529ff5d9D8ea95f42147b8C9/logo.png b/blockchains/smartchain/assets/0xa96f3414334F5A0A529ff5d9D8ea95f42147b8C9/logo.png deleted file mode 100644 index 676a12e908525..0000000000000 Binary files a/blockchains/smartchain/assets/0xa96f3414334F5A0A529ff5d9D8ea95f42147b8C9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa97ADA2Fe8f69E670e199CF41af720606D8D3FBD/info.json b/blockchains/smartchain/assets/0xa97ADA2Fe8f69E670e199CF41af720606D8D3FBD/info.json deleted file mode 100644 index 79b1080f55942..0000000000000 --- a/blockchains/smartchain/assets/0xa97ADA2Fe8f69E670e199CF41af720606D8D3FBD/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "EYFI", - "website": "https://eyfi.finance", - "description": "EYFI, Eyfi finance, eyfi yield farming, eyfi amm dex, dex platform, eyfi staking, yield farming.", - "explorer": "https://bscscan.com/token/0xa97ADA2Fe8f69E670e199CF41af720606D8D3FBD", - "type": "BEP20", - "symbol": "EYFI", - "decimals": 8, - "status": "abandoned", - "id": "0xa97ADA2Fe8f69E670e199CF41af720606D8D3FBD" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa97ADA2Fe8f69E670e199CF41af720606D8D3FBD/logo.png b/blockchains/smartchain/assets/0xa97ADA2Fe8f69E670e199CF41af720606D8D3FBD/logo.png deleted file mode 100644 index 5e9007c3ce0bd..0000000000000 Binary files a/blockchains/smartchain/assets/0xa97ADA2Fe8f69E670e199CF41af720606D8D3FBD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa9B21900115843D655c4A8A5cb7aDF49e8F4113a/info.json b/blockchains/smartchain/assets/0xa9B21900115843D655c4A8A5cb7aDF49e8F4113a/info.json deleted file mode 100644 index 9fbb8ef637fe6..0000000000000 --- a/blockchains/smartchain/assets/0xa9B21900115843D655c4A8A5cb7aDF49e8F4113a/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Rotomoon", - "website": "https://rotomoon.app/", - "description": "Rotomoon is a token from Binance Smart Chain", - "explorer": "https://bscscan.com/token/0xa9B21900115843D655c4A8A5cb7aDF49e8F4113a", - "type": "BEP20", - "symbol": "ROTO", - "decimals": 9, - "status": "active", - "id": "0xa9B21900115843D655c4A8A5cb7aDF49e8F4113a", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa9B21900115843D655c4A8A5cb7aDF49e8F4113a/logo.png b/blockchains/smartchain/assets/0xa9B21900115843D655c4A8A5cb7aDF49e8F4113a/logo.png deleted file mode 100644 index 3a0206e04b651..0000000000000 Binary files a/blockchains/smartchain/assets/0xa9B21900115843D655c4A8A5cb7aDF49e8F4113a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa9F179C99567D6D671c3AC5eDf206F5fc647483f/info.json b/blockchains/smartchain/assets/0xa9F179C99567D6D671c3AC5eDf206F5fc647483f/info.json deleted file mode 100644 index 48ce096feb37b..0000000000000 --- a/blockchains/smartchain/assets/0xa9F179C99567D6D671c3AC5eDf206F5fc647483f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Mammon", - "type": "BEP20", - "symbol": "MMON", - "decimals": 8, - "website": "https://mammon.money", - "description": "Mammon (MMON) based on bsc blockchain to pay to trade on coffee industry import and export from Central America El Salvador, Honduras, Guatemala, Costa Rica and Panamá.", - "explorer": "https://bscscan.com/token/0xa9F179C99567D6D671c3AC5eDf206F5fc647483f", - "status": "active", - "id": "0xa9F179C99567D6D671c3AC5eDf206F5fc647483f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa9F179C99567D6D671c3AC5eDf206F5fc647483f/logo.png b/blockchains/smartchain/assets/0xa9F179C99567D6D671c3AC5eDf206F5fc647483f/logo.png deleted file mode 100644 index 2a33daa54b219..0000000000000 Binary files a/blockchains/smartchain/assets/0xa9F179C99567D6D671c3AC5eDf206F5fc647483f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa9c41A46a6B3531d28d5c32F6633dd2fF05dFB90/info.json b/blockchains/smartchain/assets/0xa9c41A46a6B3531d28d5c32F6633dd2fF05dFB90/info.json deleted file mode 100644 index 72d2da8a214e7..0000000000000 --- a/blockchains/smartchain/assets/0xa9c41A46a6B3531d28d5c32F6633dd2fF05dFB90/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "WaultSwap", - "type": "BEP20", - "symbol": "WEX", - "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://bscscan.com/token/0xa9c41A46a6B3531d28d5c32F6633dd2fF05dFB90", - "status": "active", - "id": "0xa9c41A46a6B3531d28d5c32F6633dd2fF05dFB90" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa9c41A46a6B3531d28d5c32F6633dd2fF05dFB90/logo.png b/blockchains/smartchain/assets/0xa9c41A46a6B3531d28d5c32F6633dd2fF05dFB90/logo.png deleted file mode 100644 index dbaca59e5ea77..0000000000000 Binary files a/blockchains/smartchain/assets/0xa9c41A46a6B3531d28d5c32F6633dd2fF05dFB90/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xa9eA4b786ee5b7A733c035564Bfd9341A4c9FC1e/info.json b/blockchains/smartchain/assets/0xa9eA4b786ee5b7A733c035564Bfd9341A4c9FC1e/info.json deleted file mode 100644 index 7bbd897cb7b5b..0000000000000 --- a/blockchains/smartchain/assets/0xa9eA4b786ee5b7A733c035564Bfd9341A4c9FC1e/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Apecoin", - "website": "https://APEcoin.dev", - "description": "APEcoin embraces the humor and viral nature of memes by developing an ecosystem of platforms that celebrate and explore crypto trends. GO APE!", - "explorer": "https://bscscan.com/token/0xa9eA4b786ee5b7A733c035564Bfd9341A4c9FC1e", - "type": "BEP20", - "symbol": "APE", - "decimals": 18, - "status": "active", - "id": "0xa9eA4b786ee5b7A733c035564Bfd9341A4c9FC1e", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Go_APEcoin?s=20" - }, - { - "name": "telegram", - "url": "https://t.me/APEcoin_Chat" - }, - { - "name": "medium", - "url": "https://go-apecoin.medium.com" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xa9eA4b786ee5b7A733c035564Bfd9341A4c9FC1e/logo.png b/blockchains/smartchain/assets/0xa9eA4b786ee5b7A733c035564Bfd9341A4c9FC1e/logo.png deleted file mode 100644 index 13cc69f77c4c4..0000000000000 Binary files a/blockchains/smartchain/assets/0xa9eA4b786ee5b7A733c035564Bfd9341A4c9FC1e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xaA076B62EFC6f357882E07665157A271aB46A063/info.json b/blockchains/smartchain/assets/0xaA076B62EFC6f357882E07665157A271aB46A063/info.json deleted file mode 100644 index e3ce9d17daac5..0000000000000 --- a/blockchains/smartchain/assets/0xaA076B62EFC6f357882E07665157A271aB46A063/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Pleasure Coin", - "website": "https://pleasurecoin.com/", - "description": "Pleasure Coin is an ERC-20 token on the Ethereum, Polygon and BSC chain that is be utilized within the Pleasure Network, an adult industry ecosystem that empowers individuals and businesses.", - "explorer": "https://bscscan.com/token/0xaA076B62EFC6f357882E07665157A271aB46A063", - "type": "BEP20", - "symbol": "NSFW", - "decimals": 18, - "status": "active", - "tags": [ - "wrapped" - ], - "id": "0xaA076B62EFC6f357882E07665157A271aB46A063", - "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/smartchain/assets/0xaA076B62EFC6f357882E07665157A271aB46A063/logo.png b/blockchains/smartchain/assets/0xaA076B62EFC6f357882E07665157A271aB46A063/logo.png deleted file mode 100644 index 2592a2e3e7c1c..0000000000000 Binary files a/blockchains/smartchain/assets/0xaA076B62EFC6f357882E07665157A271aB46A063/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xaA357b0F167923Efc1D6978a868f81866cA6E98c/info.json b/blockchains/smartchain/assets/0xaA357b0F167923Efc1D6978a868f81866cA6E98c/info.json deleted file mode 100644 index e159c84acb755..0000000000000 --- a/blockchains/smartchain/assets/0xaA357b0F167923Efc1D6978a868f81866cA6E98c/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "ShibX", - "type": "BEP20", - "symbol": "$ShibX", - "decimals": 4, - "website": "https://shibxbsc.com/", - "description": "SHIBX is the first Rebase token which passively rewards Binance Pegged $SHIB INU for holding the token. This Rebase tokens also known as elastic supply is a new contract function that has has taken the BSC network by storm.", - "explorer": "https://bscscan.com/token/0xaA357b0F167923Efc1D6978a868f81866cA6E98c", - "status": "active", - "id": "0xaA357b0F167923Efc1D6978a868f81866cA6E98c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ShibXOfficial" - }, - { - "name": "telegram", - "url": "https://t.me/Shib_X" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/shibx/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/shibx/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/rgG7yEse" - }, - { - "name": "whitepaper", - "url": "https://shibxbsc.com/wp-content/uploads/2021/10/SHIBX-WHITEPAPER-1.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xaA357b0F167923Efc1D6978a868f81866cA6E98c/logo.png b/blockchains/smartchain/assets/0xaA357b0F167923Efc1D6978a868f81866cA6E98c/logo.png deleted file mode 100644 index 47862bee71fd5..0000000000000 Binary files a/blockchains/smartchain/assets/0xaA357b0F167923Efc1D6978a868f81866cA6E98c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xaC41Fb8013c0B63588fC63997785A5d79E73eb28/info.json b/blockchains/smartchain/assets/0xaC41Fb8013c0B63588fC63997785A5d79E73eb28/info.json deleted file mode 100644 index 2730361eae41d..0000000000000 --- a/blockchains/smartchain/assets/0xaC41Fb8013c0B63588fC63997785A5d79E73eb28/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Frz solar system", - "type": "BEP20", - "symbol": "Frzss", - "decimals": 18, - "website": "https://frzss.com/", - "description": "the main purpose of the FRZS token is to strengthen the solar energy industry ", - "explorer": "https://bscscan.com/token/0xac41fb8013c0b63588fc63997785a5d79e73eb28", - "status": "active", - "id": "0xaC41Fb8013c0B63588fC63997785A5d79E73eb28", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/frztoken?t=50fc06_SxNW9rpEaR8-1cQ&s=09" - }, - { - "name": "telegram", - "url": "https://t.me/frzsstoken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/frz-solar-system/" - }, - { - "name": "whitepaper", - "url": "https://frzss.com/White-Paper/" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0xac41fb8013c0b63588fc63997785a5d79e73eb28#code" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0xaC41Fb8013c0B63588fC63997785A5d79E73eb28/logo.png b/blockchains/smartchain/assets/0xaC41Fb8013c0B63588fC63997785A5d79E73eb28/logo.png deleted file mode 100644 index a136b9c8c4c0c..0000000000000 Binary files a/blockchains/smartchain/assets/0xaC41Fb8013c0B63588fC63997785A5d79E73eb28/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xaC472D0EED2B8a2f57a6E304eA7eBD8E88D1d36f/info.json b/blockchains/smartchain/assets/0xaC472D0EED2B8a2f57a6E304eA7eBD8E88D1d36f/info.json deleted file mode 100644 index d1f4f61f9d440..0000000000000 --- a/blockchains/smartchain/assets/0xaC472D0EED2B8a2f57a6E304eA7eBD8E88D1d36f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Anime Token", - "type": "BEP20", - "symbol": "ANI", - "decimals": 18, - "website": "https://animetoken.me", - "description": "Anime Token - AnimeSwap AMM on BSC Blockchain.", - "explorer": "https://bscscan.com/token/0xaC472D0EED2B8a2f57a6E304eA7eBD8E88D1d36f", - "status": "active", - "id": "0xaC472D0EED2B8a2f57a6E304eA7eBD8E88D1d36f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xaC472D0EED2B8a2f57a6E304eA7eBD8E88D1d36f/logo.png b/blockchains/smartchain/assets/0xaC472D0EED2B8a2f57a6E304eA7eBD8E88D1d36f/logo.png deleted file mode 100644 index 11e24d55b3819..0000000000000 Binary files a/blockchains/smartchain/assets/0xaC472D0EED2B8a2f57a6E304eA7eBD8E88D1d36f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xaCd6b5f76Db153FB45EAE6D5be5BDbd45d1b2A8C/info.json b/blockchains/smartchain/assets/0xaCd6b5f76Db153FB45EAE6D5be5BDbd45d1b2A8C/info.json deleted file mode 100644 index 5360c81b1cfd7..0000000000000 --- a/blockchains/smartchain/assets/0xaCd6b5f76Db153FB45EAE6D5be5BDbd45d1b2A8C/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Peach Token", - "website": "https://peachswap.org/", - "description": "PeachSwap - An evolution of #Uniswap with $Peach tokenomics on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xaCd6b5f76Db153FB45EAE6D5be5BDbd45d1b2A8C", - "research": "", - "type": "BEP20", - "symbol": "PEACH", - "decimals": 18, - "status": "active", - "id": "0xaCd6b5f76Db153FB45EAE6D5be5BDbd45d1b2A8C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xaCd6b5f76Db153FB45EAE6D5be5BDbd45d1b2A8C/logo.png b/blockchains/smartchain/assets/0xaCd6b5f76Db153FB45EAE6D5be5BDbd45d1b2A8C/logo.png deleted file mode 100644 index dd109b5eb4900..0000000000000 Binary files a/blockchains/smartchain/assets/0xaCd6b5f76Db153FB45EAE6D5be5BDbd45d1b2A8C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xaDD8A06fd58761A5047426e160B2B88AD3B9D464/info.json b/blockchains/smartchain/assets/0xaDD8A06fd58761A5047426e160B2B88AD3B9D464/info.json deleted file mode 100644 index e176159a0bc56..0000000000000 --- a/blockchains/smartchain/assets/0xaDD8A06fd58761A5047426e160B2B88AD3B9D464/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "CheeseSwap", - "website": "https://cheeseswap.app/", - "description": "CheeseSwap is A Decentralized Finance & Entertainment Project.", - "explorer": "https://bscscan.com/token/0xaDD8A06fd58761A5047426e160B2B88AD3B9D464", - "type": "BEP20", - "symbol": "PIZZA", - "decimals": 18, - "status": "active", - "id": "0xaDD8A06fd58761A5047426e160B2B88AD3B9D464", - "links": [ - { - "name": "github", - "url": "https://github.com/cheeseswapbsc/" - }, - { - "name": "twitter", - "url": "https://twitter.com/cheeseswapbsc" - }, - { - "name": "telegram", - "url": "https://t.me/cheeseswapbsc" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xaDD8A06fd58761A5047426e160B2B88AD3B9D464/logo.png b/blockchains/smartchain/assets/0xaDD8A06fd58761A5047426e160B2B88AD3B9D464/logo.png deleted file mode 100644 index 46a010ca8d764..0000000000000 Binary files a/blockchains/smartchain/assets/0xaDD8A06fd58761A5047426e160B2B88AD3B9D464/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xaE90CA218f9c3b1AA84af33A7907E4890Ec6A167/info.json b/blockchains/smartchain/assets/0xaE90CA218f9c3b1AA84af33A7907E4890Ec6A167/info.json deleted file mode 100644 index cfecbc9cf57d5..0000000000000 --- a/blockchains/smartchain/assets/0xaE90CA218f9c3b1AA84af33A7907E4890Ec6A167/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "ECLAT", - "type": "BEP20", - "symbol": "ELT", - "decimals": 18, - "website": "https://eclat.world", - "description": "Eclat World create an advance emerging platform for decentralized finance world. Eclat ecosystem help to manage crypto market on a hyper-efficient infrastructure.", - "explorer": "https://bscscan.com/token/0xaE90CA218f9c3b1AA84af33A7907E4890Ec6A167", - "status": "active", - "id": "0xaE90CA218f9c3b1AA84af33A7907E4890Ec6A167", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/eclatworld" - }, - { - "name": "telegram", - "url": "https://t.me/eclatworldtoken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/eclat/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/eclat" - }, - { - "name": "whitepaper", - "url": "https://eclat.world/WhitePaper.pdf" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xaE90CA218f9c3b1AA84af33A7907E4890Ec6A167/logo.png b/blockchains/smartchain/assets/0xaE90CA218f9c3b1AA84af33A7907E4890Ec6A167/logo.png deleted file mode 100644 index c5609229eeae9..0000000000000 Binary files a/blockchains/smartchain/assets/0xaE90CA218f9c3b1AA84af33A7907E4890Ec6A167/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xaEC945e04baF28b135Fa7c640f624f8D90F1C3a6/info.json b/blockchains/smartchain/assets/0xaEC945e04baF28b135Fa7c640f624f8D90F1C3a6/info.json deleted file mode 100644 index 83d221f5d060b..0000000000000 --- a/blockchains/smartchain/assets/0xaEC945e04baF28b135Fa7c640f624f8D90F1C3a6/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Coin98", - "type": "BEP20", - "symbol": "C98", - "decimals": 18, - "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.", - "website": "https://coin98.com", - "explorer": "https://bscscan.com/token/0xaEC945e04baF28b135Fa7c640f624f8D90F1C3a6", - "status": "active", - "id": "0xaEC945e04baF28b135Fa7c640f624f8D90F1C3a6", - "links": [ - { - "name": "github", - "url": "https://github.com/coin98" - }, - { - "name": "twitter", - "url": "https://twitter.com/coin98_finance" - }, - { - "name": "telegram", - "url": "https://t.me/coin98_labs" - }, - { - "name": "whitepaper", - "url": "https://coin98.com/coin98-whitepaper" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/coin98/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/coin98/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xaEC945e04baF28b135Fa7c640f624f8D90F1C3a6/logo.png b/blockchains/smartchain/assets/0xaEC945e04baF28b135Fa7c640f624f8D90F1C3a6/logo.png deleted file mode 100644 index adc079763a7c5..0000000000000 Binary files a/blockchains/smartchain/assets/0xaEC945e04baF28b135Fa7c640f624f8D90F1C3a6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xaF53d56ff99f1322515E54FdDE93FF8b3b7DAFd5/info.json b/blockchains/smartchain/assets/0xaF53d56ff99f1322515E54FdDE93FF8b3b7DAFd5/info.json deleted file mode 100644 index f47104cc76cc4..0000000000000 --- a/blockchains/smartchain/assets/0xaF53d56ff99f1322515E54FdDE93FF8b3b7DAFd5/info.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "Prom", - "type": "BEP20", - "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://bscscan.com/token/0xaF53d56ff99f1322515E54FdDE93FF8b3b7DAFd5", - "status": "active", - "id": "0xaF53d56ff99f1322515E54FdDE93FF8b3b7DAFd5", - "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/smartchain/assets/0xaF53d56ff99f1322515E54FdDE93FF8b3b7DAFd5/logo.png b/blockchains/smartchain/assets/0xaF53d56ff99f1322515E54FdDE93FF8b3b7DAFd5/logo.png deleted file mode 100644 index b8bd23e7924b0..0000000000000 Binary files a/blockchains/smartchain/assets/0xaF53d56ff99f1322515E54FdDE93FF8b3b7DAFd5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xaF6B24d341cB5ec258e93aBe929a0326fC98eAF6/info.json b/blockchains/smartchain/assets/0xaF6B24d341cB5ec258e93aBe929a0326fC98eAF6/info.json deleted file mode 100644 index 4830f99973bcd..0000000000000 --- a/blockchains/smartchain/assets/0xaF6B24d341cB5ec258e93aBe929a0326fC98eAF6/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ElonCity", - "website": "https://eloncity.dev/", - "description": "The profit (dividends) are accrued to your account on a daily basis and in real-time. You can withdraw the dividends at any time.", - "explorer": "https://bscscan.com/token/0xaF6B24d341cB5ec258e93aBe929a0326fC98eAF6", - "type": "BEP20", - "symbol": "Elons", - "decimals": 8, - "status": "active", - "id": "0xaF6B24d341cB5ec258e93aBe929a0326fC98eAF6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xaF6B24d341cB5ec258e93aBe929a0326fC98eAF6/logo.png b/blockchains/smartchain/assets/0xaF6B24d341cB5ec258e93aBe929a0326fC98eAF6/logo.png deleted file mode 100644 index 950759ba4f068..0000000000000 Binary files a/blockchains/smartchain/assets/0xaF6B24d341cB5ec258e93aBe929a0326fC98eAF6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xaF6Bd11A6F8f9c44b9D18f5FA116E403db599f8E/info.json b/blockchains/smartchain/assets/0xaF6Bd11A6F8f9c44b9D18f5FA116E403db599f8E/info.json deleted file mode 100644 index 2efe9529f8ca8..0000000000000 --- a/blockchains/smartchain/assets/0xaF6Bd11A6F8f9c44b9D18f5FA116E403db599f8E/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "AlinX", - "type": "BEP20", - "symbol": "ALIX", - "decimals": 18, - "website": "https://alinx.io/", - "description": "AlinX is a play and earn platform built by incorporating NFT into games on the BSC ecosystem. Here players can find a lot of games with various genres to get entertainment in their spare time and be able to earn an extra part of their income by owning themselves with high-value NFTs.", - "explorer": "https://bscscan.com/token/0xaf6bd11a6f8f9c44b9d18f5fa116e403db599f8e", - "status": "active", - "id": "0xaF6Bd11A6F8f9c44b9D18f5FA116E403db599f8E", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/alinx_io" - }, - { - "name": "telegram", - "url": "https://t.me/alinx_group" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xaF6Bd11A6F8f9c44b9D18f5FA116E403db599f8E/logo.png b/blockchains/smartchain/assets/0xaF6Bd11A6F8f9c44b9D18f5FA116E403db599f8E/logo.png deleted file mode 100644 index 88dc789919bf9..0000000000000 Binary files a/blockchains/smartchain/assets/0xaF6Bd11A6F8f9c44b9D18f5FA116E403db599f8E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xaFE3321309A994831884fc1725F4c3236AC79f76/info.json b/blockchains/smartchain/assets/0xaFE3321309A994831884fc1725F4c3236AC79f76/info.json deleted file mode 100644 index 88e0188bf0877..0000000000000 --- a/blockchains/smartchain/assets/0xaFE3321309A994831884fc1725F4c3236AC79f76/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Memeflate", - "type": "BEP20", - "symbol": "$MFLATE", - "decimals": 9, - "website": "https://www.memeflate.io", - "description": "MemFlate2.0 Market-Place is a platform that 'HOUSES' all types of buyers and sellers from graphic designers to video production and web development & connect them to projects in need of creatives In turn rewarding creators and holders of $MFLATE through this utility. Further expansion of the project has lead me in to 'real world' service for hire, locally&globally from catering to wedding planners customers will be able to find all services at Memeflate", - "explorer": "https://bscscan.com/token/0xaFE3321309A994831884fc1725F4c3236AC79f76", - "status": "active", - "id": "0xaFE3321309A994831884fc1725F4c3236AC79f76", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/memeflate" - }, - { - "name": "github", - "url": "https://github.com/mrmflate" - }, - { - "name": "telegram", - "url": "https://t.me/MemeFlateReloaded " - }, - { - "name": "whitepaper", - "url": "https://memeflate.io/white-paper/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/memeflate" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/memeflate" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xaFE3321309A994831884fc1725F4c3236AC79f76/logo.png b/blockchains/smartchain/assets/0xaFE3321309A994831884fc1725F4c3236AC79f76/logo.png deleted file mode 100644 index 2bd742e8116d6..0000000000000 Binary files a/blockchains/smartchain/assets/0xaFE3321309A994831884fc1725F4c3236AC79f76/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xaFF9084f2374585879e8B434C399E29E80ccE635/info.json b/blockchains/smartchain/assets/0xaFF9084f2374585879e8B434C399E29E80ccE635/info.json deleted file mode 100644 index f88b8a6de7ade..0000000000000 --- a/blockchains/smartchain/assets/0xaFF9084f2374585879e8B434C399E29E80ccE635/info.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "name": "Flux", - "type": "BEP20", - "symbol": "FLUX", - "decimals": 8, - "website": "https://runonflux.io", - "description": "The Flux Ecosystem is a suite of decentralized computing services and blockchain-as-a-service solutions together to offer an interoperable, decentralized AWS-like environment.Flux utilizes a POW to power the ecosystem, providing incentive for hardware, governance on-chain, enterprise-grade compute power and utilizes the blockchain to ensure transparency.Flux node operators can choose from three tiers to stand up nodes, rewarding anyone for providing hardware to the network anywhere in the world.", - "explorer": "https://bscscan.com/token/0xaFF9084f2374585879e8B434C399E29E80ccE635", - "status": "active", - "id": "0xaFF9084f2374585879e8B434C399E29E80ccE635", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/RunOnFlux" - }, - { - "name": "discord", - "url": "https://discord.com/runonflux" - }, - { - "name": "github", - "url": "https://github.com/RunOnFlux" - }, - { - "name": "telegram", - "url": "https://t.me/zelhub" - }, - { - "name": "forum", - "url": "https://bitcointalk.org/index.php?topic=2853688.0" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/RunOnFlux/" - }, - { - "name": "medium", - "url": "https://fluxofficial.medium.com/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCphbdfb1MXYgUPsdhQPcnGw" - }, - { - "name": "facebook", - "url": "https://facebook.com/ruonflux/" - }, - { - "name": "source_code", - "url": "https://github.com/RunOnFlux/fluxd" - }, - { - "name": "whitepaper", - "url": "https://fluxwhitepaper.app.runonflux.io/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/zel/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/flux-zelcash" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xaFF9084f2374585879e8B434C399E29E80ccE635/logo.png b/blockchains/smartchain/assets/0xaFF9084f2374585879e8B434C399E29E80ccE635/logo.png deleted file mode 100644 index 0793b0ee85dff..0000000000000 Binary files a/blockchains/smartchain/assets/0xaFF9084f2374585879e8B434C399E29E80ccE635/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xaFb64E73dEf6fAa8B6Ef9a6fb7312d5C4C15ebDB/info.json b/blockchains/smartchain/assets/0xaFb64E73dEf6fAa8B6Ef9a6fb7312d5C4C15ebDB/info.json deleted file mode 100644 index 4dc8c4d4e1fd8..0000000000000 --- a/blockchains/smartchain/assets/0xaFb64E73dEf6fAa8B6Ef9a6fb7312d5C4C15ebDB/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Grove", - "type": "BEP20", - "symbol": "GVR", - "decimals": 18, - "website": "https://www.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://bscscan.com/token/0xaFb64E73dEf6fAa8B6Ef9a6fb7312d5C4C15ebDB", - "status": "abandoned", - "id": "0xaFb64E73dEf6fAa8B6Ef9a6fb7312d5C4C15ebDB", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/grovetoken" - }, - { - "name": "telegram", - "url": "https://t.me/grovetoken" - }, - { - "name": "discord", - "url": "https://discord.com/grovetoken" - }, - { - "name": "whitepaper", - "url": "https://global-uploads.webflow.com/62b03f7c4e77803f83b758a2/62b97125c0b635fb993e4ac9_(ENGLISH)%20GroveToken-Whitepaper-v.1.4.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/grove/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/grove" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0xaa15f52Ef3994213a9e06731F6471786B75372CC/info.json b/blockchains/smartchain/assets/0xaa15f52Ef3994213a9e06731F6471786B75372CC/info.json deleted file mode 100644 index f73630beaa63b..0000000000000 --- a/blockchains/smartchain/assets/0xaa15f52Ef3994213a9e06731F6471786B75372CC/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "LilDogeFloki", - "website": "https://lildogefloki.fun", - "description": "Lil Doge Floki ($LDF), a community-driven meme token inspired by Elon Musk! Lil Doge Floki's mission is to build a DAO to drive the most popular and original P2E game on BSC that combines Metaverse, NFTs, and the ability to earn why you play!", - "explorer": "https://bscscan.com/token/0xaa15f52Ef3994213a9e06731F6471786B75372CC", - "type": "BEP20", - "symbol": "LDF🐕", - "decimals": 9, - "status": "active", - "links": [ - { - "name": "telegram", - "url": "https://t.me/Lil_Doge_Floki" - }, - { - "name": "twitter", - "url": "https://twitter.com/lildogefiokiceo" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/lil-doge-floki-token" - } - ], - "id": "0xaa15f52Ef3994213a9e06731F6471786B75372CC" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xaa15f52Ef3994213a9e06731F6471786B75372CC/logo.png b/blockchains/smartchain/assets/0xaa15f52Ef3994213a9e06731F6471786B75372CC/logo.png deleted file mode 100644 index d8fd28dcc47c9..0000000000000 Binary files a/blockchains/smartchain/assets/0xaa15f52Ef3994213a9e06731F6471786B75372CC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xaa2C290bF62B7d100D2D7f87b7223e3A71b737F7/info.json b/blockchains/smartchain/assets/0xaa2C290bF62B7d100D2D7f87b7223e3A71b737F7/info.json deleted file mode 100644 index e788c0c0e5226..0000000000000 --- a/blockchains/smartchain/assets/0xaa2C290bF62B7d100D2D7f87b7223e3A71b737F7/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SaveAnimal", - "website": "https://saveanimal.io/", - "description": "SaveAnimal is a charity token helping animals in need by donating 2% of every transaction", - "explorer": "https://bscscan.com/token/0xaa2C290bF62B7d100D2D7f87b7223e3A71b737F7", - "type": "BEP20", - "symbol": "SAVEANIMAL", - "decimals": 9, - "status": "active", - "id": "0xaa2C290bF62B7d100D2D7f87b7223e3A71b737F7" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xaa2C290bF62B7d100D2D7f87b7223e3A71b737F7/logo.png b/blockchains/smartchain/assets/0xaa2C290bF62B7d100D2D7f87b7223e3A71b737F7/logo.png deleted file mode 100644 index 97665cba958a9..0000000000000 Binary files a/blockchains/smartchain/assets/0xaa2C290bF62B7d100D2D7f87b7223e3A71b737F7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xaabCaC4B236d1a7290FB05234862348D274621Cf/info.json b/blockchains/smartchain/assets/0xaabCaC4B236d1a7290FB05234862348D274621Cf/info.json deleted file mode 100644 index 376a55cd22156..0000000000000 --- a/blockchains/smartchain/assets/0xaabCaC4B236d1a7290FB05234862348D274621Cf/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "IceBreak-R Token", - "website": "https://icebreak-r.com", - "description": "ICEBRK token is the governance and utility token for the IceBreak-R Network, a social media driven NFT-marketplace and DeFi ecosystem", - "explorer": "https://bscscan.com/token/0xaabCaC4B236d1a7290FB05234862348D274621Cf", - "type": "BEP20", - "symbol": "ICEBRK", - "decimals": 9, - "status": "active", - "id": "0xaabCaC4B236d1a7290FB05234862348D274621Cf" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xaabCaC4B236d1a7290FB05234862348D274621Cf/logo.png b/blockchains/smartchain/assets/0xaabCaC4B236d1a7290FB05234862348D274621Cf/logo.png deleted file mode 100644 index c9a25f2dd88e6..0000000000000 Binary files a/blockchains/smartchain/assets/0xaabCaC4B236d1a7290FB05234862348D274621Cf/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xab287e6D370C61f105630e656B5468ACB4D00423/info.json b/blockchains/smartchain/assets/0xab287e6D370C61f105630e656B5468ACB4D00423/info.json deleted file mode 100644 index 5c52e9078e471..0000000000000 --- a/blockchains/smartchain/assets/0xab287e6D370C61f105630e656B5468ACB4D00423/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "BinStarter", - "type": "BEP20", - "symbol": "BSR", - "decimals": 18, - "website": "https://binstarter.io", - "description": "BSR is is a BinStarter Launchpad Token", - "explorer": "https://bscscan.com/token/0xab287e6D370C61f105630e656B5468ACB4D00423", - "status": "active", - "id": "0xab287e6D370C61f105630e656B5468ACB4D00423", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BinStarterio" - }, - { - "name": "telegram", - "url": "https://t.me/BinstarterOfficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/binstarter/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/binstarter/" - }, - { - "name": "medium", - "url": "https://medium.com/@binstarter" - }, - { - "name": "whitepaper", - "url": "https://binstarter.io/bsrdoc/BinStarter-Whitepaper-PDF.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xab287e6D370C61f105630e656B5468ACB4D00423/logo.png b/blockchains/smartchain/assets/0xab287e6D370C61f105630e656B5468ACB4D00423/logo.png deleted file mode 100644 index 0dc19cf54da64..0000000000000 Binary files a/blockchains/smartchain/assets/0xab287e6D370C61f105630e656B5468ACB4D00423/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xacFC95585D80Ab62f67A14C566C1b7a49Fe91167/info.json b/blockchains/smartchain/assets/0xacFC95585D80Ab62f67A14C566C1b7a49Fe91167/info.json deleted file mode 100644 index 4b05a0f66c777..0000000000000 --- a/blockchains/smartchain/assets/0xacFC95585D80Ab62f67A14C566C1b7a49Fe91167/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "FEG Token", - "symbol": "FEGbsc", - "type": "BEP20", - "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://bscscan.com/token/0xacfc95585d80ab62f67a14c566c1b7a49fe91167", - "status": "abandoned", - "id": "0xacFC95585D80Ab62f67A14C566C1b7a49Fe91167", - "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/smartchain/assets/0xacb2d47827C9813AE26De80965845D80935afd0B/info.json b/blockchains/smartchain/assets/0xacb2d47827C9813AE26De80965845D80935afd0B/info.json deleted file mode 100644 index fe0f0f659334e..0000000000000 --- a/blockchains/smartchain/assets/0xacb2d47827C9813AE26De80965845D80935afd0B/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "MacaronSwap Token", - "website": "https://macaronswap.finance/", - "description": "The future of decentralized exchange & farming platform on BSC", - "explorer": "https://bscscan.com/token/0xacb2d47827C9813AE26De80965845D80935afd0B", - "type": "BEP20", - "symbol": "MCRN", - "decimals": 18, - "status": "active", - "id": "0xacb2d47827C9813AE26De80965845D80935afd0B", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/macaronswap" - }, - { - "name": "telegram", - "url": "https://t.me/macaronswap" - }, - { - "name": "medium", - "url": "https://medium.com/macaronswap" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xacb2d47827C9813AE26De80965845D80935afd0B/logo.png b/blockchains/smartchain/assets/0xacb2d47827C9813AE26De80965845D80935afd0B/logo.png deleted file mode 100644 index 48cfcc66b3310..0000000000000 Binary files a/blockchains/smartchain/assets/0xacb2d47827C9813AE26De80965845D80935afd0B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xae768A3d387c3B65d382535a790370Af94bb1691/info.json b/blockchains/smartchain/assets/0xae768A3d387c3B65d382535a790370Af94bb1691/info.json deleted file mode 100644 index faa46a1769266..0000000000000 --- a/blockchains/smartchain/assets/0xae768A3d387c3B65d382535a790370Af94bb1691/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "UndoToken", - "website": "https://undo.website", - "description": "Recycle using Blockchain.", - "explorer": "https://bscscan.com/token/0xae768A3d387c3B65d382535a790370Af94bb1691", - "type": "BEP20", - "symbol": "UNDO", - "decimals": 9, - "status": "active", - "id": "0xae768A3d387c3B65d382535a790370Af94bb1691" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xae768A3d387c3B65d382535a790370Af94bb1691/logo.png b/blockchains/smartchain/assets/0xae768A3d387c3B65d382535a790370Af94bb1691/logo.png deleted file mode 100644 index 52c753fb780fe..0000000000000 Binary files a/blockchains/smartchain/assets/0xae768A3d387c3B65d382535a790370Af94bb1691/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xaeE433ADeBe0FBB88dAa47eF0C1A513CaA52EF02/info.json b/blockchains/smartchain/assets/0xaeE433ADeBe0FBB88dAa47eF0C1A513CaA52EF02/info.json deleted file mode 100644 index 24a8f9f5de3d8..0000000000000 --- a/blockchains/smartchain/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://bscscan.com/token/0xaeE433ADeBe0FBB88dAa47eF0C1A513CaA52EF02", - "type": "BEP20", - "symbol": "TOON", - "decimals": 18, - "status": "active", - "id": "0xaeE433ADeBe0FBB88dAa47eF0C1A513CaA52EF02" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xaeE433ADeBe0FBB88dAa47eF0C1A513CaA52EF02/logo.png b/blockchains/smartchain/assets/0xaeE433ADeBe0FBB88dAa47eF0C1A513CaA52EF02/logo.png deleted file mode 100755 index 0dec3fdb38e78..0000000000000 Binary files a/blockchains/smartchain/assets/0xaeE433ADeBe0FBB88dAa47eF0C1A513CaA52EF02/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xaeF0d72a118ce24feE3cD1d43d383897D05B4e99/info.json b/blockchains/smartchain/assets/0xaeF0d72a118ce24feE3cD1d43d383897D05B4e99/info.json deleted file mode 100644 index fc62e8f595516..0000000000000 --- a/blockchains/smartchain/assets/0xaeF0d72a118ce24feE3cD1d43d383897D05B4e99/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "WINk", - "symbol": "WIN", - "type": "BEP20", - "decimals": 18, - "description": "WINK describes itself as betting DApp.", - "website": "https://www.wink.org/#/", - "explorer": "https://bscscan.com/token/0xaef0d72a118ce24fee3cd1d43d383897d05b4e99", - "status": "active", - "id": "0xaeF0d72a118ce24feE3cD1d43d383897D05B4e99" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xaeF0d72a118ce24feE3cD1d43d383897D05B4e99/logo.png b/blockchains/smartchain/assets/0xaeF0d72a118ce24feE3cD1d43d383897D05B4e99/logo.png deleted file mode 100644 index 981c0e371d376..0000000000000 Binary files a/blockchains/smartchain/assets/0xaeF0d72a118ce24feE3cD1d43d383897D05B4e99/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xaf96a19c2DD4a0f6B077D9481fCc8C9102FAa141/info.json b/blockchains/smartchain/assets/0xaf96a19c2DD4a0f6B077D9481fCc8C9102FAa141/info.json deleted file mode 100644 index a44429992e87f..0000000000000 --- a/blockchains/smartchain/assets/0xaf96a19c2DD4a0f6B077D9481fCc8C9102FAa141/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Moonarch.app", - "website": "https://moonarch.app", - "description": "Moonarch provides powerful and original tools to BSC traders", - "explorer": "https://bscscan.com/token/0xaf96a19c2DD4a0f6B077D9481fCc8C9102FAa141", - "type": "BEP20", - "symbol": "MOONARCH", - "decimals": 9, - "status": "active", - "id": "0xaf96a19c2DD4a0f6B077D9481fCc8C9102FAa141" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xaf96a19c2DD4a0f6B077D9481fCc8C9102FAa141/logo.png b/blockchains/smartchain/assets/0xaf96a19c2DD4a0f6B077D9481fCc8C9102FAa141/logo.png deleted file mode 100644 index cdf09275579c4..0000000000000 Binary files a/blockchains/smartchain/assets/0xaf96a19c2DD4a0f6B077D9481fCc8C9102FAa141/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb036f689bd98B4Bd3BD648FA09A23e54d839A859/info.json b/blockchains/smartchain/assets/0xb036f689bd98B4Bd3BD648FA09A23e54d839A859/info.json deleted file mode 100644 index 759f4c797d57f..0000000000000 --- a/blockchains/smartchain/assets/0xb036f689bd98B4Bd3BD648FA09A23e54d839A859/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TACOCAT Token", - "type": "BEP20", - "symbol": "TCT", - "decimals": 18, - "website": "https://tacocat.co", - "description": "TacoCat Token is a utility token on the Binance Smart Chain intended to be the backbone of a lifestyle brand and ecosystem governed and operated by a corporate entity named The TacoCat Company Inc.", - "explorer": "https://bscscan.com/token/0xb036f689bd98b4bd3bd648fa09a23e54d839a859", - "status": "active", - "id": "0xb036f689bd98B4Bd3BD648FA09A23e54d839A859" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb036f689bd98B4Bd3BD648FA09A23e54d839A859/logo.png b/blockchains/smartchain/assets/0xb036f689bd98B4Bd3BD648FA09A23e54d839A859/logo.png deleted file mode 100644 index 9e2907b9f4f61..0000000000000 Binary files a/blockchains/smartchain/assets/0xb036f689bd98B4Bd3BD648FA09A23e54d839A859/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb07905396A419B121213efe1d17cfD0ff20aE597/info.json b/blockchains/smartchain/assets/0xb07905396A419B121213efe1d17cfD0ff20aE597/info.json deleted file mode 100644 index 911eabadd8046..0000000000000 --- a/blockchains/smartchain/assets/0xb07905396A419B121213efe1d17cfD0ff20aE597/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "PIZZANFT", - "website": "https://pizza-nft.com", - "description": "PIZZA NFT, an exclusive creator & developer of The NFT Pizza Dough Astros: Astro KungFu Fighters & Astro Jocks. A series of 2000 NFT Astros will be created and minted for Smart Chain NFT Marketplace. NFT Astros will be characters in 2D, 3D & VR games.", - "explorer": "https://bscscan.com/token/0xb07905396A419B121213efe1d17cfD0ff20aE597", - "type": "BEP20", - "symbol": "$PIZZA", - "decimals": 18, - "status": "active", - "id": "0xb07905396A419B121213efe1d17cfD0ff20aE597", - "tags": [ - "nft" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/SafePizzaCoin" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pizzanft/" - }, - { - "name": "twitter", - "url": "https://twitter.com/pizzaNFT2E" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb07905396A419B121213efe1d17cfD0ff20aE597/logo.png b/blockchains/smartchain/assets/0xb07905396A419B121213efe1d17cfD0ff20aE597/logo.png deleted file mode 100644 index 1e01d60e4de06..0000000000000 Binary files a/blockchains/smartchain/assets/0xb07905396A419B121213efe1d17cfD0ff20aE597/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb1280589dbac3e7ce111bF4A7Fb9c71A30213F7e/info.json b/blockchains/smartchain/assets/0xb1280589dbac3e7ce111bF4A7Fb9c71A30213F7e/info.json deleted file mode 100644 index 265f09055b934..0000000000000 --- a/blockchains/smartchain/assets/0xb1280589dbac3e7ce111bF4A7Fb9c71A30213F7e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DEXTools", - "website": "https://dextools.io/app", - "description": "Ultimate Hub and Defi App For Decentralized exchanges like Uniswap, Pancakeswap, Sushiswap, etc.", - "explorer": "https://bscscan.com/token/0xb1280589dbac3e7ce111bF4A7Fb9c71A30213F7e", - "type": "BEP20", - "symbol": "DEXT", - "decimals": 18, - "status": "active", - "id": "0xb1280589dbac3e7ce111bF4A7Fb9c71A30213F7e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb1280589dbac3e7ce111bF4A7Fb9c71A30213F7e/logo.png b/blockchains/smartchain/assets/0xb1280589dbac3e7ce111bF4A7Fb9c71A30213F7e/logo.png deleted file mode 100644 index 23e9e7425341b..0000000000000 Binary files a/blockchains/smartchain/assets/0xb1280589dbac3e7ce111bF4A7Fb9c71A30213F7e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb1547683DA678f2e1F003A780143EC10Af8a832B/info.json b/blockchains/smartchain/assets/0xb1547683DA678f2e1F003A780143EC10Af8a832B/info.json deleted file mode 100644 index 30bdb0b89aa4f..0000000000000 --- a/blockchains/smartchain/assets/0xb1547683DA678f2e1F003A780143EC10Af8a832B/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Shiba Inu (Portal)", - "type": "BEP20", - "symbol": "SHIB", - "decimals": 18, - "description": "Cross Chain Portal Bridged Token", - "website": "https://shibatoken.com/", - "explorer": "https://bscscan.com/token/0xb1547683DA678f2e1F003A780143EC10Af8a832B", - "status": "active", - "id": "0xb1547683DA678f2e1F003A780143EC10Af8a832B", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb1547683DA678f2e1F003A780143EC10Af8a832B/logo.png b/blockchains/smartchain/assets/0xb1547683DA678f2e1F003A780143EC10Af8a832B/logo.png deleted file mode 100644 index 5f4a1d03d126c..0000000000000 Binary files a/blockchains/smartchain/assets/0xb1547683DA678f2e1F003A780143EC10Af8a832B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb1957BDbA889686EbdE631DF970ecE6A7571A1B6/info.json b/blockchains/smartchain/assets/0xb1957BDbA889686EbdE631DF970ecE6A7571A1B6/info.json deleted file mode 100644 index 01425d7dd0c72..0000000000000 --- a/blockchains/smartchain/assets/0xb1957BDbA889686EbdE631DF970ecE6A7571A1B6/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Defi Tiger", - "website": "https://www.defitigertoken.com/", - "description": "A Decentralized Meme Asset Driven By A Community Of Defi Enthusiasts With A Unique Love For Felines.", - "explorer": "https://bscscan.com/token/0xb1957BDbA889686EbdE631DF970ecE6A7571A1B6", - "type": "BEP20", - "symbol": "DTG", - "decimals": 9, - "status": "active", - "id": "0xb1957BDbA889686EbdE631DF970ecE6A7571A1B6", - "tags": [ - "memes" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/DefiTigertoken" - }, - { - "name": "twitter", - "url": "https://twitter.com/defitigertoken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/defi-tiger/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/defi-tiger/" - } - ] -} diff --git a/blockchains/smartchain/assets/0xb1957BDbA889686EbdE631DF970ecE6A7571A1B6/logo.png b/blockchains/smartchain/assets/0xb1957BDbA889686EbdE631DF970ecE6A7571A1B6/logo.png deleted file mode 100644 index 5366f7d18e9a6..0000000000000 Binary files a/blockchains/smartchain/assets/0xb1957BDbA889686EbdE631DF970ecE6A7571A1B6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb21225F833f2Fb1BE7d88Ee5347aae001F5b5DB1/info.json b/blockchains/smartchain/assets/0xb21225F833f2Fb1BE7d88Ee5347aae001F5b5DB1/info.json deleted file mode 100644 index e966723ce4ddf..0000000000000 --- a/blockchains/smartchain/assets/0xb21225F833f2Fb1BE7d88Ee5347aae001F5b5DB1/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "SPAY", - "type": "BEP20", - "symbol": "SPAY", - "decimals": 9, - "website": "https://spay.finance/", - "description": "Crypto in your everyday life. SPAY aims to provide a decentralized, private and instant payment method based on cryptocurrency.", - "explorer": "https://bscscan.com/token/0xb21225F833f2Fb1BE7d88Ee5347aae001F5b5DB1", - "status": "active", - "id": "0xb21225F833f2Fb1BE7d88Ee5347aae001F5b5DB1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/smart_spay" - }, - { - "name": "github", - "url": "https://github.com/smartpaymen/" - }, - { - "name": "telegram", - "url": "https://t.me/SPAYGLOBAL" - }, - { - "name": "whitepaper", - "url": "https://spay.finance/wp-content/uploads/2021/10/SPAY-Whitepaper.pdf" - }, - { - "name": "facebook", - "url": "https://facebook.com/Smart-Payment-SPAY-110395591423797/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/smartpayment/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/smart-payment" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0xb21225f833f2fb1be7d88ee5347aae001f5b5db1#code" - }, - { - "name": "docs", - "url": "https://github.com/TechRate/Smart-Contract-Audits/blob/main/November/SPAY%20Full%20Smart%20Contract%20Security%20Audit.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb21225F833f2Fb1BE7d88Ee5347aae001F5b5DB1/logo.png b/blockchains/smartchain/assets/0xb21225F833f2Fb1BE7d88Ee5347aae001F5b5DB1/logo.png deleted file mode 100644 index 84d19ee930c9b..0000000000000 Binary files a/blockchains/smartchain/assets/0xb21225F833f2Fb1BE7d88Ee5347aae001F5b5DB1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb2343143f814639c9b1f42961C698247171dF34a/info.json b/blockchains/smartchain/assets/0xb2343143f814639c9b1f42961C698247171dF34a/info.json deleted file mode 100644 index 7653780da671e..0000000000000 --- a/blockchains/smartchain/assets/0xb2343143f814639c9b1f42961C698247171dF34a/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "CORE MultiChain Token", - "symbol": "CMCX", - "type": "BEP20", - "decimals": 18, - "description": "CORE is a multi chain PoS network focused on interoperability, scalability and usability. It utilizes AI-enabled Proof of Stake algorithm, multi layered consensus model and voting based governance.", - "website": "https://www.coremultichain.com", - "explorer": "https://bscscan.com/token/0xb2343143f814639c9b1f42961C698247171dF34a", - "status": "active", - "id": "0xb2343143f814639c9b1f42961C698247171dF34a", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/COREMultichain" - }, - { - "name": "telegram", - "url": "https://t.me/coreblockchain" - }, - { - "name": "medium", - "url": "https://medium.com/@coreblockchain" - }, - { - "name": "whitepaper", - "url": "https://www.coremultichain.com/docs/core-paper.pdf" - }, - { - "name": "github", - "url": "https://github.com/CORE-Blockchain" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb2343143f814639c9b1f42961C698247171dF34a/logo.png b/blockchains/smartchain/assets/0xb2343143f814639c9b1f42961C698247171dF34a/logo.png deleted file mode 100644 index b2a582bf7c05b..0000000000000 Binary files a/blockchains/smartchain/assets/0xb2343143f814639c9b1f42961C698247171dF34a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb26D2d67C7652f361b73552310dA5753041b3867/info.json b/blockchains/smartchain/assets/0xb26D2d67C7652f361b73552310dA5753041b3867/info.json deleted file mode 100644 index 1d03878626715..0000000000000 --- a/blockchains/smartchain/assets/0xb26D2d67C7652f361b73552310dA5753041b3867/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Binapet", - "website": "https://binapet.com", - "description": "Binapet deprecated token.", - "explorer": "https://bscscan.com/token/0xb26D2d67C7652f361b73552310dA5753041b3867", - "type": "BEP20", - "symbol": "BPET", - "decimals": 18, - "status": "abandoned", - "id": "0xb26D2d67C7652f361b73552310dA5753041b3867", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/binapet" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/binapet" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb28a7f8f5328FafFDd862985177583c2Bb71E016/info.json b/blockchains/smartchain/assets/0xb28a7f8f5328FafFDd862985177583c2Bb71E016/info.json deleted file mode 100644 index ddd5bba668b53..0000000000000 --- a/blockchains/smartchain/assets/0xb28a7f8f5328FafFDd862985177583c2Bb71E016/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PolkaPlay Token", - "website": "https://polkaplay.io", - "description": "PolkaPlay is a Social NFT & Gaming platform. From content to NFTs, PolkaPlay is the easiest way to create, sell, and collect NFTs. PolkaPlay enables platform users to create images, short videos, and NFTs seamlessly while earning rewards through Play to Earn games.", - "explorer": "https://bscscan.com/token/0xb28a7f8f5328FafFDd862985177583c2Bb71E016", - "type": "BEP20", - "symbol": "POLO", - "decimals": 18, - "status": "active", - "id": "0xb28a7f8f5328FafFDd862985177583c2Bb71E016" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb28a7f8f5328FafFDd862985177583c2Bb71E016/logo.png b/blockchains/smartchain/assets/0xb28a7f8f5328FafFDd862985177583c2Bb71E016/logo.png deleted file mode 100644 index 802d48f7a047c..0000000000000 Binary files a/blockchains/smartchain/assets/0xb28a7f8f5328FafFDd862985177583c2Bb71E016/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb2f7797389ad34Ebd3a30ac6402861844fAC7F5e/info.json b/blockchains/smartchain/assets/0xb2f7797389ad34Ebd3a30ac6402861844fAC7F5e/info.json deleted file mode 100644 index d7a2ebf7b2dde..0000000000000 --- a/blockchains/smartchain/assets/0xb2f7797389ad34Ebd3a30ac6402861844fAC7F5e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Сhord Protocol", - "website": "https://chordprotocol.io", - "description": "Chord is a decentralized network for musicians where anyone can turn their songs and performances or any kind of music into unique NFTs and freely commercialize them without intermediaries.", - "explorer": "https://bscscan.com/token/0xb2f7797389ad34Ebd3a30ac6402861844fAC7F5e", - "type": "BEP20", - "symbol": "CHORD", - "decimals": 18, - "status": "active", - "id": "0xb2f7797389ad34Ebd3a30ac6402861844fAC7F5e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb2f7797389ad34Ebd3a30ac6402861844fAC7F5e/logo.png b/blockchains/smartchain/assets/0xb2f7797389ad34Ebd3a30ac6402861844fAC7F5e/logo.png deleted file mode 100644 index a75de54484177..0000000000000 Binary files a/blockchains/smartchain/assets/0xb2f7797389ad34Ebd3a30ac6402861844fAC7F5e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb31f5d117541825D6692c10e4357008EDF3E2BCD/info.json b/blockchains/smartchain/assets/0xb31f5d117541825D6692c10e4357008EDF3E2BCD/info.json deleted file mode 100644 index 718150f221157..0000000000000 --- a/blockchains/smartchain/assets/0xb31f5d117541825D6692c10e4357008EDF3E2BCD/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Cream Ethereum Token", - "website": "https://app.cream.finance", - "description": "C.R.E.A.M. bridges liquidity across underserved assets by providing algorithmic money markets to these underserved assets. Users can supply any supported assets and use these supplied assets as collateral to borrow any other supported assets. C.R.E.A.M. has launched on Ethereum and Binance Smart Chain.", - "research": "https://docs.cream.finance", - "explorer": "https://bscscan.com/token/0xb31f5d117541825D6692c10e4357008EDF3E2BCD", - "type": "BEP20", - "symbol": "crETH", - "decimals": 8, - "status": "active", - "id": "0xb31f5d117541825D6692c10e4357008EDF3E2BCD", - "links": [ - { - "name": "github", - "url": "https://github.com/CreamFi" - }, - { - "name": "twitter", - "url": "https://twitter.com/CreamdotFinance" - }, - { - "name": "telegram", - "url": "https://t.me/creamfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/8Ms25mV" - }, - { - "name": "medium", - "url": "https://medium.com/@CreamdotFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb31f5d117541825D6692c10e4357008EDF3E2BCD/logo.png b/blockchains/smartchain/assets/0xb31f5d117541825D6692c10e4357008EDF3E2BCD/logo.png deleted file mode 100644 index 7645769555c5c..0000000000000 Binary files a/blockchains/smartchain/assets/0xb31f5d117541825D6692c10e4357008EDF3E2BCD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb32aC3C79A94aC1eb258f3C830bBDbc676483c93/info.json b/blockchains/smartchain/assets/0xb32aC3C79A94aC1eb258f3C830bBDbc676483c93/info.json deleted file mode 100644 index 11ba00d8838db..0000000000000 --- a/blockchains/smartchain/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://bscscan.com/token/0xb32ac3c79a94ac1eb258f3c830bbdbc676483c93", - "type": "BEP20", - "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/smartchain/assets/0xb32aC3C79A94aC1eb258f3C830bBDbc676483c93/logo.png b/blockchains/smartchain/assets/0xb32aC3C79A94aC1eb258f3C830bBDbc676483c93/logo.png deleted file mode 100644 index 6b4601ea4f96b..0000000000000 Binary files a/blockchains/smartchain/assets/0xb32aC3C79A94aC1eb258f3C830bBDbc676483c93/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb358b0e5A8943029e66175830D85198fE6cC93f6/info.json b/blockchains/smartchain/assets/0xb358b0e5A8943029e66175830D85198fE6cC93f6/info.json deleted file mode 100644 index 1d7874f19e3ab..0000000000000 --- a/blockchains/smartchain/assets/0xb358b0e5A8943029e66175830D85198fE6cC93f6/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Aidi Finance", - "website": "https://aidiverse.com", - "description": "AIDI BSC is a deflationary BEP20 token, 100% decentralized, and is the main token in the Aidiverse ecosystem. We are bringing together complete decentralised finance solutions and integrating them with Blockchain gaming and NFTs.", - "explorer": "https://bscscan.com/token/0xb358b0e5a8943029e66175830d85198fe6cc93f6", - "type": "BEP20", - "symbol": "AIDI", - "decimals": 9, - "status": "active", - "id": "0xb358b0e5A8943029e66175830D85198fE6cC93f6", - "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-finance" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/aidi-finance-bsc/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb358b0e5A8943029e66175830D85198fE6cC93f6/logo.png b/blockchains/smartchain/assets/0xb358b0e5A8943029e66175830D85198fE6cC93f6/logo.png deleted file mode 100644 index 6893b4ecaa15f..0000000000000 Binary files a/blockchains/smartchain/assets/0xb358b0e5A8943029e66175830D85198fE6cC93f6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb3B3C87C7d3FC6411f2d015760c30AF56b02Aa93/info.json b/blockchains/smartchain/assets/0xb3B3C87C7d3FC6411f2d015760c30AF56b02Aa93/info.json deleted file mode 100644 index 0bc9a1294f00b..0000000000000 --- a/blockchains/smartchain/assets/0xb3B3C87C7d3FC6411f2d015760c30AF56b02Aa93/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SKYrocket", - "website": "https://skyrocketsr.com", - "description": "SKYRocket is a community driven token focusing on the mobile games industry.", - "explorer": "https://bscscan.com/token/0xb3b3c87c7d3fc6411f2d015760c30af56b02aa93", - "type": "BEP20", - "symbol": "Sr", - "decimals": 18, - "status": "active", - "id": "0xb3B3C87C7d3FC6411f2d015760c30AF56b02Aa93" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb3B3C87C7d3FC6411f2d015760c30AF56b02Aa93/logo.png b/blockchains/smartchain/assets/0xb3B3C87C7d3FC6411f2d015760c30AF56b02Aa93/logo.png deleted file mode 100644 index a08a4728e0453..0000000000000 Binary files a/blockchains/smartchain/assets/0xb3B3C87C7d3FC6411f2d015760c30AF56b02Aa93/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb3Cb6d2f8f2FDe203a022201C81a96c167607F15/info.json b/blockchains/smartchain/assets/0xb3Cb6d2f8f2FDe203a022201C81a96c167607F15/info.json deleted file mode 100644 index 4d7b70b1b159f..0000000000000 --- a/blockchains/smartchain/assets/0xb3Cb6d2f8f2FDe203a022201C81a96c167607F15/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "GAMMA", - "type": "BEP20", - "symbol": "GAMMA", - "decimals": 18, - "website": "https://planetfinance.io/", - "description": "GAMMA is the utility token that powers Planet Finance. It incentivizes lenders, borrowers & liquidity providers and it can be used to unlock discount levels on Green Planet.", - "explorer": "https://bscscan.com/token/0xb3Cb6d2f8f2FDe203a022201C81a96c167607F15", - "status": "active", - "id": "0xb3Cb6d2f8f2FDe203a022201C81a96c167607F15", - "links": [ - { - "name": "telegram", - "url": "https://t.me/planet_finance" - }, - { - "name": "twitter", - "url": "https://twitter.com/planet_finance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/FD5vHyh9Rv" - } - ] -} diff --git a/blockchains/smartchain/assets/0xb3Cb6d2f8f2FDe203a022201C81a96c167607F15/logo.png b/blockchains/smartchain/assets/0xb3Cb6d2f8f2FDe203a022201C81a96c167607F15/logo.png deleted file mode 100644 index 36159f0257590..0000000000000 Binary files a/blockchains/smartchain/assets/0xb3Cb6d2f8f2FDe203a022201C81a96c167607F15/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb3d54df1676c1fe4b0987C041fA8C28471429ce7/info.json b/blockchains/smartchain/assets/0xb3d54df1676c1fe4b0987C041fA8C28471429ce7/info.json deleted file mode 100644 index c86ea827a2b70..0000000000000 --- a/blockchains/smartchain/assets/0xb3d54df1676c1fe4b0987C041fA8C28471429ce7/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Lovecoin Token", - "type": "BEP20", - "symbol": "Lovecoin", - "decimals": 8, - "website": "https://lovecointoken.com/", - "description": "Lovecoin is a decentralized peer to peer cryptocurrency based upon Bitcoin and Tron blockchain technology, designed with the purpose of spreading; Love, Peace, Happiness and Economic Freedom worldwide.", - "explorer": "https://bscscan.com/token/0xb3d54df1676c1fe4b0987C041fA8C28471429ce7", - "status": "active", - "id": "0xb3d54df1676c1fe4b0987C041fA8C28471429ce7" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb3d54df1676c1fe4b0987C041fA8C28471429ce7/logo.png b/blockchains/smartchain/assets/0xb3d54df1676c1fe4b0987C041fA8C28471429ce7/logo.png deleted file mode 100644 index fec018fb3adfb..0000000000000 Binary files a/blockchains/smartchain/assets/0xb3d54df1676c1fe4b0987C041fA8C28471429ce7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb3d691125514Db7a5bE3326af86a72ecdC2CDE16/info.json b/blockchains/smartchain/assets/0xb3d691125514Db7a5bE3326af86a72ecdC2CDE16/info.json deleted file mode 100644 index da932ebb9910f..0000000000000 --- a/blockchains/smartchain/assets/0xb3d691125514Db7a5bE3326af86a72ecdC2CDE16/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Zoo Token", - "type": "BEP20", - "symbol": "ZOOT", - "decimals": 9, - "website": "https://zootoken.io", - "description": "ZooToken will be the hub for these Animal Coins key-values.", - "explorer": "https://bscscan.com/token/0xb3d691125514Db7a5bE3326af86a72ecdC2CDE16", - "status": "active", - "id": "0xb3d691125514Db7a5bE3326af86a72ecdC2CDE16", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ZooToken_BSC" - }, - { - "name": "medium", - "url": "https://zootokenio.medium.com" - }, - { - "name": "telegram", - "url": "https://t.me/ZooTokenOfficial" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb3d691125514Db7a5bE3326af86a72ecdC2CDE16/logo.png b/blockchains/smartchain/assets/0xb3d691125514Db7a5bE3326af86a72ecdC2CDE16/logo.png deleted file mode 100644 index 53fcc704f8db8..0000000000000 Binary files a/blockchains/smartchain/assets/0xb3d691125514Db7a5bE3326af86a72ecdC2CDE16/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb4404DaB7C0eC48b428Cf37DeC7fb628bcC41B36/info.json b/blockchains/smartchain/assets/0xb4404DaB7C0eC48b428Cf37DeC7fb628bcC41B36/info.json deleted file mode 100644 index d23e1a838132b..0000000000000 --- a/blockchains/smartchain/assets/0xb4404DaB7C0eC48b428Cf37DeC7fb628bcC41B36/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "MetaGear Token", - "type": "BEP20", - "symbol": "GEAR", - "decimals": 18, - "website": "https://metagear.game", - "description": "MetaGear is a game that shows creativity in assembling robots to fight.", - "explorer": "https://bscscan.com/token/0xb4404DaB7C0eC48b428Cf37DeC7fb628bcC41B36", - "status": "active", - "id": "0xb4404DaB7C0eC48b428Cf37DeC7fb628bcC41B36", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MetaGearGame" - }, - { - "name": "github", - "url": "https://github.com/MetaGear-Game/" - }, - { - "name": "telegram", - "url": "https://t.me/MetaGearOfficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/metagear/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/metagear" - }, - { - "name": "whitepaper", - "url": "https://whitepaper.metagear.game/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/TVrWrcjVJH" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb4404DaB7C0eC48b428Cf37DeC7fb628bcC41B36/logo.png b/blockchains/smartchain/assets/0xb4404DaB7C0eC48b428Cf37DeC7fb628bcC41B36/logo.png deleted file mode 100644 index 0a7d69f9895d6..0000000000000 Binary files a/blockchains/smartchain/assets/0xb4404DaB7C0eC48b428Cf37DeC7fb628bcC41B36/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb46584e0efdE3092e04010A13f2eAe62aDb3b9F0/info.json b/blockchains/smartchain/assets/0xb46584e0efdE3092e04010A13f2eAe62aDb3b9F0/info.json deleted file mode 100644 index cffb07c86b613..0000000000000 --- a/blockchains/smartchain/assets/0xb46584e0efdE3092e04010A13f2eAe62aDb3b9F0/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Pepe Coin", - "type": "BEP20", - "symbol": "PEPE", - "decimals": 18, - "website": "https://pepecoinbsc.xyz", - "description": "Pepe is the most memeable memecoin around the world, it‘s time to make memecoins great again and add some frog beside all dog memecoins.", - "explorer": "https://bscscan.com/token/0xb46584e0efde3092e04010a13f2eae62adb3b9f0", - "status": "active", - "id": "0xb46584e0efdE3092e04010A13f2eAe62aDb3b9F0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Pepecoin_BSC2" - }, - { - "name": "telegram", - "url": "https://t.me/PEPECOINBSC2" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pepe-coin-bsc2" - } - ], - "tags": [] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb46584e0efdE3092e04010A13f2eAe62aDb3b9F0/logo.png b/blockchains/smartchain/assets/0xb46584e0efdE3092e04010A13f2eAe62aDb3b9F0/logo.png deleted file mode 100644 index a72b3917e23a6..0000000000000 Binary files a/blockchains/smartchain/assets/0xb46584e0efdE3092e04010A13f2eAe62aDb3b9F0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb4A92eDAb7c9Ba94b6637E8052D8bd133EC4221C/info.json b/blockchains/smartchain/assets/0xb4A92eDAb7c9Ba94b6637E8052D8bd133EC4221C/info.json deleted file mode 100644 index 3fab2135caecf..0000000000000 --- a/blockchains/smartchain/assets/0xb4A92eDAb7c9Ba94b6637E8052D8bd133EC4221C/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Rooster Finance", - "symbol": "RTF", - "type": "BEP20", - "decimals": 9, - "description": "Rooster Finance is a decentralized gaming token based on Binance Smart Chain.", - "website": "https://roosterfinance.xyz", - "explorer": "https://bscscan.com/token/0xb4a92edab7c9ba94b6637e8052d8bd133ec4221c", - "status": "active", - "id": "0xb4A92eDAb7c9Ba94b6637E8052D8bd133EC4221C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb4A92eDAb7c9Ba94b6637E8052D8bd133EC4221C/logo.png b/blockchains/smartchain/assets/0xb4A92eDAb7c9Ba94b6637E8052D8bd133EC4221C/logo.png deleted file mode 100644 index 15d95fff33989..0000000000000 Binary files a/blockchains/smartchain/assets/0xb4A92eDAb7c9Ba94b6637E8052D8bd133EC4221C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb54A58cdC7d3fEFd93EA4454E0C1A23Da8bEdC6f/info.json b/blockchains/smartchain/assets/0xb54A58cdC7d3fEFd93EA4454E0C1A23Da8bEdC6f/info.json deleted file mode 100644 index 2026b19a4a4d8..0000000000000 --- a/blockchains/smartchain/assets/0xb54A58cdC7d3fEFd93EA4454E0C1A23Da8bEdC6f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "hoodrat.finance", - "website": "https://hoodrat.finance/", - "description": "HoodRat is a BEP-20 utility token building an AI anti rug-pull scanner.", - "explorer": "https://bscscan.com/token/0xb54A58cdC7d3fEFd93EA4454E0C1A23Da8bEdC6f", - "type": "BEP20", - "symbol": "HOODRAT", - "decimals": 12, - "status": "active", - "id": "0xb54A58cdC7d3fEFd93EA4454E0C1A23Da8bEdC6f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb54A58cdC7d3fEFd93EA4454E0C1A23Da8bEdC6f/logo.png b/blockchains/smartchain/assets/0xb54A58cdC7d3fEFd93EA4454E0C1A23Da8bEdC6f/logo.png deleted file mode 100644 index a44674b2a15d1..0000000000000 Binary files a/blockchains/smartchain/assets/0xb54A58cdC7d3fEFd93EA4454E0C1A23Da8bEdC6f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723/info.json b/blockchains/smartchain/assets/0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723/info.json deleted file mode 100644 index 67488a058c3b4..0000000000000 --- a/blockchains/smartchain/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://bscscan.com/token/0xb59490ab09a0f526cc7305822ac65f2ab12f9723", - "type": "BEP20", - "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/smartchain/assets/0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723/logo.png b/blockchains/smartchain/assets/0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723/logo.png deleted file mode 100644 index ec014d668882e..0000000000000 Binary files a/blockchains/smartchain/assets/0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb5BBA78B4dF2D47DD46078514a3e296AB3c344Fe/info.json b/blockchains/smartchain/assets/0xb5BBA78B4dF2D47DD46078514a3e296AB3c344Fe/info.json deleted file mode 100644 index a2e0e75247fef..0000000000000 --- a/blockchains/smartchain/assets/0xb5BBA78B4dF2D47DD46078514a3e296AB3c344Fe/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Hertz Network BEP-20 Token", - "website": "https://hertz-network.com/", - "description": "HTZ BEP-20 is the Hertz Network bep-20 token created on Binance Smart Chain. HTZ BEP-20 can be swapped with native HTZ using Hertz Network DeFi tool or exchanges.HTZ coin is the native chain of Hertz Network blockchain.", - "explorer": "https://bscscan.com/token/0xb5BBA78B4dF2D47DD46078514a3e296AB3c344Fe", - "type": "BEP20", - "symbol": "HTZ", - "decimals": 4, - "status": "active", - "id": "0xb5BBA78B4dF2D47DD46078514a3e296AB3c344Fe", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/hertz-network/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/hertz-network" - }, - { - "name": "twitter", - "url": "https://twitter.com/hertz_network" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/hertznetwork/" - }, - { - "name": "telegram", - "url": "https://t.me/hertznetwork" - }, - { - "name": "medium", - "url": "https://hertznetwork.medium.com/" - }, - { - "name": "youtube", - "url": "https://youtube.com/HertzNetwork" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb5BBA78B4dF2D47DD46078514a3e296AB3c344Fe/logo.png b/blockchains/smartchain/assets/0xb5BBA78B4dF2D47DD46078514a3e296AB3c344Fe/logo.png deleted file mode 100644 index b2756eb3b9028..0000000000000 Binary files a/blockchains/smartchain/assets/0xb5BBA78B4dF2D47DD46078514a3e296AB3c344Fe/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb6090a50f66046E3c6aFB9311846a6432E45060A/info.json b/blockchains/smartchain/assets/0xb6090a50f66046E3c6aFB9311846a6432E45060A/info.json deleted file mode 100644 index 83b4a89d6df2a..0000000000000 --- a/blockchains/smartchain/assets/0xb6090a50f66046E3c6aFB9311846a6432E45060A/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "PinkMoon", - "website": "https://www.pinkmoon.finance/", - "description": "The next frontier in community driven value - Auto locking LP to enable contract driven passive rewards. Simply hold the token to join the journey and reap the rewards.", - "explorer": "https://bscscan.com/token/0xb6090a50f66046E3c6aFB9311846a6432E45060A", - "type": "BEP20", - "symbol": "PINKM", - "decimals": 9, - "status": "active", - "id": "0xb6090a50f66046E3c6aFB9311846a6432E45060A", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/pinkmoonfinance" - }, - { - "name": "telegram", - "url": "https://t.me/pinkmoonfinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb6090a50f66046E3c6aFB9311846a6432E45060A/logo.png b/blockchains/smartchain/assets/0xb6090a50f66046E3c6aFB9311846a6432E45060A/logo.png deleted file mode 100644 index 86a35fc321963..0000000000000 Binary files a/blockchains/smartchain/assets/0xb6090a50f66046E3c6aFB9311846a6432E45060A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb626213cb1D52Caa1eD71e2a0e62c0113eD8d642/info.json b/blockchains/smartchain/assets/0xb626213cb1D52Caa1eD71e2a0e62c0113eD8d642/info.json deleted file mode 100644 index de063e2c50a44..0000000000000 --- a/blockchains/smartchain/assets/0xb626213cb1D52Caa1eD71e2a0e62c0113eD8d642/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "HUGHUG", - "type": "BEP20", - "symbol": "HGHG", - "decimals": 8, - "website": "https://hughug.io", - "description": "HUG HUG COIN PROJECT is launched to address the long-standing problem of the Japanese idol industry. HUG HUG COIN PROJECT operates to realize the idea of content protection by utilizing new technologies such as blockchain and NFT.", - "explorer": "https://bscscan.com/token/0xb626213cb1D52Caa1eD71e2a0e62c0113eD8d642", - "status": "active", - "id": "0xb626213cb1D52Caa1eD71e2a0e62c0113eD8d642", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/HUGHUG_coin" - }, - { - "name": "telegram", - "url": "https://t.me/HUGHUG_coin" - }, - { - "name": "medium", - "url": "https://medium.com/@hughugcoin" - }, - { - "name": "whitepaper", - "url": "https://hughug.io/pdf/hughug_wp.pdf?0827" - }, - { - "name": "facebook", - "url": "https://facebook.com/HUGHUG_coin-101160302224040" - }, - { - "name": "github", - "url": "https://github.com/Rock-n-Block/AUDIT/blob/main/HGHG" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb626213cb1D52Caa1eD71e2a0e62c0113eD8d642/logo.png b/blockchains/smartchain/assets/0xb626213cb1D52Caa1eD71e2a0e62c0113eD8d642/logo.png deleted file mode 100644 index 93c2de443ca8e..0000000000000 Binary files a/blockchains/smartchain/assets/0xb626213cb1D52Caa1eD71e2a0e62c0113eD8d642/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb6ADB74efb5801160Ff749b1985Fd3bD5000e938/info.json b/blockchains/smartchain/assets/0xb6ADB74efb5801160Ff749b1985Fd3bD5000e938/info.json deleted file mode 100644 index f080240514d44..0000000000000 --- a/blockchains/smartchain/assets/0xb6ADB74efb5801160Ff749b1985Fd3bD5000e938/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Gamezone.io", - "type": "BEP20", - "symbol": "GZONE", - "decimals": 18, - "website": "https://gamezone.io/", - "description": "Gamezone is a launchpad for gaming projects", - "explorer": "https://bscscan.com/token/0xb6adb74efb5801160ff749b1985fd3bd5000e938", - "status": "active", - "id": "0xb6ADB74efb5801160Ff749b1985Fd3bD5000e938", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/gamezone_app" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/gamezone/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/gamezone" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb6ADB74efb5801160Ff749b1985Fd3bD5000e938/logo.png b/blockchains/smartchain/assets/0xb6ADB74efb5801160Ff749b1985Fd3bD5000e938/logo.png deleted file mode 100644 index 7dba89d864a7f..0000000000000 Binary files a/blockchains/smartchain/assets/0xb6ADB74efb5801160Ff749b1985Fd3bD5000e938/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb6C53431608E626AC81a9776ac3e999c5556717c/info.json b/blockchains/smartchain/assets/0xb6C53431608E626AC81a9776ac3e999c5556717c/info.json deleted file mode 100644 index 1847c930472ec..0000000000000 --- a/blockchains/smartchain/assets/0xb6C53431608E626AC81a9776ac3e999c5556717c/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "pTokens TLOS", - "type": "BEP20", - "symbol": "TLOS", - "decimals": 18, - "website": "https://ptokens.io/", - "description": "pNetwork enables cross-chain movement of assets and data.", - "explorer": "https://bscscan.com/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/smartchain/assets/0xb6C53431608E626AC81a9776ac3e999c5556717c/logo.png b/blockchains/smartchain/assets/0xb6C53431608E626AC81a9776ac3e999c5556717c/logo.png deleted file mode 100644 index cc526a26256c8..0000000000000 Binary files a/blockchains/smartchain/assets/0xb6C53431608E626AC81a9776ac3e999c5556717c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb74ed4112C23B7c8ef1439FA55D304D537C5599B/info.json b/blockchains/smartchain/assets/0xb74ed4112C23B7c8ef1439FA55D304D537C5599B/info.json deleted file mode 100644 index 0fa2e3ac5a5c0..0000000000000 --- a/blockchains/smartchain/assets/0xb74ed4112C23B7c8ef1439FA55D304D537C5599B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ChesterCoin", - "website": "https://chesterfinance.info/", - "description": "CTRFI is a fork of Safe Moon. Programmed to reward holders while increasing liquidity and value", - "explorer": "https://bscscan.com/token/0xb74ed4112c23b7c8ef1439fa55d304d537c5599b", - "symbol": "CTRFI", - "type": "BEP20", - "decimals": 9, - "status": "active", - "id": "0xb74ed4112C23B7c8ef1439FA55D304D537C5599B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb74ed4112C23B7c8ef1439FA55D304D537C5599B/logo.png b/blockchains/smartchain/assets/0xb74ed4112C23B7c8ef1439FA55D304D537C5599B/logo.png deleted file mode 100644 index c540db6faf2ee..0000000000000 Binary files a/blockchains/smartchain/assets/0xb74ed4112C23B7c8ef1439FA55D304D537C5599B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb78e41AE7fc8121978168557bB096e1A858be2Ea/info.json b/blockchains/smartchain/assets/0xb78e41AE7fc8121978168557bB096e1A858be2Ea/info.json deleted file mode 100644 index 8fd1add9381af..0000000000000 --- a/blockchains/smartchain/assets/0xb78e41AE7fc8121978168557bB096e1A858be2Ea/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "MicroSHIBA", - "type": "BEP20", - "symbol": "MICROSHIB", - "decimals": 9, - "website": "https://www.microshiba.net/", - "description": "MicroSHIBA is a brand new token from a very experienced team that has implemented a manual buy back system to help protect investors maintain a steady market price in the event of a whale dump or continuous market sells.", - "explorer": "https://bscscan.com/token/0xb78e41AE7fc8121978168557bB096e1A858be2Ea", - "status": "active", - "id": "0xb78e41AE7fc8121978168557bB096e1A858be2Ea", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/MicroshibaEN" - }, - { - "name": "twitter", - "url": "https://twitter.com/MicroShibaBSC" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/microshib/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb78e41AE7fc8121978168557bB096e1A858be2Ea/logo.png b/blockchains/smartchain/assets/0xb78e41AE7fc8121978168557bB096e1A858be2Ea/logo.png deleted file mode 100644 index a932828aa9478..0000000000000 Binary files a/blockchains/smartchain/assets/0xb78e41AE7fc8121978168557bB096e1A858be2Ea/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb7CEF49d89321e22dd3F51a212d58398Ad542640/info.json b/blockchains/smartchain/assets/0xb7CEF49d89321e22dd3F51a212d58398Ad542640/info.json deleted file mode 100644 index a6825cbac1114..0000000000000 --- a/blockchains/smartchain/assets/0xb7CEF49d89321e22dd3F51a212d58398Ad542640/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Milk", - "type": "BEP20", - "symbol": "MILK", - "decimals": 9, - "website": "https://www.milktoken.net/", - "description": "The Milk Token is the first token release as part of the Milk and Butter token ecosystem. The Milk Token is deflationary with reflection redistribution and automatic liquidity functionality. Milk Tokens can be staked by users to earn Butter Tokens. The purpose of the Milk and Butter token ecosystem is to develop a system on the Binance Smart Chain for the automated generation of funds for charity with every use of said tokens.", - "explorer": "https://bscscan.com/token/0xb7CEF49d89321e22dd3F51a212d58398Ad542640", - "status": "active", - "id": "0xb7CEF49d89321e22dd3F51a212d58398Ad542640", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb7CEF49d89321e22dd3F51a212d58398Ad542640/logo.png b/blockchains/smartchain/assets/0xb7CEF49d89321e22dd3F51a212d58398Ad542640/logo.png deleted file mode 100644 index 8f76f1c38942a..0000000000000 Binary files a/blockchains/smartchain/assets/0xb7CEF49d89321e22dd3F51a212d58398Ad542640/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb7F2bca9b034f8cc143339Dd12bb31D3D50Cf27a/info.json b/blockchains/smartchain/assets/0xb7F2bca9b034f8cc143339Dd12bb31D3D50Cf27a/info.json deleted file mode 100644 index b1013e32bf77d..0000000000000 --- a/blockchains/smartchain/assets/0xb7F2bca9b034f8cc143339Dd12bb31D3D50Cf27a/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Gorilla Diamond", - "type": "BEP20", - "symbol": "GDT", - "decimals": 9, - "website": "https://www.gorilladiamond.com", - "description": "Building the largest peer-to-peer service cypto service platform", - "explorer": "https://bscscan.com/token/0xb7F2bca9b034f8cc143339Dd12bb31D3D50Cf27a", - "status": "active", - "id": "0xb7F2bca9b034f8cc143339Dd12bb31D3D50Cf27a" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb7F2bca9b034f8cc143339Dd12bb31D3D50Cf27a/logo.png b/blockchains/smartchain/assets/0xb7F2bca9b034f8cc143339Dd12bb31D3D50Cf27a/logo.png deleted file mode 100644 index d947ac4285012..0000000000000 Binary files a/blockchains/smartchain/assets/0xb7F2bca9b034f8cc143339Dd12bb31D3D50Cf27a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094/info.json b/blockchains/smartchain/assets/0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094/info.json deleted file mode 100644 index 703a5c5a9e635..0000000000000 --- a/blockchains/smartchain/assets/0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "BNB pegged Paxos Standard", - "website": "https://paxos.com/standard", - "description": "BNB pegged Paxos Standard (PAX BEP20) is a token issued by Binance on Smart Chain; its price is pegged to Paxos Standard (PAX ERC20) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0xb7f8cd00c5a06c0537e2abff0b58033d02e5e094", - "research": "https://research.binance.com/en/projects/paxos-standard", - "type": "BEP20", - "symbol": "PAX", - "decimals": 18, - "status": "active", - "id": "0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094", - "tags": [ - "binance-peg" - ], - "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-token/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094/logo.png b/blockchains/smartchain/assets/0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094/logo.png deleted file mode 100644 index d813568c1d3bd..0000000000000 Binary files a/blockchains/smartchain/assets/0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb813939458aA42ca57B870bEf4bEc24945aDDA6D/info.json b/blockchains/smartchain/assets/0xb813939458aA42ca57B870bEf4bEc24945aDDA6D/info.json deleted file mode 100644 index 7cf55f5eb244b..0000000000000 --- a/blockchains/smartchain/assets/0xb813939458aA42ca57B870bEf4bEc24945aDDA6D/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MONKI", - "type": "BEP20", - "symbol": "MONKI", - "decimals": 18, - "website": "https://www.monki.network/", - "description": "MONKI is a brand new Meme token,The only currency of coming up cyberpunk era.", - "explorer": "https://bscscan.com/token/0xb813939458aA42ca57B870bEf4bEc24945aDDA6D", - "status": "active", - "id": "0xb813939458aA42ca57B870bEf4bEc24945aDDA6D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb813939458aA42ca57B870bEf4bEc24945aDDA6D/logo.png b/blockchains/smartchain/assets/0xb813939458aA42ca57B870bEf4bEc24945aDDA6D/logo.png deleted file mode 100644 index 21a5101eb7f16..0000000000000 Binary files a/blockchains/smartchain/assets/0xb813939458aA42ca57B870bEf4bEc24945aDDA6D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb84ddc645c27D4Dc4bFA325c946f9d89d3AfCc7a/info.json b/blockchains/smartchain/assets/0xb84ddc645c27D4Dc4bFA325c946f9d89d3AfCc7a/info.json deleted file mode 100644 index 8d3e98bfdca68..0000000000000 --- a/blockchains/smartchain/assets/0xb84ddc645c27D4Dc4bFA325c946f9d89d3AfCc7a/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Bonus Cake", - "website": "https://bonuscake.com", - "description": "Bonus Cake is the first dividend and lucky draw CAKE reflection token.", - "explorer": "https://bscscan.com/token/0xb84ddc645c27D4Dc4bFA325c946f9d89d3AfCc7a", - "type": "BEP20", - "symbol": "BonusCake", - "decimals": 18, - "status": "active", - "id": "0xb84ddc645c27D4Dc4bFA325c946f9d89d3AfCc7a", - "links": [ - { - "name": "telegram", - "url": "https://t.me/BonusCake" - }, - { - "name": "twitter", - "url": "https://twitter.com/BonusCakeBSC" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/bonus-cake/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/ru/Криптовалюты/bonus-cake" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb84ddc645c27D4Dc4bFA325c946f9d89d3AfCc7a/logo.png b/blockchains/smartchain/assets/0xb84ddc645c27D4Dc4bFA325c946f9d89d3AfCc7a/logo.png deleted file mode 100644 index 04a34fa09e0e5..0000000000000 Binary files a/blockchains/smartchain/assets/0xb84ddc645c27D4Dc4bFA325c946f9d89d3AfCc7a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787/info.json b/blockchains/smartchain/assets/0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787/info.json deleted file mode 100644 index 6941503e5a7a3..0000000000000 --- a/blockchains/smartchain/assets/0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Zilliqa", - "type": "BEP20", - "symbol": "ZIL", - "decimals": 12, - "website": "http://www.zilliqa.com/", - "description": "Zilliqa (ZIL) is a public blockchain built on a sharded architecture. It has solved blockchain scalability and speed by implementing sharding.", - "explorer": "https://bscscan.com/token/0xb86abcb37c3a4b64f74f59301aff131a1becc787", - "status": "active", - "id": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/zilliqa" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/zilliqa" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/french-connection-finance/" - }, - { - "name": "github", - "url": "https://github.com/Zilliqa" - }, - { - "name": "telegram", - "url": "https://t.me/zilliqachat" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/zilliqa/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787/logo.png b/blockchains/smartchain/assets/0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787/logo.png deleted file mode 100644 index 78f3d40de0f2e..0000000000000 Binary files a/blockchains/smartchain/assets/0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb899dB682e6D6164D885ff67C1e676141deaaA40/info.json b/blockchains/smartchain/assets/0xb899dB682e6D6164D885ff67C1e676141deaaA40/info.json deleted file mode 100644 index c548957713283..0000000000000 --- a/blockchains/smartchain/assets/0xb899dB682e6D6164D885ff67C1e676141deaaA40/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Onlyone", - "type": "BEP20", - "symbol": "ONLYONE", - "decimals": 18, - "website": "https://onlyonefinance.com/", - "description": "Onlyone is a community driven fairly launched token on the Binance Smart Chain used in the Onlyone Casino. The total token supply is only one. Five percent of the value of each transaction is redistributed to token holders and other five percent it sent to the liquidity pool.", - "explorer": "https://bscscan.com/token/0xb899dB682e6D6164D885ff67C1e676141deaaA40", - "status": "active", - "id": "0xb899dB682e6D6164D885ff67C1e676141deaaA40", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/onlyonefinance" - }, - { - "name": "telegram", - "url": "https://t.me/onlyone_finance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb899dB682e6D6164D885ff67C1e676141deaaA40/logo.png b/blockchains/smartchain/assets/0xb899dB682e6D6164D885ff67C1e676141deaaA40/logo.png deleted file mode 100644 index 0ce9789cd7827..0000000000000 Binary files a/blockchains/smartchain/assets/0xb899dB682e6D6164D885ff67C1e676141deaaA40/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb8C540d00dd0Bf76ea12E4B4B95eFC90804f924E/info.json b/blockchains/smartchain/assets/0xb8C540d00dd0Bf76ea12E4B4B95eFC90804f924E/info.json deleted file mode 100644 index 1257f54fd36e4..0000000000000 --- a/blockchains/smartchain/assets/0xb8C540d00dd0Bf76ea12E4B4B95eFC90804f924E/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://bscscan.com/token/0xb8c540d00dd0bf76ea12e4b4b95efc90804f924e", - "audit_report": "https://qian.finance/PeckShield-Audit-Report-QIAN2-v1.0.pdf", - "type": "BEP20", - "symbol": "QUSD", - "decimals": 18, - "status": "active", - "id": "0xb8C540d00dd0Bf76ea12E4B4B95eFC90804f924E", - "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/smartchain/assets/0xb8C540d00dd0Bf76ea12E4B4B95eFC90804f924E/logo.png b/blockchains/smartchain/assets/0xb8C540d00dd0Bf76ea12E4B4B95eFC90804f924E/logo.png deleted file mode 100644 index 844124997d325..0000000000000 Binary files a/blockchains/smartchain/assets/0xb8C540d00dd0Bf76ea12E4B4B95eFC90804f924E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb8a5e028f833F08A29564ded368b4CaCB4e18FF5/info.json b/blockchains/smartchain/assets/0xb8a5e028f833F08A29564ded368b4CaCB4e18FF5/info.json deleted file mode 100644 index 3019d2d5defc0..0000000000000 --- a/blockchains/smartchain/assets/0xb8a5e028f833F08A29564ded368b4CaCB4e18FF5/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Santa Floki", - "type": "BEP20", - "symbol": "HoHoHo", - "decimals": 2, - "website": "https://www.santafloki.com", - "description": "Santa Floki rewards those that are good with BUSD and those that believe in him. His plans this year is to deliver gifts to those in need with its charity program and help warm hearts for Christmas.", - "explorer": "https://bscscan.com/token/0xb8a5e028f833F08A29564ded368b4CaCB4e18FF5", - "status": "abandoned", - "id": "0xb8a5e028f833F08A29564ded368b4CaCB4e18FF5", - "migrate": { - "asset_id": "c20000714_t0x14940169E2Db1595CDD3CACd30DECC5bbB4d9f19", - "url": "https://twitter.com/Santa_Floki/status/1496413286358781956" - }, - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Santa_Floki" - }, - { - "name": "telegram", - "url": "https://t.me/Santa_Floki" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb8b10DaFb5546b3740886D8a77b8b9bACB44fFfD/info.json b/blockchains/smartchain/assets/0xb8b10DaFb5546b3740886D8a77b8b9bACB44fFfD/info.json deleted file mode 100644 index 82d7f5f69e2b5..0000000000000 --- a/blockchains/smartchain/assets/0xb8b10DaFb5546b3740886D8a77b8b9bACB44fFfD/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Travel Coin", - "type": "BEP20", - "symbol": "TCOIN", - "decimals": 4, - "website": "https://tcoin.one", - "description": "The Travel Coin project and the TCOIN token attached to it represent the first ecosystem in the world that uses the blockchain technology to offer an international reward system among all hospitality service providers, without limitations.", - "explorer": "https://bscscan.com/token/0xb8b10DaFb5546b3740886D8a77b8b9bACB44fFfD", - "status": "active", - "id": "0xb8b10DaFb5546b3740886D8a77b8b9bACB44fFfD" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb8b10DaFb5546b3740886D8a77b8b9bACB44fFfD/logo.png b/blockchains/smartchain/assets/0xb8b10DaFb5546b3740886D8a77b8b9bACB44fFfD/logo.png deleted file mode 100644 index 66a2533fa9c44..0000000000000 Binary files a/blockchains/smartchain/assets/0xb8b10DaFb5546b3740886D8a77b8b9bACB44fFfD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb8e3bB633F7276cc17735D86154E0ad5ec9928C0/info.json b/blockchains/smartchain/assets/0xb8e3bB633F7276cc17735D86154E0ad5ec9928C0/info.json deleted file mode 100644 index 6c0d4f8399ca8..0000000000000 --- a/blockchains/smartchain/assets/0xb8e3bB633F7276cc17735D86154E0ad5ec9928C0/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "VELASPAD", - "type": "BEP20", - "symbol": "VLXPAD", - "decimals": 18, - "website": "https://velaspad.io/", - "description": "VLXPAD is a token for VelasPad launchpad", - "explorer": "https://bscscan.com/token/0xb8e3bB633F7276cc17735D86154E0ad5ec9928C0", - "status": "active", - "id": "0xb8e3bB633F7276cc17735D86154E0ad5ec9928C0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VelasPad" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/velaspad" - }, - { - "name": "telegram", - "url": "https://t.me/VelasPad" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/velaspad/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb8e3bB633F7276cc17735D86154E0ad5ec9928C0/logo.png b/blockchains/smartchain/assets/0xb8e3bB633F7276cc17735D86154E0ad5ec9928C0/logo.png deleted file mode 100644 index ed4a6a5c60efe..0000000000000 Binary files a/blockchains/smartchain/assets/0xb8e3bB633F7276cc17735D86154E0ad5ec9928C0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb93ba7DC61ECFced69067151FC00C41cA369A797/info.json b/blockchains/smartchain/assets/0xb93ba7DC61ECFced69067151FC00C41cA369A797/info.json deleted file mode 100644 index 6bf5075d862c6..0000000000000 --- a/blockchains/smartchain/assets/0xb93ba7DC61ECFced69067151FC00C41cA369A797/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "WenMoon Token", - "type": "BEP20", - "symbol": "WENMOON", - "decimals": 7, - "website": "https://wenmoon.space", - "description": "High yielding BSC token with 15% transaction fee redistributed to existing wallet holders.", - "explorer": "https://bscscan.com/token/0xb93ba7DC61ECFced69067151FC00C41cA369A797", - "status": "active", - "id": "0xb93ba7DC61ECFced69067151FC00C41cA369A797", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb93ba7DC61ECFced69067151FC00C41cA369A797/logo.png b/blockchains/smartchain/assets/0xb93ba7DC61ECFced69067151FC00C41cA369A797/logo.png deleted file mode 100644 index 92bcd3e505265..0000000000000 Binary files a/blockchains/smartchain/assets/0xb93ba7DC61ECFced69067151FC00C41cA369A797/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb9654A42f0F5dCDEf5617DebF8bd048E33F180E7/info.json b/blockchains/smartchain/assets/0xb9654A42f0F5dCDEf5617DebF8bd048E33F180E7/info.json deleted file mode 100644 index 3b3238072fc59..0000000000000 --- a/blockchains/smartchain/assets/0xb9654A42f0F5dCDEf5617DebF8bd048E33F180E7/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "ThunderBNB Token", - "website": "https://thunderbnb.app/", - "description": "The next evolution of a reflection token on the BSC with double reward reflection token using the power of 80/20 to maximize your earnings for both now & future", - "explorer": "https://bscscan.com/token/0xb9654A42f0F5dCDEf5617DebF8bd048E33F180E7", - "type": "BEP20", - "symbol": "THUNDERBNB", - "decimals": 18, - "status": "active", - "id": "0xb9654A42f0F5dCDEf5617DebF8bd048E33F180E7", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ThunderBNBapp" - }, - { - "name": "telegram", - "url": "https://t.me/ThunderBNB" - }, - { - "name": "docs", - "url": "https://docs.thunderbnb.app/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/thunderBNB/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCdEqg6tOw9RRQR7adkX1pvw" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/thunderbnb" - }, - { - "name": "github", - "url": "https://github.com/ThunderBnb/contracts" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb9654A42f0F5dCDEf5617DebF8bd048E33F180E7/logo.png b/blockchains/smartchain/assets/0xb9654A42f0F5dCDEf5617DebF8bd048E33F180E7/logo.png deleted file mode 100644 index 54645a8c6e254..0000000000000 Binary files a/blockchains/smartchain/assets/0xb9654A42f0F5dCDEf5617DebF8bd048E33F180E7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb966150c7a0150eD4ea979e04F18d109301AAb95/info.json b/blockchains/smartchain/assets/0xb966150c7a0150eD4ea979e04F18d109301AAb95/info.json deleted file mode 100644 index cb2e9141c8778..0000000000000 --- a/blockchains/smartchain/assets/0xb966150c7a0150eD4ea979e04F18d109301AAb95/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Stonks Token", - "website": "https://www.stonkstoken.space/", - "description": "$STONKS is a community driven fair launched DeFi token. Reflection, Lp acquisition and Burn happens in every trade. It aims to launch a gaming exchange platform to build utility around the token.", - "explorer": "https://bscscan.com/token/0xb966150c7a0150eD4ea979e04F18d109301AAb95", - "type": "BEP20", - "symbol": "$STONKS", - "decimals": 9, - "status": "active", - "id": "0xb966150c7a0150eD4ea979e04F18d109301AAb95" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb966150c7a0150eD4ea979e04F18d109301AAb95/logo.png b/blockchains/smartchain/assets/0xb966150c7a0150eD4ea979e04F18d109301AAb95/logo.png deleted file mode 100644 index e93d1d3875144..0000000000000 Binary files a/blockchains/smartchain/assets/0xb966150c7a0150eD4ea979e04F18d109301AAb95/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb9784C1633ef3b839563B988c323798634714368/info.json b/blockchains/smartchain/assets/0xb9784C1633ef3b839563B988c323798634714368/info.json deleted file mode 100644 index 97ce1a88b8172..0000000000000 --- a/blockchains/smartchain/assets/0xb9784C1633ef3b839563B988c323798634714368/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Phoswap", - "website": "https://phoswap.io", - "description": "Phoswap, a decentralized exchange on Binance Smart Chain provides users swap pools, liquidity pools, farming pools, and staking pools using an Automated Market Maker (AMM) model.", - "explorer": "https://bscscan.com/token/0xb9784C1633ef3b839563B988c323798634714368", - "type": "BEP20", - "symbol": "PHO", - "decimals": 8, - "status": "active", - "id": "0xb9784C1633ef3b839563B988c323798634714368" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb9784C1633ef3b839563B988c323798634714368/logo.png b/blockchains/smartchain/assets/0xb9784C1633ef3b839563B988c323798634714368/logo.png deleted file mode 100644 index 5aaa99c34e3bc..0000000000000 Binary files a/blockchains/smartchain/assets/0xb9784C1633ef3b839563B988c323798634714368/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xb9D8592E16A9c1a3AE6021CDDb324EaC1Cbc70d6/info.json b/blockchains/smartchain/assets/0xb9D8592E16A9c1a3AE6021CDDb324EaC1Cbc70d6/info.json deleted file mode 100644 index a690a75c1b2d8..0000000000000 --- a/blockchains/smartchain/assets/0xb9D8592E16A9c1a3AE6021CDDb324EaC1Cbc70d6/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "PERA", - "website": "https://pera.finance/", - "description": "Pera Finance is a DeFi platform where traders, liquidity providers and holders yield farm together through the DeFi's first decentralized trading competition.", - "explorer": "https://bscscan.com/token/0xb9d8592e16a9c1a3ae6021cddb324eac1cbc70d6", - "type": "BEP20", - "symbol": "PERA", - "decimals": 18, - "status": "active", - "id": "0xb9D8592E16A9c1a3AE6021CDDb324EaC1Cbc70d6", - "links": [ - { - "name": "github", - "url": "https://github.com/perafinance" - }, - { - "name": "twitter", - "url": "https://twitter.com/perafinance" - }, - { - "name": "blog", - "url": "https://perafinance.medium.com/" - }, - { - "name": "telegram", - "url": "https://t.me/perafinance" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pera-finance/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/pera-finance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xb9D8592E16A9c1a3AE6021CDDb324EaC1Cbc70d6/logo.png b/blockchains/smartchain/assets/0xb9D8592E16A9c1a3AE6021CDDb324EaC1Cbc70d6/logo.png deleted file mode 100644 index 7e39a1a24347e..0000000000000 Binary files a/blockchains/smartchain/assets/0xb9D8592E16A9c1a3AE6021CDDb324EaC1Cbc70d6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbA0B46F556633Bd742546E4F37D66D416753003B/info.json b/blockchains/smartchain/assets/0xbA0B46F556633Bd742546E4F37D66D416753003B/info.json deleted file mode 100644 index 32259e4c4a597..0000000000000 --- a/blockchains/smartchain/assets/0xbA0B46F556633Bd742546E4F37D66D416753003B/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Idle Cyber", - "type": "BEP20", - "symbol": "AFK", - "decimals": 18, - "website": "https://www.idlecyber.com/", - "description": "Idle Cyber is a P2E model idle game with a new kind of frontier defence and RPG heroes collection mixed with blockchain technology.", - "explorer": "https://bscscan.com/token/0xbA0B46F556633Bd742546E4F37D66D416753003B", - "status": "active", - "id": "0xbA0B46F556633Bd742546E4F37D66D416753003B", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/iddle-cyber/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/idle-cyber" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbA0B46F556633Bd742546E4F37D66D416753003B/logo.png b/blockchains/smartchain/assets/0xbA0B46F556633Bd742546E4F37D66D416753003B/logo.png deleted file mode 100644 index cd7f35ff7229d..0000000000000 Binary files a/blockchains/smartchain/assets/0xbA0B46F556633Bd742546E4F37D66D416753003B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbA2aE424d960c26247Dd6c32edC70B295c744C43/info.json b/blockchains/smartchain/assets/0xbA2aE424d960c26247Dd6c32edC70B295c744C43/info.json deleted file mode 100644 index e810764424d23..0000000000000 --- a/blockchains/smartchain/assets/0xbA2aE424d960c26247Dd6c32edC70B295c744C43/info.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "BNB pegged Dogecoin", - "website": "https://dogecoin.com/", - "description": "BNB pegged Dogecoin (DOGE BEP20) is a token issued by Binance on Smart Chain; its price is pegged to Dogecoin (DOGE) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0xba2ae424d960c26247dd6c32edc70b295c744c43", - "research": "https://research.binance.com/en/projects/dogecoin", - "type": "BEP20", - "symbol": "DOGE", - "decimals": 8, - "status": "active", - "id": "0xbA2aE424d960c26247Dd6c32edC70B295c744C43", - "tags": [ - "binance-peg", - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbA2aE424d960c26247Dd6c32edC70B295c744C43/logo.png b/blockchains/smartchain/assets/0xbA2aE424d960c26247Dd6c32edC70B295c744C43/logo.png deleted file mode 100644 index 8db4b84afc431..0000000000000 Binary files a/blockchains/smartchain/assets/0xbA2aE424d960c26247Dd6c32edC70B295c744C43/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbA552586eA573Eaa3436f04027ff4effd0c0abbb/info.json b/blockchains/smartchain/assets/0xbA552586eA573Eaa3436f04027ff4effd0c0abbb/info.json deleted file mode 100644 index 429a3b16d68f1..0000000000000 --- a/blockchains/smartchain/assets/0xbA552586eA573Eaa3436f04027ff4effd0c0abbb/info.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "Meer", - "type": "BEP20", - "symbol": "MEER", - "decimals": 18, - "website": "https://www.qitmeer.io/#/index", - "description": "A High-Performance Public Blockchain Powered by the MeerDAG Consensus", - "explorer": "https://bscscan.com/token/0xbA552586eA573Eaa3436f04027ff4effd0c0abbb", - "status": "active", - "id": "0xbA552586eA573Eaa3436f04027ff4effd0c0abbb", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/qitmeer-network/" - } - ] -} diff --git a/blockchains/smartchain/assets/0xbA552586eA573Eaa3436f04027ff4effd0c0abbb/logo.png b/blockchains/smartchain/assets/0xbA552586eA573Eaa3436f04027ff4effd0c0abbb/logo.png deleted file mode 100644 index 0502f513ff473..0000000000000 Binary files a/blockchains/smartchain/assets/0xbA552586eA573Eaa3436f04027ff4effd0c0abbb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbA5eAB68a7203C9FF72E07b708991F07f55eF40E/info.json b/blockchains/smartchain/assets/0xbA5eAB68a7203C9FF72E07b708991F07f55eF40E/info.json deleted file mode 100644 index 85f02eb37a42d..0000000000000 --- a/blockchains/smartchain/assets/0xbA5eAB68a7203C9FF72E07b708991F07f55eF40E/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "KODI COIN", - "type": "BEP20", - "symbol": "KODI", - "decimals": 18, - "website": "https://kodicoin.com", - "description": "Kodi is a Binance Smart Chain based token that provides its users with multiple avenues of passive income. The ecosystem encompasses the CookieSale IDO platform and its Pitch advertising agency to give developers a one-stop shop to build their brands and launch their projects.", - "explorer": "https://bscscan.com/token/0xbA5eAB68a7203C9FF72E07b708991F07f55eF40E", - "status": "active", - "id": "0xbA5eAB68a7203C9FF72E07b708991F07f55eF40E", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/kodi_coin" - }, - { - "name": "telegram", - "url": "https://t.me/kodicoinofficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/kodicoin/" - }, - { - "name": "whitepaper", - "url": "https://kodi.gitbook.io/kodi-whitepaper/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbA5eAB68a7203C9FF72E07b708991F07f55eF40E/logo.png b/blockchains/smartchain/assets/0xbA5eAB68a7203C9FF72E07b708991F07f55eF40E/logo.png deleted file mode 100644 index e3c4da014ffa0..0000000000000 Binary files a/blockchains/smartchain/assets/0xbA5eAB68a7203C9FF72E07b708991F07f55eF40E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbB3837Fa11d4B789717C8f622Ec4f6eee5375C49/info.json b/blockchains/smartchain/assets/0xbB3837Fa11d4B789717C8f622Ec4f6eee5375C49/info.json deleted file mode 100644 index 1cfeaaee9d0cc..0000000000000 --- a/blockchains/smartchain/assets/0xbB3837Fa11d4B789717C8f622Ec4f6eee5375C49/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "BSCView", - "type": "BEP20", - "symbol": "BSCV", - "decimals": 18, - "website": "https://bscview.com/home", - "description": "The Most Comprehensive Trading Tools Available For Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xbB3837Fa11d4B789717C8f622Ec4f6eee5375C49", - "status": "active", - "id": "0xbB3837Fa11d4B789717C8f622Ec4f6eee5375C49", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/bscview" - }, - { - "name": "telegram", - "url": "https://t.me/bscview" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbB3837Fa11d4B789717C8f622Ec4f6eee5375C49/logo.png b/blockchains/smartchain/assets/0xbB3837Fa11d4B789717C8f622Ec4f6eee5375C49/logo.png deleted file mode 100644 index f93b1dd44f320..0000000000000 Binary files a/blockchains/smartchain/assets/0xbB3837Fa11d4B789717C8f622Ec4f6eee5375C49/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbB8170ad35325522c0026d67584D4feFBd08b750/info.json b/blockchains/smartchain/assets/0xbB8170ad35325522c0026d67584D4feFBd08b750/info.json deleted file mode 100644 index f321823bd3c6b..0000000000000 --- a/blockchains/smartchain/assets/0xbB8170ad35325522c0026d67584D4feFBd08b750/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "RADDITARIUM NETWORK", - "type": "BEP20", - "symbol": "RADDIT", - "decimals": 9, - "website": "https://radditarium.com/", - "description": "Please update logo ", - "explorer": "https://bscscan.com/token/0xbB8170ad35325522c0026d67584D4feFBd08b750", - "status": "active", - "id": "0xbB8170ad35325522c0026d67584D4feFBd08b750" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbB8170ad35325522c0026d67584D4feFBd08b750/logo.png b/blockchains/smartchain/assets/0xbB8170ad35325522c0026d67584D4feFBd08b750/logo.png deleted file mode 100644 index 5283e26e410a7..0000000000000 Binary files a/blockchains/smartchain/assets/0xbB8170ad35325522c0026d67584D4feFBd08b750/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbB8DB5e17BBe9c90Da8E3445E335b82d7cc53575/info.json b/blockchains/smartchain/assets/0xbB8DB5e17BBe9c90Da8E3445E335b82d7cc53575/info.json deleted file mode 100644 index 92925df8438eb..0000000000000 --- a/blockchains/smartchain/assets/0xbB8DB5e17BBe9c90Da8E3445E335b82d7cc53575/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Beer", - "type": "BEP20", - "symbol": "Beer", - "decimals": 18, - "website": "https://beergarden.finance/", - "description": "-", - "explorer": "https://bscscan.com/token/0xbB8DB5e17BBe9c90Da8E3445E335b82d7cc53575", - "status": "active", - "id": "0xbB8DB5e17BBe9c90Da8E3445E335b82d7cc53575" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbB8DB5e17BBe9c90Da8E3445E335b82d7cc53575/logo.png b/blockchains/smartchain/assets/0xbB8DB5e17BBe9c90Da8E3445E335b82d7cc53575/logo.png deleted file mode 100644 index 0737d11d81a0a..0000000000000 Binary files a/blockchains/smartchain/assets/0xbB8DB5e17BBe9c90Da8E3445E335b82d7cc53575/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbBBcB350C64Fe974e5C42A55c7070644191823f3/info.json b/blockchains/smartchain/assets/0xbBBcB350C64Fe974e5C42A55c7070644191823f3/info.json deleted file mode 100644 index 636c2cd847798..0000000000000 --- a/blockchains/smartchain/assets/0xbBBcB350C64Fe974e5C42A55c7070644191823f3/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "CheersLand Token", - "website": "https://cheersland.org/", - "description": "A scalable GameFi Metaverse Aggregator where anyone can monetize their gaming experiences and social networks ", - "explorer": "https://bscscan.com/token/0xbBBcB350C64Fe974e5C42A55c7070644191823f3", - "type": "BEP20", - "symbol": "CHEERS", - "decimals": 18, - "status": "active", - "id": "0xbBBcB350C64Fe974e5C42A55c7070644191823f3", - "links": [ - { - "name": "telegram", - "url": "https://t.me/cheersland_news" - }, - { - "name": "twitter", - "url": "https://twitter.com/cheers_land" - }, - { - "name": "blog", - "url": "https://medium.com/cheersland" - }, - { - "name": "whitepaper", - "url": "https://docs.cheersland.org/" - } - ], - "tags": [ - "gamefi", - "staking", - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0xbBBcB350C64Fe974e5C42A55c7070644191823f3/logo.png b/blockchains/smartchain/assets/0xbBBcB350C64Fe974e5C42A55c7070644191823f3/logo.png deleted file mode 100644 index 7c41ffef5b049..0000000000000 Binary files a/blockchains/smartchain/assets/0xbBBcB350C64Fe974e5C42A55c7070644191823f3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/info.json b/blockchains/smartchain/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/info.json deleted file mode 100644 index 1d73aa0f346b7..0000000000000 --- a/blockchains/smartchain/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/info.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "EverRise Rewards", - "type": "BEP20", - "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://bscscan.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/smartchain/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/logo.png b/blockchains/smartchain/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/logo.png deleted file mode 100644 index efff8d00af4a5..0000000000000 Binary files a/blockchains/smartchain/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbBeA1AC815E5402DF5Ee9c80A93FC3e72119469D/info.json b/blockchains/smartchain/assets/0xbBeA1AC815E5402DF5Ee9c80A93FC3e72119469D/info.json deleted file mode 100644 index c93af48f507ed..0000000000000 --- a/blockchains/smartchain/assets/0xbBeA1AC815E5402DF5Ee9c80A93FC3e72119469D/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MOONSTORM", - "type": "BEP20", - "symbol": "MOONSTORM", - "decimals": 9, - "website": "https://moonstorm.io/", - "description": "A community owned protocol that rewards holders.", - "explorer": "https://bscscan.com/token/0xbBeA1AC815E5402DF5Ee9c80A93FC3e72119469D", - "status": "active", - "id": "0xbBeA1AC815E5402DF5Ee9c80A93FC3e72119469D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbBeA1AC815E5402DF5Ee9c80A93FC3e72119469D/logo.png b/blockchains/smartchain/assets/0xbBeA1AC815E5402DF5Ee9c80A93FC3e72119469D/logo.png deleted file mode 100644 index a4836b1aede48..0000000000000 Binary files a/blockchains/smartchain/assets/0xbBeA1AC815E5402DF5Ee9c80A93FC3e72119469D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbCBcD3FDC07d496D1145F41a65A3e957EfEd9946/info.json b/blockchains/smartchain/assets/0xbCBcD3FDC07d496D1145F41a65A3e957EfEd9946/info.json deleted file mode 100644 index 4768ecb9e9e71..0000000000000 --- a/blockchains/smartchain/assets/0xbCBcD3FDC07d496D1145F41a65A3e957EfEd9946/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "AERO SWAP", - "type": "BEP20", - "symbol": "AERO", - "decimals": 2, - "website": "https://aeroswapfinance.com/", - "description": "Aero Swap Finance is a Multi-purpose auto-generate advertisment liquidity defi & NFT aircraft market project built on binance smart chain", - "explorer": "https://bscscan.com/token/0xbCBcD3FDC07d496D1145F41a65A3e957EfEd9946", - "status": "active", - "id": "0xbCBcD3FDC07d496D1145F41a65A3e957EfEd9946" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbCBcD3FDC07d496D1145F41a65A3e957EfEd9946/logo.png b/blockchains/smartchain/assets/0xbCBcD3FDC07d496D1145F41a65A3e957EfEd9946/logo.png deleted file mode 100644 index dbc03c22c72e8..0000000000000 Binary files a/blockchains/smartchain/assets/0xbCBcD3FDC07d496D1145F41a65A3e957EfEd9946/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbCba01f7d6CC0A950464a4b98BA8358c4F6B69a0/info.json b/blockchains/smartchain/assets/0xbCba01f7d6CC0A950464a4b98BA8358c4F6B69a0/info.json deleted file mode 100644 index a2094050bf974..0000000000000 --- a/blockchains/smartchain/assets/0xbCba01f7d6CC0A950464a4b98BA8358c4F6B69a0/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "BitcoMine", - "website": "https://bitcominetoken.com/", - "description": "BitcoMine Token rewards its holders 11% from each successful transaction in BTC on daily basis depending on the trading volume.", - "explorer": "https://bscscan.com/token/0xbcba01f7d6cc0a950464a4b98ba8358c4f6b69a0", - "type": "BEP20", - "symbol": "BME", - "decimals": 18, - "status": "active", - "id": "0xbCba01f7d6CC0A950464a4b98BA8358c4F6B69a0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BitcoMineToken" - }, - { - "name": "telegram", - "url": "https://t.me/BitcoMineToken" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/BitcoMine/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/bitcomine" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/bitcomine-token/" - }, - { - "name": "github", - "url": "https://github.com/BitcoMine/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbCba01f7d6CC0A950464a4b98BA8358c4F6B69a0/logo.png b/blockchains/smartchain/assets/0xbCba01f7d6CC0A950464a4b98BA8358c4F6B69a0/logo.png deleted file mode 100644 index 272e7edca3bb3..0000000000000 Binary files a/blockchains/smartchain/assets/0xbCba01f7d6CC0A950464a4b98BA8358c4F6B69a0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbCdfD50ead6b6da1970464985FAb894Fb83d17C0/info.json b/blockchains/smartchain/assets/0xbCdfD50ead6b6da1970464985FAb894Fb83d17C0/info.json deleted file mode 100644 index 3c84cb42b8b85..0000000000000 --- a/blockchains/smartchain/assets/0xbCdfD50ead6b6da1970464985FAb894Fb83d17C0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "NFTTONE", - "website": "https://www.nfttone.net/", - "description": "TONE is a decentralized and social NFT marketplace (driven by the community) where you can turn your songs, music, performance or TONE'S into unique NFTs and win prizes, sell them or place it on an auction.", - "explorer": "https://bscscan.com/token/0xbCdfD50ead6b6da1970464985FAb894Fb83d17C0", - "type": "BEP20", - "symbol": "TONE", - "decimals": 8, - "status": "active", - "id": "0xbCdfD50ead6b6da1970464985FAb894Fb83d17C0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbCdfD50ead6b6da1970464985FAb894Fb83d17C0/logo.png b/blockchains/smartchain/assets/0xbCdfD50ead6b6da1970464985FAb894Fb83d17C0/logo.png deleted file mode 100644 index 5a2626c6bfad9..0000000000000 Binary files a/blockchains/smartchain/assets/0xbCdfD50ead6b6da1970464985FAb894Fb83d17C0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbCeeE918077F63fB1B9e10403F59cA40C7061341/info.json b/blockchains/smartchain/assets/0xbCeeE918077F63fB1B9e10403F59cA40C7061341/info.json deleted file mode 100644 index 993352189ae6a..0000000000000 --- a/blockchains/smartchain/assets/0xbCeeE918077F63fB1B9e10403F59cA40C7061341/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Papa Doge Coin", - "website": "https://www.papadoge.space/", - "description": "PAPADOGE’s coming out of his retirement to give everyone who missed out on his son a second chance. We are a meme-based token that aims to be the best protocol in promoting fun and joy. Our community will be stress-free and warming, everyone is welcome to join.", - "explorer": "https://bscscan.com/token/0xbCeeE918077F63fB1B9e10403F59cA40C7061341", - "type": "BEP20", - "symbol": "PAPADOGE", - "decimals": 18, - "status": "active", - "id": "0xbCeeE918077F63fB1B9e10403F59cA40C7061341" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbCeeE918077F63fB1B9e10403F59cA40C7061341/logo.png b/blockchains/smartchain/assets/0xbCeeE918077F63fB1B9e10403F59cA40C7061341/logo.png deleted file mode 100644 index cce7ebf9e3421..0000000000000 Binary files a/blockchains/smartchain/assets/0xbCeeE918077F63fB1B9e10403F59cA40C7061341/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbD4a49e1a0bd8D17fAa881D057b48BC18b983E51/info.json b/blockchains/smartchain/assets/0xbD4a49e1a0bd8D17fAa881D057b48BC18b983E51/info.json deleted file mode 100644 index f1ccf50ab9763..0000000000000 --- a/blockchains/smartchain/assets/0xbD4a49e1a0bd8D17fAa881D057b48BC18b983E51/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "DogeBull", - "website": "https://dogecola.finance", - "description": "$DOGEBULL is part of DOGECOLA project. Same family, same community, same devs. Hold $DOGEBULL and you'll receive DOGECOLA automatically in your wallet.", - "explorer": "https://bscscan.com/token/0xbD4a49e1a0bd8D17fAa881D057b48BC18b983E51", - "type": "BEP20", - "symbol": "DOGEBULL", - "decimals": 18, - "status": "active", - "id": "0xbD4a49e1a0bd8D17fAa881D057b48BC18b983E51", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/doge_cola" - }, - { - "name": "telegram", - "url": "https://t.me/dogecola" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbD4a49e1a0bd8D17fAa881D057b48BC18b983E51/logo.png b/blockchains/smartchain/assets/0xbD4a49e1a0bd8D17fAa881D057b48BC18b983E51/logo.png deleted file mode 100644 index db83ded5cad2c..0000000000000 Binary files a/blockchains/smartchain/assets/0xbD4a49e1a0bd8D17fAa881D057b48BC18b983E51/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbD83010eB60F12112908774998F65761cf9f6f9a/info.json b/blockchains/smartchain/assets/0xbD83010eB60F12112908774998F65761cf9f6f9a/info.json deleted file mode 100644 index 5ff3da005bb58..0000000000000 --- a/blockchains/smartchain/assets/0xbD83010eB60F12112908774998F65761cf9f6f9a/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Mogul Stars", - "website": "https://www.mogulproductions.com/stars", - "description": "Mogul Productions is a decentralized film financing (DeFi) and movie-based NFT platform that connects creators, movie fans, and film financiers in one space to ensure the best films get made by giving everyone a voice. By leveraging blockchain technology, NFTs and a tokenized system, Mogul incentivizes participation and rewards engagement. Using the Mogul in-app payment and utility token (STARS), users can vote on, greenlight and participate in key decision-making aspects of production.", - "explorer": "https://bscscan.com/token/0xbd83010eb60f12112908774998f65761cf9f6f9a", - "type": "BEP20", - "symbol": "STARS", - "decimals": 18, - "status": "active", - "id": "0xbD83010eB60F12112908774998F65761cf9f6f9a", - "links": [ - { - "name": "telegram", - "url": "https://t.me/mogulproductions" - }, - { - "name": "twitter", - "url": "https://twitter.com/mogulofficial_" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mogul-productions/" - } - ], - "tags": [ - "defi", - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0xbD83010eB60F12112908774998F65761cf9f6f9a/logo.png b/blockchains/smartchain/assets/0xbD83010eB60F12112908774998F65761cf9f6f9a/logo.png deleted file mode 100644 index 052b490078f25..0000000000000 Binary files a/blockchains/smartchain/assets/0xbD83010eB60F12112908774998F65761cf9f6f9a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbDC3b3639f7AA19e623A4d603A3Fb7Ab20115A91/info.json b/blockchains/smartchain/assets/0xbDC3b3639f7AA19e623A4d603A3Fb7Ab20115A91/info.json deleted file mode 100644 index 703f23eac39ad..0000000000000 --- a/blockchains/smartchain/assets/0xbDC3b3639f7AA19e623A4d603A3Fb7Ab20115A91/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Coin of Champions", - "type": "BEP20", - "symbol": "COC", - "decimals": 18, - "website": "https://coinofchampions.com/", - "description": "COC token was created to link blockchain and sport industry. The project aims to create a collectible NFT card game based on sports. COC brand would like to spread the values and the features that distinguish the brand and differentiate it from competitors. Sharing, community building, famous sports testimonials and the chance of saving: these are the concepts conveyed through the structure of the brand.", - "explorer": "https://bscscan.com/token/0xbDC3b3639f7AA19e623A4d603A3Fb7Ab20115A91", - "status": "active", - "id": "0xbDC3b3639f7AA19e623A4d603A3Fb7Ab20115A91", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/coinofchampions" - }, - { - "name": "github", - "url": "https://github.com/Coin-of-Champions" - }, - { - "name": "telegram", - "url": "https://t.me/chatcocinternational" - }, - { - "name": "whitepaper", - "url": "https://coinofchampions.com/whitepaper" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbDC3b3639f7AA19e623A4d603A3Fb7Ab20115A91/logo.png b/blockchains/smartchain/assets/0xbDC3b3639f7AA19e623A4d603A3Fb7Ab20115A91/logo.png deleted file mode 100644 index c7968b1e7c619..0000000000000 Binary files a/blockchains/smartchain/assets/0xbDC3b3639f7AA19e623A4d603A3Fb7Ab20115A91/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbDDD7D426274fc5F370817C80C06b86D651963e4/info.json b/blockchains/smartchain/assets/0xbDDD7D426274fc5F370817C80C06b86D651963e4/info.json deleted file mode 100644 index 96b64b43ee59b..0000000000000 --- a/blockchains/smartchain/assets/0xbDDD7D426274fc5F370817C80C06b86D651963e4/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Moola", - "website": "https://getmoola.org", - "description": "Moola a token for an upcoming defi statistics platform and deflationary yield farming dapp", - "explorer": "https://bscscan.com/token/0xbDDD7D426274fc5F370817C80C06b86D651963e4", - "type": "BEP20", - "symbol": "MLA", - "decimals": 18, - "status": "active", - "id": "0xbDDD7D426274fc5F370817C80C06b86D651963e4", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/mlatoken" - }, - { - "name": "telegram", - "url": "https://t.me/moolatoken" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbDDD7D426274fc5F370817C80C06b86D651963e4/logo.png b/blockchains/smartchain/assets/0xbDDD7D426274fc5F370817C80C06b86D651963e4/logo.png deleted file mode 100644 index 9e9e5e3abffc3..0000000000000 Binary files a/blockchains/smartchain/assets/0xbDDD7D426274fc5F370817C80C06b86D651963e4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbE8183612F145986A41ad8e8fCFefED1C2F9dEbA/info.json b/blockchains/smartchain/assets/0xbE8183612F145986A41ad8e8fCFefED1C2F9dEbA/info.json deleted file mode 100644 index b7e6d1697ccc5..0000000000000 --- a/blockchains/smartchain/assets/0xbE8183612F145986A41ad8e8fCFefED1C2F9dEbA/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Moon Bud", - "website": "https://moonbud.space", - "description": "Moon Bud is a deflationary meme token that supports charities worldwide", - "explorer": "https://bscscan.com/token/0xbe8183612f145986a41ad8e8fcfefed1c2f9deba", - "type": "BEP20", - "symbol": "MBUD", - "decimals": 9, - "status": "active", - "id": "0xbE8183612F145986A41ad8e8fCFefED1C2F9dEbA" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbE8183612F145986A41ad8e8fCFefED1C2F9dEbA/logo.png b/blockchains/smartchain/assets/0xbE8183612F145986A41ad8e8fCFefED1C2F9dEbA/logo.png deleted file mode 100644 index 92a6225704fe7..0000000000000 Binary files a/blockchains/smartchain/assets/0xbE8183612F145986A41ad8e8fCFefED1C2F9dEbA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbF7c81FFF98BbE61B40Ed186e4AfD6DDd01337fe/info.json b/blockchains/smartchain/assets/0xbF7c81FFF98BbE61B40Ed186e4AfD6DDd01337fe/info.json deleted file mode 100644 index 02c7bd8dadc7c..0000000000000 --- a/blockchains/smartchain/assets/0xbF7c81FFF98BbE61B40Ed186e4AfD6DDd01337fe/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "BNB pegged Elrond", - "website": "https://elrond.com", - "description": "BNB pegged Elrond (EGLD BEP20) is a token issued by Binance on Smart Chain; its price is pegged to Elrond (EGLD) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0xbf7c81fff98bbe61b40ed186e4afd6ddd01337fe", - "research": "https://messari.io/asset/elrond/profile", - "type": "BEP20", - "symbol": "EGLD", - "decimals": 18, - "status": "active", - "id": "0xbF7c81FFF98BbE61B40Ed186e4AfD6DDd01337fe", - "tags": [ - "binance-peg" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/ElrondNetwork" - }, - { - "name": "twitter", - "url": "https://twitter.com/ElrondNetwork" - }, - { - "name": "telegram", - "url": "https://t.me/ElrondNetwork" - }, - { - "name": "blog", - "url": "https://elrond.com/blog/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbF7c81FFF98BbE61B40Ed186e4AfD6DDd01337fe/logo.png b/blockchains/smartchain/assets/0xbF7c81FFF98BbE61B40Ed186e4AfD6DDd01337fe/logo.png deleted file mode 100644 index 9e448733ecc7e..0000000000000 Binary files a/blockchains/smartchain/assets/0xbF7c81FFF98BbE61B40Ed186e4AfD6DDd01337fe/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xba7E2a9E5193E60368F440E4Ae881cC312d6a160/info.json b/blockchains/smartchain/assets/0xba7E2a9E5193E60368F440E4Ae881cC312d6a160/info.json deleted file mode 100644 index dcf25cf04edd3..0000000000000 --- a/blockchains/smartchain/assets/0xba7E2a9E5193E60368F440E4Ae881cC312d6a160/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Minions INU", - "type": "BEP20", - "symbol": "MINION", - "decimals": 9, - "website": "https://minionsinu.net/", - "description": "MinionsINU is designed to create a complex ecosystem in which DeFi and Metaverse are integrated together.", - "explorer": "https://bscscan.com/token/0xba7e2a9e5193e60368f440e4ae881cc312d6a160", - "status": "active", - "id": "0xba7E2a9E5193E60368F440E4Ae881cC312d6a160", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MinionsINUbsc" - }, - { - "name": "telegram", - "url": "https://t.me/MinionsINUbsc" - }, - { - "name": "youtube", - "url": "https://youtube.com/@minionsinu" - }, - { - "name": "discord", - "url": "https://discord.com/invite/GkDv7BXcR9" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/minions-inu/" - } - ], - "tags": [ - "gamefi", - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xba7E2a9E5193E60368F440E4Ae881cC312d6a160/logo.png b/blockchains/smartchain/assets/0xba7E2a9E5193E60368F440E4Ae881cC312d6a160/logo.png deleted file mode 100644 index a84c1e67f797c..0000000000000 Binary files a/blockchains/smartchain/assets/0xba7E2a9E5193E60368F440E4Ae881cC312d6a160/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c/info.json b/blockchains/smartchain/assets/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c/info.json deleted file mode 100644 index 7a6222c2e5c74..0000000000000 --- a/blockchains/smartchain/assets/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c/info.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "Wrapped BNB", - "website": "https://binance.org", - "description": "As the native coin of Binance Chain, BNB has multiple use cases: fueling transactions on the Chain, paying for transaction fees on Binance Exchange, making in-store payments, and many more.", - "explorer": "https://bscscan.com/token/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c", - "research": "https://research.binance.com/en/projects/bnb", - "type": "BEP20", - "symbol": "WBNB", - "decimals": 18, - "status": "active", - "id": "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c/logo.png b/blockchains/smartchain/assets/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c/logo.png deleted file mode 100644 index df65de20273f6..0000000000000 Binary files a/blockchains/smartchain/assets/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbbC9Fa4B395FeE68465C2Cd4a88cdE267a34ed2a/info.json b/blockchains/smartchain/assets/0xbbC9Fa4B395FeE68465C2Cd4a88cdE267a34ed2a/info.json deleted file mode 100644 index efd3009573fc7..0000000000000 --- a/blockchains/smartchain/assets/0xbbC9Fa4B395FeE68465C2Cd4a88cdE267a34ed2a/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "wRipple", - "website": "https://wripple.net", - "description": "Do more something with your Ripple", - "explorer": "https://bscscan.com/token/0xbbc9fa4b395fee68465c2cd4a88cde267a34ed2a", - "symbol": "wXRP", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0xbbC9Fa4B395FeE68465C2Cd4a88cdE267a34ed2a" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbbC9Fa4B395FeE68465C2Cd4a88cdE267a34ed2a/logo.png b/blockchains/smartchain/assets/0xbbC9Fa4B395FeE68465C2Cd4a88cdE267a34ed2a/logo.png deleted file mode 100644 index 5d7153c820a67..0000000000000 Binary files a/blockchains/smartchain/assets/0xbbC9Fa4B395FeE68465C2Cd4a88cdE267a34ed2a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbbe0A94f363a52dA9229A7546434b6e657A6A78F/info.json b/blockchains/smartchain/assets/0xbbe0A94f363a52dA9229A7546434b6e657A6A78F/info.json deleted file mode 100644 index ccd66aa14a624..0000000000000 --- a/blockchains/smartchain/assets/0xbbe0A94f363a52dA9229A7546434b6e657A6A78F/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "DYOR Token", - "website": "https://www.dyortoken.info", - "description": "DYOR (Do Your Own Research) Token was developed by victims of scams to bring together a community to fight against the growing number of rug pulls", - "explorer": "https://bscscan.com/token/0xbbe0A94f363a52dA9229A7546434b6e657A6A78F", - "type": "BEP20", - "symbol": "DYOR", - "decimals": 9, - "status": "abandoned", - "id": "0xbbe0A94f363a52dA9229A7546434b6e657A6A78F", - "migrate": { - "asset_id": "c20000714_t0x10051147418c42218986cedd0adc266441f8a14f", - "url": "https://twitter.com/DYOR_jetrich/status/1493274001166290949" - }, - "links": [ - { - "name": "telegram", - "url": "https://t.me/joinchat/_zhiZUUM5m45YjUx" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/dyor-token/" - }, - { - "name": "twitter", - "url": "https://twitter.com/DYORToken_BSC" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbbf33a3c83Cf86D0965A66E108669D272DFE4214/info.json b/blockchains/smartchain/assets/0xbbf33a3c83Cf86D0965A66E108669D272DFE4214/info.json deleted file mode 100644 index 7abd2c6819dd2..0000000000000 --- a/blockchains/smartchain/assets/0xbbf33a3c83Cf86D0965A66E108669D272DFE4214/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Eifi", - "website": "https://eifi.com", - "description": "EIFI, Eifi finance, eifi yield farming, eifi amm dex, dex platform, eifi staking, yield farming.", - "explorer": "https://bscscan.com/token/0xbbf33a3c83Cf86D0965A66E108669D272DFE4214", - "type": "BEP20", - "symbol": "EiFI", - "decimals": 8, - "status": "active", - "id": "0xbbf33a3c83Cf86D0965A66E108669D272DFE4214", - "links": [ - { - "name": "blog", - "url": "https://eififinance.medium.com/" - }, - { - "name": "twitter", - "url": "https://twitter.com/EifiFinance" - }, - { - "name": "whitepaper", - "url": "https://eifi.com/whitepaper/eifi_whitepaper_en.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/eifi-finance/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbbf33a3c83Cf86D0965A66E108669D272DFE4214/logo.png b/blockchains/smartchain/assets/0xbbf33a3c83Cf86D0965A66E108669D272DFE4214/logo.png deleted file mode 100644 index 5e9007c3ce0bd..0000000000000 Binary files a/blockchains/smartchain/assets/0xbbf33a3c83Cf86D0965A66E108669D272DFE4214/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbc194e6f748a222754C3E8b9946922c09E7d4e91/info.json b/blockchains/smartchain/assets/0xbc194e6f748a222754C3E8b9946922c09E7d4e91/info.json deleted file mode 100644 index a9b7848b823e5..0000000000000 --- a/blockchains/smartchain/assets/0xbc194e6f748a222754C3E8b9946922c09E7d4e91/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Lever Token", - "type": "BEP20", - "symbol": "LEV", - "decimals": 18, - "website": "https://lever.network/", - "description": "Lever is the world's first AMM-based decentralized margin trading protocol. Lever allows users to lend, borrow and carry out leveraged trading without needing to transfer assets to other third-party platforms. Lever aims to significantly increase capital efficiency in DeFi.", - "explorer": "https://bscscan.com/token/0xbc194e6f748a222754C3E8b9946922c09E7d4e91", - "status": "active", - "id": "0xbc194e6f748a222754C3E8b9946922c09E7d4e91" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbc194e6f748a222754C3E8b9946922c09E7d4e91/logo.png b/blockchains/smartchain/assets/0xbc194e6f748a222754C3E8b9946922c09E7d4e91/logo.png deleted file mode 100644 index 374b6e3cbc46d..0000000000000 Binary files a/blockchains/smartchain/assets/0xbc194e6f748a222754C3E8b9946922c09E7d4e91/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbc81ea817b579eC0334BcA8E65E436b7cB540147/info.json b/blockchains/smartchain/assets/0xbc81ea817b579eC0334BcA8E65E436b7cB540147/info.json deleted file mode 100644 index 0fcb3ac614c7d..0000000000000 --- a/blockchains/smartchain/assets/0xbc81ea817b579eC0334BcA8E65E436b7cB540147/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Laqira Protocol", - "website": "https://laqira.io/index.php", - "description": "A Metaverse Complex, Tunneling Between People on Earth and Blockchain-Based Technologies", - "explorer": "https://bscscan.com/token/0xbc81ea817b579eC0334BcA8E65E436b7cB540147", - "type": "BEP20", - "symbol": "LQR", - "decimals": 18, - "status": "active", - "id": "0xbc81ea817b579eC0334BcA8E65E436b7cB540147", - "tags": [], - "links": [ - { - "name": "github", - "url": "https://github.com/laqiraprotocol/" - }, - { - "name": "twitter", - "url": "https://twitter.com/laqiraprotocol/" - }, - { - "name": "telegram", - "url": "https://t.me/LaqiraProtocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbc81ea817b579eC0334BcA8E65E436b7cB540147/logo.png b/blockchains/smartchain/assets/0xbc81ea817b579eC0334BcA8E65E436b7cB540147/logo.png deleted file mode 100644 index e7a3b11e7958c..0000000000000 Binary files a/blockchains/smartchain/assets/0xbc81ea817b579eC0334BcA8E65E436b7cB540147/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbcb24AFb019BE7E93EA9C43B7E22Bb55D5B7f45D/info.json b/blockchains/smartchain/assets/0xbcb24AFb019BE7E93EA9C43B7E22Bb55D5B7f45D/info.json deleted file mode 100644 index a8c985d1866ee..0000000000000 --- a/blockchains/smartchain/assets/0xbcb24AFb019BE7E93EA9C43B7E22Bb55D5B7f45D/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BSCS Token", - "website": "https://bscstation.org/", - "description": "Building A Full-Stack DEFI with NFT Auction On Binance Smart Chain", - "explorer": "https://bscscan.com/token/0xbcb24AFb019BE7E93EA9C43B7E22Bb55D5B7f45D", - "type": "BEP20", - "symbol": "BSCS", - "decimals": 18, - "status": "active", - "id": "0xbcb24AFb019BE7E93EA9C43B7E22Bb55D5B7f45D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbcb24AFb019BE7E93EA9C43B7E22Bb55D5B7f45D/logo.png b/blockchains/smartchain/assets/0xbcb24AFb019BE7E93EA9C43B7E22Bb55D5B7f45D/logo.png deleted file mode 100644 index 6f864ccdf2a4c..0000000000000 Binary files a/blockchains/smartchain/assets/0xbcb24AFb019BE7E93EA9C43B7E22Bb55D5B7f45D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbcf39F0EDDa668C58371E519AF37CA705f2bFcbd/info.json b/blockchains/smartchain/assets/0xbcf39F0EDDa668C58371E519AF37CA705f2bFcbd/info.json deleted file mode 100644 index 64771367a1090..0000000000000 --- a/blockchains/smartchain/assets/0xbcf39F0EDDa668C58371E519AF37CA705f2bFcbd/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "PolyCrowns", - "type": "BEP20", - "symbol": "pCWS", - "decimals": 18, - "website": "https://www.seascape.network", - "description": "PolyCrowns are the official token of the Seascape Network on Binance Smart Chain. 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://bscscan.com/token/0xbcf39F0EDDa668C58371E519AF37CA705f2bFcbd", - "status": "active", - "id": "0xbcf39F0EDDa668C58371E519AF37CA705f2bFcbd", - "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/smartchain/assets/0xbcf39F0EDDa668C58371E519AF37CA705f2bFcbd/logo.png b/blockchains/smartchain/assets/0xbcf39F0EDDa668C58371E519AF37CA705f2bFcbd/logo.png deleted file mode 100644 index 145f5293ed22a..0000000000000 Binary files a/blockchains/smartchain/assets/0xbcf39F0EDDa668C58371E519AF37CA705f2bFcbd/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbdfB7A9e5A74cD722A9691570108CAaacB17674A/info.json b/blockchains/smartchain/assets/0xbdfB7A9e5A74cD722A9691570108CAaacB17674A/info.json deleted file mode 100644 index 8e9329ab9e37c..0000000000000 --- a/blockchains/smartchain/assets/0xbdfB7A9e5A74cD722A9691570108CAaacB17674A/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "$SpaceSharks", - "website": "https://spacesharks.co/", - "description": "$SPACESHARKS is a deflationary and frictionless yield token built to connect digital artists and those of interest!", - "explorer": "https://bscscan.com/token/0xbdfB7A9e5A74cD722A9691570108CAaacB17674A", - "type": "BEP20", - "symbol": "SPACESHARKS", - "decimals": 18, - "status": "active", - "id": "0xbdfB7A9e5A74cD722A9691570108CAaacB17674A" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbdfB7A9e5A74cD722A9691570108CAaacB17674A/logo.png b/blockchains/smartchain/assets/0xbdfB7A9e5A74cD722A9691570108CAaacB17674A/logo.png deleted file mode 100644 index bcbaa61d677ea..0000000000000 Binary files a/blockchains/smartchain/assets/0xbdfB7A9e5A74cD722A9691570108CAaacB17674A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbededDf2eF49E87037c4fb2cA34d1FF3D3992A11/info.json b/blockchains/smartchain/assets/0xbededDf2eF49E87037c4fb2cA34d1FF3D3992A11/info.json deleted file mode 100644 index b9eda844992d1..0000000000000 --- a/blockchains/smartchain/assets/0xbededDf2eF49E87037c4fb2cA34d1FF3D3992A11/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "FEG Token", - "type": "BEP20", - "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://bscscan.com/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/smartchain/assets/0xbededDf2eF49E87037c4fb2cA34d1FF3D3992A11/logo.png b/blockchains/smartchain/assets/0xbededDf2eF49E87037c4fb2cA34d1FF3D3992A11/logo.png deleted file mode 100644 index 94405ed8c6779..0000000000000 Binary files a/blockchains/smartchain/assets/0xbededDf2eF49E87037c4fb2cA34d1FF3D3992A11/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbf151F63D8d1287db5FC7a3bc104a9c38124cdeB/info.json b/blockchains/smartchain/assets/0xbf151F63D8d1287db5FC7a3bc104a9c38124cdeB/info.json deleted file mode 100644 index bc260d90bb2be..0000000000000 --- a/blockchains/smartchain/assets/0xbf151F63D8d1287db5FC7a3bc104a9c38124cdeB/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "AVNRich Token", - "type": "BEP20", - "symbol": "AVN", - "decimals": 18, - "website": "https://avnrich.shop", - "description": "AVNRich was founded in 2019, AVNRich token is an innovative e-commerce and decentralized token based on the Binance Smart Chain Network that is used to reward users in a modern way by providing shopping, staking, farming, and IFO benefits to all users.", - "explorer": "https://bscscan.com/token/0xbf151F63D8d1287db5FC7a3bc104a9c38124cdeB", - "status": "active", - "id": "0xbf151F63D8d1287db5FC7a3bc104a9c38124cdeB", - "links": [ - { - "name": "telegram", - "url": "https://t.me/AVNRich_Chat" - }, - { - "name": "twitter", - "url": "https://twitter.com/avnrich" - }, - { - "name": "github", - "url": "https://github.com/AvnrichDefi" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbf151F63D8d1287db5FC7a3bc104a9c38124cdeB/logo.png b/blockchains/smartchain/assets/0xbf151F63D8d1287db5FC7a3bc104a9c38124cdeB/logo.png deleted file mode 100644 index 57a828bb558c1..0000000000000 Binary files a/blockchains/smartchain/assets/0xbf151F63D8d1287db5FC7a3bc104a9c38124cdeB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbfBEe3dAc982148aC793161f7362344925506903/info.json b/blockchains/smartchain/assets/0xbfBEe3dAc982148aC793161f7362344925506903/info.json deleted file mode 100644 index 4dff3f722c1da..0000000000000 --- a/blockchains/smartchain/assets/0xbfBEe3dAc982148aC793161f7362344925506903/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CatzCoin", - "type": "BEP20", - "symbol": "CATZ", - "decimals": 18, - "website": "https://www.catzcoin.io/", - "description": "Introducing what will be the fastest growing cryptocurrency, made just for cat supporters. A truly connected global community for cat fans powered by a limited supply coin, CatzCoin", - "explorer": "https://bscscan.com/token/0xbfbee3dac982148ac793161f7362344925506903", - "status": "active", - "id": "0xbfBEe3dAc982148aC793161f7362344925506903" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbfBEe3dAc982148aC793161f7362344925506903/logo.png b/blockchains/smartchain/assets/0xbfBEe3dAc982148aC793161f7362344925506903/logo.png deleted file mode 100644 index c7d19fbf47088..0000000000000 Binary files a/blockchains/smartchain/assets/0xbfBEe3dAc982148aC793161f7362344925506903/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbfb1a68962Fb4ED040FD3a0a71dC2C2015BCc667/info.json b/blockchains/smartchain/assets/0xbfb1a68962Fb4ED040FD3a0a71dC2C2015BCc667/info.json deleted file mode 100644 index 19f414ffa3807..0000000000000 --- a/blockchains/smartchain/assets/0xbfb1a68962Fb4ED040FD3a0a71dC2C2015BCc667/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "4JNET", - "type": "BEP20", - "symbol": "4JNET", - "decimals": 9, - "website": "https://www.4j.net/", - "description": "4JNET, the pinnacle of fairness", - "explorer": "https://bscscan.com/token/0xbfb1a68962Fb4ED040FD3a0a71dC2C2015BCc667", - "status": "active", - "id": "0xbfb1a68962Fb4ED040FD3a0a71dC2C2015BCc667", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/4Jnet" - }, - { - "name": "telegram", - "url": "https://t.me/fourjnetchannel" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbfb1a68962Fb4ED040FD3a0a71dC2C2015BCc667/logo.png b/blockchains/smartchain/assets/0xbfb1a68962Fb4ED040FD3a0a71dC2C2015BCc667/logo.png deleted file mode 100644 index 71b3eff03ae9d..0000000000000 Binary files a/blockchains/smartchain/assets/0xbfb1a68962Fb4ED040FD3a0a71dC2C2015BCc667/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbfbc6C29385aC9a0B43e0156C7f53DdA6028A090/info.json b/blockchains/smartchain/assets/0xbfbc6C29385aC9a0B43e0156C7f53DdA6028A090/info.json deleted file mode 100644 index 6cbb7f1fb0acb..0000000000000 --- a/blockchains/smartchain/assets/0xbfbc6C29385aC9a0B43e0156C7f53DdA6028A090/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Doge-1 Rocket", - "website": "https://www.doge-1rocket.com/", - "description": "Doge-1 Rocket is a community-driven cryptocurrency protocol to provide giveaways and rewards to long-term holders.", - "explorer": "https://bscscan.com/token/0xbfbc6C29385aC9a0B43e0156C7f53DdA6028A090", - "type": "BEP20", - "symbol": "D1R2", - "decimals": 9, - "status": "active", - "id": "0xbfbc6C29385aC9a0B43e0156C7f53DdA6028A090" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbfbc6C29385aC9a0B43e0156C7f53DdA6028A090/logo.png b/blockchains/smartchain/assets/0xbfbc6C29385aC9a0B43e0156C7f53DdA6028A090/logo.png deleted file mode 100644 index 9176e78e97907..0000000000000 Binary files a/blockchains/smartchain/assets/0xbfbc6C29385aC9a0B43e0156C7f53DdA6028A090/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xbfeA674ce7d16E26E39e3c088810367a708eF94C/info.json b/blockchains/smartchain/assets/0xbfeA674ce7d16E26E39e3c088810367a708eF94C/info.json deleted file mode 100644 index bb35882832733..0000000000000 --- a/blockchains/smartchain/assets/0xbfeA674ce7d16E26E39e3c088810367a708eF94C/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "April Token", - "website": "https://apriloracle.com", - "description": "April is a high speed, cross chain oracle serving the Internet of Blockchains", - "explorer": "https://bscscan.com/token/0xbfea674ce7d16e26e39e3c088810367a708ef94c", - "type": "BEP20", - "symbol": "APRIL", - "decimals": 18, - "status": "active", - "id": "0xbfeA674ce7d16E26E39e3c088810367a708eF94C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbfeA674ce7d16E26E39e3c088810367a708eF94C/logo.png b/blockchains/smartchain/assets/0xbfeA674ce7d16E26E39e3c088810367a708eF94C/logo.png deleted file mode 100644 index e538f513eceae..0000000000000 Binary files a/blockchains/smartchain/assets/0xbfeA674ce7d16E26E39e3c088810367a708eF94C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc003F5193CABE3a6cbB56948dFeaAE2276a6AA5E/info.json b/blockchains/smartchain/assets/0xc003F5193CABE3a6cbB56948dFeaAE2276a6AA5E/info.json deleted file mode 100644 index 51f81e7018a9a..0000000000000 --- a/blockchains/smartchain/assets/0xc003F5193CABE3a6cbB56948dFeaAE2276a6AA5E/info.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "name": "TruBadger", - "type": "BEP20", - "symbol": "TRUBGR", - "decimals": 18, - "website": "https://www.trubadger.io/", - "description": "TruBadger is a Reflection, Deflationary and Utility DeFi token that cares about its holders, implementing true community governance. The TruBadger ecosystem is making crypto accessible to everyone.", - "explorer": "https://bscscan.com/token/0xc003F5193CABE3a6cbB56948dFeaAE2276a6AA5E", - "status": "active", - "id": "0xc003F5193CABE3a6cbB56948dFeaAE2276a6AA5E", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/thetrubadger/" - }, - { - "name": "github", - "url": "https://github.com/trubadger" - }, - { - "name": "telegram", - "url": "https://t.me/TruBadgerOfficial" - }, - { - "name": "telegram_news", - "url": "https://t.me/TRUBGRannouncements" - }, - { - "name": "discord", - "url": "https://discord.com/invite/ajssE9hPmW" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/TheTruBadger/" - }, - { - "name": "whitepaper", - "url": "https://trubadger.io/whitepaper.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/@trubadgertoken" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/TruBadgerToken" - }, - { - "name": "facebook", - "url": "https://facebook.com/TruBadgerToken/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/en/currencies/trubadger" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/trubadger" - }, - { - "name": "source_code", - "url": "https://github.com/trubadger/smart-contracs" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc003F5193CABE3a6cbB56948dFeaAE2276a6AA5E/logo.png b/blockchains/smartchain/assets/0xc003F5193CABE3a6cbB56948dFeaAE2276a6AA5E/logo.png deleted file mode 100644 index 5e258423899b7..0000000000000 Binary files a/blockchains/smartchain/assets/0xc003F5193CABE3a6cbB56948dFeaAE2276a6AA5E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc029A12e4A002c6858878FD9D3cc74E227cc2DDa/info.json b/blockchains/smartchain/assets/0xc029A12e4A002c6858878FD9D3cc74E227cc2DDa/info.json deleted file mode 100644 index 07d840ec18557..0000000000000 --- a/blockchains/smartchain/assets/0xc029A12e4A002c6858878FD9D3cc74E227cc2DDa/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "VELOREX", - "type": "BEP20", - "symbol": "VEX", - "decimals": 9, - "website": "https://velorex.net/", - "description": "Velorex is a Europe based decentralized finance and technology company that provides hardware and software solutions to manage crypto and fiat currency. Velorex is about greater literacy and adoption of cryptocurrency through the provision of fair, safe, and well-designed tools such as ATMs, debit cards, and smart wallets.", - "explorer": "https://bscscan.com/token/0xc029A12e4A002c6858878FD9D3cc74E227cc2DDa", - "status": "active", - "id": "0xc029A12e4A002c6858878FD9D3cc74E227cc2DDa", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VelorexOfficial" - }, - { - "name": "telegram", - "url": "https://t.me/velorex_net" - }, - { - "name": "telegram_news", - "url": "https://t.me/velorexannouncements" - }, - { - "name": "whitepaper", - "url": "https://drive.google.com/file/d/1oaJpHwTXmVRASGIblPhgTS0kIaXCGAQy/view" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/velorex/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/velorex" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Velorex_official/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc029A12e4A002c6858878FD9D3cc74E227cc2DDa/logo.png b/blockchains/smartchain/assets/0xc029A12e4A002c6858878FD9D3cc74E227cc2DDa/logo.png deleted file mode 100644 index d3c6caafca49e..0000000000000 Binary files a/blockchains/smartchain/assets/0xc029A12e4A002c6858878FD9D3cc74E227cc2DDa/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc04e039aE8587e71f8024b36d630f841cc2106CC/info.json b/blockchains/smartchain/assets/0xc04e039aE8587e71f8024b36d630f841cc2106CC/info.json deleted file mode 100644 index 2021741520d20..0000000000000 --- a/blockchains/smartchain/assets/0xc04e039aE8587e71f8024b36d630f841cc2106CC/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Foundry Logistics Token", - "website": "https://foundrydao.com", - "description": "Foundry: A DAO for Economic Freedom. 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.", - "explorer": "https://bscscan.com/token/0xc04e039aE8587e71f8024b36d630f841cc2106CC", - "research": "", - "type": "BEP20", - "symbol": "FRY", - "decimals": 18, - "status": "active", - "id": "0xc04e039aE8587e71f8024b36d630f841cc2106CC" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc04e039aE8587e71f8024b36d630f841cc2106CC/logo.png b/blockchains/smartchain/assets/0xc04e039aE8587e71f8024b36d630f841cc2106CC/logo.png deleted file mode 100644 index 8e5652b5c27c2..0000000000000 Binary files a/blockchains/smartchain/assets/0xc04e039aE8587e71f8024b36d630f841cc2106CC/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc080ADF0a40A38Ffe05834174b8883e60eaff3F3/info.json b/blockchains/smartchain/assets/0xc080ADF0a40A38Ffe05834174b8883e60eaff3F3/info.json deleted file mode 100644 index 9aeeeb3ddbe1a..0000000000000 --- a/blockchains/smartchain/assets/0xc080ADF0a40A38Ffe05834174b8883e60eaff3F3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "AlfaPocket", - "website": "https://alfapocket.com", - "description": "AlfaPocket is a cryptocurrency wallet and automatic portfolio builder with an integrated AI Assistant", - "explorer": "https://bscscan.com/token/0xc080adf0a40a38ffe05834174b8883e60eaff3f3", - "type": "BEP20", - "symbol": "ALFA", - "decimals": 18, - "status": "active", - "id": "0xc080ADF0a40A38Ffe05834174b8883e60eaff3F3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc080ADF0a40A38Ffe05834174b8883e60eaff3F3/logo.png b/blockchains/smartchain/assets/0xc080ADF0a40A38Ffe05834174b8883e60eaff3F3/logo.png deleted file mode 100644 index 33cf3027fa391..0000000000000 Binary files a/blockchains/smartchain/assets/0xc080ADF0a40A38Ffe05834174b8883e60eaff3F3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc0924EDEFB2C0C303de2d0c21BfF07ab763163B5/info.json b/blockchains/smartchain/assets/0xc0924EDEFB2C0C303de2d0c21BfF07ab763163B5/info.json deleted file mode 100644 index a158108cd9e8d..0000000000000 --- a/blockchains/smartchain/assets/0xc0924EDEFB2C0C303de2d0c21BfF07ab763163B5/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Steam Exchange", - "website": "https://steamexchange.ca", - "description": "Canada's first Centralized and Decentralied Exchange", - "explorer": "https://bscscan.com/token/0xc0924edefb2c0c303de2d0c21bff07ab763163b5", - "type": "BEP20", - "symbol": "SteamX", - "decimals": 9, - "status": "active", - "id": "0xc0924EDEFB2C0C303de2d0c21BfF07ab763163B5", - "links": [ - { - "name": "whitepaper", - "url": "https://docs.steamexchange.ca" - }, - { - "name": "telegram", - "url": "https://t.me/SteamXchangeOfficial" - }, - { - "name": "twitter", - "url": "https://twitter.com/Steam_Exchange" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC8xL6IB_C51G2GuvYLZJexw" - }, - { - "name": "facebook", - "url": "https://facebook.com/Steam-Exchange-142284624637992/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc0924EDEFB2C0C303de2d0c21BfF07ab763163B5/logo.png b/blockchains/smartchain/assets/0xc0924EDEFB2C0C303de2d0c21BfF07ab763163B5/logo.png deleted file mode 100644 index 058a9a7081e0e..0000000000000 Binary files a/blockchains/smartchain/assets/0xc0924EDEFB2C0C303de2d0c21BfF07ab763163B5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc094b9604225062c7edCA29DB444B9b035f78C8B/info.json b/blockchains/smartchain/assets/0xc094b9604225062c7edCA29DB444B9b035f78C8B/info.json deleted file mode 100644 index c1966d8968540..0000000000000 --- a/blockchains/smartchain/assets/0xc094b9604225062c7edCA29DB444B9b035f78C8B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Raku Coin", - "type": "BEP20", - "symbol": "RAKUC", - "decimals": 9, - "website": "https://rakucoin.com", - "description": "A meme token that focuses on real use case and utility with developments", - "explorer": "https://bscscan.com/token/0xc094b9604225062c7edca29db444b9b035f78c8b", - "status": "active", - "id": "0xc094b9604225062c7edCA29DB444B9b035f78C8B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc094b9604225062c7edCA29DB444B9b035f78C8B/logo.png b/blockchains/smartchain/assets/0xc094b9604225062c7edCA29DB444B9b035f78C8B/logo.png deleted file mode 100644 index 7658a21d975ca..0000000000000 Binary files a/blockchains/smartchain/assets/0xc094b9604225062c7edCA29DB444B9b035f78C8B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc0994Af94FEe0361A1e1E1ccf72BCe19d5FD86FB/info.json b/blockchains/smartchain/assets/0xc0994Af94FEe0361A1e1E1ccf72BCe19d5FD86FB/info.json deleted file mode 100644 index 37c030354b63e..0000000000000 --- a/blockchains/smartchain/assets/0xc0994Af94FEe0361A1e1E1ccf72BCe19d5FD86FB/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "RichCity", - "type": "BEP20", - "symbol": "RICH", - "decimals": 9, - "website": "https://www.richcity.com/", - "description": "Rich City is an upcoming social NFT mobile game. The goal of the game is to collect rare NFT items, purchase real-estate to display your items, chill with other players and sell and trade NFTs to make real money. The game is powered by $RICH, which will be the sole currency of the game. You can connect your wallet directly to the game to use your coins!", - "explorer": "https://bscscan.com/token/0xc0994Af94FEe0361A1e1E1ccf72BCe19d5FD86FB", - "status": "active", - "id": "0xc0994Af94FEe0361A1e1E1ccf72BCe19d5FD86FB", - "links": [ - { - "name": "telegram", - "url": "https://t.me/playrichcity" - }, - { - "name": "twitter", - "url": "https://twitter.com/playrichcity" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/richcity/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc0994Af94FEe0361A1e1E1ccf72BCe19d5FD86FB/logo.png b/blockchains/smartchain/assets/0xc0994Af94FEe0361A1e1E1ccf72BCe19d5FD86FB/logo.png deleted file mode 100644 index 2e3d840b0feb6..0000000000000 Binary files a/blockchains/smartchain/assets/0xc0994Af94FEe0361A1e1E1ccf72BCe19d5FD86FB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc0E6AD13BD58413Ed308729b688d601243E1CF77/info.json b/blockchains/smartchain/assets/0xc0E6AD13BD58413Ed308729b688d601243E1CF77/info.json deleted file mode 100644 index 9c4632d1462bb..0000000000000 --- a/blockchains/smartchain/assets/0xc0E6AD13BD58413Ed308729b688d601243E1CF77/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Black Whale Token", - "website": "https://blkwhale.com", - "description": "BLK whale completed various ETF derivatives that Cefi could not do, but in Defi. Users are able to mint ETF tokens designed to track in real-time an index of various valuable coins on multiple exchanges around the world as well as users can check the ETF portfolios of BLK whales manages.", - "explorer": "https://bscscan.com/token/0xc0E6AD13BD58413Ed308729b688d601243E1CF77", - "type": "BEP20", - "symbol": "BLK", - "decimals": 18, - "status": "active", - "id": "0xc0E6AD13BD58413Ed308729b688d601243E1CF77", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/blkwhalegroup" - }, - { - "name": "telegram", - "url": "https://t.me/BLKwhale_global" - }, - { - "name": "medium", - "url": "https://medium.com/@BlkWhale" - }, - { - "name": "facebook", - "url": "https://facebook.com/BlkWhale" - }, - { - "name": "github", - "url": "https://github.com/BlkWhale" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/black-whale" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/black-whale" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0xc0E6AD13BD58413Ed308729b688d601243E1CF77/logo.png b/blockchains/smartchain/assets/0xc0E6AD13BD58413Ed308729b688d601243E1CF77/logo.png deleted file mode 100644 index e608f8fb7f1af..0000000000000 Binary files a/blockchains/smartchain/assets/0xc0E6AD13BD58413Ed308729b688d601243E1CF77/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc10358f062663448a3489fC258139944534592ac/info.json b/blockchains/smartchain/assets/0xc10358f062663448a3489fC258139944534592ac/info.json deleted file mode 100644 index 17d819cb00510..0000000000000 --- a/blockchains/smartchain/assets/0xc10358f062663448a3489fC258139944534592ac/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "Blockchain Monster Hunt (BCMC)", - "type": "BEP20", - "symbol": "BCMC", - "decimals": 18, - "website": "https://bcmhunt.com", - "description": "First Multichain NFT game", - "explorer": "https://bscscan.com/token/0xc10358f062663448a3489fC258139944534592ac", - "status": "active", - "id": "0xc10358f062663448a3489fC258139944534592ac", - "tags": [ - "nft" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/bcmhunt" - }, - { - "name": "github", - "url": "https://github.com/Ambros-Technology/bcm_public_smartcontract" - }, - { - "name": "telegram", - "url": "https://t.me/BcmHuntGroup" - }, - { - "name": "discord", - "url": "https://discord.com/invite/Ee9aJ287J2" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCzKIjqylMMBngslHazydgKQ" - }, - { - "name": "medium", - "url": "https://medium.com/bcmhunt" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/blockchain-monster-hunt/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/blockchain-monster-hunt" - } - ] -} diff --git a/blockchains/smartchain/assets/0xc10358f062663448a3489fC258139944534592ac/logo.png b/blockchains/smartchain/assets/0xc10358f062663448a3489fC258139944534592ac/logo.png deleted file mode 100644 index bb4ab633cbd1a..0000000000000 Binary files a/blockchains/smartchain/assets/0xc10358f062663448a3489fC258139944534592ac/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc1168B7B85B2BBc8a5C73c007B74E7523B2DA209/info.json b/blockchains/smartchain/assets/0xc1168B7B85B2BBc8a5C73c007B74E7523B2DA209/info.json deleted file mode 100644 index 3c4c486e47c3f..0000000000000 --- a/blockchains/smartchain/assets/0xc1168B7B85B2BBc8a5C73c007B74E7523B2DA209/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Babybnb", - "website": "https://babybnb.org", - "description": "BABYBNB is an ecosystem supported by holders who, while they hold partake in the benefits and profits from several use cases, mentioned below. BABYBNB aims to revolutionize mass adoption in the space providing secure and smart projects for the masses that have partnered with the BABYBNB platform", - "explorer": "https://bscscan.com/token/0xc1168B7B85B2BBc8a5C73c007B74E7523B2DA209", - "type": "BEP20", - "symbol": "BABYBNB", - "decimals": 9, - "status": "active", - "id": "0xc1168B7B85B2BBc8a5C73c007B74E7523B2DA209" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc1168B7B85B2BBc8a5C73c007B74E7523B2DA209/logo.png b/blockchains/smartchain/assets/0xc1168B7B85B2BBc8a5C73c007B74E7523B2DA209/logo.png deleted file mode 100644 index 6240027dbada3..0000000000000 Binary files a/blockchains/smartchain/assets/0xc1168B7B85B2BBc8a5C73c007B74E7523B2DA209/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc15e89f2149bCC0cBd5FB204C9e77fe878f1e9b2/info.json b/blockchains/smartchain/assets/0xc15e89f2149bCC0cBd5FB204C9e77fe878f1e9b2/info.json deleted file mode 100644 index 24bf44d5aa510..0000000000000 --- a/blockchains/smartchain/assets/0xc15e89f2149bCC0cBd5FB204C9e77fe878f1e9b2/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "HUH Token", - "type": "BEP20", - "symbol": "HUH", - "decimals": 9, - "website": "https://huh.social/", - "description": "HUH Token is the first ever UTIMEME cryptocurrency combining the power of meme tokens with the usability of utility tokens. Refer friends now and earn 10% in BNB.", - "explorer": "https://bscscan.com/token/0xc15e89f2149bCC0cBd5FB204C9e77fe878f1e9b2", - "status": "active", - "id": "0xc15e89f2149bCC0cBd5FB204C9e77fe878f1e9b2", - "links": [ - { - "name": "telegram", - "url": "https://t.me/HuHToken" - }, - { - "name": "twitter", - "url": "https://twitter.com/HuhToken" - }, - { - "name": "github", - "url": "https://github.com/HUH-Token" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/huh/" - }, - { - "name": "whitepaper", - "url": "https://whitepaper.huh.social/" - }, - { - "name": "docs", - "url": "https://docs.huh.social/documents-landing-page/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/huh" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc15e89f2149bCC0cBd5FB204C9e77fe878f1e9b2/logo.png b/blockchains/smartchain/assets/0xc15e89f2149bCC0cBd5FB204C9e77fe878f1e9b2/logo.png deleted file mode 100644 index be7ae0f6552eb..0000000000000 Binary files a/blockchains/smartchain/assets/0xc15e89f2149bCC0cBd5FB204C9e77fe878f1e9b2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc1A59a17F87ba6651Eb8E8F707db7672647c45bD/info.json b/blockchains/smartchain/assets/0xc1A59a17F87ba6651Eb8E8F707db7672647c45bD/info.json deleted file mode 100644 index bb04c4b894ab2..0000000000000 --- a/blockchains/smartchain/assets/0xc1A59a17F87ba6651Eb8E8F707db7672647c45bD/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Lunar", - "type": "BEP20", - "symbol": "LNR", - "decimals": 18, - "website": "https://lunar.io/", - "description": "LNR is the community currency and utility token that powers the Lunar Ecosystem.", - "explorer": "https://bscscan.com/token/0xc1a59a17f87ba6651eb8e8f707db7672647c45bd", - "status": "active", - "id": "0xc1A59a17F87ba6651Eb8E8F707db7672647c45bD", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/lnr" - }, - { - "name": "telegram", - "url": "https://t.me/lnrdefi" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/lunar-v2/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/lunar" - }, - { - "name": "facebook", - "url": "https://facebook.com/lnrdefi" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0xc1A59a17F87ba6651Eb8E8F707db7672647c45bD/logo.png b/blockchains/smartchain/assets/0xc1A59a17F87ba6651Eb8E8F707db7672647c45bD/logo.png deleted file mode 100644 index 72ab3d225e486..0000000000000 Binary files a/blockchains/smartchain/assets/0xc1A59a17F87ba6651Eb8E8F707db7672647c45bD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc1D99537392084Cc02D3F52386729b79d01035ce/info.json b/blockchains/smartchain/assets/0xc1D99537392084Cc02D3F52386729b79d01035ce/info.json deleted file mode 100644 index 7c8fa5e2a4346..0000000000000 --- a/blockchains/smartchain/assets/0xc1D99537392084Cc02D3F52386729b79d01035ce/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "StaysBASE", - "website": "https://staysbase.org", - "description": "The first rebase project pegged to crypto, stocks and gold markets, built on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xc1d99537392084cc02d3f52386729b79d01035ce", - "type": "BEP20", - "symbol": "SBS", - "decimals": 9, - "status": "active", - "id": "0xc1D99537392084Cc02D3F52386729b79d01035ce", - "links": [ - { - "name": "github", - "url": "https://github.com/staysbase/" - }, - { - "name": "twitter", - "url": "https://twitter.com/StaysBASE" - }, - { - "name": "telegram", - "url": "https://t.me/StaysBASE" - }, - { - "name": "whitepaper", - "url": "https://staysbase.org/media/lightpaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc1D99537392084Cc02D3F52386729b79d01035ce/logo.png b/blockchains/smartchain/assets/0xc1D99537392084Cc02D3F52386729b79d01035ce/logo.png deleted file mode 100644 index fadfaa670c1e3..0000000000000 Binary files a/blockchains/smartchain/assets/0xc1D99537392084Cc02D3F52386729b79d01035ce/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc1F47175d96Fe7c4cD5370552e5954f384E3C791/info.json b/blockchains/smartchain/assets/0xc1F47175d96Fe7c4cD5370552e5954f384E3C791/info.json deleted file mode 100644 index 4895c576290fc..0000000000000 --- a/blockchains/smartchain/assets/0xc1F47175d96Fe7c4cD5370552e5954f384E3C791/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "USD Coin (Portal from Avalanche)", - "type": "BEP20", - "symbol": "USDCav", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.circle.com/en/usdc", - "explorer": "https://bscscan.com/token/0xc1F47175d96Fe7c4cD5370552e5954f384E3C791", - "status": "active", - "id": "0xc1F47175d96Fe7c4cD5370552e5954f384E3C791", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc1F47175d96Fe7c4cD5370552e5954f384E3C791/logo.png b/blockchains/smartchain/assets/0xc1F47175d96Fe7c4cD5370552e5954f384E3C791/logo.png deleted file mode 100644 index f448cdfef620e..0000000000000 Binary files a/blockchains/smartchain/assets/0xc1F47175d96Fe7c4cD5370552e5954f384E3C791/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc1e667Cf9315FB80674E5cf62ad150Ac90fE7112/info.json b/blockchains/smartchain/assets/0xc1e667Cf9315FB80674E5cf62ad150Ac90fE7112/info.json deleted file mode 100644 index 91fbedec8e61b..0000000000000 --- a/blockchains/smartchain/assets/0xc1e667Cf9315FB80674E5cf62ad150Ac90fE7112/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TIKTOK COIN", - "website": "https://tiktokcoinbsc.com", - "description": "The Memes Token", - "explorer": "https://bscscan.com/token/0xc1e667Cf9315FB80674E5cf62ad150Ac90fE7112", - "symbol": "TIKTOK", - "type": "BEP20", - "decimals": 0, - "status": "active", - "id": "0xc1e667Cf9315FB80674E5cf62ad150Ac90fE7112" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc1e667Cf9315FB80674E5cf62ad150Ac90fE7112/logo.png b/blockchains/smartchain/assets/0xc1e667Cf9315FB80674E5cf62ad150Ac90fE7112/logo.png deleted file mode 100644 index c0b8288f32231..0000000000000 Binary files a/blockchains/smartchain/assets/0xc1e667Cf9315FB80674E5cf62ad150Ac90fE7112/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc2098a8938119A52B1F7661893c0153A6CB116d5/info.json b/blockchains/smartchain/assets/0xc2098a8938119A52B1F7661893c0153A6CB116d5/info.json deleted file mode 100644 index b0de2c7c086d3..0000000000000 --- a/blockchains/smartchain/assets/0xc2098a8938119A52B1F7661893c0153A6CB116d5/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Rangers Protocol Gas(RPG)", - "website": " https://rangersprotocol.com/", - "description": "Rangers Protocol, the future virtual world blockchain infrastructure, is fully compatible with Ethereum, professionally supports NFT and complex applications, and integrates and expands cross-chain, NFT, EVM, and distributed network protocols. It has created an innovative Rangers Engine to support the development of NFT and complex applications and a Rangers Connector to interconnector with various public chains and support asset cross-chain.", - "explorer": "https://bscscan.com/token/0xc2098a8938119A52B1F7661893c0153A6CB116d5", - "type": "BEP20", - "symbol": "RPG", - "decimals": 18, - "status": "active", - "id": "0xc2098a8938119A52B1F7661893c0153A6CB116d5", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/rangersprotocol" - }, - { - "name": "telegram", - "url": "https://t.me/RangersProtocol" - }, - { - "name": "whitepaper", - "url": "https://www.rangersprotocol.com/pdf/RangersProtocolWhitepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc2098a8938119A52B1F7661893c0153A6CB116d5/logo.png b/blockchains/smartchain/assets/0xc2098a8938119A52B1F7661893c0153A6CB116d5/logo.png deleted file mode 100644 index 159a8bfa78ee1..0000000000000 Binary files a/blockchains/smartchain/assets/0xc2098a8938119A52B1F7661893c0153A6CB116d5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc22c01470977150a76a5a85dd3D167de495038fA/info.json b/blockchains/smartchain/assets/0xc22c01470977150a76a5a85dd3D167de495038fA/info.json deleted file mode 100644 index 36c42c882e4fc..0000000000000 --- a/blockchains/smartchain/assets/0xc22c01470977150a76a5a85dd3D167de495038fA/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Space Dragon", - "website": "https://spacedragon.io", - "description": "Space Dragon is a deflationary token created for the community. The focus of the project is to create a universe of dApps to support the BSC ecosystem.", - "explorer": "https://bscscan.com/token/0xc22c01470977150a76a5a85dd3D167de495038fA", - "type": "BEP20", - "symbol": "DRAGON", - "decimals": 9, - "status": "active", - "id": "0xc22c01470977150a76a5a85dd3D167de495038fA", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/spacedragon_io" - }, - { - "name": "telegram", - "url": "https://t.me/spacedragon_io" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc22c01470977150a76a5a85dd3D167de495038fA/logo.png b/blockchains/smartchain/assets/0xc22c01470977150a76a5a85dd3D167de495038fA/logo.png deleted file mode 100644 index fa7538705ac8f..0000000000000 Binary files a/blockchains/smartchain/assets/0xc22c01470977150a76a5a85dd3D167de495038fA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc22e8114818A918260662375450e19aC73D32852/info.json b/blockchains/smartchain/assets/0xc22e8114818A918260662375450e19aC73D32852/info.json deleted file mode 100644 index 3602c07973646..0000000000000 --- a/blockchains/smartchain/assets/0xc22e8114818A918260662375450e19aC73D32852/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "KittyCake", - "type": "BEP20", - "symbol": "KCAKE", - "decimals": 18, - "website": "https://kittycake.app", - "description": "KittyCake is an evolution of a yield-generating contract on the Binance Smart Chain (BSC): you get rewarded in CAKE instead of tokens.", - "explorer": "https://bscscan.com/token/0xc22e8114818A918260662375450e19aC73D32852", - "status": "active", - "id": "0xc22e8114818A918260662375450e19aC73D32852", - "links": [ - { - "name": "telegram", - "url": "https://t.me/kittycakebsc" - }, - { - "name": "twitter", - "url": "https://twitter.com/kittycaketoken" - }, - { - "name": "whitepaper", - "url": "https://dessertswap.finance/audits/KittyCake%20BEP-20%20Audit%209445619.pdf" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/kittycake" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc22e8114818A918260662375450e19aC73D32852/logo.png b/blockchains/smartchain/assets/0xc22e8114818A918260662375450e19aC73D32852/logo.png deleted file mode 100644 index d0470bfc007ff..0000000000000 Binary files a/blockchains/smartchain/assets/0xc22e8114818A918260662375450e19aC73D32852/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc242b6A3983e90D279ed68aC70f47CFC7e5e1e1C/info.json b/blockchains/smartchain/assets/0xc242b6A3983e90D279ed68aC70f47CFC7e5e1e1C/info.json deleted file mode 100644 index 8c688d3625ffc..0000000000000 --- a/blockchains/smartchain/assets/0xc242b6A3983e90D279ed68aC70f47CFC7e5e1e1C/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Potluck Protocol", - "type": "BEP20", - "symbol": "PTLK", - "decimals": 18, - "description": "Native token of defi site Potluck Protocol", - "website": "https://potluckprotocol.com", - "explorer": "https://bscscan.com/token/0xc242b6a3983e90d279ed68ac70f47cfc7e5e1e1c", - "status": "active", - "id": "0xc242b6A3983e90D279ed68aC70f47CFC7e5e1e1C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc242b6A3983e90D279ed68aC70f47CFC7e5e1e1C/logo.png b/blockchains/smartchain/assets/0xc242b6A3983e90D279ed68aC70f47CFC7e5e1e1C/logo.png deleted file mode 100644 index 82b92eaeb652c..0000000000000 Binary files a/blockchains/smartchain/assets/0xc242b6A3983e90D279ed68aC70f47CFC7e5e1e1C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc2591D74cC6A0810847ADD242319d4b43c8e5f09/info.json b/blockchains/smartchain/assets/0xc2591D74cC6A0810847ADD242319d4b43c8e5f09/info.json deleted file mode 100644 index 328b1e5e90b23..0000000000000 --- a/blockchains/smartchain/assets/0xc2591D74cC6A0810847ADD242319d4b43c8e5f09/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FawkesMask", - "website": "https://fawkesmask.com/", - "description": "Fawkes Mask works on an autonomous frictionless yield farming and liquidity generation protocol", - "explorer": "https://bscscan.com/token/0xc2591d74cc6a0810847add242319d4b43c8e5f09", - "type": "BEP20", - "symbol": "FMK", - "decimals": 9, - "status": "active", - "id": "0xc2591D74cC6A0810847ADD242319d4b43c8e5f09" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc2591D74cC6A0810847ADD242319d4b43c8e5f09/logo.png b/blockchains/smartchain/assets/0xc2591D74cC6A0810847ADD242319d4b43c8e5f09/logo.png deleted file mode 100644 index 3b931c4265efd..0000000000000 Binary files a/blockchains/smartchain/assets/0xc2591D74cC6A0810847ADD242319d4b43c8e5f09/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc25D94fc3f8D7bD1d88f89802fe075338F71dEC7/info.json b/blockchains/smartchain/assets/0xc25D94fc3f8D7bD1d88f89802fe075338F71dEC7/info.json deleted file mode 100644 index 2bc0ac0f25f23..0000000000000 --- a/blockchains/smartchain/assets/0xc25D94fc3f8D7bD1d88f89802fe075338F71dEC7/info.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "PhoenixDefi.Finance Token", - "website": "https://phoenixdefi.Finance", - "description": "PNIX token is a next-generation reflective deflationary protocol built on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xc25d94fc3f8d7bd1d88f89802fe075338f71dec7", - "research": "https://phoenixdefi.Finance", - "type": "BEP20", - "symbol": "PNIX", - "decimals": 18, - "status": "active", - "id": "0xc25D94fc3f8D7bD1d88f89802fe075338F71dEC7", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc25D94fc3f8D7bD1d88f89802fe075338F71dEC7/logo.png b/blockchains/smartchain/assets/0xc25D94fc3f8D7bD1d88f89802fe075338F71dEC7/logo.png deleted file mode 100644 index 1d670a95c7b75..0000000000000 Binary files a/blockchains/smartchain/assets/0xc25D94fc3f8D7bD1d88f89802fe075338F71dEC7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc29000A4b1eCD326b6DafAE17bDA636475FeA1e7/info.json b/blockchains/smartchain/assets/0xc29000A4b1eCD326b6DafAE17bDA636475FeA1e7/info.json deleted file mode 100644 index 2558d952646a1..0000000000000 --- a/blockchains/smartchain/assets/0xc29000A4b1eCD326b6DafAE17bDA636475FeA1e7/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "PancakePoll", - "type": "BEP20", - "symbol": "PPOLL", - "decimals": 9, - "website": "https://pancakepoll.com/", - "description": "PancakePoll is a voting platform that utilizes the security and immutability of the Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xc29000A4b1eCD326b6DafAE17bDA636475FeA1e7", - "status": "active", - "id": "0xc29000A4b1eCD326b6DafAE17bDA636475FeA1e7", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/PancakePoll" - }, - { - "name": "telegram", - "url": "https://t.me/pancakepollbsc" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc29000A4b1eCD326b6DafAE17bDA636475FeA1e7/logo.png b/blockchains/smartchain/assets/0xc29000A4b1eCD326b6DafAE17bDA636475FeA1e7/logo.png deleted file mode 100644 index 8b37b71043f4f..0000000000000 Binary files a/blockchains/smartchain/assets/0xc29000A4b1eCD326b6DafAE17bDA636475FeA1e7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc2E9d07F66A89c44062459A47a0D2Dc038E4fb16/info.json b/blockchains/smartchain/assets/0xc2E9d07F66A89c44062459A47a0D2Dc038E4fb16/info.json deleted file mode 100644 index 21462589c5a39..0000000000000 --- a/blockchains/smartchain/assets/0xc2E9d07F66A89c44062459A47a0D2Dc038E4fb16/info.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Staked BNB", - "type": "BEP20", - "symbol": "stkBNB", - "decimals": 18, - "website": "https://pstake.finance/", - "description": "stkBNB is one of the stkASSETs from pSTAKE. pSTAKE is a liquid staking protocol that unlocks liquidity for your staked assets. With pSTAKE, you can securely stake your Proof-of-Stake (PoS) assets, participate in protocol improvements and security to earn staking rewards, and receive staked underlying representative tokens (stkASSETs) which can be used to explore additional yield opportunities across DeFi.", - "explorer": "https://bscscan.com/token/0xc2E9d07F66A89c44062459A47a0D2Dc038E4fb16", - "status": "active", - "id": "0xc2E9d07F66A89c44062459A47a0D2Dc038E4fb16", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/pStakeFinance" - }, - { - "name": "github", - "url": "https://github.com/persistenceOne" - }, - { - "name": "telegram", - "url": "https://t.me/pstakefinance" - }, - { - "name": "docs", - "url": "https://docs.pstake.finance/" - }, - { - "name": "blog", - "url": "https://blog.pstake.finance/" - }, - { - "name": "forum", - "url": "https://forum.pstake.finance/" - }, - { - "name": "discord", - "url": "https://discord.com/PKHJ3Kn2M2" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/PersistenceOne/" - }, - { - "name": "medium", - "url": "https://pstake.medium.com/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC5wqI1ZRdkCjWWVOCQdhxLQ" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/stkbnb/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/pstake-staked-bnb" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0xc2E9d07F66A89c44062459A47a0D2Dc038E4fb16#code" - } - ], - "tags": [ - "defi", - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0xc2E9d07F66A89c44062459A47a0D2Dc038E4fb16/logo.png b/blockchains/smartchain/assets/0xc2E9d07F66A89c44062459A47a0D2Dc038E4fb16/logo.png deleted file mode 100644 index f12009e239253..0000000000000 Binary files a/blockchains/smartchain/assets/0xc2E9d07F66A89c44062459A47a0D2Dc038E4fb16/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc2a5FdFEa2A04955DF244eb52fFd986fA18cFcc6/info.json b/blockchains/smartchain/assets/0xc2a5FdFEa2A04955DF244eb52fFd986fA18cFcc6/info.json deleted file mode 100644 index b936e2d89cd3c..0000000000000 --- a/blockchains/smartchain/assets/0xc2a5FdFEa2A04955DF244eb52fFd986fA18cFcc6/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Panda Chain", - "type": "BEP20", - "symbol": "Panda", - "decimals": 0, - "website": "http://pandachain.xyz/", - "description": "Panda Chain Finance smart contract generates of the stake amount daily and guarantees a final profit.", - "explorer": "https://bscscan.com/token/0xc2a5fdfea2a04955df244eb52ffd986fa18cfcc6", - "status": "active", - "id": "0xc2a5FdFEa2A04955DF244eb52fFd986fA18cFcc6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc2a5FdFEa2A04955DF244eb52fFd986fA18cFcc6/logo.png b/blockchains/smartchain/assets/0xc2a5FdFEa2A04955DF244eb52fFd986fA18cFcc6/logo.png deleted file mode 100644 index fd967466e93fc..0000000000000 Binary files a/blockchains/smartchain/assets/0xc2a5FdFEa2A04955DF244eb52fFd986fA18cFcc6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc2e1acef50aE55661855E8dcB72adB182A3cC259/info.json b/blockchains/smartchain/assets/0xc2e1acef50aE55661855E8dcB72adB182A3cC259/info.json deleted file mode 100644 index d1a44c86cf743..0000000000000 --- a/blockchains/smartchain/assets/0xc2e1acef50aE55661855E8dcB72adB182A3cC259/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bolt Dollar Share", - "website": "https://boltdollar.finance/", - "description": "Bolt Dollar - previously Bat True Dollar - is a community owned and driven algorithmic stable coin project established on BSC", - "explorer": "https://bscscan.com/token/0xc2e1acef50aE55661855E8dcB72adB182A3cC259", - "type": "BEP20", - "symbol": "BTS", - "decimals": 18, - "status": "active", - "id": "0xc2e1acef50aE55661855E8dcB72adB182A3cC259" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc2e1acef50aE55661855E8dcB72adB182A3cC259/logo.png b/blockchains/smartchain/assets/0xc2e1acef50aE55661855E8dcB72adB182A3cC259/logo.png deleted file mode 100644 index 328e11f35f4d4..0000000000000 Binary files a/blockchains/smartchain/assets/0xc2e1acef50aE55661855E8dcB72adB182A3cC259/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc30C95205C7BC70D81da8e852255Cc89B90480f7/info.json b/blockchains/smartchain/assets/0xc30C95205C7BC70D81da8e852255Cc89B90480f7/info.json deleted file mode 100644 index 41b3893cbcbe4..0000000000000 --- a/blockchains/smartchain/assets/0xc30C95205C7BC70D81da8e852255Cc89B90480f7/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "ADD FINANCE", - "type": "BEP20", - "symbol": "ADD", - "decimals": 18, - "website": "https://add.finance/", - "description": "Add finance is emerging tech platform which scale the defi with AI (Artificial Intelligence ) to make more scalable and reliable trading bots and DApps.", - "explorer": "https://bscscan.com/token/0xc30C95205C7BC70D81da8e852255Cc89B90480f7", - "status": "active", - "id": "0xc30C95205C7BC70D81da8e852255Cc89B90480f7", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/adddotfinance" - }, - { - "name": "telegram", - "url": "https://t.me/adddotfinance" - }, - { - "name": "whitepaper", - "url": "https://add.finance/static/assets/Add%20Finance%20-%20Whitepaper%20Final.pdf" - } - ], - "tags": [ - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc30C95205C7BC70D81da8e852255Cc89B90480f7/logo.png b/blockchains/smartchain/assets/0xc30C95205C7BC70D81da8e852255Cc89B90480f7/logo.png deleted file mode 100644 index 376a83227291b..0000000000000 Binary files a/blockchains/smartchain/assets/0xc30C95205C7BC70D81da8e852255Cc89B90480f7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc3236733841893DdbD8Eac9F647eEC29DA63F400/info.json b/blockchains/smartchain/assets/0xc3236733841893DdbD8Eac9F647eEC29DA63F400/info.json deleted file mode 100644 index 487a23be9c651..0000000000000 --- a/blockchains/smartchain/assets/0xc3236733841893DdbD8Eac9F647eEC29DA63F400/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CarbonDEFI Finance CARBO", - "type": "BEP20", - "symbol": "CARBO", - "decimals": 18, - "website": "https://carbondefi.finance/", - "description": "A project made for the community, 97% owned by the community and with PancakeSwap locked liquidity and RENOUNCED OWNERSHIP. We aim to reduce the pollution by donating to organizations involved in reducing the CARBON footprint. The organizations will be voted by the community.", - "explorer": "https://bscscan.com/token/0xc3236733841893DdbD8Eac9F647eEC29DA63F400", - "status": "active", - "id": "0xc3236733841893DdbD8Eac9F647eEC29DA63F400" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc3236733841893DdbD8Eac9F647eEC29DA63F400/logo.png b/blockchains/smartchain/assets/0xc3236733841893DdbD8Eac9F647eEC29DA63F400/logo.png deleted file mode 100644 index 547877ef6b024..0000000000000 Binary files a/blockchains/smartchain/assets/0xc3236733841893DdbD8Eac9F647eEC29DA63F400/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc3415ef810eC5219f38b2849Bc579591a564E24C/info.json b/blockchains/smartchain/assets/0xc3415ef810eC5219f38b2849Bc579591a564E24C/info.json deleted file mode 100644 index 037c84875a014..0000000000000 --- a/blockchains/smartchain/assets/0xc3415ef810eC5219f38b2849Bc579591a564E24C/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Pako", - "type": "BEP20", - "symbol": "Pako", - "decimals": 6, - "website": "https://pakotoken.com/", - "description": "Pako is a revolutionary project in a decentralized community, building the first-ever storytelling meme coin, which differentiates itself from other meme coins. Pako shall be the first token to be listed and used as a native token for our future exchange called PakoSwap, also allowing everyone to easily buy nft's on pakotoken.com. Last but not least, Pako will be supporting various charities like Binance Charity, to help with world hunger and WWF to help pandas with their environment.", - "explorer": "https://bscscan.com/token/0xc3415ef810ec5219f38b2849bc579591a564e24c", - "status": "active", - "id": "0xc3415ef810eC5219f38b2849Bc579591a564E24C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc3415ef810eC5219f38b2849Bc579591a564E24C/logo.png b/blockchains/smartchain/assets/0xc3415ef810eC5219f38b2849Bc579591a564E24C/logo.png deleted file mode 100644 index cd95dda7fb492..0000000000000 Binary files a/blockchains/smartchain/assets/0xc3415ef810eC5219f38b2849Bc579591a564E24C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc3583C8328eCB4DC8751C7e4fe7bCC18E558A4b6/info.json b/blockchains/smartchain/assets/0xc3583C8328eCB4DC8751C7e4fe7bCC18E558A4b6/info.json deleted file mode 100644 index d86289bf1cce7..0000000000000 --- a/blockchains/smartchain/assets/0xc3583C8328eCB4DC8751C7e4fe7bCC18E558A4b6/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Vikings Inu", - "type": "BEP20", - "symbol": "VIKINGS", - "decimals": 9, - "website": "https://vikingsinu.org", - "description": "Vikings Doge Coin for Global Communities. 4% redistribution, curated aggregation platform & Vikings Treasure Hunt Game.", - "explorer": "https://bscscan.com/token/0xc3583C8328eCB4DC8751C7e4fe7bCC18E558A4b6", - "status": "active", - "id": "0xc3583C8328eCB4DC8751C7e4fe7bCC18E558A4b6", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/vikingsinu" - }, - { - "name": "github", - "url": "https://github.com/vikingsinu" - }, - { - "name": "telegram", - "url": "https://t.me/vikings_inu" - }, - { - "name": "whitepaper", - "url": "https://vikingsinu.org/assets/Vikings_Inu_Whitepaper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/vikings-inu/" - }, - { - "name": "medium", - "url": "https://medium.com/@VikingsInu" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0xc3583C8328eCB4DC8751C7e4fe7bCC18E558A4b6#code" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc3583C8328eCB4DC8751C7e4fe7bCC18E558A4b6/logo.png b/blockchains/smartchain/assets/0xc3583C8328eCB4DC8751C7e4fe7bCC18E558A4b6/logo.png deleted file mode 100644 index 73a05ee0e0e9a..0000000000000 Binary files a/blockchains/smartchain/assets/0xc3583C8328eCB4DC8751C7e4fe7bCC18E558A4b6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc35f46aAEb8aD17bCbAa78c03540FEffa44790Cb/info.json b/blockchains/smartchain/assets/0xc35f46aAEb8aD17bCbAa78c03540FEffa44790Cb/info.json deleted file mode 100644 index bab6ba53a48ce..0000000000000 --- a/blockchains/smartchain/assets/0xc35f46aAEb8aD17bCbAa78c03540FEffa44790Cb/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Lemur Finance", - "website": "https://lemur.finance/", - "description": "Lemur is an automated yield farming token and 100% decentralized led by the community.", - "explorer": "https://bscscan.com/token/0xc35f46aAEb8aD17bCbAa78c03540FEffa44790Cb", - "type": "BEP20", - "symbol": "LEM", - "decimals": 9, - "status": "active", - "id": "0xc35f46aAEb8aD17bCbAa78c03540FEffa44790Cb", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/FinanceLemur" - }, - { - "name": "telegram", - "url": "https://t.me/lemurfinance" - }, - { - "name": "facebook", - "url": "https://facebook.com/Lemur.Finance/" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/LemurFinance/" - }, - { - "name": "medium", - "url": "https://lemurfinance.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc35f46aAEb8aD17bCbAa78c03540FEffa44790Cb/logo.png b/blockchains/smartchain/assets/0xc35f46aAEb8aD17bCbAa78c03540FEffa44790Cb/logo.png deleted file mode 100644 index 78691163ba3c1..0000000000000 Binary files a/blockchains/smartchain/assets/0xc35f46aAEb8aD17bCbAa78c03540FEffa44790Cb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc3601108947A46B219C09f24c668a52756C8d977/info.json b/blockchains/smartchain/assets/0xc3601108947A46B219C09f24c668a52756C8d977/info.json deleted file mode 100644 index 3396804d8e7f2..0000000000000 --- a/blockchains/smartchain/assets/0xc3601108947A46B219C09f24c668a52756C8d977/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "VLaunch", - "type": "BEP20", - "symbol": "VPAD", - "decimals": 18, - "website": "https://www.vlaunch.com", - "description": "First Fully Influencer-Backed Multi-Chain Launchpad", - "explorer": "https://bscscan.com/token/0xc3601108947A46B219C09f24c668a52756C8d977", - "status": "active", - "id": "0xc3601108947A46B219C09f24c668a52756C8d977", - "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/en/coins/vlaunch" - }, - { - "name": "source_code", - "url": "https://github.com/vlaunchcom" - }, - { - "name": "whitepaper", - "url": "https://www.vlaunch.com/whitepaper" - } - ], - "tags": [ - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0xc3601108947A46B219C09f24c668a52756C8d977/logo.png b/blockchains/smartchain/assets/0xc3601108947A46B219C09f24c668a52756C8d977/logo.png deleted file mode 100644 index 62b8c49184690..0000000000000 Binary files a/blockchains/smartchain/assets/0xc3601108947A46B219C09f24c668a52756C8d977/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc3Bd3e021801A34104fcb5E29DE6689a9b204513/info.json b/blockchains/smartchain/assets/0xc3Bd3e021801A34104fcb5E29DE6689a9b204513/info.json deleted file mode 100644 index 09223030149e1..0000000000000 --- a/blockchains/smartchain/assets/0xc3Bd3e021801A34104fcb5E29DE6689a9b204513/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "LevelUp Gaming", - "symbol": "LVLUP", - "type": "BEP20", - "decimals": 9, - "description": "LevelUP your one stop P2E Blockchain Gaming Platform built for both players and game developers.", - "website": "https://www.level-up.game", - "explorer": "https://bscscan.com/token/0xc3Bd3e021801A34104fcb5E29DE6689a9b204513", - "status": "active", - "id": "0xc3Bd3e021801A34104fcb5E29DE6689a9b204513", - "links": [ - { - "name": "telegram", - "url": "https://t.me/levelup_games" - }, - { - "name": "twitter", - "url": "https://twitter.com/LevelUpBSC" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/levelup-gaming/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/levelup-gaming" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc3Bd3e021801A34104fcb5E29DE6689a9b204513/logo.png b/blockchains/smartchain/assets/0xc3Bd3e021801A34104fcb5E29DE6689a9b204513/logo.png deleted file mode 100644 index e28ca9f0f95b7..0000000000000 Binary files a/blockchains/smartchain/assets/0xc3Bd3e021801A34104fcb5E29DE6689a9b204513/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc3D912863152E1Afc935AD0D42d469e7C6B05B77/info.json b/blockchains/smartchain/assets/0xc3D912863152E1Afc935AD0D42d469e7C6B05B77/info.json deleted file mode 100644 index c81538dd642e2..0000000000000 --- a/blockchains/smartchain/assets/0xc3D912863152E1Afc935AD0D42d469e7C6B05B77/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Lucky", - "website": "https://www.luckylion.io", - "description": "LUCKY is a token for play a game in Lucky Lion Platform.", - "explorer": "https://bscscan.com/token/0xc3D912863152E1Afc935AD0D42d469e7C6B05B77", - "type": "BEP20", - "symbol": "LUCKY", - "decimals": 18, - "status": "active", - "id": "0xc3D912863152E1Afc935AD0D42d469e7C6B05B77", - "links": [ - { - "name": "github", - "url": "https://github.com/LuckyLionIO" - }, - { - "name": "twitter", - "url": "https://twitter.com/LuckyLionGameFi" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/luckylionofficial" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc3D912863152E1Afc935AD0D42d469e7C6B05B77/logo.png b/blockchains/smartchain/assets/0xc3D912863152E1Afc935AD0D42d469e7C6B05B77/logo.png deleted file mode 100644 index 1957e304f40f8..0000000000000 Binary files a/blockchains/smartchain/assets/0xc3D912863152E1Afc935AD0D42d469e7C6B05B77/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc3EAE9b061Aa0e1B9BD3436080Dc57D2d63FEdc1/info.json b/blockchains/smartchain/assets/0xc3EAE9b061Aa0e1B9BD3436080Dc57D2d63FEdc1/info.json deleted file mode 100644 index 7a975b83d1227..0000000000000 --- a/blockchains/smartchain/assets/0xc3EAE9b061Aa0e1B9BD3436080Dc57D2d63FEdc1/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "BEAR", - "type": "BEP20", - "symbol": "BEAR", - "decimals": 18, - "website": "https://bear.honeyfarm.finance", - "description": "A Native Token of HoneyFarm Finance Layer 2, HoneyBear", - "explorer": "https://bscscan.com/token/0xc3EAE9b061Aa0e1B9BD3436080Dc57D2d63FEdc1", - "status": "active", - "id": "0xc3EAE9b061Aa0e1B9BD3436080Dc57D2d63FEdc1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/HoneyFarmFi" - }, - { - "name": "github", - "url": "https://github.com/HoneyFarmFi/HoneyFarmContracts" - }, - { - "name": "telegram", - "url": "https://t.me/HoneyFarmChat" - }, - { - "name": "telegram_news", - "url": "https://t.me/HoneyFarmAnn" - }, - { - "name": "blog", - "url": "https://medium.com/@honeyfarmchef" - }, - { - "name": "docs", - "url": "https://docs.honeyfarm.finance/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc3EAE9b061Aa0e1B9BD3436080Dc57D2d63FEdc1/logo.png b/blockchains/smartchain/assets/0xc3EAE9b061Aa0e1B9BD3436080Dc57D2d63FEdc1/logo.png deleted file mode 100644 index fc2dff7672af9..0000000000000 Binary files a/blockchains/smartchain/assets/0xc3EAE9b061Aa0e1B9BD3436080Dc57D2d63FEdc1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc41689A727469C1573009757200371edf36D540e/info.json b/blockchains/smartchain/assets/0xc41689A727469C1573009757200371edf36D540e/info.json deleted file mode 100644 index bf374b1636232..0000000000000 --- a/blockchains/smartchain/assets/0xc41689A727469C1573009757200371edf36D540e/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Dynamix", - "type": "BEP20", - "symbol": "DYNA", - "decimals": 9, - "website": "https://dynamix.finance/", - "description": "Dynamix, The first token created with an evolving algorithm based on events. Dynamic rewards increased from 2% to 8% according to the number of holders, sell fees decreases from 17% to 5% according to hold time, and also buyback and burn system.", - "explorer": "https://bscscan.com/token/0xc41689A727469C1573009757200371edf36D540e", - "status": "active", - "id": "0xc41689A727469C1573009757200371edf36D540e", - "links": [ - { - "name": "github", - "url": "https://github.com/dynamixtoken" - }, - { - "name": "twitter", - "url": "https://twitter.com/Dynamixarmy" - }, - { - "name": "telegram", - "url": "https://t.me/DynamixToken" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Dynamixarmy/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc41689A727469C1573009757200371edf36D540e/logo.png b/blockchains/smartchain/assets/0xc41689A727469C1573009757200371edf36D540e/logo.png deleted file mode 100644 index db743f76b27c7..0000000000000 Binary files a/blockchains/smartchain/assets/0xc41689A727469C1573009757200371edf36D540e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc4736F2611A62d545DC2D0d8f0766283617e6FcB/info.json b/blockchains/smartchain/assets/0xc4736F2611A62d545DC2D0d8f0766283617e6FcB/info.json deleted file mode 100644 index f7b6b4e9f3069..0000000000000 --- a/blockchains/smartchain/assets/0xc4736F2611A62d545DC2D0d8f0766283617e6FcB/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "TopGoal", - "type": "BEP20", - "symbol": "Goal", - "decimals": 18, - "website": "https://topgoal.io/", - "description": "TOPGOAL is a football metaverse with officially licensed digital collectibles, GameFi & SocialFi, with vision of bridging sports to web3.", - "explorer": "https://bscscan.com/token/0xc4736f2611a62d545dc2d0d8f0766283617e6fcb", - "status": "active", - "id": "0xc4736F2611A62d545DC2D0d8f0766283617e6FcB", - "links": [ - { - "name": "medium", - "url": "https://medium.com/@topgoal_nft" - }, - { - "name": "twitter", - "url": "https://twitter.com/TopGoal_NFT" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc4736F2611A62d545DC2D0d8f0766283617e6FcB/logo.png b/blockchains/smartchain/assets/0xc4736F2611A62d545DC2D0d8f0766283617e6FcB/logo.png deleted file mode 100644 index 1e4b470346f63..0000000000000 Binary files a/blockchains/smartchain/assets/0xc4736F2611A62d545DC2D0d8f0766283617e6FcB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc47f53c425d08f8457471538Ae641655814bEAe8/info.json b/blockchains/smartchain/assets/0xc47f53c425d08f8457471538Ae641655814bEAe8/info.json deleted file mode 100644 index 1d845e3ba3918..0000000000000 --- a/blockchains/smartchain/assets/0xc47f53c425d08f8457471538Ae641655814bEAe8/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "SurfMoon Token", - "type": "BEP20", - "symbol": "SURFMOON", - "decimals": 9, - "website": "https://surfmoon.io", - "description": "SurfMoon is the first travel-based BNB redistribution token focusing on rewarding it's holders.", - "explorer": "https://bscscan.com/token/0xc47f53c425d08f8457471538Ae641655814bEAe8", - "status": "active", - "id": "0xc47f53c425d08f8457471538Ae641655814bEAe8", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/surfmoon/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/surfmoon" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc47f53c425d08f8457471538Ae641655814bEAe8/logo.png b/blockchains/smartchain/assets/0xc47f53c425d08f8457471538Ae641655814bEAe8/logo.png deleted file mode 100644 index 30e9de736ccb9..0000000000000 Binary files a/blockchains/smartchain/assets/0xc47f53c425d08f8457471538Ae641655814bEAe8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc4957a864245AA4373Be1f33ae24E93876b7Dfe1/info.json b/blockchains/smartchain/assets/0xc4957a864245AA4373Be1f33ae24E93876b7Dfe1/info.json deleted file mode 100644 index 6eb7583049da4..0000000000000 --- a/blockchains/smartchain/assets/0xc4957a864245AA4373Be1f33ae24E93876b7Dfe1/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TurtleDex", - "type": "BEP20", - "symbol": "TTDX", - "decimals": 8, - "website": "https://turtledex.io/", - "description": "Turtledex is the first decentralized storage solution on Binance Smart Chain. Our goal is to provide a network of node operators and share their storage and bandwidth to create completely secured and fast decentralized storage system.", - "explorer": "https://bscscan.com/token/0xc4957a864245AA4373Be1f33ae24E93876b7Dfe1", - "status": "active", - "id": "0xc4957a864245AA4373Be1f33ae24E93876b7Dfe1" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc4957a864245AA4373Be1f33ae24E93876b7Dfe1/logo.png b/blockchains/smartchain/assets/0xc4957a864245AA4373Be1f33ae24E93876b7Dfe1/logo.png deleted file mode 100644 index 1c2bcbb50c7dd..0000000000000 Binary files a/blockchains/smartchain/assets/0xc4957a864245AA4373Be1f33ae24E93876b7Dfe1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc49DDe62B4A0810074721fAcA54Aab52369f486a/info.json b/blockchains/smartchain/assets/0xc49DDe62B4A0810074721fAcA54Aab52369f486a/info.json deleted file mode 100644 index 9fd6701df2a3f..0000000000000 --- a/blockchains/smartchain/assets/0xc49DDe62B4A0810074721fAcA54Aab52369f486a/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Polker", - "website": "https://www.polker.io", - "description": "Polker is the first blockchain online poker game that uses Unreal Engine 4 for immersive and powerful gameplay while utilizing a provably fair system for truly transparent gameplay.", - "explorer": "https://bscscan.com/token/0xc49DDe62B4A0810074721fAcA54Aab52369f486a", - "type": "BEP20", - "symbol": "PKR", - "decimals": 18, - "status": "active", - "id": "0xc49DDe62B4A0810074721fAcA54Aab52369f486a", - "links": [ - { - "name": "github", - "url": "https://github.com/polker-io" - }, - { - "name": "twitter", - "url": "https://twitter.com/POLKER_PKR" - }, - { - "name": "facebook", - "url": "https://facebook.com/PolkerPKR" - }, - { - "name": "medium", - "url": "https://polker-pkr.medium.com" - }, - { - "name": "telegram", - "url": "https://t.me/polkercrew" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/polker" - }, - { - "name": "whitepaper", - "url": "https://demo.polker.io/wp-content/uploads/2021/06/Polker-Whitepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc49DDe62B4A0810074721fAcA54Aab52369f486a/logo.png b/blockchains/smartchain/assets/0xc49DDe62B4A0810074721fAcA54Aab52369f486a/logo.png deleted file mode 100644 index e8b46c1ec9069..0000000000000 Binary files a/blockchains/smartchain/assets/0xc49DDe62B4A0810074721fAcA54Aab52369f486a/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc4a54699d24C5C130cf866974181E41e22bb3b07/info.json b/blockchains/smartchain/assets/0xc4a54699d24C5C130cf866974181E41e22bb3b07/info.json deleted file mode 100644 index 2a7fcf7582d11..0000000000000 --- a/blockchains/smartchain/assets/0xc4a54699d24C5C130cf866974181E41e22bb3b07/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Floki Elon", - "type": "BEP20", - "symbol": "FlokiElon", - "decimals": 9, - "website": "https://www.flokielon.net/", - "description": "World's Best Community Meme Token", - "explorer": "https://bscscan.com/token/0xc4a54699d24C5C130cf866974181E41e22bb3b07", - "status": "active", - "id": "0xc4a54699d24C5C130cf866974181E41e22bb3b07", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/floki_real" - }, - { - "name": "github", - "url": "https://github.com/flokielonreal" - }, - { - "name": "telegram", - "url": "https://t.me/Floki_Real" - }, - { - "name": "telegram_news", - "url": "https://t.me/FlokiReal" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc4a54699d24C5C130cf866974181E41e22bb3b07/logo.png b/blockchains/smartchain/assets/0xc4a54699d24C5C130cf866974181E41e22bb3b07/logo.png deleted file mode 100644 index bbc6963b6fc3d..0000000000000 Binary files a/blockchains/smartchain/assets/0xc4a54699d24C5C130cf866974181E41e22bb3b07/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc5137E8e017799e71A65e0cFe3F340d719AF17D3/info.json b/blockchains/smartchain/assets/0xc5137E8e017799e71A65e0cFe3F340d719AF17D3/info.json deleted file mode 100644 index 50b0a502a744b..0000000000000 --- a/blockchains/smartchain/assets/0xc5137E8e017799e71A65e0cFe3F340d719AF17D3/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "ETHb", - "website": "https://ethbridge.justliquidity.org/", - "description": "Ethereum on the Binance Smart Chain wrapped via the JustLiquidity Token Bridge", - "explorer": "https://bscscan.com/token/0xc5137e8e017799e71a65e0cfe3f340d719af17d3", - "research": "", - "type": "BEP20", - "symbol": "ETHb", - "decimals": 18, - "status": "active", - "id": "0xc5137E8e017799e71A65e0cFe3F340d719AF17D3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc5137E8e017799e71A65e0cFe3F340d719AF17D3/logo.png b/blockchains/smartchain/assets/0xc5137E8e017799e71A65e0cFe3F340d719AF17D3/logo.png deleted file mode 100644 index 15a85c5008e02..0000000000000 Binary files a/blockchains/smartchain/assets/0xc5137E8e017799e71A65e0cFe3F340d719AF17D3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc53708664b99DF348dd27C3Ac0759d2DA9c40462/info.json b/blockchains/smartchain/assets/0xc53708664b99DF348dd27C3Ac0759d2DA9c40462/info.json deleted file mode 100644 index 0ce72011b3ede..0000000000000 --- a/blockchains/smartchain/assets/0xc53708664b99DF348dd27C3Ac0759d2DA9c40462/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Gourmetgalaxy", - "website": "https://gourmetgalaxy.io/", - "description": "Gourmetgalaxy is a fusion between a DeFi Yield Farming, a NFTs Gaming dApp, LaunchPad platform aim at solving the problems that overshadowed Yield Farming platforms.", - "explorer": "https://bscscan.com/token/0xc53708664b99DF348dd27C3Ac0759d2DA9c40462", - "type": "BEP20", - "symbol": "GUM", - "decimals": 18, - "status": "active", - "id": "0xc53708664b99DF348dd27C3Ac0759d2DA9c40462", - "links": [ - { - "name": "github", - "url": "https://github.com/gourmetgalaxy" - }, - { - "name": "telegram", - "url": "https://t.me/gourmetgalaxy_chat" - }, - { - "name": "medium", - "url": "https://gourmetgalaxy.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc53708664b99DF348dd27C3Ac0759d2DA9c40462/logo.png b/blockchains/smartchain/assets/0xc53708664b99DF348dd27C3Ac0759d2DA9c40462/logo.png deleted file mode 100644 index 3ddd5166823bd..0000000000000 Binary files a/blockchains/smartchain/assets/0xc53708664b99DF348dd27C3Ac0759d2DA9c40462/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc5A49b4CBe004b6FD55B30Ba1dE6AC360FF9765d/info.json b/blockchains/smartchain/assets/0xc5A49b4CBe004b6FD55B30Ba1dE6AC360FF9765d/info.json deleted file mode 100644 index 6098d54c5bc90..0000000000000 --- a/blockchains/smartchain/assets/0xc5A49b4CBe004b6FD55B30Ba1dE6AC360FF9765d/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Swamp.finance", - "website": "https://swamp.finance/", - "description": "Swamp.finance is a yield farming optimizer for Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xc5A49b4CBe004b6FD55B30Ba1dE6AC360FF9765d", - "research": "", - "type": "BEP20", - "symbol": "SWAMP", - "decimals": 18, - "status": "active", - "id": "0xc5A49b4CBe004b6FD55B30Ba1dE6AC360FF9765d" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc5A49b4CBe004b6FD55B30Ba1dE6AC360FF9765d/logo.png b/blockchains/smartchain/assets/0xc5A49b4CBe004b6FD55B30Ba1dE6AC360FF9765d/logo.png deleted file mode 100644 index 811ae46023911..0000000000000 Binary files a/blockchains/smartchain/assets/0xc5A49b4CBe004b6FD55B30Ba1dE6AC360FF9765d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc5a72FC4324EF3fcEBAFf9b5E729487719Eb5B7A/info.json b/blockchains/smartchain/assets/0xc5a72FC4324EF3fcEBAFf9b5E729487719Eb5B7A/info.json deleted file mode 100644 index c63897e5945aa..0000000000000 --- a/blockchains/smartchain/assets/0xc5a72FC4324EF3fcEBAFf9b5E729487719Eb5B7A/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "The Doge World", - "website": "https://thedogeworld.io", - "description": "TheDogeWorld is a community based token with upcoming NFT marketplace.", - "explorer": "https://bscscan.com/token/0xc5a72FC4324EF3fcEBAFf9b5E729487719Eb5B7A", - "type": "BEP20", - "symbol": "TDW", - "decimals": 18, - "status": "active", - "id": "0xc5a72FC4324EF3fcEBAFf9b5E729487719Eb5B7A", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/thedogeworld_io" - }, - { - "name": "telegram", - "url": "https://t.me/thedogeworld_io" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/the-doge-world" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/the-doge-world/" - }, - { - "name": "whitepaper", - "url": "https://thedogeworld.io/whitepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc5a72FC4324EF3fcEBAFf9b5E729487719Eb5B7A/logo.png b/blockchains/smartchain/assets/0xc5a72FC4324EF3fcEBAFf9b5E729487719Eb5B7A/logo.png deleted file mode 100644 index 14d1f5beb82f8..0000000000000 Binary files a/blockchains/smartchain/assets/0xc5a72FC4324EF3fcEBAFf9b5E729487719Eb5B7A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc6Cb12df4520B7Bf83f64C79c585b8462e18B6Aa/info.json b/blockchains/smartchain/assets/0xc6Cb12df4520B7Bf83f64C79c585b8462e18B6Aa/info.json deleted file mode 100644 index 68ca8be7e5d89..0000000000000 --- a/blockchains/smartchain/assets/0xc6Cb12df4520B7Bf83f64C79c585b8462e18B6Aa/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BEVO NFT Art Token", - "website": "https://bevodigital.art/", - "description": "BEVO Token is a cryptocurrency whose value is backed by real art from real artists. The NFT Art Gallery dAPP will feature paintings, sculptures, photos and digital artwork from artists all around the world. Each piece will be represented by a unique Non-Fungible Token minted on the Binance Smart Chain, for a truly frictionless way to trade not only NFTs but any work of art.", - "explorer": "https://bscscan.com/token/0xc6Cb12df4520B7Bf83f64C79c585b8462e18B6Aa", - "type": "BEP20", - "symbol": "BEVO", - "decimals": 9, - "status": "active", - "id": "0xc6Cb12df4520B7Bf83f64C79c585b8462e18B6Aa" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc6Cb12df4520B7Bf83f64C79c585b8462e18B6Aa/logo.png b/blockchains/smartchain/assets/0xc6Cb12df4520B7Bf83f64C79c585b8462e18B6Aa/logo.png deleted file mode 100644 index 6cf7f5dc095c6..0000000000000 Binary files a/blockchains/smartchain/assets/0xc6Cb12df4520B7Bf83f64C79c585b8462e18B6Aa/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc6f26e6df5f44C0Ccd939581987C09b866cDBd1A/info.json b/blockchains/smartchain/assets/0xc6f26e6df5f44C0Ccd939581987C09b866cDBd1A/info.json deleted file mode 100644 index 4cb65ee4cc1b7..0000000000000 --- a/blockchains/smartchain/assets/0xc6f26e6df5f44C0Ccd939581987C09b866cDBd1A/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "InfinitUP", - "type": "BEP20", - "symbol": "IUP", - "decimals": 4, - "website": "https://infinitup.io/", - "description": "InfinitUP is a rebase token that also rewards in WBNB.", - "explorer": "https://bscscan.com/token/0xc6f26e6df5f44C0Ccd939581987C09b866cDBd1A", - "status": "active", - "id": "0xc6f26e6df5f44C0Ccd939581987C09b866cDBd1A", - "links": [ - { - "name": "github", - "url": "https://github.com/InfinitUP" - }, - { - "name": "twitter", - "url": "https://twitter.com/infinituptoken" - }, - { - "name": "telegram", - "url": "https://t.me/infinitup" - }, - { - "name": "medium", - "url": "https://infinitup.medium.com" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/infinitup" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/infinitup" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc6f26e6df5f44C0Ccd939581987C09b866cDBd1A/logo.png b/blockchains/smartchain/assets/0xc6f26e6df5f44C0Ccd939581987C09b866cDBd1A/logo.png deleted file mode 100644 index 8bf22411ae45b..0000000000000 Binary files a/blockchains/smartchain/assets/0xc6f26e6df5f44C0Ccd939581987C09b866cDBd1A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc7091AA18598b87588e37501b6Ce865263CD67Ce/info.json b/blockchains/smartchain/assets/0xc7091AA18598b87588e37501b6Ce865263CD67Ce/info.json deleted file mode 100644 index 8b50b6e4820b3..0000000000000 --- a/blockchains/smartchain/assets/0xc7091AA18598b87588e37501b6Ce865263CD67Ce/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "CheesecakeSwap Token", - "website": "https://cheesecakeswap.com", - "description": "The next generation AMM with high APY rates. Earn CCAKE through yield farming or win it in the Lottery, then stake it in Pools to earn more tokens! Initial Farm Offerings (new token launch model pioneered by CheeseCake Swap), NFTs, and more, on a platform you can trust.", - "explorer": "https://bscscan.com/token/0xc7091AA18598b87588e37501b6Ce865263CD67Ce", - "research": "", - "type": "BEP20", - "symbol": "CCAKE", - "decimals": 18, - "status": "active", - "id": "0xc7091AA18598b87588e37501b6Ce865263CD67Ce" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc7091AA18598b87588e37501b6Ce865263CD67Ce/logo.png b/blockchains/smartchain/assets/0xc7091AA18598b87588e37501b6Ce865263CD67Ce/logo.png deleted file mode 100644 index b1d8b1b6fb6eb..0000000000000 Binary files a/blockchains/smartchain/assets/0xc7091AA18598b87588e37501b6Ce865263CD67Ce/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc709878167Ed069Aea15FD0bD4E9758CEb4Da193/info.json b/blockchains/smartchain/assets/0xc709878167Ed069Aea15FD0bD4E9758CEb4Da193/info.json deleted file mode 100644 index 587be76044373..0000000000000 --- a/blockchains/smartchain/assets/0xc709878167Ed069Aea15FD0bD4E9758CEb4Da193/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "DODToken", - "website": "https://dayofdefeat.app", - "description": "DOD (Day of Defeat) is a token issued on the Binance Smart Chain. It is first and exciting social experiment on this planet, with a radical deflationary mathematical model which will keep the price of DOD token rising continuously.", - "explorer": "https://bscscan.com/token/0xc709878167Ed069Aea15FD0bD4E9758CEb4Da193", - "type": "BEP20", - "symbol": "DOD", - "decimals": 18, - "status": "active", - "id": "0xc709878167Ed069Aea15FD0bD4E9758CEb4Da193", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/dayofdefeatBSC" - }, - { - "name": "telegram", - "url": "https://t.me/DayOfDefeatBSC" - }, - { - "name": "whitepaper", - "url": "https://github.com/DOD195450508/docs/blob/main/%24DOD-WhitePaper.pdf" - }, - { - "name": "discord", - "url": "https://discord.com/invite/yVGAW86x" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0xc709878167Ed069Aea15FD0bD4E9758CEb4Da193/logo.png b/blockchains/smartchain/assets/0xc709878167Ed069Aea15FD0bD4E9758CEb4Da193/logo.png deleted file mode 100644 index 31e324d42f646..0000000000000 Binary files a/blockchains/smartchain/assets/0xc709878167Ed069Aea15FD0bD4E9758CEb4Da193/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc713d1053a6e8eFA08aE2903181D8cE5182Aa66c/info.json b/blockchains/smartchain/assets/0xc713d1053a6e8eFA08aE2903181D8cE5182Aa66c/info.json deleted file mode 100644 index b1684a065aabf..0000000000000 --- a/blockchains/smartchain/assets/0xc713d1053a6e8eFA08aE2903181D8cE5182Aa66c/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "NFTBOX", - "website": "https://nftbox.fun", - "description": "NFTBOX is a decentralized finance (DeFi) token.", - "explorer": "https://bscscan.com/token/0xc713d1053a6e8eFA08aE2903181D8cE5182Aa66c", - "type": "BEP20", - "symbol": "NFTBOX", - "decimals": 9, - "status": "active", - "id": "0xc713d1053a6e8eFA08aE2903181D8cE5182Aa66c" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc713d1053a6e8eFA08aE2903181D8cE5182Aa66c/logo.png b/blockchains/smartchain/assets/0xc713d1053a6e8eFA08aE2903181D8cE5182Aa66c/logo.png deleted file mode 100644 index ecc7c04b810cf..0000000000000 Binary files a/blockchains/smartchain/assets/0xc713d1053a6e8eFA08aE2903181D8cE5182Aa66c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc732B6586A93b6B7CF5FeD3470808Bc74998224D/info.json b/blockchains/smartchain/assets/0xc732B6586A93b6B7CF5FeD3470808Bc74998224D/info.json deleted file mode 100644 index e42b70acb6a32..0000000000000 --- a/blockchains/smartchain/assets/0xc732B6586A93b6B7CF5FeD3470808Bc74998224D/info.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "KmonCoin", - "type": "BEP20", - "symbol": "KMON", - "decimals": 18, - "website": "https://kryptomon.co", - "description": "Kryptomons are digital collectible monsters. Breed and take care of them and fight with other players. Every creature has a unique but mutable genetic code made up of different genotypes that will determine all the aspects - both physical and behavioural - of the creature.", - "explorer": "https://bscscan.com/token/0xc732B6586A93b6B7CF5FeD3470808Bc74998224D", - "status": "active", - "id": "0xc732B6586A93b6B7CF5FeD3470808Bc74998224D", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/KryptomonTeam" - }, - { - "name": "telegram", - "url": "https://t.me/kryptomonofficial" - }, - { - "name": "medium", - "url": "https://medium.com/kryptomon" - }, - { - "name": "whitepaper", - "url": "https://kryptomon.co/white-paper" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/KryptomonGame" - }, - { - "name": "facebook", - "url": "https://facebook.com/KryptomonTeam" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/kryptomon/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/kryptomon" - }, - { - "name": "discord", - "url": "https://discord.com/invite/hYRjSfsWXt" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Kryptomon/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc732B6586A93b6B7CF5FeD3470808Bc74998224D/logo.png b/blockchains/smartchain/assets/0xc732B6586A93b6B7CF5FeD3470808Bc74998224D/logo.png deleted file mode 100644 index 72d5600739dd0..0000000000000 Binary files a/blockchains/smartchain/assets/0xc732B6586A93b6B7CF5FeD3470808Bc74998224D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc748673057861a797275CD8A068AbB95A902e8de/info.json b/blockchains/smartchain/assets/0xc748673057861a797275CD8A068AbB95A902e8de/info.json deleted file mode 100644 index bf15884f2f25a..0000000000000 --- a/blockchains/smartchain/assets/0xc748673057861a797275CD8A068AbB95A902e8de/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Baby Doge Coin", - "type": "BEP20", - "symbol": "BabyDoge", - "decimals": 9, - "website": "https://babydoge.com/", - "description": "Baby Doge Coin has learned a few tricks and lessons from his meme father, Doge. A new crypto birthed by fans of the Doge Meme online community. He is Hyper-deflationary with static reflection that rewards holders, so more baby doge coins are being automatically added to your wallet each transaction. Simply Love, pet, and hold as 5% from each transaction is automatically redistributed to baby doge holders via smart contract.", - "explorer": "https://bscscan.com/token/0xc748673057861a797275CD8A068AbB95A902e8de", - "status": "active", - "id": "0xc748673057861a797275CD8A068AbB95A902e8de", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/babydogecoin" - }, - { - "name": "telegram", - "url": "https://t.me/babydogecoin" - }, - { - "name": "discord", - "url": "https://discord.com/invite/babydogecoin" - }, - { - "name": "facebook", - "url": "https://facebook.com/babydogecoin" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/Baby_doge_coin" - }, - { - "name": "whitepaper", - "url": "https://cdn.filestackcontent.com/FNtpWVlfRGyCGhth5FMA" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc748673057861a797275CD8A068AbB95A902e8de/logo.png b/blockchains/smartchain/assets/0xc748673057861a797275CD8A068AbB95A902e8de/logo.png deleted file mode 100644 index 138b6528aad65..0000000000000 Binary files a/blockchains/smartchain/assets/0xc748673057861a797275CD8A068AbB95A902e8de/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc74cD0042c837Ce59210857504eBb0859E06aA22/info.json b/blockchains/smartchain/assets/0xc74cD0042c837Ce59210857504eBb0859E06aA22/info.json deleted file mode 100644 index 5624fd5d44306..0000000000000 --- a/blockchains/smartchain/assets/0xc74cD0042c837Ce59210857504eBb0859E06aA22/info.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "SafuYield", - "type": "BEP20", - "symbol": "SAFUYIELD", - "decimals": 9, - "website": "https://safuyield.com", - "description": "SAFUYIELD is the native ecosystem token of the www.SAFU.net platform and utility for all its projects.", - "explorer": "https://bscscan.com/token/0xc74cD0042c837Ce59210857504eBb0859E06aA22", - "status": "active", - "id": "0xc74cD0042c837Ce59210857504eBb0859E06aA22", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/safuyield" - }, - { - "name": "github", - "url": "https://github.com/safuyield" - }, - { - "name": "telegram", - "url": "https://t.me/safuyield" - }, - { - "name": "telegram_news", - "url": "https://t.me/safuyield_news" - }, - { - "name": "medium", - "url": "https://safuyield.medium.com" - }, - { - "name": "discord", - "url": "https://discord.com/invite/h57WyJuqEp" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/SafuYield" - }, - { - "name": "whitepaper", - "url": "https://safu.net/SafuYield-Protocol-litepaper.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/safuyield-protocol" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/safuyield-protocol" - }, - { - "name": "facebook", - "url": "https://facebook.com/safu.net" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc74cD0042c837Ce59210857504eBb0859E06aA22/logo.png b/blockchains/smartchain/assets/0xc74cD0042c837Ce59210857504eBb0859E06aA22/logo.png deleted file mode 100644 index d71b3be7abc93..0000000000000 Binary files a/blockchains/smartchain/assets/0xc74cD0042c837Ce59210857504eBb0859E06aA22/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc77Dd3AdE7b717583E0924466E4E474A5673332c/info.json b/blockchains/smartchain/assets/0xc77Dd3AdE7b717583E0924466E4E474A5673332c/info.json deleted file mode 100644 index e0790a94e0f6f..0000000000000 --- a/blockchains/smartchain/assets/0xc77Dd3AdE7b717583E0924466E4E474A5673332c/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Magic Beasties", - "type": "BEP20", - "symbol": "BSTS", - "decimals": 9, - "website": "https://beasties.online/", - "description": "BSTS is a hyper-deflationary token running on Binance Smart Chain, which will be used in the in-game store to buy Beasties and other items", - "explorer": "https://bscscan.com/token/0xc77Dd3AdE7b717583E0924466E4E474A5673332c", - "status": "active", - "id": "0xc77Dd3AdE7b717583E0924466E4E474A5673332c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/beasties_online" - }, - { - "name": "github", - "url": "https://github.com/MagicBeastiesOnline" - }, - { - "name": "telegram", - "url": "https://t.me/beastieschat" - }, - { - "name": "docs", - "url": "https://docs.beasties.online/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/magic-beasties/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/magic-beasties" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0xc77Dd3AdE7b717583E0924466E4E474A5673332c#code" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc77Dd3AdE7b717583E0924466E4E474A5673332c/logo.png b/blockchains/smartchain/assets/0xc77Dd3AdE7b717583E0924466E4E474A5673332c/logo.png deleted file mode 100644 index 93f135dcc2a59..0000000000000 Binary files a/blockchains/smartchain/assets/0xc77Dd3AdE7b717583E0924466E4E474A5673332c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc7Ad2CE38f208eED77a368613C62062fCE88f125/info.json b/blockchains/smartchain/assets/0xc7Ad2CE38f208eED77a368613C62062fCE88f125/info.json deleted file mode 100644 index 63b9f5cd83e06..0000000000000 --- a/blockchains/smartchain/assets/0xc7Ad2CE38f208eED77a368613C62062fCE88f125/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "AERDROP", - "website": "https://www.aerdrop.finance/", - "description": "$AER token offers holders redistribution %, $AER airdrops & free access to the first Defi launchpad for new tokens offering exclusive airdrops.", - "explorer": "https://bscscan.com/token/0xc7Ad2CE38f208eED77a368613C62062fCE88f125", - "type": "BEP20", - "symbol": "AER", - "decimals": 9, - "status": "active", - "id": "0xc7Ad2CE38f208eED77a368613C62062fCE88f125", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/aerdrop/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/aerdrop" - }, - { - "name": "telegram", - "url": "https://t.me/aerdropofficial" - }, - { - "name": "telegram_news", - "url": "https://t.me/aerdropann" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCOpRiuwOQgEYFkljfJmpNWg" - }, - { - "name": "twitter", - "url": "https://twitter.com/AerdropOfficial" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/AerdropOfficial/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc7Ad2CE38f208eED77a368613C62062fCE88f125/logo.png b/blockchains/smartchain/assets/0xc7Ad2CE38f208eED77a368613C62062fCE88f125/logo.png deleted file mode 100644 index ddc0dbbb96651..0000000000000 Binary files a/blockchains/smartchain/assets/0xc7Ad2CE38f208eED77a368613C62062fCE88f125/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc7a249D3021b1d62669b2B5cE65D8410b9A44A43/info.json b/blockchains/smartchain/assets/0xc7a249D3021b1d62669b2B5cE65D8410b9A44A43/info.json deleted file mode 100644 index d6336aecf8277..0000000000000 --- a/blockchains/smartchain/assets/0xc7a249D3021b1d62669b2B5cE65D8410b9A44A43/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ChubbyShiba", - "type": "BEP20", - "symbol": "CHSHIBA", - "decimals": 9, - "website": "https://www.chubbyshiba.com/", - "description": "With our generous passive income opportunities, innovative product development, and amazing community, ChubbyShiba checks all the boxes.", - "explorer": "https://bscscan.com/token/0xc7a249D3021b1d62669b2B5cE65D8410b9A44A43", - "status": "active", - "id": "0xc7a249D3021b1d62669b2B5cE65D8410b9A44A43" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc7a249D3021b1d62669b2B5cE65D8410b9A44A43/logo.png b/blockchains/smartchain/assets/0xc7a249D3021b1d62669b2B5cE65D8410b9A44A43/logo.png deleted file mode 100644 index 9a57834baadce..0000000000000 Binary files a/blockchains/smartchain/assets/0xc7a249D3021b1d62669b2B5cE65D8410b9A44A43/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc836d8dC361E44DbE64c4862D55BA041F88Ddd39/info.json b/blockchains/smartchain/assets/0xc836d8dC361E44DbE64c4862D55BA041F88Ddd39/info.json deleted file mode 100644 index e28c950b1257e..0000000000000 --- a/blockchains/smartchain/assets/0xc836d8dC361E44DbE64c4862D55BA041F88Ddd39/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "MATIC (Portal from Polygon)", - "type": "BEP20", - "symbol": "MATICpo", - "decimals": 18, - "description": "Cross Chain Portal Bridged Token", - "website": "https://polygon.technology/", - "explorer": "https://bscscan.com/token/0xc836d8dC361E44DbE64c4862D55BA041F88Ddd39", - "status": "active", - "id": "0xc836d8dC361E44DbE64c4862D55BA041F88Ddd39", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc836d8dC361E44DbE64c4862D55BA041F88Ddd39/logo.png b/blockchains/smartchain/assets/0xc836d8dC361E44DbE64c4862D55BA041F88Ddd39/logo.png deleted file mode 100644 index 60c97897b870c..0000000000000 Binary files a/blockchains/smartchain/assets/0xc836d8dC361E44DbE64c4862D55BA041F88Ddd39/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc845341377C68b8003485036c3163b8DBcf8acb2/info.json b/blockchains/smartchain/assets/0xc845341377C68b8003485036c3163b8DBcf8acb2/info.json deleted file mode 100644 index f5845fef25ff4..0000000000000 --- a/blockchains/smartchain/assets/0xc845341377C68b8003485036c3163b8DBcf8acb2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeWolf", - "website": "https://safewolf.io", - "description": "SAFEWOLF is a community driven project built on Binance Smart Chain #BSC. Two functions occur during each trade: Reflection & Burn. SAFEWOLF brings the most revolutionary mechanism to BSC ecosystem", - "explorer": "https://bscscan.com/token/0xc845341377C68b8003485036c3163b8DBcf8acb2", - "type": "BEP20", - "symbol": "SW", - "decimals": 9, - "status": "active", - "id": "0xc845341377C68b8003485036c3163b8DBcf8acb2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc845341377C68b8003485036c3163b8DBcf8acb2/logo.png b/blockchains/smartchain/assets/0xc845341377C68b8003485036c3163b8DBcf8acb2/logo.png deleted file mode 100644 index 722edb15b4971..0000000000000 Binary files a/blockchains/smartchain/assets/0xc845341377C68b8003485036c3163b8DBcf8acb2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc864019047B864B6ab609a968ae2725DFaee808A/info.json b/blockchains/smartchain/assets/0xc864019047B864B6ab609a968ae2725DFaee808A/info.json deleted file mode 100644 index efb0d46d6dfc9..0000000000000 --- a/blockchains/smartchain/assets/0xc864019047B864B6ab609a968ae2725DFaee808A/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Biconomy Token", - "type": "BEP20", - "symbol": "BIT", - "decimals": 9, - "website": "https://biconomy.com", - "description": "Biconomy is a Canadian digital currency exchange.", - "explorer": "https://bscscan.com/token/0xc864019047B864B6ab609a968ae2725DFaee808A", - "status": "active", - "id": "0xc864019047B864B6ab609a968ae2725DFaee808A", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SheludkoDmitriy?s=12" - }, - { - "name": "telegram", - "url": "https://t.me/Biconomy_Global" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/biconomy-token/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc864019047B864B6ab609a968ae2725DFaee808A/logo.png b/blockchains/smartchain/assets/0xc864019047B864B6ab609a968ae2725DFaee808A/logo.png deleted file mode 100644 index c327ce9812823..0000000000000 Binary files a/blockchains/smartchain/assets/0xc864019047B864B6ab609a968ae2725DFaee808A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc8E8ecB2A5B5d1eCFf007BF74d15A86434aA0c5C/info.json b/blockchains/smartchain/assets/0xc8E8ecB2A5B5d1eCFf007BF74d15A86434aA0c5C/info.json deleted file mode 100644 index bda1725631c19..0000000000000 --- a/blockchains/smartchain/assets/0xc8E8ecB2A5B5d1eCFf007BF74d15A86434aA0c5C/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "DragonSlayer", - "type": "BEP20", - "symbol": "DRS", - "decimals": 9, - "website": "https://www.dragonslayer.games/", - "description": "Dragon Slayer is a NFT gaming ecosystem aiming to build a vast Dragon Universe living on the Binance Smart Chain where millions of players all around the world participate in the blockchain-based NFT game in a simple, fast and fun way. Dragon Slayer creates a complete blockchain gaming ecosystem that connects game players, developers, communities and distributors.", - "explorer": "https://bscscan.com/token/0xc8E8ecB2A5B5d1eCFf007BF74d15A86434aA0c5C", - "status": "active", - "id": "0xc8E8ecB2A5B5d1eCFf007BF74d15A86434aA0c5C", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/DragonSlayerNft" - }, - { - "name": "telegram", - "url": "https://t.me/DragonSlayerNftChannel" - }, - { - "name": "facebook", - "url": "https://facebook.com/DragonSlayer2NFT" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/dragon-slayer" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/dragon-slayer" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc8E8ecB2A5B5d1eCFf007BF74d15A86434aA0c5C/logo.png b/blockchains/smartchain/assets/0xc8E8ecB2A5B5d1eCFf007BF74d15A86434aA0c5C/logo.png deleted file mode 100644 index ef8335057bbc2..0000000000000 Binary files a/blockchains/smartchain/assets/0xc8E8ecB2A5B5d1eCFf007BF74d15A86434aA0c5C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc8aE2289c032B119DFD29396F1FC68Ee91F80118/info.json b/blockchains/smartchain/assets/0xc8aE2289c032B119DFD29396F1FC68Ee91F80118/info.json deleted file mode 100644 index d235eaaddf281..0000000000000 --- a/blockchains/smartchain/assets/0xc8aE2289c032B119DFD29396F1FC68Ee91F80118/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "IM Super League", - "type": "BEP20", - "symbol": "IMSL", - "decimals": 9, - "website": "https://imsuperleague.com/", - "description": "The IM Super League is an educative, entertained, and profitable way to play with your favorite football team of all times on the blockchain.", - "explorer": "https://bscscan.com/token/0xc8aE2289c032B119DFD29396F1FC68Ee91F80118", - "status": "active", - "id": "0xc8aE2289c032B119DFD29396F1FC68Ee91F80118" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc8aE2289c032B119DFD29396F1FC68Ee91F80118/logo.png b/blockchains/smartchain/assets/0xc8aE2289c032B119DFD29396F1FC68Ee91F80118/logo.png deleted file mode 100644 index 8288cedce4b47..0000000000000 Binary files a/blockchains/smartchain/assets/0xc8aE2289c032B119DFD29396F1FC68Ee91F80118/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc9132C76060F6b319764Ea075973a650A1a53bC9/info.json b/blockchains/smartchain/assets/0xc9132C76060F6b319764Ea075973a650A1a53bC9/info.json deleted file mode 100644 index 2a16c4cb2f19e..0000000000000 --- a/blockchains/smartchain/assets/0xc9132C76060F6b319764Ea075973a650A1a53bC9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DuckDaoDime", - "website": "https://duckdao.io", - "description": "DuckDAO, the world’s largest crowdsourced Incubator for crypto projects.", - "explorer": "https://bscscan.com/token/0xc9132C76060F6b319764Ea075973a650A1a53bC9", - "symbol": "DDIM", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0xc9132C76060F6b319764Ea075973a650A1a53bC9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc9132C76060F6b319764Ea075973a650A1a53bC9/logo.png b/blockchains/smartchain/assets/0xc9132C76060F6b319764Ea075973a650A1a53bC9/logo.png deleted file mode 100644 index 4551178e27ca8..0000000000000 Binary files a/blockchains/smartchain/assets/0xc9132C76060F6b319764Ea075973a650A1a53bC9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc91D49653F0364aA9C7877697eB27313c973ad9D/info.json b/blockchains/smartchain/assets/0xc91D49653F0364aA9C7877697eB27313c973ad9D/info.json deleted file mode 100644 index afac3a84e749f..0000000000000 --- a/blockchains/smartchain/assets/0xc91D49653F0364aA9C7877697eB27313c973ad9D/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Catnip Money", - "website": "https://catnip.money", - "description": "The fair launch token built for sustainable gains. Featuring the worlds first yielding NFTs, auto-liquidity injections & more.", - "explorer": "https://bscscan.com/token/0xc91d49653f0364aa9c7877697eb27313c973ad9d", - "type": "BEP20", - "symbol": "CATNIP", - "decimals": 8, - "status": "active", - "id": "0xc91D49653F0364aA9C7877697eB27313c973ad9D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc91D49653F0364aA9C7877697eB27313c973ad9D/logo.png b/blockchains/smartchain/assets/0xc91D49653F0364aA9C7877697eB27313c973ad9D/logo.png deleted file mode 100644 index 90a04eba0b22a..0000000000000 Binary files a/blockchains/smartchain/assets/0xc91D49653F0364aA9C7877697eB27313c973ad9D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc978BA9309f3c3bE3a79302251A2bB041bAa7118/info.json b/blockchains/smartchain/assets/0xc978BA9309f3c3bE3a79302251A2bB041bAa7118/info.json deleted file mode 100644 index 3d032aebbba06..0000000000000 --- a/blockchains/smartchain/assets/0xc978BA9309f3c3bE3a79302251A2bB041bAa7118/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Kitty Shiba", - "type": "BEP20", - "symbol": "KSHIBA", - "decimals": 18, - "website": "https://kittyshiba.com", - "description": "KittyShiba, a decentralized & unique way to earn. Running on BSC, Token REFLECTION earning with very intelligent coding, makes KittyShiba much powerful.", - "explorer": "https://bscscan.com/token/0xc978BA9309f3c3bE3a79302251A2bB041bAa7118", - "status": "active", - "id": "0xc978BA9309f3c3bE3a79302251A2bB041bAa7118", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/kittyshiba" - }, - { - "name": "github", - "url": "https://github.com/kittyshiba" - }, - { - "name": "telegram", - "url": "https://t.me/kittyshiba" - }, - { - "name": "telegram_news", - "url": "https://t.me/kittyshibanews" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc978BA9309f3c3bE3a79302251A2bB041bAa7118/logo.png b/blockchains/smartchain/assets/0xc978BA9309f3c3bE3a79302251A2bB041bAa7118/logo.png deleted file mode 100644 index 717bd817e4632..0000000000000 Binary files a/blockchains/smartchain/assets/0xc978BA9309f3c3bE3a79302251A2bB041bAa7118/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc98a8EC7A07f1b743E86896a52434C4C6A0Dbc42/info.json b/blockchains/smartchain/assets/0xc98a8EC7A07f1b743E86896a52434C4C6A0Dbc42/info.json deleted file mode 100644 index 20068ad5e7c55..0000000000000 --- a/blockchains/smartchain/assets/0xc98a8EC7A07f1b743E86896a52434C4C6A0Dbc42/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "ASIX Token", - "type": "BEP20", - "symbol": "ASIX", - "decimals": 9, - "website": "https://asixtoken.com/", - "description": "ASIX Token is prestigious project backed by one of the most famous celebrities in Indonesia, Anang Hermansyah and His family. The token utility focusing on P2E Games, NFT Marketplace and Nusantara Land Metaverse.", - "explorer": "https://bscscan.com/token/0xc98a8EC7A07f1b743E86896a52434C4C6A0Dbc42", - "status": "abandoned", - "id": "0xc98a8EC7A07f1b743E86896a52434C4C6A0Dbc42", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/asix-token" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/asix" - }, - { - "name": "telegram", - "url": "https://t.me/asixtoken" - }, - { - "name": "twitter", - "url": "https://twitter.com/AsixToken" - } - ], - "tags": [ - "gamefi", - "nft" - ] -} diff --git a/blockchains/smartchain/assets/0xc9Ad37E9Baf41377540Df5a77831Db98c1915128/info.json b/blockchains/smartchain/assets/0xc9Ad37E9Baf41377540Df5a77831Db98c1915128/info.json deleted file mode 100644 index 861529167e647..0000000000000 --- a/blockchains/smartchain/assets/0xc9Ad37E9Baf41377540Df5a77831Db98c1915128/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Green Shiba Inu", - "type": "BEP20", - "symbol": "GINUX", - "decimals": 18, - "website": "https://greenshiba.org", - "description": "Green Shiba Inu is a fully decentralized, zero-emission and fairly distributed community-driven token disrupting the meme economy aiming at protecting the environment!", - "explorer": "https://bscscan.com/token/0xc9Ad37E9Baf41377540Df5a77831Db98c1915128", - "status": "active", - "id": "0xc9Ad37E9Baf41377540Df5a77831Db98c1915128" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc9Ad37E9Baf41377540Df5a77831Db98c1915128/logo.png b/blockchains/smartchain/assets/0xc9Ad37E9Baf41377540Df5a77831Db98c1915128/logo.png deleted file mode 100644 index d1a0e608cbfbc..0000000000000 Binary files a/blockchains/smartchain/assets/0xc9Ad37E9Baf41377540Df5a77831Db98c1915128/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xc9D53A339F3c22E016C6fA1E3Eb85AC32c75fED2/info.json b/blockchains/smartchain/assets/0xc9D53A339F3c22E016C6fA1E3Eb85AC32c75fED2/info.json deleted file mode 100644 index 7ee2b8623d504..0000000000000 --- a/blockchains/smartchain/assets/0xc9D53A339F3c22E016C6fA1E3Eb85AC32c75fED2/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Happiness Token", - "type": "BEP20", - "symbol": "HPS", - "decimals": 18, - "website": "https://billionhappiness.finance/", - "description": "HPS is a deflationary token and booster for BillionHappiness project to support liquidity, buyback, build the ecosystem, and Develop NFT marketplace. To create, buy, or collect digital items secured with BSC blockchain.", - "explorer": "https://bscscan.com/token/0xc9d53a339f3c22e016c6fa1e3eb85ac32c75fed2", - "status": "active", - "id": "0xc9D53A339F3c22E016C6fA1E3Eb85AC32c75fED2", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BHC_Happiness" - }, - { - "name": "github", - "url": "https://github.com/HPSOfficial" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xc9D53A339F3c22E016C6fA1E3Eb85AC32c75fED2/logo.png b/blockchains/smartchain/assets/0xc9D53A339F3c22E016C6fA1E3Eb85AC32c75fED2/logo.png deleted file mode 100644 index bef8fa97c8da7..0000000000000 Binary files a/blockchains/smartchain/assets/0xc9D53A339F3c22E016C6fA1E3Eb85AC32c75fED2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xcA1262e77Fb25c0a4112CFc9bad3ff54F617f2e6/info.json b/blockchains/smartchain/assets/0xcA1262e77Fb25c0a4112CFc9bad3ff54F617f2e6/info.json deleted file mode 100644 index 2b8741d76650a..0000000000000 --- a/blockchains/smartchain/assets/0xcA1262e77Fb25c0a4112CFc9bad3ff54F617f2e6/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Wrapped JAXNET", - "type": "BEP20", - "symbol": "WJXN", - "decimals": 0, - "website": "https://jax.network", - "description": "Jax.Network provides the technological infrastructure for a decentralized energy-standard monetary system. Our blockchain is anchored to the Bitcoin network and issues two digital currencies JAX and JXN. JAX is a stablecoin pegged to the energy spent on mining, while JXN is an asset coin representing the value of the whole network.", - "explorer": "https://bscscan.com/token/0xcA1262e77Fb25c0a4112CFc9bad3ff54F617f2e6", - "status": "active", - "id": "0xcA1262e77Fb25c0a4112CFc9bad3ff54F617f2e6", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CommunityJax" - }, - { - "name": "telegram", - "url": "https://t.me/jax_network" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/jax-network/" - } - ], - "tags": [ - "wrapped" - ] -} diff --git a/blockchains/smartchain/assets/0xcA1262e77Fb25c0a4112CFc9bad3ff54F617f2e6/logo.png b/blockchains/smartchain/assets/0xcA1262e77Fb25c0a4112CFc9bad3ff54F617f2e6/logo.png deleted file mode 100644 index 4d0c04f92b44c..0000000000000 Binary files a/blockchains/smartchain/assets/0xcA1262e77Fb25c0a4112CFc9bad3ff54F617f2e6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xcAf23964Ca8db16D816eB314a56789F58fE0e10e/info.json b/blockchains/smartchain/assets/0xcAf23964Ca8db16D816eB314a56789F58fE0e10e/info.json deleted file mode 100644 index 08cfead84b6ed..0000000000000 --- a/blockchains/smartchain/assets/0xcAf23964Ca8db16D816eB314a56789F58fE0e10e/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Galaxy Goggle", - "website": "https://app.galaxygoggle.money", - "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.", - "explorer": "https://bscscan.com/token/0xcAf23964Ca8db16D816eB314a56789F58fE0e10e", - "type": "BEP20", - "symbol": "GG", - "decimals": 9, - "status": "active", - "id": "0xcAf23964Ca8db16D816eB314a56789F58fE0e10e", - "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" - } - ] -} diff --git a/blockchains/smartchain/assets/0xcAf23964Ca8db16D816eB314a56789F58fE0e10e/logo.png b/blockchains/smartchain/assets/0xcAf23964Ca8db16D816eB314a56789F58fE0e10e/logo.png deleted file mode 100644 index 5eb7f13346235..0000000000000 Binary files a/blockchains/smartchain/assets/0xcAf23964Ca8db16D816eB314a56789F58fE0e10e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xcB368FDb5264a6c2baE1b270EC6A3Ad3029C64C7/info.json b/blockchains/smartchain/assets/0xcB368FDb5264a6c2baE1b270EC6A3Ad3029C64C7/info.json deleted file mode 100644 index c3b0de7337558..0000000000000 --- a/blockchains/smartchain/assets/0xcB368FDb5264a6c2baE1b270EC6A3Ad3029C64C7/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Hyperion", - "website": "http://hyperion.exchange/", - "description": "Yield farm hyperion on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xcB368FDb5264a6c2baE1b270EC6A3Ad3029C64C7", - "type": "BEP20", - "symbol": "HPR", - "decimals": 8, - "status": "active", - "id": "0xcB368FDb5264a6c2baE1b270EC6A3Ad3029C64C7" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xcB368FDb5264a6c2baE1b270EC6A3Ad3029C64C7/logo.png b/blockchains/smartchain/assets/0xcB368FDb5264a6c2baE1b270EC6A3Ad3029C64C7/logo.png deleted file mode 100644 index aa96a84e9c824..0000000000000 Binary files a/blockchains/smartchain/assets/0xcB368FDb5264a6c2baE1b270EC6A3Ad3029C64C7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xcB5EDCB7A2aDe21Ae4A695A5c7fFB7Aa01DFaA5d/info.json b/blockchains/smartchain/assets/0xcB5EDCB7A2aDe21Ae4A695A5c7fFB7Aa01DFaA5d/info.json deleted file mode 100644 index aece93332b7bf..0000000000000 --- a/blockchains/smartchain/assets/0xcB5EDCB7A2aDe21Ae4A695A5c7fFB7Aa01DFaA5d/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "FetaToken", - "type": "BEP20", - "symbol": "FETA", - "decimals": 9, - "website": "https://fetatoken.com/", - "description": "FetaToken uses the technology of crypto to support charitable organizations and create community engagement with future projects. The FetaToken community holds events where portions of tokens in the charity wallet gets donated to the community's decided charity organization. FETA, also known as the Fun Ethical Triangular Alt-coin, is a Binance Smart Chain token with an automatic 9% tax on every transaction, of which 3% is distributed to holders, 3% is burned and 3% is sent to the charity wallet.", - "explorer": "https://bscscan.com/token/0xcb5edcb7a2ade21ae4a695a5c7ffb7aa01dfaa5d", - "status": "active", - "id": "0xcB5EDCB7A2aDe21Ae4A695A5c7fFB7Aa01DFaA5d", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xcB5EDCB7A2aDe21Ae4A695A5c7fFB7Aa01DFaA5d/logo.png b/blockchains/smartchain/assets/0xcB5EDCB7A2aDe21Ae4A695A5c7fFB7Aa01DFaA5d/logo.png deleted file mode 100644 index 8005cc2857cd6..0000000000000 Binary files a/blockchains/smartchain/assets/0xcB5EDCB7A2aDe21Ae4A695A5c7fFB7Aa01DFaA5d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xcBB73f034e7f466491A170a0AbF233636C2a93eE/info.json b/blockchains/smartchain/assets/0xcBB73f034e7f466491A170a0AbF233636C2a93eE/info.json deleted file mode 100644 index 419a82e633088..0000000000000 --- a/blockchains/smartchain/assets/0xcBB73f034e7f466491A170a0AbF233636C2a93eE/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "WAP Token", - "type": "BEP20", - "symbol": "WAP", - "decimals": 18, - "website": "https://wearepeopletoken.com/", - "description": "A community-focused blockchain project. The project is directed towards Families that have suffered from police brutality and minority groups and causes.", - "explorer": "https://bscscan.com/token/0xcBB73f034e7f466491A170a0AbF233636C2a93eE", - "status": "active", - "id": "0xcBB73f034e7f466491A170a0AbF233636C2a93eE" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xcBB73f034e7f466491A170a0AbF233636C2a93eE/logo.png b/blockchains/smartchain/assets/0xcBB73f034e7f466491A170a0AbF233636C2a93eE/logo.png deleted file mode 100644 index eb32e1ae8fadd..0000000000000 Binary files a/blockchains/smartchain/assets/0xcBB73f034e7f466491A170a0AbF233636C2a93eE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xcBc919D845f393Aa0ceD76085Fd082c8aDcE00be/info.json b/blockchains/smartchain/assets/0xcBc919D845f393Aa0ceD76085Fd082c8aDcE00be/info.json deleted file mode 100644 index d7770c09497b8..0000000000000 --- a/blockchains/smartchain/assets/0xcBc919D845f393Aa0ceD76085Fd082c8aDcE00be/info.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "BOSAGORA", - "website": "https://bosagora.io", - "description": "Contribute to making a better world with blockchain technology as a project enabler.", - "research": "https://bosagora.io", - "explorer": "https://bscscan.com/token/0xcBc919D845f393Aa0ceD76085Fd082c8aDcE00be", - "type": "BEP20", - "symbol": "BOA", - "decimals": 7, - "status": "active", - "id": "0xcBc919D845f393Aa0ceD76085Fd082c8aDcE00be", - "links": [ - { - "name": "github", - "url": "https://github.com/bosagora" - }, - { - "name": "twitter", - "url": "https://twitter.com/BOSAGORA1" - }, - { - "name": "telegram", - "url": "https://t.me/bpf_eng" - }, - { - "name": "medium", - "url": "https://medium.com/bosagora" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xcBc919D845f393Aa0ceD76085Fd082c8aDcE00be/logo.png b/blockchains/smartchain/assets/0xcBc919D845f393Aa0ceD76085Fd082c8aDcE00be/logo.png deleted file mode 100644 index 6a99b344098ad..0000000000000 Binary files a/blockchains/smartchain/assets/0xcBc919D845f393Aa0ceD76085Fd082c8aDcE00be/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xcCc2d670E801570247E9De1841480F52A62Eb6F3/info.json b/blockchains/smartchain/assets/0xcCc2d670E801570247E9De1841480F52A62Eb6F3/info.json deleted file mode 100644 index 46780cf31360b..0000000000000 --- a/blockchains/smartchain/assets/0xcCc2d670E801570247E9De1841480F52A62Eb6F3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Marsturbate", - "website": "https://marsturbate.me", - "description": "MRST - Next generation marketplace for porn nfts", - "explorer": "https://bscscan.com/token/0xccc2d670e801570247e9de1841480f52a62eb6f3", - "type": "BEP20", - "symbol": "MRST", - "decimals": 9, - "status": "active", - "id": "0xcCc2d670E801570247E9De1841480F52A62Eb6F3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xcCc2d670E801570247E9De1841480F52A62Eb6F3/logo.png b/blockchains/smartchain/assets/0xcCc2d670E801570247E9De1841480F52A62Eb6F3/logo.png deleted file mode 100644 index 56b94dd14da32..0000000000000 Binary files a/blockchains/smartchain/assets/0xcCc2d670E801570247E9De1841480F52A62Eb6F3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xcCe7F9eB881248E04f2975a3Fb3B62631ad9eE37/info.json b/blockchains/smartchain/assets/0xcCe7F9eB881248E04f2975a3Fb3B62631ad9eE37/info.json deleted file mode 100644 index a4b1ff310254d..0000000000000 --- a/blockchains/smartchain/assets/0xcCe7F9eB881248E04f2975a3Fb3B62631ad9eE37/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SLAM", - "website": "https://slamtoken.com", - "description": "$SLAM is the governance token of the gambling ecosystem of SLAM. It is a deflationary token that distributes rewards to its holders for holding $SLAM in their wallets.", - "explorer": "https://bscscan.com/token/0xcCe7F9eB881248E04f2975a3Fb3B62631ad9eE37", - "type": "BEP20", - "symbol": "SLAM", - "decimals": 18, - "status": "abandoned", - "id": "0xcCe7F9eB881248E04f2975a3Fb3B62631ad9eE37" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xcD657182A749554fc8487757612F02226355269d/info.json b/blockchains/smartchain/assets/0xcD657182A749554fc8487757612F02226355269d/info.json deleted file mode 100644 index 9b6ca12b79dc2..0000000000000 --- a/blockchains/smartchain/assets/0xcD657182A749554fc8487757612F02226355269d/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "MUSK Token", - "website": "https://muskswap.io", - "description": "MUSK is a token in Binance Smart Chain", - "explorer": "https://bscscan.com/token/0xcD657182A749554fc8487757612F02226355269d", - "type": "BEP20", - "symbol": "MUSK", - "decimals": 18, - "status": "active", - "id": "0xcD657182A749554fc8487757612F02226355269d", - "links": [ - { - "name": "github", - "url": "https://github.com/MuskSwap" - }, - { - "name": "twitter", - "url": "https://twitter.com/MUSKSWAPCHANNEL" - }, - { - "name": "medium", - "url": "https://medium.com/@muskswap-official" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/muskswap/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xcD657182A749554fc8487757612F02226355269d/logo.png b/blockchains/smartchain/assets/0xcD657182A749554fc8487757612F02226355269d/logo.png deleted file mode 100644 index 5220e3ae8d1f9..0000000000000 Binary files a/blockchains/smartchain/assets/0xcD657182A749554fc8487757612F02226355269d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xcD6970d5211EfDF2516A4fc73163db7bA812B212/info.json b/blockchains/smartchain/assets/0xcD6970d5211EfDF2516A4fc73163db7bA812B212/info.json deleted file mode 100644 index f9638affbfb97..0000000000000 --- a/blockchains/smartchain/assets/0xcD6970d5211EfDF2516A4fc73163db7bA812B212/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "INRx", - "type": "BEP20", - "symbol": "INRx", - "decimals": 2, - "website": "https://inrx.io/", - "description": "The DEO Governing Stable Currency preserves the value of INRx and guarantees that it will be circulated in the future.", - "explorer": "https://bscscan.com/token/0xcD6970d5211EfDF2516A4fc73163db7bA812B212", - "status": "active", - "id": "0xcD6970d5211EfDF2516A4fc73163db7bA812B212", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/inrxfoundation" - }, - { - "name": "telegram", - "url": "https://t.me/inrxfoundation" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/inrx/" - }, - { - "name": "github", - "url": "https://github.com/inrxstablecoin" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xcD6970d5211EfDF2516A4fc73163db7bA812B212/logo.png b/blockchains/smartchain/assets/0xcD6970d5211EfDF2516A4fc73163db7bA812B212/logo.png deleted file mode 100644 index 75ab0743930d9..0000000000000 Binary files a/blockchains/smartchain/assets/0xcD6970d5211EfDF2516A4fc73163db7bA812B212/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xcD7C5025753a49f1881B31C48caA7C517Bb46308/info.json b/blockchains/smartchain/assets/0xcD7C5025753a49f1881B31C48caA7C517Bb46308/info.json deleted file mode 100644 index 9d9a4234b971b..0000000000000 --- a/blockchains/smartchain/assets/0xcD7C5025753a49f1881B31C48caA7C517Bb46308/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Raven Protocol", - "website": "https://ravenprotocol.com", - "description": "Raven Protocol is building a network of compute nodes for the purposes of AI training where speed is the key.", - "explorer": "https://bscscan.com/token/0xcD7C5025753a49f1881B31C48caA7C517Bb46308", - "research": "https://github.com/ravenprotocol", - "type": "BEP20", - "symbol": "RAVEN", - "decimals": 18, - "status": "active", - "id": "0xcD7C5025753a49f1881B31C48caA7C517Bb46308" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xcD7C5025753a49f1881B31C48caA7C517Bb46308/logo.png b/blockchains/smartchain/assets/0xcD7C5025753a49f1881B31C48caA7C517Bb46308/logo.png deleted file mode 100644 index a308502b255f2..0000000000000 Binary files a/blockchains/smartchain/assets/0xcD7C5025753a49f1881B31C48caA7C517Bb46308/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xcE084e04fc2FE52962aB6E3CC464F80060c1C753/info.json b/blockchains/smartchain/assets/0xcE084e04fc2FE52962aB6E3CC464F80060c1C753/info.json deleted file mode 100644 index a3e2504c3d48f..0000000000000 --- a/blockchains/smartchain/assets/0xcE084e04fc2FE52962aB6E3CC464F80060c1C753/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DogeShib", - "website": "https://dogeshiba.org", - "description": "Doge Shiba ($DOGES) is a community driven, fair launched, DeFi token which rewards its users with the ability to earn passive income, without having to lift a paw.", - "explorer": "https://bscscan.com/token/0xcE084e04fc2FE52962aB6E3CC464F80060c1C753", - "type": "BEP20", - "symbol": "Doges", - "decimals": 9, - "status": "active", - "id": "0xcE084e04fc2FE52962aB6E3CC464F80060c1C753" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xcE084e04fc2FE52962aB6E3CC464F80060c1C753/logo.png b/blockchains/smartchain/assets/0xcE084e04fc2FE52962aB6E3CC464F80060c1C753/logo.png deleted file mode 100644 index 9801d9f1505ab..0000000000000 Binary files a/blockchains/smartchain/assets/0xcE084e04fc2FE52962aB6E3CC464F80060c1C753/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63/info.json b/blockchains/smartchain/assets/0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63/info.json deleted file mode 100644 index d5d45853eacc5..0000000000000 --- a/blockchains/smartchain/assets/0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63/info.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "Venus", - "website": "https://venus.io", - "description": "Venus is an algorithmic money market and synthetic stablecoin decentralized finance protocol.", - "explorer": "https://bscscan.com/token/0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63", - "research": "https://research.binance.com/en/projects/venus", - "type": "BEP20", - "symbol": "XVS", - "decimals": 18, - "status": "active", - "id": "0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63", - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63/logo.png b/blockchains/smartchain/assets/0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63/logo.png deleted file mode 100644 index 008d22434f766..0000000000000 Binary files a/blockchains/smartchain/assets/0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xcFDC1e2c7F4B40cFb3632188d6F766309151b7b8/info.json b/blockchains/smartchain/assets/0xcFDC1e2c7F4B40cFb3632188d6F766309151b7b8/info.json deleted file mode 100644 index f162092697a6c..0000000000000 --- a/blockchains/smartchain/assets/0xcFDC1e2c7F4B40cFb3632188d6F766309151b7b8/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SAFE & SECURE WALLET", - "type": "BEP20", - "symbol": "SAS", - "decimals": 18, - "website": "https://saswallets.com", - "description": "SAFE & SECURE WALLET", - "explorer": "https://bscscan.com/token/0xcFDC1e2c7F4B40cFb3632188d6F766309151b7b8", - "status": "active", - "id": "0xcFDC1e2c7F4B40cFb3632188d6F766309151b7b8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xcFDC1e2c7F4B40cFb3632188d6F766309151b7b8/logo.png b/blockchains/smartchain/assets/0xcFDC1e2c7F4B40cFb3632188d6F766309151b7b8/logo.png deleted file mode 100644 index b8c9734d99df6..0000000000000 Binary files a/blockchains/smartchain/assets/0xcFDC1e2c7F4B40cFb3632188d6F766309151b7b8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xca5f1Bd4B47ECe13a7ca753202F284D9Edd85d8A/info.json b/blockchains/smartchain/assets/0xca5f1Bd4B47ECe13a7ca753202F284D9Edd85d8A/info.json deleted file mode 100644 index da3cda44b7bd1..0000000000000 --- a/blockchains/smartchain/assets/0xca5f1Bd4B47ECe13a7ca753202F284D9Edd85d8A/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Big Oily Orange Boob", - "type": "BEP20", - "symbol": "$BOOB", - "decimals": 9, - "website": "https://coinboob.com", - "description": "Big Oily Orange Boob ($BOOB) is a community token that can be used as a tipping currency for models.$BOOB will also raise funds for breast cancer charities.", - "explorer": "https://bscscan.com/token/0xca5f1Bd4B47ECe13a7ca753202F284D9Edd85d8A", - "status": "active", - "id": "0xca5f1Bd4B47ECe13a7ca753202F284D9Edd85d8A" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xca5f1Bd4B47ECe13a7ca753202F284D9Edd85d8A/logo.png b/blockchains/smartchain/assets/0xca5f1Bd4B47ECe13a7ca753202F284D9Edd85d8A/logo.png deleted file mode 100644 index 2f7d004f1263a..0000000000000 Binary files a/blockchains/smartchain/assets/0xca5f1Bd4B47ECe13a7ca753202F284D9Edd85d8A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xca85585A160058e21770e4118A5187a09793b333/info.json b/blockchains/smartchain/assets/0xca85585A160058e21770e4118A5187a09793b333/info.json deleted file mode 100644 index 27114b1b146d4..0000000000000 --- a/blockchains/smartchain/assets/0xca85585A160058e21770e4118A5187a09793b333/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "TOSKA", - "type": "BEP20", - "symbol": "TSK", - "decimals": 18, - "website": "https://toskacoin.com/", - "description": "Toskaverse", - "explorer": "https://bscscan.com/token/0xca85585A160058e21770e4118A5187a09793b333", - "status": "active", - "id": "0xca85585A160058e21770e4118A5187a09793b333", - "links": [ - { - "name": "youtube", - "url": "https://youtube.com/channel/UCqUv6_LEfVCnEHuFV8CYoKQ" - }, - { - "name": "facebook", - "url": "https://facebook.com/ToskaCoinTSK/" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xca85585A160058e21770e4118A5187a09793b333/logo.png b/blockchains/smartchain/assets/0xca85585A160058e21770e4118A5187a09793b333/logo.png deleted file mode 100644 index 6d460c846b219..0000000000000 Binary files a/blockchains/smartchain/assets/0xca85585A160058e21770e4118A5187a09793b333/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xca861e289f04cB9C67fd6b87ca7EAFa59192f164/info.json b/blockchains/smartchain/assets/0xca861e289f04cB9C67fd6b87ca7EAFa59192f164/info.json deleted file mode 100644 index 688a21b4c0e8b..0000000000000 --- a/blockchains/smartchain/assets/0xca861e289f04cB9C67fd6b87ca7EAFa59192f164/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "UnityMeta Token", - "type": "BEP20", - "symbol": "UMT", - "decimals": 18, - "website": "https://unitymeta.finance", - "description": "UnityMeta Token is a company that aims to bring innovation and novelty to the Metaverse, utilities, nft, sports, gaming, and crypto trading sector through Blockchain technology", - "explorer": "https://bscscan.com/token/0xca861e289f04cB9C67fd6b87ca7EAFa59192f164", - "status": "active", - "id": "0xca861e289f04cB9C67fd6b87ca7EAFa59192f164", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/unitymeta" - }, - { - "name": "twitter", - "url": "https://twitter.com/unitymetatoken" - }, - { - "name": "github", - "url": "https://github.com/unitymetatoken" - }, - { - "name": "telegram", - "url": "https://t.me/unitymetatoken" - }, - { - "name": "whitepaper", - "url": "https://unitymeta.finance/UnityMeta-Whitepaper.pdf" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xca861e289f04cB9C67fd6b87ca7EAFa59192f164/logo.png b/blockchains/smartchain/assets/0xca861e289f04cB9C67fd6b87ca7EAFa59192f164/logo.png deleted file mode 100644 index 6e2f949e6b2b1..0000000000000 Binary files a/blockchains/smartchain/assets/0xca861e289f04cB9C67fd6b87ca7EAFa59192f164/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xcb2B25e783A414f0d20A65aFa741C51b1Ad84c49/info.json b/blockchains/smartchain/assets/0xcb2B25e783A414f0d20A65aFa741C51b1Ad84c49/info.json deleted file mode 100644 index b1dffbf4f2f50..0000000000000 --- a/blockchains/smartchain/assets/0xcb2B25e783A414f0d20A65aFa741C51b1Ad84c49/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Starpunk", - "type": "BEP20", - "symbol": "SRP", - "decimals": 18, - "website": "https://starpunk.io/", - "description": "Starpunk is a NFT Gaming Platform which is the all-in-one, decentralized incubator ecosystem for NFT Gaming Startups. We empower game developers, investors, and players together to build a blockchain-based economy, accelerate the introduction of new NFT Games into the market through our Game Launchpad, and allow projects incubated by StarPunk to launch their own white-labelled NFT Marketplace.", - "explorer": "https://bscscan.com/token/0xcb2B25e783A414f0d20A65aFa741C51b1Ad84c49", - "status": "active", - "id": "0xcb2B25e783A414f0d20A65aFa741C51b1Ad84c49", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/starpunk/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/starpunk" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xcb2B25e783A414f0d20A65aFa741C51b1Ad84c49/logo.png b/blockchains/smartchain/assets/0xcb2B25e783A414f0d20A65aFa741C51b1Ad84c49/logo.png deleted file mode 100644 index ad318c6d1fddc..0000000000000 Binary files a/blockchains/smartchain/assets/0xcb2B25e783A414f0d20A65aFa741C51b1Ad84c49/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xcbcCf14B051947BDcd1E20b77015208a1AD5EA25/info.json b/blockchains/smartchain/assets/0xcbcCf14B051947BDcd1E20b77015208a1AD5EA25/info.json deleted file mode 100644 index 2a6f36869a5ec..0000000000000 --- a/blockchains/smartchain/assets/0xcbcCf14B051947BDcd1E20b77015208a1AD5EA25/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Promise", - "type": "BEP20", - "symbol": "PROMISE", - "decimals": 9, - "website": "https://promisetoken.com", - "description": "Promise is the world's first BEP20 token based on trust. Our token guarantees a continuously increasing price because everyone who holds the Promise token makes a promise to hold it for at least 15 days.", - "explorer": "https://bscscan.com/token/0xcbcCf14B051947BDcd1E20b77015208a1AD5EA25", - "status": "active", - "id": "0xcbcCf14B051947BDcd1E20b77015208a1AD5EA25" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xcbcCf14B051947BDcd1E20b77015208a1AD5EA25/logo.png b/blockchains/smartchain/assets/0xcbcCf14B051947BDcd1E20b77015208a1AD5EA25/logo.png deleted file mode 100644 index 19e09e45b87d2..0000000000000 Binary files a/blockchains/smartchain/assets/0xcbcCf14B051947BDcd1E20b77015208a1AD5EA25/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xcc10c8AfD683c5AA86B1d170d75B555bce5a2C37/info.json b/blockchains/smartchain/assets/0xcc10c8AfD683c5AA86B1d170d75B555bce5a2C37/info.json deleted file mode 100644 index f1f9208a3068e..0000000000000 --- a/blockchains/smartchain/assets/0xcc10c8AfD683c5AA86B1d170d75B555bce5a2C37/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Xpose", - "website": "https://xposeprotocol.com", - "description": "We created $Xpose to provide our holders with leading tokenomics within the DeFi space.", - "explorer": "https://bscscan.com/token/0xcc10c8AfD683c5AA86B1d170d75B555bce5a2C37", - "type": "BEP20", - "symbol": "Xpose", - "decimals": 9, - "status": "active", - "id": "0xcc10c8AfD683c5AA86B1d170d75B555bce5a2C37" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xcc10c8AfD683c5AA86B1d170d75B555bce5a2C37/logo.png b/blockchains/smartchain/assets/0xcc10c8AfD683c5AA86B1d170d75B555bce5a2C37/logo.png deleted file mode 100644 index c1a923b8dd4a1..0000000000000 Binary files a/blockchains/smartchain/assets/0xcc10c8AfD683c5AA86B1d170d75B555bce5a2C37/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xcc2E12a9b5b75360c6FBf23B584c275D52cDdb0E/info.json b/blockchains/smartchain/assets/0xcc2E12a9b5b75360c6FBf23B584c275D52cDdb0E/info.json deleted file mode 100644 index 2e386e877fd8a..0000000000000 --- a/blockchains/smartchain/assets/0xcc2E12a9b5b75360c6FBf23B584c275D52cDdb0E/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Crow Token", - "website": "https://crowfinance.net/", - "description": "CrowFinance an Evolution Yield Farming and Yield Optimizer on Binance Smart Chain with daytime and nighttime burn mechanism system.", - "explorer": "https://bscscan.com/token/0xcc2E12a9b5b75360c6FBf23B584c275D52cDdb0E", - "type": "BEP20", - "symbol": "CROW", - "decimals": 18, - "status": "active", - "id": "0xcc2E12a9b5b75360c6FBf23B584c275D52cDdb0E", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/crowfinance" - }, - { - "name": "telegram", - "url": "https://t.me/CrowFinance" - }, - { - "name": "medium", - "url": "https://medium.com/@crowfinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xcc2E12a9b5b75360c6FBf23B584c275D52cDdb0E/logo.png b/blockchains/smartchain/assets/0xcc2E12a9b5b75360c6FBf23B584c275D52cDdb0E/logo.png deleted file mode 100644 index 5f30c74e05431..0000000000000 Binary files a/blockchains/smartchain/assets/0xcc2E12a9b5b75360c6FBf23B584c275D52cDdb0E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xcc9b175E4b88a22543C44F1cC65B73f63b0D4EfE/info.json b/blockchains/smartchain/assets/0xcc9b175E4b88a22543C44F1cC65B73f63b0D4EfE/info.json deleted file mode 100644 index 901a45b70e54f..0000000000000 --- a/blockchains/smartchain/assets/0xcc9b175E4b88a22543C44F1cC65B73f63b0D4EfE/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BabyShark", - "type": "BEP20", - "symbol": "SHARK", - "decimals": 9, - "website": "https://babysharktoken.com/", - "description": "BabyShark is a token designed to help clean the ocean by using decentralized fundraising. With it's unique tokenomics, BabyShark aims to be the first charity token with zero selling pressure from donations.", - "explorer": "https://bscscan.com/token/0xcc9b175E4b88a22543C44F1cC65B73f63b0D4EfE", - "status": "active", - "id": "0xcc9b175E4b88a22543C44F1cC65B73f63b0D4EfE" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xcc9b175E4b88a22543C44F1cC65B73f63b0D4EfE/logo.png b/blockchains/smartchain/assets/0xcc9b175E4b88a22543C44F1cC65B73f63b0D4EfE/logo.png deleted file mode 100644 index a656f3ed051fe..0000000000000 Binary files a/blockchains/smartchain/assets/0xcc9b175E4b88a22543C44F1cC65B73f63b0D4EfE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xccE7162344Dc758e4715079C8Abc981dc72273B9/info.json b/blockchains/smartchain/assets/0xccE7162344Dc758e4715079C8Abc981dc72273B9/info.json deleted file mode 100644 index 3eec960f19f1c..0000000000000 --- a/blockchains/smartchain/assets/0xccE7162344Dc758e4715079C8Abc981dc72273B9/info.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "CRUDE OIL BRENT", - "type": "BEP20", - "symbol": "OIL", - "decimals": 18, - "website": "https://linktr.ee/zedxion", - "description": "The right provider can make a big difference when it comes to building your trading strategy", - "explorer": "https://bscscan.com/token/0xcce7162344dc758e4715079c8abc981dc72273b9", - "status": "active", - "id": "0xccE7162344Dc758e4715079C8Abc981dc72273B9", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ZedxionC" - } - ] -} diff --git a/blockchains/smartchain/assets/0xccE7162344Dc758e4715079C8Abc981dc72273B9/logo.png b/blockchains/smartchain/assets/0xccE7162344Dc758e4715079C8Abc981dc72273B9/logo.png deleted file mode 100644 index 56ebcd22f86dc..0000000000000 Binary files a/blockchains/smartchain/assets/0xccE7162344Dc758e4715079C8Abc981dc72273B9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xce4A4A15FcCD532eAd67BE3ECf7e6122c61D06bb/info.json b/blockchains/smartchain/assets/0xce4A4A15FcCD532eAd67BE3ECf7e6122c61D06bb/info.json deleted file mode 100644 index 94c5ee85d4a02..0000000000000 --- a/blockchains/smartchain/assets/0xce4A4A15FcCD532eAd67BE3ECf7e6122c61D06bb/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "ThunderCake Token", - "website": "https://www.thundercake.app/", - "description": "The world 1st double reward reflection token using the power of 80% CAKE / 20% THOREUM.", - "explorer": "https://bscscan.com/token/0xce4A4A15FcCD532eAd67BE3ECf7e6122c61D06bb", - "type": "BEP20", - "symbol": "THUNDERCAKE", - "decimals": 18, - "status": "active", - "id": "0xce4A4A15FcCD532eAd67BE3ECf7e6122c61D06bb", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ThunderCakeApp" - }, - { - "name": "telegram", - "url": "https://t.me/ThunderCakeOfficial" - }, - { - "name": "medium", - "url": "https://thundercake.medium.com" - }, - { - "name": "docs", - "url": "https://docs.thundercake.app" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xce4A4A15FcCD532eAd67BE3ECf7e6122c61D06bb/logo.png b/blockchains/smartchain/assets/0xce4A4A15FcCD532eAd67BE3ECf7e6122c61D06bb/logo.png deleted file mode 100644 index 60c9741c7066e..0000000000000 Binary files a/blockchains/smartchain/assets/0xce4A4A15FcCD532eAd67BE3ECf7e6122c61D06bb/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xce666D0e507C5F2Afe0671Ee29A99cfa97954c48/info.json b/blockchains/smartchain/assets/0xce666D0e507C5F2Afe0671Ee29A99cfa97954c48/info.json deleted file mode 100644 index 8643af9955943..0000000000000 --- a/blockchains/smartchain/assets/0xce666D0e507C5F2Afe0671Ee29A99cfa97954c48/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Addax", - "website": "https://addaxtoken.com/", - "description": "Addax is a crypto currency with a purpose to tackle real world problems such as climate change, famine, public healthcare, poverty, children in need, education, gender inequality, marine conservation and wildlife conservation through every transaction.", - "explorer": "https://bscscan.com/token/0xce666d0e507c5f2afe0671ee29a99cfa97954c48", - "type": "BEP20", - "symbol": "ADX", - "decimals": 9, - "status": "active", - "id": "0xce666D0e507C5F2Afe0671Ee29A99cfa97954c48" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xce666D0e507C5F2Afe0671Ee29A99cfa97954c48/logo.png b/blockchains/smartchain/assets/0xce666D0e507C5F2Afe0671Ee29A99cfa97954c48/logo.png deleted file mode 100644 index 04996fba47d61..0000000000000 Binary files a/blockchains/smartchain/assets/0xce666D0e507C5F2Afe0671Ee29A99cfa97954c48/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xce6b8B2787C657f1b98b7A66B5B63178863fd719/info.json b/blockchains/smartchain/assets/0xce6b8B2787C657f1b98b7A66B5B63178863fd719/info.json deleted file mode 100644 index bcb3902561f24..0000000000000 --- a/blockchains/smartchain/assets/0xce6b8B2787C657f1b98b7A66B5B63178863fd719/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "ZFMCOIN", - "website": "https://www.zfmcoin.com/", - "description": "ZFM COIN is a Binance Smart Chain based Token, with burn function, high security, low fees, fast transaction and eco friendly. ZFM COIN Cross-chain Asset Locked by Smart Contract. Data Security Safeguarded by Binance Smart Chain. ZFM COIN Token has a burn function, which means that over time, the number of tokens will decrease.", - "explorer": "https://bscscan.com/token/0xce6b8B2787C657f1b98b7A66B5B63178863fd719", - "research": "https://latoken.com/ieo/ZFM?utm_source=telegram&utm_medium=socials&utm_campaign=zfm_ieo_round1&utm_id=zfm_ieo&utm_content=telegram_post", - "symbol": "ZFM", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0xce6b8B2787C657f1b98b7A66B5B63178863fd719", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/zfmcoin/" - }, - { - "name": "twitter", - "url": "https://twitter.com/zfmcoin" - }, - { - "name": "telegram", - "url": "https://t.me/ZFMCOIN_ANNOUNCEMENT" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCxzLrDLSO1OgaNXoGoy1McQ" - }, - { - "name": "whitepaper", - "url": "https://drive.google.com/file/d/1Cti8HUp7WWcabQVt_jqueXA07aCOUz1q/view?usp=sharing" - } - ] -} diff --git a/blockchains/smartchain/assets/0xce6b8B2787C657f1b98b7A66B5B63178863fd719/logo.png b/blockchains/smartchain/assets/0xce6b8B2787C657f1b98b7A66B5B63178863fd719/logo.png deleted file mode 100644 index f6949869609aa..0000000000000 Binary files a/blockchains/smartchain/assets/0xce6b8B2787C657f1b98b7A66B5B63178863fd719/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xcea59DCE6A6d73a24e6d6944CFaBc330814c098A/info.json b/blockchains/smartchain/assets/0xcea59DCE6A6d73a24e6d6944CFaBc330814c098A/info.json deleted file mode 100644 index 8cbe49ac2dc56..0000000000000 --- a/blockchains/smartchain/assets/0xcea59DCE6A6d73a24e6d6944CFaBc330814c098A/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "TORG", - "website": "https://torg.to/intl/about", - "description": "A sustainable, completely decentralized, and utility-focused cryptocurrency, aimed at global human development.", - "explorer": "https://bscscan.com/token/0xcea59DCE6A6d73a24e6d6944CFaBc330814c098A", - "type": "BEP20", - "symbol": "TORG", - "decimals": 18, - "status": "active", - "id": "0xcea59DCE6A6d73a24e6d6944CFaBc330814c098A", - "links": [ - { - "name": "telegram", - "url": "https://t.me/TORGTogether" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/torg/" - }, - { - "name": "twitter", - "url": "https://twitter.com/TorgTogether" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xcea59DCE6A6d73a24e6d6944CFaBc330814c098A/logo.png b/blockchains/smartchain/assets/0xcea59DCE6A6d73a24e6d6944CFaBc330814c098A/logo.png deleted file mode 100644 index d0fedd491dcbb..0000000000000 Binary files a/blockchains/smartchain/assets/0xcea59DCE6A6d73a24e6d6944CFaBc330814c098A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xcfBb1BfA710cb2ebA070CC3beC0C35226FeA4BAF/info.json b/blockchains/smartchain/assets/0xcfBb1BfA710cb2ebA070CC3beC0C35226FeA4BAF/info.json deleted file mode 100644 index 6db7ea670893c..0000000000000 --- a/blockchains/smartchain/assets/0xcfBb1BfA710cb2ebA070CC3beC0C35226FeA4BAF/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "HeroFiEgg", - "type": "BEP20", - "symbol": "HEROEGG", - "decimals": 18, - "website": "https://www.herofi.io/", - "description": "HeroFi is a mobile aRPG game in which players can earn tokens through PvP/PvE battles between Heroes. 100,000 $HEROEGG will hatch a special character NFT called Genesis Hero that has a gender (either male or female) and a star rating (from three to six).", - "explorer": "https://bscscan.com/token/0xcfBb1BfA710cb2ebA070CC3beC0C35226FeA4BAF", - "status": "active", - "id": "0xcfBb1BfA710cb2ebA070CC3beC0C35226FeA4BAF", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/HeroFiio" - }, - { - "name": "telegram", - "url": "https://t.me/herofiofficial" - }, - { - "name": "telegram_news", - "url": "https://t.me/herofiann" - }, - { - "name": "facebook", - "url": "https://facebook.com/herofiio" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xcfBb1BfA710cb2ebA070CC3beC0C35226FeA4BAF/logo.png b/blockchains/smartchain/assets/0xcfBb1BfA710cb2ebA070CC3beC0C35226FeA4BAF/logo.png deleted file mode 100644 index 2f3f4190654e5..0000000000000 Binary files a/blockchains/smartchain/assets/0xcfBb1BfA710cb2ebA070CC3beC0C35226FeA4BAF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd07e82440A395f3F3551b42dA9210CD1Ef4f8B24/info.json b/blockchains/smartchain/assets/0xd07e82440A395f3F3551b42dA9210CD1Ef4f8B24/info.json deleted file mode 100644 index 6cc48d8c3e55c..0000000000000 --- a/blockchains/smartchain/assets/0xd07e82440A395f3F3551b42dA9210CD1Ef4f8B24/info.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "name": "Parallel Token", - "type": "BEP20", - "symbol": "PRL", - "decimals": 18, - "website": "https://theparallel.io", - "description": "The Parallel takes some of the greatest ideas from the real world and puts them to work in a magical world, The Parallel Metaverse where everyone can have fun and find happiness.", - "explorer": "https://bscscan.com/token/0xd07e82440A395f3F3551b42dA9210CD1Ef4f8B24", - "status": "active", - "id": "0xd07e82440A395f3F3551b42dA9210CD1Ef4f8B24", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/theparallel_io" - }, - { - "name": "github", - "url": "https://github.com/theparalleldotio" - }, - { - "name": "telegram", - "url": "https://t.me/theparallelcommunity" - }, - { - "name": "telegram_news", - "url": "https://t.me/theparallelofficial" - }, - { - "name": "blog", - "url": "https://docs.theparallel.io/" - }, - { - "name": "docs", - "url": "https://docs.theparallel.io/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/ex6SckmWqp" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/theparallel_io/" - }, - { - "name": "forum", - "url": "https://discord.com/invite/ex6SckmWqp" - }, - { - "name": "whitepaper", - "url": "https://docsend.com/view/ncmmsf2qq8ixnq2f" - }, - { - "name": "medium", - "url": "https://medium.com/@theparallel" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCKvlkWCeNDEgxa41k1wBZYA" - }, - { - "name": "facebook", - "url": "https://facebook.com/theparallel.io/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/the-parallel/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/the-parallel" - }, - { - "name": "source_code", - "url": "https://github.com/theparalleldotio" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd07e82440A395f3F3551b42dA9210CD1Ef4f8B24/logo.png b/blockchains/smartchain/assets/0xd07e82440A395f3F3551b42dA9210CD1Ef4f8B24/logo.png deleted file mode 100644 index 8b996ddcdc6b1..0000000000000 Binary files a/blockchains/smartchain/assets/0xd07e82440A395f3F3551b42dA9210CD1Ef4f8B24/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd0840D5F67206f865AeE7cCE075bd4484cD3cC81/info.json b/blockchains/smartchain/assets/0xd0840D5F67206f865AeE7cCE075bd4484cD3cC81/info.json deleted file mode 100644 index 7e3a09286ade5..0000000000000 --- a/blockchains/smartchain/assets/0xd0840D5F67206f865AeE7cCE075bd4484cD3cC81/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Afen Blockchain", - "website": "https://afengroup.com", - "description": "Afen Blockchain is Revolutionizing Opportunities Through Blockchain", - "explorer": "https://bscscan.com/token/0xd0840d5f67206f865aee7cce075bd4484cd3cc81", - "type": "BEP20", - "symbol": "AFEN", - "decimals": 18, - "status": "active", - "id": "0xd0840D5F67206f865AeE7cCE075bd4484cD3cC81" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd0840D5F67206f865AeE7cCE075bd4484cD3cC81/logo.png b/blockchains/smartchain/assets/0xd0840D5F67206f865AeE7cCE075bd4484cD3cC81/logo.png deleted file mode 100644 index 6fa4b4f4cab59..0000000000000 Binary files a/blockchains/smartchain/assets/0xd0840D5F67206f865AeE7cCE075bd4484cD3cC81/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd09092B1C9C495Eb7e0A043927492Cf2DEE68a86/info.json b/blockchains/smartchain/assets/0xd09092B1C9C495Eb7e0A043927492Cf2DEE68a86/info.json deleted file mode 100644 index 3fa2f1823e666..0000000000000 --- a/blockchains/smartchain/assets/0xd09092B1C9C495Eb7e0A043927492Cf2DEE68a86/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "CxCoin", - "type": "BEP20", - "symbol": "CX", - "decimals": 9, - "website": "https://cxcoin.net/", - "description": "Cxcoin is building a platform to allow streamers and content creators a safe and easy method of receiving support through Cryptocurrencies along with its auto Buyback system.", - "explorer": "https://bscscan.com/token/0xd09092B1C9C495Eb7e0A043927492Cf2DEE68a86", - "status": "active", - "id": "0xd09092B1C9C495Eb7e0A043927492Cf2DEE68a86", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CoinCx" - }, - { - "name": "telegram", - "url": "https://t.me/CxCoinChat" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd09092B1C9C495Eb7e0A043927492Cf2DEE68a86/logo.png b/blockchains/smartchain/assets/0xd09092B1C9C495Eb7e0A043927492Cf2DEE68a86/logo.png deleted file mode 100644 index 884cc16587cdc..0000000000000 Binary files a/blockchains/smartchain/assets/0xd09092B1C9C495Eb7e0A043927492Cf2DEE68a86/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd0c4BC1B89BbD105EeCb7EBa3f13E7648c0De38F/info.json b/blockchains/smartchain/assets/0xd0c4BC1B89BbD105EeCb7EBa3f13E7648c0De38F/info.json deleted file mode 100644 index 0f0906eb91039..0000000000000 --- a/blockchains/smartchain/assets/0xd0c4BC1B89BbD105EeCb7EBa3f13E7648c0De38F/info.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "WEB3 Inu", - "type": "BEP20", - "symbol": "WEB3", - "decimals": 9, - "website": "https://web3inu.org", - "description": "Web3 Inu is a Rent-To-Earn token concept based in real world data interacting in two different layers: On-Chain and Off-Chain.", - "explorer": "https://bscscan.com/token/0xd0c4BC1B89BbD105EeCb7EBa3f13E7648c0De38F", - "status": "active", - "id": "0xd0c4BC1B89BbD105EeCb7EBa3f13E7648c0De38F", - "tags": [ - "gamefi" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/web3_inu" - }, - { - "name": "github", - "url": "https://github.com/web3inu" - }, - { - "name": "telegram", - "url": "https://t.me/WEB3_inu" - }, - { - "name": "telegram_news", - "url": "https://t.me/web3inu_news" - }, - { - "name": "whitepaper", - "url": "https://web3inu.org/assets/Whitepaper.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/@web3_inu" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/web3-inu/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/web3-inu" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0xd0c4bc1b89bbd105eecb7eba3f13e7648c0de38f#code" - } - ] -} diff --git a/blockchains/smartchain/assets/0xd0c4BC1B89BbD105EeCb7EBa3f13E7648c0De38F/logo.png b/blockchains/smartchain/assets/0xd0c4BC1B89BbD105EeCb7EBa3f13E7648c0De38F/logo.png deleted file mode 100644 index a00b8dfb25e35..0000000000000 Binary files a/blockchains/smartchain/assets/0xd0c4BC1B89BbD105EeCb7EBa3f13E7648c0De38F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd1061342B3A119Ad2247c79235ECbd51997ed8eD/info.json b/blockchains/smartchain/assets/0xd1061342B3A119Ad2247c79235ECbd51997ed8eD/info.json deleted file mode 100644 index 26299614fc86c..0000000000000 --- a/blockchains/smartchain/assets/0xd1061342B3A119Ad2247c79235ECbd51997ed8eD/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BabyFeg", - "website": "https://www.babyfeg.com", - "description": "Baby Feg Token is an interface token and provides back-end support to new DeFi projects and tokens.", - "explorer": "https://bscscan.com/token/0xd1061342B3A119Ad2247c79235ECbd51997ed8eD", - "type": "BEP20", - "symbol": "BFG", - "decimals": 9, - "status": "active", - "id": "0xd1061342B3A119Ad2247c79235ECbd51997ed8eD" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd1061342B3A119Ad2247c79235ECbd51997ed8eD/logo.png b/blockchains/smartchain/assets/0xd1061342B3A119Ad2247c79235ECbd51997ed8eD/logo.png deleted file mode 100644 index edc6d3bee6776..0000000000000 Binary files a/blockchains/smartchain/assets/0xd1061342B3A119Ad2247c79235ECbd51997ed8eD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd10Fe9d371C22416df34340287cd5D9029842Fc3/info.json b/blockchains/smartchain/assets/0xd10Fe9d371C22416df34340287cd5D9029842Fc3/info.json deleted file mode 100644 index 60de0c348c122..0000000000000 --- a/blockchains/smartchain/assets/0xd10Fe9d371C22416df34340287cd5D9029842Fc3/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "GalaxyHeroes", - "type": "BEP20", - "symbol": "GHC", - "decimals": 18, - "website": "https://galaxyheroes.com", - "description": "Galaxy Heroes Coin is more than just a token. It will have a never seen before NFT platform and gaming app. Be a hero, a Galaxy Hero!", - "explorer": "https://bscscan.com/token/0xd10Fe9d371C22416df34340287cd5D9029842Fc3", - "status": "active", - "id": "0xd10Fe9d371C22416df34340287cd5D9029842Fc3", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/GalaxyHeroesGHC" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/galaxy-heroes-coin" - }, - { - "name": "github", - "url": "https://github.com/sumner770/GalaxyHeroesCoin" - }, - { - "name": "telegram", - "url": "https://t.me/galaxyheroescoin" - }, - { - "name": "discord", - "url": "https://discord.com/galaxyheroes" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/galaxyheroescoin" - }, - { - "name": "facebook", - "url": "https://facebook.com/GalaxyHeroesCoin" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC0XEhzirmXN0AZQIhoR_Vzg" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd10Fe9d371C22416df34340287cd5D9029842Fc3/logo.png b/blockchains/smartchain/assets/0xd10Fe9d371C22416df34340287cd5D9029842Fc3/logo.png deleted file mode 100644 index 02a1cd4476e15..0000000000000 Binary files a/blockchains/smartchain/assets/0xd10Fe9d371C22416df34340287cd5D9029842Fc3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd15C444F1199Ae72795eba15E8C1db44E47abF62/info.json b/blockchains/smartchain/assets/0xd15C444F1199Ae72795eba15E8C1db44E47abF62/info.json deleted file mode 100644 index 18ba85b164abf..0000000000000 --- a/blockchains/smartchain/assets/0xd15C444F1199Ae72795eba15E8C1db44E47abF62/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TEN Finance", - "website": "https://ten.finance/", - "description": "TEN is a yield aggregator / optimizer that simplifies staking and yield farming with the most liquid Binance Smart Chain Liquidity Pools.", - "explorer": "https://bscscan.com/token/0xd15C444F1199Ae72795eba15E8C1db44E47abF62", - "type": "BEP20", - "symbol": "TENFI", - "decimals": 18, - "status": "active", - "id": "0xd15C444F1199Ae72795eba15E8C1db44E47abF62" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd15C444F1199Ae72795eba15E8C1db44E47abF62/logo.png b/blockchains/smartchain/assets/0xd15C444F1199Ae72795eba15E8C1db44E47abF62/logo.png deleted file mode 100644 index 2eda188602d40..0000000000000 Binary files a/blockchains/smartchain/assets/0xd15C444F1199Ae72795eba15E8C1db44E47abF62/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd17479997F34dd9156Deef8F95A52D81D265be9c/info.json b/blockchains/smartchain/assets/0xd17479997F34dd9156Deef8F95A52D81D265be9c/info.json deleted file mode 100644 index 7494ca9f5db3d..0000000000000 --- a/blockchains/smartchain/assets/0xd17479997F34dd9156Deef8F95A52D81D265be9c/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Decentralized USD", - "symbol": "USDD", - "type": "BEP20", - "decimals": 18, - "description": "USDD is a fully decentralized algorithmic stablecoin", - "website": "https://usdd.io/", - "explorer": "https://bscscan.com/token/0xd17479997F34dd9156Deef8F95A52D81D265be9c", - "status": "active", - "id": "0xd17479997F34dd9156Deef8F95A52D81D265be9c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/usddio" - }, - { - "name": "whitepaper", - "url": "https://usdd.io/USDD-en.pdf" - } - ], - "tags": [ - "stablecoin" - ] -} - diff --git a/blockchains/smartchain/assets/0xd17479997F34dd9156Deef8F95A52D81D265be9c/logo.png b/blockchains/smartchain/assets/0xd17479997F34dd9156Deef8F95A52D81D265be9c/logo.png deleted file mode 100644 index b17bf63fd3273..0000000000000 Binary files a/blockchains/smartchain/assets/0xd17479997F34dd9156Deef8F95A52D81D265be9c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd1948C71362386453Feb698BC5d902ABba38598F/info.json b/blockchains/smartchain/assets/0xd1948C71362386453Feb698BC5d902ABba38598F/info.json deleted file mode 100644 index 85312bd3c3d52..0000000000000 --- a/blockchains/smartchain/assets/0xd1948C71362386453Feb698BC5d902ABba38598F/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "UniDoge", - "website": "http://unidoge.org", - "description": "100% OF MERCH DONATIONS TO yield COLLABORATIVE.", - "explorer": "https://bscscan.com/token/0xd1948C71362386453Feb698BC5d902ABba38598F", - "type": "BEP20", - "symbol": "UDOGE", - "decimals": 9, - "status": "active", - "id": "0xd1948C71362386453Feb698BC5d902ABba38598F" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd1948C71362386453Feb698BC5d902ABba38598F/logo.png b/blockchains/smartchain/assets/0xd1948C71362386453Feb698BC5d902ABba38598F/logo.png deleted file mode 100644 index f788b79f6f225..0000000000000 Binary files a/blockchains/smartchain/assets/0xd1948C71362386453Feb698BC5d902ABba38598F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd1ECFDD45c49057479c4Ca95E045855370bC4F5B/info.json b/blockchains/smartchain/assets/0xd1ECFDD45c49057479c4Ca95E045855370bC4F5B/info.json deleted file mode 100644 index 0b0b2bd300760..0000000000000 --- a/blockchains/smartchain/assets/0xd1ECFDD45c49057479c4Ca95E045855370bC4F5B/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Griffin Art", - "website": "https://griffinart.finance/", - "description": "A Game Platform integrated with a next-generation NFT marketplace.", - "explorer": "https://bscscan.com/token/0xd1ECFDD45c49057479c4Ca95E045855370bC4F5B", - "type": "BEP20", - "symbol": "GART", - "decimals": 9, - "status": "active", - "id": "0xd1ECFDD45c49057479c4Ca95E045855370bC4F5B", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/griffinnftart" - }, - { - "name": "whitepaper", - "url": "https://griffinart.finance/griffinart-whitepaper.pdf" - }, - { - "name": "telegram", - "url": "https://t.me/griffinart" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/GriffinNftArt/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd1ECFDD45c49057479c4Ca95E045855370bC4F5B/logo.png b/blockchains/smartchain/assets/0xd1ECFDD45c49057479c4Ca95E045855370bC4F5B/logo.png deleted file mode 100644 index 2e04a94752773..0000000000000 Binary files a/blockchains/smartchain/assets/0xd1ECFDD45c49057479c4Ca95E045855370bC4F5B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd21d29B38374528675C34936bf7d5Dd693D2a577/info.json b/blockchains/smartchain/assets/0xd21d29B38374528675C34936bf7d5Dd693D2a577/info.json deleted file mode 100644 index e9beae8f73eb8..0000000000000 --- a/blockchains/smartchain/assets/0xd21d29B38374528675C34936bf7d5Dd693D2a577/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Parsiq Token", - "type": "BEP20", - "symbol": "PRQ", - "decimals": 18, - "website": "https://www.parsiq.net/", - "description": "A Blockchain monitoring and compliance platform.", - "explorer": "https://bscscan.com/token/0xd21d29b38374528675c34936bf7d5dd693d2a577", - "status": "active", - "id": "0xd21d29B38374528675C34936bf7d5Dd693D2a577", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/parsiq_net" - }, - { - "name": "telegram", - "url": "https://t.me/parsiq_group" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/parsiq/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd21d29B38374528675C34936bf7d5Dd693D2a577/logo.png b/blockchains/smartchain/assets/0xd21d29B38374528675C34936bf7d5Dd693D2a577/logo.png deleted file mode 100644 index 87014c4be024a..0000000000000 Binary files a/blockchains/smartchain/assets/0xd21d29B38374528675C34936bf7d5Dd693D2a577/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd2359c576632234D1354B20Bf51B0277Be20C81e/info.json b/blockchains/smartchain/assets/0xd2359c576632234D1354B20Bf51B0277Be20C81e/info.json deleted file mode 100644 index 2378f80f41d95..0000000000000 --- a/blockchains/smartchain/assets/0xd2359c576632234D1354B20Bf51B0277Be20C81e/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "GameGuru", - "type": "BEP20", - "symbol": "GGT", - "decimals": 18, - "website": "http://gameguru.gg", - "description": "GameGuru aims to be the first crypto marketplace for eGift cards and digital gaming products.", - "explorer": "https://bscscan.com/token/0xd2359c576632234d1354b20bf51b0277be20c81e", - "status": "active", - "id": "0xd2359c576632234D1354B20Bf51B0277Be20C81e", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/gameguru" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/gameguru" - }, - { - "name": "twitter", - "url": "https://twitter.com/GameGuruToken" - }, - { - "name": "telegram", - "url": "https://t.me/GameGuruToken" - }, - { - "name": "whitepaper", - "url": "https://whitepaper.gameguru.gg" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0xd2359c576632234D1354B20Bf51B0277Be20C81e/logo.png b/blockchains/smartchain/assets/0xd2359c576632234D1354B20Bf51B0277Be20C81e/logo.png deleted file mode 100644 index 7ee8f72d1ccf8..0000000000000 Binary files a/blockchains/smartchain/assets/0xd2359c576632234D1354B20Bf51B0277Be20C81e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd27D3F7f329D93d897612E413F207A4dbe8bF799/info.json b/blockchains/smartchain/assets/0xd27D3F7f329D93d897612E413F207A4dbe8bF799/info.json deleted file mode 100644 index b3b4973c693ab..0000000000000 --- a/blockchains/smartchain/assets/0xd27D3F7f329D93d897612E413F207A4dbe8bF799/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Moonshot", - "website": "https://project-moonshot.me/", - "description": "Moonshot is a deflationary, frictionless yield and liquidity generation protocol.", - "explorer": "https://bscscan.com/token/0xd27D3F7f329D93d897612E413F207A4dbe8bF799", - "type": "BEP20", - "symbol": "MOONSHOT", - "decimals": 9, - "status": "abandoned", - "id": "0xd27D3F7f329D93d897612E413F207A4dbe8bF799", - "links": [ - { - "name": "github", - "url": "https://github.com/moonshot-platform" - }, - { - "name": "twitter", - "url": "https://twitter.com/RS25Moonshot" - }, - { - "name": "telegram", - "url": "https://t.me/MoonShotChat" - }, - { - "name": "medium", - "url": "https://rs25moonshot.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd29EaCE1FcFF9e9252B4A54f5Cbe858ceeFE959c/info.json b/blockchains/smartchain/assets/0xd29EaCE1FcFF9e9252B4A54f5Cbe858ceeFE959c/info.json deleted file mode 100644 index 99ec2ca3e1cbb..0000000000000 --- a/blockchains/smartchain/assets/0xd29EaCE1FcFF9e9252B4A54f5Cbe858ceeFE959c/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Dogelon Moon", - "website": "https://dogelonmoon.com", - "description": "The Memes Token", - "explorer": "https://bscscan.com/token/0xd29EaCE1FcFF9e9252B4A54f5Cbe858ceeFE959c", - "symbol": "ELON", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0xd29EaCE1FcFF9e9252B4A54f5Cbe858ceeFE959c" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd29EaCE1FcFF9e9252B4A54f5Cbe858ceeFE959c/logo.png b/blockchains/smartchain/assets/0xd29EaCE1FcFF9e9252B4A54f5Cbe858ceeFE959c/logo.png deleted file mode 100644 index d999dbea8b9b2..0000000000000 Binary files a/blockchains/smartchain/assets/0xd29EaCE1FcFF9e9252B4A54f5Cbe858ceeFE959c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd32d01A43c869EdcD1117C640fBDcfCFD97d9d65/info.json b/blockchains/smartchain/assets/0xd32d01A43c869EdcD1117C640fBDcfCFD97d9d65/info.json deleted file mode 100644 index 8a174cbadb133..0000000000000 --- a/blockchains/smartchain/assets/0xd32d01A43c869EdcD1117C640fBDcfCFD97d9d65/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Nominex Token", - "website": "https://nominex.io/", - "description": "NMX is the first decentralized exchange token with automatic market making (AMM) functionality.", - "explorer": "https://bscscan.com/token/0xd32d01A43c869EdcD1117C640fBDcfCFD97d9d65", - "type": "BEP20", - "symbol": "NMX", - "decimals": 18, - "status": "active", - "id": "0xd32d01A43c869EdcD1117C640fBDcfCFD97d9d65", - "links": [ - { - "name": "github", - "url": "https://github.com/nominex/eth-smart-contracts" - }, - { - "name": "twitter", - "url": "https://twitter.com/NominexExchange" - }, - { - "name": "telegram", - "url": "https://t.me/nominex_announcements" - }, - { - "name": "facebook", - "url": "https://facebook.com/Nominex" - }, - { - "name": "whitepaper", - "url": "https://nominex.io/docs/nominex-whitepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd32d01A43c869EdcD1117C640fBDcfCFD97d9d65/logo.png b/blockchains/smartchain/assets/0xd32d01A43c869EdcD1117C640fBDcfCFD97d9d65/logo.png deleted file mode 100644 index c36db622426e4..0000000000000 Binary files a/blockchains/smartchain/assets/0xd32d01A43c869EdcD1117C640fBDcfCFD97d9d65/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd399359683c1cD5267f611261eDE08F22cE9729F/info.json b/blockchains/smartchain/assets/0xd399359683c1cD5267f611261eDE08F22cE9729F/info.json deleted file mode 100644 index f6f8e4f6692c3..0000000000000 --- a/blockchains/smartchain/assets/0xd399359683c1cD5267f611261eDE08F22cE9729F/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://bscscan.com/token/0xd399359683c1cd5267f611261ede08f22ce9729f", - "type": "BEP20", - "symbol": "MFTU", - "decimals": 18, - "status": "active", - "id": "0xd399359683c1cD5267f611261eDE08F22cE9729F", - "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/smartchain/assets/0xd399359683c1cD5267f611261eDE08F22cE9729F/logo.png b/blockchains/smartchain/assets/0xd399359683c1cD5267f611261eDE08F22cE9729F/logo.png deleted file mode 100644 index f77b4dbea95b9..0000000000000 Binary files a/blockchains/smartchain/assets/0xd399359683c1cD5267f611261eDE08F22cE9729F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd3ecC6a4ce1a9fAEC1AA5E30B55f8a1a4b84F938/info.json b/blockchains/smartchain/assets/0xd3ecC6a4ce1a9fAEC1AA5E30B55f8a1a4b84F938/info.json deleted file mode 100644 index 38fd9058a0806..0000000000000 --- a/blockchains/smartchain/assets/0xd3ecC6a4ce1a9fAEC1AA5E30B55f8a1a4b84F938/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Elonomics", - "website": "https://Elonomicstoken.com", - "description": "Elonomics is a Rebase and BUSD Rewards token in the BSC network.", - "explorer": "https://bscscan.com/token/0xd3ecc6a4ce1a9faec1aa5e30b55f8a1a4b84f938", - "type": "BEP20", - "symbol": "$ELONOM", - "decimals": 4, - "status": "active", - "id": "0xd3ecC6a4ce1a9fAEC1AA5E30B55f8a1a4b84F938", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/elonomicsbsc" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/elonomics" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/elonomics" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd3ecC6a4ce1a9fAEC1AA5E30B55f8a1a4b84F938/logo.png b/blockchains/smartchain/assets/0xd3ecC6a4ce1a9fAEC1AA5E30B55f8a1a4b84F938/logo.png deleted file mode 100644 index 47025439e2e38..0000000000000 Binary files a/blockchains/smartchain/assets/0xd3ecC6a4ce1a9fAEC1AA5E30B55f8a1a4b84F938/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd4923eC79415741736aD2a6390c067D3a7e605d3/info.json b/blockchains/smartchain/assets/0xd4923eC79415741736aD2a6390c067D3a7e605d3/info.json deleted file mode 100644 index 4fac2a1b9d751..0000000000000 --- a/blockchains/smartchain/assets/0xd4923eC79415741736aD2a6390c067D3a7e605d3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Capsule Decentralized Protocol", - "type": "BEP20", - "symbol": "CAPSULE DEFI", - "decimals": 9, - "website": "https://www.capsuledefi.com/", - "description": "Capsule DEFI - Unites decentralized protocols whose synergy enables the most lucrative, fastest and protected operations in the DeFi space.", - "explorer": "https://bscscan.com/token/0xd4923eC79415741736aD2a6390c067D3a7e605d3", - "status": "active", - "id": "0xd4923eC79415741736aD2a6390c067D3a7e605d3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd4923eC79415741736aD2a6390c067D3a7e605d3/logo.png b/blockchains/smartchain/assets/0xd4923eC79415741736aD2a6390c067D3a7e605d3/logo.png deleted file mode 100644 index e379fb95caec6..0000000000000 Binary files a/blockchains/smartchain/assets/0xd4923eC79415741736aD2a6390c067D3a7e605d3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd4CB328A82bDf5f03eB737f37Fa6B370aef3e888/info.json b/blockchains/smartchain/assets/0xd4CB328A82bDf5f03eB737f37Fa6B370aef3e888/info.json deleted file mode 100644 index 5e947189c1006..0000000000000 --- a/blockchains/smartchain/assets/0xd4CB328A82bDf5f03eB737f37Fa6B370aef3e888/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CREAM", - "website": "https://cream.finance", - "description": "Cream - Crypto Rules Everything Around Me", - "explorer": "https://bscscan.com/token/0xd4CB328A82bDf5f03eB737f37Fa6B370aef3e888", - "type": "BEP20", - "symbol": "CREAM", - "decimals": 18, - "status": "active", - "id": "0xd4CB328A82bDf5f03eB737f37Fa6B370aef3e888" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd4CB328A82bDf5f03eB737f37Fa6B370aef3e888/logo.png b/blockchains/smartchain/assets/0xd4CB328A82bDf5f03eB737f37Fa6B370aef3e888/logo.png deleted file mode 100644 index 7925d9c25d0e6..0000000000000 Binary files a/blockchains/smartchain/assets/0xd4CB328A82bDf5f03eB737f37Fa6B370aef3e888/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd4D2aBBeF1b26458504e7027233D5e7F09ea476d/info.json b/blockchains/smartchain/assets/0xd4D2aBBeF1b26458504e7027233D5e7F09ea476d/info.json deleted file mode 100644 index 88867d08d2194..0000000000000 --- a/blockchains/smartchain/assets/0xd4D2aBBeF1b26458504e7027233D5e7F09ea476d/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "MoonWilly", - "website": "https://moonwilly.com", - "description": "MoonWilly is Certificate Of Deposit on Binance Smart Chain. Holders Earn Passive Rewards in DAI (USD Stablecoin) every Hour, Forever.", - "explorer": "https://bscscan.com/token/0xd4D2aBBeF1b26458504e7027233D5e7F09ea476d", - "type": "BEP20", - "symbol": "MNWL", - "decimals": 18, - "status": "abandoned", - "id": "0xd4D2aBBeF1b26458504e7027233D5e7F09ea476d", - "links": [ - { - "name": "github", - "url": "https://github.com/top1st/Moonwilly-Protocal/" - }, - { - "name": "twitter", - "url": "https://twitter.com/Moonwillycoin" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/moonwilly" - }, - { - "name": "telegram", - "url": "https://t.me/moonwillyproject" - }, - { - "name": "facebook", - "url": "https://facebook.com/MoonWilly-101277595537126" - }, - { - "name": "medium", - "url": "https://medium.com/@moonwillycoin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd4EBABd6E70Bf0a16e8cCDBc6b00fE7817390f47/info.json b/blockchains/smartchain/assets/0xd4EBABd6E70Bf0a16e8cCDBc6b00fE7817390f47/info.json deleted file mode 100644 index 8a21d8807be57..0000000000000 --- a/blockchains/smartchain/assets/0xd4EBABd6E70Bf0a16e8cCDBc6b00fE7817390f47/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "MarsSpaceXToken", - "website": "https://marsspacextoken.com", - "description": "Mars Space X is a deflationary cryptocurrency, but also modern high-end finance.", - "explorer": "https://bscscan.com/token/0xd4EBABd6E70Bf0a16e8cCDBc6b00fE7817390f47", - "type": "BEP20", - "symbol": "MPX", - "decimals": 4, - "status": "active", - "id": "0xd4EBABd6E70Bf0a16e8cCDBc6b00fE7817390f47", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "telegram", - "url": "https://t.me/MarsSpaceXofficial" - }, - { - "name": "twitter", - "url": "https://twitter.com/MarsSpaceX_" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/mars-space-x/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd4EBABd6E70Bf0a16e8cCDBc6b00fE7817390f47/logo.png b/blockchains/smartchain/assets/0xd4EBABd6E70Bf0a16e8cCDBc6b00fE7817390f47/logo.png deleted file mode 100644 index 5c7da58e1dd2d..0000000000000 Binary files a/blockchains/smartchain/assets/0xd4EBABd6E70Bf0a16e8cCDBc6b00fE7817390f47/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd522A1DcE1CA4B138DDA042a78672307eb124CC2/info.json b/blockchains/smartchain/assets/0xd522A1DcE1CA4B138DDA042a78672307eb124CC2/info.json deleted file mode 100644 index 12eba2cdbc7a4..0000000000000 --- a/blockchains/smartchain/assets/0xd522A1DcE1CA4B138DDA042a78672307eb124CC2/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Swapz.app", - "type": "BEP20", - "symbol": "SWAPZ", - "decimals": 18, - "website": "https://www.swapz.app/", - "description": "Swapz is the native currency of Swapz DEX", - "explorer": "https://bscscan.com/token/0xd522A1DcE1CA4B138DDA042a78672307eb124CC2", - "status": "active", - "id": "0xd522A1DcE1CA4B138DDA042a78672307eb124CC2", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/swapz_app" - }, - { - "name": "telegram", - "url": "https://t.me/swapz_app" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/swapz/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd522A1DcE1CA4B138DDA042a78672307eb124CC2/logo.png b/blockchains/smartchain/assets/0xd522A1DcE1CA4B138DDA042a78672307eb124CC2/logo.png deleted file mode 100644 index c2964b6dd6f78..0000000000000 Binary files a/blockchains/smartchain/assets/0xd522A1DcE1CA4B138DDA042a78672307eb124CC2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd54Fd5D0C349C06373f3FE914151D1555b629fB6/info.json b/blockchains/smartchain/assets/0xd54Fd5D0C349C06373f3FE914151D1555b629fB6/info.json deleted file mode 100644 index f8aea131b12c7..0000000000000 --- a/blockchains/smartchain/assets/0xd54Fd5D0C349C06373f3FE914151D1555b629fB6/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bitcoin Anonymous", - "website": "https://bitcoinanonymous.info", - "description": "BTCA allows complete privacy transactions on the BSC chain.", - "explorer": "https://bscscan.com/token/0xd54Fd5D0C349C06373f3FE914151D1555b629fB6", - "type": "BEP20", - "symbol": "BTCA", - "decimals": 18, - "status": "active", - "id": "0xd54Fd5D0C349C06373f3FE914151D1555b629fB6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd54Fd5D0C349C06373f3FE914151D1555b629fB6/logo.png b/blockchains/smartchain/assets/0xd54Fd5D0C349C06373f3FE914151D1555b629fB6/logo.png deleted file mode 100644 index 31c936d65df9e..0000000000000 Binary files a/blockchains/smartchain/assets/0xd54Fd5D0C349C06373f3FE914151D1555b629fB6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd5d0322b6bAb6a762C79f8c81A0B674778E13aeD/info.json b/blockchains/smartchain/assets/0xd5d0322b6bAb6a762C79f8c81A0B674778E13aeD/info.json deleted file mode 100644 index b879f37807360..0000000000000 --- a/blockchains/smartchain/assets/0xd5d0322b6bAb6a762C79f8c81A0B674778E13aeD/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Binance-Peg Firo Token", - "type": "BEP20", - "symbol": "FIRO", - "decimals": 8, - "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": "https://bscscan.com/token/0xd5d0322b6bAb6a762C79f8c81A0B674778E13aeD", - "status": "active", - "id": "0xd5d0322b6bAb6a762C79f8c81A0B674778E13aeD", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/firoorg" - }, - { - "name": "github", - "url": "https://github.com/firoorg/firo" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/FiroProject/" - }, - { - "name": "telegram", - "url": "https://t.me/firoorg" - }, - { - "name": "blog", - "url": "https://firo.org/blog/" - }, - { - "name": "facebook", - "url": "https://facebook.com/firoorg/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/binance-peg-firo/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd5d0322b6bAb6a762C79f8c81A0B674778E13aeD/logo.png b/blockchains/smartchain/assets/0xd5d0322b6bAb6a762C79f8c81A0B674778E13aeD/logo.png deleted file mode 100644 index adfb3ee6c72ab..0000000000000 Binary files a/blockchains/smartchain/assets/0xd5d0322b6bAb6a762C79f8c81A0B674778E13aeD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd6004836cb07D063f2cB498C25e351CC93194079/info.json b/blockchains/smartchain/assets/0xd6004836cb07D063f2cB498C25e351CC93194079/info.json deleted file mode 100644 index d14f52be256ef..0000000000000 --- a/blockchains/smartchain/assets/0xd6004836cb07D063f2cB498C25e351CC93194079/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Long Asset", - "type": "BEP20", - "symbol": "LONG", - "decimals": 18, - "website": "https://longasset.io/", - "description": "First Literature Non-Fungible Token (NFT) in Crypto Assets. Long Asset Token functions for Staking, Farming, and can also be used for transactions at the LONG NFT Marketplace, Collectibles & NFTs.", - "explorer": "https://bscscan.com/token/0xd6004836cb07D063f2cB498C25e351CC93194079", - "status": "active", - "id": "0xd6004836cb07D063f2cB498C25e351CC93194079" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd6004836cb07D063f2cB498C25e351CC93194079/logo.png b/blockchains/smartchain/assets/0xd6004836cb07D063f2cB498C25e351CC93194079/logo.png deleted file mode 100644 index d877f9941ac4b..0000000000000 Binary files a/blockchains/smartchain/assets/0xd6004836cb07D063f2cB498C25e351CC93194079/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd632Bd021a07AF70592CE1E18717Ab9aA126DECB/info.json b/blockchains/smartchain/assets/0xd632Bd021a07AF70592CE1E18717Ab9aA126DECB/info.json deleted file mode 100644 index 32c8e5ad22cff..0000000000000 --- a/blockchains/smartchain/assets/0xd632Bd021a07AF70592CE1E18717Ab9aA126DECB/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Kangal", - "type": "BEP20", - "symbol": "bKANGAL", - "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://bscscan.com/token/0xd632Bd021a07AF70592CE1E18717Ab9aA126DECB", - "status": "active", - "id": "0xd632Bd021a07AF70592CE1E18717Ab9aA126DECB" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd632Bd021a07AF70592CE1E18717Ab9aA126DECB/logo.png b/blockchains/smartchain/assets/0xd632Bd021a07AF70592CE1E18717Ab9aA126DECB/logo.png deleted file mode 100644 index 908a48651853f..0000000000000 Binary files a/blockchains/smartchain/assets/0xd632Bd021a07AF70592CE1E18717Ab9aA126DECB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd63CDf02853D759831550fAe7dF8FFfE0B317b39/info.json b/blockchains/smartchain/assets/0xd63CDf02853D759831550fAe7dF8FFfE0B317b39/info.json deleted file mode 100644 index d9c4981acbcfe..0000000000000 --- a/blockchains/smartchain/assets/0xd63CDf02853D759831550fAe7dF8FFfE0B317b39/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Serum (Portal from Ethereum)", - "type": "BEP20", - "symbol": "SRMet", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://projectserum.com/", - "explorer": "https://bscscan.com/token/0xd63CDf02853D759831550fAe7dF8FFfE0B317b39", - "status": "active", - "id": "0xd63CDf02853D759831550fAe7dF8FFfE0B317b39", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd63CDf02853D759831550fAe7dF8FFfE0B317b39/logo.png b/blockchains/smartchain/assets/0xd63CDf02853D759831550fAe7dF8FFfE0B317b39/logo.png deleted file mode 100644 index 5657a6ff93b8a..0000000000000 Binary files a/blockchains/smartchain/assets/0xd63CDf02853D759831550fAe7dF8FFfE0B317b39/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd6AF849b09879a3648d56B5d43c6e5908a74CA83/info.json b/blockchains/smartchain/assets/0xd6AF849b09879a3648d56B5d43c6e5908a74CA83/info.json deleted file mode 100644 index 8996da9a0d62a..0000000000000 --- a/blockchains/smartchain/assets/0xd6AF849b09879a3648d56B5d43c6e5908a74CA83/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Haber-Stornetta Token", - "type": "BEP20", - "symbol": "HST", - "decimals": 0, - "website": "https://wrapped.jax.net/hst.html", - "description": "Haber-Stornetta Token is the smallest non-divisible unit of value on the beacon chain of the Jax.Network blockchain. Since the asset token by Jax.Network called WJXN has no decimals, HST is required in order to deal with smaller units of WJXN for DeFi purposes. 1 WJXN = 10^8 HST. This unit has been named after the inventors of blockchain technology - namely Dr. Stuart Haber and Dr. Scott Stornetta - the inventors of blockchain technology who introduced the concept of digital timestamping back in 1991. They have been referenced 3 times in the Bitcoin white paper.", - "explorer": "https://bscscan.com/token/0xd6AF849b09879a3648d56B5d43c6e5908a74CA83", - "status": "active", - "id": "0xd6AF849b09879a3648d56B5d43c6e5908a74CA83", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CommunityJax" - }, - { - "name": "facebook", - "url": "https://facebook.com/network.jax" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCGLFiBG4j-CzEs9TFTKk51g" - } - ], - "tags": [ - "stablecoin" - ] -} diff --git a/blockchains/smartchain/assets/0xd6AF849b09879a3648d56B5d43c6e5908a74CA83/logo.png b/blockchains/smartchain/assets/0xd6AF849b09879a3648d56B5d43c6e5908a74CA83/logo.png deleted file mode 100644 index 9fcda0c21448a..0000000000000 Binary files a/blockchains/smartchain/assets/0xd6AF849b09879a3648d56B5d43c6e5908a74CA83/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd6edbB510af7901b2C049ce778b65a740c4aeB7f/info.json b/blockchains/smartchain/assets/0xd6edbB510af7901b2C049ce778b65a740c4aeB7f/info.json deleted file mode 100644 index d80d07216c811..0000000000000 --- a/blockchains/smartchain/assets/0xd6edbB510af7901b2C049ce778b65a740c4aeB7f/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "WOR", - "type": "BEP20", - "symbol": "WARRIOR", - "decimals": 18, - "website": "https://www.hollywood3.com/", - "description": "The \"Hollywood 3.0 Warrior Warrant\" issued by Hollywood Capital Group, abbreviated as WOR. Number of token holders: 89,816", - "explorer": "https://bscscan.com/token/0xd6edbB510af7901b2C049ce778b65a740c4aeB7f", - "status": "active", - "id": "0xd6edbB510af7901b2C049ce778b65a740c4aeB7f", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/WOR_TOKEN" - }, - { - "name": "telegram", - "url": "https://t.me/WARRIOR_ZH" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/hollywood-capital-group-warrior" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/hollywood-capital-group-warrior/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd6edbB510af7901b2C049ce778b65a740c4aeB7f/logo.png b/blockchains/smartchain/assets/0xd6edbB510af7901b2C049ce778b65a740c4aeB7f/logo.png deleted file mode 100644 index 9ec3f2023a45e..0000000000000 Binary files a/blockchains/smartchain/assets/0xd6edbB510af7901b2C049ce778b65a740c4aeB7f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd6fDDe76B8C1C45B33790cc8751D5b88984c44ec/info.json b/blockchains/smartchain/assets/0xd6fDDe76B8C1C45B33790cc8751D5b88984c44ec/info.json deleted file mode 100644 index 0b3cca0f08d01..0000000000000 --- a/blockchains/smartchain/assets/0xd6fDDe76B8C1C45B33790cc8751D5b88984c44ec/info.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "StrikeX", - "type": "BEP20", - "symbol": "STRX", - "decimals": 18, - "website": "https://strikex.com", - "description": "StrikeX is the native currency of the blockchain powered eco-system developed & deployed by the UK Registered Company StrikeX Technologies Ltd. Their flag ship product, TradeStrike, will utilise the power of tokenisation to offer trading in Stocks, Cryptocurrencies, NFT’s & even Real Estate. Fully compliant, fully collateralised trading, 24/7 – 365 days a year.", - "explorer": "https://bscscan.com/token/0xd6fDDe76B8C1C45B33790cc8751D5b88984c44ec", - "status": "active", - "id": "0xd6fDDe76B8C1C45B33790cc8751D5b88984c44ec", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/StrikeXofficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/strikecoin/" - }, - { - "name": "facebook", - "url": "https://facebook.com/tradestrike" - }, - { - "name": "discord", - "url": "https://discord.com/tradestrike" - }, - { - "name": "medium", - "url": "https://tradestrike.medium.com/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/strike-x" - }, - { - "name": "telegram", - "url": "https://t.me/StrikeXcrypto" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCZ_gCf9-Tnr7JeoFiSkl7SQ" - }, - { - "name": "reddit", - "url": "https://reddit.com/TradeStrike" - } - ], - "tags": [ - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0xd6fDDe76B8C1C45B33790cc8751D5b88984c44ec/logo.png b/blockchains/smartchain/assets/0xd6fDDe76B8C1C45B33790cc8751D5b88984c44ec/logo.png deleted file mode 100644 index dfb09ffad49fd..0000000000000 Binary files a/blockchains/smartchain/assets/0xd6fDDe76B8C1C45B33790cc8751D5b88984c44ec/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd8813B5Dfa9AbEB693F217Bb905ec99B66FB017C/info.json b/blockchains/smartchain/assets/0xd8813B5Dfa9AbEB693F217Bb905ec99B66FB017C/info.json deleted file mode 100644 index 34c452e69a59d..0000000000000 --- a/blockchains/smartchain/assets/0xd8813B5Dfa9AbEB693F217Bb905ec99B66FB017C/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Binamon Energy", - "type": "BEP20", - "symbol": "BNRG", - "decimals": 18, - "website": "https://binamon.org", - "description": "A Complete Metaverse of Digital Monsters on Binance Smart Chain. With BNRG the users can buy boosters of ENERGY NFT. Energy allows to increase the power of the monsters in Binamon Metaverse. ", - "explorer": "https://bscscan.com/token/0xd8813B5Dfa9AbEB693F217Bb905ec99B66FB017C", - "status": "active", - "id": "0xd8813B5Dfa9AbEB693F217Bb905ec99B66FB017C", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/binamonok" - }, - { - "name": "telegram", - "url": "https://t.me/binamon" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd8813B5Dfa9AbEB693F217Bb905ec99B66FB017C/logo.png b/blockchains/smartchain/assets/0xd8813B5Dfa9AbEB693F217Bb905ec99B66FB017C/logo.png deleted file mode 100644 index 72aaad5ec5791..0000000000000 Binary files a/blockchains/smartchain/assets/0xd8813B5Dfa9AbEB693F217Bb905ec99B66FB017C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd882739Fca9CBAE00F3821c4c65189E2D7e26147/info.json b/blockchains/smartchain/assets/0xd882739Fca9CBAE00F3821c4c65189E2D7e26147/info.json deleted file mode 100644 index bcd232e68a19e..0000000000000 --- a/blockchains/smartchain/assets/0xd882739Fca9CBAE00F3821c4c65189E2D7e26147/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "The 4th Pillar Token", - "type": "BEP20", - "symbol": "FOUR", - "decimals": 18, - "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://bscscan.com/token/0xd882739Fca9CBAE00F3821c4c65189E2D7e26147", - "status": "active", - "id": "0xd882739Fca9CBAE00F3821c4c65189E2D7e26147", - "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/smartchain/assets/0xd882739Fca9CBAE00F3821c4c65189E2D7e26147/logo.png b/blockchains/smartchain/assets/0xd882739Fca9CBAE00F3821c4c65189E2D7e26147/logo.png deleted file mode 100644 index 044f8c292da18..0000000000000 Binary files a/blockchains/smartchain/assets/0xd882739Fca9CBAE00F3821c4c65189E2D7e26147/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd8A31016cD7da048ca21FFE04256C6d08C3A2251/info.json b/blockchains/smartchain/assets/0xd8A31016cD7da048ca21FFE04256C6d08C3A2251/info.json deleted file mode 100644 index d49e1eb639421..0000000000000 --- a/blockchains/smartchain/assets/0xd8A31016cD7da048ca21FFE04256C6d08C3A2251/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Wenlambo", - "type": "BEP20", - "symbol": "WENLAMBO", - "decimals": 18, - "website": "https://wenlambo.finance", - "description": "WENLAMBO finance is a deflationary token rewarding holders on each transaction and donating part of fees to charity", - "explorer": "https://bscscan.com/token/0xd8A31016cD7da048ca21FFE04256C6d08C3A2251", - "status": "active", - "id": "0xd8A31016cD7da048ca21FFE04256C6d08C3A2251" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd8A31016cD7da048ca21FFE04256C6d08C3A2251/logo.png b/blockchains/smartchain/assets/0xd8A31016cD7da048ca21FFE04256C6d08C3A2251/logo.png deleted file mode 100644 index d76ad4f74a4a4..0000000000000 Binary files a/blockchains/smartchain/assets/0xd8A31016cD7da048ca21FFE04256C6d08C3A2251/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd8a2aE43Fd061d24acd538e3866Ffc2c05151b53/info.json b/blockchains/smartchain/assets/0xd8a2aE43Fd061d24acd538e3866Ffc2c05151b53/info.json deleted file mode 100644 index eb0bc8ad13e7e..0000000000000 --- a/blockchains/smartchain/assets/0xd8a2aE43Fd061d24acd538e3866Ffc2c05151b53/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "AIR", - "website": "https://aircoin.cool", - "description": "AIR is to mock the madness of the cryptocurrency market. AIR is everywhere, after buying AirCoin you get nothing but AIR.", - "explorer": "https://bscscan.com/token/0xd8a2aE43Fd061d24acd538e3866Ffc2c05151b53", - "type": "BEP20", - "symbol": "AIR", - "decimals": 18, - "status": "active", - "id": "0xd8a2aE43Fd061d24acd538e3866Ffc2c05151b53", - "links": [ - { - "name": "telegram", - "url": "https://t.me/aircoinreal" - }, - { - "name": "twitter", - "url": "https://twitter.com/Aircoinreal" - }, - { - "name": "github", - "url": "https://github.com/Aircoin-official" - }, - { - "name": "facebook", - "url": "https://facebook.com/aircoinreal" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/air" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/aircoin" - }, - { - "name": "forum", - "url": "https://aircoin.community" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd8a2aE43Fd061d24acd538e3866Ffc2c05151b53/logo.png b/blockchains/smartchain/assets/0xd8a2aE43Fd061d24acd538e3866Ffc2c05151b53/logo.png deleted file mode 100644 index 64a5805bdcdf0..0000000000000 Binary files a/blockchains/smartchain/assets/0xd8a2aE43Fd061d24acd538e3866Ffc2c05151b53/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd8c202fc83792D98FB94c1FA2FdaC5702A75dF1C/info.json b/blockchains/smartchain/assets/0xd8c202fc83792D98FB94c1FA2FdaC5702A75dF1C/info.json deleted file mode 100644 index f32718f9d46ac..0000000000000 --- a/blockchains/smartchain/assets/0xd8c202fc83792D98FB94c1FA2FdaC5702A75dF1C/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FULLSEND", - "website": "https://www.fullsendcrypto.net/", - "description": "FULLSEND is a token to be used on the dapp platform for feature purposes", - "explorer": "https://bscscan.com/token/0xd8c202fc83792d98fb94c1fa2fdac5702a75df1c", - "type": "BEP20", - "symbol": "FULLSEND", - "decimals": 9, - "status": "active", - "id": "0xd8c202fc83792D98FB94c1FA2FdaC5702A75dF1C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd8c202fc83792D98FB94c1FA2FdaC5702A75dF1C/logo.png b/blockchains/smartchain/assets/0xd8c202fc83792D98FB94c1FA2FdaC5702A75dF1C/logo.png deleted file mode 100644 index 4880878c56f68..0000000000000 Binary files a/blockchains/smartchain/assets/0xd8c202fc83792D98FB94c1FA2FdaC5702A75dF1C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd90F0846b9D0F371b35a9Fe89102C306458AA56F/info.json b/blockchains/smartchain/assets/0xd90F0846b9D0F371b35a9Fe89102C306458AA56F/info.json deleted file mode 100644 index ceb6286e15e1b..0000000000000 --- a/blockchains/smartchain/assets/0xd90F0846b9D0F371b35a9Fe89102C306458AA56F/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FTXFUND", - "website": "https://ftxfund.com/", - "description": "FTX Fund is a blockchain platform under FTX Finance LTD was born with a mission to create a giant foundation in the blockchain industry.", - "explorer": "https://bscscan.com/token/0xd90F0846b9D0F371b35a9Fe89102C306458AA56F", - "type": "BEP20", - "symbol": "FTXF", - "decimals": 18, - "status": "active", - "id": "0xd90F0846b9D0F371b35a9Fe89102C306458AA56F" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd90F0846b9D0F371b35a9Fe89102C306458AA56F/logo.png b/blockchains/smartchain/assets/0xd90F0846b9D0F371b35a9Fe89102C306458AA56F/logo.png deleted file mode 100644 index ee66969f1faa5..0000000000000 Binary files a/blockchains/smartchain/assets/0xd90F0846b9D0F371b35a9Fe89102C306458AA56F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd91ea5884d55f3ba17196C82073fF39F25760194/info.json b/blockchains/smartchain/assets/0xd91ea5884d55f3ba17196C82073fF39F25760194/info.json deleted file mode 100644 index b15a3930d3c8a..0000000000000 --- a/blockchains/smartchain/assets/0xd91ea5884d55f3ba17196C82073fF39F25760194/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": " PROJECT ZERO", - "type": "BEP20", - "symbol": "pZERO", - "decimals": 18, - "website": "https://projectzero.finance/", - "description": "pZERO是DAO ZERO的治理代币,参考ZERO协议搭建通缩的经济模型,具备完善的销毁机制以及奖励和流动性生成的组合。", - "explorer": "https://bscscan.com/token/0xd91ea5884d55f3ba17196C82073fF39F25760194", - "status": "active", - "id": "0xd91ea5884d55f3ba17196C82073fF39F25760194" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd91ea5884d55f3ba17196C82073fF39F25760194/logo.png b/blockchains/smartchain/assets/0xd91ea5884d55f3ba17196C82073fF39F25760194/logo.png deleted file mode 100644 index 29ea602d1be6f..0000000000000 Binary files a/blockchains/smartchain/assets/0xd91ea5884d55f3ba17196C82073fF39F25760194/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd944f1D1e9d5f9Bb90b62f9D45e447D989580782/info.json b/blockchains/smartchain/assets/0xd944f1D1e9d5f9Bb90b62f9D45e447D989580782/info.json deleted file mode 100644 index f84acf61f625b..0000000000000 --- a/blockchains/smartchain/assets/0xd944f1D1e9d5f9Bb90b62f9D45e447D989580782/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "MIOTAC", - "type": "BEP20", - "symbol": "IOTA", - "decimals": 6, - "website": "https://www.iota.org/", - "description": "IOTA is a distributed ledger with its proprietary technology known as Tangle, a system of nodes that confirm transactions. It aims to offer greater speeds than conventional blockchains and an ideal footprint for the ever-expanding Internet of Things ecosystem.", - "explorer": "https://bscscan.com/token/0xd944f1d1e9d5f9bb90b62f9d45e447d989580782", - "status": "active", - "id": "0xd944f1D1e9d5f9Bb90b62f9D45e447D989580782", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/iota" - }, - { - "name": "github", - "url": "https://github.com/iotaledger" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/iota/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd944f1D1e9d5f9Bb90b62f9D45e447D989580782/logo.png b/blockchains/smartchain/assets/0xd944f1D1e9d5f9Bb90b62f9D45e447D989580782/logo.png deleted file mode 100644 index 8d7b5b280b2ae..0000000000000 Binary files a/blockchains/smartchain/assets/0xd944f1D1e9d5f9Bb90b62f9D45e447D989580782/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd948A2c11626a0EFC25f4e0ceA4986056AC41feD/info.json b/blockchains/smartchain/assets/0xd948A2c11626a0EFC25f4e0ceA4986056AC41feD/info.json deleted file mode 100644 index b173cc6a8401c..0000000000000 --- a/blockchains/smartchain/assets/0xd948A2c11626a0EFC25f4e0ceA4986056AC41feD/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SAFEMARSCASH", - "website": "https://safemarscash.org", - "description": "Auto liquidity for an ever-increasing price floor, Deflationary tokenomics, 100% safe and unruggable (liquidity will be locked forever).", - "explorer": "https://bscscan.com/token/0xd948a2c11626a0efc25f4e0cea4986056ac41fed", - "type": "BEP20", - "symbol": "SAFEMARSCASH", - "decimals": 8, - "status": "active", - "id": "0xd948A2c11626a0EFC25f4e0ceA4986056AC41feD" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xd948A2c11626a0EFC25f4e0ceA4986056AC41feD/logo.png b/blockchains/smartchain/assets/0xd948A2c11626a0EFC25f4e0ceA4986056AC41feD/logo.png deleted file mode 100644 index 2281760bd2a63..0000000000000 Binary files a/blockchains/smartchain/assets/0xd948A2c11626a0EFC25f4e0ceA4986056AC41feD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xd9dE2B1973E57Dc9DBA90c35d6Cd940ae4A3CBe1/info.json b/blockchains/smartchain/assets/0xd9dE2B1973E57Dc9DBA90c35d6Cd940ae4A3CBe1/info.json deleted file mode 100644 index dd57b150f1ce8..0000000000000 --- a/blockchains/smartchain/assets/0xd9dE2B1973E57Dc9DBA90c35d6Cd940ae4A3CBe1/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Milo Inu", - "website": "https://milotoken.io", - "description": "Milo does what he can to help more vulnerable people in need", - "explorer": "https://bscscan.com/token/0xd9de2b1973e57dc9dba90c35d6cd940ae4a3cbe1", - "type": "BEP20", - "symbol": "MILO", - "decimals": 9, - "status": "active", - "id": "0xd9dE2B1973E57Dc9DBA90c35d6Cd940ae4A3CBe1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MiloInu" - }, - { - "name": "whitepaper", - "url": "https://milotoken.io/static/MiloInu_en.pdf" - }, - { - "name": "telegram", - "url": "https://t.me/MiloInu" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/milo-inu/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/milo-inu" - } - ], - "tags": [ - "nft", - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0xd9dE2B1973E57Dc9DBA90c35d6Cd940ae4A3CBe1/logo.png b/blockchains/smartchain/assets/0xd9dE2B1973E57Dc9DBA90c35d6Cd940ae4A3CBe1/logo.png deleted file mode 100644 index 887f2e4793128..0000000000000 Binary files a/blockchains/smartchain/assets/0xd9dE2B1973E57Dc9DBA90c35d6Cd940ae4A3CBe1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdA20C8a5c3B1AB48e31ba6e43f0F2830E50218D8/info.json b/blockchains/smartchain/assets/0xdA20C8a5c3B1AB48e31ba6e43f0F2830E50218D8/info.json deleted file mode 100644 index a156e7e540a7b..0000000000000 --- a/blockchains/smartchain/assets/0xdA20C8a5c3B1AB48e31ba6e43f0F2830E50218D8/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bingus Token", - "type": "BEP20", - "symbol": "BINGUS", - "decimals": 9, - "website": "https://bingus.finance", - "description": "Bingus Token is the latest DEFI project with claws to release on the Binance Smart Chain. NFT & Shelter donations ongoing.", - "explorer": "https://bscscan.com/token/0xdA20C8a5c3B1AB48e31ba6e43f0F2830E50218D8", - "status": "active", - "id": "0xdA20C8a5c3B1AB48e31ba6e43f0F2830E50218D8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdA20C8a5c3B1AB48e31ba6e43f0F2830E50218D8/logo.png b/blockchains/smartchain/assets/0xdA20C8a5c3B1AB48e31ba6e43f0F2830E50218D8/logo.png deleted file mode 100644 index d2c8fdf2ab8c0..0000000000000 Binary files a/blockchains/smartchain/assets/0xdA20C8a5c3B1AB48e31ba6e43f0F2830E50218D8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdB238123939637D65a03E4b2b485650B4f9D91CB/info.json b/blockchains/smartchain/assets/0xdB238123939637D65a03E4b2b485650B4f9D91CB/info.json deleted file mode 100644 index b1f0381b3c707..0000000000000 --- a/blockchains/smartchain/assets/0xdB238123939637D65a03E4b2b485650B4f9D91CB/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TasteNFT Token", - "website": "https://tastenfts.com", - "description": "TasteNFT is a static liquidity protocol empowering creators of exclusive NFT artwork with sensual Taste", - "explorer": "https://bscscan.com/token/0xdB238123939637D65a03E4b2b485650B4f9D91CB", - "type": "BEP20", - "symbol": "TASTE", - "decimals": 9, - "status": "active", - "id": "0xdB238123939637D65a03E4b2b485650B4f9D91CB" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdB238123939637D65a03E4b2b485650B4f9D91CB/logo.png b/blockchains/smartchain/assets/0xdB238123939637D65a03E4b2b485650B4f9D91CB/logo.png deleted file mode 100644 index b82b3ffd2e31a..0000000000000 Binary files a/blockchains/smartchain/assets/0xdB238123939637D65a03E4b2b485650B4f9D91CB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdB29192Fc2B487BB5185e155752328d4f249743C/info.json b/blockchains/smartchain/assets/0xdB29192Fc2B487BB5185e155752328d4f249743C/info.json deleted file mode 100644 index 1b14cbbb44e53..0000000000000 --- a/blockchains/smartchain/assets/0xdB29192Fc2B487BB5185e155752328d4f249743C/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Ultra NFT", - "type": "BEP20", - "symbol": "UNFT", - "decimals": 9, - "website": "https://ultranft.finance/", - "description": "We are new generation NFT market on Binance Smart Chain. Ultra NFT is a team of young people who are experts in their fields. Ultra NFT focused on endangered animals and natural wonders in the NFT market. It aims to bring in its investors and to take part in projects that are beneficial to its followers. It helps associations related to nature and animals with the proceeds from all trades.", - "explorer": "https://bscscan.com/token/0xdB29192Fc2B487BB5185e155752328d4f249743C", - "status": "active", - "id": "0xdB29192Fc2B487BB5185e155752328d4f249743C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdB29192Fc2B487BB5185e155752328d4f249743C/logo.png b/blockchains/smartchain/assets/0xdB29192Fc2B487BB5185e155752328d4f249743C/logo.png deleted file mode 100644 index c24b4432b6171..0000000000000 Binary files a/blockchains/smartchain/assets/0xdB29192Fc2B487BB5185e155752328d4f249743C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdB8D30b74bf098aF214e862C90E647bbB1fcC58c/info.json b/blockchains/smartchain/assets/0xdB8D30b74bf098aF214e862C90E647bbB1fcC58c/info.json deleted file mode 100644 index 5a600aea801ac..0000000000000 --- a/blockchains/smartchain/assets/0xdB8D30b74bf098aF214e862C90E647bbB1fcC58c/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "BABY CAKE", - "type": "BEP20", - "symbol": "BABYCAKE", - "decimals": 18, - "website": "https://babycake.app/", - "description": "Baby Cake is the first token on the BSC to reward holders with Cake.", - "explorer": "https://bscscan.com/token/0xdB8D30b74bf098aF214e862C90E647bbB1fcC58c", - "status": "active", - "id": "0xdB8D30b74bf098aF214e862C90E647bbB1fcC58c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BabyCakeBSC" - }, - { - "name": "telegram", - "url": "https://t.me/babycakeBSC" - }, - { - "name": "medium", - "url": "https://medium.com/@babycake" - }, - { - "name": "whitepaper", - "url": "https://babycake.app/white-paper/" - }, - { - "name": "github", - "url": "https://github.com/babycakebsc" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdB8D30b74bf098aF214e862C90E647bbB1fcC58c/logo.png b/blockchains/smartchain/assets/0xdB8D30b74bf098aF214e862C90E647bbB1fcC58c/logo.png deleted file mode 100644 index af6d12775a6bf..0000000000000 Binary files a/blockchains/smartchain/assets/0xdB8D30b74bf098aF214e862C90E647bbB1fcC58c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdBaAa36B347d56b77Ce0e36f050fCeEBbF9fbc38/info.json b/blockchains/smartchain/assets/0xdBaAa36B347d56b77Ce0e36f050fCeEBbF9fbc38/info.json deleted file mode 100644 index bbaae1f02db0b..0000000000000 --- a/blockchains/smartchain/assets/0xdBaAa36B347d56b77Ce0e36f050fCeEBbF9fbc38/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SavePlanetEarth", - "website": "https://www.saveplanetearth.io", - "description": "A Worldwide Carbon Sequestration Cryptocurrency Project dedicated to developing sustainable programs aiming to combat Global Warming and Climate Change.", - "explorer": "https://bscscan.com/token/0xdBaAa36B347d56b77Ce0e36f050fCeEBbF9fbc38", - "type": "BEP20", - "symbol": "SPE", - "decimals": 9, - "status": "abandoned", - "id": "0xdBaAa36B347d56b77Ce0e36f050fCeEBbF9fbc38" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdBf8265B1d5244A13424f13977723AcF5395eAB2/info.json b/blockchains/smartchain/assets/0xdBf8265B1d5244A13424f13977723AcF5395eAB2/info.json deleted file mode 100644 index b5f276cf8ae0f..0000000000000 --- a/blockchains/smartchain/assets/0xdBf8265B1d5244A13424f13977723AcF5395eAB2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Wagerr", - "website": "https://www.wagerr.com", - "description": "BEP20 tokenized version of wagerr", - "explorer": "https://bscscan.com/token/0xdbf8265b1d5244a13424f13977723acf5395eab2", - "type": "BEP20", - "symbol": "WGR", - "decimals": 18, - "status": "active", - "id": "0xdBf8265B1d5244A13424f13977723AcF5395eAB2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdBf8265B1d5244A13424f13977723AcF5395eAB2/logo.png b/blockchains/smartchain/assets/0xdBf8265B1d5244A13424f13977723AcF5395eAB2/logo.png deleted file mode 100644 index b475b1c6bd2e5..0000000000000 Binary files a/blockchains/smartchain/assets/0xdBf8265B1d5244A13424f13977723AcF5395eAB2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdC0118B27276065C573386aa44e7a6E5e2AF07C1/info.json b/blockchains/smartchain/assets/0xdC0118B27276065C573386aa44e7a6E5e2AF07C1/info.json deleted file mode 100644 index 8a35318b58fc6..0000000000000 --- a/blockchains/smartchain/assets/0xdC0118B27276065C573386aa44e7a6E5e2AF07C1/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "DeepMaze", - "type": "BEP20", - "symbol": "DPZ", - "decimals": 18, - "website": "https://www.deepmaze.finance/", - "description": "DEEPMAZE is a crowding pool backed auto liquidity Defi token built on Binance Smart Chain. It solves the liquidity, value, and discretion trilemma that is a problem in the current ecosystem.", - "explorer": "https://bscscan.com/token/0xdc0118b27276065c573386aa44e7a6e5e2af07c1", - "status": "active", - "id": "0xdC0118B27276065C573386aa44e7a6E5e2AF07C1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/DPZFinance" - }, - { - "name": "github", - "url": "https://github.com/deepmazefoundation/" - }, - { - "name": "telegram", - "url": "https://t.me/dpzfinance" - }, - { - "name": "telegram_news", - "url": "https://t.me/dpzfinance" - }, - { - "name": "blog", - "url": "https://deepmaze.medium.com/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/deepmaze-finance/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdC0118B27276065C573386aa44e7a6E5e2AF07C1/logo.png b/blockchains/smartchain/assets/0xdC0118B27276065C573386aa44e7a6E5e2AF07C1/logo.png deleted file mode 100644 index 83f47ce457c5a..0000000000000 Binary files a/blockchains/smartchain/assets/0xdC0118B27276065C573386aa44e7a6E5e2AF07C1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdCA8a5bb74Ec9536D13511C51f6A68821Bf6a1a6/info.json b/blockchains/smartchain/assets/0xdCA8a5bb74Ec9536D13511C51f6A68821Bf6a1a6/info.json deleted file mode 100644 index 25cb5e5deeaf6..0000000000000 --- a/blockchains/smartchain/assets/0xdCA8a5bb74Ec9536D13511C51f6A68821Bf6a1a6/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Strains Finance", - "website": "https://strains.finance", - "description": "CBD + NFT = A brand new way to categorize CBD on the blockchain via Strains.Finance", - "explorer": "https://bscscan.com/token/0xdca8a5bb74ec9536d13511c51f6a68821bf6a1a6", - "type": "BEP20", - "symbol": "SFN", - "decimals": 8, - "status": "active", - "id": "0xdCA8a5bb74Ec9536D13511C51f6A68821Bf6a1a6", - "links": [ - { - "name": "github", - "url": "https://github.com/strainsfinance/Strains-SFN-" - }, - { - "name": "twitter", - "url": "https://twitter.com/strainsfinance" - }, - { - "name": "telegram", - "url": "https://t.me/strainsfinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdCA8a5bb74Ec9536D13511C51f6A68821Bf6a1a6/logo.png b/blockchains/smartchain/assets/0xdCA8a5bb74Ec9536D13511C51f6A68821Bf6a1a6/logo.png deleted file mode 100644 index 28dd06d59d83d..0000000000000 Binary files a/blockchains/smartchain/assets/0xdCA8a5bb74Ec9536D13511C51f6A68821Bf6a1a6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdCbA3fbd7BBc28abD18A472D28358089467A8a74/info.json b/blockchains/smartchain/assets/0xdCbA3fbd7BBc28abD18A472D28358089467A8a74/info.json deleted file mode 100644 index 85efabf474415..0000000000000 --- a/blockchains/smartchain/assets/0xdCbA3fbd7BBc28abD18A472D28358089467A8a74/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Centric RISE", - "type": "BEP20", - "symbol": "CNR", - "decimals": 8, - "description": "Centric is an innovative dual-token digital currency & decentralized blockchain protocol built on sound economics that yields a return hourly.", - "explorer": "https://bscscan.com/token/0xdCbA3fbd7BBc28abD18A472D28358089467A8a74", - "website": "https://www.centric.com/", - "status": "active", - "id": "0xdCbA3fbd7BBc28abD18A472D28358089467A8a74", - "links": [ - { - "name": "github", - "url": "https://github.com/Centric-Org" - }, - { - "name": "twitter", - "url": "https://twitter.com/centricrise" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/joincentric" - }, - { - "name": "discord", - "url": "https://discord.com/invite/KjwY64h" - }, - { - "name": "telegram", - "url": "https://t.me/CentricChat" - }, - { - "name": "telegram_news", - "url": "https://t.me/centric" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdCbA3fbd7BBc28abD18A472D28358089467A8a74/logo.png b/blockchains/smartchain/assets/0xdCbA3fbd7BBc28abD18A472D28358089467A8a74/logo.png deleted file mode 100644 index 8b9352b713167..0000000000000 Binary files a/blockchains/smartchain/assets/0xdCbA3fbd7BBc28abD18A472D28358089467A8a74/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdD97AB35e3C0820215bc85a395e13671d84CCBa2/info.json b/blockchains/smartchain/assets/0xdD97AB35e3C0820215bc85a395e13671d84CCBa2/info.json deleted file mode 100644 index 5dc7e49bb2863..0000000000000 --- a/blockchains/smartchain/assets/0xdD97AB35e3C0820215bc85a395e13671d84CCBa2/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Autoshark", - "website": "https://autoshark.finance/", - "description": "AutoShark is a yield optimizer for Automatic Liquidity Acquisition Farms & AMMs on the Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xdD97AB35e3C0820215bc85a395e13671d84CCBa2", - "type": "BEP20", - "symbol": "JAWS", - "decimals": 18, - "status": "active", - "id": "0xdD97AB35e3C0820215bc85a395e13671d84CCBa2", - "links": [ - { - "name": "telegram", - "url": "https://t.me/AutoSharkFinance" - }, - { - "name": "twitter", - "url": "https://twitter.com/autosharkfin" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/AutoSharkOfficial/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/autoshark" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdD97AB35e3C0820215bc85a395e13671d84CCBa2/logo.png b/blockchains/smartchain/assets/0xdD97AB35e3C0820215bc85a395e13671d84CCBa2/logo.png deleted file mode 100644 index 5404f527ff095..0000000000000 Binary files a/blockchains/smartchain/assets/0xdD97AB35e3C0820215bc85a395e13671d84CCBa2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdDaE5F343b7768eAdaAD88A7f520fFf54F198211/info.json b/blockchains/smartchain/assets/0xdDaE5F343b7768eAdaAD88A7f520fFf54F198211/info.json deleted file mode 100644 index 7c1a66005d5e3..0000000000000 --- a/blockchains/smartchain/assets/0xdDaE5F343b7768eAdaAD88A7f520fFf54F198211/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Bitcoiva", - "type": "BEP20", - "symbol": "BCA", - "decimals": 18, - "website": "https://www.bitcoiva.com", - "description": "Bitcoiva is the Next-generation crypto-trading platform that supports various forms of transactions such as Fiat to Crypto trading, Crypto to Crypto trading and direct purchase option. Instant, fast and easy transactions are possible with Bitcoiva.", - "explorer": "https://bscscan.com/token/0xddae5f343b7768eadaad88a7f520fff54f198211", - "status": "active", - "id": "0xdDaE5F343b7768eAdaAD88A7f520fFf54F198211", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/bitcoiva" - }, - { - "name": "facebook", - "url": "https://facebook.com/Bitcoiva.com.2021/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCxPyXRsK0TFIKfG1p2Ws0QA" - }, - { - "name": "telegram", - "url": "https://t.me/BITCOIVA" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/bitcoiva/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/bitcoiva" - }, - { - "name": "blog", - "url": "https://blog.bitcoiva.com/" - } - ], - "tags": [ - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0xdDaE5F343b7768eAdaAD88A7f520fFf54F198211/logo.png b/blockchains/smartchain/assets/0xdDaE5F343b7768eAdaAD88A7f520fFf54F198211/logo.png deleted file mode 100644 index 88b8b5786481d..0000000000000 Binary files a/blockchains/smartchain/assets/0xdDaE5F343b7768eAdaAD88A7f520fFf54F198211/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdDb3Bd8645775F59496c821E4F55A7eA6A6dc299/info.json b/blockchains/smartchain/assets/0xdDb3Bd8645775F59496c821E4F55A7eA6A6dc299/info.json deleted file mode 100644 index c8776872c21dd..0000000000000 --- a/blockchains/smartchain/assets/0xdDb3Bd8645775F59496c821E4F55A7eA6A6dc299/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://bscscan.com/token/0xdDb3Bd8645775F59496c821E4F55A7eA6A6dc299", - "type": "BEP20", - "symbol": "GNANA", - "decimals": 18, - "status": "active", - "id": "0xdDb3Bd8645775F59496c821E4F55A7eA6A6dc299", - "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/smartchain/assets/0xdDb3Bd8645775F59496c821E4F55A7eA6A6dc299/logo.png b/blockchains/smartchain/assets/0xdDb3Bd8645775F59496c821E4F55A7eA6A6dc299/logo.png deleted file mode 100644 index 4086162c6e2a6..0000000000000 Binary files a/blockchains/smartchain/assets/0xdDb3Bd8645775F59496c821E4F55A7eA6A6dc299/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdE009cB3371825bAfb80A01004C58f8166EE13D5/info.json b/blockchains/smartchain/assets/0xdE009cB3371825bAfb80A01004C58f8166EE13D5/info.json deleted file mode 100644 index 0e19a7eedb9f0..0000000000000 --- a/blockchains/smartchain/assets/0xdE009cB3371825bAfb80A01004C58f8166EE13D5/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LittleUglyDuck Token", - "website": "https://littleuglyduck.com/", - "description": "LittleUglyDuck is a coin issued on Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xdE009cB3371825bAfb80A01004C58f8166EE13D5", - "type": "BEP20", - "symbol": "LUD", - "decimals": 9, - "status": "active", - "id": "0xdE009cB3371825bAfb80A01004C58f8166EE13D5" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdE009cB3371825bAfb80A01004C58f8166EE13D5/logo.png b/blockchains/smartchain/assets/0xdE009cB3371825bAfb80A01004C58f8166EE13D5/logo.png deleted file mode 100644 index a25562adfaecc..0000000000000 Binary files a/blockchains/smartchain/assets/0xdE009cB3371825bAfb80A01004C58f8166EE13D5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdECE0F6864c1511369ae2c30B90Db9f5fe92832c/info.json b/blockchains/smartchain/assets/0xdECE0F6864c1511369ae2c30B90Db9f5fe92832c/info.json deleted file mode 100644 index fb56df8bf18c3..0000000000000 --- a/blockchains/smartchain/assets/0xdECE0F6864c1511369ae2c30B90Db9f5fe92832c/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "DISCIPLINA", - "website": "https://disciplina.io", - "description": "The first blockchain to create verified personal profiles based on academic and professional achievements.", - "explorer": "https://bscscan.com/token/0xdECE0F6864c1511369ae2c30B90Db9f5fe92832c", - "type": "BEP20", - "symbol": "DSCPL", - "decimals": 18, - "status": "active", - "id": "0xdECE0F6864c1511369ae2c30B90Db9f5fe92832c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/tchmpls_events" - }, - { - "name": "blog", - "url": "https://dscpl.medium.com" - }, - { - "name": "telegram", - "url": "https://t.me/disciplinachain" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/disciplina/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdECE0F6864c1511369ae2c30B90Db9f5fe92832c/logo.png b/blockchains/smartchain/assets/0xdECE0F6864c1511369ae2c30B90Db9f5fe92832c/logo.png deleted file mode 100644 index 5aa02047f2058..0000000000000 Binary files a/blockchains/smartchain/assets/0xdECE0F6864c1511369ae2c30B90Db9f5fe92832c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdF0816CC717216c8B0863aF8d4f0fC20Bc65d643/info.json b/blockchains/smartchain/assets/0xdF0816CC717216c8B0863aF8d4f0fC20Bc65d643/info.json deleted file mode 100644 index dd695acc22723..0000000000000 --- a/blockchains/smartchain/assets/0xdF0816CC717216c8B0863aF8d4f0fC20Bc65d643/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SHIBA BSC", - "website": "https://shibsc.com/#/", - "description": "SHIBSC is a decentralized, community driven, fair launched Meme Token in BSC", - "explorer": "https://bscscan.com/token/0xdF0816CC717216c8B0863aF8d4f0fC20Bc65d643", - "type": "BEP20", - "symbol": "SHIBSC", - "decimals": 18, - "status": "active", - "id": "0xdF0816CC717216c8B0863aF8d4f0fC20Bc65d643" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdF0816CC717216c8B0863aF8d4f0fC20Bc65d643/logo.png b/blockchains/smartchain/assets/0xdF0816CC717216c8B0863aF8d4f0fC20Bc65d643/logo.png deleted file mode 100644 index 02e34419e33f5..0000000000000 Binary files a/blockchains/smartchain/assets/0xdF0816CC717216c8B0863aF8d4f0fC20Bc65d643/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdF1F0026374d4BCc490BE5E316963Cf6Df2FfF19/info.json b/blockchains/smartchain/assets/0xdF1F0026374d4BCc490BE5E316963Cf6Df2FfF19/info.json deleted file mode 100644 index 92a788c427498..0000000000000 --- a/blockchains/smartchain/assets/0xdF1F0026374d4BCc490BE5E316963Cf6Df2FfF19/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "InnovativeBioresearchCoin", - "website": "https://innovativebioresearch.com", - "description": "NNBC 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", - "explorer": "https://bscscan.com/token/0xdF1F0026374d4BCc490BE5E316963Cf6Df2FfF19", - "type": "BEP20", - "symbol": "INNBC", - "decimals": 6, - "status": "active", - "id": "0xdF1F0026374d4BCc490BE5E316963Cf6Df2FfF19" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdF1F0026374d4BCc490BE5E316963Cf6Df2FfF19/logo.png b/blockchains/smartchain/assets/0xdF1F0026374d4BCc490BE5E316963Cf6Df2FfF19/logo.png deleted file mode 100644 index 016940e64e552..0000000000000 Binary files a/blockchains/smartchain/assets/0xdF1F0026374d4BCc490BE5E316963Cf6Df2FfF19/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdF2fc196d57f7E3736DAAab1De4b717C32380fB6/info.json b/blockchains/smartchain/assets/0xdF2fc196d57f7E3736DAAab1De4b717C32380fB6/info.json deleted file mode 100644 index 8d888bf320c79..0000000000000 --- a/blockchains/smartchain/assets/0xdF2fc196d57f7E3736DAAab1De4b717C32380fB6/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "wCardano", - "type": "BEP20", - "symbol": "wADA", - "decimals": 8, - "website": "https://wcardano.net", - "description": "Yield farm Cardano on Binance Smart Chain", - "explorer": "https://bscscan.com/token/0xdF2fc196d57f7E3736DAAab1De4b717C32380fB6", - "status": "active", - "id": "0xdF2fc196d57f7E3736DAAab1De4b717C32380fB6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdF2fc196d57f7E3736DAAab1De4b717C32380fB6/logo.png b/blockchains/smartchain/assets/0xdF2fc196d57f7E3736DAAab1De4b717C32380fB6/logo.png deleted file mode 100644 index be768f6efaa37..0000000000000 Binary files a/blockchains/smartchain/assets/0xdF2fc196d57f7E3736DAAab1De4b717C32380fB6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdF6d9fC61Bd8163b59d6381EC93aE1D3a4D95bB2/info.json b/blockchains/smartchain/assets/0xdF6d9fC61Bd8163b59d6381EC93aE1D3a4D95bB2/info.json deleted file mode 100644 index 90d26149dffd3..0000000000000 --- a/blockchains/smartchain/assets/0xdF6d9fC61Bd8163b59d6381EC93aE1D3a4D95bB2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BlimpsRock", - "website": "https://blimpsrock.net", - "description": "$BlimpsRock is a yield and liquidity generating protocol token that works by applying a 10% fee to every transaction and distributing half of that to token holders and then automatically locks the other half in Pancake LP. No need to stake your tokens to earn rewards, simply HODL in your wallet and watch the rewards roll in.", - "explorer": "https://bscscan.com/token/0xdF6d9fC61Bd8163b59d6381EC93aE1D3a4D95bB2", - "type": "BEP20", - "symbol": "BLIMPSROCK", - "decimals": 9, - "status": "active", - "id": "0xdF6d9fC61Bd8163b59d6381EC93aE1D3a4D95bB2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdF6d9fC61Bd8163b59d6381EC93aE1D3a4D95bB2/logo.png b/blockchains/smartchain/assets/0xdF6d9fC61Bd8163b59d6381EC93aE1D3a4D95bB2/logo.png deleted file mode 100644 index 6ae4ffe1ac136..0000000000000 Binary files a/blockchains/smartchain/assets/0xdF6d9fC61Bd8163b59d6381EC93aE1D3a4D95bB2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdFE6891ce8E5a5c7Cf54fFdE406A6C2C54145F71/info.json b/blockchains/smartchain/assets/0xdFE6891ce8E5a5c7Cf54fFdE406A6C2C54145F71/info.json deleted file mode 100644 index eb18d8bb89a62..0000000000000 --- a/blockchains/smartchain/assets/0xdFE6891ce8E5a5c7Cf54fFdE406A6C2C54145F71/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "CHEEMSINU", - "type": "BEP20", - "symbol": "$CINU", - "decimals": 9, - "website": "https://cheemsinu.net/", - "description": "Combining Memes & Crypto to bring both LOLs and money to the masses of the internet.", - "explorer": "https://bscscan.com/token/0xdFE6891ce8E5a5c7Cf54fFdE406A6C2C54145F71", - "status": "active", - "id": "0xdFE6891ce8E5a5c7Cf54fFdE406A6C2C54145F71", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/cheems-inu/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/cheems-inu" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdFE6891ce8E5a5c7Cf54fFdE406A6C2C54145F71/logo.png b/blockchains/smartchain/assets/0xdFE6891ce8E5a5c7Cf54fFdE406A6C2C54145F71/logo.png deleted file mode 100644 index a00396d663f71..0000000000000 Binary files a/blockchains/smartchain/assets/0xdFE6891ce8E5a5c7Cf54fFdE406A6C2C54145F71/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdb607c61Aaa2a954Bf1f9d117953F12d6c319E15/info.json b/blockchains/smartchain/assets/0xdb607c61Aaa2a954Bf1f9d117953F12d6c319E15/info.json deleted file mode 100644 index 2b97da61c388a..0000000000000 --- a/blockchains/smartchain/assets/0xdb607c61Aaa2a954Bf1f9d117953F12d6c319E15/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "HONEYPAD", - "type": "BEP20", - "symbol": "$HONEY", - "decimals": 9, - "website": "https://www.honeypad.io/", - "description": "Honeypad Is The Hive To Bee! We Reward Holders Through Tax Rewards, Automatic Token Burning, and a Pioneering Buy-back System. All While Providing A Secure And Vibrant Eco-system.", - "explorer": "https://bscscan.com/token/0xdb607c61Aaa2a954Bf1f9d117953F12d6c319E15", - "status": "active", - "id": "0xdb607c61Aaa2a954Bf1f9d117953F12d6c319E15", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/thehoneypad" - }, - { - "name": "medium", - "url": "https://medium.com/@thehoneypad" - }, - { - "name": "telegram_news", - "url": "https://t.me/HoneyPadNews" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Honeypad/" - }, - { - "name": "telegram", - "url": "https://t.me/honeypadofficial" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdb607c61Aaa2a954Bf1f9d117953F12d6c319E15/logo.png b/blockchains/smartchain/assets/0xdb607c61Aaa2a954Bf1f9d117953F12d6c319E15/logo.png deleted file mode 100644 index b0140d4af67bb..0000000000000 Binary files a/blockchains/smartchain/assets/0xdb607c61Aaa2a954Bf1f9d117953F12d6c319E15/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdc847755343C3A2B94d6aFC0aAE57651E1b14064/info.json b/blockchains/smartchain/assets/0xdc847755343C3A2B94d6aFC0aAE57651E1b14064/info.json deleted file mode 100644 index 93a8dac698122..0000000000000 --- a/blockchains/smartchain/assets/0xdc847755343C3A2B94d6aFC0aAE57651E1b14064/info.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "BODA V2", - "website": "https://bodatoken.org/", - "description": "BODAV2 rewards holders with up to 19% in BUSD dividend rewards. 6% BUSD from buy orders and 13% BUSD from sell orders.", - "explorer": "https://bscscan.com/token/0xdc847755343C3A2B94d6aFC0aAE57651E1b14064", - "type": "BEP20", - "symbol": "BODAV2", - "decimals": 18, - "status": "active", - "id": "0xdc847755343C3A2B94d6aFC0aAE57651E1b14064", - "links": [ - { - "name": "github", - "url": "https://github.com/bodatoken/" - }, - { - "name": "twitter", - "url": "https://twitter.com/BodaToken" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/bodacoin/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/boda-token/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/boda-token" - }, - { - "name": "telegram", - "url": "https://t.me/Boda_Token" - }, - { - "name": "discord", - "url": "https://discord.com/XMF4UctSnv" - }, - { - "name": "facebook", - "url": "https://facebook.com/BodaToken/" - }, - { - "name": "medium", - "url": "https://bodatoken.medium.com/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCZA6agzb8YjBvPj-T8EVijA" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0xdc847755343C3A2B94d6aFC0aAE57651E1b14064/logo.png b/blockchains/smartchain/assets/0xdc847755343C3A2B94d6aFC0aAE57651E1b14064/logo.png deleted file mode 100644 index 7521d6466dc93..0000000000000 Binary files a/blockchains/smartchain/assets/0xdc847755343C3A2B94d6aFC0aAE57651E1b14064/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdcAf1Afc07d9e1C057bd5cd144659910C4b91682/info.json b/blockchains/smartchain/assets/0xdcAf1Afc07d9e1C057bd5cd144659910C4b91682/info.json deleted file mode 100644 index d079314356fc6..0000000000000 --- a/blockchains/smartchain/assets/0xdcAf1Afc07d9e1C057bd5cd144659910C4b91682/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "SpaceCowBoy", - "website": "https://scb.oxbull.tech", - "description": "Space Cowboy aims to be the NFT platform for digital art and assets related to the theme of Sci-Fi, Bulls and Space Meme", - "explorer": "https://bscscan.com/token/0xdcAf1Afc07d9e1C057bd5cd144659910C4b91682", - "research": "", - "type": "BEP20", - "symbol": "SCB", - "decimals": 18, - "status": "active", - "id": "0xdcAf1Afc07d9e1C057bd5cd144659910C4b91682" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdcAf1Afc07d9e1C057bd5cd144659910C4b91682/logo.png b/blockchains/smartchain/assets/0xdcAf1Afc07d9e1C057bd5cd144659910C4b91682/logo.png deleted file mode 100644 index 72393c4fae304..0000000000000 Binary files a/blockchains/smartchain/assets/0xdcAf1Afc07d9e1C057bd5cd144659910C4b91682/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdd325C38b12903B727D16961e61333f4871A70E0/info.json b/blockchains/smartchain/assets/0xdd325C38b12903B727D16961e61333f4871A70E0/info.json deleted file mode 100644 index a155bbde63fe2..0000000000000 --- a/blockchains/smartchain/assets/0xdd325C38b12903B727D16961e61333f4871A70E0/info.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "Elephant Money Stable", - "type": "BEP20", - "symbol": "TRUNK", - "decimals": 18, - "website": "https://elephant.money", - "description": "Elephant Money Stable is partially collateralized by BUSD at 75% guaranteed. TRUNK passively hardens its collateralization ratio of the remaining 25% on the dollar as the Elephant Money ecosystem grows.", - "explorer": "https://bscscan.com/token/0xdd325C38b12903B727D16961e61333f4871A70E0", - "status": "active", - "id": "0xdd325C38b12903B727D16961e61333f4871A70E0", - "links": [ - { - "name": "medium", - "url": "https://medium.com/elephant-money" - }, - { - "name": "telegram", - "url": "https://t.me/elephant_money" - }, - { - "name": "twitter", - "url": "https://twitter.com/ElephantStatus" - }, - { - "name": "whitepaper", - "url": "https://elephant.money/media/elephant-wp.pdf" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCBHcyR7ixP70R6hhpck1qUQ" - } - ], - "tags": [ - "stablecoin", - "defi", - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0xdd325C38b12903B727D16961e61333f4871A70E0/logo.png b/blockchains/smartchain/assets/0xdd325C38b12903B727D16961e61333f4871A70E0/logo.png deleted file mode 100644 index 08cf65993de07..0000000000000 Binary files a/blockchains/smartchain/assets/0xdd325C38b12903B727D16961e61333f4871A70E0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdd6978F36c98AfF4287E5ac803C9CF1b865641F6/info.json b/blockchains/smartchain/assets/0xdd6978F36c98AfF4287E5ac803C9CF1b865641F6/info.json deleted file mode 100644 index f9f09f1eec6e7..0000000000000 --- a/blockchains/smartchain/assets/0xdd6978F36c98AfF4287E5ac803C9CF1b865641F6/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Jerry Inu", - "type": "BEP20", - "symbol": "JERRY", - "decimals": 9, - "website": "https://jerryinu.com/", - "description": "Jerry Inu is on the way to creating a trend and a new game in the field of Memecoins and Jerry Inu will be the leader in this competitive meme game.", - "explorer": "https://bscscan.com/token/0xdd6978f36c98aff4287e5ac803c9cf1b865641f6", - "status": "active", - "id": "0xdd6978F36c98AfF4287E5ac803C9CF1b865641F6", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/JerryInu" - }, - { - "name": "telegram", - "url": "https://t.me/JerryInuGroup" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/jerry-inu/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/jerry-inu" - } - ], - "tags": [ - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdd6978F36c98AfF4287E5ac803C9CF1b865641F6/logo.png b/blockchains/smartchain/assets/0xdd6978F36c98AfF4287E5ac803C9CF1b865641F6/logo.png deleted file mode 100644 index 1f1a9a06f9bac..0000000000000 Binary files a/blockchains/smartchain/assets/0xdd6978F36c98AfF4287E5ac803C9CF1b865641F6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xde3dbBE30cfa9F437b293294d1fD64B26045C71A/info.json b/blockchains/smartchain/assets/0xde3dbBE30cfa9F437b293294d1fD64B26045C71A/info.json deleted file mode 100644 index ff0265e943435..0000000000000 --- a/blockchains/smartchain/assets/0xde3dbBE30cfa9F437b293294d1fD64B26045C71A/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "NFTB Token", - "website": "https://nftb.io", - "description": "NFTB is a token issued by NFTb Marketplace.", - "explorer": "https://bscscan.com/token/0xde3dbBE30cfa9F437b293294d1fD64B26045C71A", - "type": "BEP20", - "symbol": "NFTB", - "decimals": 18, - "status": "active", - "id": "0xde3dbBE30cfa9F437b293294d1fD64B26045C71A" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xde3dbBE30cfa9F437b293294d1fD64B26045C71A/logo.png b/blockchains/smartchain/assets/0xde3dbBE30cfa9F437b293294d1fD64B26045C71A/logo.png deleted file mode 100644 index 9bf9e0337dd36..0000000000000 Binary files a/blockchains/smartchain/assets/0xde3dbBE30cfa9F437b293294d1fD64B26045C71A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdeb1EAF085979A73aB0E85901D786cBa991c2617/info.json b/blockchains/smartchain/assets/0xdeb1EAF085979A73aB0E85901D786cBa991c2617/info.json deleted file mode 100644 index ce969d62b0183..0000000000000 --- a/blockchains/smartchain/assets/0xdeb1EAF085979A73aB0E85901D786cBa991c2617/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "LuckyFortuneDog", - "type": "BEP20", - "symbol": "LFD", - "decimals": 18, - "website": "https://lfd.su/", - "description": "LFD is a community experiment conducted by a charity organization.", - "explorer": "https://bscscan.com/token/0xdeb1EAF085979A73aB0E85901D786cBa991c2617", - "status": "active", - "id": "0xdeb1EAF085979A73aB0E85901D786cBa991c2617", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/LuckyFortuneDog" - }, - { - "name": "github", - "url": "https://github.com/LuckyFortuneDog" - }, - { - "name": "telegram", - "url": "https://t.me/LFDToken" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdeb1EAF085979A73aB0E85901D786cBa991c2617/logo.png b/blockchains/smartchain/assets/0xdeb1EAF085979A73aB0E85901D786cBa991c2617/logo.png deleted file mode 100644 index 88158710c02ec..0000000000000 Binary files a/blockchains/smartchain/assets/0xdeb1EAF085979A73aB0E85901D786cBa991c2617/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdf5Fac537aa09e1eb0F3f8DD1d34CBdC42CA1076/info.json b/blockchains/smartchain/assets/0xdf5Fac537aa09e1eb0F3f8DD1d34CBdC42CA1076/info.json deleted file mode 100644 index 63edf812da97b..0000000000000 --- a/blockchains/smartchain/assets/0xdf5Fac537aa09e1eb0F3f8DD1d34CBdC42CA1076/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Don't KYC", - "website": "https://dontkyc.com", - "description": "DKYC.", - "explorer": "https://bscscan.com/token/0xdf5Fac537aa09e1eb0F3f8DD1d34CBdC42CA1076", - "type": "BEP20", - "symbol": "DKYC", - "decimals": 9, - "status": "active", - "id": "0xdf5Fac537aa09e1eb0F3f8DD1d34CBdC42CA1076", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/DontKYC" - }, - { - "name": "telegram", - "url": "https://t.me/DontKYC" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/dont-kyc/" - }, - { - "name": "medium", - "url": "https://medium.com/@donotkyc" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/dont-kyc/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdf5Fac537aa09e1eb0F3f8DD1d34CBdC42CA1076/logo.png b/blockchains/smartchain/assets/0xdf5Fac537aa09e1eb0F3f8DD1d34CBdC42CA1076/logo.png deleted file mode 100644 index 02de732d5e827..0000000000000 Binary files a/blockchains/smartchain/assets/0xdf5Fac537aa09e1eb0F3f8DD1d34CBdC42CA1076/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xdfd85305A752d70A07A995Fa724Ac4Ff787EBef2/info.json b/blockchains/smartchain/assets/0xdfd85305A752d70A07A995Fa724Ac4Ff787EBef2/info.json deleted file mode 100644 index ce161234c6055..0000000000000 --- a/blockchains/smartchain/assets/0xdfd85305A752d70A07A995Fa724Ac4Ff787EBef2/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Xenon Pay", - "type": "BEP20", - "symbol": "X2P", - "decimals": 9, - "website": "https://xenonpay.org", - "description": "Xenon Pay is a deflationary, high-yield, frictionless & decentralized token on the Binance Smart Chain. The simple way to grow your money like the world’s most sophisticated investors. While existing solutions offer to solve just one problem at a time, our team is up to build secure, useful, & easy to use payment solutions for multiple problems. It includes easy cryptocurrency payment systems integration.", - "explorer": "https://bscscan.com/token/0xdfd85305a752d70a07a995fa724ac4ff787ebef2", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/PayX2P" - }, - { - "name": "whitepaper", - "url": "https://assets.website-files.com/610aef4e2da61c281db06172/6116c6bdb929435fbc897923_Whitepaper_X2P_Official.pdf" - }, - { - "name": "telegram", - "url": "https://t.me/x2pofficial" - } - ], - "status": "active", - "id": "0xdfd85305A752d70A07A995Fa724Ac4Ff787EBef2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xdfd85305A752d70A07A995Fa724Ac4Ff787EBef2/logo.png b/blockchains/smartchain/assets/0xdfd85305A752d70A07A995Fa724Ac4Ff787EBef2/logo.png deleted file mode 100644 index 080266ddb6cbc..0000000000000 Binary files a/blockchains/smartchain/assets/0xdfd85305A752d70A07A995Fa724Ac4Ff787EBef2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe0191fEfdd0D2B39b1a2E4E029cCDA8A481b7995/info.json b/blockchains/smartchain/assets/0xe0191fEfdd0D2B39b1a2E4E029cCDA8A481b7995/info.json deleted file mode 100644 index 931d1325f4238..0000000000000 --- a/blockchains/smartchain/assets/0xe0191fEfdd0D2B39b1a2E4E029cCDA8A481b7995/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "CryptoMines Reborn", - "website": "https://cryptomines.app/", - "description": "CryptoMines Reborn is a SciFi play-to-earn NFT game designed to provide the users with a fun experience by collecting Workers and Spaceships to travel through the universe searching for $CRUX, this mineral allows them to live another day and make some profits along the way.", - "explorer": "https://bscscan.com/token/0xe0191fefdd0d2b39b1a2e4e029ccda8a481b7995", - "type": "BEP20", - "symbol": "CRUX", - "decimals": 18, - "status": "active", - "id": "0xe0191fEfdd0D2B39b1a2E4E029cCDA8A481b7995", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CryptoMinesApp" - }, - { - "name": "discord", - "url": "https://discord.com/invite/cryptomines" - }, - { - "name": "telegram", - "url": "https://t.me/cryptominesapp" - } - ], - "tags": [ - "nft", - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0xe0191fEfdd0D2B39b1a2E4E029cCDA8A481b7995/logo.png b/blockchains/smartchain/assets/0xe0191fEfdd0D2B39b1a2E4E029cCDA8A481b7995/logo.png deleted file mode 100644 index 48d6857688910..0000000000000 Binary files a/blockchains/smartchain/assets/0xe0191fEfdd0D2B39b1a2E4E029cCDA8A481b7995/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe05A08226c49b636ACf99c40Da8DC6aF83CE5bB3/info.json b/blockchains/smartchain/assets/0xe05A08226c49b636ACf99c40Da8DC6aF83CE5bB3/info.json deleted file mode 100644 index 55ed208003060..0000000000000 --- a/blockchains/smartchain/assets/0xe05A08226c49b636ACf99c40Da8DC6aF83CE5bB3/info.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "Ankr Staked ETH", - "type": "BEP20", - "symbol": "ankrETH", - "decimals": 18, - "website": "https://www.ankr.com", - "description": "ankrETH represents your staked ETH and provides liquidity for your staked position. All staking rewards are built into the token price, and ankrETH grows daily in value, but never in number.", - "explorer": "https://bscscan.com/token/0xe05a08226c49b636acf99c40da8dc6af83ce5bb3", - "status": "active", - "id": "0xe05A08226c49b636ACf99c40Da8DC6aF83CE5bB3", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ankr" - }, - { - "name": "github", - "url": "https://github.com/Ankr-network" - }, - { - "name": "telegram", - "url": "https://t.me/ankrnetwork" - }, - { - "name": "medium", - "url": "https://medium.com/ankr-network" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Ankrofficial/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/ankr" - }, - { - "name": "docs", - "url": "https://ankr.com/docs/staking/overview" - }, - { - "name": "whitepaper", - "url": "https://ankr.com/ankr-whitepaper-2.0.pdf" - }, - { - "name": "youtube", - "url": "https://youtube.com/@AnkrOfficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/ankreth/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/ankr-staked-eth" - } - ], - "tags": [ - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe05A08226c49b636ACf99c40Da8DC6aF83CE5bB3/logo.png b/blockchains/smartchain/assets/0xe05A08226c49b636ACf99c40Da8DC6aF83CE5bB3/logo.png deleted file mode 100644 index 8f09e5dab0274..0000000000000 Binary files a/blockchains/smartchain/assets/0xe05A08226c49b636ACf99c40Da8DC6aF83CE5bB3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe0F94Ac5462997D2BC57287Ac3a3aE4C31345D66/info.json b/blockchains/smartchain/assets/0xe0F94Ac5462997D2BC57287Ac3a3aE4C31345D66/info.json deleted file mode 100644 index 5723b010a2fe4..0000000000000 --- a/blockchains/smartchain/assets/0xe0F94Ac5462997D2BC57287Ac3a3aE4C31345D66/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "CEEK", - "type": "BEP20", - "symbol": "CEEK", - "decimals": 18, - "website": "https://ceek.com", - "description": "CEEK VR", - "explorer": "https://bscscan.com/token/0xe0F94Ac5462997D2BC57287Ac3a3aE4C31345D66", - "status": "active", - "id": "0xe0F94Ac5462997D2BC57287Ac3a3aE4C31345D66", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CEEK" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/ceek-vr/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/ceek-smart-vr-token" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe0F94Ac5462997D2BC57287Ac3a3aE4C31345D66/logo.png b/blockchains/smartchain/assets/0xe0F94Ac5462997D2BC57287Ac3a3aE4C31345D66/logo.png deleted file mode 100644 index edbf3d3987225..0000000000000 Binary files a/blockchains/smartchain/assets/0xe0F94Ac5462997D2BC57287Ac3a3aE4C31345D66/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe0b0C16038845BEd3fCf70304D3e167Df81ce225/info.json b/blockchains/smartchain/assets/0xe0b0C16038845BEd3fCf70304D3e167Df81ce225/info.json deleted file mode 100644 index 77fe761301863..0000000000000 --- a/blockchains/smartchain/assets/0xe0b0C16038845BEd3fCf70304D3e167Df81ce225/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Crossswap.com", - "type": "BEP20", - "symbol": "CSWAP", - "decimals": 18, - "website": "https://crossswap.com/", - "description": "Cswap is the native token for Crossswap Dex", - "explorer": "https://bscscan.com/token/0xe0b0C16038845BEd3fCf70304D3e167Df81ce225", - "status": "active", - "id": "0xe0b0C16038845BEd3fCf70304D3e167Df81ce225", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CrossSwapDex" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/crossswap/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/crossswap" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe0b0C16038845BEd3fCf70304D3e167Df81ce225/logo.png b/blockchains/smartchain/assets/0xe0b0C16038845BEd3fCf70304D3e167Df81ce225/logo.png deleted file mode 100644 index c868e5abe4447..0000000000000 Binary files a/blockchains/smartchain/assets/0xe0b0C16038845BEd3fCf70304D3e167Df81ce225/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe0d6AD5A77fD1ed1A22F89657E4248A8ac6a8cbF/info.json b/blockchains/smartchain/assets/0xe0d6AD5A77fD1ed1A22F89657E4248A8ac6a8cbF/info.json deleted file mode 100644 index 4990871148b60..0000000000000 --- a/blockchains/smartchain/assets/0xe0d6AD5A77fD1ed1A22F89657E4248A8ac6a8cbF/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DailySwap", - "website": "https://dailyswap.org", - "description": "Introducing the Convenience of Centralization into Decentralization", - "explorer": "https://bscscan.com/token/0xe0d6ad5a77fd1ed1a22f89657e4248a8ac6a8cbf", - "type": "BEP20", - "symbol": "DailyS", - "decimals": 18, - "status": "active", - "id": "0xe0d6AD5A77fD1ed1A22F89657E4248A8ac6a8cbF" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe0d6AD5A77fD1ed1A22F89657E4248A8ac6a8cbF/logo.png b/blockchains/smartchain/assets/0xe0d6AD5A77fD1ed1A22F89657E4248A8ac6a8cbF/logo.png deleted file mode 100644 index a4f4b746d1756..0000000000000 Binary files a/blockchains/smartchain/assets/0xe0d6AD5A77fD1ed1A22F89657E4248A8ac6a8cbF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe0e0Fbc7E8D881953d39CF899409410B50b8C924/info.json b/blockchains/smartchain/assets/0xe0e0Fbc7E8D881953d39CF899409410B50b8C924/info.json deleted file mode 100644 index eff0917ae380c..0000000000000 --- a/blockchains/smartchain/assets/0xe0e0Fbc7E8D881953d39CF899409410B50b8C924/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Coin of Nature", - "website": "https://coinofnature.io", - "description": "The major aim of the project is not only to promote sports and a healthy lifestyle but also to develop a sustainable ecosystem based on innovative solutions. ", - "explorer": "https://bscscan.com/token/0xe0e0fbc7e8d881953d39cf899409410b50b8c924", - "type": "BEP20", - "symbol": "CON", - "decimals": 9, - "status": "active", - "id": "0xe0e0Fbc7E8D881953d39CF899409410B50b8C924", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/coin-of-nature/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/pl/waluty/coin-of-nature" - }, - { - "name": "twitter", - "url": "https://twitter.com/CoinOfNature" - }, - { - "name": "github", - "url": "https://github.com/Coin-of-Nature/Coin-of-Nature" - }, - { - "name": "telegram", - "url": "https://t.me/coin_of_nature" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe0e0Fbc7E8D881953d39CF899409410B50b8C924/logo.png b/blockchains/smartchain/assets/0xe0e0Fbc7E8D881953d39CF899409410B50b8C924/logo.png deleted file mode 100644 index ca9311e048635..0000000000000 Binary files a/blockchains/smartchain/assets/0xe0e0Fbc7E8D881953d39CF899409410B50b8C924/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe13Ea90ce173e1118042A8f6A21D0D0A14aA6b1B/info.json b/blockchains/smartchain/assets/0xe13Ea90ce173e1118042A8f6A21D0D0A14aA6b1B/info.json deleted file mode 100644 index 7b76af5e021cc..0000000000000 --- a/blockchains/smartchain/assets/0xe13Ea90ce173e1118042A8f6A21D0D0A14aA6b1B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "KazooCoin", - "type": "BEP20", - "symbol": "KAZOO", - "decimals": 9, - "website": "https://kazoocoin.com/", - "description": "BSC token with a great community!We aim to become a hub for staying safe while investing.Token vetting, education + forum coming! https://linktr.ee/KazooCoin", - "explorer": "https://bscscan.com/token/0xe13Ea90ce173e1118042A8f6A21D0D0A14aA6b1B", - "status": "active", - "id": "0xe13Ea90ce173e1118042A8f6A21D0D0A14aA6b1B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe13Ea90ce173e1118042A8f6A21D0D0A14aA6b1B/logo.png b/blockchains/smartchain/assets/0xe13Ea90ce173e1118042A8f6A21D0D0A14aA6b1B/logo.png deleted file mode 100644 index 2e1d8cfaa69cb..0000000000000 Binary files a/blockchains/smartchain/assets/0xe13Ea90ce173e1118042A8f6A21D0D0A14aA6b1B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe1DB3d1eE5CfE5C6333BE96e6421f9Bd5b85c987/info.json b/blockchains/smartchain/assets/0xe1DB3d1eE5CfE5C6333BE96e6421f9Bd5b85c987/info.json deleted file mode 100644 index 1c691adffef3d..0000000000000 --- a/blockchains/smartchain/assets/0xe1DB3d1eE5CfE5C6333BE96e6421f9Bd5b85c987/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SAFESPACE", - "type": "BEP20", - "symbol": "SAFESPACE", - "decimals": 9, - "website": "https://safespacecrypto.net/", - "description": "Autonomous yield and liquidity generation protocol. Simply hold SAFESPACE in your wallet and you will get more. On each transaction the protocol automatically distributes rewards to holders as well as auto-locks liquidity forever.", - "explorer": "https://bscscan.com/token/0xe1DB3d1eE5CfE5C6333BE96e6421f9Bd5b85c987", - "status": "active", - "id": "0xe1DB3d1eE5CfE5C6333BE96e6421f9Bd5b85c987" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe1DB3d1eE5CfE5C6333BE96e6421f9Bd5b85c987/logo.png b/blockchains/smartchain/assets/0xe1DB3d1eE5CfE5C6333BE96e6421f9Bd5b85c987/logo.png deleted file mode 100644 index 49fb22fd1cfdd..0000000000000 Binary files a/blockchains/smartchain/assets/0xe1DB3d1eE5CfE5C6333BE96e6421f9Bd5b85c987/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe1F8C6ce0D69CbEB67c6bc3685e52C96291394a8/info.json b/blockchains/smartchain/assets/0xe1F8C6ce0D69CbEB67c6bc3685e52C96291394a8/info.json deleted file mode 100644 index 5a07241e48ff1..0000000000000 --- a/blockchains/smartchain/assets/0xe1F8C6ce0D69CbEB67c6bc3685e52C96291394a8/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TeamTreesToken", - "type": "BEP20", - "symbol": "TeamTrees", - "decimals": 9, - "website": "https://www.teamtreestoken.org", - "description": "TeamTreesToken is the first community token built on Binance Smart Chain aimed at providing support to the global pandemic in our community. Whether you donated to plant one tree, or one million trees, or simply helped to spread the word, you become A part of #TeamTrees. With more than 800,000 unique donors, #TeamTrees raised more than $21M before January 1, 2020. Support hasn’t stopped either and #TeamTrees keeps growing.", - "explorer": "https://bscscan.com/token/0xe1F8C6ce0D69CbEB67c6bc3685e52C96291394a8", - "status": "active", - "id": "0xe1F8C6ce0D69CbEB67c6bc3685e52C96291394a8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe1F8C6ce0D69CbEB67c6bc3685e52C96291394a8/logo.png b/blockchains/smartchain/assets/0xe1F8C6ce0D69CbEB67c6bc3685e52C96291394a8/logo.png deleted file mode 100644 index 7b80065feeb16..0000000000000 Binary files a/blockchains/smartchain/assets/0xe1F8C6ce0D69CbEB67c6bc3685e52C96291394a8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe24F6Bc7635501d5684a963f7e75C8062b9c0eA4/info.json b/blockchains/smartchain/assets/0xe24F6Bc7635501d5684a963f7e75C8062b9c0eA4/info.json deleted file mode 100644 index 1bb29235060c0..0000000000000 --- a/blockchains/smartchain/assets/0xe24F6Bc7635501d5684a963f7e75C8062b9c0eA4/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Baby Floki Doge Token", - "website": "https://www.babyflokidoge.info", - "description": "Baby Floki Doge is a hyper-deflationary and auto-staking token on the Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xe24F6Bc7635501d5684a963f7e75C8062b9c0eA4", - "type": "BEP20", - "symbol": "BABYFD", - "decimals": 9, - "status": "active", - "id": "0xe24F6Bc7635501d5684a963f7e75C8062b9c0eA4", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BabyFlokiDoge/" - }, - { - "name": "telegram", - "url": "https://t.me/babyflokidogecoin" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe24F6Bc7635501d5684a963f7e75C8062b9c0eA4/logo.png b/blockchains/smartchain/assets/0xe24F6Bc7635501d5684a963f7e75C8062b9c0eA4/logo.png deleted file mode 100644 index fceb49b9472a5..0000000000000 Binary files a/blockchains/smartchain/assets/0xe24F6Bc7635501d5684a963f7e75C8062b9c0eA4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe2604C9561D490624AA35e156e65e590eB749519/info.json b/blockchains/smartchain/assets/0xe2604C9561D490624AA35e156e65e590eB749519/info.json deleted file mode 100644 index c9cd61b644d86..0000000000000 --- a/blockchains/smartchain/assets/0xe2604C9561D490624AA35e156e65e590eB749519/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "GoldMiner", - "type": "BEP20", - "symbol": "GM", - "decimals": 18, - "website": "https://goldminer.games/", - "description": "GoldMiner is a play-to-earn Third-person shooter gold-playing game.$GM is the world's first token that combines GameFi DeFi, and automatic BUYBACK deflation mechanism", - "explorer": "https://bscscan.com/token/0xe2604c9561d490624aa35e156e65e590eb749519", - "status": "active", - "id": "0xe2604C9561D490624AA35e156e65e590eB749519", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/DeFiGoldMiner" - }, - { - "name": "telegram", - "url": "https://t.me/GoldMiner_Game" - }, - { - "name": "medium", - "url": "https://medium.com/@DeFiGoldMiner" - }, - { - "name": "whitepaper", - "url": "https://goldminer.gitbook.io/goldminer-whitepaper/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/goldminer/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe2604C9561D490624AA35e156e65e590eB749519/logo.png b/blockchains/smartchain/assets/0xe2604C9561D490624AA35e156e65e590eB749519/logo.png deleted file mode 100644 index b927a5ab2933b..0000000000000 Binary files a/blockchains/smartchain/assets/0xe2604C9561D490624AA35e156e65e590eB749519/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe26DFa937315592011fA90baF99B164f9F61bd08/info.json b/blockchains/smartchain/assets/0xe26DFa937315592011fA90baF99B164f9F61bd08/info.json deleted file mode 100644 index c5b748bb3ccca..0000000000000 --- a/blockchains/smartchain/assets/0xe26DFa937315592011fA90baF99B164f9F61bd08/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "KAINU", - "type": "BEP20", - "symbol": "KAINU", - "decimals": 18, - "website": "https://kainutoken.com", - "description": "Stake Kainu,Give Kainu, Earn Great Reward", - "explorer": "https://bscscan.com/token/0xe26DFa937315592011fA90baF99B164f9F61bd08", - "status": "active", - "id": "0xe26DFa937315592011fA90baF99B164f9F61bd08" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe26DFa937315592011fA90baF99B164f9F61bd08/logo.png b/blockchains/smartchain/assets/0xe26DFa937315592011fA90baF99B164f9F61bd08/logo.png deleted file mode 100644 index 369518bd5cebf..0000000000000 Binary files a/blockchains/smartchain/assets/0xe26DFa937315592011fA90baF99B164f9F61bd08/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe2F4516aA9bd7b864FF0C6DD4EbB8878E1BBc97D/info.json b/blockchains/smartchain/assets/0xe2F4516aA9bd7b864FF0C6DD4EbB8878E1BBc97D/info.json deleted file mode 100644 index 7ea5f0b4706b8..0000000000000 --- a/blockchains/smartchain/assets/0xe2F4516aA9bd7b864FF0C6DD4EbB8878E1BBc97D/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafePitbull", - "type": "BEP20", - "symbol": "SAFEPIT", - "decimals": 9, - "website": "https://safepitbull.com", - "description": "SAFEPIT is an auto liquidity and reflective token on BSC. Join our telegram safepitofficial or visit website to learn more. ", - "explorer": "https://bscscan.com/token/0xe2F4516aA9bd7b864FF0C6DD4EbB8878E1BBc97D", - "status": "active", - "id": "0xe2F4516aA9bd7b864FF0C6DD4EbB8878E1BBc97D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe2F4516aA9bd7b864FF0C6DD4EbB8878E1BBc97D/logo.png b/blockchains/smartchain/assets/0xe2F4516aA9bd7b864FF0C6DD4EbB8878E1BBc97D/logo.png deleted file mode 100644 index 67da1cf014442..0000000000000 Binary files a/blockchains/smartchain/assets/0xe2F4516aA9bd7b864FF0C6DD4EbB8878E1BBc97D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe2F710fbE35D0305D8bD009Be2d473A88EF82E64/info.json b/blockchains/smartchain/assets/0xe2F710fbE35D0305D8bD009Be2d473A88EF82E64/info.json deleted file mode 100644 index 47382fdd934cd..0000000000000 --- a/blockchains/smartchain/assets/0xe2F710fbE35D0305D8bD009Be2d473A88EF82E64/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "IBEX Coin", - "website": "https://ibexcoin.net", - "description": "IBEX is a true deflationary, community driven token.", - "explorer": "https://bscscan.com/token/0xe2f710fbe35d0305d8bd009be2d473a88ef82e64", - "type": "BEP20", - "symbol": "IBEX", - "decimals": 9, - "status": "active", - "id": "0xe2F710fbE35D0305D8bD009Be2d473A88EF82E64" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe2F710fbE35D0305D8bD009Be2d473A88EF82E64/logo.png b/blockchains/smartchain/assets/0xe2F710fbE35D0305D8bD009Be2d473A88EF82E64/logo.png deleted file mode 100644 index 6110fe1bafabf..0000000000000 Binary files a/blockchains/smartchain/assets/0xe2F710fbE35D0305D8bD009Be2d473A88EF82E64/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe2cBF8572EAb769311A8c562b00A14Ca55eaa0EA/info.json b/blockchains/smartchain/assets/0xe2cBF8572EAb769311A8c562b00A14Ca55eaa0EA/info.json deleted file mode 100644 index 500edd5863e96..0000000000000 --- a/blockchains/smartchain/assets/0xe2cBF8572EAb769311A8c562b00A14Ca55eaa0EA/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "SHIBANOMICS", - "website": "https://shibanomics.co.uk/", - "description": "SHIBANOMICS is a deflationary token which means the Total Supply is always decreasing, making it more and more rare", - "explorer": "https://bscscan.com/token/0xe2cBF8572EAb769311A8c562b00A14Ca55eaa0EA", - "type": "BEP20", - "symbol": "SHIBIN", - "decimals": 9, - "status": "active", - "id": "0xe2cBF8572EAb769311A8c562b00A14Ca55eaa0EA", - "links": [ - { - "name": "telegram", - "url": "https://t.me/shibanomics" - }, - { - "name": "twitter", - "url": "https://twitter.com/shibanomicsbsc" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe2cBF8572EAb769311A8c562b00A14Ca55eaa0EA/logo.png b/blockchains/smartchain/assets/0xe2cBF8572EAb769311A8c562b00A14Ca55eaa0EA/logo.png deleted file mode 100644 index 5011cbbb5d709..0000000000000 Binary files a/blockchains/smartchain/assets/0xe2cBF8572EAb769311A8c562b00A14Ca55eaa0EA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe2e6e66551E5062Acd56925B48bBa981696CcCC2/info.json b/blockchains/smartchain/assets/0xe2e6e66551E5062Acd56925B48bBa981696CcCC2/info.json deleted file mode 100644 index 5c55710bd0a72..0000000000000 --- a/blockchains/smartchain/assets/0xe2e6e66551E5062Acd56925B48bBa981696CcCC2/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "SafeVault", - "website": "https://vaultdefi.com", - "description": "SafeVault is the first 25.65% auto-reimbursing, BUSD rewarding token. It's Hyper-Deflationary & Self-Sustaining. The Vault team is proud to bring an unprecedented vision to the DeFi space.", - "explorer": "https://bscscan.com/token/0xe2e6e66551e5062acd56925b48bba981696cccc2", - "type": "BEP20", - "symbol": "VAULT", - "decimals": 9, - "status": "active", - "id": "0xe2e6e66551E5062Acd56925B48bBa981696CcCC2", - "links": [ - { - "name": "blog", - "url": "https://vaultdefi.com" - }, - { - "name": "twitter", - "url": "https://twitter.com/vaultdefi" - }, - { - "name": "facebook", - "url": "https://facebook.com/vaultdefiofficial" - }, - { - "name": "telegram", - "url": "https://t.me/vault_defi" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe2e6e66551E5062Acd56925B48bBa981696CcCC2/logo.png b/blockchains/smartchain/assets/0xe2e6e66551E5062Acd56925B48bBa981696CcCC2/logo.png deleted file mode 100644 index b1a149b30d34f..0000000000000 Binary files a/blockchains/smartchain/assets/0xe2e6e66551E5062Acd56925B48bBa981696CcCC2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe320Df552e78D57E95cF1182B6960746d5016561/info.json b/blockchains/smartchain/assets/0xe320Df552e78D57E95cF1182B6960746d5016561/info.json deleted file mode 100644 index 7819fdb180ec7..0000000000000 --- a/blockchains/smartchain/assets/0xe320Df552e78D57E95cF1182B6960746d5016561/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "DogeCola", - "website": "https://www.dogecola.finance/", - "description": "The first reflection token and soft drink at the same time. Every buy gives members more with the auto-boost and hyper deflation system in place.", - "explorer": "https://bscscan.com/token/0xe320df552e78d57e95cf1182b6960746d5016561", - "type": "BEP20", - "symbol": "DOGECOLA", - "decimals": 9, - "status": "abandoned", - "id": "0xe320Df552e78D57E95cF1182B6960746d5016561", - "tags": [ - "deflationary" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/dogecola" - }, - { - "name": "twitter", - "url": "https://twitter.com/doge_cola" - }, - { - "name": "telegram", - "url": "https://t.me/dogecola" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe327eD2037F133cdA9F56171b68B6b7b4Dfa6175/info.json b/blockchains/smartchain/assets/0xe327eD2037F133cdA9F56171b68B6b7b4Dfa6175/info.json deleted file mode 100644 index 84e7c6cd4d064..0000000000000 --- a/blockchains/smartchain/assets/0xe327eD2037F133cdA9F56171b68B6b7b4Dfa6175/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Petoverse", - "type": "BEP20", - "symbol": "PETO", - "decimals": 5, - "website": "https://www.petoverse.io/", - "description": "Petoverse is the first METAVERSE PROJECT that provides a decentralized financial asset which rewards users with a sustainable fixed compound interest model through use of its unique PAP PROTOCOL (PETO Auto-staking protocol).", - "explorer": "https://bscscan.com/token/0xe327eD2037F133cdA9F56171b68B6b7b4Dfa6175", - "status": "active", - "id": "0xe327eD2037F133cdA9F56171b68B6b7b4Dfa6175", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/petoverse" - }, - { - "name": "telegram", - "url": "https://t.me/petoverse" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe327eD2037F133cdA9F56171b68B6b7b4Dfa6175/logo.png b/blockchains/smartchain/assets/0xe327eD2037F133cdA9F56171b68B6b7b4Dfa6175/logo.png deleted file mode 100644 index f085b9ac010cb..0000000000000 Binary files a/blockchains/smartchain/assets/0xe327eD2037F133cdA9F56171b68B6b7b4Dfa6175/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe361344013cC906c56bbA111bDE00C421852c73b/info.json b/blockchains/smartchain/assets/0xe361344013cC906c56bbA111bDE00C421852c73b/info.json deleted file mode 100644 index af0744fc8f1d7..0000000000000 --- a/blockchains/smartchain/assets/0xe361344013cC906c56bbA111bDE00C421852c73b/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MOONBOYS FINANCE", - "symbol": "MBS", - "type": "BEP20", - "decimals": 9, - "description": "MoonBoys Finance is a community-driven, fair-launched DeFi token which builds exponential value for its holders using three main principles : static rewards, liquidity pool acquisition, and burns.", - "website": "https://moonboys.finance/", - "explorer": "https://bscscan.com/token/0xe361344013cC906c56bbA111bDE00C421852c73b", - "status": "active", - "id": "0xe361344013cC906c56bbA111bDE00C421852c73b" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe361344013cC906c56bbA111bDE00C421852c73b/logo.png b/blockchains/smartchain/assets/0xe361344013cC906c56bbA111bDE00C421852c73b/logo.png deleted file mode 100644 index 543c0e9725078..0000000000000 Binary files a/blockchains/smartchain/assets/0xe361344013cC906c56bbA111bDE00C421852c73b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe365D0172A39f83660282DEbb6ab7dfaE7bEdA3E/info.json b/blockchains/smartchain/assets/0xe365D0172A39f83660282DEbb6ab7dfaE7bEdA3E/info.json deleted file mode 100644 index 025fcbb0c2ac4..0000000000000 --- a/blockchains/smartchain/assets/0xe365D0172A39f83660282DEbb6ab7dfaE7bEdA3E/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Electra", - "type": "BEP20", - "symbol": "ELECTRA", - "decimals": 8, - "website": "https://electrachain.io/", - "description": "Next Generation of Hybrid Payment Chain", - "explorer": "https://bscscan.com/token/0xe365D0172A39f83660282DEbb6ab7dfaE7bEdA3E", - "status": "active", - "id": "0xe365D0172A39f83660282DEbb6ab7dfaE7bEdA3E" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe365D0172A39f83660282DEbb6ab7dfaE7bEdA3E/logo.png b/blockchains/smartchain/assets/0xe365D0172A39f83660282DEbb6ab7dfaE7bEdA3E/logo.png deleted file mode 100644 index 7168060000cba..0000000000000 Binary files a/blockchains/smartchain/assets/0xe365D0172A39f83660282DEbb6ab7dfaE7bEdA3E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe369fec23380f9F14ffD07a1DC4b7c1a9fdD81c9/info.json b/blockchains/smartchain/assets/0xe369fec23380f9F14ffD07a1DC4b7c1a9fdD81c9/info.json deleted file mode 100644 index 7e60ec2dee6c7..0000000000000 --- a/blockchains/smartchain/assets/0xe369fec23380f9F14ffD07a1DC4b7c1a9fdD81c9/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "FROYO", - "type": "BEP20", - "symbol": "FROYO", - "decimals": 18, - "website": "https://froyo.games", - "description": "FROYO is the main currency in the Froyo metaverse.", - "explorer": "https://bscscan.com/token/0xe369fec23380f9F14ffD07a1DC4b7c1a9fdD81c9", - "status": "active", - "id": "0xe369fec23380f9F14ffD07a1DC4b7c1a9fdD81c9", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/realfroyogames" - }, - { - "name": "github", - "url": "https://github.com/froyogames" - }, - { - "name": "telegram", - "url": "https://t.me/froyogames" - }, - { - "name": "medium", - "url": "https://medium.com/@froyogames" - }, - { - "name": "discord", - "url": "https://discord.com/invite/Aja3uWSSAS" - }, - { - "name": "docs", - "url": "https://docs.froyo.games/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/froyo-games/" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe369fec23380f9F14ffD07a1DC4b7c1a9fdD81c9/logo.png b/blockchains/smartchain/assets/0xe369fec23380f9F14ffD07a1DC4b7c1a9fdD81c9/logo.png deleted file mode 100644 index bee45164928d4..0000000000000 Binary files a/blockchains/smartchain/assets/0xe369fec23380f9F14ffD07a1DC4b7c1a9fdD81c9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe3D478FE8E8f55F7e9b2b55cF25868EDc9F924d8/info.json b/blockchains/smartchain/assets/0xe3D478FE8E8f55F7e9b2b55cF25868EDc9F924d8/info.json deleted file mode 100644 index 5be6d270c2aa7..0000000000000 --- a/blockchains/smartchain/assets/0xe3D478FE8E8f55F7e9b2b55cF25868EDc9F924d8/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Gem Protocol", - "website": "https://gemprotocol.io", - "description": "GEM PROTOCOL is a dApps platform that offers free applications for the Binance Smart Chain community.", - "explorer": "https://bscscan.com/token/0xe3D478FE8E8f55F7e9b2b55cF25868EDc9F924d8", - "type": "BEP20", - "symbol": "GEM", - "decimals": 9, - "status": "active", - "id": "0xe3D478FE8E8f55F7e9b2b55cF25868EDc9F924d8" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe3D478FE8E8f55F7e9b2b55cF25868EDc9F924d8/logo.png b/blockchains/smartchain/assets/0xe3D478FE8E8f55F7e9b2b55cF25868EDc9F924d8/logo.png deleted file mode 100644 index 1382a13fe2894..0000000000000 Binary files a/blockchains/smartchain/assets/0xe3D478FE8E8f55F7e9b2b55cF25868EDc9F924d8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe472f729aC326C1B49921CFD492008c8586e50B9/info.json b/blockchains/smartchain/assets/0xe472f729aC326C1B49921CFD492008c8586e50B9/info.json deleted file mode 100644 index a97f24f53d6d8..0000000000000 --- a/blockchains/smartchain/assets/0xe472f729aC326C1B49921CFD492008c8586e50B9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PiggyBank Coins", - "website": "https://piggybankdefi.com", - "description": "Whoever said pigs can't fly? Let this pig take you to the moon.", - "explorer": "https://bscscan.com/token/0xe472f729aC326C1B49921CFD492008c8586e50B9", - "type": "BEP20", - "symbol": "PIGGYBANK", - "decimals": 9, - "status": "active", - "id": "0xe472f729aC326C1B49921CFD492008c8586e50B9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe472f729aC326C1B49921CFD492008c8586e50B9/logo.png b/blockchains/smartchain/assets/0xe472f729aC326C1B49921CFD492008c8586e50B9/logo.png deleted file mode 100644 index dbb5e30d346c7..0000000000000 Binary files a/blockchains/smartchain/assets/0xe472f729aC326C1B49921CFD492008c8586e50B9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe47D4874F671554AD6619e22FB5570C81413A14f/info.json b/blockchains/smartchain/assets/0xe47D4874F671554AD6619e22FB5570C81413A14f/info.json deleted file mode 100644 index a1e0005529381..0000000000000 --- a/blockchains/smartchain/assets/0xe47D4874F671554AD6619e22FB5570C81413A14f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ELON MARS", - "website": "https://elonmars.info", - "description": "ELON MARS is Community Meme Token", - "explorer": "https://bscscan.com/token/0xe47D4874F671554AD6619e22FB5570C81413A14f", - "symbol": "ELONMARS", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0xe47D4874F671554AD6619e22FB5570C81413A14f" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe47D4874F671554AD6619e22FB5570C81413A14f/logo.png b/blockchains/smartchain/assets/0xe47D4874F671554AD6619e22FB5570C81413A14f/logo.png deleted file mode 100644 index ecf7174cd34eb..0000000000000 Binary files a/blockchains/smartchain/assets/0xe47D4874F671554AD6619e22FB5570C81413A14f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe48A3d7d0Bc88d552f730B62c006bC925eadB9eE/info.json b/blockchains/smartchain/assets/0xe48A3d7d0Bc88d552f730B62c006bC925eadB9eE/info.json deleted file mode 100644 index 46cac4236f2bc..0000000000000 --- a/blockchains/smartchain/assets/0xe48A3d7d0Bc88d552f730B62c006bC925eadB9eE/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Frax Share", - "type": "BEP20", - "symbol": "FXS", - "decimals": 18, - "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://bscscan.com/token/0xe48A3d7d0Bc88d552f730B62c006bC925eadB9eE", - "status": "active", - "id": "0xe48A3d7d0Bc88d552f730B62c006bC925eadB9eE", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/fraxfinance" - }, - { - "name": "telegram", - "url": "https://t.me/fraxfinance" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/frax-share/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe48A3d7d0Bc88d552f730B62c006bC925eadB9eE/logo.png b/blockchains/smartchain/assets/0xe48A3d7d0Bc88d552f730B62c006bC925eadB9eE/logo.png deleted file mode 100644 index bf59041d8b182..0000000000000 Binary files a/blockchains/smartchain/assets/0xe48A3d7d0Bc88d552f730B62c006bC925eadB9eE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe49ed1B44117BB7379c1506cf5815aE33089e1A7/info.json b/blockchains/smartchain/assets/0xe49ed1B44117BB7379c1506cf5815aE33089e1A7/info.json deleted file mode 100644 index 631cdc7192cf8..0000000000000 --- a/blockchains/smartchain/assets/0xe49ed1B44117BB7379c1506cf5815aE33089e1A7/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://bscscan.com/token/0xe49ed1B44117BB7379c1506cf5815aE33089e1A7", - "research": "", - "type": "BEP20", - "symbol": "OBRb", - "decimals": 18, - "status": "active", - "id": "0xe49ed1B44117BB7379c1506cf5815aE33089e1A7" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe49ed1B44117BB7379c1506cf5815aE33089e1A7/logo.png b/blockchains/smartchain/assets/0xe49ed1B44117BB7379c1506cf5815aE33089e1A7/logo.png deleted file mode 100644 index bd44a9b6b5268..0000000000000 Binary files a/blockchains/smartchain/assets/0xe49ed1B44117BB7379c1506cf5815aE33089e1A7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe4B4d059079B5ecDa61485F37f8f39a05E13a36e/info.json b/blockchains/smartchain/assets/0xe4B4d059079B5ecDa61485F37f8f39a05E13a36e/info.json deleted file mode 100644 index 7d06545ae27ed..0000000000000 --- a/blockchains/smartchain/assets/0xe4B4d059079B5ecDa61485F37f8f39a05E13a36e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "RabbitsMoon", - "type": "BEP20", - "symbol": "Rabbits", - "decimals": 8, - "website": "https://rabbitsmoon.co.in", - "description": "Rabbits Moon is a blockchain innovation hub with a DAO-driven seed stage fund, decentralized incubator, and launchpad, for empowering next innovations of the blockchain ecosystem, through community-driven governance, feedback, involvement and funding mechanisms.", - "explorer": "https://bscscan.com/token/0xe4B4d059079B5ecDa61485F37f8f39a05E13a36e", - "status": "active", - "id": "0xe4B4d059079B5ecDa61485F37f8f39a05E13a36e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe4B4d059079B5ecDa61485F37f8f39a05E13a36e/logo.png b/blockchains/smartchain/assets/0xe4B4d059079B5ecDa61485F37f8f39a05E13a36e/logo.png deleted file mode 100644 index 7c6e54ade8951..0000000000000 Binary files a/blockchains/smartchain/assets/0xe4B4d059079B5ecDa61485F37f8f39a05E13a36e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe4CA1F75ECA6214393fCE1C1b316C237664EaA8e/info.json b/blockchains/smartchain/assets/0xe4CA1F75ECA6214393fCE1C1b316C237664EaA8e/info.json deleted file mode 100644 index 795b912be0988..0000000000000 --- a/blockchains/smartchain/assets/0xe4CA1F75ECA6214393fCE1C1b316C237664EaA8e/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://bscscan.com/token/0xe4ca1f75eca6214393fce1c1b316c237664eaa8e", - "research": "https://research.binance.com/en/projects/orion-protocol", - "type": "BEP20", - "symbol": "ORN", - "decimals": 8, - "status": "active", - "id": "0xe4CA1F75ECA6214393fCE1C1b316C237664EaA8e", - "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/smartchain/assets/0xe4CA1F75ECA6214393fCE1C1b316C237664EaA8e/logo.png b/blockchains/smartchain/assets/0xe4CA1F75ECA6214393fCE1C1b316C237664EaA8e/logo.png deleted file mode 100644 index 39e7c4b3ea4b3..0000000000000 Binary files a/blockchains/smartchain/assets/0xe4CA1F75ECA6214393fCE1C1b316C237664EaA8e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe4Cc45Bb5DBDA06dB6183E8bf016569f40497Aa5/info.json b/blockchains/smartchain/assets/0xe4Cc45Bb5DBDA06dB6183E8bf016569f40497Aa5/info.json deleted file mode 100644 index b9e5c5e2befff..0000000000000 --- a/blockchains/smartchain/assets/0xe4Cc45Bb5DBDA06dB6183E8bf016569f40497Aa5/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Galxe", - "type": "BEP20", - "symbol": "GAL", - "decimals": 18, - "website": "https://galxe.com/", - "description": "Galxe is the leading Web3 credential data network in the world.", - "explorer": "https://bscscan.com/token/0xe4Cc45Bb5DBDA06dB6183E8bf016569f40497Aa5", - "status": "active", - "id": "0xe4Cc45Bb5DBDA06dB6183E8bf016569f40497Aa5", - "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/smartchain/assets/0xe4Cc45Bb5DBDA06dB6183E8bf016569f40497Aa5/logo.png b/blockchains/smartchain/assets/0xe4Cc45Bb5DBDA06dB6183E8bf016569f40497Aa5/logo.png deleted file mode 100644 index 2c93c622e823e..0000000000000 Binary files a/blockchains/smartchain/assets/0xe4Cc45Bb5DBDA06dB6183E8bf016569f40497Aa5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe540b81133C597b31c3A33E318E5bC0f3e78DfC9/info.json b/blockchains/smartchain/assets/0xe540b81133C597b31c3A33E318E5bC0f3e78DfC9/info.json deleted file mode 100644 index 2b0586d54c71d..0000000000000 --- a/blockchains/smartchain/assets/0xe540b81133C597b31c3A33E318E5bC0f3e78DfC9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Oros", - "website": "https://oros.finance", - "description": "Earn passive income and help the world like a boss", - "explorer": "https://bscscan.com/token/0xe540b81133C597b31c3A33E318E5bC0f3e78DfC9", - "type": "BEP20", - "symbol": "OROS", - "decimals": 9, - "status": "active", - "id": "0xe540b81133C597b31c3A33E318E5bC0f3e78DfC9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe540b81133C597b31c3A33E318E5bC0f3e78DfC9/logo.png b/blockchains/smartchain/assets/0xe540b81133C597b31c3A33E318E5bC0f3e78DfC9/logo.png deleted file mode 100644 index 751d5d6c651fe..0000000000000 Binary files a/blockchains/smartchain/assets/0xe540b81133C597b31c3A33E318E5bC0f3e78DfC9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe550a593d09FBC8DCD557b5C88Cea6946A8b404A/info.json b/blockchains/smartchain/assets/0xe550a593d09FBC8DCD557b5C88Cea6946A8b404A/info.json deleted file mode 100644 index 228280a388895..0000000000000 --- a/blockchains/smartchain/assets/0xe550a593d09FBC8DCD557b5C88Cea6946A8b404A/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "τDogecoin", - "website": "https://btcst.finance/", - "description": "τDogecoin is a synthetic Dogecoin supported by some of the largest miners in the world. Implementing the τ protocol, τDogecoin shows superior capital efficiency and composability for DeFi uses.", - "explorer": "https://bscscan.com/token/0xe550a593d09FBC8DCD557b5C88Cea6946A8b404A", - "type": "BEP20", - "symbol": "τDOGE", - "decimals": 8, - "status": "active", - "id": "0xe550a593d09FBC8DCD557b5C88Cea6946A8b404A" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe550a593d09FBC8DCD557b5C88Cea6946A8b404A/logo.png b/blockchains/smartchain/assets/0xe550a593d09FBC8DCD557b5C88Cea6946A8b404A/logo.png deleted file mode 100644 index 727559b31341f..0000000000000 Binary files a/blockchains/smartchain/assets/0xe550a593d09FBC8DCD557b5C88Cea6946A8b404A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe552Fb52a4F19e44ef5A967632DBc320B0820639/info.json b/blockchains/smartchain/assets/0xe552Fb52a4F19e44ef5A967632DBc320B0820639/info.json deleted file mode 100644 index 117ef79e380da..0000000000000 --- a/blockchains/smartchain/assets/0xe552Fb52a4F19e44ef5A967632DBc320B0820639/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "id": "0xe552Fb52a4F19e44ef5A967632DBc320B0820639", - "name": "MetisDAO", - "website": "https://metis.io", - "description": "Metis Token", - "explorer": "https://bscscan.com/token/0xe552fb52a4f19e44ef5a967632dbc320b0820639", - "type": "BEP20", - "symbol": "Metis", - "decimals": 18, - "status": "active", - "tags": [ - "defi" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MetisDAO" - }, - { - "name": "github", - "url": "https://github.com/MetisProtocol/metis" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/metisdao/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe552Fb52a4F19e44ef5A967632DBc320B0820639/logo.png b/blockchains/smartchain/assets/0xe552Fb52a4F19e44ef5A967632DBc320B0820639/logo.png deleted file mode 100644 index 8f53736344256..0000000000000 Binary files a/blockchains/smartchain/assets/0xe552Fb52a4F19e44ef5A967632DBc320B0820639/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe56842Ed550Ff2794F010738554db45E60730371/info.json b/blockchains/smartchain/assets/0xe56842Ed550Ff2794F010738554db45E60730371/info.json deleted file mode 100644 index 7b67687b0e46c..0000000000000 --- a/blockchains/smartchain/assets/0xe56842Ed550Ff2794F010738554db45E60730371/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Binemon token", - "website": "https://binemon.io", - "description": "Binemon is a virtual pet NFT game combined with elements of an Idle RPG game.", - "explorer": "https://bscscan.com/token/0xe56842ed550ff2794f010738554db45e60730371", - "type": "BEP20", - "symbol": "BIN", - "decimals": 18, - "status": "active", - "id": "0xe56842Ed550Ff2794F010738554db45E60730371", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/binemonnft" - }, - { - "name": "telegram", - "url": "https://t.me/binemonchat" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/binemon/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe56842Ed550Ff2794F010738554db45E60730371/logo.png b/blockchains/smartchain/assets/0xe56842Ed550Ff2794F010738554db45E60730371/logo.png deleted file mode 100644 index 598268aaa05d1..0000000000000 Binary files a/blockchains/smartchain/assets/0xe56842Ed550Ff2794F010738554db45E60730371/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe56a473043EaAB7947c0a2408cEA623074500EE3/info.json b/blockchains/smartchain/assets/0xe56a473043EaAB7947c0a2408cEA623074500EE3/info.json deleted file mode 100644 index 331d7c54a44f4..0000000000000 --- a/blockchains/smartchain/assets/0xe56a473043EaAB7947c0a2408cEA623074500EE3/info.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "name": "Safeswap TOKEN", - "type": "BEP20", - "symbol": "SWAP", - "decimals": 18, - "website": "https://info.safeswap.online", - "description": "Safeswap.finance (SWAP) is a DeFi (DEX) based decentralized trading protocol that allows different types of cryptocurrencies to be swapped & exchanged, SWAP token issued by safeswap.online protocol.", - "explorer": "https://bscscan.com/token/0xe56a473043EaAB7947c0a2408cEA623074500EE3", - "status": "active", - "id": "0xe56a473043EaAB7947c0a2408cEA623074500EE3", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/safeswaponline" - }, - { - "name": "telegram", - "url": "https://t.me/safeswap_online" - }, - { - "name": "telegram_news", - "url": "https://t.me/SafeSwapAnnouncement" - }, - { - "name": "blog", - "url": "https://binancechain.news/%f0%9f%94%b5-safeswap-has-just-launched-2-new-meda-meda-staking-pools-%e2%9a%aa%ef%b8%8f/2021/10/09/" - }, - { - "name": "facebook", - "url": "https://facebook.com/safeswaponline" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/safeswaponline" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCm594jehnIUlIm-WUK4XoXg" - }, - { - "name": "forum", - "url": "https://bitcointalk.org/index.php?topic=5348899" - }, - { - "name": "docs", - "url": "https://docs.google.com/document/d/19nWQlfyRzg1f8lUc5wKmaMpp_UeNQxdlXpIo3gSpk28/edit?usp=drivesdk" - }, - { - "name": "whitepaper", - "url": "https://docs.google.com/document/d/1E0oPPNHg5zmZL5gsL4fWkKVxaMBZ0dnE/edit?usp=drivesdk&ouid=114521995883501580344&rtpof=true&sd=true" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/safeswaponline/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/safeswap-online" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe56a473043EaAB7947c0a2408cEA623074500EE3/logo.png b/blockchains/smartchain/assets/0xe56a473043EaAB7947c0a2408cEA623074500EE3/logo.png deleted file mode 100644 index 6ebe42ea675e5..0000000000000 Binary files a/blockchains/smartchain/assets/0xe56a473043EaAB7947c0a2408cEA623074500EE3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe57F73EB27Da9D17f90C994744D842e95700C100/info.json b/blockchains/smartchain/assets/0xe57F73EB27Da9D17f90C994744D842e95700C100/info.json deleted file mode 100644 index d2481f898f75f..0000000000000 --- a/blockchains/smartchain/assets/0xe57F73EB27Da9D17f90C994744D842e95700C100/info.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "Pepe AI", - "type": "BEP20", - "symbol": "PepeAI", - "decimals": 9, - "website": "https://pepe.style", - "description": "The most memeable memecoin in existence. The dogs have had their day, it’s time for Pepe AI to take reign.", - "explorer": "https://bscscan.com/token/0xe57F73EB27Da9D17f90C994744D842e95700C100", - "status": "active", - "id": "0xe57F73EB27Da9D17f90C994744D842e95700C100", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/pepe_ai_bsc" - }, - { - "name": "github", - "url": "https://github.com/pepestyle" - }, - { - "name": "telegram", - "url": "https://t.me/pepe_ai_bsc" - }, - { - "name": "source_code", - "url": "https://github.com/pepestyle/contract/blob/main/pepe_ai.sol" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pepe-ai-bsc/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/pepe-ai/" - }, - { - "name": "whitepaper", - "url": "https://docs.pepe.style/" - }, - { - "name": "docs", - "url": "https://docs.pepe.style/" - }, - { - "name": "medium", - "url": "https://medium.com/@pepe_ai" - } - ], - "tags": [ - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe57F73EB27Da9D17f90C994744D842e95700C100/logo.png b/blockchains/smartchain/assets/0xe57F73EB27Da9D17f90C994744D842e95700C100/logo.png deleted file mode 100644 index 83136391b1e94..0000000000000 Binary files a/blockchains/smartchain/assets/0xe57F73EB27Da9D17f90C994744D842e95700C100/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe580074A10360404AF3ABfe2d524D5806D993ea3/info.json b/blockchains/smartchain/assets/0xe580074A10360404AF3ABfe2d524D5806D993ea3/info.json deleted file mode 100644 index 546db7a21c800..0000000000000 --- a/blockchains/smartchain/assets/0xe580074A10360404AF3ABfe2d524D5806D993ea3/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "PayBolt", - "type": "BEP20", - "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://bscscan.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/smartchain/assets/0xe580074A10360404AF3ABfe2d524D5806D993ea3/logo.png b/blockchains/smartchain/assets/0xe580074A10360404AF3ABfe2d524D5806D993ea3/logo.png deleted file mode 100644 index 83f7a4797d18d..0000000000000 Binary files a/blockchains/smartchain/assets/0xe580074A10360404AF3ABfe2d524D5806D993ea3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe5D46cC0Fd592804B36F9dc6D2ed7D4D149EBd6F/info.json b/blockchains/smartchain/assets/0xe5D46cC0Fd592804B36F9dc6D2ed7D4D149EBd6F/info.json deleted file mode 100644 index 7d2aa2bc4dd5e..0000000000000 --- a/blockchains/smartchain/assets/0xe5D46cC0Fd592804B36F9dc6D2ed7D4D149EBd6F/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Sportemon-Go", - "website": "https://sportemongo.com", - "description": "Sportemon-Go the NFT Gaming Revolution.", - "explorer": "https://bscscan.com/token/0xe5D46cC0Fd592804B36F9dc6D2ed7D4D149EBd6F", - "type": "BEP20", - "symbol": "SGO", - "decimals": 9, - "status": "active", - "id": "0xe5D46cC0Fd592804B36F9dc6D2ed7D4D149EBd6F" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe5D46cC0Fd592804B36F9dc6D2ed7D4D149EBd6F/logo.png b/blockchains/smartchain/assets/0xe5D46cC0Fd592804B36F9dc6D2ed7D4D149EBd6F/logo.png deleted file mode 100644 index 92daf7e90531c..0000000000000 Binary files a/blockchains/smartchain/assets/0xe5D46cC0Fd592804B36F9dc6D2ed7D4D149EBd6F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe5a09784b16E1065C37dF14c6e2f06fDcE317a1b/info.json b/blockchains/smartchain/assets/0xe5a09784b16E1065C37dF14c6e2f06fDcE317a1b/info.json deleted file mode 100644 index eaaaf7d0c7151..0000000000000 --- a/blockchains/smartchain/assets/0xe5a09784b16E1065C37dF14c6e2f06fDcE317a1b/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Kai Inu", - "website": "https://kaiinu.io/", - "description": "Kai Inu is a deflationary token running on the BSC network joining the ranks of the master pups.", - "explorer": "https://bscscan.com/token/0xe5a09784b16e1065c37df14c6e2f06fdce317a1b", - "type": "BEP20", - "symbol": "KaiInu", - "decimals": 9, - "status": "active", - "id": "0xe5a09784b16E1065C37dF14c6e2f06fDcE317a1b" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe5a09784b16E1065C37dF14c6e2f06fDcE317a1b/logo.png b/blockchains/smartchain/assets/0xe5a09784b16E1065C37dF14c6e2f06fDcE317a1b/logo.png deleted file mode 100644 index 51a22f3e197ef..0000000000000 Binary files a/blockchains/smartchain/assets/0xe5a09784b16E1065C37dF14c6e2f06fDcE317a1b/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe5a46Bf898ce7583B612E5D168073ff773D7857e/info.json b/blockchains/smartchain/assets/0xe5a46Bf898ce7583B612E5D168073ff773D7857e/info.json deleted file mode 100644 index 3921b8e122e39..0000000000000 --- a/blockchains/smartchain/assets/0xe5a46Bf898ce7583B612E5D168073ff773D7857e/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "CVIP", - "type": "BEP20", - "symbol": "CVIP", - "decimals": 18, - "website": "https://www.cvip.io/", - "description": "CVIP is a decentralized protocol on binance smart chain where users can farm ,stake participate in IDOs. Users and Partners can perform farm optimisers and earn crypto by participating in various options.", - "explorer": "https://bscscan.com/token/0xe5a46Bf898ce7583B612E5D168073ff773D7857e", - "status": "active", - "id": "0xe5a46Bf898ce7583B612E5D168073ff773D7857e", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/CVIP_IO?t=fWZ9WdMsFI8rPQqvcp4Dzw&s=09" - }, - { - "name": "telegram", - "url": "https://t.me/cvipdotio" - }, - { - "name": "whitepaper", - "url": "https://www.cvip.io/static/file/CVIP-WHITEPAPER1.0.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/cvip/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/cvip" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0xe5a46Bf898ce7583B612E5D168073ff773D7857e/logo.png b/blockchains/smartchain/assets/0xe5a46Bf898ce7583B612E5D168073ff773D7857e/logo.png deleted file mode 100644 index 7f85381db3cb5..0000000000000 Binary files a/blockchains/smartchain/assets/0xe5a46Bf898ce7583B612E5D168073ff773D7857e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe64972C311840cFaf2267DCfD365571F9D9544d9/info.json b/blockchains/smartchain/assets/0xe64972C311840cFaf2267DCfD365571F9D9544d9/info.json deleted file mode 100644 index fa9d5045049e8..0000000000000 --- a/blockchains/smartchain/assets/0xe64972C311840cFaf2267DCfD365571F9D9544d9/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Sphynx BSC", - "type": "BEP20", - "symbol": "SPHYNX", - "decimals": 18, - "website": "https://sphynxtoken.co", - "description": "SphynxSwap aims to provide an AIO solution for trading, farming, staking and holding in a cross chain environment. The amount of platforms out there can be overwhelming and difficult for an individual to navigate. The idea is to break that massive barrier for those new to the world of crypto.", - "explorer": "https://bscscan.com/token/0xe64972C311840cFaf2267DCfD365571F9D9544d9", - "status": "active", - "id": "0xe64972C311840cFaf2267DCfD365571F9D9544d9", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/sphynxswap?s=21" - }, - { - "name": "telegram", - "url": "https://t.me/sphynxswap" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/sphynx-bsc/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/sphynx" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe64972C311840cFaf2267DCfD365571F9D9544d9/logo.png b/blockchains/smartchain/assets/0xe64972C311840cFaf2267DCfD365571F9D9544d9/logo.png deleted file mode 100644 index 92d7556e8b858..0000000000000 Binary files a/blockchains/smartchain/assets/0xe64972C311840cFaf2267DCfD365571F9D9544d9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe65313B085258a671d044F7Ad9D9fcd514c5d9e9/info.json b/blockchains/smartchain/assets/0xe65313B085258a671d044F7Ad9D9fcd514c5d9e9/info.json deleted file mode 100644 index d2a17188fbfe6..0000000000000 --- a/blockchains/smartchain/assets/0xe65313B085258a671d044F7Ad9D9fcd514c5d9e9/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Fairface Token", - "type": "BEP20", - "symbol": "FAF", - "decimals": 18, - "website": "https://www.fairface.io/", - "description": "FAF token will be the first one to be implemented as a reward token on B2C platforms.", - "explorer": "https://bscscan.com/token/0xe65313b085258a671d044f7ad9d9fcd514c5d9e9", - "status": "active", - "id": "0xe65313B085258a671d044F7Ad9D9fcd514c5d9e9", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Faftoken" - }, - { - "name": "telegram", - "url": "https://t.me/fairfacereview" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0xe65313B085258a671d044F7Ad9D9fcd514c5d9e9/logo.png b/blockchains/smartchain/assets/0xe65313B085258a671d044F7Ad9D9fcd514c5d9e9/logo.png deleted file mode 100644 index 1b0e1d288f504..0000000000000 Binary files a/blockchains/smartchain/assets/0xe65313B085258a671d044F7Ad9D9fcd514c5d9e9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe6E6A022b4d4e538Ca0a1f47941CbBF3F9cc1467/info.json b/blockchains/smartchain/assets/0xe6E6A022b4d4e538Ca0a1f47941CbBF3F9cc1467/info.json deleted file mode 100644 index e00ba4b2b7dcf..0000000000000 --- a/blockchains/smartchain/assets/0xe6E6A022b4d4e538Ca0a1f47941CbBF3F9cc1467/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "NUTS Gaming", - "type": "BEP20", - "symbol": "NUTSG", - "decimals": 9, - "website": "https://nutsgaming.net", - "description": "NUTS Gaming is a token developed through the Binance Smart Chain. It aims to apply crypto technology to optimize the economy of the poker & gaming industry.", - "explorer": "https://bscscan.com/token/0xe6E6A022b4d4e538Ca0a1f47941CbBF3F9cc1467", - "status": "active", - "id": "0xe6E6A022b4d4e538Ca0a1f47941CbBF3F9cc1467", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/NUTSGamingBSC" - }, - { - "name": "github", - "url": "https://github.com/JeroNUTSG/NUTSgaming" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UClI7J9QNMUdk8Wua3yUj9HA" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/NUTSGamingBSC/" - }, - { - "name": "discord", - "url": "https://discord.com/channels/857269136328622081/857276302489681980" - }, - { - "name": "medium", - "url": "https://medium.com/@NUTSGamingBSC" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe6E6A022b4d4e538Ca0a1f47941CbBF3F9cc1467/logo.png b/blockchains/smartchain/assets/0xe6E6A022b4d4e538Ca0a1f47941CbBF3F9cc1467/logo.png deleted file mode 100644 index 40535b4c6c7c2..0000000000000 Binary files a/blockchains/smartchain/assets/0xe6E6A022b4d4e538Ca0a1f47941CbBF3F9cc1467/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe702c303173f90094ce8c9c6CA3f198eCA0E027C/info.json b/blockchains/smartchain/assets/0xe702c303173f90094ce8c9c6CA3f198eCA0E027C/info.json deleted file mode 100644 index 00fa38572c7c7..0000000000000 --- a/blockchains/smartchain/assets/0xe702c303173f90094ce8c9c6CA3f198eCA0E027C/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "LOFcrypto", - "website": "https://lofcrypto.com/", - "description": "$LOF is a High-Yield, Deflationary, and Frictionless Farming Token on the Binance Smart Chain. We support content creators & always reward our holders. At $LOF, we care and have made it one of our top goals to donate to charities preventing human trafficking. We’re proud to say that within 24 hours of launch $LOF reached a historical figure $29 million market cap with a record amount of holders. We are humbled & grateful for those who believed in our project from day one.", - "explorer": "https://bscscan.com/token/0xe702c303173f90094ce8c9c6ca3f198eca0e027c", - "type": "BEP20", - "symbol": "LOF", - "decimals": 9, - "status": "active", - "id": "0xe702c303173f90094ce8c9c6CA3f198eCA0E027C", - "links": [ - { - "name": "github", - "url": "https://github.com/LonelyFans/LonelyFans/" - }, - { - "name": "twitter", - "url": "https://twitter.com/LOFcrypto" - }, - { - "name": "telegram", - "url": "https://t.me/LOFcrypto" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/LOFcrypto/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe702c303173f90094ce8c9c6CA3f198eCA0E027C/logo.png b/blockchains/smartchain/assets/0xe702c303173f90094ce8c9c6CA3f198eCA0E027C/logo.png deleted file mode 100644 index 0bc18a175b274..0000000000000 Binary files a/blockchains/smartchain/assets/0xe702c303173f90094ce8c9c6CA3f198eCA0E027C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe714A9C04f5925a3fe89E4F6e21437BF0E0c774d/info.json b/blockchains/smartchain/assets/0xe714A9C04f5925a3fe89E4F6e21437BF0E0c774d/info.json deleted file mode 100644 index 4c4ee2784ee31..0000000000000 --- a/blockchains/smartchain/assets/0xe714A9C04f5925a3fe89E4F6e21437BF0E0c774d/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "GOLD FINCH CRYPTO CURRENCY", - "type": "BEP20", - "symbol": "GFCC", - "decimals": 18, - "website": "https://goldfinch.global", - "description": "GOLD FINCH CRYPTO CURRENCY (GFCC) is a cutting edge block chain Project, with the aim to develop a revolutionary decentralized platform for trading gold and other precious metals and for receiving gold and precious metals markets information.", - "explorer": "https://bscscan.com/token/0xe714A9C04f5925a3fe89E4F6e21437BF0E0c774d", - "status": "active", - "id": "0xe714A9C04f5925a3fe89E4F6e21437BF0E0c774d" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe714A9C04f5925a3fe89E4F6e21437BF0E0c774d/logo.png b/blockchains/smartchain/assets/0xe714A9C04f5925a3fe89E4F6e21437BF0E0c774d/logo.png deleted file mode 100644 index 3f6ddcc88d5d5..0000000000000 Binary files a/blockchains/smartchain/assets/0xe714A9C04f5925a3fe89E4F6e21437BF0E0c774d/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe73c081cB82f1e8486f18a833D547a33F28B1A45/info.json b/blockchains/smartchain/assets/0xe73c081cB82f1e8486f18a833D547a33F28B1A45/info.json deleted file mode 100644 index 93b8304bb01f7..0000000000000 --- a/blockchains/smartchain/assets/0xe73c081cB82f1e8486f18a833D547a33F28B1A45/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "JGB Token", - "type": "BEP20", - "symbol": "JGB", - "decimals": 18, - "website": "https://happytreasure.io", - "description": "JGB is the currency in circulation in the game. Although the quantity of JGB issues is unlimited, the quantity of NFT in the whole game is limited, which also reflects the value of JGB. The balance between its produce and destruction mechanism is the premise of all game design on the platform, because its stability is the cornerstone of the whole platform.", - "explorer": "https://bscscan.com/token/0xe73c081cB82f1e8486f18a833D547a33F28B1A45", - "status": "active", - "id": "0xe73c081cB82f1e8486f18a833D547a33F28B1A45", - "links": [ - { - "name": "telegram", - "url": "https://t.me/Jump_CN" - }, - { - "name": "twitter", - "url": "https://twitter.com/HappyTreasure__" - } - ], - "tags": [ - "defi", - "nft", - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0xe73c081cB82f1e8486f18a833D547a33F28B1A45/logo.png b/blockchains/smartchain/assets/0xe73c081cB82f1e8486f18a833D547a33F28B1A45/logo.png deleted file mode 100644 index fdafef373680b..0000000000000 Binary files a/blockchains/smartchain/assets/0xe73c081cB82f1e8486f18a833D547a33F28B1A45/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe75BF67Df2388183d9b7714231996C937d4a855A/info.json b/blockchains/smartchain/assets/0xe75BF67Df2388183d9b7714231996C937d4a855A/info.json deleted file mode 100644 index 16cac3c2af49c..0000000000000 --- a/blockchains/smartchain/assets/0xe75BF67Df2388183d9b7714231996C937d4a855A/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Aeterna", - "type": "BEP20", - "symbol": "$Aeterna", - "decimals": 5, - "website": "https://www.aeterna.eco/", - "description": "Aeterna is a unique de-fi eco-system that offers a variety of ways to generate wealth and navigate your way through a confusing decentralized world.", - "explorer": "https://bscscan.com/token/0xe75BF67Df2388183d9b7714231996C937d4a855A", - "status": "active", - "id": "0xe75BF67Df2388183d9b7714231996C937d4a855A", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/project_aeterna" - }, - { - "name": "telegram", - "url": "https://t.me/aeternamain" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/aeterna/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/snV7qnVWj8" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe75BF67Df2388183d9b7714231996C937d4a855A/logo.png b/blockchains/smartchain/assets/0xe75BF67Df2388183d9b7714231996C937d4a855A/logo.png deleted file mode 100644 index b9a3ff852a95c..0000000000000 Binary files a/blockchains/smartchain/assets/0xe75BF67Df2388183d9b7714231996C937d4a855A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe76804b43F17FC41F226d63Fd2A676DF409D4678/info.json b/blockchains/smartchain/assets/0xe76804b43F17FC41F226d63Fd2A676DF409D4678/info.json deleted file mode 100644 index 1073316c3647c..0000000000000 --- a/blockchains/smartchain/assets/0xe76804b43F17FC41F226d63Fd2A676DF409D4678/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bat Finance", - "website": "https://app.batex.io", - "description": "BAT is a decentralized, community driven, fair launched Meme Token in BSC", - "explorer": "https://bscscan.com/token/0xe76804b43f17fc41f226d63fd2a676df409d4678", - "type": "BEP20", - "symbol": "BAT", - "decimals": 9, - "status": "active", - "id": "0xe76804b43F17FC41F226d63Fd2A676DF409D4678" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe76804b43F17FC41F226d63Fd2A676DF409D4678/logo.png b/blockchains/smartchain/assets/0xe76804b43F17FC41F226d63Fd2A676DF409D4678/logo.png deleted file mode 100644 index 6a51c3bfab705..0000000000000 Binary files a/blockchains/smartchain/assets/0xe76804b43F17FC41F226d63Fd2A676DF409D4678/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe77011ed703ed06927dBd78e60c549baBAbF913e/info.json b/blockchains/smartchain/assets/0xe77011ed703ed06927dBd78e60c549baBAbF913e/info.json deleted file mode 100644 index 539bc9c4d424d..0000000000000 --- a/blockchains/smartchain/assets/0xe77011ed703ed06927dBd78e60c549baBAbF913e/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Micro Bitcoin", - "website": "https://mbitcoin.finance/", - "description": "The Micro Bitcoin mBTC is frictionless mining generation mBTC hard-coded on its smart contract to use as future store of value currency.", - "explorer": "https://bscscan.com/token/0xe77011ed703ed06927dBd78e60c549baBAbF913e", - "type": "BEP20", - "symbol": "mBTC", - "decimals": 18, - "status": "active", - "id": "0xe77011ed703ed06927dBd78e60c549baBAbF913e" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe77011ed703ed06927dBd78e60c549baBAbF913e/logo.png b/blockchains/smartchain/assets/0xe77011ed703ed06927dBd78e60c549baBAbF913e/logo.png deleted file mode 100644 index 1328cb1c7893f..0000000000000 Binary files a/blockchains/smartchain/assets/0xe77011ed703ed06927dBd78e60c549baBAbF913e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe7Cbd29769F33e371DDbF040F2aC23Af0923C3f7/info.json b/blockchains/smartchain/assets/0xe7Cbd29769F33e371DDbF040F2aC23Af0923C3f7/info.json deleted file mode 100644 index 3f891f8f1a684..0000000000000 --- a/blockchains/smartchain/assets/0xe7Cbd29769F33e371DDbF040F2aC23Af0923C3f7/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Project Joule", - "type": "BEP20", - "symbol": "JOL", - "decimals": 0, - "website": "http://projectjoule.finance/", - "description": "Project Joule is decenteralized way of Energy sharing.", - "explorer": "https://bscscan.com/token/0xe7Cbd29769F33e371DDbF040F2aC23Af0923C3f7", - "status": "active", - "id": "0xe7Cbd29769F33e371DDbF040F2aC23Af0923C3f7" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe7Cbd29769F33e371DDbF040F2aC23Af0923C3f7/logo.png b/blockchains/smartchain/assets/0xe7Cbd29769F33e371DDbF040F2aC23Af0923C3f7/logo.png deleted file mode 100644 index 1273262d8f67b..0000000000000 Binary files a/blockchains/smartchain/assets/0xe7Cbd29769F33e371DDbF040F2aC23Af0923C3f7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe7F72Bc0252cA7B16dBb72eEee1AfcDb2429F2DD/info.json b/blockchains/smartchain/assets/0xe7F72Bc0252cA7B16dBb72eEee1AfcDb2429F2DD/info.json deleted file mode 100644 index 19ea1803c39c9..0000000000000 --- a/blockchains/smartchain/assets/0xe7F72Bc0252cA7B16dBb72eEee1AfcDb2429F2DD/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "NFTLaunch.network", - "type": "BEP20", - "symbol": "NFTL", - "decimals": 18, - "website": "https://nftlaunch.network/", - "description": "NFTLaunch is a launchpad for NFT projects", - "explorer": "https://bscscan.com/token/0xe7F72Bc0252cA7B16dBb72eEee1AfcDb2429F2DD", - "status": "active", - "id": "0xe7F72Bc0252cA7B16dBb72eEee1AfcDb2429F2DD", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/NFT_LAUNCH" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/nftlaunch/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/nftlaunch" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe7F72Bc0252cA7B16dBb72eEee1AfcDb2429F2DD/logo.png b/blockchains/smartchain/assets/0xe7F72Bc0252cA7B16dBb72eEee1AfcDb2429F2DD/logo.png deleted file mode 100644 index b5163226f240d..0000000000000 Binary files a/blockchains/smartchain/assets/0xe7F72Bc0252cA7B16dBb72eEee1AfcDb2429F2DD/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe90d1567ecEF9282CC1AB348D9e9E2ac95659B99/info.json b/blockchains/smartchain/assets/0xe90d1567ecEF9282CC1AB348D9e9E2ac95659B99/info.json deleted file mode 100644 index 04f49a6598e29..0000000000000 --- a/blockchains/smartchain/assets/0xe90d1567ecEF9282CC1AB348D9e9E2ac95659B99/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "CXPAD Token", - "website": "https://coinxpad.io/", - "description": "Cex / Dex Multi-Chain IDO Launchpad. CoinxPad is where you get access to the best new tokens before they list on other centralized or decentralized exchanges.", - "explorer": "https://bscscan.com/token/0xe90d1567ecEF9282CC1AB348D9e9E2ac95659B99", - "type": "BEP20", - "symbol": "CXPAD", - "decimals": 18, - "status": "active", - "id": "0xe90d1567ecEF9282CC1AB348D9e9E2ac95659B99", - "links": [ - { - "name": "whitepaper", - "url": "https://coinxpad.io/whitepaper" - }, - { - "name": "twitter", - "url": "https://twitter.com/coinxpad" - }, - { - "name": "telegram", - "url": "https://t.me/Coinxpad" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe90d1567ecEF9282CC1AB348D9e9E2ac95659B99/logo.png b/blockchains/smartchain/assets/0xe90d1567ecEF9282CC1AB348D9e9E2ac95659B99/logo.png deleted file mode 100644 index 3ba9f9c06acaa..0000000000000 Binary files a/blockchains/smartchain/assets/0xe90d1567ecEF9282CC1AB348D9e9E2ac95659B99/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe9c64384dEb0C2bF06D991A8D708c77eb545E3d5/info.json b/blockchains/smartchain/assets/0xe9c64384dEb0C2bF06D991A8D708c77eb545E3d5/info.json deleted file mode 100644 index 571a46413c819..0000000000000 --- a/blockchains/smartchain/assets/0xe9c64384dEb0C2bF06D991A8D708c77eb545E3d5/info.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "Ridotto Token", - "symbol": "RDT", - "type": "BEP20", - "decimals": 18, - "description": "RDT is the native token for the Ridotto cross-chain gambling & lottery protocol.", - "website": "https://ridotto.io", - "explorer": "https://bscscan.com/token/0xe9c64384dEb0C2bF06D991A8D708c77eb545E3d5", - "status": "active", - "id": "0xe9c64384dEb0C2bF06D991A8D708c77eb545E3d5", - "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/smartchain/assets/0xe9c64384dEb0C2bF06D991A8D708c77eb545E3d5/logo.png b/blockchains/smartchain/assets/0xe9c64384dEb0C2bF06D991A8D708c77eb545E3d5/logo.png deleted file mode 100644 index 77a0d0ea3438d..0000000000000 Binary files a/blockchains/smartchain/assets/0xe9c64384dEb0C2bF06D991A8D708c77eb545E3d5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/info.json b/blockchains/smartchain/assets/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/info.json deleted file mode 100644 index f6251dc232bf4..0000000000000 --- a/blockchains/smartchain/assets/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "BNB pegged BUSD", - "website": "https://paxos.com/busd", - "description": "BNB pegged BUSD (BUSD BEP20) is a token issued by Binance on Smart Chain; its price is pegged to BUSD (BUSD ERC20) at a ratio of 1:1.", - "explorer": "https://bscscan.com/token/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56", - "research": "https://research.binance.com/en/projects/binance-usd", - "type": "BEP20", - "symbol": "BUSD", - "decimals": 18, - "status": "active", - "id": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56", - "tags": [ - "binance-peg" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/binance-chain/" - }, - { - "name": "twitter", - "url": "https://twitter.com/binance_dex" - }, - { - "name": "blog", - "url": "https://binance.org/en/blog/" - }, - { - "name": "telegram", - "url": "https://t.me/BinanceDEXchange" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/binance-usd/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/binance-usd/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/logo.png b/blockchains/smartchain/assets/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/logo.png deleted file mode 100644 index 76d02e370b6d6..0000000000000 Binary files a/blockchains/smartchain/assets/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xeAF7D8395CCE52DAef138d39a1CEfA51b97C15aE/info.json b/blockchains/smartchain/assets/0xeAF7D8395CCE52DAef138d39a1CEfA51b97C15aE/info.json deleted file mode 100644 index 084fbfb72fe13..0000000000000 --- a/blockchains/smartchain/assets/0xeAF7D8395CCE52DAef138d39a1CEfA51b97C15aE/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://bscscan.com/token/0xeAF7D8395CCE52DAef138d39a1CEfA51b97C15aE", - "symbol": "TBC", - "type": "BEP20", - "decimals": 18, - "status": "abandoned", - "id": "0xeAF7D8395CCE52DAef138d39a1CEfA51b97C15aE", - "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/smartchain/assets/0xeB22C12429ff03688dD15a34824d736741605ca0/info.json b/blockchains/smartchain/assets/0xeB22C12429ff03688dD15a34824d736741605ca0/info.json deleted file mode 100644 index 6dbb9b0a68a8b..0000000000000 --- a/blockchains/smartchain/assets/0xeB22C12429ff03688dD15a34824d736741605ca0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PocMon", - "website": "https://pocmon.org", - "description": "PocMon ($PMON) is a decentralized community experiment in Binance Smart Chain, with prospects of becoming the #1 Gaming NFT Ecosystem. All that honouring the Pocket Monsters we all know and love.", - "explorer": "https://bscscan.com/token/0xeB22C12429ff03688dD15a34824d736741605ca0", - "type": "BEP20", - "symbol": "PMON", - "decimals": 9, - "status": "active", - "id": "0xeB22C12429ff03688dD15a34824d736741605ca0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xeB22C12429ff03688dD15a34824d736741605ca0/logo.png b/blockchains/smartchain/assets/0xeB22C12429ff03688dD15a34824d736741605ca0/logo.png deleted file mode 100644 index 84264e27edf8b..0000000000000 Binary files a/blockchains/smartchain/assets/0xeB22C12429ff03688dD15a34824d736741605ca0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xeB2d878Dcc05c8f39411dF483574907b4fb11990/info.json b/blockchains/smartchain/assets/0xeB2d878Dcc05c8f39411dF483574907b4fb11990/info.json deleted file mode 100644 index 46f6c5a41e511..0000000000000 --- a/blockchains/smartchain/assets/0xeB2d878Dcc05c8f39411dF483574907b4fb11990/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Brastoken", - "website": "https://brastoken.com/lp-en", - "description": "Brastoken’s main objective is to revolutionize the cryptocurrency market in Brazil by offering multiple banking services in one place.", - "explorer": "https://bscscan.com/token/0xeB2d878Dcc05c8f39411dF483574907b4fb11990", - "type": "BEP20", - "symbol": "BRT", - "decimals": 9, - "status": "active", - "id": "0xeB2d878Dcc05c8f39411dF483574907b4fb11990" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xeB2d878Dcc05c8f39411dF483574907b4fb11990/logo.png b/blockchains/smartchain/assets/0xeB2d878Dcc05c8f39411dF483574907b4fb11990/logo.png deleted file mode 100644 index bf31eb672bd38..0000000000000 Binary files a/blockchains/smartchain/assets/0xeB2d878Dcc05c8f39411dF483574907b4fb11990/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xeB84be66c8E71f07eA57Cf3b21626d7784F32A7F/info.json b/blockchains/smartchain/assets/0xeB84be66c8E71f07eA57Cf3b21626d7784F32A7F/info.json deleted file mode 100644 index 7e49e7e691cdd..0000000000000 --- a/blockchains/smartchain/assets/0xeB84be66c8E71f07eA57Cf3b21626d7784F32A7F/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "OMAX Token", - "website": "https://www.omaxtoken.com/", - "description": "Omax Token is a community driven, Defi Token. Three simple functions occur during each trade: Reflection, Liquidity Acquisition, and Supply Burn.", - "explorer": "https://bscscan.com/token/0xeB84be66c8E71f07eA57Cf3b21626d7784F32A7F", - "type": "BEP20", - "symbol": "OMAX", - "decimals": 18, - "status": "active", - "id": "0xeB84be66c8E71f07eA57Cf3b21626d7784F32A7F", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/omaxtoken" - }, - { - "name": "telegram", - "url": "https://t.me/OmaxToken" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/omax-token/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xeB84be66c8E71f07eA57Cf3b21626d7784F32A7F/logo.png b/blockchains/smartchain/assets/0xeB84be66c8E71f07eA57Cf3b21626d7784F32A7F/logo.png deleted file mode 100644 index 05fc1dbf713dd..0000000000000 Binary files a/blockchains/smartchain/assets/0xeB84be66c8E71f07eA57Cf3b21626d7784F32A7F/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xeBB59CeBFb63f218db6B5094DC14AbF34d56D35D/info.json b/blockchains/smartchain/assets/0xeBB59CeBFb63f218db6B5094DC14AbF34d56D35D/info.json deleted file mode 100644 index f2defdd2c0347..0000000000000 --- a/blockchains/smartchain/assets/0xeBB59CeBFb63f218db6B5094DC14AbF34d56D35D/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "XPOOL", - "website": "https://xpool.app/ ", - "description": "X-pool is an open-source Decentralized protocol - built on Binance Smart Chain that enables users to borrow assets from the platform, deploy your assets and earn yield with ease", - "research": "https://docs.xpool.app/xpool/", - "explorer": "https://bscscan.com/token/0xeBB59CeBFb63f218db6B5094DC14AbF34d56D35D", - "type": "BEP20", - "symbol": "XPO", - "decimals": 18, - "status": "active", - "id": "0xeBB59CeBFb63f218db6B5094DC14AbF34d56D35D", - "links": [ - { - "name": "github", - "url": "https://github.com/Xpool-lab/xpo-token-v1" - }, - { - "name": "twitter", - "url": "https://twitter.com/Xpoolofficial" - }, - { - "name": "telegram", - "url": "https://t.me/xpoolofficial" - }, - { - "name": "discord", - "url": "https://discord.com/invite/5UYf5FmpUV" - }, - { - "name": "medium", - "url": "https://medium.com/@Xpool" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xeBB59CeBFb63f218db6B5094DC14AbF34d56D35D/logo.png b/blockchains/smartchain/assets/0xeBB59CeBFb63f218db6B5094DC14AbF34d56D35D/logo.png deleted file mode 100644 index 9458727f0a4eb..0000000000000 Binary files a/blockchains/smartchain/assets/0xeBB59CeBFb63f218db6B5094DC14AbF34d56D35D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xeBBAefF6217d22E7744394061D874015709b8141/info.json b/blockchains/smartchain/assets/0xeBBAefF6217d22E7744394061D874015709b8141/info.json deleted file mode 100644 index 0d160ede06930..0000000000000 --- a/blockchains/smartchain/assets/0xeBBAefF6217d22E7744394061D874015709b8141/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "WAM", - "type": "BEP20", - "symbol": "WAM", - "decimals": 18, - "website": "https://wam.app", - "description": "WAM is a play & earn crypto-gaming platform where everybody can play & compete with friends in simple hyper-casual tournaments to earn crypto rewards.", - "explorer": "https://bscscan.com/token/0xeBBAefF6217d22E7744394061D874015709b8141", - "status": "active", - "id": "0xeBBAefF6217d22E7744394061D874015709b8141", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/playWAM" - }, - { - "name": "telegram", - "url": "https://t.me/wamapp" - }, - { - "name": "github", - "url": "https://github.com/Digitapeu/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/wam" - }, - { - "name": "blog", - "url": "https://blog.wam.app" - }, - { - "name": "whitepaper", - "url": "https://whitepaper.wam.app" - } - ], - "tags": [ - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0xeBBAefF6217d22E7744394061D874015709b8141/logo.png b/blockchains/smartchain/assets/0xeBBAefF6217d22E7744394061D874015709b8141/logo.png deleted file mode 100644 index c6de8862832c9..0000000000000 Binary files a/blockchains/smartchain/assets/0xeBBAefF6217d22E7744394061D874015709b8141/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xeBC76079Da0c245faE7225b58a57A54809b40618/info.json b/blockchains/smartchain/assets/0xeBC76079Da0c245faE7225b58a57A54809b40618/info.json deleted file mode 100644 index b42e86ef52d51..0000000000000 --- a/blockchains/smartchain/assets/0xeBC76079Da0c245faE7225b58a57A54809b40618/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "BNBPay", - "type": "BEP20", - "symbol": "BPAY", - "decimals": 9, - "website": "https://www.bnbpay.io/", - "description": "BNBPay is a decentralized scalable crypto payment tailored for merchant transactions. BNBPay incorporates the ERC-1363 protocol to enable users to pay expenses using BPAY tokens and crypto tokens where users are rewarded with BPAY tokens as they spend their crypto tokens at the same time.", - "explorer": "https://bscscan.com/token/0xeBC76079Da0c245faE7225b58a57A54809b40618", - "status": "abandoned", - "id": "0xeBC76079Da0c245faE7225b58a57A54809b40618", - "migrate": { - "asset_id": "c20000714_t0xe580074A10360404AF3ABfe2d524D5806D993ea3", - "url": "https://twitter.com/bnbpay/status/1498267922992533505?s=21" - }, - "links": [ - { - "name": "telegram", - "url": "https://t.me/bnbpay" - }, - { - "name": "twitter", - "url": "https://twitter.com/bnbpay" - }, - { - "name": "github", - "url": "https://github.com/BNBPay" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/bnbpay/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCcYgWaX7vvhjsewd7-d599w" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xeBD0070237a0713E8D94fEf1B728d3d993d290ef/info.json b/blockchains/smartchain/assets/0xeBD0070237a0713E8D94fEf1B728d3d993d290ef/info.json deleted file mode 100644 index 956eecc730e87..0000000000000 --- a/blockchains/smartchain/assets/0xeBD0070237a0713E8D94fEf1B728d3d993d290ef/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Venus CAN", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "research": "https://research.binance.com/en/projects/venus", - "explorer": "https://bscscan.com/token/0xeBD0070237a0713E8D94fEf1B728d3d993d290ef", - "type": "BEP20", - "symbol": "vCAN", - "decimals": 8, - "status": "active", - "id": "0xeBD0070237a0713E8D94fEf1B728d3d993d290ef", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xeBD0070237a0713E8D94fEf1B728d3d993d290ef/logo.png b/blockchains/smartchain/assets/0xeBD0070237a0713E8D94fEf1B728d3d993d290ef/logo.png deleted file mode 100644 index 4ff56c42e8b91..0000000000000 Binary files a/blockchains/smartchain/assets/0xeBD0070237a0713E8D94fEf1B728d3d993d290ef/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xeBDf1b978dC2576Ef0020BA4cF5f98174425c3a1/info.json b/blockchains/smartchain/assets/0xeBDf1b978dC2576Ef0020BA4cF5f98174425c3a1/info.json deleted file mode 100644 index 8b85c3aa11e35..0000000000000 --- a/blockchains/smartchain/assets/0xeBDf1b978dC2576Ef0020BA4cF5f98174425c3a1/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "SafeRocket", - "website": "https://saferocket.pro/", - "description": "SafeRocket is a community driven, deflationary token", - "explorer": "https://bscscan.com/token/0xebdf1b978dc2576ef0020ba4cf5f98174425c3a1", - "type": "BEP20", - "symbol": "ROCKET", - "decimals": 9, - "status": "active", - "id": "0xeBDf1b978dC2576Ef0020BA4cF5f98174425c3a1", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xeBDf1b978dC2576Ef0020BA4cF5f98174425c3a1/logo.png b/blockchains/smartchain/assets/0xeBDf1b978dC2576Ef0020BA4cF5f98174425c3a1/logo.png deleted file mode 100644 index a2354a8eb7a5e..0000000000000 Binary files a/blockchains/smartchain/assets/0xeBDf1b978dC2576Ef0020BA4cF5f98174425c3a1/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xeBd49b26169e1b52c04cFd19FCf289405dF55F80/info.json b/blockchains/smartchain/assets/0xeBd49b26169e1b52c04cFd19FCf289405dF55F80/info.json deleted file mode 100644 index a1a6390685006..0000000000000 --- a/blockchains/smartchain/assets/0xeBd49b26169e1b52c04cFd19FCf289405dF55F80/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Orbs", - "website": "https://www.orbs.com", - "description": "The Orbs Network is a public blockchain infrastructure designed for businesses looking at trust as a competitive strategy", - "explorer": "https://bscscan.com/token/0xeBd49b26169e1b52c04cFd19FCf289405dF55F80", - "type": "BEP20", - "symbol": "ORBS", - "decimals": 18, - "status": "active", - "id": "0xeBd49b26169e1b52c04cFd19FCf289405dF55F80" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xeBd49b26169e1b52c04cFd19FCf289405dF55F80/logo.png b/blockchains/smartchain/assets/0xeBd49b26169e1b52c04cFd19FCf289405dF55F80/logo.png deleted file mode 100644 index 6180585833d9c..0000000000000 Binary files a/blockchains/smartchain/assets/0xeBd49b26169e1b52c04cFd19FCf289405dF55F80/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xeCEB87cF00DCBf2D4E2880223743Ff087a995aD9/info.json b/blockchains/smartchain/assets/0xeCEB87cF00DCBf2D4E2880223743Ff087a995aD9/info.json deleted file mode 100644 index 8267fb8425f6f..0000000000000 --- a/blockchains/smartchain/assets/0xeCEB87cF00DCBf2D4E2880223743Ff087a995aD9/info.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "NUM Token", - "type": "BEP20", - "symbol": "NUM", - "decimals": 18, - "website": "https://www.numbersprotocol.io/", - "description": "Numbers protocol is a decentralised photo network, for creating community, value and trust in digital media.", - "explorer": "https://bscscan.com/token/0xeCEB87cF00DCBf2D4E2880223743Ff087a995aD9", - "status": "active", - "id": "0xeCEB87cF00DCBf2D4E2880223743Ff087a995aD9", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/numbersprotocol" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/numbers-protocol/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/numbers-protocol" - }, - { - "name": "telegram", - "url": "https://t.me/numbersprotocol" - }, - { - "name": "github", - "url": "https://github.com/numbersprotocol/" - }, - { - "name": "discord", - "url": "https://discord.com/invite/KBtfEpxd3Z" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/NumbersProtocolIO/" - }, - { - "name": "whitepaper", - "url": "https://link.numbersprotocol.io/litepaper" - }, - { - "name": "medium", - "url": "https://medium.com/numbers-protocol" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/numbersprotocol" - } - ], - "tags": [ - "binance-peg" - ] -} diff --git a/blockchains/smartchain/assets/0xeCEB87cF00DCBf2D4E2880223743Ff087a995aD9/logo.png b/blockchains/smartchain/assets/0xeCEB87cF00DCBf2D4E2880223743Ff087a995aD9/logo.png deleted file mode 100644 index cec3ca1725e13..0000000000000 Binary files a/blockchains/smartchain/assets/0xeCEB87cF00DCBf2D4E2880223743Ff087a995aD9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xeD00Fc7D48B57B81FE65D1cE71c0985e4CF442CB/info.json b/blockchains/smartchain/assets/0xeD00Fc7D48B57B81FE65D1cE71c0985e4CF442CB/info.json deleted file mode 100644 index 66305f608c22d..0000000000000 --- a/blockchains/smartchain/assets/0xeD00Fc7D48B57B81FE65D1cE71c0985e4CF442CB/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Chirpley Token", - "website": "https://chirpley.ai/", - "description": "Chirpley is an automated, peer-to-peer, all-in-one influencer marketplace specifically focussed on nano and micro influencers. Chirpley will provide marketers with the freedom to act fast and effective, thanks to the possibility of a 1-click marketing bomb.", - "explorer": "https://bscscan.com/token/0xeD00Fc7D48B57B81FE65D1cE71c0985e4CF442CB", - "type": "BEP20", - "symbol": "CHRP", - "decimals": 18, - "status": "active", - "id": "0xeD00Fc7D48B57B81FE65D1cE71c0985e4CF442CB", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/chirpley" - }, - { - "name": "github", - "url": "https://github.com/chirpley" - }, - { - "name": "telegram", - "url": "https://t.me/chirpley" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xeD00Fc7D48B57B81FE65D1cE71c0985e4CF442CB/logo.png b/blockchains/smartchain/assets/0xeD00Fc7D48B57B81FE65D1cE71c0985e4CF442CB/logo.png deleted file mode 100644 index d980071a04045..0000000000000 Binary files a/blockchains/smartchain/assets/0xeD00Fc7D48B57B81FE65D1cE71c0985e4CF442CB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xeD7ed82D5A0f1B363309223975f899E7BEd5Fea6/info.json b/blockchains/smartchain/assets/0xeD7ed82D5A0f1B363309223975f899E7BEd5Fea6/info.json deleted file mode 100644 index 7344ebfd01286..0000000000000 --- a/blockchains/smartchain/assets/0xeD7ed82D5A0f1B363309223975f899E7BEd5Fea6/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "BabyBoxer", - "type": "BEP20", - "symbol": "BBoxer", - "decimals": 9, - "website": "https://babyboxer.io/", - "description": "Baby Boxer is a community-driven, deflationary token on the Binance Smart Chain with a mission to help malnourished babies around the world.", - "explorer": "https://bscscan.com/token/0xeD7ed82D5A0f1B363309223975f899E7BEd5Fea6", - "status": "active", - "id": "0xeD7ed82D5A0f1B363309223975f899E7BEd5Fea6", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/BoxerInuFinance" - }, - { - "name": "github", - "url": "https://github.com/BoxerInuOfficial" - }, - { - "name": "whitepaper", - "url": "https://babyboxer.io/babyboxerwhitepaper.pdf" - }, - { - "name": "telegram_news", - "url": "https://t.me/boxerinunews" - }, - { - "name": "telegram", - "url": "https://t.me/BoxerInuOfficial" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xeD7ed82D5A0f1B363309223975f899E7BEd5Fea6/logo.png b/blockchains/smartchain/assets/0xeD7ed82D5A0f1B363309223975f899E7BEd5Fea6/logo.png deleted file mode 100644 index c110a92608492..0000000000000 Binary files a/blockchains/smartchain/assets/0xeD7ed82D5A0f1B363309223975f899E7BEd5Fea6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xeDAF1F5B8078d4feb4E13c8d5A2c8dE1365be7b6/info.json b/blockchains/smartchain/assets/0xeDAF1F5B8078d4feb4E13c8d5A2c8dE1365be7b6/info.json deleted file mode 100644 index d0ef7e7047e5a..0000000000000 --- a/blockchains/smartchain/assets/0xeDAF1F5B8078d4feb4E13c8d5A2c8dE1365be7b6/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Altrucoin", - "website": "https://altrucoin.io", - "description": "Altrucoin is a decentralized finance token built for yield generation, charitable donations, decentralized governance, and defi lending.", - "explorer": "https://bscscan.com/token/0xeDAF1F5B8078d4feb4E13c8d5A2c8dE1365be7b6", - "type": "BEP20", - "symbol": "ALTRUCOIN", - "decimals": 9, - "status": "active", - "id": "0xeDAF1F5B8078d4feb4E13c8d5A2c8dE1365be7b6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xeDAF1F5B8078d4feb4E13c8d5A2c8dE1365be7b6/logo.png b/blockchains/smartchain/assets/0xeDAF1F5B8078d4feb4E13c8d5A2c8dE1365be7b6/logo.png deleted file mode 100644 index 9526430185d26..0000000000000 Binary files a/blockchains/smartchain/assets/0xeDAF1F5B8078d4feb4E13c8d5A2c8dE1365be7b6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xeDF3ce4Dd6725650a8e9398e5C6398D061Fa7955/info.json b/blockchains/smartchain/assets/0xeDF3ce4Dd6725650a8e9398e5C6398D061Fa7955/info.json deleted file mode 100644 index 7737248d08eb9..0000000000000 --- a/blockchains/smartchain/assets/0xeDF3ce4Dd6725650a8e9398e5C6398D061Fa7955/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "vEmpire DDAO", - "type": "BEP20", - "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://bscscan.com/token/0xeDF3ce4Dd6725650a8e9398e5C6398D061Fa7955", - "status": "active", - "id": "0xeDF3ce4Dd6725650a8e9398e5C6398D061Fa7955", - "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/smartchain/assets/0xeDF3ce4Dd6725650a8e9398e5C6398D061Fa7955/logo.png b/blockchains/smartchain/assets/0xeDF3ce4Dd6725650a8e9398e5C6398D061Fa7955/logo.png deleted file mode 100644 index a83d58a242a0e..0000000000000 Binary files a/blockchains/smartchain/assets/0xeDF3ce4Dd6725650a8e9398e5C6398D061Fa7955/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xeDa21B525Ac789EaB1a08ef2404dd8505FfB973D/info.json b/blockchains/smartchain/assets/0xeDa21B525Ac789EaB1a08ef2404dd8505FfB973D/info.json deleted file mode 100644 index 80b1693c57a8a..0000000000000 --- a/blockchains/smartchain/assets/0xeDa21B525Ac789EaB1a08ef2404dd8505FfB973D/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "HappinessToken", - "website": "https://billionhappiness.com/", - "description": "HPS is a booster token for BillionHappiness project to support, build the ecosystem, and Develop NFT marketplace. To create, buy, or collect digital items secured with BSC blockchain.", - "explorer": "https://bscscan.com/token/0xeda21b525ac789eab1a08ef2404dd8505ffb973d", - "type": "BEP20", - "symbol": "HPS", - "decimals": 18, - "status": "abandoned", - "id": "0xeDa21B525Ac789EaB1a08ef2404dd8505FfB973D", - "links": [ - { - "name": "github", - "url": "https://github.com/BHCHappiness/" - }, - { - "name": "twitter", - "url": "https://twitter.com/BHC_Happiness" - }, - { - "name": "reddit", - "url": "https://reddit.com/user/BillionHappiness" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xeDbA2206655d5842Dd51A125df89E0189cECD6e3/info.json b/blockchains/smartchain/assets/0xeDbA2206655d5842Dd51A125df89E0189cECD6e3/info.json deleted file mode 100644 index 648c9e47bba48..0000000000000 --- a/blockchains/smartchain/assets/0xeDbA2206655d5842Dd51A125df89E0189cECD6e3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Meme10000x", - "website": "https://meme10000x.finance/", - "description": "What is #meme10000x ? meme10000x is a defi project that automatically distributes rewards to holders platform based on the Binance Smart Chain. meme10000x is a token created for Charity Purposes and Crypto Against COVID. Along with that is a strong deflation and anti- dumping mechanism to create a safe platform for achieve 10000x growth.", - "explorer": "https://bscscan.com/token/0xeDbA2206655d5842Dd51A125df89E0189cECD6e3", - "type": "BEP20", - "symbol": "Meme10000x", - "decimals": 9, - "status": "active", - "id": "0xeDbA2206655d5842Dd51A125df89E0189cECD6e3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xeDbA2206655d5842Dd51A125df89E0189cECD6e3/logo.png b/blockchains/smartchain/assets/0xeDbA2206655d5842Dd51A125df89E0189cECD6e3/logo.png deleted file mode 100644 index 1cbf203c66c8c..0000000000000 Binary files a/blockchains/smartchain/assets/0xeDbA2206655d5842Dd51A125df89E0189cECD6e3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xeDe2F059545e8Cde832d8Da3985cAacf795B8765/info.json b/blockchains/smartchain/assets/0xeDe2F059545e8Cde832d8Da3985cAacf795B8765/info.json deleted file mode 100644 index 4c6d59ce7ee47..0000000000000 --- a/blockchains/smartchain/assets/0xeDe2F059545e8Cde832d8Da3985cAacf795B8765/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://bscscan.com/token/0xeDe2F059545e8Cde832d8Da3985cAacf795B8765", - "type": "BEP20", - "symbol": "ECO", - "decimals": 18, - "status": "active", - "id": "0xeDe2F059545e8Cde832d8Da3985cAacf795B8765" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xeDe2F059545e8Cde832d8Da3985cAacf795B8765/logo.png b/blockchains/smartchain/assets/0xeDe2F059545e8Cde832d8Da3985cAacf795B8765/logo.png deleted file mode 100644 index 47dedff1e001b..0000000000000 Binary files a/blockchains/smartchain/assets/0xeDe2F059545e8Cde832d8Da3985cAacf795B8765/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xeE7E8C85956D32C64bafDcdED3F43b3c39b1CE2f/info.json b/blockchains/smartchain/assets/0xeE7E8C85956D32C64bafDcdED3F43b3c39b1CE2f/info.json deleted file mode 100644 index 622dd29483521..0000000000000 --- a/blockchains/smartchain/assets/0xeE7E8C85956D32C64bafDcdED3F43b3c39b1CE2f/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "WEB4 AI", - "type": "BEP20", - "symbol": "WEB4", - "decimals": 9, - "website": "https://webfour.build", - "description": "Web4 AI strives to disrupt the Decentralized Finance cryptocurrency space using Artificial Intelligence. Web4 AI, through its diverse DeFi offerings.", - "explorer": "https://bscscan.com/token/0xeE7E8C85956D32C64bafDcdED3F43b3c39b1CE2f", - "status": "active", - "id": "0xeE7E8C85956D32C64bafDcdED3F43b3c39b1CE2f", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/web4ai" - }, - { - "name": "github", - "url": "https://github.com/web4build" - }, - { - "name": "telegram", - "url": "https://t.me/web4ai" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/web4-ai" - }, - { - "name": "source_code", - "url": "https://bscscan.com/token/0xee7e8c85956d32c64bafdcded3f43b3c39b1ce2f#code" - }, - { - "name": "whitepaper", - "url": "https://webfour.build/assets/web4_ai_white_paper_v1.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/@web4ai" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xeE7E8C85956D32C64bafDcdED3F43b3c39b1CE2f/logo.png b/blockchains/smartchain/assets/0xeE7E8C85956D32C64bafDcdED3F43b3c39b1CE2f/logo.png deleted file mode 100644 index f8d79b2cb9c92..0000000000000 Binary files a/blockchains/smartchain/assets/0xeE7E8C85956D32C64bafDcdED3F43b3c39b1CE2f/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xeE8feAeE52CE378BA356A5772BBa29d08AF25cdB/info.json b/blockchains/smartchain/assets/0xeE8feAeE52CE378BA356A5772BBa29d08AF25cdB/info.json deleted file mode 100644 index 5e3a4b35cdcd9..0000000000000 --- a/blockchains/smartchain/assets/0xeE8feAeE52CE378BA356A5772BBa29d08AF25cdB/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DiamondHold", - "type": "BEP20", - "symbol": "DHOLD", - "decimals": 9, - "description": "A fresh RFI-like cryptocurrency where the longer you hold, the more you are rewarded.", - "website": "https://diamondhold.net/", - "explorer": "https://bscscan.com/token/0xeE8feAeE52CE378BA356A5772BBa29d08AF25cdB", - "id": "0xeE8feAeE52CE378BA356A5772BBa29d08AF25cdB", - "status": "active" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xeE8feAeE52CE378BA356A5772BBa29d08AF25cdB/logo.png b/blockchains/smartchain/assets/0xeE8feAeE52CE378BA356A5772BBa29d08AF25cdB/logo.png deleted file mode 100644 index fe271c28a276d..0000000000000 Binary files a/blockchains/smartchain/assets/0xeE8feAeE52CE378BA356A5772BBa29d08AF25cdB/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xea90DC6F64d18771Ca1dac8098526a9082265B42/info.json b/blockchains/smartchain/assets/0xea90DC6F64d18771Ca1dac8098526a9082265B42/info.json deleted file mode 100644 index 9b9b40b1e21e7..0000000000000 --- a/blockchains/smartchain/assets/0xea90DC6F64d18771Ca1dac8098526a9082265B42/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "DINOPARK TOKEN", - "type": "BEP20", - "symbol": "DINOP", - "decimals": 9, - "website": "https://dinopark.fun/", - "description": "DINOPARK is a deflationary passive-return token. Just hold $DINOP in your wallet and you will see your coins going up in number. Each transaction will automatically distribute to all holders.", - "explorer": "https://bscscan.com/token/0xea90DC6F64d18771Ca1dac8098526a9082265B42", - "status": "active", - "id": "0xea90DC6F64d18771Ca1dac8098526a9082265B42", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xea90DC6F64d18771Ca1dac8098526a9082265B42/logo.png b/blockchains/smartchain/assets/0xea90DC6F64d18771Ca1dac8098526a9082265B42/logo.png deleted file mode 100644 index 64e03b8848884..0000000000000 Binary files a/blockchains/smartchain/assets/0xea90DC6F64d18771Ca1dac8098526a9082265B42/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xeb986DA994E4a118d5956b02d8b7c3C7CE373674/info.json b/blockchains/smartchain/assets/0xeb986DA994E4a118d5956b02d8b7c3C7CE373674/info.json deleted file mode 100644 index 1de82a214a90d..0000000000000 --- a/blockchains/smartchain/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://bscscan.com/token/0xeb986DA994E4a118d5956b02d8b7c3C7CE373674", - "type": "BEP20", - "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/smartchain/assets/0xeb986DA994E4a118d5956b02d8b7c3C7CE373674/logo.png b/blockchains/smartchain/assets/0xeb986DA994E4a118d5956b02d8b7c3C7CE373674/logo.png deleted file mode 100644 index e88e23c813bd5..0000000000000 Binary files a/blockchains/smartchain/assets/0xeb986DA994E4a118d5956b02d8b7c3C7CE373674/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xec15a508a187e8DDfe572A5423Faa82Bbdd65120/info.json b/blockchains/smartchain/assets/0xec15a508a187e8DDfe572A5423Faa82Bbdd65120/info.json deleted file mode 100644 index 5ce97189aec0b..0000000000000 --- a/blockchains/smartchain/assets/0xec15a508a187e8DDfe572A5423Faa82Bbdd65120/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Babylons Governance Token", - "website": "https://babylons.io", - "description": "Babylons is the first community-governed game aggregator and NFT marketplace operating on BSC. Create, participate, collect and earn. Only on Babylons..", - "explorer": "https://bscscan.com/token/0xec15a508a187e8DDfe572A5423Faa82Bbdd65120", - "type": "BEP20", - "symbol": "BABI", - "decimals": 18, - "status": "active", - "id": "0xec15a508a187e8DDfe572A5423Faa82Bbdd65120", - "links": [ - { - "name": "github", - "url": "https://github.com/Babylons-io" - }, - { - "name": "twitter", - "url": "https://twitter.com/BabylonsNFT" - }, - { - "name": "telegram", - "url": "https://t.me/babylonsnft" - }, - { - "name": "telegram_news", - "url": "https://t.me/babylonsNFT_Ann" - }, - { - "name": "blog", - "url": "https://blog.babylons.io/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/babylons/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/babylons" - }, - { - "name": "whitepaper", - "url": "https://babylons.io/assets/litepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xec15a508a187e8DDfe572A5423Faa82Bbdd65120/logo.png b/blockchains/smartchain/assets/0xec15a508a187e8DDfe572A5423Faa82Bbdd65120/logo.png deleted file mode 100644 index d12aa86146116..0000000000000 Binary files a/blockchains/smartchain/assets/0xec15a508a187e8DDfe572A5423Faa82Bbdd65120/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xec6cA5A04B08e382d218De9Cb30C9d8176406D34/info.json b/blockchains/smartchain/assets/0xec6cA5A04B08e382d218De9Cb30C9d8176406D34/info.json deleted file mode 100644 index a9fe67bb1fe35..0000000000000 --- a/blockchains/smartchain/assets/0xec6cA5A04B08e382d218De9Cb30C9d8176406D34/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "CryptoDrop", - "website": "https://cryptodrop.gg/#/play", - "description": "The only decentralized random gamification on chain BSC", - "explorer": "https://bscscan.com/token/0xec6ca5a04b08e382d218de9cb30c9d8176406d34", - "type": "BEP20", - "symbol": "CDROP", - "decimals": 18, - "status": "active", - "id": "0xec6cA5A04B08e382d218De9Cb30C9d8176406D34", - "links": [ - { - "name": "telegram", - "url": "https://t.me/CryptoDropGG" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/cryptodrop/" - }, - { - "name": "twitter", - "url": "https://twitter.com/cryptodropgg" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xec6cA5A04B08e382d218De9Cb30C9d8176406D34/logo.png b/blockchains/smartchain/assets/0xec6cA5A04B08e382d218De9Cb30C9d8176406D34/logo.png deleted file mode 100644 index 0b0bc04f846d8..0000000000000 Binary files a/blockchains/smartchain/assets/0xec6cA5A04B08e382d218De9Cb30C9d8176406D34/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xecA88125a5ADbe82614ffC12D0DB554E2e2867C8/info.json b/blockchains/smartchain/assets/0xecA88125a5ADbe82614ffC12D0DB554E2e2867C8/info.json deleted file mode 100644 index 62691460efe16..0000000000000 --- a/blockchains/smartchain/assets/0xecA88125a5ADbe82614ffC12D0DB554E2e2867C8/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Venus USDC", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "research": "https://research.binance.com/en/projects/venus", - "explorer": "https://bscscan.com/token/0xecA88125a5ADbe82614ffC12D0DB554E2e2867C8", - "type": "BEP20", - "symbol": "vUSDC", - "decimals": 8, - "status": "active", - "id": "0xecA88125a5ADbe82614ffC12D0DB554E2e2867C8", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xecA88125a5ADbe82614ffC12D0DB554E2e2867C8/logo.png b/blockchains/smartchain/assets/0xecA88125a5ADbe82614ffC12D0DB554E2e2867C8/logo.png deleted file mode 100644 index c30a7b4553b50..0000000000000 Binary files a/blockchains/smartchain/assets/0xecA88125a5ADbe82614ffC12D0DB554E2e2867C8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xecc62bd353EDd64Ed31595DbC4C92801aF1e2af0/info.json b/blockchains/smartchain/assets/0xecc62bd353EDd64Ed31595DbC4C92801aF1e2af0/info.json deleted file mode 100644 index 78455ee84ac7c..0000000000000 --- a/blockchains/smartchain/assets/0xecc62bd353EDd64Ed31595DbC4C92801aF1e2af0/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CyberDoge", - "website": "https://www.cyber-doge.net", - "description": "Deflationary Defi token built on the BSC Chain that automates the earning process by creating an autonomous friction less yield farming and liquidity generation protocol by creating its own Wide Network for CYBERSWAP, CYBERSTAKING and CYBERGAME", - "explorer": "https://bscscan.com/token/0xecc62bd353EDd64Ed31595DbC4C92801aF1e2af0", - "type": "BEP20", - "symbol": "CybrrrDOGE", - "decimals": 9, - "status": "active", - "id": "0xecc62bd353EDd64Ed31595DbC4C92801aF1e2af0" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xecc62bd353EDd64Ed31595DbC4C92801aF1e2af0/logo.png b/blockchains/smartchain/assets/0xecc62bd353EDd64Ed31595DbC4C92801aF1e2af0/logo.png deleted file mode 100644 index cd13c7e06f46f..0000000000000 Binary files a/blockchains/smartchain/assets/0xecc62bd353EDd64Ed31595DbC4C92801aF1e2af0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xed74Bc5DC139356E08dE28143996F5eF6e4334a4/info.json b/blockchains/smartchain/assets/0xed74Bc5DC139356E08dE28143996F5eF6e4334a4/info.json deleted file mode 100644 index 2be1ebed17af9..0000000000000 --- a/blockchains/smartchain/assets/0xed74Bc5DC139356E08dE28143996F5eF6e4334a4/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "SpookyShiba", - "type": "BEP20", - "symbol": "SPOOKYSHIBA", - "decimals": 9, - "website": "https://SpookyShibaBSC.com", - "description": "SpookyShiba is the first horror Genre Token on Binance Smartchain with utility for holders tied into the NFT Marketplace.", - "explorer": "https://bscscan.com/token/0xed74Bc5DC139356E08dE28143996F5eF6e4334a4", - "status": "abandoned", - "id": "0xed74Bc5DC139356E08dE28143996F5eF6e4334a4", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/shibaspooky" - }, - { - "name": "github", - "url": "https://github.com/CryptoCreators/SpookyShiba" - }, - { - "name": "telegram", - "url": "https://t.me/spookyshibaofficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/spooky-shiba/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/spookyshiba" - }, - { - "name": "discord", - "url": "https://discord.com/P6hkCFc5kR" - }, - { - "name": "reddit", - "url": "https://reddit.com//r/SpookyShibaBSC" - }, - { - "name": "facebook", - "url": "https://facebook.com/spookyshibatoken" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCaTAm3R9Orew15BAMD7w6xQ" - } - ] -} diff --git a/blockchains/smartchain/assets/0xee1ae38BE4Ce0074C4A4A8DC821CC784778f378c/info.json b/blockchains/smartchain/assets/0xee1ae38BE4Ce0074C4A4A8DC821CC784778f378c/info.json deleted file mode 100644 index bf8dfd885c3ae..0000000000000 --- a/blockchains/smartchain/assets/0xee1ae38BE4Ce0074C4A4A8DC821CC784778f378c/info.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "VYNK CHAIN", - "type": "BEP20", - "symbol": "VYNC", - "decimals": 4, - "website": "https://vynkchain.org/", - "description": "VYNC is the governance token of VYNKSAFE: A Decentralized Crypto Bank. VYNK CHAIN is the Defi and Utility token. VYNK CHAIN and VYNKSAFE both are from VynkPay, which is a crypto payments application in the sectors of e-commerce, affiliate marketing, travel & bill payments.", - "explorer": "https://bscscan.com/token/0xee1ae38be4ce0074c4a4a8dc821cc784778f378c", - "status": "active", - "id": "0xee1ae38BE4Ce0074C4A4A8DC821CC784778f378c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/vynkgroup" - }, - { - "name": "github", - "url": "https://github.com/vynkchain" - }, - { - "name": "telegram", - "url": "https://t.me/VYNKCHAIN" - }, - { - "name": "discord", - "url": "https://discord.com/invite/RBCRGZVsQx" - }, - { - "name": "whitepaper", - "url": "https://vynkchain.org/assets/vc/vynkgroup-wp.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/vynk-chain/" - } - ], - "tags": [ - "staking" - ] -} diff --git a/blockchains/smartchain/assets/0xee1ae38BE4Ce0074C4A4A8DC821CC784778f378c/logo.png b/blockchains/smartchain/assets/0xee1ae38BE4Ce0074C4A4A8DC821CC784778f378c/logo.png deleted file mode 100644 index 41f6314172001..0000000000000 Binary files a/blockchains/smartchain/assets/0xee1ae38BE4Ce0074C4A4A8DC821CC784778f378c/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xee901a8a13e5B71dD35AD259D87e17a891D1f0F3/info.json b/blockchains/smartchain/assets/0xee901a8a13e5B71dD35AD259D87e17a891D1f0F3/info.json deleted file mode 100644 index ffae3747ebd99..0000000000000 --- a/blockchains/smartchain/assets/0xee901a8a13e5B71dD35AD259D87e17a891D1f0F3/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "FlokiZap Token", - "website": "https://flokizap.finance/", - "description": "FlokiZ is an airdrop platform and protocol where up-and-coming projects are promoted. It focusses on increasing holders as well as filtering out legit and safe projects for its community. Holders of the token will be eligible for Airdrops, NFT's and exclusivity to contribute in new projects.", - "explorer": "https://bscscan.com/token/0xee901a8a13e5B71dD35AD259D87e17a891D1f0F3", - "type": "BEP20", - "symbol": "FLOKIZ", - "decimals": 18, - "status": "active", - "id": "0xee901a8a13e5B71dD35AD259D87e17a891D1f0F3", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/FlokiZap" - }, - { - "name": "github", - "url": "https://github.com/interfinetwork/smart-contract-audits/blob/main/FlokiZap_AuditReport_InterFi.pdf" - }, - { - "name": "telegram", - "url": "https://t.me/FlokiZapOfficial" - }, - { - "name": "discord", - "url": "https://discord.com/invite/gvD9TAwxpp" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/flokizap/" - }, - { - "name": "whitepaper", - "url": "https://flokizap.finance/assets/images/FlokiZap-VikingPaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xee901a8a13e5B71dD35AD259D87e17a891D1f0F3/logo.png b/blockchains/smartchain/assets/0xee901a8a13e5B71dD35AD259D87e17a891D1f0F3/logo.png deleted file mode 100644 index c00d8e03d75d2..0000000000000 Binary files a/blockchains/smartchain/assets/0xee901a8a13e5B71dD35AD259D87e17a891D1f0F3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xef032F652FCE3a0eFfce3796A68eb978b465a336/info.json b/blockchains/smartchain/assets/0xef032F652FCE3a0eFfce3796A68eb978b465a336/info.json deleted file mode 100644 index 0ba533ca14acd..0000000000000 --- a/blockchains/smartchain/assets/0xef032F652FCE3a0eFfce3796A68eb978b465a336/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MOOCHII", - "symbol": "MOOCHII", - "type": "BEP20", - "decimals": 9, - "description": "Moochii is one of the fastest growing cryptocurrency communities, with over 1000+ initial investors within the first week. ", - "website": "https://moochii.net/", - "explorer": "https://bscscan.com/token/0xef032F652FCE3a0eFfce3796A68eb978b465a336", - "status": "active", - "id": "0xef032F652FCE3a0eFfce3796A68eb978b465a336" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xef032F652FCE3a0eFfce3796A68eb978b465a336/logo.png b/blockchains/smartchain/assets/0xef032F652FCE3a0eFfce3796A68eb978b465a336/logo.png deleted file mode 100644 index 5df842469d547..0000000000000 Binary files a/blockchains/smartchain/assets/0xef032F652FCE3a0eFfce3796A68eb978b465a336/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xef5CeB00AE3eb617773016B4ca886b61FA4e027E/info.json b/blockchains/smartchain/assets/0xef5CeB00AE3eb617773016B4ca886b61FA4e027E/info.json deleted file mode 100644 index 6d7c27a8fbfd5..0000000000000 --- a/blockchains/smartchain/assets/0xef5CeB00AE3eb617773016B4ca886b61FA4e027E/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Burning Token", - "website": "https://burningtoken.cash/", - "description": "Burning Token New Innovation Binance Smart Chain.", - "explorer": "https://bscscan.com/token/0xef5CeB00AE3eb617773016B4ca886b61FA4e027E", - "type": "BEP20", - "symbol": "BURN", - "decimals": 18, - "status": "active", - "id": "0xef5CeB00AE3eb617773016B4ca886b61FA4e027E" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xef5CeB00AE3eb617773016B4ca886b61FA4e027E/logo.png b/blockchains/smartchain/assets/0xef5CeB00AE3eb617773016B4ca886b61FA4e027E/logo.png deleted file mode 100644 index 7a9c98150a270..0000000000000 Binary files a/blockchains/smartchain/assets/0xef5CeB00AE3eb617773016B4ca886b61FA4e027E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf00598af0CCf2D43613414F36f40123337f56E71/info.json b/blockchains/smartchain/assets/0xf00598af0CCf2D43613414F36f40123337f56E71/info.json deleted file mode 100644 index 4981f583293a0..0000000000000 --- a/blockchains/smartchain/assets/0xf00598af0CCf2D43613414F36f40123337f56E71/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Ants.Finance", - "type": "BEP20", - "symbol": "ANTF", - "decimals": 18, - "website": "https://www.ants.finance/", - "description": "Derived inspiration from the powerful ants, Ants.finance was given birth with the desire to create a united, strong, constantly growing community of the ant.Ants.finance aims to build a decentralized financial system including AMM DEX, Deflation system, Ant's Pool, Ant's Nest, NFT Marketplace, NFT Creative.", - "explorer": "https://bscscan.com/token/0xf00598af0CCf2D43613414F36f40123337f56E71", - "status": "active", - "id": "0xf00598af0CCf2D43613414F36f40123337f56E71" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf00598af0CCf2D43613414F36f40123337f56E71/logo.png b/blockchains/smartchain/assets/0xf00598af0CCf2D43613414F36f40123337f56E71/logo.png deleted file mode 100644 index 93b7e5f0bea59..0000000000000 Binary files a/blockchains/smartchain/assets/0xf00598af0CCf2D43613414F36f40123337f56E71/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf06419C638a1d809C024Aa693147dBDc42B60145/info.json b/blockchains/smartchain/assets/0xf06419C638a1d809C024Aa693147dBDc42B60145/info.json deleted file mode 100644 index 7b4fdaef8b4ff..0000000000000 --- a/blockchains/smartchain/assets/0xf06419C638a1d809C024Aa693147dBDc42B60145/info.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "name": "BankerDoge", - "type": "BEP20", - "symbol": "BANKER", - "decimals": 9, - "website": "https://bankerdoge.com", - "description": "BankerDoge is a Defi as a Service platform designed to add features such as staking, time-locking, and Defi lending to any BSC token.", - "explorer": "https://bscscan.com/token/0xf06419C638a1d809C024Aa693147dBDc42B60145", - "status": "active", - "id": "0xf06419C638a1d809C024Aa693147dBDc42B60145", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/bankerdoge" - }, - { - "name": "github", - "url": "https://github.com/NathajiM/bankerdogecontract" - }, - { - "name": "telegram", - "url": "https://t.me/BankerDogeOfficial" - }, - { - "name": "telegram_news", - "url": "https://t.me/BankerDogeNews" - }, - { - "name": "medium", - "url": "https://bankerdoge.medium.com/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCQJSGhSU6sdznnkbCuO5N5Q" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/bankerdoge/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/bankerdoge" - }, - { - "name": "reddit", - "url": "https://reddit.com/bankerdoge" - }, - { - "name": "facebook", - "url": "https://facebook.com/BankerDoge-160194746146041" - }, - { - "name": "whitepaper", - "url": "https://altruismprotocol.notion.site/BankerDoge-Live-Whitepaper-d8329e5c7f304b53bfbf8583ea2af7df" - }, - { - "name": "discord", - "url": "https://discord.com/bZHRk3dBqn" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf06419C638a1d809C024Aa693147dBDc42B60145/logo.png b/blockchains/smartchain/assets/0xf06419C638a1d809C024Aa693147dBDc42B60145/logo.png deleted file mode 100644 index 74240fe693352..0000000000000 Binary files a/blockchains/smartchain/assets/0xf06419C638a1d809C024Aa693147dBDc42B60145/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf09611a964535b32285bFf5fCf9937C52BaB8ea5/info.json b/blockchains/smartchain/assets/0xf09611a964535b32285bFf5fCf9937C52BaB8ea5/info.json deleted file mode 100644 index 420d2cd4580d2..0000000000000 --- a/blockchains/smartchain/assets/0xf09611a964535b32285bFf5fCf9937C52BaB8ea5/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "EVDC", - "website": "https://evdc.network/", - "description": "EVDC is a deflationary and decentralized token that will be used as a digital currency to pay for EV charging.", - "explorer": "https://bscscan.com/token/0xf09611a964535b32285bff5fcf9937c52bab8ea5", - "symbol": "EVDC", - "type": "BEP20", - "decimals": 18, - "status": "active", - "id": "0xf09611a964535b32285bFf5fCf9937C52BaB8ea5" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf09611a964535b32285bFf5fCf9937C52BaB8ea5/logo.png b/blockchains/smartchain/assets/0xf09611a964535b32285bFf5fCf9937C52BaB8ea5/logo.png deleted file mode 100644 index 21e67406e2157..0000000000000 Binary files a/blockchains/smartchain/assets/0xf09611a964535b32285bFf5fCf9937C52BaB8ea5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf09b7B6bA6dAb7CccC3AE477a174b164c39f4C66/info.json b/blockchains/smartchain/assets/0xf09b7B6bA6dAb7CccC3AE477a174b164c39f4C66/info.json deleted file mode 100644 index f7741bb75b070..0000000000000 --- a/blockchains/smartchain/assets/0xf09b7B6bA6dAb7CccC3AE477a174b164c39f4C66/info.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "MoonPirate", - "website": "https://www.moonpirate.finance", - "description": "Autonomous yield and liquidity generation protocol on BSC", - "explorer": "https://bscscan.com/token/0xf09b7B6bA6dAb7CccC3AE477a174b164c39f4C66", - "type": "BEP20", - "symbol": "MOONPIRATE", - "decimals": 9, - "status": "active", - "id": "0xf09b7B6bA6dAb7CccC3AE477a174b164c39f4C66", - "links": [ - { - "name": "telegram", - "url": "https://t.me/MoonPirate" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf09b7B6bA6dAb7CccC3AE477a174b164c39f4C66/logo.png b/blockchains/smartchain/assets/0xf09b7B6bA6dAb7CccC3AE477a174b164c39f4C66/logo.png deleted file mode 100644 index 21db74abd1004..0000000000000 Binary files a/blockchains/smartchain/assets/0xf09b7B6bA6dAb7CccC3AE477a174b164c39f4C66/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf0AB4b8Daa51F6Abf6b4C9FEf0ccA5d127029AA9/info.json b/blockchains/smartchain/assets/0xf0AB4b8Daa51F6Abf6b4C9FEf0ccA5d127029AA9/info.json deleted file mode 100644 index 5498eae43ecb9..0000000000000 --- a/blockchains/smartchain/assets/0xf0AB4b8Daa51F6Abf6b4C9FEf0ccA5d127029AA9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Scooby", - "website": "https://scooby.finance", - "description": "SBD is a community based token that aims to be a plaftorm that gives smaller holders a chance by taking away some of the leverage whales can have.", - "explorer": "https://bscscan.com/token/0xf0AB4b8Daa51F6Abf6b4C9FEf0ccA5d127029AA9", - "type": "BEP20", - "symbol": "SBD", - "decimals": 18, - "status": "active", - "id": "0xf0AB4b8Daa51F6Abf6b4C9FEf0ccA5d127029AA9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf0AB4b8Daa51F6Abf6b4C9FEf0ccA5d127029AA9/logo.png b/blockchains/smartchain/assets/0xf0AB4b8Daa51F6Abf6b4C9FEf0ccA5d127029AA9/logo.png deleted file mode 100644 index 4b735f1a418b6..0000000000000 Binary files a/blockchains/smartchain/assets/0xf0AB4b8Daa51F6Abf6b4C9FEf0ccA5d127029AA9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf0Fcd737fcE18F95621CC7841EbE0eA6EFCCf77e/info.json b/blockchains/smartchain/assets/0xf0Fcd737fcE18F95621CC7841EbE0eA6EFCCf77e/info.json deleted file mode 100644 index 4b77599faf978..0000000000000 --- a/blockchains/smartchain/assets/0xf0Fcd737fcE18F95621CC7841EbE0eA6EFCCf77e/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "TreeDefi", - "type": "BEP20", - "symbol": "TREE", - "decimals": 18, - "website": "https://treedefi.com/", - "description": "TreeDefi is a Yield Farming project focused on deflationary tokenomics through a capped token named TREE and an uncapped deflationary token named SEED.", - "explorer": "https://bscscan.com/token/0xf0Fcd737fcE18F95621CC7841EbE0eA6EFCCf77e", - "status": "active", - "id": "0xf0Fcd737fcE18F95621CC7841EbE0eA6EFCCf77e", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/treedefi" - }, - { - "name": "telegram", - "url": "https://t.me/treedefi" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf0Fcd737fcE18F95621CC7841EbE0eA6EFCCf77e/logo.png b/blockchains/smartchain/assets/0xf0Fcd737fcE18F95621CC7841EbE0eA6EFCCf77e/logo.png deleted file mode 100644 index ae619b2ce2d9f..0000000000000 Binary files a/blockchains/smartchain/assets/0xf0Fcd737fcE18F95621CC7841EbE0eA6EFCCf77e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf16e81dce15B08F326220742020379B855B87DF9/info.json b/blockchains/smartchain/assets/0xf16e81dce15B08F326220742020379B855B87DF9/info.json deleted file mode 100644 index badd2526ad936..0000000000000 --- a/blockchains/smartchain/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://bscscan.com/token/0xf16e81dce15B08F326220742020379B855B87DF9", - "type": "BEP20", - "symbol": "ICE", - "decimals": 18, - "status": "active", - "id": "0xf16e81dce15B08F326220742020379B855B87DF9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf16e81dce15B08F326220742020379B855B87DF9/logo.png b/blockchains/smartchain/assets/0xf16e81dce15B08F326220742020379B855B87DF9/logo.png deleted file mode 100644 index 8a599ef610207..0000000000000 Binary files a/blockchains/smartchain/assets/0xf16e81dce15B08F326220742020379B855B87DF9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf2673f49d2737f97d70995eD43D128E0B8E560c5/info.json b/blockchains/smartchain/assets/0xf2673f49d2737f97d70995eD43D128E0B8E560c5/info.json deleted file mode 100644 index 1e964be00bb86..0000000000000 --- a/blockchains/smartchain/assets/0xf2673f49d2737f97d70995eD43D128E0B8E560c5/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Buff Shiba Inu", - "type": "BEP20", - "symbol": "BUFFSHIBA", - "decimals": 9, - "website": "https://buffshibainu.io", - "description": "Buff Shiba Inu, a community-driven token that empowers small and non-private investors to build stronger portfolios.", - "explorer": "https://bscscan.com/token/0xf2673f49d2737f97d70995eD43D128E0B8E560c5", - "status": "active", - "id": "0xf2673f49d2737f97d70995eD43D128E0B8E560c5", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/buffshibainu" - }, - { - "name": "github", - "url": "https://github.com/buffshibainu" - }, - { - "name": "telegram", - "url": "https://t.me/buffshibainu" - }, - { - "name": "telegram_news", - "url": "https://t.me/buffshibachannel" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/buffshibainu" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf2673f49d2737f97d70995eD43D128E0B8E560c5/logo.png b/blockchains/smartchain/assets/0xf2673f49d2737f97d70995eD43D128E0B8E560c5/logo.png deleted file mode 100644 index a535bcdd27a8d..0000000000000 Binary files a/blockchains/smartchain/assets/0xf2673f49d2737f97d70995eD43D128E0B8E560c5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf275e1AC303a4C9D987a2c48b8E555A77FeC3F1C/info.json b/blockchains/smartchain/assets/0xf275e1AC303a4C9D987a2c48b8E555A77FeC3F1C/info.json deleted file mode 100644 index c7cc18e139dd5..0000000000000 --- a/blockchains/smartchain/assets/0xf275e1AC303a4C9D987a2c48b8E555A77FeC3F1C/info.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "name": "DEEPSPACE", - "type": "BEP20", - "symbol": "DPS", - "decimals": 9, - "website": "https://deepspace.game", - "description": "Welcome to the DEEPSPACE Metaverse! DEEPSPACE is a Play-to-Earn space multiverse exploration strategy game! Earn passive income from holding $DPS, trading NFTs, and taking risks as you explore DEEPSPACE with your fleet of ships! Prepare to explore, harvest, and fight your way through the DEEPSPACE universe!", - "explorer": "https://bscscan.com/token/0xf275e1AC303a4C9D987a2c48b8E555A77FeC3F1C", - "status": "active", - "id": "0xf275e1AC303a4C9D987a2c48b8E555A77FeC3F1C", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/DeepSpaceBSC" - }, - { - "name": "github", - "url": "https://github.com/deepspace-game" - }, - { - "name": "telegram", - "url": "https://t.me/DeepSpaceGame" - }, - { - "name": "telegram_news", - "url": "https://t.me/deepspaceannouncements" - }, - { - "name": "blog", - "url": "https://dps.fyi/blog" - }, - { - "name": "docs", - "url": "https://dps.fyi/docs" - }, - { - "name": "forum", - "url": "https://dps.fyi/forum" - }, - { - "name": "discord", - "url": "https://discord.com/invite/deepspace" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/DeepSpaceGame/" - }, - { - "name": "whitepaper", - "url": "https://dps.fyi/whitepaper" - }, - { - "name": "medium", - "url": "https://deepspacebsc.medium.com/" - }, - { - "name": "youtube", - "url": "https://youtube.com/c/DeepSpaceBSC" - }, - { - "name": "facebook", - "url": "https://facebook.com/deepspacebsc/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/deepspace/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/deepspace" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0xf275e1AC303a4C9D987a2c48b8E555A77FeC3F1C#code" - } - ], - "tags": [ - "nft", - "defi", - "staking", - "deflationary", - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0xf275e1AC303a4C9D987a2c48b8E555A77FeC3F1C/logo.png b/blockchains/smartchain/assets/0xf275e1AC303a4C9D987a2c48b8E555A77FeC3F1C/logo.png deleted file mode 100644 index cbf42f8406b9d..0000000000000 Binary files a/blockchains/smartchain/assets/0xf275e1AC303a4C9D987a2c48b8E555A77FeC3F1C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf29480344d8e21EFeAB7Fde39F8D8299056A7FEA/info.json b/blockchains/smartchain/assets/0xf29480344d8e21EFeAB7Fde39F8D8299056A7FEA/info.json deleted file mode 100644 index 6f894269ec35e..0000000000000 --- a/blockchains/smartchain/assets/0xf29480344d8e21EFeAB7Fde39F8D8299056A7FEA/info.json +++ /dev/null @@ -1,21 +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/0xf29480344d8e21EFeAB7Fde39F8D8299056A7FEA", - "status": "active", - "id": "0xf29480344d8e21EFeAB7Fde39F8D8299056A7FEA", - "links": [ - { - "name": "telegram", - "url": "https://t.me/tbcc_china" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/tbcc-labs/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf29480344d8e21EFeAB7Fde39F8D8299056A7FEA/logo.png b/blockchains/smartchain/assets/0xf29480344d8e21EFeAB7Fde39F8D8299056A7FEA/logo.png deleted file mode 100644 index 95f5c7b7b5e99..0000000000000 Binary files a/blockchains/smartchain/assets/0xf29480344d8e21EFeAB7Fde39F8D8299056A7FEA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf2E00684457de1a3C87361bC4BfE2DE92342306C/info.json b/blockchains/smartchain/assets/0xf2E00684457de1a3C87361bC4BfE2DE92342306C/info.json deleted file mode 100644 index 3af5f6f37275b..0000000000000 --- a/blockchains/smartchain/assets/0xf2E00684457de1a3C87361bC4BfE2DE92342306C/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Shield Network", - "type": "BEP20", - "symbol": "SHIELDNET", - "decimals": 18, - "website": "https://www.shieldnetwork.io/", - "description": "Shield Network, a token audit platform where every token is thoroughly audited to ensure safety and avoid scams.", - "explorer": "https://bscscan.com/token/0xf2E00684457de1a3C87361bC4BfE2DE92342306C", - "status": "active", - "id": "0xf2E00684457de1a3C87361bC4BfE2DE92342306C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf2E00684457de1a3C87361bC4BfE2DE92342306C/logo.png b/blockchains/smartchain/assets/0xf2E00684457de1a3C87361bC4BfE2DE92342306C/logo.png deleted file mode 100644 index 633a61fbc8d93..0000000000000 Binary files a/blockchains/smartchain/assets/0xf2E00684457de1a3C87361bC4BfE2DE92342306C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf307910A4c7bbc79691fD374889b36d8531B08e3/info.json b/blockchains/smartchain/assets/0xf307910A4c7bbc79691fD374889b36d8531B08e3/info.json deleted file mode 100644 index daf458fefec09..0000000000000 --- a/blockchains/smartchain/assets/0xf307910A4c7bbc79691fD374889b36d8531B08e3/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Ankr Token", - "website": "https://ankr.com", - "description": "Ankr is building an infrastructure platform and marketplace for Web3-stack deployment.", - "explorer": "https://bscscan.com/token/0xf307910A4c7bbc79691fD374889b36d8531B08e3", - "research": "https://research.binance.com/en/projects/ankr-network", - "type": "BEP20", - "symbol": "ANKR", - "decimals": 18, - "status": "active", - "id": "0xf307910A4c7bbc79691fD374889b36d8531B08e3", - "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/smartchain/assets/0xf307910A4c7bbc79691fD374889b36d8531B08e3/logo.png b/blockchains/smartchain/assets/0xf307910A4c7bbc79691fD374889b36d8531B08e3/logo.png deleted file mode 100644 index 2327c339bbdca..0000000000000 Binary files a/blockchains/smartchain/assets/0xf307910A4c7bbc79691fD374889b36d8531B08e3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf3147987a00D35EeCC10C731269003CA093740CA/info.json b/blockchains/smartchain/assets/0xf3147987a00D35EeCC10C731269003CA093740CA/info.json deleted file mode 100644 index e83add8a32631..0000000000000 --- a/blockchains/smartchain/assets/0xf3147987a00D35EeCC10C731269003CA093740CA/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "MAT", - "type": "BEP20", - "symbol": "MAT", - "decimals": 18, - "website": "https://mymasterwar.com", - "description": "The token for MyMasterWar, the NFT game with free play to earn model ", - "explorer": "https://bscscan.com/token/0xf3147987a00d35eecc10c731269003ca093740ca", - "status": "active", - "id": "0xf3147987a00D35EeCC10C731269003CA093740CA", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/my-master-war/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/my-master-war/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf3147987a00D35EeCC10C731269003CA093740CA/logo.png b/blockchains/smartchain/assets/0xf3147987a00D35EeCC10C731269003CA093740CA/logo.png deleted file mode 100644 index a9e620ff58fe9..0000000000000 Binary files a/blockchains/smartchain/assets/0xf3147987a00D35EeCC10C731269003CA093740CA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf3175F46B35bf82f5E1FB44c2a64Db99C52B7Eb4/info.json b/blockchains/smartchain/assets/0xf3175F46B35bf82f5E1FB44c2a64Db99C52B7Eb4/info.json deleted file mode 100644 index 7300d283b19d2..0000000000000 --- a/blockchains/smartchain/assets/0xf3175F46B35bf82f5E1FB44c2a64Db99C52B7Eb4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MoonDawg", - "website": "https://moondawgcoin.com", - "description": "MDG aims to become bsc’s ultimate rewards token. Community members Earn MDG just by holding them in their wallets. MDG holds weekly lottos with huge jackpots.", - "explorer": "https://bscscan.com/token/0xf3175F46B35bf82f5E1FB44c2a64Db99C52B7Eb4", - "type": "BEP20", - "symbol": "MDG", - "decimals": 9, - "status": "active", - "id": "0xf3175F46B35bf82f5E1FB44c2a64Db99C52B7Eb4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf3175F46B35bf82f5E1FB44c2a64Db99C52B7Eb4/logo.png b/blockchains/smartchain/assets/0xf3175F46B35bf82f5E1FB44c2a64Db99C52B7Eb4/logo.png deleted file mode 100644 index d2058dfb2fe72..0000000000000 Binary files a/blockchains/smartchain/assets/0xf3175F46B35bf82f5E1FB44c2a64Db99C52B7Eb4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf3630c7EED28514b4c14222bB86E31B53A5da101/info.json b/blockchains/smartchain/assets/0xf3630c7EED28514b4c14222bB86E31B53A5da101/info.json deleted file mode 100644 index 9de7ecc928f6f..0000000000000 --- a/blockchains/smartchain/assets/0xf3630c7EED28514b4c14222bB86E31B53A5da101/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "MetaNet", - "type": "BEP20", - "symbol": "MNet", - "decimals": 9, - "website": "https://metanet.is/", - "description": "MetaNet is a proprietary, hyper deflationary token on the Binance Smart Chain network. MetaNet is a platform in where content creators buy and sell NFTs.", - "explorer": "https://bscscan.com/token/0xf3630c7EED28514b4c14222bB86E31B53A5da101", - "status": "active", - "id": "0xf3630c7EED28514b4c14222bB86E31B53A5da101", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MetaNetflix" - }, - { - "name": "telegram", - "url": "https://t.me/metanetbsc" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/metanet/" - } - ], - "tags": [ - "deflationary" - ] -} diff --git a/blockchains/smartchain/assets/0xf3630c7EED28514b4c14222bB86E31B53A5da101/logo.png b/blockchains/smartchain/assets/0xf3630c7EED28514b4c14222bB86E31B53A5da101/logo.png deleted file mode 100644 index 423cec56efd88..0000000000000 Binary files a/blockchains/smartchain/assets/0xf3630c7EED28514b4c14222bB86E31B53A5da101/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf36F22D8D583fbAFc034450f50110925c76D40d7/info.json b/blockchains/smartchain/assets/0xf36F22D8D583fbAFc034450f50110925c76D40d7/info.json deleted file mode 100644 index 50c6762c2196c..0000000000000 --- a/blockchains/smartchain/assets/0xf36F22D8D583fbAFc034450f50110925c76D40d7/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "SIAMESE NEKO", - "type": "BEP20", - "symbol": "SIAM", - "decimals": 9, - "website": "https://siamese.finance", - "description": "Community-driven token with 2% reward to holders, 5% to LP on each transaction. 25M Siamese Neko Debit Cards by 2025! Be part of our mission to the moon!", - "explorer": "https://bscscan.com/token/0xf36F22D8D583fbAFc034450f50110925c76D40d7", - "status": "active", - "id": "0xf36F22D8D583fbAFc034450f50110925c76D40d7", - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf36F22D8D583fbAFc034450f50110925c76D40d7/logo.png b/blockchains/smartchain/assets/0xf36F22D8D583fbAFc034450f50110925c76D40d7/logo.png deleted file mode 100644 index 08638899df161..0000000000000 Binary files a/blockchains/smartchain/assets/0xf36F22D8D583fbAFc034450f50110925c76D40d7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf390fB7d16f2cbba037c1fC48862463116a7E545/info.json b/blockchains/smartchain/assets/0xf390fB7d16f2cbba037c1fC48862463116a7E545/info.json deleted file mode 100644 index 1df66342abde6..0000000000000 --- a/blockchains/smartchain/assets/0xf390fB7d16f2cbba037c1fC48862463116a7E545/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MoonLift", - "website": "https://moonlift.io", - "description": "MoonLift is a community driven passive income generation protocol running on Binancesmartchain", - "explorer": "https://bscscan.com/token/0xf390fB7d16f2cbba037c1fC48862463116a7E545", - "type": "BEP20", - "symbol": "MLTP", - "decimals": 18, - "status": "active", - "id": "0xf390fB7d16f2cbba037c1fC48862463116a7E545" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf390fB7d16f2cbba037c1fC48862463116a7E545/logo.png b/blockchains/smartchain/assets/0xf390fB7d16f2cbba037c1fC48862463116a7E545/logo.png deleted file mode 100644 index 24f1b05ca61de..0000000000000 Binary files a/blockchains/smartchain/assets/0xf390fB7d16f2cbba037c1fC48862463116a7E545/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf3DBB49999B25c9D6641a9423C7ad84168D00071/info.json b/blockchains/smartchain/assets/0xf3DBB49999B25c9D6641a9423C7ad84168D00071/info.json deleted file mode 100644 index 08c019f2791db..0000000000000 --- a/blockchains/smartchain/assets/0xf3DBB49999B25c9D6641a9423C7ad84168D00071/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Hydro Token", - "website": "https://projecthydro.org", - "description": "Multi-chain protocols securing the web3 reality.", - "explorer": "https://bscscan.com/token/0xf3DBB49999B25c9D6641a9423C7ad84168D00071", - "research": "https://github.com/HydroBlockchain/Hydro-Docs", - "type": "BEP20", - "symbol": "HYDRO", - "decimals": 18, - "status": "active", - "id": "0xf3DBB49999B25c9D6641a9423C7ad84168D00071" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf3DBB49999B25c9D6641a9423C7ad84168D00071/logo.png b/blockchains/smartchain/assets/0xf3DBB49999B25c9D6641a9423C7ad84168D00071/logo.png deleted file mode 100644 index 64d8db5a4b70a..0000000000000 Binary files a/blockchains/smartchain/assets/0xf3DBB49999B25c9D6641a9423C7ad84168D00071/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf3eDD4f14a018df4b6f02Bf1b2cF17A8120519A2/info.json b/blockchains/smartchain/assets/0xf3eDD4f14a018df4b6f02Bf1b2cF17A8120519A2/info.json deleted file mode 100644 index 6f4f2db034b01..0000000000000 --- a/blockchains/smartchain/assets/0xf3eDD4f14a018df4b6f02Bf1b2cF17A8120519A2/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "PandaInuWalletToken", - "website": "https://pandainu.io", - "description": "PandaInu is a meme-based token & Defi Wallets", - "explorer": "https://bscscan.com/token/0xf3eDD4f14a018df4b6f02Bf1b2cF17A8120519A2", - "type": "BEP20", - "symbol": "PWT", - "decimals": 8, - "status": "active", - "id": "0xf3eDD4f14a018df4b6f02Bf1b2cF17A8120519A2", - "links": [ - { - "name": "reddit", - "url": "https://reddit.com/user/Pandainu_official" - }, - { - "name": "medium", - "url": "https://pandainu.medium.com/" - }, - { - "name": "twitter", - "url": "https://twitter.com/Pandainu21" - }, - { - "name": "facebook", - "url": "https://facebook.com/pandainutoken/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf3eDD4f14a018df4b6f02Bf1b2cF17A8120519A2/logo.png b/blockchains/smartchain/assets/0xf3eDD4f14a018df4b6f02Bf1b2cF17A8120519A2/logo.png deleted file mode 100644 index bd8dae79916fd..0000000000000 Binary files a/blockchains/smartchain/assets/0xf3eDD4f14a018df4b6f02Bf1b2cF17A8120519A2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf40c1F421eE02A550aFDD8712ef34dCe97EeC6f2/info.json b/blockchains/smartchain/assets/0xf40c1F421eE02A550aFDD8712ef34dCe97EeC6f2/info.json deleted file mode 100644 index 8bf9e4d8eea73..0000000000000 --- a/blockchains/smartchain/assets/0xf40c1F421eE02A550aFDD8712ef34dCe97EeC6f2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "wDogecoin", - "website": "https://wdogecoin.net", - "description": "Yield farm Dogecoin on Binance Smart Chain", - "explorer": "https://bscscan.com/token/0xf40c1f421ee02a550afdd8712ef34dce97eec6f2", - "symbol": "wDOGE", - "type": "BEP20", - "decimals": 8, - "status": "active", - "id": "0xf40c1F421eE02A550aFDD8712ef34dCe97EeC6f2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf40c1F421eE02A550aFDD8712ef34dCe97EeC6f2/logo.png b/blockchains/smartchain/assets/0xf40c1F421eE02A550aFDD8712ef34dCe97EeC6f2/logo.png deleted file mode 100644 index 069c924e5e0d2..0000000000000 Binary files a/blockchains/smartchain/assets/0xf40c1F421eE02A550aFDD8712ef34dCe97EeC6f2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf4206e5F264420630520e0D23c14D8Dd5645e6C3/info.json b/blockchains/smartchain/assets/0xf4206e5F264420630520e0D23c14D8Dd5645e6C3/info.json deleted file mode 100644 index dc52636c0020c..0000000000000 --- a/blockchains/smartchain/assets/0xf4206e5F264420630520e0D23c14D8Dd5645e6C3/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Lunar", - "type": "BEP20", - "symbol": "LUNAR", - "decimals": 9, - "website": "https://lunarswap.finance/", - "description": "Innovative, decentralized yield farming token which automatically rewards both BNB and LUNAR goal is to create DEX tools such as limit buys/sells, stop loss/take profit, a liquidity sniper, and similar tools on top on pancakeswap.", - "explorer": "https://bscscan.com/token/0xf4206e5F264420630520e0D23c14D8Dd5645e6C3", - "status": "active", - "id": "0xf4206e5F264420630520e0D23c14D8Dd5645e6C3" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf4206e5F264420630520e0D23c14D8Dd5645e6C3/logo.png b/blockchains/smartchain/assets/0xf4206e5F264420630520e0D23c14D8Dd5645e6C3/logo.png deleted file mode 100644 index de6fe890ed030..0000000000000 Binary files a/blockchains/smartchain/assets/0xf4206e5F264420630520e0D23c14D8Dd5645e6C3/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf4341fA52669cea0c1836095529A7E9B04b8b88D/info.json b/blockchains/smartchain/assets/0xf4341fA52669cea0c1836095529A7E9B04b8b88D/info.json deleted file mode 100644 index 45362c2f2beab..0000000000000 --- a/blockchains/smartchain/assets/0xf4341fA52669cea0c1836095529A7E9B04b8b88D/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Satozhi", - "type": "BEP20", - "symbol": "SATOZ", - "decimals": 8, - "website": "https://satozhi.com", - "description": "The World's First Proof-of-Burn (PoB) Decentralized Ecosystem", - "explorer": "https://bscscan.com/token/0xf4341fA52669cea0c1836095529A7E9B04b8b88D", - "status": "active", - "id": "0xf4341fA52669cea0c1836095529A7E9B04b8b88D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf4341fA52669cea0c1836095529A7E9B04b8b88D/logo.png b/blockchains/smartchain/assets/0xf4341fA52669cea0c1836095529A7E9B04b8b88D/logo.png deleted file mode 100644 index e2eca24d4c153..0000000000000 Binary files a/blockchains/smartchain/assets/0xf4341fA52669cea0c1836095529A7E9B04b8b88D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf45de5A6d02c4a6E050B90Add33ebf0A34D017e0/info.json b/blockchains/smartchain/assets/0xf45de5A6d02c4a6E050B90Add33ebf0A34D017e0/info.json deleted file mode 100644 index b98af6f878bc8..0000000000000 --- a/blockchains/smartchain/assets/0xf45de5A6d02c4a6E050B90Add33ebf0A34D017e0/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "WEB3 Doge", - "type": "BEP20", - "symbol": "WEB3", - "decimals": 9, - "website": "https://web3doge.io", - "description": "Web3 Doge allows you to enter the metaverse by employing a 3D NFT avatar of your real pet on the Web3 Doge platform.", - "explorer": "https://bscscan.com/token/0xf45de5a6d02c4a6e050b90add33ebf0a34d017e0", - "status": "active", - "id": "0xf45de5A6d02c4a6E050B90Add33ebf0A34D017e0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/web3_doge" - }, - { - "name": "github", - "url": "https://github.com/web3doge" - }, - { - "name": "telegram", - "url": "https://t.me/web3_doge_eng" - }, - { - "name": "whitepaper", - "url": "https://web3doge.io/assets/web3_doge_whitepaper_v1.pdf" - }, - { - "name": "medium", - "url": "https://medium.com/@web3_doge" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/web3-doge/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/web3-doge" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0xf45de5a6d02c4a6e050b90add33ebf0a34d017e0#code" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf45de5A6d02c4a6E050B90Add33ebf0A34D017e0/logo.png b/blockchains/smartchain/assets/0xf45de5A6d02c4a6E050B90Add33ebf0A34D017e0/logo.png deleted file mode 100644 index 37ec3432e5388..0000000000000 Binary files a/blockchains/smartchain/assets/0xf45de5A6d02c4a6E050B90Add33ebf0A34D017e0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf483af09917bA63F1E274056978036d266EB56e6/info.json b/blockchains/smartchain/assets/0xf483af09917bA63F1E274056978036d266EB56e6/info.json deleted file mode 100644 index 95a221dc3cd11..0000000000000 --- a/blockchains/smartchain/assets/0xf483af09917bA63F1E274056978036d266EB56e6/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BULL COIN", - "website": "http://bullcoin.finance/", - "description": "BullSwap is a completely decentralized transaction protocol", - "explorer": "https://bscscan.com/token/0xf483af09917bA63F1E274056978036d266EB56e6", - "type": "BEP20", - "symbol": "BULL", - "decimals": 18, - "status": "active", - "id": "0xf483af09917bA63F1E274056978036d266EB56e6" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf483af09917bA63F1E274056978036d266EB56e6/logo.png b/blockchains/smartchain/assets/0xf483af09917bA63F1E274056978036d266EB56e6/logo.png deleted file mode 100644 index 8367cdff611d9..0000000000000 Binary files a/blockchains/smartchain/assets/0xf483af09917bA63F1E274056978036d266EB56e6/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf486ad071f3bEE968384D2E39e2D8aF0fCf6fd46/info.json b/blockchains/smartchain/assets/0xf486ad071f3bEE968384D2E39e2D8aF0fCf6fd46/info.json deleted file mode 100644 index 0e1c09655896d..0000000000000 --- a/blockchains/smartchain/assets/0xf486ad071f3bEE968384D2E39e2D8aF0fCf6fd46/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "VELO", - "type": "BEP20", - "symbol": "VELO", - "decimals": 18, - "website": "http://velo.org/", - "description": "Velo’s core mission is to build a decentralized settlement network that allows its Trusted Partners to securely transfer value among one another in a timely and transparent manner. Velo’s initial focus will be on businesses in the remittance space in the southeast Asia region.", - "explorer": "https://bscscan.com/token/0xf486ad071f3bee968384d2e39e2d8af0fcf6fd46", - "status": "active", - "id": "0xf486ad071f3bEE968384D2E39e2D8aF0fCf6fd46", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/veloprotocol" - }, - { - "name": "whitepaper", - "url": "https://velo.org/doc/Velo_Whitepaper_EN.pdf" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/velo/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf486ad071f3bEE968384D2E39e2D8aF0fCf6fd46/logo.png b/blockchains/smartchain/assets/0xf486ad071f3bEE968384D2E39e2D8aF0fCf6fd46/logo.png deleted file mode 100644 index a59dd4bd6c7c4..0000000000000 Binary files a/blockchains/smartchain/assets/0xf486ad071f3bEE968384D2E39e2D8aF0fCf6fd46/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf4a037785b3AE6C70F9Ed71fA2084B3589CABd46/info.json b/blockchains/smartchain/assets/0xf4a037785b3AE6C70F9Ed71fA2084B3589CABd46/info.json deleted file mode 100644 index b423aedde3631..0000000000000 --- a/blockchains/smartchain/assets/0xf4a037785b3AE6C70F9Ed71fA2084B3589CABd46/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MEMEX.EXCHANGE", - "type": "BEP20", - "symbol": "MEMEX", - "decimals": 8, - "website": "https://memex.exchange", - "description": "The first multi-chain DEX for MEME tokens with an entire ecosystem around meme tokens.", - "explorer": "https://bscscan.com/token/0xf4a037785b3AE6C70F9Ed71fA2084B3589CABd46", - "status": "active", - "id": "0xf4a037785b3AE6C70F9Ed71fA2084B3589CABd46" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf4a037785b3AE6C70F9Ed71fA2084B3589CABd46/logo.png b/blockchains/smartchain/assets/0xf4a037785b3AE6C70F9Ed71fA2084B3589CABd46/logo.png deleted file mode 100644 index 99e596d0a165d..0000000000000 Binary files a/blockchains/smartchain/assets/0xf4a037785b3AE6C70F9Ed71fA2084B3589CABd46/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf5015995376a35b10dcBD96BA6B6e9de1c9f87c5/info.json b/blockchains/smartchain/assets/0xf5015995376a35b10dcBD96BA6B6e9de1c9f87c5/info.json deleted file mode 100644 index 561c5718996df..0000000000000 --- a/blockchains/smartchain/assets/0xf5015995376a35b10dcBD96BA6B6e9de1c9f87c5/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Military Finance Token", - "type": "BEP20", - "symbol": "MIL", - "decimals": 9, - "website": "https://www.military.finance/", - "description": "Military.finance is a fully decentralized, community-built project to help military veterans and charities. Simply put, we connect crypto to veteran organizations.", - "explorer": "https://bscscan.com/token/0xf5015995376a35b10dcBD96BA6B6e9de1c9f87c5", - "status": "active", - "id": "0xf5015995376a35b10dcBD96BA6B6e9de1c9f87c5" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf5015995376a35b10dcBD96BA6B6e9de1c9f87c5/logo.png b/blockchains/smartchain/assets/0xf5015995376a35b10dcBD96BA6B6e9de1c9f87c5/logo.png deleted file mode 100644 index a92a48375c4d6..0000000000000 Binary files a/blockchains/smartchain/assets/0xf5015995376a35b10dcBD96BA6B6e9de1c9f87c5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf508fCD89b8bd15579dc79A6827cB4686A3592c8/info.json b/blockchains/smartchain/assets/0xf508fCD89b8bd15579dc79A6827cB4686A3592c8/info.json deleted file mode 100644 index 86736f530604c..0000000000000 --- a/blockchains/smartchain/assets/0xf508fCD89b8bd15579dc79A6827cB4686A3592c8/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Venus ETH", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "research": "https://research.binance.com/en/projects/venus", - "explorer": "https://bscscan.com/token/0xf508fCD89b8bd15579dc79A6827cB4686A3592c8", - "type": "BEP20", - "symbol": "vETH", - "decimals": 8, - "status": "active", - "id": "0xf508fCD89b8bd15579dc79A6827cB4686A3592c8", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf508fCD89b8bd15579dc79A6827cB4686A3592c8/logo.png b/blockchains/smartchain/assets/0xf508fCD89b8bd15579dc79A6827cB4686A3592c8/logo.png deleted file mode 100644 index 6461b421e15f0..0000000000000 Binary files a/blockchains/smartchain/assets/0xf508fCD89b8bd15579dc79A6827cB4686A3592c8/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf647d6B49ea7bb880EcbCFf9913dF0d634875D33/info.json b/blockchains/smartchain/assets/0xf647d6B49ea7bb880EcbCFf9913dF0d634875D33/info.json deleted file mode 100644 index b371a76396a32..0000000000000 --- a/blockchains/smartchain/assets/0xf647d6B49ea7bb880EcbCFf9913dF0d634875D33/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Stargazer Protocol", - "website": "https://stargazerprotocol.com/", - "description": "Stargazer is comprised of many modules which will be based on tiers. Rugcheck - Ability to rug check a coin and get a rug score. Whale Watch - Watch a wallets movements in real time. Get alerts when buy/sells happen. Adjust the alerts to show only buys, or only sells, or both. Harpoon - With a simple list of coins and a very recent list of holders of one of those coins you can identify a person of interest's wallet address with the harpoon technology.", - "explorer": "https://bscscan.com/token/0xf647d6B49ea7bb880EcbCFf9913dF0d634875D33", - "type": "BEP20", - "symbol": "STARDUST", - "decimals": 9, - "status": "active", - "id": "0xf647d6B49ea7bb880EcbCFf9913dF0d634875D33" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf647d6B49ea7bb880EcbCFf9913dF0d634875D33/logo.png b/blockchains/smartchain/assets/0xf647d6B49ea7bb880EcbCFf9913dF0d634875D33/logo.png deleted file mode 100644 index 017ed172ea443..0000000000000 Binary files a/blockchains/smartchain/assets/0xf647d6B49ea7bb880EcbCFf9913dF0d634875D33/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf67006f8d22edEbd1191f3E728ab9a90289e6C38/info.json b/blockchains/smartchain/assets/0xf67006f8d22edEbd1191f3E728ab9a90289e6C38/info.json deleted file mode 100644 index c14830c5cb99f..0000000000000 --- a/blockchains/smartchain/assets/0xf67006f8d22edEbd1191f3E728ab9a90289e6C38/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "LittleBabyDoge", - "type": "BEP20", - "symbol": "LBD", - "decimals": 9, - "website": "https://littlebabydoge.com/", - "description": "Little Baby Doge is a hyper-deflationary decentralized buyback token, community-driven project that aims to reduce global warming by being the no 1 cryptocurrency platform for fighting climate change!", - "explorer": "https://bscscan.com/token/0xf67006f8d22edEbd1191f3E728ab9a90289e6C38", - "status": "active", - "id": "0xf67006f8d22edEbd1191f3E728ab9a90289e6C38", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/LBD_se" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/little-baby-doge/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/littlebabydoge" - }, - { - "name": "telegram", - "url": "https://t.me/LittleBabyDogeOfficial" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0xf67006f8d22edEbd1191f3E728ab9a90289e6C38/logo.png b/blockchains/smartchain/assets/0xf67006f8d22edEbd1191f3E728ab9a90289e6C38/logo.png deleted file mode 100644 index e5347b00e05d2..0000000000000 Binary files a/blockchains/smartchain/assets/0xf67006f8d22edEbd1191f3E728ab9a90289e6C38/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf68D4d917592f3a62417aCE42592F15296cc33A0/info.json b/blockchains/smartchain/assets/0xf68D4d917592f3a62417aCE42592F15296cc33A0/info.json deleted file mode 100644 index 7f969c2f4c46a..0000000000000 --- a/blockchains/smartchain/assets/0xf68D4d917592f3a62417aCE42592F15296cc33A0/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Coinhub", - "type": "BEP20", - "symbol": "CHB", - "decimals": 8, - "website": "https://thecoinhub.io/", - "description": "Coinhub is a trading platform with CHB token which is a utility token. It is located in The U.A.E", - "explorer": "https://bscscan.com/token/0xf68D4d917592f3a62417aCE42592F15296cc33A0", - "status": "active", - "id": "0xf68D4d917592f3a62417aCE42592F15296cc33A0", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/coinhubchb" - }, - { - "name": "github", - "url": "https://github.com/https://github.com/trustwallet/assets/pull/22943#issuecomment-1304637991" - } - ], - "tags": [ - "staking" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf68D4d917592f3a62417aCE42592F15296cc33A0/logo.png b/blockchains/smartchain/assets/0xf68D4d917592f3a62417aCE42592F15296cc33A0/logo.png deleted file mode 100644 index ee7784a141fab..0000000000000 Binary files a/blockchains/smartchain/assets/0xf68D4d917592f3a62417aCE42592F15296cc33A0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf707155AAf4cD8E97D7B298964e84f3221241142/info.json b/blockchains/smartchain/assets/0xf707155AAf4cD8E97D7B298964e84f3221241142/info.json deleted file mode 100644 index 3a4295d79d48a..0000000000000 --- a/blockchains/smartchain/assets/0xf707155AAf4cD8E97D7B298964e84f3221241142/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MARKGOAT Token", - "website": "https://markgoat.finance", - "description": "MARKGOAT is a deflationary cryptocurrency on the Binance Smart Chain (BSC) with charitable purposes that also combines NFT market production and automated liquidity protocol.", - "explorer": "https://bscscan.com/token/0xf707155AAf4cD8E97D7B298964e84f3221241142", - "type": "BEP20", - "symbol": "MARKGOAT", - "decimals": 9, - "status": "active", - "id": "0xf707155AAf4cD8E97D7B298964e84f3221241142" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf707155AAf4cD8E97D7B298964e84f3221241142/logo.png b/blockchains/smartchain/assets/0xf707155AAf4cD8E97D7B298964e84f3221241142/logo.png deleted file mode 100644 index efd4b8fa3544d..0000000000000 Binary files a/blockchains/smartchain/assets/0xf707155AAf4cD8E97D7B298964e84f3221241142/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf7722aA0714096f1FB5ef83e6041CEBB4d58a08e/info.json b/blockchains/smartchain/assets/0xf7722aA0714096f1FB5ef83e6041CEBB4d58a08e/info.json deleted file mode 100644 index 2fdd0de918946..0000000000000 --- a/blockchains/smartchain/assets/0xf7722aA0714096f1FB5ef83e6041CEBB4d58a08e/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "RUBY", - "type": "BEP20", - "symbol": "RUBY", - "decimals": 12, - "website": "https://rubyplaynet.com", - "description": "The Ruby Play Network is a gaming rewards platform. We aim to drive adoption of the blockchain to mainstream players by providing them simple ways to earn cryptocurrency.", - "explorer": "https://bscscan.com/token/0xf7722aA0714096f1FB5ef83e6041CEBB4d58a08e", - "status": "active", - "id": "0xf7722aA0714096f1FB5ef83e6041CEBB4d58a08e", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/RubyPlayNetwork" - }, - { - "name": "telegram", - "url": "https://t.me/joinchat/axBVv4-VeiQ0MzBh" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/RubyPlayNetwork/" - }, - { - "name": "medium", - "url": "https://medium.com/@Ruby_Play" - }, - { - "name": "facebook", - "url": "https://facebook.com/rubyplaynetwork" - } - ], - "tags": [ - "staking", - "gamefi" - ] -} diff --git a/blockchains/smartchain/assets/0xf7722aA0714096f1FB5ef83e6041CEBB4d58a08e/logo.png b/blockchains/smartchain/assets/0xf7722aA0714096f1FB5ef83e6041CEBB4d58a08e/logo.png deleted file mode 100644 index 810f3c1ef9fee..0000000000000 Binary files a/blockchains/smartchain/assets/0xf7722aA0714096f1FB5ef83e6041CEBB4d58a08e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf78Bbc835b52D7f0e9538C3566997bA2bf050B85/info.json b/blockchains/smartchain/assets/0xf78Bbc835b52D7f0e9538C3566997bA2bf050B85/info.json deleted file mode 100644 index 40d9d9b9117f0..0000000000000 --- a/blockchains/smartchain/assets/0xf78Bbc835b52D7f0e9538C3566997bA2bf050B85/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SkyBorn", - "type": "BEP20", - "symbol": "SKYBORN", - "decimals": 18, - "website": "https://www.skybornbsc.com/", - "description": "SkyBorn created and continues to grow a cryptocurrency community comprised of members to trade and create shareable community content. The SkyBorn project plans to incorporate NFTs for the upcoming release of Binance's release of NFT Marketplace on June 24th, 2021. Additionally, SkyBorn plans to design a mobile application (game) where all microtransactions will be used towards marketing of the token.", - "explorer": "https://bscscan.com/token/0xf78Bbc835b52D7f0e9538C3566997bA2bf050B85", - "status": "active", - "id": "0xf78Bbc835b52D7f0e9538C3566997bA2bf050B85" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf78Bbc835b52D7f0e9538C3566997bA2bf050B85/logo.png b/blockchains/smartchain/assets/0xf78Bbc835b52D7f0e9538C3566997bA2bf050B85/logo.png deleted file mode 100644 index 2b42caa7269be..0000000000000 Binary files a/blockchains/smartchain/assets/0xf78Bbc835b52D7f0e9538C3566997bA2bf050B85/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf79037F6f6bE66832DE4E7516be52826BC3cBcc4/info.json b/blockchains/smartchain/assets/0xf79037F6f6bE66832DE4E7516be52826BC3cBcc4/info.json deleted file mode 100644 index 5a80aa1a0dd65..0000000000000 --- a/blockchains/smartchain/assets/0xf79037F6f6bE66832DE4E7516be52826BC3cBcc4/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Hard Protocol", - "website": "https://hard.kava.io/", - "description": "Harvest is the world’s first cross-chain money market that enables you to earn more with your digital assets.", - "explorer": "https://bscscan.com/token/0xf79037f6f6be66832de4e7516be52826bc3cbcc4", - "research": "https://research.binance.com/en/projects/hard-protocol", - "type": "BEP20", - "symbol": "HARD", - "decimals": 6, - "status": "active", - "id": "0xf79037F6f6bE66832DE4E7516be52826BC3cBcc4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf79037F6f6bE66832DE4E7516be52826BC3cBcc4/logo.png b/blockchains/smartchain/assets/0xf79037F6f6bE66832DE4E7516be52826BC3cBcc4/logo.png deleted file mode 100644 index 9049dc35b50c5..0000000000000 Binary files a/blockchains/smartchain/assets/0xf79037F6f6bE66832DE4E7516be52826BC3cBcc4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf79a6caDa446F331BC560CDE7946d09AEF0EE18B/info.json b/blockchains/smartchain/assets/0xf79a6caDa446F331BC560CDE7946d09AEF0EE18B/info.json deleted file mode 100644 index 97b01c79995ff..0000000000000 --- a/blockchains/smartchain/assets/0xf79a6caDa446F331BC560CDE7946d09AEF0EE18B/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Nestle Finance", - "website": "https://www.nestlefinance.com", - "description": "Nestle Finance is an autonomous yield and liquidity protocol", - "explorer": "https://bscscan.com/token/0xf79a6cada446f331bc560cde7946d09aef0ee18b", - "type": "BEP20", - "symbol": "NSTLE", - "decimals": 9, - "status": "active", - "id": "0xf79a6caDa446F331BC560CDE7946d09AEF0EE18B" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf79a6caDa446F331BC560CDE7946d09AEF0EE18B/logo.png b/blockchains/smartchain/assets/0xf79a6caDa446F331BC560CDE7946d09AEF0EE18B/logo.png deleted file mode 100644 index d506cf7875b26..0000000000000 Binary files a/blockchains/smartchain/assets/0xf79a6caDa446F331BC560CDE7946d09AEF0EE18B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf7BF4507336AeA836ab5575eC1801d96c3059483/info.json b/blockchains/smartchain/assets/0xf7BF4507336AeA836ab5575eC1801d96c3059483/info.json deleted file mode 100644 index e6cb981f45362..0000000000000 --- a/blockchains/smartchain/assets/0xf7BF4507336AeA836ab5575eC1801d96c3059483/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Super Floki", - "type": "BEP20", - "symbol": "SLOKI", - "decimals": 9, - "website": "https://superfloki.net/", - "description": "Supported By ELON MUSK. Named by its beloved father, Elon Musk and the potential for this adorable little baby puppy is limitless.", - "explorer": "https://bscscan.com/token/0xf7BF4507336AeA836ab5575eC1801d96c3059483", - "status": "active", - "id": "0xf7BF4507336AeA836ab5575eC1801d96c3059483", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/FlokiSuper" - }, - { - "name": "telegram", - "url": "https://t.me/SuperFlokiEn" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf7BF4507336AeA836ab5575eC1801d96c3059483/logo.png b/blockchains/smartchain/assets/0xf7BF4507336AeA836ab5575eC1801d96c3059483/logo.png deleted file mode 100644 index 31ffe196e83b7..0000000000000 Binary files a/blockchains/smartchain/assets/0xf7BF4507336AeA836ab5575eC1801d96c3059483/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf7DE7E8A6bd59ED41a4b5fe50278b3B7f31384dF/info.json b/blockchains/smartchain/assets/0xf7DE7E8A6bd59ED41a4b5fe50278b3B7f31384dF/info.json deleted file mode 100644 index 9fd8c062ab492..0000000000000 --- a/blockchains/smartchain/assets/0xf7DE7E8A6bd59ED41a4b5fe50278b3B7f31384dF/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Radiant v2", - "type": "BEP20", - "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://bscscan.com/token/0xf7de7e8a6bd59ed41a4b5fe50278b3b7f31384df", - "status": "active", - "id": "0xf7DE7E8A6bd59ED41a4b5fe50278b3B7f31384dF", - "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/smartchain/assets/0xf7DE7E8A6bd59ED41a4b5fe50278b3B7f31384dF/logo.png b/blockchains/smartchain/assets/0xf7DE7E8A6bd59ED41a4b5fe50278b3B7f31384dF/logo.png deleted file mode 100644 index 61eec0683aa20..0000000000000 Binary files a/blockchains/smartchain/assets/0xf7DE7E8A6bd59ED41a4b5fe50278b3B7f31384dF/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf818D092BeAF21BEaFe6aCDd8230BD5F7b861D9C/info.json b/blockchains/smartchain/assets/0xf818D092BeAF21BEaFe6aCDd8230BD5F7b861D9C/info.json deleted file mode 100644 index 92e954216f446..0000000000000 --- a/blockchains/smartchain/assets/0xf818D092BeAF21BEaFe6aCDd8230BD5F7b861D9C/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MoonGhost", - "type": "BEP20", - "symbol": "MOONGHOST", - "decimals": 9, - "website": "http://moonghost.finance/", - "description": "MoonGhost was created with the sole purpose of investor's being able to collect BNB by holding MOONGHOST.", - "explorer": "https://bscscan.com/token/0xf818D092BeAF21BEaFe6aCDd8230BD5F7b861D9C", - "status": "active", - "id": "0xf818D092BeAF21BEaFe6aCDd8230BD5F7b861D9C" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf818D092BeAF21BEaFe6aCDd8230BD5F7b861D9C/logo.png b/blockchains/smartchain/assets/0xf818D092BeAF21BEaFe6aCDd8230BD5F7b861D9C/logo.png deleted file mode 100644 index f23e3fafebf3f..0000000000000 Binary files a/blockchains/smartchain/assets/0xf818D092BeAF21BEaFe6aCDd8230BD5F7b861D9C/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf834673D496AEAcb5E99Dfbfc34f1bDCdf81D7Bd/info.json b/blockchains/smartchain/assets/0xf834673D496AEAcb5E99Dfbfc34f1bDCdf81D7Bd/info.json deleted file mode 100644 index 06100130a18b4..0000000000000 --- a/blockchains/smartchain/assets/0xf834673D496AEAcb5E99Dfbfc34f1bDCdf81D7Bd/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "Aegis Launchpad", - "website": "https://aegislaunchpad.com/", - "description": "A launchpad that allows any token amount held by investors to participate in IDO's. It also includes an insurance system and P2E game.", - "explorer": "https://bscscan.com/token/0xf834673d496aeacb5e99dfbfc34f1bdcdf81d7bd", - "type": "BEP20", - "symbol": "AGSPAD", - "decimals": 9, - "status": "active", - "id": "0xf834673D496AEAcb5E99Dfbfc34f1bDCdf81D7Bd", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/AegisLaunchpad" - }, - { - "name": "telegram", - "url": "https://t.me/AegisLaunchpad" - }, - { - "name": "facebook", - "url": "https://facebook.com/aegislaunchpad/" - }, - { - "name": "whitepaper", - "url": "https://aegislaunchpad.com/assets/files/AEGIS%20LAUNCHPAD%20WHITEPAPER%201.0%20c2p%20102221%20b.pdf" - }, - { - "name": "medium", - "url": "https://aegislaunchpad.medium.com/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/aegis-launchpad/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/aegis-launchpad" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0xf834673d496aeacb5e99dfbfc34f1bdcdf81d7bd#code" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf834673D496AEAcb5E99Dfbfc34f1bDCdf81D7Bd/logo.png b/blockchains/smartchain/assets/0xf834673D496AEAcb5E99Dfbfc34f1bDCdf81D7Bd/logo.png deleted file mode 100644 index c7c014f81f033..0000000000000 Binary files a/blockchains/smartchain/assets/0xf834673D496AEAcb5E99Dfbfc34f1bDCdf81D7Bd/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf8418D0a7f30BB899639B232f9748c0f1fA87870/info.json b/blockchains/smartchain/assets/0xf8418D0a7f30BB899639B232f9748c0f1fA87870/info.json deleted file mode 100644 index cad5499c3eaa9..0000000000000 --- a/blockchains/smartchain/assets/0xf8418D0a7f30BB899639B232f9748c0f1fA87870/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TheCollectiveCoin", - "website": "https://www.thecollectivecoin.co", - "description": "The Collective is one of the first decentralized freelancer marketplace on the BSC network.", - "explorer": "https://bscscan.com/token/0xf8418D0a7f30BB899639B232f9748c0f1fA87870", - "type": "BEP20", - "symbol": "TCC", - "decimals": 9, - "status": "active", - "id": "0xf8418D0a7f30BB899639B232f9748c0f1fA87870" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf8418D0a7f30BB899639B232f9748c0f1fA87870/logo.png b/blockchains/smartchain/assets/0xf8418D0a7f30BB899639B232f9748c0f1fA87870/logo.png deleted file mode 100644 index a8d09198ddcfd..0000000000000 Binary files a/blockchains/smartchain/assets/0xf8418D0a7f30BB899639B232f9748c0f1fA87870/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf859Bf77cBe8699013d6Dbc7C2b926Aaf307F830/info.json b/blockchains/smartchain/assets/0xf859Bf77cBe8699013d6Dbc7C2b926Aaf307F830/info.json deleted file mode 100644 index 8517ace603507..0000000000000 --- a/blockchains/smartchain/assets/0xf859Bf77cBe8699013d6Dbc7C2b926Aaf307F830/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Berry Data", - "type": "BEP20", - "symbol": "BRY", - "decimals": 18, - "website": "https://berrydata.co/", - "description": "Berry Data is a transparent community-verified price oracle on BSC(Binance Smart Chain). ", - "explorer": "https://bscscan.com/token/0xf859Bf77cBe8699013d6Dbc7C2b926Aaf307F830", - "status": "active", - "id": "0xf859Bf77cBe8699013d6Dbc7C2b926Aaf307F830", - "links": [ - { - "name": "github", - "url": "https://github.com/berrydata" - }, - { - "name": "twitter", - "url": "https://twitter.com/berry_data" - }, - { - "name": "telegram", - "url": "https://t.me/berrydata" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf859Bf77cBe8699013d6Dbc7C2b926Aaf307F830/logo.png b/blockchains/smartchain/assets/0xf859Bf77cBe8699013d6Dbc7C2b926Aaf307F830/logo.png deleted file mode 100644 index 124f0236d14c9..0000000000000 Binary files a/blockchains/smartchain/assets/0xf859Bf77cBe8699013d6Dbc7C2b926Aaf307F830/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf869076283148054Ce4634677b3bb832320463AA/info.json b/blockchains/smartchain/assets/0xf869076283148054Ce4634677b3bb832320463AA/info.json deleted file mode 100644 index ca58cb5147b96..0000000000000 --- a/blockchains/smartchain/assets/0xf869076283148054Ce4634677b3bb832320463AA/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DADDY FEG", - "symbol": "DADDYFEG", - "type": "BEP20", - "decimals": 9, - "description": "DADDY FEG token will serve as a launchpad for legitimate organizations and projects in the De-Fi Binance Smart Chain space. Tokens who want to be featured on the DADDY FEG token site will need to pay to become partners and be promoted. The launchpad serves the purpose of weeding out illegitimate projects and confirming project activity with team leaders. Any projects found to be associated with projects that failed early will automatically be rejected, due to a poor track record.", - "website": "https://daddyfeg.com/", - "explorer": "https://bscscan.com/token/0xf869076283148054Ce4634677b3bb832320463AA", - "status": "active", - "id": "0xf869076283148054Ce4634677b3bb832320463AA" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf869076283148054Ce4634677b3bb832320463AA/logo.png b/blockchains/smartchain/assets/0xf869076283148054Ce4634677b3bb832320463AA/logo.png deleted file mode 100644 index 92c9baaed8051..0000000000000 Binary files a/blockchains/smartchain/assets/0xf869076283148054Ce4634677b3bb832320463AA/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf8D954168FbbF579F8FAd5F7583d4f76f10AE97D/info.json b/blockchains/smartchain/assets/0xf8D954168FbbF579F8FAd5F7583d4f76f10AE97D/info.json deleted file mode 100644 index dd2a61c6dc5bf..0000000000000 --- a/blockchains/smartchain/assets/0xf8D954168FbbF579F8FAd5F7583d4f76f10AE97D/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Alley Token", - "website": "https://nftalley.io", - "description": "Native token of NFT Alley Protocol(Multi-chain NFT Marketplace)", - "explorer": "https://bscscan.com/token/0xf8D954168FbbF579F8FAd5F7583d4f76f10AE97D", - "type": "BEP20", - "symbol": "ALLEY", - "decimals": 18, - "status": "active", - "id": "0xf8D954168FbbF579F8FAd5F7583d4f76f10AE97D" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf8D954168FbbF579F8FAd5F7583d4f76f10AE97D/logo.png b/blockchains/smartchain/assets/0xf8D954168FbbF579F8FAd5F7583d4f76f10AE97D/logo.png deleted file mode 100644 index c7ae3c2af5fa1..0000000000000 Binary files a/blockchains/smartchain/assets/0xf8D954168FbbF579F8FAd5F7583d4f76f10AE97D/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf8F9efC0db77d8881500bb06FF5D6ABc3070E695/info.json b/blockchains/smartchain/assets/0xf8F9efC0db77d8881500bb06FF5D6ABc3070E695/info.json deleted file mode 100644 index aee8dc8c01be2..0000000000000 --- a/blockchains/smartchain/assets/0xf8F9efC0db77d8881500bb06FF5D6ABc3070E695/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Synapse", - "symbol": "SYN", - "type": "BEP20", - "decimals": 18, - "description": "Synapse is a cross-chain layer ∞ protocol powering interoperability between blockchains.", - "website": "https://synapseprotocol.com/", - "explorer": "https://bscscan.com/token/0xf8F9efC0db77d8881500bb06FF5D6ABc3070E695", - "status": "active", - "id": "0xf8F9efC0db77d8881500bb06FF5D6ABc3070E695", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/synapseprotocol" - }, - { - "name": "telegram", - "url": "https://t.me/synapseprotocol" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/synapse-2/" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf8F9efC0db77d8881500bb06FF5D6ABc3070E695/logo.png b/blockchains/smartchain/assets/0xf8F9efC0db77d8881500bb06FF5D6ABc3070E695/logo.png deleted file mode 100644 index 577673c43c6a4..0000000000000 Binary files a/blockchains/smartchain/assets/0xf8F9efC0db77d8881500bb06FF5D6ABc3070E695/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf91d58b5aE142DAcC749f58A49FCBac340Cb0343/info.json b/blockchains/smartchain/assets/0xf91d58b5aE142DAcC749f58A49FCBac340Cb0343/info.json deleted file mode 100644 index b3c97641237a6..0000000000000 --- a/blockchains/smartchain/assets/0xf91d58b5aE142DAcC749f58A49FCBac340Cb0343/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Venus FIL", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "research": "https://research.binance.com/en/projects/venus", - "explorer": "https://bscscan.com/token/0xf91d58b5aE142DAcC749f58A49FCBac340Cb0343", - "type": "BEP20", - "symbol": "vFIL", - "decimals": 8, - "status": "active", - "id": "0xf91d58b5aE142DAcC749f58A49FCBac340Cb0343", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf91d58b5aE142DAcC749f58A49FCBac340Cb0343/logo.png b/blockchains/smartchain/assets/0xf91d58b5aE142DAcC749f58A49FCBac340Cb0343/logo.png deleted file mode 100644 index e94351f0da0ad..0000000000000 Binary files a/blockchains/smartchain/assets/0xf91d58b5aE142DAcC749f58A49FCBac340Cb0343/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf9752A6E8A5E5f5e6EB3aB4e7d8492460fb319f0/info.json b/blockchains/smartchain/assets/0xf9752A6E8A5E5f5e6EB3aB4e7d8492460fb319f0/info.json deleted file mode 100644 index 3cbe9e29fc492..0000000000000 --- a/blockchains/smartchain/assets/0xf9752A6E8A5E5f5e6EB3aB4e7d8492460fb319f0/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Ares Protocol", - "type": "BEP20", - "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://bscscan.com/token/0xf9752A6E8A5E5f5e6EB3aB4e7d8492460fb319f0", - "status": "active", - "id": "0xf9752A6E8A5E5f5e6EB3aB4e7d8492460fb319f0", - "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/smartchain/assets/0xf9752A6E8A5E5f5e6EB3aB4e7d8492460fb319f0/logo.png b/blockchains/smartchain/assets/0xf9752A6E8A5E5f5e6EB3aB4e7d8492460fb319f0/logo.png deleted file mode 100644 index ad9c92c4524d6..0000000000000 Binary files a/blockchains/smartchain/assets/0xf9752A6E8A5E5f5e6EB3aB4e7d8492460fb319f0/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf9A3FdA781c94942760860fc731c24301c83830A/info.json b/blockchains/smartchain/assets/0xf9A3FdA781c94942760860fc731c24301c83830A/info.json deleted file mode 100644 index 36ecfaf2202b7..0000000000000 --- a/blockchains/smartchain/assets/0xf9A3FdA781c94942760860fc731c24301c83830A/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PhilosoRaptor", - "website": "https://raptr.finance", - "description": "A deflationnary token made for long term investors and helping to save the earth", - "explorer": "https://bscscan.com/token/0xf9A3FdA781c94942760860fc731c24301c83830A", - "type": "BEP20", - "symbol": "RAPTOR", - "decimals": 9, - "status": "active", - "id": "0xf9A3FdA781c94942760860fc731c24301c83830A" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf9A3FdA781c94942760860fc731c24301c83830A/logo.png b/blockchains/smartchain/assets/0xf9A3FdA781c94942760860fc731c24301c83830A/logo.png deleted file mode 100644 index dee7f3150101a..0000000000000 Binary files a/blockchains/smartchain/assets/0xf9A3FdA781c94942760860fc731c24301c83830A/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf9CeC8d50f6c8ad3Fb6dcCEC577e05aA32B224FE/info.json b/blockchains/smartchain/assets/0xf9CeC8d50f6c8ad3Fb6dcCEC577e05aA32B224FE/info.json deleted file mode 100644 index f1583114751b0..0000000000000 --- a/blockchains/smartchain/assets/0xf9CeC8d50f6c8ad3Fb6dcCEC577e05aA32B224FE/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Chromia", - "symbol": "CHR", - "type": "BEP20", - "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://bscscan.com/token/0xf9CeC8d50f6c8ad3Fb6dcCEC577e05aA32B224FE", - "status": "active", - "id": "0xf9CeC8d50f6c8ad3Fb6dcCEC577e05aA32B224FE", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/chromia/" - }, - { - "name": "twitter", - "url": "https://twitter.com/teamchromia" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0xf9CeC8d50f6c8ad3Fb6dcCEC577e05aA32B224FE/logo.png b/blockchains/smartchain/assets/0xf9CeC8d50f6c8ad3Fb6dcCEC577e05aA32B224FE/logo.png deleted file mode 100644 index 395696034cf78..0000000000000 Binary files a/blockchains/smartchain/assets/0xf9CeC8d50f6c8ad3Fb6dcCEC577e05aA32B224FE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xf9c27de474ccE832fAD75107853b78838888ac11/info.json b/blockchains/smartchain/assets/0xf9c27de474ccE832fAD75107853b78838888ac11/info.json deleted file mode 100644 index 29c993cf7d7fe..0000000000000 --- a/blockchains/smartchain/assets/0xf9c27de474ccE832fAD75107853b78838888ac11/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "APM Coin", - "symbol": "APM", - "type": "BEP20", - "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://bscscan.com/token/0xf9c27de474cce832fad75107853b78838888ac11", - "status": "active", - "id": "0xf9c27de474ccE832fAD75107853b78838888ac11", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/apm-coin/" - }, - { - "name": "twitter", - "url": "https://twitter.com/apmcoin" - }, - { - "name": "telegram", - "url": "https://t.me/apmcoin_official" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xf9c27de474ccE832fAD75107853b78838888ac11/logo.png b/blockchains/smartchain/assets/0xf9c27de474ccE832fAD75107853b78838888ac11/logo.png deleted file mode 100644 index b23304784bcc8..0000000000000 Binary files a/blockchains/smartchain/assets/0xf9c27de474ccE832fAD75107853b78838888ac11/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfA54fF1a158B5189Ebba6ae130CEd6bbd3aEA76e/info.json b/blockchains/smartchain/assets/0xfA54fF1a158B5189Ebba6ae130CEd6bbd3aEA76e/info.json deleted file mode 100644 index d86fc2b81edc1..0000000000000 --- a/blockchains/smartchain/assets/0xfA54fF1a158B5189Ebba6ae130CEd6bbd3aEA76e/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "SOL (Portal)", - "type": "BEP20", - "symbol": "SOL", - "decimals": 9, - "description": "Cross Chain Portal Bridged Token", - "website": "https://solana.com/", - "explorer": "https://bscscan.com/token/0xfA54fF1a158B5189Ebba6ae130CEd6bbd3aEA76e", - "status": "active", - "id": "0xfA54fF1a158B5189Ebba6ae130CEd6bbd3aEA76e", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfA54fF1a158B5189Ebba6ae130CEd6bbd3aEA76e/logo.png b/blockchains/smartchain/assets/0xfA54fF1a158B5189Ebba6ae130CEd6bbd3aEA76e/logo.png deleted file mode 100644 index 7a2e75fd77f1b..0000000000000 Binary files a/blockchains/smartchain/assets/0xfA54fF1a158B5189Ebba6ae130CEd6bbd3aEA76e/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfA949EF822125233f1e1A0691c13977B4354B257/info.json b/blockchains/smartchain/assets/0xfA949EF822125233f1e1A0691c13977B4354B257/info.json deleted file mode 100644 index e4bcbf9077597..0000000000000 --- a/blockchains/smartchain/assets/0xfA949EF822125233f1e1A0691c13977B4354B257/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CLOWN", - "website": "https://www.clown-coin.com", - "description": "Clown coin is a binary smart chain network based on the BEP-20 token.", - "explorer": "https://bscscan.com/token/0xfA949EF822125233f1e1A0691c13977B4354B257", - "type": "BEP20", - "symbol": "CLOWN", - "decimals": 9, - "status": "active", - "id": "0xfA949EF822125233f1e1A0691c13977B4354B257" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfA949EF822125233f1e1A0691c13977B4354B257/logo.png b/blockchains/smartchain/assets/0xfA949EF822125233f1e1A0691c13977B4354B257/logo.png deleted file mode 100644 index f01d1c63c4296..0000000000000 Binary files a/blockchains/smartchain/assets/0xfA949EF822125233f1e1A0691c13977B4354B257/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfAEFe2e0D056243060A6f640d5735CAE307001C4/info.json b/blockchains/smartchain/assets/0xfAEFe2e0D056243060A6f640d5735CAE307001C4/info.json deleted file mode 100644 index efba53de5097a..0000000000000 --- a/blockchains/smartchain/assets/0xfAEFe2e0D056243060A6f640d5735CAE307001C4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Supermoon", - "website": "https://supermoon.finance/", - "description": "The token for those who dare to dream BIG!", - "explorer": "https://bscscan.com/token/0xfAEFe2e0D056243060A6f640d5735CAE307001C4", - "type": "BEP20", - "symbol": "OSM", - "decimals": 9, - "status": "active", - "id": "0xfAEFe2e0D056243060A6f640d5735CAE307001C4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfAEFe2e0D056243060A6f640d5735CAE307001C4/logo.png b/blockchains/smartchain/assets/0xfAEFe2e0D056243060A6f640d5735CAE307001C4/logo.png deleted file mode 100644 index 6ea18d86d5c3d..0000000000000 Binary files a/blockchains/smartchain/assets/0xfAEFe2e0D056243060A6f640d5735CAE307001C4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfAEce5aCc269774Eb1D544Ee8D45671A55516296/info.json b/blockchains/smartchain/assets/0xfAEce5aCc269774Eb1D544Ee8D45671A55516296/info.json deleted file mode 100644 index d272f0d589c71..0000000000000 --- a/blockchains/smartchain/assets/0xfAEce5aCc269774Eb1D544Ee8D45671A55516296/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Digo", - "type": "BEP20", - "symbol": "DGO", - "decimals": 8, - "website": "https://coindigo.tech/", - "description": "Digo token is a crypto asset on the Binance Smart Chain used as a medium of exchange for goods and services, P2P transactions, cryptocurrency exchange and also can serve as a store of value.", - "explorer": "https://bscscan.com/token/0xfAEce5aCc269774Eb1D544Ee8D45671A55516296", - "status": "active", - "id": "0xfAEce5aCc269774Eb1D544Ee8D45671A55516296" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfAEce5aCc269774Eb1D544Ee8D45671A55516296/logo.png b/blockchains/smartchain/assets/0xfAEce5aCc269774Eb1D544Ee8D45671A55516296/logo.png deleted file mode 100644 index 10edf2afd0725..0000000000000 Binary files a/blockchains/smartchain/assets/0xfAEce5aCc269774Eb1D544Ee8D45671A55516296/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfAF9Cc03C9855777FB56D02bC2Bcb9d57e0755DE/info.json b/blockchains/smartchain/assets/0xfAF9Cc03C9855777FB56D02bC2Bcb9d57e0755DE/info.json deleted file mode 100644 index dcdad61579dd8..0000000000000 --- a/blockchains/smartchain/assets/0xfAF9Cc03C9855777FB56D02bC2Bcb9d57e0755DE/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Urgaming", - "website": "https://www.urgaming.io", - "description": "Token to provide solutions to Professional gamers and content creators in the gaming industry.", - "explorer": "https://bscscan.com/token/0xfAF9Cc03C9855777FB56D02bC2Bcb9d57e0755DE", - "type": "BEP20", - "symbol": "URG", - "decimals": 9, - "status": "active", - "id": "0xfAF9Cc03C9855777FB56D02bC2Bcb9d57e0755DE" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfAF9Cc03C9855777FB56D02bC2Bcb9d57e0755DE/logo.png b/blockchains/smartchain/assets/0xfAF9Cc03C9855777FB56D02bC2Bcb9d57e0755DE/logo.png deleted file mode 100644 index 1768587ae9d3d..0000000000000 Binary files a/blockchains/smartchain/assets/0xfAF9Cc03C9855777FB56D02bC2Bcb9d57e0755DE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfB17D214d83643da1b079d410647c33aBcE972e2/info.json b/blockchains/smartchain/assets/0xfB17D214d83643da1b079d410647c33aBcE972e2/info.json deleted file mode 100644 index beaa228c2e139..0000000000000 --- a/blockchains/smartchain/assets/0xfB17D214d83643da1b079d410647c33aBcE972e2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FEG Wrapped DOGE", - "symbol": "fDOGE", - "type": "BEP20", - "decimals": 8, - "description": "FEG Wrapped DOGE", - "website": "https://fegtoken.com", - "explorer": "https://bscscan.com/token/0xfb17d214d83643da1b079d410647c33abce972e2", - "status": "active", - "id": "0xfB17D214d83643da1b079d410647c33aBcE972e2" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfB17D214d83643da1b079d410647c33aBcE972e2/logo.png b/blockchains/smartchain/assets/0xfB17D214d83643da1b079d410647c33aBcE972e2/logo.png deleted file mode 100644 index 4b4e40c769b0d..0000000000000 Binary files a/blockchains/smartchain/assets/0xfB17D214d83643da1b079d410647c33aBcE972e2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfB4D42BEd5618fb1a377DDB64EB56B92a6d117f2/info.json b/blockchains/smartchain/assets/0xfB4D42BEd5618fb1a377DDB64EB56B92a6d117f2/info.json deleted file mode 100644 index dc6b49bc5e093..0000000000000 --- a/blockchains/smartchain/assets/0xfB4D42BEd5618fb1a377DDB64EB56B92a6d117f2/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "NOKU v2", - "type": "BEP20", - "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://bscscan.com/token/0xfB4D42BEd5618fb1a377DDB64EB56B92a6d117f2", - "status": "active", - "id": "0xfB4D42BEd5618fb1a377DDB64EB56B92a6d117f2", - "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/smartchain/assets/0xfB4D42BEd5618fb1a377DDB64EB56B92a6d117f2/logo.png b/blockchains/smartchain/assets/0xfB4D42BEd5618fb1a377DDB64EB56B92a6d117f2/logo.png deleted file mode 100644 index d6331bbcfea37..0000000000000 Binary files a/blockchains/smartchain/assets/0xfB4D42BEd5618fb1a377DDB64EB56B92a6d117f2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfC8E68E30350c6603D3d29fCc8E676380C28FCf4/info.json b/blockchains/smartchain/assets/0xfC8E68E30350c6603D3d29fCc8E676380C28FCf4/info.json deleted file mode 100644 index 0e6f39e79e939..0000000000000 --- a/blockchains/smartchain/assets/0xfC8E68E30350c6603D3d29fCc8E676380C28FCf4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BitBlocks Finance v2", - "website": "http://bitblocks.finance", - "description": "BitBlocks Finance is a decentralized yield farming protocol running on Binance Smart Chain and Pancake swap exchange, with lots of other features that let you earn and win tokens.", - "explorer": "https://bscscan.com/token/0xfc8e68e30350c6603d3d29fcc8e676380c28fcf4", - "type": "BEP20", - "symbol": "BBKFI", - "decimals": 18, - "status": "active", - "id": "0xfC8E68E30350c6603D3d29fCc8E676380C28FCf4" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfC8E68E30350c6603D3d29fCc8E676380C28FCf4/logo.png b/blockchains/smartchain/assets/0xfC8E68E30350c6603D3d29fCc8E676380C28FCf4/logo.png deleted file mode 100644 index 10997ed336f2d..0000000000000 Binary files a/blockchains/smartchain/assets/0xfC8E68E30350c6603D3d29fCc8E676380C28FCf4/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfCaDD830fF2D6Cf3AD1681E1e8FC5DDCe9d59E74/info.json b/blockchains/smartchain/assets/0xfCaDD830fF2D6Cf3AD1681E1e8FC5DDCe9d59E74/info.json deleted file mode 100644 index e43a63658247d..0000000000000 --- a/blockchains/smartchain/assets/0xfCaDD830fF2D6Cf3AD1681E1e8FC5DDCe9d59E74/info.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "name": "Zada", - "type": "BEP20", - "symbol": "ZADA", - "decimals": 18, - "website": "https://zadauniverse.com", - "description": "ZADA is the first of its kind, a Hyper Reflection token that rewards its holders in a multitude of ways by simplifying the investing process and building a strong and varied portfolio.", - "explorer": "https://bscscan.com/token/0xfCaDD830fF2D6Cf3AD1681E1e8FC5DDCe9d59E74", - "status": "active", - "id": "0xfCaDD830fF2D6Cf3AD1681E1e8FC5DDCe9d59E74", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/zadabsc" - }, - { - "name": "github", - "url": "https://github.com/ZadaUniverse/Zada-BSC" - }, - { - "name": "telegram", - "url": "https://t.me/zadabsc" - }, - { - "name": "discord", - "url": "https://discord.com/channels/917875788743856158/917882105361489971" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/zadabsc/" - }, - { - "name": "medium", - "url": "https://zadabsc.medium.com/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC6QwHMbnVsIJ2VH3BrYwAuQ" - }, - { - "name": "facebook", - "url": "https://facebook.com/zadabsc" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/zada/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/zada" - }, - { - "name": "whitepaper", - "url": "https://zadauniverse.com/" - }, - { - "name": "source_code", - "url": "https://github.com/ZadaUniverse/Zada-BSC" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfCaDD830fF2D6Cf3AD1681E1e8FC5DDCe9d59E74/logo.png b/blockchains/smartchain/assets/0xfCaDD830fF2D6Cf3AD1681E1e8FC5DDCe9d59E74/logo.png deleted file mode 100644 index cea7e4a60c5ff..0000000000000 Binary files a/blockchains/smartchain/assets/0xfCaDD830fF2D6Cf3AD1681E1e8FC5DDCe9d59E74/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfCe3EFebC79d21a6B7cc7F3A7216E66e81f4B23B/info.json b/blockchains/smartchain/assets/0xfCe3EFebC79d21a6B7cc7F3A7216E66e81f4B23B/info.json deleted file mode 100644 index 73124fc62f635..0000000000000 --- a/blockchains/smartchain/assets/0xfCe3EFebC79d21a6B7cc7F3A7216E66e81f4B23B/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Meta World Token", - "type": "BEP20", - "symbol": "MTW", - "decimals": 18, - "website": "https://www.meta-world.game", - "description": "Meta-World is an island nation-building game for the NFT platform.", - "explorer": "https://bscscan.com/token/0xfCe3EFebC79d21a6B7cc7F3A7216E66e81f4B23B", - "status": "active", - "id": "0xfCe3EFebC79d21a6B7cc7F3A7216E66e81f4B23B", - "tags": [ - "gamefi" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MetaWorld_Game" - }, - { - "name": "telegram", - "url": "https://t.me/MetaWorld_Game" - } - ] -} diff --git a/blockchains/smartchain/assets/0xfCe3EFebC79d21a6B7cc7F3A7216E66e81f4B23B/logo.png b/blockchains/smartchain/assets/0xfCe3EFebC79d21a6B7cc7F3A7216E66e81f4B23B/logo.png deleted file mode 100644 index 55f3e3cebe14d..0000000000000 Binary files a/blockchains/smartchain/assets/0xfCe3EFebC79d21a6B7cc7F3A7216E66e81f4B23B/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfD26889cd6454D8751562f1c0FcF88b18B46F7B7/info.json b/blockchains/smartchain/assets/0xfD26889cd6454D8751562f1c0FcF88b18B46F7B7/info.json deleted file mode 100644 index 0c06e449cd6a4..0000000000000 --- a/blockchains/smartchain/assets/0xfD26889cd6454D8751562f1c0FcF88b18B46F7B7/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "DRUGS", - "website": "https://traphouse.vip/", - "description": "DRUGS is the primary token of the Traphouse yield farm playa. The most gangster yield farm ever created. Created by the THUGS interactive team.", - "explorer": "https://bscscan.com/token/0xfd26889cd6454d8751562f1c0fcf88b18b46f7b7", - "type": "BEP20", - "symbol": "DRUGS", - "decimals": 18, - "status": "active", - "id": "0xfD26889cd6454D8751562f1c0FcF88b18B46F7B7", - "links": [ - { - "name": "github", - "url": "https://github.com/thugs-defi" - }, - { - "name": "twitter", - "url": "https://twitter.com/ThugsFinance" - }, - { - "name": "telegram", - "url": "https://t.me/thugsfinance" - }, - { - "name": "discord", - "url": "https://discord.com/invite/AJDqFTP" - }, - { - "name": "medium", - "url": "https://thugsfinance.medium.com/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfD26889cd6454D8751562f1c0FcF88b18B46F7B7/logo.png b/blockchains/smartchain/assets/0xfD26889cd6454D8751562f1c0FcF88b18B46F7B7/logo.png deleted file mode 100644 index 6ca3a8681c627..0000000000000 Binary files a/blockchains/smartchain/assets/0xfD26889cd6454D8751562f1c0FcF88b18B46F7B7/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfD2CEaF2A104b2817D8D3252801c52AF6B8Dae77/info.json b/blockchains/smartchain/assets/0xfD2CEaF2A104b2817D8D3252801c52AF6B8Dae77/info.json deleted file mode 100644 index bdbcea9339c4d..0000000000000 --- a/blockchains/smartchain/assets/0xfD2CEaF2A104b2817D8D3252801c52AF6B8Dae77/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Futurov Governance Token", - "website": "https://futurov.com/", - "description": "FTV is the user owned and democtratically controlled entertainment DAO and multi-media NFT hub in V/AR.", - "explorer": "https://bscscan.com/token/0xfD2CEaF2A104b2817D8D3252801c52AF6B8Dae77", - "type": "BEP20", - "symbol": "FTV", - "decimals": 18, - "status": "active", - "id": "0xfD2CEaF2A104b2817D8D3252801c52AF6B8Dae77" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfD2CEaF2A104b2817D8D3252801c52AF6B8Dae77/logo.png b/blockchains/smartchain/assets/0xfD2CEaF2A104b2817D8D3252801c52AF6B8Dae77/logo.png deleted file mode 100644 index 2bbabca84c8c2..0000000000000 Binary files a/blockchains/smartchain/assets/0xfD2CEaF2A104b2817D8D3252801c52AF6B8Dae77/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfD5840Cd36d94D7229439859C0112a4185BC0255/info.json b/blockchains/smartchain/assets/0xfD5840Cd36d94D7229439859C0112a4185BC0255/info.json deleted file mode 100644 index c9dac6896101f..0000000000000 --- a/blockchains/smartchain/assets/0xfD5840Cd36d94D7229439859C0112a4185BC0255/info.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Venus USDT", - "website": "https://venus.io/", - "description": "Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.", - "research": "https://research.binance.com/en/projects/venus", - "explorer": "https://bscscan.com/token/0xfD5840Cd36d94D7229439859C0112a4185BC0255", - "type": "BEP20", - "symbol": "vUSDT", - "decimals": 8, - "status": "active", - "id": "0xfD5840Cd36d94D7229439859C0112a4185BC0255", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/VenusProtocol" - }, - { - "name": "telegram", - "url": "https://t.me/VenusProtocol" - }, - { - "name": "medium", - "url": "https://medium.com/VenusProtocol" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfD5840Cd36d94D7229439859C0112a4185BC0255/logo.png b/blockchains/smartchain/assets/0xfD5840Cd36d94D7229439859C0112a4185BC0255/logo.png deleted file mode 100644 index a7e07311e8ee6..0000000000000 Binary files a/blockchains/smartchain/assets/0xfD5840Cd36d94D7229439859C0112a4185BC0255/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfDFD27aE39cebefDBaAc8615F18aa68DDD0F15f5/info.json b/blockchains/smartchain/assets/0xfDFD27aE39cebefDBaAc8615F18aa68DDD0F15f5/info.json deleted file mode 100644 index 742a980f650ff..0000000000000 --- a/blockchains/smartchain/assets/0xfDFD27aE39cebefDBaAc8615F18aa68DDD0F15f5/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Giftedhands on BSC", - "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://bscscan.com/token/0xfDFD27aE39cebefDBaAc8615F18aa68DDD0F15f5", - "type": "BEP20", - "symbol": "GHD", - "decimals": 18, - "status": "active", - "id": "0xfDFD27aE39cebefDBaAc8615F18aa68DDD0F15f5", - "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/smartchain/assets/0xfDFD27aE39cebefDBaAc8615F18aa68DDD0F15f5/logo.png b/blockchains/smartchain/assets/0xfDFD27aE39cebefDBaAc8615F18aa68DDD0F15f5/logo.png deleted file mode 100644 index 1b67dcb005294..0000000000000 Binary files a/blockchains/smartchain/assets/0xfDFD27aE39cebefDBaAc8615F18aa68DDD0F15f5/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfDfF7a8eDA6a3739132867f989bE4bf84E803c15/info.json b/blockchains/smartchain/assets/0xfDfF7a8eDA6a3739132867f989bE4bf84E803c15/info.json deleted file mode 100644 index 2d32c8e07c153..0000000000000 --- a/blockchains/smartchain/assets/0xfDfF7a8eDA6a3739132867f989bE4bf84E803c15/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "New Year Token", - "website": "https://ny-token.com/", - "description": "The New Year token is a currency focused on NFT and New Year symbols, with real use.", - "explorer": "https://bscscan.com/token/0xfDfF7a8eDA6a3739132867f989bE4bf84E803c15", - "type": "BEP20", - "symbol": "NYT", - "decimals": 18, - "status": "active", - "id": "0xfDfF7a8eDA6a3739132867f989bE4bf84E803c15", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/new_year_token" - }, - { - "name": "github", - "url": "https://github.com/new-year-token" - }, - { - "name": "telegram", - "url": "https://t.me/new_year_token" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/new-year-token/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/new-year-token" - } - ] -} diff --git a/blockchains/smartchain/assets/0xfDfF7a8eDA6a3739132867f989bE4bf84E803c15/logo.png b/blockchains/smartchain/assets/0xfDfF7a8eDA6a3739132867f989bE4bf84E803c15/logo.png deleted file mode 100644 index 6c9bd46f780b4..0000000000000 Binary files a/blockchains/smartchain/assets/0xfDfF7a8eDA6a3739132867f989bE4bf84E803c15/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfE073C3B891325AE8686d9Cf2C8b3586674f7BE2/info.json b/blockchains/smartchain/assets/0xfE073C3B891325AE8686d9Cf2C8b3586674f7BE2/info.json deleted file mode 100644 index 62204f0f94b7d..0000000000000 --- a/blockchains/smartchain/assets/0xfE073C3B891325AE8686d9Cf2C8b3586674f7BE2/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "PokerFI.finance", - "type": "BEP20", - "symbol": "PokerFI", - "decimals": 9, - "website": "https://pokerfi.finance", - "description": "Innovation in financial transactions within online and live poker.", - "explorer": "https://bscscan.com/token/0xfE073C3B891325AE8686d9Cf2C8b3586674f7BE2", - "status": "active", - "id": "0xfE073C3B891325AE8686d9Cf2C8b3586674f7BE2", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/pokerfi" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/pokerfi" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfE073C3B891325AE8686d9Cf2C8b3586674f7BE2/logo.png b/blockchains/smartchain/assets/0xfE073C3B891325AE8686d9Cf2C8b3586674f7BE2/logo.png deleted file mode 100644 index 0fea3e491a825..0000000000000 Binary files a/blockchains/smartchain/assets/0xfE073C3B891325AE8686d9Cf2C8b3586674f7BE2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfE19F0B51438fd612f6FD59C1dbB3eA319f433Ba/info.json b/blockchains/smartchain/assets/0xfE19F0B51438fd612f6FD59C1dbB3eA319f433Ba/info.json deleted file mode 100644 index 4a907f3656e86..0000000000000 --- a/blockchains/smartchain/assets/0xfE19F0B51438fd612f6FD59C1dbB3eA319f433Ba/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Magic Internet Money", - "symbol": "MIM", - "type": "BEP20", - "decimals": 18, - "description": "abracadabra.money is a lending protocol that allows users to borrow a USD-pegged Stablecoin (MIM) using interest-bearing tokens as collateral.", - "website": "https://abracadabra.money/", - "explorer": "https://bscscan.com/token/0xfe19f0b51438fd612f6fd59c1dbb3ea319f433ba", - "status": "active", - "id": "0xfE19F0B51438fd612f6FD59C1dbB3eA319f433Ba", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MIM_Spell" - }, - { - "name": "github", - "url": "https://github.com/Abracadabra-money/magic-internet-money" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/magic-internet-money/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfE19F0B51438fd612f6FD59C1dbB3eA319f433Ba/logo.png b/blockchains/smartchain/assets/0xfE19F0B51438fd612f6FD59C1dbB3eA319f433Ba/logo.png deleted file mode 100644 index 4101813265fa1..0000000000000 Binary files a/blockchains/smartchain/assets/0xfE19F0B51438fd612f6FD59C1dbB3eA319f433Ba/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfE1d7f7a8f0bdA6E415593a2e4F82c64b446d404/info.json b/blockchains/smartchain/assets/0xfE1d7f7a8f0bdA6E415593a2e4F82c64b446d404/info.json deleted file mode 100644 index 145fd194ca7fa..0000000000000 --- a/blockchains/smartchain/assets/0xfE1d7f7a8f0bdA6E415593a2e4F82c64b446d404/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "BLP Token", - "website": "https://bullperks.com", - "description": "The BLP token powers The BullPerks ecosystem allowing holders to participate in deals on the platform.", - "explorer": "https://bscscan.com/token/0xfE1d7f7a8f0bdA6E415593a2e4F82c64b446d404", - "type": "BEP20", - "symbol": "BLP", - "decimals": 18, - "status": "active", - "id": "0xfE1d7f7a8f0bdA6E415593a2e4F82c64b446d404", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/bullperks" - }, - { - "name": "telegram", - "url": "https://t.me/BullPerks_Official" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/bullperks/" - }, - { - "name": "whitepaper", - "url": "https://bullperks.com/wp-content/uploads/2022/02/BullPerks-Whitepaper-compressed.pdf" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfE1d7f7a8f0bdA6E415593a2e4F82c64b446d404/logo.png b/blockchains/smartchain/assets/0xfE1d7f7a8f0bdA6E415593a2e4F82c64b446d404/logo.png deleted file mode 100644 index 27dd348753b25..0000000000000 Binary files a/blockchains/smartchain/assets/0xfE1d7f7a8f0bdA6E415593a2e4F82c64b446d404/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfEbe8C1eD424DbF688551D4E2267e7A53698F0aa/info.json b/blockchains/smartchain/assets/0xfEbe8C1eD424DbF688551D4E2267e7A53698F0aa/info.json deleted file mode 100644 index a763599730108..0000000000000 --- a/blockchains/smartchain/assets/0xfEbe8C1eD424DbF688551D4E2267e7A53698F0aa/info.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "name": "Vita Inu", - "type": "BEP20", - "symbol": "VINU", - "decimals": 18, - "website": "https://vitainu.org", - "description": "Vita Inu is the world’s first fast and feeless dog coin with high TPS and native smart contracts. VINU is the powerful multi-chain currency and governance token of the Vinuverse. The VINU community believes cryptocurrencies should be moved around freely, securely, and efficiently.", - "explorer": "https://bscscan.com/token/0xfebe8c1ed424dbf688551d4e2267e7a53698f0aa", - "status": "active", - "id": "0xfEbe8C1eD424DbF688551D4E2267e7A53698F0aa", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/vitainucoin" - }, - { - "name": "github", - "url": "https://github.com/vita-inu" - }, - { - "name": "telegram", - "url": "https://t.me/vitainu" - }, - { - "name": "telegram_news", - "url": "https://t.me/vinu_news" - }, - { - "name": "medium", - "url": "https://medium.com/@vitainu" - }, - { - "name": "discord", - "url": "https://discord.com/invite/m7JxNcSt7e" - }, - { - "name": "whitepaper", - "url": "https://vitainu.org/wp-content/uploads/2022/01/Vita-Inu-Whitepaper-NEW-INTRO_compressed.pdf" - }, - { - "name": "facebook", - "url": "https://facebook.com/vitainucoin" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCLcg0_VQMlOA9RfyW6xL9Zw" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/vitainu" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/vita-inu/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/vita-inu" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0xfebe8c1ed424dbf688551d4e2267e7a53698f0aa#code" - } - ], - "tags": [ - "memes", - "defi", - "deflationary", - "gamefi", - "staking", - "nft", - "governance", - "wrapped" - ] -} diff --git a/blockchains/smartchain/assets/0xfEbe8C1eD424DbF688551D4E2267e7A53698F0aa/logo.png b/blockchains/smartchain/assets/0xfEbe8C1eD424DbF688551D4E2267e7A53698F0aa/logo.png deleted file mode 100644 index 0fdad05b652d2..0000000000000 Binary files a/blockchains/smartchain/assets/0xfEbe8C1eD424DbF688551D4E2267e7A53698F0aa/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfFAD7f9F704a5FDC6265e24b436b4b35ed52DEF2/info.json b/blockchains/smartchain/assets/0xfFAD7f9F704a5FDC6265e24b436b4b35ed52DEF2/info.json deleted file mode 100644 index f565a17e6ff51..0000000000000 --- a/blockchains/smartchain/assets/0xfFAD7f9F704a5FDC6265e24b436b4b35ed52DEF2/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "CloudTx", - "type": "BEP20", - "symbol": "Cloud", - "decimals": 9, - "website": "https://cloudtx.finance/", - "description": "Cloud Tx is Proof of Stake blockhain with almost zero fees and gas for transaction. Cloudtx aims to balancing act between security, decentralization, and scalability. Cloudtx also build smart locker for more savety and security.", - "explorer": "https://bscscan.com/token/0xffad7f9f704a5fdc6265e24b436b4b35ed52def2", - "status": "active", - "id": "0xfFAD7f9F704a5FDC6265e24b436b4b35ed52DEF2", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Cloudtxofficial" - }, - { - "name": "telegram", - "url": "https://t.me/Cloudtx" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/cloudtx/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfFAD7f9F704a5FDC6265e24b436b4b35ed52DEF2/logo.png b/blockchains/smartchain/assets/0xfFAD7f9F704a5FDC6265e24b436b4b35ed52DEF2/logo.png deleted file mode 100644 index 273b71d336cea..0000000000000 Binary files a/blockchains/smartchain/assets/0xfFAD7f9F704a5FDC6265e24b436b4b35ed52DEF2/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfFdC00285DDe1f5b5c65C6a963357b4C55d8f601/info.json b/blockchains/smartchain/assets/0xfFdC00285DDe1f5b5c65C6a963357b4C55d8f601/info.json deleted file mode 100644 index 3187d4ab12c29..0000000000000 --- a/blockchains/smartchain/assets/0xfFdC00285DDe1f5b5c65C6a963357b4C55d8f601/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "BleuFi", - "type": "BEP20", - "symbol": "Bleu", - "decimals": 2, - "website": "https://app.bleufi.com/", - "description": "BleuFi Marketplace is a next generation marketplace where artists and collectors can create, sell and collect digital items secured with blockchain.", - "explorer": "https://bscscan.com/token/0xfFdC00285DDe1f5b5c65C6a963357b4C55d8f601", - "status": "active", - "id": "0xfFdC00285DDe1f5b5c65C6a963357b4C55d8f601", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Bleufiofficial" - }, - { - "name": "telegram", - "url": "https://t.me/BleuFi" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfFdC00285DDe1f5b5c65C6a963357b4C55d8f601/logo.png b/blockchains/smartchain/assets/0xfFdC00285DDe1f5b5c65C6a963357b4C55d8f601/logo.png deleted file mode 100644 index 25f5dc072e39a..0000000000000 Binary files a/blockchains/smartchain/assets/0xfFdC00285DDe1f5b5c65C6a963357b4C55d8f601/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfa37E513E6cd506c4694b992825a8B614C035581/info.json b/blockchains/smartchain/assets/0xfa37E513E6cd506c4694b992825a8B614C035581/info.json deleted file mode 100644 index 800e5b06dd030..0000000000000 --- a/blockchains/smartchain/assets/0xfa37E513E6cd506c4694b992825a8B614C035581/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Nexum Coin", - "website": "https://nexum.io", - "description": "Nexum is the utility token that aims to power the multi-billion Shipping & Oil industry. NEXM is designed to unbank the shipping industry", - "explorer": "https://bscscan.com/token/0xfa37E513E6cd506c4694b992825a8B614C035581", - "type": "BEP20", - "symbol": "NEXM", - "decimals": 8, - "status": "active", - "id": "0xfa37E513E6cd506c4694b992825a8B614C035581", - "links": [ - { - "name": "whitepaper", - "url": "https://nexum.ai/document/nxm_white_paper.pdf" - }, - { - "name": "telegram", - "url": "https://t.me/nexum_official" - }, - { - "name": "twitter", - "url": "https://twitter.com/CoinNexum" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/nexum/" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/smartchain/assets/0xfa37E513E6cd506c4694b992825a8B614C035581/logo.png b/blockchains/smartchain/assets/0xfa37E513E6cd506c4694b992825a8B614C035581/logo.png deleted file mode 100644 index ce69e5ca7483d..0000000000000 Binary files a/blockchains/smartchain/assets/0xfa37E513E6cd506c4694b992825a8B614C035581/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfa5DbE839C674C5a8A74dB57eE661fadE60bbf58/info.json b/blockchains/smartchain/assets/0xfa5DbE839C674C5a8A74dB57eE661fadE60bbf58/info.json deleted file mode 100644 index 5d1c3b1bdf9dc..0000000000000 --- a/blockchains/smartchain/assets/0xfa5DbE839C674C5a8A74dB57eE661fadE60bbf58/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Dog Owner", - "type": "BEP20", - "symbol": "DOGOWN", - "decimals": 18, - "website": "https://www.dogownertoken.com", - "description": "Dog Owner is the ultimate #MEME token that is community focussed but has the main use case being NFT's and NFT Farming.", - "explorer": "https://bscscan.com/token/0xfa5DbE839C674C5a8A74dB57eE661fadE60bbf58", - "status": "active", - "id": "0xfa5DbE839C674C5a8A74dB57eE661fadE60bbf58" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfa5DbE839C674C5a8A74dB57eE661fadE60bbf58/logo.png b/blockchains/smartchain/assets/0xfa5DbE839C674C5a8A74dB57eE661fadE60bbf58/logo.png deleted file mode 100644 index 383ebcd0949af..0000000000000 Binary files a/blockchains/smartchain/assets/0xfa5DbE839C674C5a8A74dB57eE661fadE60bbf58/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfaFf5251EA98f90540D6BacDf7A458f61b456C06/info.json b/blockchains/smartchain/assets/0xfaFf5251EA98f90540D6BacDf7A458f61b456C06/info.json deleted file mode 100644 index f82930b807da7..0000000000000 --- a/blockchains/smartchain/assets/0xfaFf5251EA98f90540D6BacDf7A458f61b456C06/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Lava Token", - "type": "BEP20", - "symbol": "Lava", - "decimals": 9, - "website": "https://www.lavatoken.com/", - "description": "The Lava Token is a community-driven, fairly launched DeFi Token where users earn rewards via static reflection. ", - "explorer": "https://bscscan.com/token/0xfaFf5251EA98f90540D6BacDf7A458f61b456C06", - "status": "active", - "id": "0xfaFf5251EA98f90540D6BacDf7A458f61b456C06" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfaFf5251EA98f90540D6BacDf7A458f61b456C06/logo.png b/blockchains/smartchain/assets/0xfaFf5251EA98f90540D6BacDf7A458f61b456C06/logo.png deleted file mode 100644 index cdc4298fc6000..0000000000000 Binary files a/blockchains/smartchain/assets/0xfaFf5251EA98f90540D6BacDf7A458f61b456C06/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfb16B31FA8a6Edcd2dDE78654CB0668c724C1dAc/info.json b/blockchains/smartchain/assets/0xfb16B31FA8a6Edcd2dDE78654CB0668c724C1dAc/info.json deleted file mode 100644 index c43662471fbff..0000000000000 --- a/blockchains/smartchain/assets/0xfb16B31FA8a6Edcd2dDE78654CB0668c724C1dAc/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "SafePokeman Token", - "type": "BEP20", - "symbol": "SAFEPOKEMAN", - "decimals": 18, - "website": "https://www.safepokeman.com", - "description": "Upload logo for SafePokeman Token", - "explorer": "https://bscscan.com/token/0xfb16B31FA8a6Edcd2dDE78654CB0668c724C1dAc", - "status": "active", - "id": "0xfb16B31FA8a6Edcd2dDE78654CB0668c724C1dAc", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/safepokeman" - }, - { - "name": "telegram", - "url": "https://t.me/safepokemanofficialchat" - }, - { - "name": "telegram_news", - "url": "https://t.me/SafePokeman_News" - }, - { - "name": "discord", - "url": "https://discord.com/invite/GGUbG666x2" - }, - { - "name": "whitepaper", - "url": "https://safepokeman.com/pdf/whitepaper.pdf" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC7BP18ZaifVuj6XWptN3ehg" - }, - { - "name": "facebook", - "url": "https://facebook.com/safepokemanofficial/" - }, - { - "name": "source_code", - "url": "https://bscscan.com/address/0xfb16b31fa8a6edcd2dde78654cb0668c724c1dac#code" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfb16B31FA8a6Edcd2dDE78654CB0668c724C1dAc/logo.png b/blockchains/smartchain/assets/0xfb16B31FA8a6Edcd2dDE78654CB0668c724C1dAc/logo.png deleted file mode 100644 index 9e6c2cf68267d..0000000000000 Binary files a/blockchains/smartchain/assets/0xfb16B31FA8a6Edcd2dDE78654CB0668c724C1dAc/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfb4b7ee058828b5fBF2e475dA88F1903f453334E/info.json b/blockchains/smartchain/assets/0xfb4b7ee058828b5fBF2e475dA88F1903f453334E/info.json deleted file mode 100644 index eda3768b48ef4..0000000000000 --- a/blockchains/smartchain/assets/0xfb4b7ee058828b5fBF2e475dA88F1903f453334E/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "OleCoin", - "type": "BEP20", - "symbol": "OLE", - "decimals": 9, - "website": "https://olecoin.io", - "description": "Olecoin is a BEP 20 token leading the launching of the first Brazilian platform to tokenize soccer players future receives. New talents could create their profiles, we use real scouts to validate their informations and once it is approved we create their tokens promoting to our community and with investors. Tokens could be NFT, DeFi or ERC-20. We use the right technology according to the commercial contract signed with the new talent.", - "explorer": "https://bscscan.com/token/0xfb4b7ee058828b5fBF2e475dA88F1903f453334E", - "status": "active", - "id": "0xfb4b7ee058828b5fBF2e475dA88F1903f453334E" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfb4b7ee058828b5fBF2e475dA88F1903f453334E/logo.png b/blockchains/smartchain/assets/0xfb4b7ee058828b5fBF2e475dA88F1903f453334E/logo.png deleted file mode 100644 index 4234efbe8135c..0000000000000 Binary files a/blockchains/smartchain/assets/0xfb4b7ee058828b5fBF2e475dA88F1903f453334E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfb5B838b6cfEEdC2873aB27866079AC55363D37E/info.json b/blockchains/smartchain/assets/0xfb5B838b6cfEEdC2873aB27866079AC55363D37E/info.json deleted file mode 100644 index 423c5322d0c70..0000000000000 --- a/blockchains/smartchain/assets/0xfb5B838b6cfEEdC2873aB27866079AC55363D37E/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "FLOKI", - "type": "BEP20", - "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://bscscan.com/token/0xfb5b838b6cfeedc2873ab27866079ac55363d37e", - "status": "active", - "id": "0xfb5B838b6cfEEdC2873aB27866079AC55363D37E", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/realflokiinu" - }, - { - "name": "telegram", - "url": "https://t.me/FlokiInuToken" - }, - { - "name": "whitepaper", - "url": "https://docs.theflokiinu.com/" - }, - { - "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/" - } - ], - "tags": [ - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfb5B838b6cfEEdC2873aB27866079AC55363D37E/logo.png b/blockchains/smartchain/assets/0xfb5B838b6cfEEdC2873aB27866079AC55363D37E/logo.png deleted file mode 100644 index 271d32eee6831..0000000000000 Binary files a/blockchains/smartchain/assets/0xfb5B838b6cfEEdC2873aB27866079AC55363D37E/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfb6115445Bff7b52FeB98650C87f44907E58f802/info.json b/blockchains/smartchain/assets/0xfb6115445Bff7b52FeB98650C87f44907E58f802/info.json deleted file mode 100644 index f90a579bdf57c..0000000000000 --- a/blockchains/smartchain/assets/0xfb6115445Bff7b52FeB98650C87f44907E58f802/info.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "Binance-Peg Aave Token", - "website": "https://aave.com", - "description": "Aave is a decentralized finance protocol that allows people to lend and borrow crypto.", - "explorer": "https://bscscan.com/token/0xfb6115445bff7b52feb98650c87f44907e58f802", - "research": "https://research.binance.com/en/projects/aave-protocol", - "type": "BEP20", - "symbol": "AAVE", - "decimals": 18, - "status": "active", - "id": "0xfb6115445Bff7b52FeB98650C87f44907E58f802", - "tags": [ - "governance", - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfb6115445Bff7b52FeB98650C87f44907E58f802/logo.png b/blockchains/smartchain/assets/0xfb6115445Bff7b52FeB98650C87f44907E58f802/logo.png deleted file mode 100644 index 14cd6ff7b9cf8..0000000000000 Binary files a/blockchains/smartchain/assets/0xfb6115445Bff7b52FeB98650C87f44907E58f802/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfb62AE373acA027177D1c18Ee0862817f9080d08/info.json b/blockchains/smartchain/assets/0xfb62AE373acA027177D1c18Ee0862817f9080d08/info.json deleted file mode 100644 index 6f839e8321a99..0000000000000 --- a/blockchains/smartchain/assets/0xfb62AE373acA027177D1c18Ee0862817f9080d08/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "My DeFi Pet Token", - "symbol": "DPET", - "type": "BEP20", - "decimals": 18, - "description": "My DeFi Pet brings traditional game experience and DeFi features to NFT collectibles where players can collect, breed and trade monsters or items, battle and participate in events.", - "website": "https://mydefipet.com/", - "explorer": "https://bscscan.com/token/0xfb62AE373acA027177D1c18Ee0862817f9080d08", - "status": "active", - "id": "0xfb62AE373acA027177D1c18Ee0862817f9080d08", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/my-defi-pet/" - }, - { - "name": "twitter", - "url": "https://twitter.com/MyDeFiPet" - }, - { - "name": "telegram", - "url": "https://t.me/mydefipet" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfb62AE373acA027177D1c18Ee0862817f9080d08/logo.png b/blockchains/smartchain/assets/0xfb62AE373acA027177D1c18Ee0862817f9080d08/logo.png deleted file mode 100644 index 04a204176ba72..0000000000000 Binary files a/blockchains/smartchain/assets/0xfb62AE373acA027177D1c18Ee0862817f9080d08/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfb68406D38BaF071297f5a3AB97AfFd5945c1db9/info.json b/blockchains/smartchain/assets/0xfb68406D38BaF071297f5a3AB97AfFd5945c1db9/info.json deleted file mode 100644 index 3e34ee77edaeb..0000000000000 --- a/blockchains/smartchain/assets/0xfb68406D38BaF071297f5a3AB97AfFd5945c1db9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SafeUniverse", - "type": "BEP20", - "symbol": "SAFUV2", - "decimals": 9, - "website": "https://www.safeuniverse.net/", - "description": "SAFEUNIVERSE v 2.1, A Frictionless Yield Generation, Community Driven Protocol.", - "explorer": "https://bscscan.com/token/0xfb68406D38BaF071297f5a3AB97AfFd5945c1db9", - "status": "active", - "id": "0xfb68406D38BaF071297f5a3AB97AfFd5945c1db9" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfb68406D38BaF071297f5a3AB97AfFd5945c1db9/logo.png b/blockchains/smartchain/assets/0xfb68406D38BaF071297f5a3AB97AfFd5945c1db9/logo.png deleted file mode 100644 index ddc96b502012c..0000000000000 Binary files a/blockchains/smartchain/assets/0xfb68406D38BaF071297f5a3AB97AfFd5945c1db9/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfb9C339b4BacE4Fe63ccc1dd9a3c3C531441D5fE/info.json b/blockchains/smartchain/assets/0xfb9C339b4BacE4Fe63ccc1dd9a3c3C531441D5fE/info.json deleted file mode 100644 index 57e6bfc612dc5..0000000000000 --- a/blockchains/smartchain/assets/0xfb9C339b4BacE4Fe63ccc1dd9a3c3C531441D5fE/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Shill", - "type": "BEP20", - "symbol": "SHILL", - "decimals": 18, - "website": "https://projectseed.com/", - "description": "Game Studio focused on building mobile blockchain gaming ecosystem that utilizes Multi Blockchain and integrates Governance, GameFi, and NFT.", - "explorer": "https://bscscan.com/token/0xfb9C339b4BacE4Fe63ccc1dd9a3c3C531441D5fE", - "status": "active", - "id": "0xfb9C339b4BacE4Fe63ccc1dd9a3c3C531441D5fE", - "links": [ - { - "name": "telegram", - "url": "https://t.me/projectseedannouncements" - }, - { - "name": "twitter", - "url": "https://twitter.com/ProjectSeedGame" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/project-seed/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/shill-token/" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfb9C339b4BacE4Fe63ccc1dd9a3c3C531441D5fE/logo.png b/blockchains/smartchain/assets/0xfb9C339b4BacE4Fe63ccc1dd9a3c3C531441D5fE/logo.png deleted file mode 100644 index 7df4376797683..0000000000000 Binary files a/blockchains/smartchain/assets/0xfb9C339b4BacE4Fe63ccc1dd9a3c3C531441D5fE/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfc619FfCc0e0F30427BF938f9A1B2BfAE15bDf84/info.json b/blockchains/smartchain/assets/0xfc619FfCc0e0F30427BF938f9A1B2BfAE15bDf84/info.json deleted file mode 100644 index d4bb85d6bea65..0000000000000 --- a/blockchains/smartchain/assets/0xfc619FfCc0e0F30427BF938f9A1B2BfAE15bDf84/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Anji", - "type": "BEP20", - "symbol": "ANJI", - "decimals": 9, - "website": "https://www.anji.eco/", - "description": "Anji sets a new precedent with the worlds first smart contract dividends protocol. Growth powered by the community and ecosystem.", - "explorer": "https://bscscan.com/token/0xfc619FfCc0e0F30427BF938f9A1B2BfAE15bDf84", - "status": "active", - "id": "0xfc619FfCc0e0F30427BF938f9A1B2BfAE15bDf84", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/anji/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/anji" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfc619FfCc0e0F30427BF938f9A1B2BfAE15bDf84/logo.png b/blockchains/smartchain/assets/0xfc619FfCc0e0F30427BF938f9A1B2BfAE15bDf84/logo.png deleted file mode 100644 index 3565b394cee76..0000000000000 Binary files a/blockchains/smartchain/assets/0xfc619FfCc0e0F30427BF938f9A1B2BfAE15bDf84/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfd290c590866f8282d89671A85Ac9964b165d682/info.json b/blockchains/smartchain/assets/0xfd290c590866f8282d89671A85Ac9964b165d682/info.json deleted file mode 100644 index 24c55a694e499..0000000000000 --- a/blockchains/smartchain/assets/0xfd290c590866f8282d89671A85Ac9964b165d682/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Subme", - "website": "http://subme.cash", - "description": "Subme is the world's first platform focused on subscribing to both physical products and services.", - "explorer": "https://bscscan.com/token/0xfd290c590866f8282d89671A85Ac9964b165d682", - "type": "BEP20", - "symbol": "SUB", - "decimals": 4, - "status": "active", - "id": "0xfd290c590866f8282d89671A85Ac9964b165d682", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Subme_app" - }, - { - "name": "telegram", - "url": "https://t.me/subme_cash" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/subme" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/SubmeApp/" - }, - { - "name": "facebook", - "url": "https://facebook.com/Submeapp" - }, - { - "name": "medium", - "url": "https://medium.com/subme-app" - } - ] -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfd290c590866f8282d89671A85Ac9964b165d682/logo.png b/blockchains/smartchain/assets/0xfd290c590866f8282d89671A85Ac9964b165d682/logo.png deleted file mode 100644 index 844ec686aabc0..0000000000000 Binary files a/blockchains/smartchain/assets/0xfd290c590866f8282d89671A85Ac9964b165d682/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xfebc87c6ff184B1AD2D2081eCd5d8Fb18571bD24/info.json b/blockchains/smartchain/assets/0xfebc87c6ff184B1AD2D2081eCd5d8Fb18571bD24/info.json deleted file mode 100644 index 76c86e5dcb8c4..0000000000000 --- a/blockchains/smartchain/assets/0xfebc87c6ff184B1AD2D2081eCd5d8Fb18571bD24/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Volta", - "type": "BEP20", - "symbol": "VOLTA", - "decimals": 9, - "website": "https://www.voltacrypto.com", - "description": "A token to improve the financial efficiency of the energy industry.", - "explorer": "https://bscscan.com/token/0xfebc87c6ff184B1AD2D2081eCd5d8Fb18571bD24", - "status": "active", - "id": "0xfebc87c6ff184B1AD2D2081eCd5d8Fb18571bD24" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xfebc87c6ff184B1AD2D2081eCd5d8Fb18571bD24/logo.png b/blockchains/smartchain/assets/0xfebc87c6ff184B1AD2D2081eCd5d8Fb18571bD24/logo.png deleted file mode 100644 index c3b548c0b7cb4..0000000000000 Binary files a/blockchains/smartchain/assets/0xfebc87c6ff184B1AD2D2081eCd5d8Fb18571bD24/logo.png and /dev/null differ diff --git a/blockchains/smartchain/assets/0xff44967f2E4EBE0b8c5b6812f25e1b9BceC70b34/info.json b/blockchains/smartchain/assets/0xff44967f2E4EBE0b8c5b6812f25e1b9BceC70b34/info.json deleted file mode 100644 index 62766ba8ac7c6..0000000000000 --- a/blockchains/smartchain/assets/0xff44967f2E4EBE0b8c5b6812f25e1b9BceC70b34/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ZEDXION", - "type": "BEP20", - "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://bscscan.com/token/0xff44967f2E4EBE0b8c5b6812f25e1b9BceC70b34", - "status": "active", - "id": "0xff44967f2E4EBE0b8c5b6812f25e1b9BceC70b34" -} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xff44967f2E4EBE0b8c5b6812f25e1b9BceC70b34/logo.png b/blockchains/smartchain/assets/0xff44967f2E4EBE0b8c5b6812f25e1b9BceC70b34/logo.png deleted file mode 100644 index f8a3cf70f8f50..0000000000000 Binary files a/blockchains/smartchain/assets/0xff44967f2E4EBE0b8c5b6812f25e1b9BceC70b34/logo.png and /dev/null differ diff --git a/blockchains/smartchain/info/info.json b/blockchains/smartchain/info/info.json deleted file mode 100644 index d5acb8d94e118..0000000000000 --- a/blockchains/smartchain/info/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "BNB Smart Chain", - "website": "https://www.bnbchain.world/en/smartChain", - "description": "A blockchain with a full-fledged environment for developing high-performance decentralized applications and cross-chain compatibility with Binance Chain.", - "explorer": "https://bscscan.com/", - "research": "https://research.binance.com/en/projects/bnb", - "symbol": "BNB", - "type": "coin", - "decimals": 18, - "status": "active", - "tags": [ - "staking-native" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/binance-chain/" - }, - { - "name": "twitter", - "url": "https://twitter.com/BNBCHAIN" - }, - { - "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/smartchain/info/logo.png b/blockchains/smartchain/info/logo.png deleted file mode 100644 index b331d64d89c99..0000000000000 Binary files a/blockchains/smartchain/info/logo.png and /dev/null differ diff --git a/blockchains/smartchain/tokenlist-extended.json b/blockchains/smartchain/tokenlist-extended.json deleted file mode 100644 index f3579c750a585..0000000000000 --- a/blockchains/smartchain/tokenlist-extended.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Trust Wallet: SmartChain 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/smartchain/tokenlist.json b/blockchains/smartchain/tokenlist.json deleted file mode 100644 index 21936e1e2b3cc..0000000000000 --- a/blockchains/smartchain/tokenlist.json +++ /dev/null @@ -1,938 +0,0 @@ -{ - "name": "Trust Wallet: Smart Chain", - "logoURI": "https://trustwallet.com/assets/images/favicon.png", - "timestamp": "2021-06-17T12:17:25.447Z", - "tokens": [ - { - "chainId": 56, - "asset": "c20000714_t0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c", - "type": "BEP20", - "address": "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c", - "name": "Wrapped BNB", - "symbol": "WBNB", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c/logo.png", - "pairs": [ - { - "base": "c20000714_t0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153" - }, - { - "base": "c20000714_t0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82" - }, - { - "base": "c20000714_t0x0Eb3a705fc54725037CC9e008bDede697f62F335" - }, - { - "base": "c20000714_t0x16939ef78684453bfDFb47825F8a5F714f12623a" - }, - { - "base": "c20000714_t0x190b589cf9Fb8DDEabBFeae36a813FFb2A702454" - }, - { - "base": "c20000714_t0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3" - }, - { - "base": "c20000714_t0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE" - }, - { - "base": "c20000714_t0x2090c8295769791ab7A3CF1CC6e0AA19F35e441A" - }, - { - "base": "c20000714_t0x2170Ed0880ac9A755fd29B2688956BD959F933F8" - }, - { - "base": "c20000714_t0x23396cF899Ca06c4472205fC903bDB4de249D6fC" - }, - { - "base": "c20000714_t0x233d91A0713155003fc4DcE0AFa871b508B3B715" - }, - { - "base": "c20000714_t0x3aabCf53A1930A42E18D938C019E83Ebee50a849" - }, - { - "base": "c20000714_t0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47" - }, - { - "base": "c20000714_t0x4197C6EF3879a08cD51e5560da5064B773aa1d29" - }, - { - "base": "c20000714_t0x4338665CBB7B2485A8855A139b75D5e34AB0DB94" - }, - { - "base": "c20000714_t0x44754455564474A89358B2C2265883DF993b12F0" - }, - { - "base": "c20000714_t0x47BEAd2563dCBf3bF2c9407fEa4dC236fAbA485A" - }, - { - "base": "c20000714_t0x4B0F1812e5Df2A09796481Ff14017e6005508003" - }, - { - "base": "c20000714_t0x55d398326f99059fF775485246999027B3197955" - }, - { - "base": "c20000714_t0x56b6fB708fC5732DEC1Afc8D8556423A2EDcCbD6" - }, - { - "base": "c20000714_t0x5Ac52EE5b2a633895292Ff6d8A89bB9190451587" - }, - { - "base": "c20000714_t0x63870A18B6e42b01Ef1Ad8A2302ef50B7132054F" - }, - { - "base": "c20000714_t0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2" - }, - { - "base": "c20000714_t0x6c5FE6e99D2484db7E4BF34F365ABA42d0E4dC20" - }, - { - "base": "c20000714_t0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402" - }, - { - "base": "c20000714_t0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c" - }, - { - "base": "c20000714_t0x728C5baC3C3e370E372Fc4671f9ef6916b814d8B" - }, - { - "base": "c20000714_t0x72fAa679E1008Ad8382959FF48E392042A8b06f7" - }, - { - "base": "c20000714_t0x78650B139471520656b9E7aA7A5e9276814a38e9" - }, - { - "base": "c20000714_t0x790Be81C3cA0e53974bE2688cDb954732C9862e1" - }, - { - "base": "c20000714_t0x7979F6C54ebA05E18Ded44C4F986F49a5De551c2" - }, - { - "base": "c20000714_t0x7F70642d88cf1C4a3a7abb072B53B929b653edA5" - }, - { - "base": "c20000714_t0x81859801b01764D4f0Fa5E64729f5a6C3b91435b" - }, - { - "base": "c20000714_t0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e" - }, - { - "base": "c20000714_t0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf" - }, - { - "base": "c20000714_t0x928e55daB735aa8260AF3cEDadA18B5f70C72f1b" - }, - { - "base": "c20000714_t0x948d2a81086A075b3130BAc19e4c6DEe1D2E3fE8" - }, - { - "base": "c20000714_t0xa184088a740c695E156F91f5cC086a06bb78b827" - }, - { - "base": "c20000714_t0xa1faa113cbE53436Df28FF0aEe54275c13B40975" - }, - { - "base": "c20000714_t0xa2B726B1145A4773F68593CF171187d8EBe4d495" - }, - { - "base": "c20000714_t0xA8c2B8eec3d368C0253ad3dae65a5F2BBB89c929" - }, - { - "base": "c20000714_t0xAD6cAEb32CD2c308980a548bD0Bc5AA4306c6c18" - }, - { - "base": "c20000714_t0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723" - }, - { - "base": "c20000714_t0xBf5140A22578168FD562DCcF235E5D43A02ce9B1" - }, - { - "base": "c20000714_t0xbF7c81FFF98BbE61B40Ed186e4AfD6DDd01337fe" - }, - { - "base": "c20000714_t0xC7d8D35EBA58a0935ff2D5a33Df105DD9f071731" - }, - { - "base": "c20000714_t0xC9849E6fdB743d08fAeE3E34dd2D1bc69EA11a51" - }, - { - "base": "c20000714_t0xCa3F508B8e4Dd382eE878A314789373D80A5190A" - }, - { - "base": "c20000714_t0xcc2E12a9b5b75360c6FBf23B584c275D52cDdb0E" - }, - { - "base": "c20000714_t0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63" - }, - { - "base": "c20000714_t0xD41FDb03Ba84762dD66a0af1a6C8540FF1ba5dfb" - }, - { - "base": "c20000714_t0xE40255C5d7fa7ceEc5120408C78C787CECB4cfdb" - }, - { - "base": "c20000714_t0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56" - }, - { - "base": "c20000714_t0xF21768cCBC73Ea5B6fd3C687208a7c2def2d966e" - }, - { - "base": "c20000714_t0xf79037F6f6bE66832DE4E7516be52826BC3cBcc4" - }, - { - "base": "c20000714_t0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD" - }, - { - "base": "c20000714_t0xF952Fc3ca7325Cc27D15885d37117676d25BfdA6" - }, - { - "base": "c20000714_t0x6679eB24F59dFe111864AEc72B443d1Da666B360" - }, - { - "base": "c20000714_t0x734D66f635523D7ddb7d2373C128333DA313041b" - - }, - { - "base": "c20000714_t0xff44967f2E4EBE0b8c5b6812f25e1b9BceC70b34" - }, - { - "base": "c20000714_t0x88479186BAC914E4313389a64881F5ed0153C765" - }, - { - "base": "c20000714_t0xc748673057861a797275CD8A068AbB95A902e8de" - } - ] - }, - { - "chainId": 56, - "asset": "c20000714_t0x0231f91e02DebD20345Ae8AB7D71A41f8E140cE7", - "type": "BEP20", - "address": "0x0231f91e02DebD20345Ae8AB7D71A41f8E140cE7", - "name": "Jupiter", - "symbol": "bwJUP", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x0231f91e02DebD20345Ae8AB7D71A41f8E140cE7/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153", - "type": "BEP20", - "address": "0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153", - "name": "BNB pegged Filecoin", - "symbol": "FIL", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153/logo.png", - "pairs": [] - }, - { - "chainId": 56, - "asset": "c20000714_t0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82", - "type": "BEP20", - "address": "0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82", - "name": "PancakeSwap Token", - "symbol": "CAKE", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x0Eb3a705fc54725037CC9e008bDede697f62F335", - "type": "BEP20", - "address": "0x0Eb3a705fc54725037CC9e008bDede697f62F335", - "name": "BNB pegged Cosmos Token", - "symbol": "ATOM", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x0Eb3a705fc54725037CC9e008bDede697f62F335/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x16939ef78684453bfDFb47825F8a5F714f12623a", - "type": "BEP20", - "address": "0x16939ef78684453bfDFb47825F8a5F714f12623a", - "name": "BNB pegged Tezos Token", - "symbol": "XTZ", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x16939ef78684453bfDFb47825F8a5F714f12623a/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x190b589cf9Fb8DDEabBFeae36a813FFb2A702454", - "type": "BEP20", - "address": "0x190b589cf9Fb8DDEabBFeae36a813FFb2A702454", - "name": "bDollar", - "symbol": "BDO", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x190b589cf9Fb8DDEabBFeae36a813FFb2A702454/logo.png", - "pairs": [] - }, - { - "chainId": 56, - "asset": "c20000714_t0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3", - "type": "BEP20", - "address": "0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3", - "name": "BNB pegged Dai Token", - "symbol": "DAI", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE", - "type": "BEP20", - "address": "0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE", - "name": "BNB pegged XRP Token", - "symbol": "XRP", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x2090c8295769791ab7A3CF1CC6e0AA19F35e441A", - "type": "BEP20", - "address": "0x2090c8295769791ab7A3CF1CC6e0AA19F35e441A", - "name": "Fuel Token", - "symbol": "Fuel", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x2090c8295769791ab7A3CF1CC6e0AA19F35e441A/logo.png", - "pairs": [] - }, - { - "chainId": 56, - "asset": "c20000714_t0x2170Ed0880ac9A755fd29B2688956BD959F933F8", - "type": "BEP20", - "address": "0x2170Ed0880ac9A755fd29B2688956BD959F933F8", - "name": "BNB pegged Ethereum", - "symbol": "ETH", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x2170Ed0880ac9A755fd29B2688956BD959F933F8/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x23396cF899Ca06c4472205fC903bDB4de249D6fC", - "type": "BEP20", - "address": "0x23396cF899Ca06c4472205fC903bDB4de249D6fC", - "name": "Wrapped UST Token", - "symbol": "UST", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x23396cF899Ca06c4472205fC903bDB4de249D6fC/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x233d91A0713155003fc4DcE0AFa871b508B3B715", - "type": "BEP20", - "address": "0x233d91A0713155003fc4DcE0AFa871b508B3B715", - "name": "Ditto", - "symbol": "DITTO", - "decimals": 9, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x233d91A0713155003fc4DcE0AFa871b508B3B715/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x37Ac4D6140e54304D77437A5c11924f61a2D976f", - "type": "BEP20", - "address": "0x37Ac4D6140e54304D77437A5c11924f61a2D976f", - "name": "SparkPoint Fuel", - "symbol": "SFUEL", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x37Ac4D6140e54304D77437A5c11924f61a2D976f/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x3aabCf53A1930A42E18D938C019E83Ebee50a849", - "type": "BEP20", - "address": "0x3aabCf53A1930A42E18D938C019E83Ebee50a849", - "name": "SPONGE", - "symbol": "SPG", - "decimals": 9, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x3aabCf53A1930A42E18D938C019E83Ebee50a849/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47", - "type": "BEP20", - "address": "0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47", - "name": "BNB pegged Cardano Token", - "symbol": "ADA", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x4197C6EF3879a08cD51e5560da5064B773aa1d29", - "type": "BEP20", - "address": "0x4197C6EF3879a08cD51e5560da5064B773aa1d29", - "name": "ACryptoS", - "symbol": "ACS", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x4197C6EF3879a08cD51e5560da5064B773aa1d29/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x4338665CBB7B2485A8855A139b75D5e34AB0DB94", - "type": "BEP20", - "address": "0x4338665CBB7B2485A8855A139b75D5e34AB0DB94", - "name": "BNB pegged Litecoin Token", - "symbol": "LTC", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x4338665CBB7B2485A8855A139b75D5e34AB0DB94/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x44754455564474A89358B2C2265883DF993b12F0", - "type": "BEP20", - "address": "0x44754455564474A89358B2C2265883DF993b12F0", - "name": "ZeroSwapToken", - "symbol": "ZEE", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x44754455564474A89358B2C2265883DF993b12F0/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x47BEAd2563dCBf3bF2c9407fEa4dC236fAbA485A", - "type": "BEP20", - "address": "0x47BEAd2563dCBf3bF2c9407fEa4dC236fAbA485A", - "name": "Swipe", - "symbol": "SXP", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x47BEAd2563dCBf3bF2c9407fEa4dC236fAbA485A/logo.png", - "pairs": [] - }, - { - "chainId": 56, - "asset": "c20000714_t0x4B0F1812e5Df2A09796481Ff14017e6005508003", - "type": "BEP20", - "address": "0x4B0F1812e5Df2A09796481Ff14017e6005508003", - "name": "Trust Wallet", - "symbol": "TWT", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x4B0F1812e5Df2A09796481Ff14017e6005508003/logo.png", - "pairs": [] - }, - { - "chainId": 56, - "asset": "c20000714_t0x4BD17003473389A42DAF6a0a729f6Fdb328BbBd7", - "type": "BEP20", - "address": "0x4BD17003473389A42DAF6a0a729f6Fdb328BbBd7", - "name": "VAI Stablecoin", - "symbol": "VAI", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x4BD17003473389A42DAF6a0a729f6Fdb328BbBd7/logo.png", - "pairs": [] - }, - { - "chainId": 56, - "asset": "c20000714_t0x55d398326f99059fF775485246999027B3197955", - "type": "BEP20", - "address": "0x55d398326f99059fF775485246999027B3197955", - "name": "Tether USD", - "symbol": "USDT", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x55d398326f99059fF775485246999027B3197955/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x56b6fB708fC5732DEC1Afc8D8556423A2EDcCbD6", - "type": "BEP20", - "address": "0x56b6fB708fC5732DEC1Afc8D8556423A2EDcCbD6", - "name": "BNB pegged EOS Token", - "symbol": "EOS", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x56b6fB708fC5732DEC1Afc8D8556423A2EDcCbD6/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x5Ac52EE5b2a633895292Ff6d8A89bB9190451587", - "type": "BEP20", - "address": "0x5Ac52EE5b2a633895292Ff6d8A89bB9190451587", - "name": "BSCX", - "symbol": "BSCX", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x5Ac52EE5b2a633895292Ff6d8A89bB9190451587/logo.png", - "pairs": [] - }, - { - "chainId": 56, - "asset": "c20000714_t0x63870A18B6e42b01Ef1Ad8A2302ef50B7132054F", - "type": "BEP20", - "address": "0x63870A18B6e42b01Ef1Ad8A2302ef50B7132054F", - "name": "BLinkToken", - "symbol": "BLINK", - "decimals": 6, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x63870A18B6e42b01Ef1Ad8A2302ef50B7132054F/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2", - "type": "BEP20", - "address": "0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2", - "name": "DODO", - "symbol": "DODO", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x6c5FE6e99D2484db7E4BF34F365ABA42d0E4dC20", - "type": "BEP20", - "address": "0x6c5FE6e99D2484db7E4BF34F365ABA42d0E4dC20", - "name": "Absorber", - "symbol": "ABS", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x6c5FE6e99D2484db7E4BF34F365ABA42d0E4dC20/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402", - "type": "BEP20", - "address": "0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402", - "name": "BNB pegged Polkadot Token", - "symbol": "DOT", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402/logo.png", - "pairs": [] - }, - { - "chainId": 56, - "asset": "c20000714_t0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c", - "type": "BEP20", - "address": "0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c", - "name": "BNB pegged BTCB Token", - "symbol": "BTCB", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x728C5baC3C3e370E372Fc4671f9ef6916b814d8B", - "type": "BEP20", - "address": "0x728C5baC3C3e370E372Fc4671f9ef6916b814d8B", - "name": "UNFI", - "symbol": "UNFI", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x728C5baC3C3e370E372Fc4671f9ef6916b814d8B/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x72fAa679E1008Ad8382959FF48E392042A8b06f7", - "type": "BEP20", - "address": "0x72fAa679E1008Ad8382959FF48E392042A8b06f7", - "name": "AllianceBlock Token", - "symbol": "bALBT", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x72fAa679E1008Ad8382959FF48E392042A8b06f7/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x78650B139471520656b9E7aA7A5e9276814a38e9", - "type": "BEP20", - "address": "0x78650B139471520656b9E7aA7A5e9276814a38e9", - "name": "StandardBTCHashrateToken", - "symbol": "BTCST", - "decimals": 17, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x78650B139471520656b9E7aA7A5e9276814a38e9/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x790Be81C3cA0e53974bE2688cDb954732C9862e1", - "type": "BEP20", - "address": "0x790Be81C3cA0e53974bE2688cDb954732C9862e1", - "name": "CafeSwap Token", - "symbol": "BREW", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x790Be81C3cA0e53974bE2688cDb954732C9862e1/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x7979F6C54ebA05E18Ded44C4F986F49a5De551c2", - "type": "BEP20", - "address": "0x7979F6C54ebA05E18Ded44C4F986F49a5De551c2", - "name": "Kebab Token", - "symbol": "KEBAB", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x7979F6C54ebA05E18Ded44C4F986F49a5De551c2/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x7F70642d88cf1C4a3a7abb072B53B929b653edA5", - "type": "BEP20", - "address": "0x7F70642d88cf1C4a3a7abb072B53B929b653edA5", - "name": "BNB pegged YFII.finance Token", - "symbol": "YFII", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x7F70642d88cf1C4a3a7abb072B53B929b653edA5/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x81859801b01764D4f0Fa5E64729f5a6C3b91435b", - "type": "BEP20", - "address": "0x81859801b01764D4f0Fa5E64729f5a6C3b91435b", - "name": "bearn.fi", - "symbol": "BFI", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x81859801b01764D4f0Fa5E64729f5a6C3b91435b/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e", - "type": "BEP20", - "address": "0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e", - "name": "BNB pegged yearn.finance", - "symbol": "YFI", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf", - "type": "BEP20", - "address": "0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf", - "name": "BNB pegged Bitcoin Cash Token", - "symbol": "BCH", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x928e55daB735aa8260AF3cEDadA18B5f70C72f1b", - "type": "BEP20", - "address": "0x928e55daB735aa8260AF3cEDadA18B5f70C72f1b", - "name": "Frontier Token", - "symbol": "FRONT", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x928e55daB735aa8260AF3cEDadA18B5f70C72f1b/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x948d2a81086A075b3130BAc19e4c6DEe1D2E3fE8", - "type": "BEP20", - "address": "0x948d2a81086A075b3130BAc19e4c6DEe1D2E3fE8", - "name": "Helmet.insure Governance Token", - "symbol": "Helmet", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x948d2a81086A075b3130BAc19e4c6DEe1D2E3fE8/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x97a30C692eCe9C317235d48287d23d358170FC40", - "type": "BEP20", - "address": "0x97a30C692eCe9C317235d48287d23d358170FC40", - "name": "CryptEx Token", - "symbol": "CRX", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x97a30C692eCe9C317235d48287d23d358170FC40/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0xa184088a740c695E156F91f5cC086a06bb78b827", - "type": "BEP20", - "address": "0xa184088a740c695E156F91f5cC086a06bb78b827", - "name": "AUTOv2", - "symbol": "AUTO", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xa184088a740c695E156F91f5cC086a06bb78b827/logo.png", - "pairs": [] - }, - { - "chainId": 56, - "asset": "c20000714_t0xa1faa113cbE53436Df28FF0aEe54275c13B40975", - "type": "BEP20", - "address": "0xa1faa113cbE53436Df28FF0aEe54275c13B40975", - "name": "Alpha Finance", - "symbol": "ALPHA", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xa1faa113cbE53436Df28FF0aEe54275c13B40975/logo.png", - "pairs": [] - }, - { - "chainId": 56, - "asset": "c20000714_t0xa2B726B1145A4773F68593CF171187d8EBe4d495", - "type": "BEP20", - "address": "0xa2B726B1145A4773F68593CF171187d8EBe4d495", - "name": "Injective", - "symbol": "INJ", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xa2B726B1145A4773F68593CF171187d8EBe4d495/logo.png", - "pairs": [] - }, - { - "chainId": 56, - "asset": "c20000714_t0xA8c2B8eec3d368C0253ad3dae65a5F2BBB89c929", - "type": "BEP20", - "address": "0xA8c2B8eec3d368C0253ad3dae65a5F2BBB89c929", - "name": "CertiK Token", - "symbol": "CTK", - "decimals": 6, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xA8c2B8eec3d368C0253ad3dae65a5F2BBB89c929/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0xAD6cAEb32CD2c308980a548bD0Bc5AA4306c6c18", - "type": "BEP20", - "address": "0xAD6cAEb32CD2c308980a548bD0Bc5AA4306c6c18", - "name": "BNB pegged Band Protocol Token", - "symbol": "BAND", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xAD6cAEb32CD2c308980a548bD0Bc5AA4306c6c18/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723", - "type": "BEP20", - "address": "0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723", - "name": "Litentry", - "symbol": "LIT", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723/logo.png", - "pairs": [] - }, - { - "chainId": 56, - "asset": "c20000714_t0xBf5140A22578168FD562DCcF235E5D43A02ce9B1", - "type": "BEP20", - "address": "0xBf5140A22578168FD562DCcF235E5D43A02ce9B1", - "name": "BNB pegged Uniswap", - "symbol": "UNI", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xBf5140A22578168FD562DCcF235E5D43A02ce9B1/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0xbF7c81FFF98BbE61B40Ed186e4AfD6DDd01337fe", - "type": "BEP20", - "address": "0xbF7c81FFF98BbE61B40Ed186e4AfD6DDd01337fe", - "name": "BNB pegged Elrond", - "symbol": "EGLD", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xbF7c81FFF98BbE61B40Ed186e4AfD6DDd01337fe/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0xC7d8D35EBA58a0935ff2D5a33Df105DD9f071731", - "type": "BEP20", - "address": "0xC7d8D35EBA58a0935ff2D5a33Df105DD9f071731", - "name": "Hedget", - "symbol": "HGET", - "decimals": 6, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xC7d8D35EBA58a0935ff2D5a33Df105DD9f071731/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0xC7FB8c5eFE8564205eE5CbA4dE8eeA8a086a4bd2", - "type": "BEP20", - "address": "0xC7FB8c5eFE8564205eE5CbA4dE8eeA8a086a4bd2", - "name": "PocketRocket", - "symbol": "POCROC", - "decimals": 9, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xC7FB8c5eFE8564205eE5CbA4dE8eeA8a086a4bd2/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0xC9849E6fdB743d08fAeE3E34dd2D1bc69EA11a51", - "type": "BEP20", - "address": "0xC9849E6fdB743d08fAeE3E34dd2D1bc69EA11a51", - "name": "Bunny Token", - "symbol": "BUNNY", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xC9849E6fdB743d08fAeE3E34dd2D1bc69EA11a51/logo.png", - "pairs": [] - }, - { - "chainId": 56, - "asset": "c20000714_t0xCa3F508B8e4Dd382eE878A314789373D80A5190A", - "type": "BEP20", - "address": "0xCa3F508B8e4Dd382eE878A314789373D80A5190A", - "name": "beefy.finance", - "symbol": "BIFI", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xCa3F508B8e4Dd382eE878A314789373D80A5190A/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0xcc2E12a9b5b75360c6FBf23B584c275D52cDdb0E", - "type": "BEP20", - "address": "0xcc2E12a9b5b75360c6FBf23B584c275D52cDdb0E", - "name": "Crow Token", - "symbol": "CROW", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xcc2E12a9b5b75360c6FBf23B584c275D52cDdb0E/logo.png", - "pairs": [] - }, - { - "chainId": 56, - "asset": "c20000714_t0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63", - "type": "BEP20", - "address": "0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63", - "name": "Venus", - "symbol": "XVS", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0xD41FDb03Ba84762dD66a0af1a6C8540FF1ba5dfb", - "type": "BEP20", - "address": "0xD41FDb03Ba84762dD66a0af1a6C8540FF1ba5dfb", - "name": "SafePal Token", - "symbol": "SFP", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xD41FDb03Ba84762dD66a0af1a6C8540FF1ba5dfb/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0xE40255C5d7fa7ceEc5120408C78C787CECB4cfdb", - "type": "BEP20", - "address": "0xE40255C5d7fa7ceEc5120408C78C787CECB4cfdb", - "name": "SWGb", - "symbol": "SWGb", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xE40255C5d7fa7ceEc5120408C78C787CECB4cfdb/logo.png", - "pairs": [] - }, - { - "chainId": 56, - "asset": "c20000714_t0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56", - "type": "BEP20", - "address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56", - "name": "BNB pegged BUSD", - "symbol": "BUSD", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x9798dF2f5d213a872c787bD03b2b91F54D0D04A1", - "type": "BEP20", - "address": "0x9798dF2f5d213a872c787bD03b2b91F54D0D04A1", - "name": "TeraBlock Token", - "symbol": "TBC", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x9798dF2f5d213a872c787bD03b2b91F54D0D04A1/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0xF21768cCBC73Ea5B6fd3C687208a7c2def2d966e", - "type": "BEP20", - "address": "0xF21768cCBC73Ea5B6fd3C687208a7c2def2d966e", - "name": "Reef.finance", - "symbol": "REEF", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xF21768cCBC73Ea5B6fd3C687208a7c2def2d966e/logo.png", - "pairs": [] - }, - { - "chainId": 56, - "asset": "c20000714_t0xf79037F6f6bE66832DE4E7516be52826BC3cBcc4", - "type": "BEP20", - "address": "0xf79037F6f6bE66832DE4E7516be52826BC3cBcc4", - "name": "Hard Protocol", - "symbol": "HARD", - "decimals": 6, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xf79037F6f6bE66832DE4E7516be52826BC3cBcc4/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD", - "type": "BEP20", - "address": "0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD", - "name": "BNB pegged ChainLink", - "symbol": "LINK", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0xF952Fc3ca7325Cc27D15885d37117676d25BfdA6", - "type": "BEP20", - "address": "0xF952Fc3ca7325Cc27D15885d37117676d25BfdA6", - "name": "Goose Golden Egg", - "symbol": "EGG", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xF952Fc3ca7325Cc27D15885d37117676d25BfdA6/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x016CF83732f1468150D87dCC5BdF67730B3934D3", - "type": "BEP20", - "address": "0x016CF83732f1468150D87dCC5BdF67730B3934D3", - "name": "AirNFT Token", - "symbol": "AIRT", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x016CF83732f1468150D87dCC5BdF67730B3934D3/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x6679eB24F59dFe111864AEc72B443d1Da666B360", - "type": "BEP20", - "address": "0x6679eB24F59dFe111864AEc72B443d1Da666B360", - "name": "ARIVA", - "symbol": "ARV", - "decimals": 8, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x6679eB24F59dFe111864AEc72B443d1Da666B360/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x734D66f635523D7ddb7d2373C128333DA313041b", - "type": "BEP20", - "address": "0x734D66f635523D7ddb7d2373C128333DA313041b", - "name": "ZEDXION", - "symbol": "USDZ", - "decimals": 9, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x734D66f635523D7ddb7d2373C128333DA313041b/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0xff44967f2E4EBE0b8c5b6812f25e1b9BceC70b34", - "type": "BEP20", - "address": "0xff44967f2E4EBE0b8c5b6812f25e1b9BceC70b34", - "name": "ZEDXION", - "symbol": "ZEDXION", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xff44967f2E4EBE0b8c5b6812f25e1b9BceC70b34/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x88479186BAC914E4313389a64881F5ed0153C765", - "type": "BEP20", - "address": "0x88479186BAC914E4313389a64881F5ed0153C765", - "name": "SquidGrow", - "symbol": "SquidGrow", - "decimals": 19, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x88479186BAC914E4313389a64881F5ed0153C765/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0xC3137c696796D69F783CD0Be4aB4bB96814234Aa", - "type": "BEP20", - "address": "0xC3137c696796D69F783CD0Be4aB4bB96814234Aa", - "name": "Pepa Inu", - "symbol": "PEPA", - "decimals": 9, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xC3137c696796D69F783CD0Be4aB4bB96814234Aa/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0xc748673057861a797275CD8A068AbB95A902e8de", - "type": "BEP20", - "address": "0xc748673057861a797275CD8A068AbB95A902e8de", - "name": "Baby Doge Coin", - "symbol": "BabyDoge", - "decimals": 9, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xc748673057861a797275CD8A068AbB95A902e8de/logo.png", - "pairs": [] - }, - { - "asset": "c20000714_t0x95c91eEf65F50570cFC3f269961a00108Cf7BF59", - "type": "BEP20", - "address": "0x95c91eEf65F50570cFC3f269961a00108Cf7BF59", - "name": "The DONS", - "symbol": "DONS", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x95c91eEf65F50570cFC3f269961a00108Cf7BF59/logo.png", - "pairs": [] - } - ], - "version": { - "major": 11, - "minor": 0, - "patch": 0 - } -} diff --git a/blockchains/solana/assets/12uHjozDVgyGWeLqQ8DMCRbig8amW5VmvZu3FdMMdcaG/info.json b/blockchains/solana/assets/12uHjozDVgyGWeLqQ8DMCRbig8amW5VmvZu3FdMMdcaG/info.json deleted file mode 100644 index 74747aef64d7a..0000000000000 --- a/blockchains/solana/assets/12uHjozDVgyGWeLqQ8DMCRbig8amW5VmvZu3FdMMdcaG/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Akropolis (Portal)", - "type": "SPL", - "symbol": "AKRO", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://akropolis.io", - "explorer": "https://solscan.io/token/12uHjozDVgyGWeLqQ8DMCRbig8amW5VmvZu3FdMMdcaG", - "status": "active", - "id": "12uHjozDVgyGWeLqQ8DMCRbig8amW5VmvZu3FdMMdcaG", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/12uHjozDVgyGWeLqQ8DMCRbig8amW5VmvZu3FdMMdcaG/logo.png b/blockchains/solana/assets/12uHjozDVgyGWeLqQ8DMCRbig8amW5VmvZu3FdMMdcaG/logo.png deleted file mode 100644 index e048ce9096f19..0000000000000 Binary files a/blockchains/solana/assets/12uHjozDVgyGWeLqQ8DMCRbig8amW5VmvZu3FdMMdcaG/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/2FPyTwcZLUg1MDrwsyoP4D6s1tM7hAkHYRjkNb5w6Pxk/info.json b/blockchains/solana/assets/2FPyTwcZLUg1MDrwsyoP4D6s1tM7hAkHYRjkNb5w6Pxk/info.json deleted file mode 100644 index f8168b13bf07f..0000000000000 --- a/blockchains/solana/assets/2FPyTwcZLUg1MDrwsyoP4D6s1tM7hAkHYRjkNb5w6Pxk/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Wrapped ETH", - "symbol": "ETH", - "type": "SPL", - "decimals": 6, - "description": "Ethereum is a global, open-source platform for decentralized applications. Eth is fueling transactions on the Chain.", - "website": "https://ethereum.org/en/", - "explorer": "https://solscan.io/token/2FPyTwcZLUg1MDrwsyoP4D6s1tM7hAkHYRjkNb5w6Pxk", - "status": "active", - "id": "2FPyTwcZLUg1MDrwsyoP4D6s1tM7hAkHYRjkNb5w6Pxk", - "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/solana/assets/2FPyTwcZLUg1MDrwsyoP4D6s1tM7hAkHYRjkNb5w6Pxk/logo.png b/blockchains/solana/assets/2FPyTwcZLUg1MDrwsyoP4D6s1tM7hAkHYRjkNb5w6Pxk/logo.png deleted file mode 100644 index bf957d38c766d..0000000000000 Binary files a/blockchains/solana/assets/2FPyTwcZLUg1MDrwsyoP4D6s1tM7hAkHYRjkNb5w6Pxk/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/2ueY1bLcPHfuFzEJq7yN1V2Wrpu8nkun9xG2TVCE1mhD/info.json b/blockchains/solana/assets/2ueY1bLcPHfuFzEJq7yN1V2Wrpu8nkun9xG2TVCE1mhD/info.json deleted file mode 100644 index 6f36b57050bf4..0000000000000 --- a/blockchains/solana/assets/2ueY1bLcPHfuFzEJq7yN1V2Wrpu8nkun9xG2TVCE1mhD/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Hedget (Portal)", - "type": "SPL", - "symbol": "HGET", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.hedget.com/", - "explorer": "https://solscan.io/token/2ueY1bLcPHfuFzEJq7yN1V2Wrpu8nkun9xG2TVCE1mhD", - "status": "active", - "id": "2ueY1bLcPHfuFzEJq7yN1V2Wrpu8nkun9xG2TVCE1mhD", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/2ueY1bLcPHfuFzEJq7yN1V2Wrpu8nkun9xG2TVCE1mhD/logo.png b/blockchains/solana/assets/2ueY1bLcPHfuFzEJq7yN1V2Wrpu8nkun9xG2TVCE1mhD/logo.png deleted file mode 100644 index 4ede2d46cc74d..0000000000000 Binary files a/blockchains/solana/assets/2ueY1bLcPHfuFzEJq7yN1V2Wrpu8nkun9xG2TVCE1mhD/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/2wpTofQ8SkACrkZWrZDjXPitYa8AwWgX8AfxdeBRRVLX/info.json b/blockchains/solana/assets/2wpTofQ8SkACrkZWrZDjXPitYa8AwWgX8AfxdeBRRVLX/info.json deleted file mode 100644 index 39e5093e21061..0000000000000 --- a/blockchains/solana/assets/2wpTofQ8SkACrkZWrZDjXPitYa8AwWgX8AfxdeBRRVLX/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Chainlink (Portal)", - "type": "SPL", - "symbol": "LINK", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://chain.link/", - "explorer": "https://solscan.io/token/2wpTofQ8SkACrkZWrZDjXPitYa8AwWgX8AfxdeBRRVLX", - "status": "active", - "id": "2wpTofQ8SkACrkZWrZDjXPitYa8AwWgX8AfxdeBRRVLX", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/2wpTofQ8SkACrkZWrZDjXPitYa8AwWgX8AfxdeBRRVLX/logo.png b/blockchains/solana/assets/2wpTofQ8SkACrkZWrZDjXPitYa8AwWgX8AfxdeBRRVLX/logo.png deleted file mode 100644 index bb40954f41856..0000000000000 Binary files a/blockchains/solana/assets/2wpTofQ8SkACrkZWrZDjXPitYa8AwWgX8AfxdeBRRVLX/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/33fsBLA8djQm82RpHmE3SuVrPGtZBWNYExsEUeKX1HXX/info.json b/blockchains/solana/assets/33fsBLA8djQm82RpHmE3SuVrPGtZBWNYExsEUeKX1HXX/info.json deleted file mode 100644 index afff53d0140f7..0000000000000 --- a/blockchains/solana/assets/33fsBLA8djQm82RpHmE3SuVrPGtZBWNYExsEUeKX1HXX/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Binance USD (Portal from Ethereum)", - "type": "SPL", - "symbol": "BUSDet", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.paxos.com/busd/", - "explorer": "https://solscan.io/token/33fsBLA8djQm82RpHmE3SuVrPGtZBWNYExsEUeKX1HXX", - "status": "active", - "id": "33fsBLA8djQm82RpHmE3SuVrPGtZBWNYExsEUeKX1HXX", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/33fsBLA8djQm82RpHmE3SuVrPGtZBWNYExsEUeKX1HXX/logo.png b/blockchains/solana/assets/33fsBLA8djQm82RpHmE3SuVrPGtZBWNYExsEUeKX1HXX/logo.png deleted file mode 100644 index ad5123c0ba9b6..0000000000000 Binary files a/blockchains/solana/assets/33fsBLA8djQm82RpHmE3SuVrPGtZBWNYExsEUeKX1HXX/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/3CyiEDRehaGufzkpXJitCP5tvh7cNhRqd9rPBxZrgK5z/info.json b/blockchains/solana/assets/3CyiEDRehaGufzkpXJitCP5tvh7cNhRqd9rPBxZrgK5z/info.json deleted file mode 100644 index a9fef4ba05afc..0000000000000 --- a/blockchains/solana/assets/3CyiEDRehaGufzkpXJitCP5tvh7cNhRqd9rPBxZrgK5z/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Swipe (Portal)", - "type": "SPL", - "symbol": "SXP", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.swipe.io/", - "explorer": "https://solscan.io/token/3CyiEDRehaGufzkpXJitCP5tvh7cNhRqd9rPBxZrgK5z", - "status": "active", - "id": "3CyiEDRehaGufzkpXJitCP5tvh7cNhRqd9rPBxZrgK5z", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/3CyiEDRehaGufzkpXJitCP5tvh7cNhRqd9rPBxZrgK5z/logo.png b/blockchains/solana/assets/3CyiEDRehaGufzkpXJitCP5tvh7cNhRqd9rPBxZrgK5z/logo.png deleted file mode 100644 index ddf3876587cc3..0000000000000 Binary files a/blockchains/solana/assets/3CyiEDRehaGufzkpXJitCP5tvh7cNhRqd9rPBxZrgK5z/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/3EQ6LqLkiFcoxTeGEsHMFpSLWNVPe9yT7XPX2HYSFyxX/info.json b/blockchains/solana/assets/3EQ6LqLkiFcoxTeGEsHMFpSLWNVPe9yT7XPX2HYSFyxX/info.json deleted file mode 100644 index ba040043bd7a8..0000000000000 --- a/blockchains/solana/assets/3EQ6LqLkiFcoxTeGEsHMFpSLWNVPe9yT7XPX2HYSFyxX/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Tokemak (Portal)", - "type": "SPL", - "symbol": "TOKE", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.tokemak.xyz/", - "explorer": "https://solscan.io/token/3EQ6LqLkiFcoxTeGEsHMFpSLWNVPe9yT7XPX2HYSFyxX", - "status": "active", - "id": "3EQ6LqLkiFcoxTeGEsHMFpSLWNVPe9yT7XPX2HYSFyxX", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/3EQ6LqLkiFcoxTeGEsHMFpSLWNVPe9yT7XPX2HYSFyxX/logo.png b/blockchains/solana/assets/3EQ6LqLkiFcoxTeGEsHMFpSLWNVPe9yT7XPX2HYSFyxX/logo.png deleted file mode 100644 index f53f464b18acc..0000000000000 Binary files a/blockchains/solana/assets/3EQ6LqLkiFcoxTeGEsHMFpSLWNVPe9yT7XPX2HYSFyxX/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/3K6rftdAaQYMPunrtNRHgnK2UAtjm2JwyT2oCiTDouYE/info.json b/blockchains/solana/assets/3K6rftdAaQYMPunrtNRHgnK2UAtjm2JwyT2oCiTDouYE/info.json deleted file mode 100644 index 219737a64bf77..0000000000000 --- a/blockchains/solana/assets/3K6rftdAaQYMPunrtNRHgnK2UAtjm2JwyT2oCiTDouYE/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "XCOPE", - "symbol": "XCOPE", - "type": "SPL", - "decimals": 0, - "description": "Acquire COPE in a fun and low risk way, by unlocking your cope report and reaching the top of the COPE Index", - "website": "https://www.unlimitedcope.com", - "explorer": "https://solscan.io/token/3K6rftdAaQYMPunrtNRHgnK2UAtjm2JwyT2oCiTDouYE", - "status": "active", - "id": "3K6rftdAaQYMPunrtNRHgnK2UAtjm2JwyT2oCiTDouYE" -} \ No newline at end of file diff --git a/blockchains/solana/assets/3K6rftdAaQYMPunrtNRHgnK2UAtjm2JwyT2oCiTDouYE/logo.png b/blockchains/solana/assets/3K6rftdAaQYMPunrtNRHgnK2UAtjm2JwyT2oCiTDouYE/logo.png deleted file mode 100644 index 625d41162dba9..0000000000000 Binary files a/blockchains/solana/assets/3K6rftdAaQYMPunrtNRHgnK2UAtjm2JwyT2oCiTDouYE/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/3NZ9JMVBmGAqocybic2c7LQCJScmgsAZ6vQqTDzcqmJh/info.json b/blockchains/solana/assets/3NZ9JMVBmGAqocybic2c7LQCJScmgsAZ6vQqTDzcqmJh/info.json deleted file mode 100644 index 554dbc2004241..0000000000000 --- a/blockchains/solana/assets/3NZ9JMVBmGAqocybic2c7LQCJScmgsAZ6vQqTDzcqmJh/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Wrapped BTC (Portal)", - "type": "SPL", - "symbol": "WBTC", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.wbtc.network/", - "explorer": "https://solscan.io/token/3NZ9JMVBmGAqocybic2c7LQCJScmgsAZ6vQqTDzcqmJh", - "status": "active", - "id": "3NZ9JMVBmGAqocybic2c7LQCJScmgsAZ6vQqTDzcqmJh", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/3NZ9JMVBmGAqocybic2c7LQCJScmgsAZ6vQqTDzcqmJh/logo.png b/blockchains/solana/assets/3NZ9JMVBmGAqocybic2c7LQCJScmgsAZ6vQqTDzcqmJh/logo.png deleted file mode 100644 index d603db0efae1f..0000000000000 Binary files a/blockchains/solana/assets/3NZ9JMVBmGAqocybic2c7LQCJScmgsAZ6vQqTDzcqmJh/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/3UCMiSnkcnkPE1pgQ5ggPCBv6dXgVUy16TmMUe1WpG9x/info.json b/blockchains/solana/assets/3UCMiSnkcnkPE1pgQ5ggPCBv6dXgVUy16TmMUe1WpG9x/info.json deleted file mode 100644 index e59712c47e42b..0000000000000 --- a/blockchains/solana/assets/3UCMiSnkcnkPE1pgQ5ggPCBv6dXgVUy16TmMUe1WpG9x/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Aleph.im (Portal)", - "type": "SPL", - "symbol": "ALEPH", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://aleph.im/", - "explorer": "https://solscan.io/token/3UCMiSnkcnkPE1pgQ5ggPCBv6dXgVUy16TmMUe1WpG9x", - "status": "active", - "id": "3UCMiSnkcnkPE1pgQ5ggPCBv6dXgVUy16TmMUe1WpG9x", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/3UCMiSnkcnkPE1pgQ5ggPCBv6dXgVUy16TmMUe1WpG9x/logo.png b/blockchains/solana/assets/3UCMiSnkcnkPE1pgQ5ggPCBv6dXgVUy16TmMUe1WpG9x/logo.png deleted file mode 100644 index 93a2674eac7e3..0000000000000 Binary files a/blockchains/solana/assets/3UCMiSnkcnkPE1pgQ5ggPCBv6dXgVUy16TmMUe1WpG9x/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/3a2VW9t5N6p4baMW3M6yLH1UJ9imMt7VsyUk6ouXPVLq/info.json b/blockchains/solana/assets/3a2VW9t5N6p4baMW3M6yLH1UJ9imMt7VsyUk6ouXPVLq/info.json deleted file mode 100644 index caaf156c7cdc6..0000000000000 --- a/blockchains/solana/assets/3a2VW9t5N6p4baMW3M6yLH1UJ9imMt7VsyUk6ouXPVLq/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Keep3rV1 (Portal)", - "type": "SPL", - "symbol": "KP3R", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://keep3r.network/", - "explorer": "https://solscan.io/token/3a2VW9t5N6p4baMW3M6yLH1UJ9imMt7VsyUk6ouXPVLq", - "status": "active", - "id": "3a2VW9t5N6p4baMW3M6yLH1UJ9imMt7VsyUk6ouXPVLq", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/3a2VW9t5N6p4baMW3M6yLH1UJ9imMt7VsyUk6ouXPVLq/logo.png b/blockchains/solana/assets/3a2VW9t5N6p4baMW3M6yLH1UJ9imMt7VsyUk6ouXPVLq/logo.png deleted file mode 100644 index 111db89289b74..0000000000000 Binary files a/blockchains/solana/assets/3a2VW9t5N6p4baMW3M6yLH1UJ9imMt7VsyUk6ouXPVLq/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/3jzdrXXKxwkBk82u2eCWASZLCKoZs1LQTg87HBEAmBJw/info.json b/blockchains/solana/assets/3jzdrXXKxwkBk82u2eCWASZLCKoZs1LQTg87HBEAmBJw/info.json deleted file mode 100644 index 34fbd8f8405a3..0000000000000 --- a/blockchains/solana/assets/3jzdrXXKxwkBk82u2eCWASZLCKoZs1LQTg87HBEAmBJw/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "FLOOF", - "symbol": "FLOOF", - "type": "SPL", - "decimals": 1, - "description": "We offer the finest Floof on the Solana blockchain", - "website": "https://www.floofsolana.com/", - "explorer": "https://solscan.io/token/3jzdrXXKxwkBk82u2eCWASZLCKoZs1LQTg87HBEAmBJw", - "status": "active", - "id": "3jzdrXXKxwkBk82u2eCWASZLCKoZs1LQTg87HBEAmBJw", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/FLOOF_SOLANA" - }, - { - "name": "telegram", - "url": "https://t.me/FLOOFSOLANAMEME" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/floof/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/floof" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/3jzdrXXKxwkBk82u2eCWASZLCKoZs1LQTg87HBEAmBJw/logo.png b/blockchains/solana/assets/3jzdrXXKxwkBk82u2eCWASZLCKoZs1LQTg87HBEAmBJw/logo.png deleted file mode 100644 index 3adc337487e36..0000000000000 Binary files a/blockchains/solana/assets/3jzdrXXKxwkBk82u2eCWASZLCKoZs1LQTg87HBEAmBJw/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/3vAs4D1WE6Na4tCgt4BApgFfENbm8WY7q4cSPD1yM4Cg/info.json b/blockchains/solana/assets/3vAs4D1WE6Na4tCgt4BApgFfENbm8WY7q4cSPD1yM4Cg/info.json deleted file mode 100644 index 313f30165950d..0000000000000 --- a/blockchains/solana/assets/3vAs4D1WE6Na4tCgt4BApgFfENbm8WY7q4cSPD1yM4Cg/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Aave Token (Portal)", - "type": "SPL", - "symbol": "AAVE", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://app.aave.com/?referral=93", - "explorer": "https://solscan.io/token/3vAs4D1WE6Na4tCgt4BApgFfENbm8WY7q4cSPD1yM4Cg", - "status": "active", - "id": "3vAs4D1WE6Na4tCgt4BApgFfENbm8WY7q4cSPD1yM4Cg", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/3vAs4D1WE6Na4tCgt4BApgFfENbm8WY7q4cSPD1yM4Cg/logo.png b/blockchains/solana/assets/3vAs4D1WE6Na4tCgt4BApgFfENbm8WY7q4cSPD1yM4Cg/logo.png deleted file mode 100644 index 3c530aaca6334..0000000000000 Binary files a/blockchains/solana/assets/3vAs4D1WE6Na4tCgt4BApgFfENbm8WY7q4cSPD1yM4Cg/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/3x7UeXDF4imKSKnizK9mYyx1M5bTNzpeALfPeB8S6XT9/info.json b/blockchains/solana/assets/3x7UeXDF4imKSKnizK9mYyx1M5bTNzpeALfPeB8S6XT9/info.json deleted file mode 100644 index ed59fba50f5a9..0000000000000 --- a/blockchains/solana/assets/3x7UeXDF4imKSKnizK9mYyx1M5bTNzpeALfPeB8S6XT9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SKEM", - "symbol": "SKEM", - "type": "SPL", - "decimals": 9, - "description": "SKEM is a Solana meme token with scam busting abilities.", - "website": "https://skem.finance", - "explorer": "https://solscan.io/token/3x7UeXDF4imKSKnizK9mYyx1M5bTNzpeALfPeB8S6XT9", - "status": "active", - "id": "3x7UeXDF4imKSKnizK9mYyx1M5bTNzpeALfPeB8S6XT9" -} \ No newline at end of file diff --git a/blockchains/solana/assets/3x7UeXDF4imKSKnizK9mYyx1M5bTNzpeALfPeB8S6XT9/logo.png b/blockchains/solana/assets/3x7UeXDF4imKSKnizK9mYyx1M5bTNzpeALfPeB8S6XT9/logo.png deleted file mode 100644 index 005f248cc9812..0000000000000 Binary files a/blockchains/solana/assets/3x7UeXDF4imKSKnizK9mYyx1M5bTNzpeALfPeB8S6XT9/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/43VWkd99HjqkhFTZbWBpMpRhjG469nWa7x7uEsgSH7We/info.json b/blockchains/solana/assets/43VWkd99HjqkhFTZbWBpMpRhjG469nWa7x7uEsgSH7We/info.json deleted file mode 100644 index d681de16c6ed6..0000000000000 --- a/blockchains/solana/assets/43VWkd99HjqkhFTZbWBpMpRhjG469nWa7x7uEsgSH7We/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Stonks", - "symbol": "STNK", - "type": "SPL", - "decimals": 9, - "description": "Stonks is a meme token that represents the STONKS meme, and to spread awareness about Solana", - "website": "https://www.stonkscoin.org/", - "explorer": "https://solscan.io/token/43VWkd99HjqkhFTZbWBpMpRhjG469nWa7x7uEsgSH7We", - "status": "active", - "id": "43VWkd99HjqkhFTZbWBpMpRhjG469nWa7x7uEsgSH7We" -} \ No newline at end of file diff --git a/blockchains/solana/assets/43VWkd99HjqkhFTZbWBpMpRhjG469nWa7x7uEsgSH7We/logo.png b/blockchains/solana/assets/43VWkd99HjqkhFTZbWBpMpRhjG469nWa7x7uEsgSH7We/logo.png deleted file mode 100644 index 5550cc7f0b525..0000000000000 Binary files a/blockchains/solana/assets/43VWkd99HjqkhFTZbWBpMpRhjG469nWa7x7uEsgSH7We/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/43m2ewFV5nDepieFjT9EmAQnc1HRtAF247RBpLGFem5F/info.json b/blockchains/solana/assets/43m2ewFV5nDepieFjT9EmAQnc1HRtAF247RBpLGFem5F/info.json deleted file mode 100644 index 38e1f5f8a3a48..0000000000000 --- a/blockchains/solana/assets/43m2ewFV5nDepieFjT9EmAQnc1HRtAF247RBpLGFem5F/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "USDK (Portal)", - "type": "SPL", - "symbol": "USDK", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.oklink.com/", - "explorer": "https://solscan.io/token/43m2ewFV5nDepieFjT9EmAQnc1HRtAF247RBpLGFem5F", - "status": "active", - "id": "43m2ewFV5nDepieFjT9EmAQnc1HRtAF247RBpLGFem5F", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/43m2ewFV5nDepieFjT9EmAQnc1HRtAF247RBpLGFem5F/logo.png b/blockchains/solana/assets/43m2ewFV5nDepieFjT9EmAQnc1HRtAF247RBpLGFem5F/logo.png deleted file mode 100644 index 88ba434269af7..0000000000000 Binary files a/blockchains/solana/assets/43m2ewFV5nDepieFjT9EmAQnc1HRtAF247RBpLGFem5F/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/49c7WuCZkQgc3M4qH8WuEUNXfgwupZf1xqWkDQ7gjRGt/info.json b/blockchains/solana/assets/49c7WuCZkQgc3M4qH8WuEUNXfgwupZf1xqWkDQ7gjRGt/info.json deleted file mode 100644 index d92c094787682..0000000000000 --- a/blockchains/solana/assets/49c7WuCZkQgc3M4qH8WuEUNXfgwupZf1xqWkDQ7gjRGt/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "The Sandbox (Portal)", - "type": "SPL", - "symbol": "SAND", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.sandbox.game/en/", - "explorer": "https://solscan.io/token/49c7WuCZkQgc3M4qH8WuEUNXfgwupZf1xqWkDQ7gjRGt", - "status": "active", - "id": "49c7WuCZkQgc3M4qH8WuEUNXfgwupZf1xqWkDQ7gjRGt", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/49c7WuCZkQgc3M4qH8WuEUNXfgwupZf1xqWkDQ7gjRGt/logo.png b/blockchains/solana/assets/49c7WuCZkQgc3M4qH8WuEUNXfgwupZf1xqWkDQ7gjRGt/logo.png deleted file mode 100644 index b3b2a58d8b13b..0000000000000 Binary files a/blockchains/solana/assets/49c7WuCZkQgc3M4qH8WuEUNXfgwupZf1xqWkDQ7gjRGt/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/4CsZsUCoKFiaGyU7DEVDayqeVtG8iqgGDR6RjzQmzQao/info.json b/blockchains/solana/assets/4CsZsUCoKFiaGyU7DEVDayqeVtG8iqgGDR6RjzQmzQao/info.json deleted file mode 100644 index 3c0a428fe0563..0000000000000 --- a/blockchains/solana/assets/4CsZsUCoKFiaGyU7DEVDayqeVtG8iqgGDR6RjzQmzQao/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "AnchorUST (Portal)", - "type": "SPL", - "symbol": "aUST", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://anchorprotocol.com/", - "explorer": "https://solscan.io/token/4CsZsUCoKFiaGyU7DEVDayqeVtG8iqgGDR6RjzQmzQao", - "status": "active", - "id": "4CsZsUCoKFiaGyU7DEVDayqeVtG8iqgGDR6RjzQmzQao", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/4CsZsUCoKFiaGyU7DEVDayqeVtG8iqgGDR6RjzQmzQao/logo.png b/blockchains/solana/assets/4CsZsUCoKFiaGyU7DEVDayqeVtG8iqgGDR6RjzQmzQao/logo.png deleted file mode 100644 index 715ef20db8ea7..0000000000000 Binary files a/blockchains/solana/assets/4CsZsUCoKFiaGyU7DEVDayqeVtG8iqgGDR6RjzQmzQao/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/4Fo67MYQpVhZj9R7jQTd63FPAnWbPpaafAUxsMGX2geP/info.json b/blockchains/solana/assets/4Fo67MYQpVhZj9R7jQTd63FPAnWbPpaafAUxsMGX2geP/info.json deleted file mode 100644 index eedcec8791961..0000000000000 --- a/blockchains/solana/assets/4Fo67MYQpVhZj9R7jQTd63FPAnWbPpaafAUxsMGX2geP/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "DAI (Portal from Polygon)", - "type": "SPL", - "symbol": "DAIpo", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://makerdao.com/", - "explorer": "https://solscan.io/token/4Fo67MYQpVhZj9R7jQTd63FPAnWbPpaafAUxsMGX2geP", - "status": "active", - "id": "4Fo67MYQpVhZj9R7jQTd63FPAnWbPpaafAUxsMGX2geP", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/4Fo67MYQpVhZj9R7jQTd63FPAnWbPpaafAUxsMGX2geP/logo.png b/blockchains/solana/assets/4Fo67MYQpVhZj9R7jQTd63FPAnWbPpaafAUxsMGX2geP/logo.png deleted file mode 100644 index 6c0a11716f9ed..0000000000000 Binary files a/blockchains/solana/assets/4Fo67MYQpVhZj9R7jQTd63FPAnWbPpaafAUxsMGX2geP/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/4Hx6Bj56eGyw8EJrrheM6LBQAvVYRikYCWsALeTrwyRU/info.json b/blockchains/solana/assets/4Hx6Bj56eGyw8EJrrheM6LBQAvVYRikYCWsALeTrwyRU/info.json deleted file mode 100644 index 6c84acdca7c99..0000000000000 --- a/blockchains/solana/assets/4Hx6Bj56eGyw8EJrrheM6LBQAvVYRikYCWsALeTrwyRU/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "dYdX (Portal)", - "type": "SPL", - "symbol": "DYDX", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://dydx.exchange/", - "explorer": "https://solscan.io/token/4Hx6Bj56eGyw8EJrrheM6LBQAvVYRikYCWsALeTrwyRU", - "status": "active", - "id": "4Hx6Bj56eGyw8EJrrheM6LBQAvVYRikYCWsALeTrwyRU", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/4Hx6Bj56eGyw8EJrrheM6LBQAvVYRikYCWsALeTrwyRU/logo.png b/blockchains/solana/assets/4Hx6Bj56eGyw8EJrrheM6LBQAvVYRikYCWsALeTrwyRU/logo.png deleted file mode 100644 index c778c54757c32..0000000000000 Binary files a/blockchains/solana/assets/4Hx6Bj56eGyw8EJrrheM6LBQAvVYRikYCWsALeTrwyRU/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/4SZjjNABoqhbd4hnapbvoEPEqT8mnNkfbEoAwALf1V8t/info.json b/blockchains/solana/assets/4SZjjNABoqhbd4hnapbvoEPEqT8mnNkfbEoAwALf1V8t/info.json deleted file mode 100644 index 462570c417394..0000000000000 --- a/blockchains/solana/assets/4SZjjNABoqhbd4hnapbvoEPEqT8mnNkfbEoAwALf1V8t/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Crypto Cavemen", - "symbol": "CAVE", - "type": "SPL", - "decimals": 6, - "description": "The Crypto Cavemen Club is an exclusive NFT community comprised of the world's most prehistoric generation of humans.", - "website": "https://cryptocavemen.io/", - "explorer": "https://solscan.io/token/4SZjjNABoqhbd4hnapbvoEPEqT8mnNkfbEoAwALf1V8t", - "status": "active", - "id": "4SZjjNABoqhbd4hnapbvoEPEqT8mnNkfbEoAwALf1V8t", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/TheCavemenClub" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/crypto-cavemen-club/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/cave" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/4SZjjNABoqhbd4hnapbvoEPEqT8mnNkfbEoAwALf1V8t/logo.png b/blockchains/solana/assets/4SZjjNABoqhbd4hnapbvoEPEqT8mnNkfbEoAwALf1V8t/logo.png deleted file mode 100644 index b196123325fd5..0000000000000 Binary files a/blockchains/solana/assets/4SZjjNABoqhbd4hnapbvoEPEqT8mnNkfbEoAwALf1V8t/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/4ThReWAbAVZjNVgs5Ui9Pk3cZ5TYaD9u6Y89fp6EFzoF/info.json b/blockchains/solana/assets/4ThReWAbAVZjNVgs5Ui9Pk3cZ5TYaD9u6Y89fp6EFzoF/info.json deleted file mode 100644 index f1a24a5e2d2e1..0000000000000 --- a/blockchains/solana/assets/4ThReWAbAVZjNVgs5Ui9Pk3cZ5TYaD9u6Y89fp6EFzoF/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "1sol.io (Portal)", - "type": "SPL", - "symbol": "1SOL", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://1sol.io/", - "explorer": "https://solscan.io/token/4ThReWAbAVZjNVgs5Ui9Pk3cZ5TYaD9u6Y89fp6EFzoF", - "status": "active", - "id": "4ThReWAbAVZjNVgs5Ui9Pk3cZ5TYaD9u6Y89fp6EFzoF", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/4ThReWAbAVZjNVgs5Ui9Pk3cZ5TYaD9u6Y89fp6EFzoF/logo.png b/blockchains/solana/assets/4ThReWAbAVZjNVgs5Ui9Pk3cZ5TYaD9u6Y89fp6EFzoF/logo.png deleted file mode 100644 index 565e48e3326d7..0000000000000 Binary files a/blockchains/solana/assets/4ThReWAbAVZjNVgs5Ui9Pk3cZ5TYaD9u6Y89fp6EFzoF/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/4hpngEp1v3CXpeKB81Gw4sv7YvwUVRKvY3SGag9ND8Q4/info.json b/blockchains/solana/assets/4hpngEp1v3CXpeKB81Gw4sv7YvwUVRKvY3SGag9ND8Q4/info.json deleted file mode 100644 index 0248c06bf7625..0000000000000 --- a/blockchains/solana/assets/4hpngEp1v3CXpeKB81Gw4sv7YvwUVRKvY3SGag9ND8Q4/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Smooth Love Potion (Portal)", - "type": "SPL", - "symbol": "SLP", - "decimals": 0, - "description": "Cross Chain Portal Bridged Token", - "website": "https://axieinfinity.com/", - "explorer": "https://solscan.io/token/4hpngEp1v3CXpeKB81Gw4sv7YvwUVRKvY3SGag9ND8Q4", - "status": "active", - "id": "4hpngEp1v3CXpeKB81Gw4sv7YvwUVRKvY3SGag9ND8Q4", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/4hpngEp1v3CXpeKB81Gw4sv7YvwUVRKvY3SGag9ND8Q4/logo.png b/blockchains/solana/assets/4hpngEp1v3CXpeKB81Gw4sv7YvwUVRKvY3SGag9ND8Q4/logo.png deleted file mode 100644 index b6a07c3b67c47..0000000000000 Binary files a/blockchains/solana/assets/4hpngEp1v3CXpeKB81Gw4sv7YvwUVRKvY3SGag9ND8Q4/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R/info.json b/blockchains/solana/assets/4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R/info.json deleted file mode 100644 index 60653477a6024..0000000000000 --- a/blockchains/solana/assets/4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Raydium", - "symbol": "RAY", - "type": "SPL", - "decimals": 6, - "description": "Raydium is an on-chain order book automated market maker (AMM) that enables lightning-fast trades, shared liquidity and new features for earning yield.", - "website": "https://raydium.io/", - "explorer": "https://solscan.io/token/4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R", - "status": "active", - "id": "4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R", - "links": [ - { - "name": "telegram", - "url": "https://t.me/raydiumprotocol" - }, - { - "name": "twitter", - "url": "https://twitter.com/RaydiumProtocol" - }, - { - "name": "discord", - "url": "https://discord.com/invite/6EvFwvCfpx" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R/logo.png b/blockchains/solana/assets/4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R/logo.png deleted file mode 100644 index 74e69b48fe1f7..0000000000000 Binary files a/blockchains/solana/assets/4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/4wjPQJ6PrkC4dHhYghwJzGBVP78DkBzA2U3kHoFNBuhj/info.json b/blockchains/solana/assets/4wjPQJ6PrkC4dHhYghwJzGBVP78DkBzA2U3kHoFNBuhj/info.json deleted file mode 100644 index 6abc2a9f6a4f6..0000000000000 --- a/blockchains/solana/assets/4wjPQJ6PrkC4dHhYghwJzGBVP78DkBzA2U3kHoFNBuhj/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LIQ Protocol", - "symbol": "LIQ", - "type": "SPL", - "decimals": 6, - "description": "LIQ is a decentralized liquidation engine built for Serum DEX margin markets on the Solana network", - "website": "https://www.liqsolana.com/", - "explorer": "https://solscan.io/token/4wjPQJ6PrkC4dHhYghwJzGBVP78DkBzA2U3kHoFNBuhj", - "status": "active", - "id": "4wjPQJ6PrkC4dHhYghwJzGBVP78DkBzA2U3kHoFNBuhj" -} \ No newline at end of file diff --git a/blockchains/solana/assets/4wjPQJ6PrkC4dHhYghwJzGBVP78DkBzA2U3kHoFNBuhj/logo.png b/blockchains/solana/assets/4wjPQJ6PrkC4dHhYghwJzGBVP78DkBzA2U3kHoFNBuhj/logo.png deleted file mode 100644 index 80f94c1454b44..0000000000000 Binary files a/blockchains/solana/assets/4wjPQJ6PrkC4dHhYghwJzGBVP78DkBzA2U3kHoFNBuhj/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/5RpUwQ8wtdPCZHhu6MERp2RGrpobsbZ6MH5dDHkUjs2/info.json b/blockchains/solana/assets/5RpUwQ8wtdPCZHhu6MERp2RGrpobsbZ6MH5dDHkUjs2/info.json deleted file mode 100644 index 336aa0b71ca9c..0000000000000 --- a/blockchains/solana/assets/5RpUwQ8wtdPCZHhu6MERp2RGrpobsbZ6MH5dDHkUjs2/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Binance USD (Portal from BSC)", - "type": "SPL", - "symbol": "BUSDbs", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.paxos.com/busd/", - "explorer": "https://solscan.io/token/5RpUwQ8wtdPCZHhu6MERp2RGrpobsbZ6MH5dDHkUjs2", - "status": "active", - "id": "5RpUwQ8wtdPCZHhu6MERp2RGrpobsbZ6MH5dDHkUjs2", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/5RpUwQ8wtdPCZHhu6MERp2RGrpobsbZ6MH5dDHkUjs2/logo.png b/blockchains/solana/assets/5RpUwQ8wtdPCZHhu6MERp2RGrpobsbZ6MH5dDHkUjs2/logo.png deleted file mode 100644 index 58b66f7e91e64..0000000000000 Binary files a/blockchains/solana/assets/5RpUwQ8wtdPCZHhu6MERp2RGrpobsbZ6MH5dDHkUjs2/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/5TtSKAamFq88grN1QGrEaZ1AjjyciqnCya1aiMhAgFvG/info.json b/blockchains/solana/assets/5TtSKAamFq88grN1QGrEaZ1AjjyciqnCya1aiMhAgFvG/info.json deleted file mode 100644 index 4e31d062d581b..0000000000000 --- a/blockchains/solana/assets/5TtSKAamFq88grN1QGrEaZ1AjjyciqnCya1aiMhAgFvG/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Chiliz (Portal)", - "type": "SPL", - "symbol": "CHZ", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.chiliz.com/", - "explorer": "https://solscan.io/token/5TtSKAamFq88grN1QGrEaZ1AjjyciqnCya1aiMhAgFvG", - "status": "active", - "id": "5TtSKAamFq88grN1QGrEaZ1AjjyciqnCya1aiMhAgFvG", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/5TtSKAamFq88grN1QGrEaZ1AjjyciqnCya1aiMhAgFvG/logo.png b/blockchains/solana/assets/5TtSKAamFq88grN1QGrEaZ1AjjyciqnCya1aiMhAgFvG/logo.png deleted file mode 100644 index fb704aeadd3fc..0000000000000 Binary files a/blockchains/solana/assets/5TtSKAamFq88grN1QGrEaZ1AjjyciqnCya1aiMhAgFvG/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/5Wc4U1ZoQRzF4tPdqKQzBwRSjYe8vEf3EvZMuXgtKUW6/info.json b/blockchains/solana/assets/5Wc4U1ZoQRzF4tPdqKQzBwRSjYe8vEf3EvZMuXgtKUW6/info.json deleted file mode 100644 index 4882bce5835bb..0000000000000 --- a/blockchains/solana/assets/5Wc4U1ZoQRzF4tPdqKQzBwRSjYe8vEf3EvZMuXgtKUW6/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "LuaSwap (Portal)", - "type": "SPL", - "symbol": "LUA", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://luaswap.org/#/", - "explorer": "https://solscan.io/token/5Wc4U1ZoQRzF4tPdqKQzBwRSjYe8vEf3EvZMuXgtKUW6", - "status": "active", - "id": "5Wc4U1ZoQRzF4tPdqKQzBwRSjYe8vEf3EvZMuXgtKUW6", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/5Wc4U1ZoQRzF4tPdqKQzBwRSjYe8vEf3EvZMuXgtKUW6/logo.png b/blockchains/solana/assets/5Wc4U1ZoQRzF4tPdqKQzBwRSjYe8vEf3EvZMuXgtKUW6/logo.png deleted file mode 100644 index 82083624f3424..0000000000000 Binary files a/blockchains/solana/assets/5Wc4U1ZoQRzF4tPdqKQzBwRSjYe8vEf3EvZMuXgtKUW6/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/5goWRao6a3yNC4d6UjMdQxonkCMvKBwdpubU3qhfcdf1/info.json b/blockchains/solana/assets/5goWRao6a3yNC4d6UjMdQxonkCMvKBwdpubU3qhfcdf1/info.json deleted file mode 100644 index 5076d435000b6..0000000000000 --- a/blockchains/solana/assets/5goWRao6a3yNC4d6UjMdQxonkCMvKBwdpubU3qhfcdf1/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Tether USD (PoS) (Portal from Polygon)", - "type": "SPL", - "symbol": "USDTpo", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://tether.to/", - "explorer": "https://solscan.io/token/5goWRao6a3yNC4d6UjMdQxonkCMvKBwdpubU3qhfcdf1", - "status": "active", - "id": "5goWRao6a3yNC4d6UjMdQxonkCMvKBwdpubU3qhfcdf1", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/5goWRao6a3yNC4d6UjMdQxonkCMvKBwdpubU3qhfcdf1/logo.png b/blockchains/solana/assets/5goWRao6a3yNC4d6UjMdQxonkCMvKBwdpubU3qhfcdf1/logo.png deleted file mode 100644 index 3555ddd31d42f..0000000000000 Binary files a/blockchains/solana/assets/5goWRao6a3yNC4d6UjMdQxonkCMvKBwdpubU3qhfcdf1/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/5hcdG6NjQwiNhVa9bcyaaDsCyA1muPQ6WRzQwHfgeeKo/info.json b/blockchains/solana/assets/5hcdG6NjQwiNhVa9bcyaaDsCyA1muPQ6WRzQwHfgeeKo/info.json deleted file mode 100644 index fd53f06b320cf..0000000000000 --- a/blockchains/solana/assets/5hcdG6NjQwiNhVa9bcyaaDsCyA1muPQ6WRzQwHfgeeKo/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "SWAG Finance (Portal)", - "type": "SPL", - "symbol": "SWAG", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.swag.finance/", - "explorer": "https://solscan.io/token/5hcdG6NjQwiNhVa9bcyaaDsCyA1muPQ6WRzQwHfgeeKo", - "status": "active", - "id": "5hcdG6NjQwiNhVa9bcyaaDsCyA1muPQ6WRzQwHfgeeKo", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/5hcdG6NjQwiNhVa9bcyaaDsCyA1muPQ6WRzQwHfgeeKo/logo.png b/blockchains/solana/assets/5hcdG6NjQwiNhVa9bcyaaDsCyA1muPQ6WRzQwHfgeeKo/logo.png deleted file mode 100644 index e6659582837ad..0000000000000 Binary files a/blockchains/solana/assets/5hcdG6NjQwiNhVa9bcyaaDsCyA1muPQ6WRzQwHfgeeKo/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/5njTmK53Ss5jkiHHZvzabVzZj6ztu6WYWpAPYgbVnbjs/info.json b/blockchains/solana/assets/5njTmK53Ss5jkiHHZvzabVzZj6ztu6WYWpAPYgbVnbjs/info.json deleted file mode 100644 index d796e67eb5b39..0000000000000 --- a/blockchains/solana/assets/5njTmK53Ss5jkiHHZvzabVzZj6ztu6WYWpAPYgbVnbjs/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Quickswap (Portal)", - "type": "SPL", - "symbol": "QUICK", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://quickswap.exchange/", - "explorer": "https://solscan.io/token/5njTmK53Ss5jkiHHZvzabVzZj6ztu6WYWpAPYgbVnbjs", - "status": "active", - "id": "5njTmK53Ss5jkiHHZvzabVzZj6ztu6WYWpAPYgbVnbjs", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/5njTmK53Ss5jkiHHZvzabVzZj6ztu6WYWpAPYgbVnbjs/logo.png b/blockchains/solana/assets/5njTmK53Ss5jkiHHZvzabVzZj6ztu6WYWpAPYgbVnbjs/logo.png deleted file mode 100644 index 12637385c5712..0000000000000 Binary files a/blockchains/solana/assets/5njTmK53Ss5jkiHHZvzabVzZj6ztu6WYWpAPYgbVnbjs/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/64L6o4G2H7Ln1vN7AHZsUMW4pbFciHyuwn4wUdSbcFxh/info.json b/blockchains/solana/assets/64L6o4G2H7Ln1vN7AHZsUMW4pbFciHyuwn4wUdSbcFxh/info.json deleted file mode 100644 index 9d0d55447eeb3..0000000000000 --- a/blockchains/solana/assets/64L6o4G2H7Ln1vN7AHZsUMW4pbFciHyuwn4wUdSbcFxh/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Keep Network (Portal)", - "type": "SPL", - "symbol": "KEEP", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://keep.network/", - "explorer": "https://solscan.io/token/64L6o4G2H7Ln1vN7AHZsUMW4pbFciHyuwn4wUdSbcFxh", - "status": "active", - "id": "64L6o4G2H7Ln1vN7AHZsUMW4pbFciHyuwn4wUdSbcFxh", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/64L6o4G2H7Ln1vN7AHZsUMW4pbFciHyuwn4wUdSbcFxh/logo.png b/blockchains/solana/assets/64L6o4G2H7Ln1vN7AHZsUMW4pbFciHyuwn4wUdSbcFxh/logo.png deleted file mode 100644 index e180b75b98914..0000000000000 Binary files a/blockchains/solana/assets/64L6o4G2H7Ln1vN7AHZsUMW4pbFciHyuwn4wUdSbcFxh/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/6LX8BhMQ4Sy2otmAWj7Y5sKd9YTVVUgfMsBzT6B9W7ct/info.json b/blockchains/solana/assets/6LX8BhMQ4Sy2otmAWj7Y5sKd9YTVVUgfMsBzT6B9W7ct/info.json deleted file mode 100644 index f71f1feef60ae..0000000000000 --- a/blockchains/solana/assets/6LX8BhMQ4Sy2otmAWj7Y5sKd9YTVVUgfMsBzT6B9W7ct/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Frax Share (Portal)", - "type": "SPL", - "symbol": "FXS", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://frax.finance", - "explorer": "https://solscan.io/token/6LX8BhMQ4Sy2otmAWj7Y5sKd9YTVVUgfMsBzT6B9W7ct", - "status": "active", - "id": "6LX8BhMQ4Sy2otmAWj7Y5sKd9YTVVUgfMsBzT6B9W7ct", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/6LX8BhMQ4Sy2otmAWj7Y5sKd9YTVVUgfMsBzT6B9W7ct/logo.png b/blockchains/solana/assets/6LX8BhMQ4Sy2otmAWj7Y5sKd9YTVVUgfMsBzT6B9W7ct/logo.png deleted file mode 100644 index fe4a799cf6e4e..0000000000000 Binary files a/blockchains/solana/assets/6LX8BhMQ4Sy2otmAWj7Y5sKd9YTVVUgfMsBzT6B9W7ct/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/6Q5fvsJ6kgAFmisgDqqyaFd9FURYzHf8MCUbpAUaGZnE/info.json b/blockchains/solana/assets/6Q5fvsJ6kgAFmisgDqqyaFd9FURYzHf8MCUbpAUaGZnE/info.json deleted file mode 100644 index 7eb50f9698fc2..0000000000000 --- a/blockchains/solana/assets/6Q5fvsJ6kgAFmisgDqqyaFd9FURYzHf8MCUbpAUaGZnE/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "OpenDAO (Portal)", - "type": "SPL", - "symbol": "SOS", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.theopendao.com/", - "explorer": "https://solscan.io/token/6Q5fvsJ6kgAFmisgDqqyaFd9FURYzHf8MCUbpAUaGZnE", - "status": "active", - "id": "6Q5fvsJ6kgAFmisgDqqyaFd9FURYzHf8MCUbpAUaGZnE", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/6Q5fvsJ6kgAFmisgDqqyaFd9FURYzHf8MCUbpAUaGZnE/logo.png b/blockchains/solana/assets/6Q5fvsJ6kgAFmisgDqqyaFd9FURYzHf8MCUbpAUaGZnE/logo.png deleted file mode 100644 index 9d43a7dd44203..0000000000000 Binary files a/blockchains/solana/assets/6Q5fvsJ6kgAFmisgDqqyaFd9FURYzHf8MCUbpAUaGZnE/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/6nKUU36URHkewHg5GGGAgxs6szkE4VTioGUT5txQqJFU/info.json b/blockchains/solana/assets/6nKUU36URHkewHg5GGGAgxs6szkE4VTioGUT5txQqJFU/info.json deleted file mode 100644 index 6c87ded79cbf5..0000000000000 --- a/blockchains/solana/assets/6nKUU36URHkewHg5GGGAgxs6szkE4VTioGUT5txQqJFU/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Dogelon Mars (Portal)", - "type": "SPL", - "symbol": "ELON", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://dogelonmars.com/", - "explorer": "https://solscan.io/token/6nKUU36URHkewHg5GGGAgxs6szkE4VTioGUT5txQqJFU", - "status": "active", - "id": "6nKUU36URHkewHg5GGGAgxs6szkE4VTioGUT5txQqJFU", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/6nKUU36URHkewHg5GGGAgxs6szkE4VTioGUT5txQqJFU/logo.png b/blockchains/solana/assets/6nKUU36URHkewHg5GGGAgxs6szkE4VTioGUT5txQqJFU/logo.png deleted file mode 100644 index b51db5134ddf6..0000000000000 Binary files a/blockchains/solana/assets/6nKUU36URHkewHg5GGGAgxs6szkE4VTioGUT5txQqJFU/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/7VQo3HFLNH5QqGtM8eC3XQbPkJUu7nS9LeGWjerRh5Sw/info.json b/blockchains/solana/assets/7VQo3HFLNH5QqGtM8eC3XQbPkJUu7nS9LeGWjerRh5Sw/info.json deleted file mode 100644 index 4e204d5fb7160..0000000000000 --- a/blockchains/solana/assets/7VQo3HFLNH5QqGtM8eC3XQbPkJUu7nS9LeGWjerRh5Sw/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "HUSD Stablecoin (Portal)", - "type": "SPL", - "symbol": "HUSD", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.stcoins.com/", - "explorer": "https://solscan.io/token/7VQo3HFLNH5QqGtM8eC3XQbPkJUu7nS9LeGWjerRh5Sw", - "status": "active", - "id": "7VQo3HFLNH5QqGtM8eC3XQbPkJUu7nS9LeGWjerRh5Sw", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/7VQo3HFLNH5QqGtM8eC3XQbPkJUu7nS9LeGWjerRh5Sw/logo.png b/blockchains/solana/assets/7VQo3HFLNH5QqGtM8eC3XQbPkJUu7nS9LeGWjerRh5Sw/logo.png deleted file mode 100644 index df5cef3677564..0000000000000 Binary files a/blockchains/solana/assets/7VQo3HFLNH5QqGtM8eC3XQbPkJUu7nS9LeGWjerRh5Sw/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/7dVH61ChzgmN9BwG4PkzwRP8PbYwPJ7ZPNF2vamKT2H8/info.json b/blockchains/solana/assets/7dVH61ChzgmN9BwG4PkzwRP8PbYwPJ7ZPNF2vamKT2H8/info.json deleted file mode 100644 index 4d48c4d58fa7b..0000000000000 --- a/blockchains/solana/assets/7dVH61ChzgmN9BwG4PkzwRP8PbYwPJ7ZPNF2vamKT2H8/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Huobi BTC (Portal)", - "type": "SPL", - "symbol": "HBTC", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.hbtc.finance/zh-cn/", - "explorer": "https://solscan.io/token/7dVH61ChzgmN9BwG4PkzwRP8PbYwPJ7ZPNF2vamKT2H8", - "status": "active", - "id": "7dVH61ChzgmN9BwG4PkzwRP8PbYwPJ7ZPNF2vamKT2H8", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/7dVH61ChzgmN9BwG4PkzwRP8PbYwPJ7ZPNF2vamKT2H8/logo.png b/blockchains/solana/assets/7dVH61ChzgmN9BwG4PkzwRP8PbYwPJ7ZPNF2vamKT2H8/logo.png deleted file mode 100644 index 917b1324bc7c5..0000000000000 Binary files a/blockchains/solana/assets/7dVH61ChzgmN9BwG4PkzwRP8PbYwPJ7ZPNF2vamKT2H8/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/7dgHoN8wBZCc5wbnQ2C47TDnBMAxG4Q5L3KjP67z8kNi/info.json b/blockchains/solana/assets/7dgHoN8wBZCc5wbnQ2C47TDnBMAxG4Q5L3KjP67z8kNi/info.json deleted file mode 100644 index 618a58f43d802..0000000000000 --- a/blockchains/solana/assets/7dgHoN8wBZCc5wbnQ2C47TDnBMAxG4Q5L3KjP67z8kNi/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Decentraland (Portal)", - "type": "SPL", - "symbol": "MANA", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://decentraland.org/", - "explorer": "https://solscan.io/token/7dgHoN8wBZCc5wbnQ2C47TDnBMAxG4Q5L3KjP67z8kNi", - "status": "active", - "id": "7dgHoN8wBZCc5wbnQ2C47TDnBMAxG4Q5L3KjP67z8kNi", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/7dgHoN8wBZCc5wbnQ2C47TDnBMAxG4Q5L3KjP67z8kNi/logo.png b/blockchains/solana/assets/7dgHoN8wBZCc5wbnQ2C47TDnBMAxG4Q5L3KjP67z8kNi/logo.png deleted file mode 100644 index d9617dce079bd..0000000000000 Binary files a/blockchains/solana/assets/7dgHoN8wBZCc5wbnQ2C47TDnBMAxG4Q5L3KjP67z8kNi/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/7gjNiPun3AzEazTZoFEjZgcBMeuaXdpjHq2raZTmTrfs/info.json b/blockchains/solana/assets/7gjNiPun3AzEazTZoFEjZgcBMeuaXdpjHq2raZTmTrfs/info.json deleted file mode 100644 index 4432a63cfbbb4..0000000000000 --- a/blockchains/solana/assets/7gjNiPun3AzEazTZoFEjZgcBMeuaXdpjHq2raZTmTrfs/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Curve DAO Token (Portal)", - "type": "SPL", - "symbol": "CRV", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.curve.fi/", - "explorer": "https://solscan.io/token/7gjNiPun3AzEazTZoFEjZgcBMeuaXdpjHq2raZTmTrfs", - "status": "active", - "id": "7gjNiPun3AzEazTZoFEjZgcBMeuaXdpjHq2raZTmTrfs", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/7gjNiPun3AzEazTZoFEjZgcBMeuaXdpjHq2raZTmTrfs/logo.png b/blockchains/solana/assets/7gjNiPun3AzEazTZoFEjZgcBMeuaXdpjHq2raZTmTrfs/logo.png deleted file mode 100644 index ae4cd47b95661..0000000000000 Binary files a/blockchains/solana/assets/7gjNiPun3AzEazTZoFEjZgcBMeuaXdpjHq2raZTmTrfs/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/7i5KKsX2weiTkry7jA4ZwSuXGhs5eJBEjY8vVxR4pfRx/info.json b/blockchains/solana/assets/7i5KKsX2weiTkry7jA4ZwSuXGhs5eJBEjY8vVxR4pfRx/info.json deleted file mode 100644 index 822cc93149385..0000000000000 --- a/blockchains/solana/assets/7i5KKsX2weiTkry7jA4ZwSuXGhs5eJBEjY8vVxR4pfRx/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Green Metaverse Token", - "symbol": "GMT", - "type": "SPL", - "decimals": 9, - "description": "GMT is the governance token of STEPN, which is a Web3 lifestyle app with fun social elements and gamification design.", - "website": "https://stepn.com/", - "explorer": "https://solscan.io/token/7i5KKsX2weiTkry7jA4ZwSuXGhs5eJBEjY8vVxR4pfRx", - "status": "active", - "id": "7i5KKsX2weiTkry7jA4ZwSuXGhs5eJBEjY8vVxR4pfRx", - "tags": [ - "governance" - ], - "links": [ - { - "name": "reddit", - "url": "https://reddit.com/r/StepN/" - }, - { - "name": "twitter", - "url": "https://twitter.com/Stepnofficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/green-metaverse-token/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/stepn" - }, - { - "name": "discord", - "url": "https://discord.com/invite/stepn" - } - ] -} diff --git a/blockchains/solana/assets/7i5KKsX2weiTkry7jA4ZwSuXGhs5eJBEjY8vVxR4pfRx/logo.png b/blockchains/solana/assets/7i5KKsX2weiTkry7jA4ZwSuXGhs5eJBEjY8vVxR4pfRx/logo.png deleted file mode 100644 index 925798e5a6319..0000000000000 Binary files a/blockchains/solana/assets/7i5KKsX2weiTkry7jA4ZwSuXGhs5eJBEjY8vVxR4pfRx/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs/info.json b/blockchains/solana/assets/7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs/info.json deleted file mode 100644 index a8c8a912b1177..0000000000000 --- a/blockchains/solana/assets/7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Ether (Portal)", - "type": "SPL", - "symbol": "ETH", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://ethereum.org/en/", - "explorer": "https://solscan.io/token/7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs", - "status": "active", - "id": "7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs/logo.png b/blockchains/solana/assets/7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs/logo.png deleted file mode 100644 index 2d99a939536c4..0000000000000 Binary files a/blockchains/solana/assets/7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU/info.json b/blockchains/solana/assets/7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU/info.json deleted file mode 100644 index 89b3ab0005f3f..0000000000000 --- a/blockchains/solana/assets/7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Samoyedcoin", - "type": "SPL", - "symbol": "SAMO", - "decimals": 9, - "website": "https://samoyedcoin.com/", - "description": "The premier community, dog money, & ambassador of the Solana ecosystem.", - "explorer": "https://solscan.io/token/7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU", - "status": "active", - "id": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/samoyedcoin" - }, - { - "name": "telegram", - "url": "https://t.me/samoyedcoin" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/samoyedcoin/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU/logo.png b/blockchains/solana/assets/7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU/logo.png deleted file mode 100644 index 26ad2e6c81761..0000000000000 Binary files a/blockchains/solana/assets/7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/8FU95xFJhUUkyyCLU13HSzDLs7oC4QZdXQHL6SCeab36/info.json b/blockchains/solana/assets/8FU95xFJhUUkyyCLU13HSzDLs7oC4QZdXQHL6SCeab36/info.json deleted file mode 100644 index 1fcf49102aa6f..0000000000000 --- a/blockchains/solana/assets/8FU95xFJhUUkyyCLU13HSzDLs7oC4QZdXQHL6SCeab36/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Uniswap (Portal)", - "type": "SPL", - "symbol": "UNI", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://uniswap.org/", - "explorer": "https://solscan.io/token/8FU95xFJhUUkyyCLU13HSzDLs7oC4QZdXQHL6SCeab36", - "status": "active", - "id": "8FU95xFJhUUkyyCLU13HSzDLs7oC4QZdXQHL6SCeab36", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/8FU95xFJhUUkyyCLU13HSzDLs7oC4QZdXQHL6SCeab36/logo.png b/blockchains/solana/assets/8FU95xFJhUUkyyCLU13HSzDLs7oC4QZdXQHL6SCeab36/logo.png deleted file mode 100644 index 66cd242149010..0000000000000 Binary files a/blockchains/solana/assets/8FU95xFJhUUkyyCLU13HSzDLs7oC4QZdXQHL6SCeab36/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/8GQsW3f7mdwfjqJon2myADcBsSsRjpXmxHYDG8q1pvV6/info.json b/blockchains/solana/assets/8GQsW3f7mdwfjqJon2myADcBsSsRjpXmxHYDG8q1pvV6/info.json deleted file mode 100644 index f14e71439cf05..0000000000000 --- a/blockchains/solana/assets/8GQsW3f7mdwfjqJon2myADcBsSsRjpXmxHYDG8q1pvV6/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Holdana", - "symbol": "HOLD", - "type": "SPL", - "decimals": 9, - "description": "Holdana is a community-driven token built on Solana Ecosystem. We plan to be the first hold-rewarding token, providing our already strong and fast-growing community a fun & rewarding experience with the blockchain technology.", - "website": "https://holdana.finance", - "explorer": "https://solscan.io/token/8GQsW3f7mdwfjqJon2myADcBsSsRjpXmxHYDG8q1pvV6", - "status": "active", - "id": "8GQsW3f7mdwfjqJon2myADcBsSsRjpXmxHYDG8q1pvV6" -} \ No newline at end of file diff --git a/blockchains/solana/assets/8GQsW3f7mdwfjqJon2myADcBsSsRjpXmxHYDG8q1pvV6/logo.png b/blockchains/solana/assets/8GQsW3f7mdwfjqJon2myADcBsSsRjpXmxHYDG8q1pvV6/logo.png deleted file mode 100644 index 1ef8757876779..0000000000000 Binary files a/blockchains/solana/assets/8GQsW3f7mdwfjqJon2myADcBsSsRjpXmxHYDG8q1pvV6/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/8HGyAAB1yoM1ttS7pXjHMa3dukTFGQggnFFH3hJZgzQh/info.json b/blockchains/solana/assets/8HGyAAB1yoM1ttS7pXjHMa3dukTFGQggnFFH3hJZgzQh/info.json deleted file mode 100644 index 542ce86574263..0000000000000 --- a/blockchains/solana/assets/8HGyAAB1yoM1ttS7pXjHMa3dukTFGQggnFFH3hJZgzQh/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "COPE", - "symbol": "COPE", - "type": "SPL", - "decimals": 6, - "description": "Acquire COPE in a fun and low risk way, by unlocking your cope report and reaching the top of the COPE Index", - "website": "https://www.unlimitedcope.com/", - "explorer": "https://solscan.io/token/8HGyAAB1yoM1ttS7pXjHMa3dukTFGQggnFFH3hJZgzQh", - "status": "active", - "id": "8HGyAAB1yoM1ttS7pXjHMa3dukTFGQggnFFH3hJZgzQh" -} \ No newline at end of file diff --git a/blockchains/solana/assets/8HGyAAB1yoM1ttS7pXjHMa3dukTFGQggnFFH3hJZgzQh/logo.png b/blockchains/solana/assets/8HGyAAB1yoM1ttS7pXjHMa3dukTFGQggnFFH3hJZgzQh/logo.png deleted file mode 100644 index 4b6b65911e1d1..0000000000000 Binary files a/blockchains/solana/assets/8HGyAAB1yoM1ttS7pXjHMa3dukTFGQggnFFH3hJZgzQh/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/8PMHT4swUMtBzgHnh5U564N5sjPSiUz2cjEQzFnnP1Fo/info.json b/blockchains/solana/assets/8PMHT4swUMtBzgHnh5U564N5sjPSiUz2cjEQzFnnP1Fo/info.json deleted file mode 100644 index 268e6a802abac..0000000000000 --- a/blockchains/solana/assets/8PMHT4swUMtBzgHnh5U564N5sjPSiUz2cjEQzFnnP1Fo/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Rope Token", - "symbol": "ROPE", - "type": "SPL", - "decimals": 9, - "description": "$ROPE is a full-scale decentralized ecosystem that brings the well-known market volatility index to the crypto market.", - "website": "https://www.ropesolana.com", - "explorer": "https://solscan.io/token/8PMHT4swUMtBzgHnh5U564N5sjPSiUz2cjEQzFnnP1Fo", - "status": "active", - "id": "8PMHT4swUMtBzgHnh5U564N5sjPSiUz2cjEQzFnnP1Fo" -} \ No newline at end of file diff --git a/blockchains/solana/assets/8PMHT4swUMtBzgHnh5U564N5sjPSiUz2cjEQzFnnP1Fo/logo.png b/blockchains/solana/assets/8PMHT4swUMtBzgHnh5U564N5sjPSiUz2cjEQzFnnP1Fo/logo.png deleted file mode 100644 index b55c8bdd166e4..0000000000000 Binary files a/blockchains/solana/assets/8PMHT4swUMtBzgHnh5U564N5sjPSiUz2cjEQzFnnP1Fo/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/8UJbtpsEubDVkY53rk7d61hNYKkvouicczB2XmuwiG4g/info.json b/blockchains/solana/assets/8UJbtpsEubDVkY53rk7d61hNYKkvouicczB2XmuwiG4g/info.json deleted file mode 100644 index 6869951afd443..0000000000000 --- a/blockchains/solana/assets/8UJbtpsEubDVkY53rk7d61hNYKkvouicczB2XmuwiG4g/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Illuvium (Portal)", - "type": "SPL", - "symbol": "ILV", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://illuvium.io/", - "explorer": "https://solscan.io/token/8UJbtpsEubDVkY53rk7d61hNYKkvouicczB2XmuwiG4g", - "status": "active", - "id": "8UJbtpsEubDVkY53rk7d61hNYKkvouicczB2XmuwiG4g", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/8UJbtpsEubDVkY53rk7d61hNYKkvouicczB2XmuwiG4g/logo.png b/blockchains/solana/assets/8UJbtpsEubDVkY53rk7d61hNYKkvouicczB2XmuwiG4g/logo.png deleted file mode 100644 index 8b6029ec44cf0..0000000000000 Binary files a/blockchains/solana/assets/8UJbtpsEubDVkY53rk7d61hNYKkvouicczB2XmuwiG4g/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/8cTNUtcV2ueC3royJ642uRnvTxorJAWLZc58gxAo7y56/info.json b/blockchains/solana/assets/8cTNUtcV2ueC3royJ642uRnvTxorJAWLZc58gxAo7y56/info.json deleted file mode 100644 index c521ceb474ada..0000000000000 --- a/blockchains/solana/assets/8cTNUtcV2ueC3royJ642uRnvTxorJAWLZc58gxAo7y56/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Synthetix Network Token (Portal)", - "type": "SPL", - "symbol": "SNX", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.synthetix.io/", - "explorer": "https://solscan.io/token/8cTNUtcV2ueC3royJ642uRnvTxorJAWLZc58gxAo7y56", - "status": "active", - "id": "8cTNUtcV2ueC3royJ642uRnvTxorJAWLZc58gxAo7y56", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/8cTNUtcV2ueC3royJ642uRnvTxorJAWLZc58gxAo7y56/logo.png b/blockchains/solana/assets/8cTNUtcV2ueC3royJ642uRnvTxorJAWLZc58gxAo7y56/logo.png deleted file mode 100644 index 9f614bf221a7a..0000000000000 Binary files a/blockchains/solana/assets/8cTNUtcV2ueC3royJ642uRnvTxorJAWLZc58gxAo7y56/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/8gC27rQF4NEDYfyf5aS8ZmQJUum5gufowKGYRRba4ENN/info.json b/blockchains/solana/assets/8gC27rQF4NEDYfyf5aS8ZmQJUum5gufowKGYRRba4ENN/info.json deleted file mode 100644 index 024f9197a1e88..0000000000000 --- a/blockchains/solana/assets/8gC27rQF4NEDYfyf5aS8ZmQJUum5gufowKGYRRba4ENN/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Fantom (Portal from Ethereum)", - "type": "SPL", - "symbol": "FTMet", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "http://fantom.foundation", - "explorer": "https://solscan.io/token/8gC27rQF4NEDYfyf5aS8ZmQJUum5gufowKGYRRba4ENN", - "status": "active", - "id": "8gC27rQF4NEDYfyf5aS8ZmQJUum5gufowKGYRRba4ENN", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/8gC27rQF4NEDYfyf5aS8ZmQJUum5gufowKGYRRba4ENN/logo.png b/blockchains/solana/assets/8gC27rQF4NEDYfyf5aS8ZmQJUum5gufowKGYRRba4ENN/logo.png deleted file mode 100644 index 3268b4b190355..0000000000000 Binary files a/blockchains/solana/assets/8gC27rQF4NEDYfyf5aS8ZmQJUum5gufowKGYRRba4ENN/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/8qJSyQprMC57TWKaYEmetUR3UUiTP2M3hXdcvFhkZdmv/info.json b/blockchains/solana/assets/8qJSyQprMC57TWKaYEmetUR3UUiTP2M3hXdcvFhkZdmv/info.json deleted file mode 100644 index 1a2ebe0f7b44f..0000000000000 --- a/blockchains/solana/assets/8qJSyQprMC57TWKaYEmetUR3UUiTP2M3hXdcvFhkZdmv/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Tether USD (Portal from BSC)", - "type": "SPL", - "symbol": "USDTbs", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://tether.to/", - "explorer": "https://solscan.io/token/8qJSyQprMC57TWKaYEmetUR3UUiTP2M3hXdcvFhkZdmv", - "status": "active", - "id": "8qJSyQprMC57TWKaYEmetUR3UUiTP2M3hXdcvFhkZdmv", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/8qJSyQprMC57TWKaYEmetUR3UUiTP2M3hXdcvFhkZdmv/logo.png b/blockchains/solana/assets/8qJSyQprMC57TWKaYEmetUR3UUiTP2M3hXdcvFhkZdmv/logo.png deleted file mode 100644 index 498219815a122..0000000000000 Binary files a/blockchains/solana/assets/8qJSyQprMC57TWKaYEmetUR3UUiTP2M3hXdcvFhkZdmv/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/9ARQsBfAn65q522cEqSJuse3cLhA31jgWDBGQHeiq7Mg/info.json b/blockchains/solana/assets/9ARQsBfAn65q522cEqSJuse3cLhA31jgWDBGQHeiq7Mg/info.json deleted file mode 100644 index a5e5548a813f6..0000000000000 --- a/blockchains/solana/assets/9ARQsBfAn65q522cEqSJuse3cLhA31jgWDBGQHeiq7Mg/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "My Neighbor Alice (Portal)", - "type": "SPL", - "symbol": "ALICE", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.myneighboralice.com/", - "explorer": "https://solscan.io/token/9ARQsBfAn65q522cEqSJuse3cLhA31jgWDBGQHeiq7Mg", - "status": "active", - "id": "9ARQsBfAn65q522cEqSJuse3cLhA31jgWDBGQHeiq7Mg", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/9ARQsBfAn65q522cEqSJuse3cLhA31jgWDBGQHeiq7Mg/logo.png b/blockchains/solana/assets/9ARQsBfAn65q522cEqSJuse3cLhA31jgWDBGQHeiq7Mg/logo.png deleted file mode 100644 index 927484a81fa2b..0000000000000 Binary files a/blockchains/solana/assets/9ARQsBfAn65q522cEqSJuse3cLhA31jgWDBGQHeiq7Mg/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/9BsnSWDPfbusseZfnXyZ3un14CyPMZYvsKjWY3Y8Gbqn/info.json b/blockchains/solana/assets/9BsnSWDPfbusseZfnXyZ3un14CyPMZYvsKjWY3Y8Gbqn/info.json deleted file mode 100644 index cb3968fa86583..0000000000000 --- a/blockchains/solana/assets/9BsnSWDPfbusseZfnXyZ3un14CyPMZYvsKjWY3Y8Gbqn/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Perpetual Protocol (Portal)", - "type": "SPL", - "symbol": "PERP", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://referral.perp.exchange/?code=coingecko", - "explorer": "https://solscan.io/token/9BsnSWDPfbusseZfnXyZ3un14CyPMZYvsKjWY3Y8Gbqn", - "status": "active", - "id": "9BsnSWDPfbusseZfnXyZ3un14CyPMZYvsKjWY3Y8Gbqn", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/9BsnSWDPfbusseZfnXyZ3un14CyPMZYvsKjWY3Y8Gbqn/logo.png b/blockchains/solana/assets/9BsnSWDPfbusseZfnXyZ3un14CyPMZYvsKjWY3Y8Gbqn/logo.png deleted file mode 100644 index d78e4d3525407..0000000000000 Binary files a/blockchains/solana/assets/9BsnSWDPfbusseZfnXyZ3un14CyPMZYvsKjWY3Y8Gbqn/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/9LzCMqDgTKYz9Drzqnpgee3SGa89up3a247ypMj2xrqM/info.json b/blockchains/solana/assets/9LzCMqDgTKYz9Drzqnpgee3SGa89up3a247ypMj2xrqM/info.json deleted file mode 100644 index 0f6857396d4dd..0000000000000 --- a/blockchains/solana/assets/9LzCMqDgTKYz9Drzqnpgee3SGa89up3a247ypMj2xrqM/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Audius (Portal)", - "type": "SPL", - "symbol": "AUDIO", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://audius.co/", - "explorer": "https://solscan.io/token/9LzCMqDgTKYz9Drzqnpgee3SGa89up3a247ypMj2xrqM", - "status": "active", - "id": "9LzCMqDgTKYz9Drzqnpgee3SGa89up3a247ypMj2xrqM", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/9LzCMqDgTKYz9Drzqnpgee3SGa89up3a247ypMj2xrqM/logo.png b/blockchains/solana/assets/9LzCMqDgTKYz9Drzqnpgee3SGa89up3a247ypMj2xrqM/logo.png deleted file mode 100644 index c06d51fcc9aa4..0000000000000 Binary files a/blockchains/solana/assets/9LzCMqDgTKYz9Drzqnpgee3SGa89up3a247ypMj2xrqM/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/9S4t2NEAiJVMvPdRYKVrfJpBafPBLtvbvyS3DecojQHw/info.json b/blockchains/solana/assets/9S4t2NEAiJVMvPdRYKVrfJpBafPBLtvbvyS3DecojQHw/info.json deleted file mode 100644 index bce9495eedb48..0000000000000 --- a/blockchains/solana/assets/9S4t2NEAiJVMvPdRYKVrfJpBafPBLtvbvyS3DecojQHw/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Wrapped FRONT", - "symbol": "Wrapped FRONT", - "type": "SPL", - "decimals": 6, - "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.", - "website": "https://frontier.xyz/", - "explorer": "https://solscan.io/token/9S4t2NEAiJVMvPdRYKVrfJpBafPBLtvbvyS3DecojQHw", - "status": "active", - "id": "9S4t2NEAiJVMvPdRYKVrfJpBafPBLtvbvyS3DecojQHw" -} \ No newline at end of file diff --git a/blockchains/solana/assets/9S4t2NEAiJVMvPdRYKVrfJpBafPBLtvbvyS3DecojQHw/logo.png b/blockchains/solana/assets/9S4t2NEAiJVMvPdRYKVrfJpBafPBLtvbvyS3DecojQHw/logo.png deleted file mode 100644 index ef5b508b22845..0000000000000 Binary files a/blockchains/solana/assets/9S4t2NEAiJVMvPdRYKVrfJpBafPBLtvbvyS3DecojQHw/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/9gP2kCy3wA1ctvYWQk75guqXuHfrEomqydHLtcTCqiLa/info.json b/blockchains/solana/assets/9gP2kCy3wA1ctvYWQk75guqXuHfrEomqydHLtcTCqiLa/info.json deleted file mode 100644 index 7431625d51f0d..0000000000000 --- a/blockchains/solana/assets/9gP2kCy3wA1ctvYWQk75guqXuHfrEomqydHLtcTCqiLa/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Binance Coin (Portal)", - "type": "SPL", - "symbol": "BNB", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.binance.com/", - "explorer": "https://solscan.io/token/9gP2kCy3wA1ctvYWQk75guqXuHfrEomqydHLtcTCqiLa", - "status": "active", - "id": "9gP2kCy3wA1ctvYWQk75guqXuHfrEomqydHLtcTCqiLa", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/9gP2kCy3wA1ctvYWQk75guqXuHfrEomqydHLtcTCqiLa/logo.png b/blockchains/solana/assets/9gP2kCy3wA1ctvYWQk75guqXuHfrEomqydHLtcTCqiLa/logo.png deleted file mode 100644 index 24a702d4390f2..0000000000000 Binary files a/blockchains/solana/assets/9gP2kCy3wA1ctvYWQk75guqXuHfrEomqydHLtcTCqiLa/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/9n4nbM75f5Ui33ZbPYXn59EwSgE8CGsHtAeTH5YFeJ9E/info.json b/blockchains/solana/assets/9n4nbM75f5Ui33ZbPYXn59EwSgE8CGsHtAeTH5YFeJ9E/info.json deleted file mode 100644 index c6b24dcbabbd6..0000000000000 --- a/blockchains/solana/assets/9n4nbM75f5Ui33ZbPYXn59EwSgE8CGsHtAeTH5YFeJ9E/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Wrapped BTC", - "symbol": "BTC", - "type": "SPL", - "decimals": 6, - "description": "Bitcoin is an innovative payment network and a new kind of money.", - "website": "https://bitcoin.org/en/", - "explorer": "https://solscan.io/token/9n4nbM75f5Ui33ZbPYXn59EwSgE8CGsHtAeTH5YFeJ9E", - "status": "active", - "id": "9n4nbM75f5Ui33ZbPYXn59EwSgE8CGsHtAeTH5YFeJ9E", - "links": [ - { - "name": "whitepaper", - "url": "https://bitcoin.org/en/bitcoin-paper" - }, - { - "name": "blog", - "url": "https://bitcoin.org/en/blog" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/9n4nbM75f5Ui33ZbPYXn59EwSgE8CGsHtAeTH5YFeJ9E/logo.png b/blockchains/solana/assets/9n4nbM75f5Ui33ZbPYXn59EwSgE8CGsHtAeTH5YFeJ9E/logo.png deleted file mode 100644 index cd7cdd4039f91..0000000000000 Binary files a/blockchains/solana/assets/9n4nbM75f5Ui33ZbPYXn59EwSgE8CGsHtAeTH5YFeJ9E/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/9nEqaUcb16sQ3Tn1psbkWqyhPdLmfHWjKGymREjsAgTE/info.json b/blockchains/solana/assets/9nEqaUcb16sQ3Tn1psbkWqyhPdLmfHWjKGymREjsAgTE/info.json deleted file mode 100644 index 13547a08a070d..0000000000000 --- a/blockchains/solana/assets/9nEqaUcb16sQ3Tn1psbkWqyhPdLmfHWjKGymREjsAgTE/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "WOOFENOMICS", - "symbol": "WOOF", - "type": "SPL", - "decimals": 6, - "description": "WOOF tested the idea of the effect of burning tokens by creating a massive total supply of 1 Trillion tokens.", - "website": "https://woofsolana.com/", - "explorer": "https://solscan.io/token/9nEqaUcb16sQ3Tn1psbkWqyhPdLmfHWjKGymREjsAgTE", - "status": "active", - "id": "9nEqaUcb16sQ3Tn1psbkWqyhPdLmfHWjKGymREjsAgTE", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/WoofSolana" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/woof/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/woof-token" - } - ], - "tags": [ - "deflationary" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/9nEqaUcb16sQ3Tn1psbkWqyhPdLmfHWjKGymREjsAgTE/logo.png b/blockchains/solana/assets/9nEqaUcb16sQ3Tn1psbkWqyhPdLmfHWjKGymREjsAgTE/logo.png deleted file mode 100644 index 78c5236048190..0000000000000 Binary files a/blockchains/solana/assets/9nEqaUcb16sQ3Tn1psbkWqyhPdLmfHWjKGymREjsAgTE/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/9vMJfxuKxXBoEa7rM12mYLMwTacLMLDJqHozw96WQL8i/info.json b/blockchains/solana/assets/9vMJfxuKxXBoEa7rM12mYLMwTacLMLDJqHozw96WQL8i/info.json deleted file mode 100644 index e6de2ce0aa335..0000000000000 --- a/blockchains/solana/assets/9vMJfxuKxXBoEa7rM12mYLMwTacLMLDJqHozw96WQL8i/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "UST (Portal)", - "type": "SPL", - "symbol": "UST", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://terra.money", - "explorer": "https://solscan.io/token/9vMJfxuKxXBoEa7rM12mYLMwTacLMLDJqHozw96WQL8i", - "status": "active", - "id": "9vMJfxuKxXBoEa7rM12mYLMwTacLMLDJqHozw96WQL8i", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/9vMJfxuKxXBoEa7rM12mYLMwTacLMLDJqHozw96WQL8i/logo.png b/blockchains/solana/assets/9vMJfxuKxXBoEa7rM12mYLMwTacLMLDJqHozw96WQL8i/logo.png deleted file mode 100644 index e3110cce3bde2..0000000000000 Binary files a/blockchains/solana/assets/9vMJfxuKxXBoEa7rM12mYLMwTacLMLDJqHozw96WQL8i/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/A9ik2NrpKRRG2snyTjofZQcTuav9yH3mNVHLsLiDQmYt/info.json b/blockchains/solana/assets/A9ik2NrpKRRG2snyTjofZQcTuav9yH3mNVHLsLiDQmYt/info.json deleted file mode 100644 index 51ed5c98ad4e9..0000000000000 --- a/blockchains/solana/assets/A9ik2NrpKRRG2snyTjofZQcTuav9yH3mNVHLsLiDQmYt/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Frontier (Portal)", - "type": "SPL", - "symbol": "FRONT", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://frontier.xyz/", - "explorer": "https://solscan.io/token/A9ik2NrpKRRG2snyTjofZQcTuav9yH3mNVHLsLiDQmYt", - "status": "active", - "id": "A9ik2NrpKRRG2snyTjofZQcTuav9yH3mNVHLsLiDQmYt", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/A9ik2NrpKRRG2snyTjofZQcTuav9yH3mNVHLsLiDQmYt/logo.png b/blockchains/solana/assets/A9ik2NrpKRRG2snyTjofZQcTuav9yH3mNVHLsLiDQmYt/logo.png deleted file mode 100644 index 8fd5f9c8fb3b1..0000000000000 Binary files a/blockchains/solana/assets/A9ik2NrpKRRG2snyTjofZQcTuav9yH3mNVHLsLiDQmYt/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/A9mUU4qviSctJVPJdBJWkb28deg915LYJKrzQ19ji3FM/info.json b/blockchains/solana/assets/A9mUU4qviSctJVPJdBJWkb28deg915LYJKrzQ19ji3FM/info.json deleted file mode 100644 index 09f0b44c0414a..0000000000000 --- a/blockchains/solana/assets/A9mUU4qviSctJVPJdBJWkb28deg915LYJKrzQ19ji3FM/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "USD Coin (Portal from Ethereum)", - "type": "SPL", - "symbol": "USDCet", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.circle.com/en/usdc", - "explorer": "https://solscan.io/token/A9mUU4qviSctJVPJdBJWkb28deg915LYJKrzQ19ji3FM", - "status": "active", - "id": "A9mUU4qviSctJVPJdBJWkb28deg915LYJKrzQ19ji3FM", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/A9mUU4qviSctJVPJdBJWkb28deg915LYJKrzQ19ji3FM/logo.png b/blockchains/solana/assets/A9mUU4qviSctJVPJdBJWkb28deg915LYJKrzQ19ji3FM/logo.png deleted file mode 100644 index ed00e43fcfe9b..0000000000000 Binary files a/blockchains/solana/assets/A9mUU4qviSctJVPJdBJWkb28deg915LYJKrzQ19ji3FM/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/ABAq2R9gSpDDGguQxBk4u13s4ZYW6zbwKVBx15mCMG8/info.json b/blockchains/solana/assets/ABAq2R9gSpDDGguQxBk4u13s4ZYW6zbwKVBx15mCMG8/info.json deleted file mode 100644 index 8e777ae6282d0..0000000000000 --- a/blockchains/solana/assets/ABAq2R9gSpDDGguQxBk4u13s4ZYW6zbwKVBx15mCMG8/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "GateToken (Portal)", - "type": "SPL", - "symbol": "GT", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://gatechain.io/", - "explorer": "https://solscan.io/token/ABAq2R9gSpDDGguQxBk4u13s4ZYW6zbwKVBx15mCMG8", - "status": "active", - "id": "ABAq2R9gSpDDGguQxBk4u13s4ZYW6zbwKVBx15mCMG8", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/ABAq2R9gSpDDGguQxBk4u13s4ZYW6zbwKVBx15mCMG8/logo.png b/blockchains/solana/assets/ABAq2R9gSpDDGguQxBk4u13s4ZYW6zbwKVBx15mCMG8/logo.png deleted file mode 100644 index 6c32b31be5f80..0000000000000 Binary files a/blockchains/solana/assets/ABAq2R9gSpDDGguQxBk4u13s4ZYW6zbwKVBx15mCMG8/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/AFbX8oGjGpmVFywbVouvhQSRmiW2aR1mohfahi4Y2AdB/info.json b/blockchains/solana/assets/AFbX8oGjGpmVFywbVouvhQSRmiW2aR1mohfahi4Y2AdB/info.json deleted file mode 100644 index d7b343d64f063..0000000000000 --- a/blockchains/solana/assets/AFbX8oGjGpmVFywbVouvhQSRmiW2aR1mohfahi4Y2AdB/info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Green Satoshi Token", - "symbol": "GST", - "type": "SPL", - "decimals": 9, - "description": "GST serves as the replacement to experience points and in-app currency. Users equipped with NFT Sneakers – walk, jog or run outdoors to earn GST, which can be used to level up and mint new Sneakers.", - "website": "https://stepn.com/", - "explorer": "https://solscan.io/token/AFbX8oGjGpmVFywbVouvhQSRmiW2aR1mohfahi4Y2AdB", - "status": "active", - "id": "AFbX8oGjGpmVFywbVouvhQSRmiW2aR1mohfahi4Y2AdB", - "tags": [ - "gamefi" - ], - "links": [ - { - "name": "reddit", - "url": "https://reddit.com/r/StepN/" - }, - { - "name": "twitter", - "url": "https://twitter.com/Stepnofficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/green-metaverse-token/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/stepn" - }, - { - "name": "discord", - "url": "https://discord.com/invite/stepn" - } - ] -} diff --git a/blockchains/solana/assets/AFbX8oGjGpmVFywbVouvhQSRmiW2aR1mohfahi4Y2AdB/logo.png b/blockchains/solana/assets/AFbX8oGjGpmVFywbVouvhQSRmiW2aR1mohfahi4Y2AdB/logo.png deleted file mode 100644 index e914d5088ee73..0000000000000 Binary files a/blockchains/solana/assets/AFbX8oGjGpmVFywbVouvhQSRmiW2aR1mohfahi4Y2AdB/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/AGFEad2et2ZJif9jaGpdMixQqvW5i81aBdvKe7PHNfz3/info.json b/blockchains/solana/assets/AGFEad2et2ZJif9jaGpdMixQqvW5i81aBdvKe7PHNfz3/info.json deleted file mode 100644 index 838d9f88fabaf..0000000000000 --- a/blockchains/solana/assets/AGFEad2et2ZJif9jaGpdMixQqvW5i81aBdvKe7PHNfz3/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Wrapped FTX", - "symbol": "FTT", - "type": "SPL", - "decimals": 6, - "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://solscan.io/token/AGFEad2et2ZJif9jaGpdMixQqvW5i81aBdvKe7PHNfz3", - "status": "active", - "id": "AGFEad2et2ZJif9jaGpdMixQqvW5i81aBdvKe7PHNfz3", - "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/solana/assets/AGFEad2et2ZJif9jaGpdMixQqvW5i81aBdvKe7PHNfz3/logo.png b/blockchains/solana/assets/AGFEad2et2ZJif9jaGpdMixQqvW5i81aBdvKe7PHNfz3/logo.png deleted file mode 100644 index 8476fe0183f27..0000000000000 Binary files a/blockchains/solana/assets/AGFEad2et2ZJif9jaGpdMixQqvW5i81aBdvKe7PHNfz3/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/AGqKX7F4mqJ8x2mUQVangJb5pWQJApaKoUfe5gXM53CV/info.json b/blockchains/solana/assets/AGqKX7F4mqJ8x2mUQVangJb5pWQJApaKoUfe5gXM53CV/info.json deleted file mode 100644 index 733098510a986..0000000000000 --- a/blockchains/solana/assets/AGqKX7F4mqJ8x2mUQVangJb5pWQJApaKoUfe5gXM53CV/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "USD Coin (Portal from Avalanche)", - "type": "SPL", - "symbol": "USDCav", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.circle.com/en/usdc", - "explorer": "https://solscan.io/token/AGqKX7F4mqJ8x2mUQVangJb5pWQJApaKoUfe5gXM53CV", - "status": "active", - "id": "AGqKX7F4mqJ8x2mUQVangJb5pWQJApaKoUfe5gXM53CV", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/AGqKX7F4mqJ8x2mUQVangJb5pWQJApaKoUfe5gXM53CV/logo.png b/blockchains/solana/assets/AGqKX7F4mqJ8x2mUQVangJb5pWQJApaKoUfe5gXM53CV/logo.png deleted file mode 100644 index f448cdfef620e..0000000000000 Binary files a/blockchains/solana/assets/AGqKX7F4mqJ8x2mUQVangJb5pWQJApaKoUfe5gXM53CV/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/ASk8bss7PoxfFVJfXnSJepj9KupTX15QaRnhdjs6DdYe/info.json b/blockchains/solana/assets/ASk8bss7PoxfFVJfXnSJepj9KupTX15QaRnhdjs6DdYe/info.json deleted file mode 100644 index dc2e6a43c0e0e..0000000000000 --- a/blockchains/solana/assets/ASk8bss7PoxfFVJfXnSJepj9KupTX15QaRnhdjs6DdYe/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Rari Governance Token (Portal)", - "type": "SPL", - "symbol": "RGT", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://rari.capital/", - "explorer": "https://solscan.io/token/ASk8bss7PoxfFVJfXnSJepj9KupTX15QaRnhdjs6DdYe", - "status": "active", - "id": "ASk8bss7PoxfFVJfXnSJepj9KupTX15QaRnhdjs6DdYe", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/ASk8bss7PoxfFVJfXnSJepj9KupTX15QaRnhdjs6DdYe/logo.png b/blockchains/solana/assets/ASk8bss7PoxfFVJfXnSJepj9KupTX15QaRnhdjs6DdYe/logo.png deleted file mode 100644 index cf38fdc042df1..0000000000000 Binary files a/blockchains/solana/assets/ASk8bss7PoxfFVJfXnSJepj9KupTX15QaRnhdjs6DdYe/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/ATLASXmbPQxBUYbxPsV97usA3fPQYEqzQBUHgiFCUsXx/info.json b/blockchains/solana/assets/ATLASXmbPQxBUYbxPsV97usA3fPQYEqzQBUHgiFCUsXx/info.json deleted file mode 100644 index 1cb9a55506224..0000000000000 --- a/blockchains/solana/assets/ATLASXmbPQxBUYbxPsV97usA3fPQYEqzQBUHgiFCUsXx/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Star Atlas", - "symbol": "ATLAS", - "type": "SPL", - "decimals": 8, - "description": "Star Atlas is a virtual gaming metaverse based in the year 2620", - "website": "https://staratlas.com/", - "explorer": "https://solscan.io/token/ATLASXmbPQxBUYbxPsV97usA3fPQYEqzQBUHgiFCUsXx", - "status": "active", - "id": "ATLASXmbPQxBUYbxPsV97usA3fPQYEqzQBUHgiFCUsXx", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/staratlas" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/star-atlas/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/star-atlas" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/ATLASXmbPQxBUYbxPsV97usA3fPQYEqzQBUHgiFCUsXx/logo.png b/blockchains/solana/assets/ATLASXmbPQxBUYbxPsV97usA3fPQYEqzQBUHgiFCUsXx/logo.png deleted file mode 100644 index 3c46ac61c9696..0000000000000 Binary files a/blockchains/solana/assets/ATLASXmbPQxBUYbxPsV97usA3fPQYEqzQBUHgiFCUsXx/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/AURYydfxJib1ZkTir1Jn1J9ECYUtjb6rKQVmtYaixWPP/info.json b/blockchains/solana/assets/AURYydfxJib1ZkTir1Jn1J9ECYUtjb6rKQVmtYaixWPP/info.json deleted file mode 100644 index 1a07a5fa92ddb..0000000000000 --- a/blockchains/solana/assets/AURYydfxJib1ZkTir1Jn1J9ECYUtjb6rKQVmtYaixWPP/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Aurory", - "symbol": "AURY", - "type": "SPL", - "decimals": 9, - "description": "The Aurory team is composed of 30+ talents from the gaming and the cryptocurrency industry. ", - "website": "https://aurory.io/", - "explorer": "https://solscan.io/token/AURYydfxJib1ZkTir1Jn1J9ECYUtjb6rKQVmtYaixWPP", - "status": "active", - "id": "AURYydfxJib1ZkTir1Jn1J9ECYUtjb6rKQVmtYaixWPP", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/auroryproject" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/aurory/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/aurory" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/AURYydfxJib1ZkTir1Jn1J9ECYUtjb6rKQVmtYaixWPP/logo.png b/blockchains/solana/assets/AURYydfxJib1ZkTir1Jn1J9ECYUtjb6rKQVmtYaixWPP/logo.png deleted file mode 100644 index c3a50ff5dff1a..0000000000000 Binary files a/blockchains/solana/assets/AURYydfxJib1ZkTir1Jn1J9ECYUtjb6rKQVmtYaixWPP/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/AjkPkq3nsyDe1yKcbyZT7N4aK4Evv9om9tzhQD3wsRC/info.json b/blockchains/solana/assets/AjkPkq3nsyDe1yKcbyZT7N4aK4Evv9om9tzhQD3wsRC/info.json deleted file mode 100644 index 0b8449189ec05..0000000000000 --- a/blockchains/solana/assets/AjkPkq3nsyDe1yKcbyZT7N4aK4Evv9om9tzhQD3wsRC/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "1INCH Token (Portal)", - "type": "SPL", - "symbol": "1INCH", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://1inch.io/", - "explorer": "https://solscan.io/token/AjkPkq3nsyDe1yKcbyZT7N4aK4Evv9om9tzhQD3wsRC", - "status": "active", - "id": "AjkPkq3nsyDe1yKcbyZT7N4aK4Evv9om9tzhQD3wsRC", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/AjkPkq3nsyDe1yKcbyZT7N4aK4Evv9om9tzhQD3wsRC/logo.png b/blockchains/solana/assets/AjkPkq3nsyDe1yKcbyZT7N4aK4Evv9om9tzhQD3wsRC/logo.png deleted file mode 100644 index a13b4c569ffcf..0000000000000 Binary files a/blockchains/solana/assets/AjkPkq3nsyDe1yKcbyZT7N4aK4Evv9om9tzhQD3wsRC/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/Aqs5ydqKXEK2cjotDXxHmk8N9PknqQ5q4ZED4ymY1eeh/info.json b/blockchains/solana/assets/Aqs5ydqKXEK2cjotDXxHmk8N9PknqQ5q4ZED4ymY1eeh/info.json deleted file mode 100644 index 6a82c0b3a28e7..0000000000000 --- a/blockchains/solana/assets/Aqs5ydqKXEK2cjotDXxHmk8N9PknqQ5q4ZED4ymY1eeh/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Nexus Mutual (Portal)", - "type": "SPL", - "symbol": "NXM", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://nexusmutual.io/", - "explorer": "https://solscan.io/token/Aqs5ydqKXEK2cjotDXxHmk8N9PknqQ5q4ZED4ymY1eeh", - "status": "active", - "id": "Aqs5ydqKXEK2cjotDXxHmk8N9PknqQ5q4ZED4ymY1eeh", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/Aqs5ydqKXEK2cjotDXxHmk8N9PknqQ5q4ZED4ymY1eeh/logo.png b/blockchains/solana/assets/Aqs5ydqKXEK2cjotDXxHmk8N9PknqQ5q4ZED4ymY1eeh/logo.png deleted file mode 100644 index 0326408b95ab9..0000000000000 Binary files a/blockchains/solana/assets/Aqs5ydqKXEK2cjotDXxHmk8N9PknqQ5q4ZED4ymY1eeh/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/AuGz22orMknxQHTVGwAu7e3dJikTJKgcjFwMNDikEKmF/info.json b/blockchains/solana/assets/AuGz22orMknxQHTVGwAu7e3dJikTJKgcjFwMNDikEKmF/info.json deleted file mode 100644 index 4381bc75c3749..0000000000000 --- a/blockchains/solana/assets/AuGz22orMknxQHTVGwAu7e3dJikTJKgcjFwMNDikEKmF/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Gala (Portal)", - "type": "SPL", - "symbol": "GALA", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://gala.games/", - "explorer": "https://solscan.io/token/AuGz22orMknxQHTVGwAu7e3dJikTJKgcjFwMNDikEKmF", - "status": "active", - "id": "AuGz22orMknxQHTVGwAu7e3dJikTJKgcjFwMNDikEKmF", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/AuGz22orMknxQHTVGwAu7e3dJikTJKgcjFwMNDikEKmF/logo.png b/blockchains/solana/assets/AuGz22orMknxQHTVGwAu7e3dJikTJKgcjFwMNDikEKmF/logo.png deleted file mode 100644 index 25e802cdb09cf..0000000000000 Binary files a/blockchains/solana/assets/AuGz22orMknxQHTVGwAu7e3dJikTJKgcjFwMNDikEKmF/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/AwEauVaTMQRB71WeDnwf1DWSBxaMKjEPuxyLr1uixFom/info.json b/blockchains/solana/assets/AwEauVaTMQRB71WeDnwf1DWSBxaMKjEPuxyLr1uixFom/info.json deleted file mode 100644 index c94fe8f165607..0000000000000 --- a/blockchains/solana/assets/AwEauVaTMQRB71WeDnwf1DWSBxaMKjEPuxyLr1uixFom/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Compound (Portal)", - "type": "SPL", - "symbol": "COMP", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://compound.finance/governance/comp", - "explorer": "https://solscan.io/token/AwEauVaTMQRB71WeDnwf1DWSBxaMKjEPuxyLr1uixFom", - "status": "active", - "id": "AwEauVaTMQRB71WeDnwf1DWSBxaMKjEPuxyLr1uixFom", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/AwEauVaTMQRB71WeDnwf1DWSBxaMKjEPuxyLr1uixFom/logo.png b/blockchains/solana/assets/AwEauVaTMQRB71WeDnwf1DWSBxaMKjEPuxyLr1uixFom/logo.png deleted file mode 100644 index 0360ee6e83846..0000000000000 Binary files a/blockchains/solana/assets/AwEauVaTMQRB71WeDnwf1DWSBxaMKjEPuxyLr1uixFom/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/B2wfeYz5VtBnQVrX4M8F6FeDrprVrzKPws5qg1in8bzR/info.json b/blockchains/solana/assets/B2wfeYz5VtBnQVrX4M8F6FeDrprVrzKPws5qg1in8bzR/info.json deleted file mode 100644 index 325cbfa202477..0000000000000 --- a/blockchains/solana/assets/B2wfeYz5VtBnQVrX4M8F6FeDrprVrzKPws5qg1in8bzR/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Tether USD (Portal from Avalanche)", - "type": "SPL", - "symbol": "USDTav", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://tether.to/", - "explorer": "https://solscan.io/token/B2wfeYz5VtBnQVrX4M8F6FeDrprVrzKPws5qg1in8bzR", - "status": "active", - "id": "B2wfeYz5VtBnQVrX4M8F6FeDrprVrzKPws5qg1in8bzR", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/B2wfeYz5VtBnQVrX4M8F6FeDrprVrzKPws5qg1in8bzR/logo.png b/blockchains/solana/assets/B2wfeYz5VtBnQVrX4M8F6FeDrprVrzKPws5qg1in8bzR/logo.png deleted file mode 100644 index 9e63d73503a5d..0000000000000 Binary files a/blockchains/solana/assets/B2wfeYz5VtBnQVrX4M8F6FeDrprVrzKPws5qg1in8bzR/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/BCsFXYm81iqXyYmrLKgAp3AePcgLHnirb8FjTs6sjM7U/info.json b/blockchains/solana/assets/BCsFXYm81iqXyYmrLKgAp3AePcgLHnirb8FjTs6sjM7U/info.json deleted file mode 100644 index f8e586c0a6a04..0000000000000 --- a/blockchains/solana/assets/BCsFXYm81iqXyYmrLKgAp3AePcgLHnirb8FjTs6sjM7U/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Spell Token (Portal)", - "type": "SPL", - "symbol": "SPELL", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://abracadabra.money/", - "explorer": "https://solscan.io/token/BCsFXYm81iqXyYmrLKgAp3AePcgLHnirb8FjTs6sjM7U", - "status": "active", - "id": "BCsFXYm81iqXyYmrLKgAp3AePcgLHnirb8FjTs6sjM7U", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/BCsFXYm81iqXyYmrLKgAp3AePcgLHnirb8FjTs6sjM7U/logo.png b/blockchains/solana/assets/BCsFXYm81iqXyYmrLKgAp3AePcgLHnirb8FjTs6sjM7U/logo.png deleted file mode 100644 index bf1b5d855c3d2..0000000000000 Binary files a/blockchains/solana/assets/BCsFXYm81iqXyYmrLKgAp3AePcgLHnirb8FjTs6sjM7U/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/BLvmrccP4g1B6SpiVvmQrLUDya1nZ4B2D1nm9jzKF7sz/info.json b/blockchains/solana/assets/BLvmrccP4g1B6SpiVvmQrLUDya1nZ4B2D1nm9jzKF7sz/info.json deleted file mode 100644 index 2d68ffef89dc9..0000000000000 --- a/blockchains/solana/assets/BLvmrccP4g1B6SpiVvmQrLUDya1nZ4B2D1nm9jzKF7sz/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Convex Finance (Portal)", - "type": "SPL", - "symbol": "CVX", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.convexfinance.com/", - "explorer": "https://solscan.io/token/BLvmrccP4g1B6SpiVvmQrLUDya1nZ4B2D1nm9jzKF7sz", - "status": "active", - "id": "BLvmrccP4g1B6SpiVvmQrLUDya1nZ4B2D1nm9jzKF7sz", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/BLvmrccP4g1B6SpiVvmQrLUDya1nZ4B2D1nm9jzKF7sz/logo.png b/blockchains/solana/assets/BLvmrccP4g1B6SpiVvmQrLUDya1nZ4B2D1nm9jzKF7sz/logo.png deleted file mode 100644 index 2ac49ed32119a..0000000000000 Binary files a/blockchains/solana/assets/BLvmrccP4g1B6SpiVvmQrLUDya1nZ4B2D1nm9jzKF7sz/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/BQcdHdAQW1hczDbBi9hiegXAR7A98Q9jx3X3iBBBDiq4/info.json b/blockchains/solana/assets/BQcdHdAQW1hczDbBi9hiegXAR7A98Q9jx3X3iBBBDiq4/info.json deleted file mode 100644 index 3b8a098f173c1..0000000000000 --- a/blockchains/solana/assets/BQcdHdAQW1hczDbBi9hiegXAR7A98Q9jx3X3iBBBDiq4/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Wrapped USDT", - "symbol": "USDT", - "type": "SPL", - "decimals": 6, - "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://solscan.io/token/BQcdHdAQW1hczDbBi9hiegXAR7A98Q9jx3X3iBBBDiq4", - "status": "active", - "id": "BQcdHdAQW1hczDbBi9hiegXAR7A98Q9jx3X3iBBBDiq4", - "links": [ - { - "name": "telegram", - "url": "https://t.me/stakingfacilities" - }, - { - "name": "twitter", - "url": "https://twitter.com/solanabeach_io" - }, - { - "name": "github", - "url": "https://github.com/solana-beach/issue-tracker" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/BQcdHdAQW1hczDbBi9hiegXAR7A98Q9jx3X3iBBBDiq4/logo.png b/blockchains/solana/assets/BQcdHdAQW1hczDbBi9hiegXAR7A98Q9jx3X3iBBBDiq4/logo.png deleted file mode 100644 index 4b3027306a91c..0000000000000 Binary files a/blockchains/solana/assets/BQcdHdAQW1hczDbBi9hiegXAR7A98Q9jx3X3iBBBDiq4/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/BXXkv6z8ykpG1yuvUDPgh732wzVHB69RnB9YgSYh3itW/info.json b/blockchains/solana/assets/BXXkv6z8ykpG1yuvUDPgh732wzVHB69RnB9YgSYh3itW/info.json deleted file mode 100644 index 0e899e2c458cb..0000000000000 --- a/blockchains/solana/assets/BXXkv6z8ykpG1yuvUDPgh732wzVHB69RnB9YgSYh3itW/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Wrapped USDC", - "symbol": "USDC", - "type": "SPL", - "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/usdc", - "explorer": "https://solscan.io/token/BXXkv6z8ykpG1yuvUDPgh732wzVHB69RnB9YgSYh3itW", - "status": "abandoned", - "id": "BXXkv6z8ykpG1yuvUDPgh732wzVHB69RnB9YgSYh3itW", - "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" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/BXZX2JRJFjvKazM1ibeDFxgAngKExb74MRXzXKvgikxX/info.json b/blockchains/solana/assets/BXZX2JRJFjvKazM1ibeDFxgAngKExb74MRXzXKvgikxX/info.json deleted file mode 100644 index 9e54920d13762..0000000000000 --- a/blockchains/solana/assets/BXZX2JRJFjvKazM1ibeDFxgAngKExb74MRXzXKvgikxX/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "yearn.finance (Portal)", - "type": "SPL", - "symbol": "YFI", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://yearn.finance", - "explorer": "https://solscan.io/token/BXZX2JRJFjvKazM1ibeDFxgAngKExb74MRXzXKvgikxX", - "status": "active", - "id": "BXZX2JRJFjvKazM1ibeDFxgAngKExb74MRXzXKvgikxX", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/BXZX2JRJFjvKazM1ibeDFxgAngKExb74MRXzXKvgikxX/logo.png b/blockchains/solana/assets/BXZX2JRJFjvKazM1ibeDFxgAngKExb74MRXzXKvgikxX/logo.png deleted file mode 100644 index 86698aee22ade..0000000000000 Binary files a/blockchains/solana/assets/BXZX2JRJFjvKazM1ibeDFxgAngKExb74MRXzXKvgikxX/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/Bzq68gAVedKqQkQbsM28yQ4LYpc2VComDUD9wJBywdTi/info.json b/blockchains/solana/assets/Bzq68gAVedKqQkQbsM28yQ4LYpc2VComDUD9wJBywdTi/info.json deleted file mode 100644 index 1ae96fe698468..0000000000000 --- a/blockchains/solana/assets/Bzq68gAVedKqQkQbsM28yQ4LYpc2VComDUD9wJBywdTi/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Interest Bearing Bitcoin (Portal)", - "type": "SPL", - "symbol": "ibBTC", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://app.badger.finance/ibBTC", - "explorer": "https://solscan.io/token/Bzq68gAVedKqQkQbsM28yQ4LYpc2VComDUD9wJBywdTi", - "status": "active", - "id": "Bzq68gAVedKqQkQbsM28yQ4LYpc2VComDUD9wJBywdTi", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/Bzq68gAVedKqQkQbsM28yQ4LYpc2VComDUD9wJBywdTi/logo.png b/blockchains/solana/assets/Bzq68gAVedKqQkQbsM28yQ4LYpc2VComDUD9wJBywdTi/logo.png deleted file mode 100644 index 21ab65ad01b1d..0000000000000 Binary files a/blockchains/solana/assets/Bzq68gAVedKqQkQbsM28yQ4LYpc2VComDUD9wJBywdTi/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/C6oFsE8nXRDThzrMEQ5SxaNFGKoyyfWDDVPw37JKvPTe/info.json b/blockchains/solana/assets/C6oFsE8nXRDThzrMEQ5SxaNFGKoyyfWDDVPw37JKvPTe/info.json deleted file mode 100644 index c5be298762909..0000000000000 --- a/blockchains/solana/assets/C6oFsE8nXRDThzrMEQ5SxaNFGKoyyfWDDVPw37JKvPTe/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Paxos Gold (Portal)", - "type": "SPL", - "symbol": "PAXG", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.paxos.com/paxgold/", - "explorer": "https://solscan.io/token/C6oFsE8nXRDThzrMEQ5SxaNFGKoyyfWDDVPw37JKvPTe", - "status": "active", - "id": "C6oFsE8nXRDThzrMEQ5SxaNFGKoyyfWDDVPw37JKvPTe", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/C6oFsE8nXRDThzrMEQ5SxaNFGKoyyfWDDVPw37JKvPTe/logo.png b/blockchains/solana/assets/C6oFsE8nXRDThzrMEQ5SxaNFGKoyyfWDDVPw37JKvPTe/logo.png deleted file mode 100644 index c7e1e770bd363..0000000000000 Binary files a/blockchains/solana/assets/C6oFsE8nXRDThzrMEQ5SxaNFGKoyyfWDDVPw37JKvPTe/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/C7NNPWuZCNjZBfW5p6JvGsR8pUdsRpEdP1ZAhnoDwj7h/info.json b/blockchains/solana/assets/C7NNPWuZCNjZBfW5p6JvGsR8pUdsRpEdP1ZAhnoDwj7h/info.json deleted file mode 100644 index 95464524e336f..0000000000000 --- a/blockchains/solana/assets/C7NNPWuZCNjZBfW5p6JvGsR8pUdsRpEdP1ZAhnoDwj7h/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "MATIC (Portal from Ethereum)", - "type": "SPL", - "symbol": "MATICet", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://polygon.technology/", - "explorer": "https://solscan.io/token/C7NNPWuZCNjZBfW5p6JvGsR8pUdsRpEdP1ZAhnoDwj7h", - "status": "active", - "id": "C7NNPWuZCNjZBfW5p6JvGsR8pUdsRpEdP1ZAhnoDwj7h", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/C7NNPWuZCNjZBfW5p6JvGsR8pUdsRpEdP1ZAhnoDwj7h/logo.png b/blockchains/solana/assets/C7NNPWuZCNjZBfW5p6JvGsR8pUdsRpEdP1ZAhnoDwj7h/logo.png deleted file mode 100644 index 77ae2564d1308..0000000000000 Binary files a/blockchains/solana/assets/C7NNPWuZCNjZBfW5p6JvGsR8pUdsRpEdP1ZAhnoDwj7h/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/CKaKtYvz6dKPyMvYq9Rh3UBrnNqYZAyd7iF4hJtjUvks/info.json b/blockchains/solana/assets/CKaKtYvz6dKPyMvYq9Rh3UBrnNqYZAyd7iF4hJtjUvks/info.json deleted file mode 100644 index bad799c7bd5af..0000000000000 --- a/blockchains/solana/assets/CKaKtYvz6dKPyMvYq9Rh3UBrnNqYZAyd7iF4hJtjUvks/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Gari", - "type": "SPL", - "symbol": "GARI", - "decimals": 9, - "website": "https://gari.network/", - "description": "CHINGARI IS THE LARGEST ON CHAIN SOCIAL GRAPH ON WEB3", - "explorer": "https://solscan.io/token/CKaKtYvz6dKPyMvYq9Rh3UBrnNqYZAyd7iF4hJtjUvks", - "status": "active", - "id": "CKaKtYvz6dKPyMvYq9Rh3UBrnNqYZAyd7iF4hJtjUvks", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/GariToken" - }, - { - "name": "facebook", - "url": "https://facebook.com/GARInetwork-283510420162868" - }, - { - "name": "telegram", - "url": "https://t.me/garitokenofficial" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/gari/" - } - ], - "tags": [ - "nft" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/CKaKtYvz6dKPyMvYq9Rh3UBrnNqYZAyd7iF4hJtjUvks/logo.png b/blockchains/solana/assets/CKaKtYvz6dKPyMvYq9Rh3UBrnNqYZAyd7iF4hJtjUvks/logo.png deleted file mode 100644 index 11b65fe83918c..0000000000000 Binary files a/blockchains/solana/assets/CKaKtYvz6dKPyMvYq9Rh3UBrnNqYZAyd7iF4hJtjUvks/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/CLQsDGoGibdNPnVCFp8BAsN2unvyvb41Jd5USYwAnzAg/info.json b/blockchains/solana/assets/CLQsDGoGibdNPnVCFp8BAsN2unvyvb41Jd5USYwAnzAg/info.json deleted file mode 100644 index 089cd96239e3a..0000000000000 --- a/blockchains/solana/assets/CLQsDGoGibdNPnVCFp8BAsN2unvyvb41Jd5USYwAnzAg/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Ethereum Name Service (Portal)", - "type": "SPL", - "symbol": "ENS", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://ens.domains/", - "explorer": "https://solscan.io/token/CLQsDGoGibdNPnVCFp8BAsN2unvyvb41Jd5USYwAnzAg", - "status": "active", - "id": "CLQsDGoGibdNPnVCFp8BAsN2unvyvb41Jd5USYwAnzAg", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/CLQsDGoGibdNPnVCFp8BAsN2unvyvb41Jd5USYwAnzAg/logo.png b/blockchains/solana/assets/CLQsDGoGibdNPnVCFp8BAsN2unvyvb41Jd5USYwAnzAg/logo.png deleted file mode 100644 index 78e1e3af3b77c..0000000000000 Binary files a/blockchains/solana/assets/CLQsDGoGibdNPnVCFp8BAsN2unvyvb41Jd5USYwAnzAg/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/CaGa7pddFXS65Gznqwp42kBhkJQdceoFVT7AQYo8Jr8Q/info.json b/blockchains/solana/assets/CaGa7pddFXS65Gznqwp42kBhkJQdceoFVT7AQYo8Jr8Q/info.json deleted file mode 100644 index ced547cf43d6e..0000000000000 --- a/blockchains/solana/assets/CaGa7pddFXS65Gznqwp42kBhkJQdceoFVT7AQYo8Jr8Q/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "MATH Token (Portal)", - "type": "SPL", - "symbol": "MATH", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://mathchain.org/en/", - "explorer": "https://solscan.io/token/CaGa7pddFXS65Gznqwp42kBhkJQdceoFVT7AQYo8Jr8Q", - "status": "active", - "id": "CaGa7pddFXS65Gznqwp42kBhkJQdceoFVT7AQYo8Jr8Q", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/CaGa7pddFXS65Gznqwp42kBhkJQdceoFVT7AQYo8Jr8Q/logo.png b/blockchains/solana/assets/CaGa7pddFXS65Gznqwp42kBhkJQdceoFVT7AQYo8Jr8Q/logo.png deleted file mode 100644 index 1911b24c6b0a7..0000000000000 Binary files a/blockchains/solana/assets/CaGa7pddFXS65Gznqwp42kBhkJQdceoFVT7AQYo8Jr8Q/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/CbNYA9n3927uXUukee2Hf4tm3xxkffJPPZvGazc2EAH1/info.json b/blockchains/solana/assets/CbNYA9n3927uXUukee2Hf4tm3xxkffJPPZvGazc2EAH1/info.json deleted file mode 100644 index e3b6a8aeb3a9e..0000000000000 --- a/blockchains/solana/assets/CbNYA9n3927uXUukee2Hf4tm3xxkffJPPZvGazc2EAH1/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "agEUR (Portal)", - "type": "SPL", - "symbol": "agEUR", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.angle.money", - "explorer": "https://solscan.io/token/CbNYA9n3927uXUukee2Hf4tm3xxkffJPPZvGazc2EAH1", - "status": "active", - "id": "CbNYA9n3927uXUukee2Hf4tm3xxkffJPPZvGazc2EAH1", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/CbNYA9n3927uXUukee2Hf4tm3xxkffJPPZvGazc2EAH1/logo.png b/blockchains/solana/assets/CbNYA9n3927uXUukee2Hf4tm3xxkffJPPZvGazc2EAH1/logo.png deleted file mode 100644 index 6fa264039f9dd..0000000000000 Binary files a/blockchains/solana/assets/CbNYA9n3927uXUukee2Hf4tm3xxkffJPPZvGazc2EAH1/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/ChVzxWRmrTeSgwd3Ui3UumcN8KX7VK3WaD4KGeSKpypj/info.json b/blockchains/solana/assets/ChVzxWRmrTeSgwd3Ui3UumcN8KX7VK3WaD4KGeSKpypj/info.json deleted file mode 100644 index f54be0567ad3c..0000000000000 --- a/blockchains/solana/assets/ChVzxWRmrTeSgwd3Ui3UumcN8KX7VK3WaD4KGeSKpypj/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "SushiToken (Portal)", - "type": "SPL", - "symbol": "SUSHI", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://sushi.com/", - "explorer": "https://solscan.io/token/ChVzxWRmrTeSgwd3Ui3UumcN8KX7VK3WaD4KGeSKpypj", - "status": "active", - "id": "ChVzxWRmrTeSgwd3Ui3UumcN8KX7VK3WaD4KGeSKpypj", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/ChVzxWRmrTeSgwd3Ui3UumcN8KX7VK3WaD4KGeSKpypj/logo.png b/blockchains/solana/assets/ChVzxWRmrTeSgwd3Ui3UumcN8KX7VK3WaD4KGeSKpypj/logo.png deleted file mode 100644 index 1057abafc2a9b..0000000000000 Binary files a/blockchains/solana/assets/ChVzxWRmrTeSgwd3Ui3UumcN8KX7VK3WaD4KGeSKpypj/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/CiKu4eHsVrc1eueVQeHn7qhXTcVu95gSQmBpX4utjL9z/info.json b/blockchains/solana/assets/CiKu4eHsVrc1eueVQeHn7qhXTcVu95gSQmBpX4utjL9z/info.json deleted file mode 100644 index 9301b2c8581b6..0000000000000 --- a/blockchains/solana/assets/CiKu4eHsVrc1eueVQeHn7qhXTcVu95gSQmBpX4utjL9z/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Shiba Inu (Portal)", - "type": "SPL", - "symbol": "SHIB", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://shibatoken.com/", - "explorer": "https://solscan.io/token/CiKu4eHsVrc1eueVQeHn7qhXTcVu95gSQmBpX4utjL9z", - "status": "active", - "id": "CiKu4eHsVrc1eueVQeHn7qhXTcVu95gSQmBpX4utjL9z", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/CiKu4eHsVrc1eueVQeHn7qhXTcVu95gSQmBpX4utjL9z/logo.png b/blockchains/solana/assets/CiKu4eHsVrc1eueVQeHn7qhXTcVu95gSQmBpX4utjL9z/logo.png deleted file mode 100644 index 5f4a1d03d126c..0000000000000 Binary files a/blockchains/solana/assets/CiKu4eHsVrc1eueVQeHn7qhXTcVu95gSQmBpX4utjL9z/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/CobcsUrt3p91FwvULYKorQejgsm5HoQdv5T8RUZ6PnLA/info.json b/blockchains/solana/assets/CobcsUrt3p91FwvULYKorQejgsm5HoQdv5T8RUZ6PnLA/info.json deleted file mode 100644 index ac7463cab7a53..0000000000000 --- a/blockchains/solana/assets/CobcsUrt3p91FwvULYKorQejgsm5HoQdv5T8RUZ6PnLA/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "ConstitutionDAO (Portal)", - "type": "SPL", - "symbol": "PEOPLE", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.constitutiondao.com/", - "explorer": "https://solscan.io/token/CobcsUrt3p91FwvULYKorQejgsm5HoQdv5T8RUZ6PnLA", - "status": "active", - "id": "CobcsUrt3p91FwvULYKorQejgsm5HoQdv5T8RUZ6PnLA", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/CobcsUrt3p91FwvULYKorQejgsm5HoQdv5T8RUZ6PnLA/logo.png b/blockchains/solana/assets/CobcsUrt3p91FwvULYKorQejgsm5HoQdv5T8RUZ6PnLA/logo.png deleted file mode 100644 index 28c3327bc1d30..0000000000000 Binary files a/blockchains/solana/assets/CobcsUrt3p91FwvULYKorQejgsm5HoQdv5T8RUZ6PnLA/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/CriXdFS9iRAYbGEQiTcUqbWwG9RBmYt5B6LwTnoJ61Sm/info.json b/blockchains/solana/assets/CriXdFS9iRAYbGEQiTcUqbWwG9RBmYt5B6LwTnoJ61Sm/info.json deleted file mode 100644 index 7995302733136..0000000000000 --- a/blockchains/solana/assets/CriXdFS9iRAYbGEQiTcUqbWwG9RBmYt5B6LwTnoJ61Sm/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "JoeToken (Portal)", - "type": "SPL", - "symbol": "JOE", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.traderjoexyz.com/#/home", - "explorer": "https://solscan.io/token/CriXdFS9iRAYbGEQiTcUqbWwG9RBmYt5B6LwTnoJ61Sm", - "status": "active", - "id": "CriXdFS9iRAYbGEQiTcUqbWwG9RBmYt5B6LwTnoJ61Sm", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/CriXdFS9iRAYbGEQiTcUqbWwG9RBmYt5B6LwTnoJ61Sm/logo.png b/blockchains/solana/assets/CriXdFS9iRAYbGEQiTcUqbWwG9RBmYt5B6LwTnoJ61Sm/logo.png deleted file mode 100644 index 6665b92f26b1e..0000000000000 Binary files a/blockchains/solana/assets/CriXdFS9iRAYbGEQiTcUqbWwG9RBmYt5B6LwTnoJ61Sm/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/CsZ5LZkDS7h9TDKjrbL7VAwQZ9nsRu8vJLhRYfmGaN8K/info.json b/blockchains/solana/assets/CsZ5LZkDS7h9TDKjrbL7VAwQZ9nsRu8vJLhRYfmGaN8K/info.json deleted file mode 100644 index 849d66922acc9..0000000000000 --- a/blockchains/solana/assets/CsZ5LZkDS7h9TDKjrbL7VAwQZ9nsRu8vJLhRYfmGaN8K/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Wrapped ALEPH (Sollet)", - "website": "https://aleph.im/", - "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://solscan.io/token/CsZ5LZkDS7h9TDKjrbL7VAwQZ9nsRu8vJLhRYfmGaN8K", - "type": "SPL", - "symbol": "ALEPH", - "decimals": 6, - "status": "active", - "id": "CsZ5LZkDS7h9TDKjrbL7VAwQZ9nsRu8vJLhRYfmGaN8K", - "tags": [ - "defi" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/aleph_im" - }, - { - "name": "github", - "url": "https://github.com/aleph-im" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/aleph-im/" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/CsZ5LZkDS7h9TDKjrbL7VAwQZ9nsRu8vJLhRYfmGaN8K/logo.png b/blockchains/solana/assets/CsZ5LZkDS7h9TDKjrbL7VAwQZ9nsRu8vJLhRYfmGaN8K/logo.png deleted file mode 100644 index dd5c56ded3a10..0000000000000 Binary files a/blockchains/solana/assets/CsZ5LZkDS7h9TDKjrbL7VAwQZ9nsRu8vJLhRYfmGaN8K/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/CzqJTjTp3R9opDHmzF5Gy1G2NKDHEyMufa4Keiju4PLu/info.json b/blockchains/solana/assets/CzqJTjTp3R9opDHmzF5Gy1G2NKDHEyMufa4Keiju4PLu/info.json deleted file mode 100644 index 5f430fde5d47a..0000000000000 --- a/blockchains/solana/assets/CzqJTjTp3R9opDHmzF5Gy1G2NKDHEyMufa4Keiju4PLu/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Wrapped Conceal", - "symbol": "wCCX", - "type": "SPL", - "decimals": 6, - "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.", - "website": "https://conceal.network/", - "explorer": "https://solscan.io/token/CzqJTjTp3R9opDHmzF5Gy1G2NKDHEyMufa4Keiju4PLu", - "status": "active", - "id": "CzqJTjTp3R9opDHmzF5Gy1G2NKDHEyMufa4Keiju4PLu", - "links": [ - { - "name": "telegram", - "url": "https://t.me/concealnetworkusers" - }, - { - "name": "twitter", - "url": "https://twitter.com/ConcealNetwork" - }, - { - "name": "discord", - "url": "https://discord.com/invite/YbpHVSd" - }, - { - "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/solana/assets/CzqJTjTp3R9opDHmzF5Gy1G2NKDHEyMufa4Keiju4PLu/logo.png b/blockchains/solana/assets/CzqJTjTp3R9opDHmzF5Gy1G2NKDHEyMufa4Keiju4PLu/logo.png deleted file mode 100644 index b9f69da48bcb0..0000000000000 Binary files a/blockchains/solana/assets/CzqJTjTp3R9opDHmzF5Gy1G2NKDHEyMufa4Keiju4PLu/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/D559HwgjYGDYsXpmFUKxhFTEwutvS9sya1kXiyCVogCV/info.json b/blockchains/solana/assets/D559HwgjYGDYsXpmFUKxhFTEwutvS9sya1kXiyCVogCV/info.json deleted file mode 100644 index 32f59f91c4140..0000000000000 --- a/blockchains/solana/assets/D559HwgjYGDYsXpmFUKxhFTEwutvS9sya1kXiyCVogCV/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Amp (Portal)", - "type": "SPL", - "symbol": "AMP", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://amptoken.org/", - "explorer": "https://solscan.io/token/D559HwgjYGDYsXpmFUKxhFTEwutvS9sya1kXiyCVogCV", - "status": "active", - "id": "D559HwgjYGDYsXpmFUKxhFTEwutvS9sya1kXiyCVogCV", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/D559HwgjYGDYsXpmFUKxhFTEwutvS9sya1kXiyCVogCV/logo.png b/blockchains/solana/assets/D559HwgjYGDYsXpmFUKxhFTEwutvS9sya1kXiyCVogCV/logo.png deleted file mode 100644 index 7c381270386a8..0000000000000 Binary files a/blockchains/solana/assets/D559HwgjYGDYsXpmFUKxhFTEwutvS9sya1kXiyCVogCV/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/DAtU322C23YpoZyWBm8szk12QyqHa9rUQe1EYXzbm1JE/info.json b/blockchains/solana/assets/DAtU322C23YpoZyWBm8szk12QyqHa9rUQe1EYXzbm1JE/info.json deleted file mode 100644 index 57c75dbab5dec..0000000000000 --- a/blockchains/solana/assets/DAtU322C23YpoZyWBm8szk12QyqHa9rUQe1EYXzbm1JE/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "The 4th Pillar Token", - "symbol": "FOUR", - "type": "SPL", - "decimals": 9, - "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://solscan.io/token/DAtU322C23YpoZyWBm8szk12QyqHa9rUQe1EYXzbm1JE", - "status": "active", - "id": "DAtU322C23YpoZyWBm8szk12QyqHa9rUQe1EYXzbm1JE", - "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/solana/assets/DAtU322C23YpoZyWBm8szk12QyqHa9rUQe1EYXzbm1JE/logo.png b/blockchains/solana/assets/DAtU322C23YpoZyWBm8szk12QyqHa9rUQe1EYXzbm1JE/logo.png deleted file mode 100644 index 4948f43ebc581..0000000000000 Binary files a/blockchains/solana/assets/DAtU322C23YpoZyWBm8szk12QyqHa9rUQe1EYXzbm1JE/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/DFL1zNkaGPWm1BqAVqRjCZvHmwTFrEaJtbzJWgseoNJh/info.json b/blockchains/solana/assets/DFL1zNkaGPWm1BqAVqRjCZvHmwTFrEaJtbzJWgseoNJh/info.json deleted file mode 100644 index 42a479c58c0dd..0000000000000 --- a/blockchains/solana/assets/DFL1zNkaGPWm1BqAVqRjCZvHmwTFrEaJtbzJWgseoNJh/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "DeFi Land", - "symbol": "DFL", - "type": "SPL", - "decimals": 9, - "description": "DeFi Land is a multi-chain agriculture-simulation web-game created to gamify decentralized finance.", - "website": "https://defiland.app/", - "explorer": "https://solscan.io/token/DFL1zNkaGPWm1BqAVqRjCZvHmwTFrEaJtbzJWgseoNJh", - "status": "active", - "id": "DFL1zNkaGPWm1BqAVqRjCZvHmwTFrEaJtbzJWgseoNJh", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/DeFi_Land" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/defi-land/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/defi-land" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/DFL1zNkaGPWm1BqAVqRjCZvHmwTFrEaJtbzJWgseoNJh/logo.png b/blockchains/solana/assets/DFL1zNkaGPWm1BqAVqRjCZvHmwTFrEaJtbzJWgseoNJh/logo.png deleted file mode 100644 index b657247adb538..0000000000000 Binary files a/blockchains/solana/assets/DFL1zNkaGPWm1BqAVqRjCZvHmwTFrEaJtbzJWgseoNJh/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/DPgNKZJAG2w1S6vfYHDBT62R4qrWWH5f45CnxtbQduZE/info.json b/blockchains/solana/assets/DPgNKZJAG2w1S6vfYHDBT62R4qrWWH5f45CnxtbQduZE/info.json deleted file mode 100644 index 7dd6ed5f16f3d..0000000000000 --- a/blockchains/solana/assets/DPgNKZJAG2w1S6vfYHDBT62R4qrWWH5f45CnxtbQduZE/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Tribe (Portal)", - "type": "SPL", - "symbol": "TRIBE", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://fei.money/", - "explorer": "https://solscan.io/token/DPgNKZJAG2w1S6vfYHDBT62R4qrWWH5f45CnxtbQduZE", - "status": "active", - "id": "DPgNKZJAG2w1S6vfYHDBT62R4qrWWH5f45CnxtbQduZE", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/DPgNKZJAG2w1S6vfYHDBT62R4qrWWH5f45CnxtbQduZE/logo.png b/blockchains/solana/assets/DPgNKZJAG2w1S6vfYHDBT62R4qrWWH5f45CnxtbQduZE/logo.png deleted file mode 100644 index d97dfb3f2a1f5..0000000000000 Binary files a/blockchains/solana/assets/DPgNKZJAG2w1S6vfYHDBT62R4qrWWH5f45CnxtbQduZE/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263/info.json b/blockchains/solana/assets/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263/info.json deleted file mode 100644 index 70cc562f242ad..0000000000000 --- a/blockchains/solana/assets/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Bonk", - "type": "SPL", - "symbol": "Bonk", - "decimals": 5, - "website": "https://www.bonkcoin.com", - "description": "Bonk is the first Solana dog coin for the people, by the people with 50% of the total supply airdropped to the Solana community. The Bonk contributors were tired of toxic “Alameda” tokenomics and wanted to make a fun memecoin where everyone gets a fair shot.", - "explorer": "https://solscan.io/token/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263", - "status": "active", - "id": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/bonk_inu" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/bonk1/" - }, - { - "name": "whitepaper", - "url": "https://www.bonkcoin.com/bonkpaper" - } - ], - "tags": [ - "memes" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263/logo.png b/blockchains/solana/assets/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263/logo.png deleted file mode 100644 index d56041397f1e3..0000000000000 Binary files a/blockchains/solana/assets/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/DiJut4U3CU8b3bRgwfyqtJMJ4wjzJHaX6hudamjH46Km/info.json b/blockchains/solana/assets/DiJut4U3CU8b3bRgwfyqtJMJ4wjzJHaX6hudamjH46Km/info.json deleted file mode 100644 index 36a234f9c8629..0000000000000 --- a/blockchains/solana/assets/DiJut4U3CU8b3bRgwfyqtJMJ4wjzJHaX6hudamjH46Km/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "PopsicleToken (Portal)", - "type": "SPL", - "symbol": "ICE", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://popsicle.finance/", - "explorer": "https://solscan.io/token/DiJut4U3CU8b3bRgwfyqtJMJ4wjzJHaX6hudamjH46Km", - "status": "active", - "id": "DiJut4U3CU8b3bRgwfyqtJMJ4wjzJHaX6hudamjH46Km", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/DiJut4U3CU8b3bRgwfyqtJMJ4wjzJHaX6hudamjH46Km/logo.png b/blockchains/solana/assets/DiJut4U3CU8b3bRgwfyqtJMJ4wjzJHaX6hudamjH46Km/logo.png deleted file mode 100644 index 98e407eb1b226..0000000000000 Binary files a/blockchains/solana/assets/DiJut4U3CU8b3bRgwfyqtJMJ4wjzJHaX6hudamjH46Km/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/DkbE8U4gSRuGHcVMA1LwyZPYUjYbfEbjW8DMR3iSXBzr/info.json b/blockchains/solana/assets/DkbE8U4gSRuGHcVMA1LwyZPYUjYbfEbjW8DMR3iSXBzr/info.json deleted file mode 100644 index 1720f4a0a18a1..0000000000000 --- a/blockchains/solana/assets/DkbE8U4gSRuGHcVMA1LwyZPYUjYbfEbjW8DMR3iSXBzr/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Reserve Rights (Portal)", - "type": "SPL", - "symbol": "RSR", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://reserve.org/", - "explorer": "https://solscan.io/token/DkbE8U4gSRuGHcVMA1LwyZPYUjYbfEbjW8DMR3iSXBzr", - "status": "active", - "id": "DkbE8U4gSRuGHcVMA1LwyZPYUjYbfEbjW8DMR3iSXBzr", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/DkbE8U4gSRuGHcVMA1LwyZPYUjYbfEbjW8DMR3iSXBzr/logo.png b/blockchains/solana/assets/DkbE8U4gSRuGHcVMA1LwyZPYUjYbfEbjW8DMR3iSXBzr/logo.png deleted file mode 100644 index 5dd53038c3d1c..0000000000000 Binary files a/blockchains/solana/assets/DkbE8U4gSRuGHcVMA1LwyZPYUjYbfEbjW8DMR3iSXBzr/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/Dn4noZ5jgGfkntzcQSUZ8czkreiZ1ForXYoV2H8Dm7S1/info.json b/blockchains/solana/assets/Dn4noZ5jgGfkntzcQSUZ8czkreiZ1ForXYoV2H8Dm7S1/info.json deleted file mode 100644 index f67ace0c484d3..0000000000000 --- a/blockchains/solana/assets/Dn4noZ5jgGfkntzcQSUZ8czkreiZ1ForXYoV2H8Dm7S1/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Tether USD (Portal from Ethereum)", - "type": "SPL", - "symbol": "USDTet", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://tether.to/", - "explorer": "https://solscan.io/token/Dn4noZ5jgGfkntzcQSUZ8czkreiZ1ForXYoV2H8Dm7S1", - "status": "active", - "id": "Dn4noZ5jgGfkntzcQSUZ8czkreiZ1ForXYoV2H8Dm7S1", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/Dn4noZ5jgGfkntzcQSUZ8czkreiZ1ForXYoV2H8Dm7S1/logo.png b/blockchains/solana/assets/Dn4noZ5jgGfkntzcQSUZ8czkreiZ1ForXYoV2H8Dm7S1/logo.png deleted file mode 100644 index 46b9968e18279..0000000000000 Binary files a/blockchains/solana/assets/Dn4noZ5jgGfkntzcQSUZ8czkreiZ1ForXYoV2H8Dm7S1/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/DvjMYMVeXgKxaixGKpzQThLoG98nc7HSU7eanzsdCboA/info.json b/blockchains/solana/assets/DvjMYMVeXgKxaixGKpzQThLoG98nc7HSU7eanzsdCboA/info.json deleted file mode 100644 index 70112742279e2..0000000000000 --- a/blockchains/solana/assets/DvjMYMVeXgKxaixGKpzQThLoG98nc7HSU7eanzsdCboA/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Crypto.com Coin (Portal)", - "type": "SPL", - "symbol": "CRO", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://crypto.com/", - "explorer": "https://solscan.io/token/DvjMYMVeXgKxaixGKpzQThLoG98nc7HSU7eanzsdCboA", - "status": "active", - "id": "DvjMYMVeXgKxaixGKpzQThLoG98nc7HSU7eanzsdCboA", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/DvjMYMVeXgKxaixGKpzQThLoG98nc7HSU7eanzsdCboA/logo.png b/blockchains/solana/assets/DvjMYMVeXgKxaixGKpzQThLoG98nc7HSU7eanzsdCboA/logo.png deleted file mode 100644 index ae6f856aed4eb..0000000000000 Binary files a/blockchains/solana/assets/DvjMYMVeXgKxaixGKpzQThLoG98nc7HSU7eanzsdCboA/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/E2VmbootbVCBkMNNxKQgCLMS1X3NoGMaYAsufaAsf7M/info.json b/blockchains/solana/assets/E2VmbootbVCBkMNNxKQgCLMS1X3NoGMaYAsufaAsf7M/info.json deleted file mode 100644 index ad8547c00f502..0000000000000 --- a/blockchains/solana/assets/E2VmbootbVCBkMNNxKQgCLMS1X3NoGMaYAsufaAsf7M/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "USD Coin (PoS) (Portal from Polygon)", - "type": "SPL", - "symbol": "USDCpo", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.circle.com/en/usdc", - "explorer": "https://solscan.io/token/E2VmbootbVCBkMNNxKQgCLMS1X3NoGMaYAsufaAsf7M", - "status": "active", - "id": "E2VmbootbVCBkMNNxKQgCLMS1X3NoGMaYAsufaAsf7M", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/E2VmbootbVCBkMNNxKQgCLMS1X3NoGMaYAsufaAsf7M/logo.png b/blockchains/solana/assets/E2VmbootbVCBkMNNxKQgCLMS1X3NoGMaYAsufaAsf7M/logo.png deleted file mode 100644 index 4e3f74d233943..0000000000000 Binary files a/blockchains/solana/assets/E2VmbootbVCBkMNNxKQgCLMS1X3NoGMaYAsufaAsf7M/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/E5ndSkaB17Dm7CsD22dvcjfrYSDLCxFcMd6z8ddCk5wp/info.json b/blockchains/solana/assets/E5ndSkaB17Dm7CsD22dvcjfrYSDLCxFcMd6z8ddCk5wp/info.json deleted file mode 100644 index 43841f5c961a9..0000000000000 --- a/blockchains/solana/assets/E5ndSkaB17Dm7CsD22dvcjfrYSDLCxFcMd6z8ddCk5wp/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Cryptocurrencies.Ai", - "symbol": "CCAI", - "type": "SPL", - "decimals": 9, - "description": "Next Generation crypto exchange $CCAI with DeFi products on Solana and CEX with Smart trading.", - "website": "https://cryptocurrencies.ai", - "explorer": "https://solscan.io/token/E5ndSkaB17Dm7CsD22dvcjfrYSDLCxFcMd6z8ddCk5wp", - "status": "active", - "id": "E5ndSkaB17Dm7CsD22dvcjfrYSDLCxFcMd6z8ddCk5wp" -} \ No newline at end of file diff --git a/blockchains/solana/assets/E5ndSkaB17Dm7CsD22dvcjfrYSDLCxFcMd6z8ddCk5wp/logo.png b/blockchains/solana/assets/E5ndSkaB17Dm7CsD22dvcjfrYSDLCxFcMd6z8ddCk5wp/logo.png deleted file mode 100644 index f2fff40d640b2..0000000000000 Binary files a/blockchains/solana/assets/E5ndSkaB17Dm7CsD22dvcjfrYSDLCxFcMd6z8ddCk5wp/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/E5rk3nmgLUuKUiS94gg4bpWwWwyjCMtddsAXkTFLtHEy/info.json b/blockchains/solana/assets/E5rk3nmgLUuKUiS94gg4bpWwWwyjCMtddsAXkTFLtHEy/info.json deleted file mode 100644 index 851b7f6b784b8..0000000000000 --- a/blockchains/solana/assets/E5rk3nmgLUuKUiS94gg4bpWwWwyjCMtddsAXkTFLtHEy/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "WOO Network", - "type": "SPL", - "symbol": "WOO", - "decimals": 6, - "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://solscan.io/token/E5rk3nmgLUuKUiS94gg4bpWwWwyjCMtddsAXkTFLtHEy", - "status": "active", - "id": "E5rk3nmgLUuKUiS94gg4bpWwWwyjCMtddsAXkTFLtHEy", - "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/solana/assets/E5rk3nmgLUuKUiS94gg4bpWwWwyjCMtddsAXkTFLtHEy/logo.png b/blockchains/solana/assets/E5rk3nmgLUuKUiS94gg4bpWwWwyjCMtddsAXkTFLtHEy/logo.png deleted file mode 100644 index 6a4f498ca1b25..0000000000000 Binary files a/blockchains/solana/assets/E5rk3nmgLUuKUiS94gg4bpWwWwyjCMtddsAXkTFLtHEy/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/EDVVEYW4fPJ6vKw5LZXRGUSPzxoHrv6eWvTqhCr8oShs/info.json b/blockchains/solana/assets/EDVVEYW4fPJ6vKw5LZXRGUSPzxoHrv6eWvTqhCr8oShs/info.json deleted file mode 100644 index ca359b0c73896..0000000000000 --- a/blockchains/solana/assets/EDVVEYW4fPJ6vKw5LZXRGUSPzxoHrv6eWvTqhCr8oShs/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Bancor Network Token (Portal)", - "type": "SPL", - "symbol": "BNT", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.bancor.network/", - "explorer": "https://solscan.io/token/EDVVEYW4fPJ6vKw5LZXRGUSPzxoHrv6eWvTqhCr8oShs", - "status": "active", - "id": "EDVVEYW4fPJ6vKw5LZXRGUSPzxoHrv6eWvTqhCr8oShs", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/EDVVEYW4fPJ6vKw5LZXRGUSPzxoHrv6eWvTqhCr8oShs/logo.png b/blockchains/solana/assets/EDVVEYW4fPJ6vKw5LZXRGUSPzxoHrv6eWvTqhCr8oShs/logo.png deleted file mode 100644 index 3eb53daf92fd9..0000000000000 Binary files a/blockchains/solana/assets/EDVVEYW4fPJ6vKw5LZXRGUSPzxoHrv6eWvTqhCr8oShs/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/EHKQvJGu48ydKA4d3RivrkNyTJTkSdoS32UafxSX1yak/info.json b/blockchains/solana/assets/EHKQvJGu48ydKA4d3RivrkNyTJTkSdoS32UafxSX1yak/info.json deleted file mode 100644 index b1362c8052ba8..0000000000000 --- a/blockchains/solana/assets/EHKQvJGu48ydKA4d3RivrkNyTJTkSdoS32UafxSX1yak/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Ampleforth (Portal)", - "type": "SPL", - "symbol": "AMPL", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.ampleforth.org/", - "explorer": "https://solscan.io/token/EHKQvJGu48ydKA4d3RivrkNyTJTkSdoS32UafxSX1yak", - "status": "active", - "id": "EHKQvJGu48ydKA4d3RivrkNyTJTkSdoS32UafxSX1yak", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/EHKQvJGu48ydKA4d3RivrkNyTJTkSdoS32UafxSX1yak/logo.png b/blockchains/solana/assets/EHKQvJGu48ydKA4d3RivrkNyTJTkSdoS32UafxSX1yak/logo.png deleted file mode 100644 index c1bf2227af016..0000000000000 Binary files a/blockchains/solana/assets/EHKQvJGu48ydKA4d3RivrkNyTJTkSdoS32UafxSX1yak/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/EPeUFDgHRxs9xxEPVaL6kfGQvCon7jmAWKVUHuux1Tpz/info.json b/blockchains/solana/assets/EPeUFDgHRxs9xxEPVaL6kfGQvCon7jmAWKVUHuux1Tpz/info.json deleted file mode 100644 index 7d3f082840539..0000000000000 --- a/blockchains/solana/assets/EPeUFDgHRxs9xxEPVaL6kfGQvCon7jmAWKVUHuux1Tpz/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Basic Attention Token (Portal)", - "type": "SPL", - "symbol": "BAT", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://basicattentiontoken.org/", - "explorer": "https://solscan.io/token/EPeUFDgHRxs9xxEPVaL6kfGQvCon7jmAWKVUHuux1Tpz", - "status": "active", - "id": "EPeUFDgHRxs9xxEPVaL6kfGQvCon7jmAWKVUHuux1Tpz", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/EPeUFDgHRxs9xxEPVaL6kfGQvCon7jmAWKVUHuux1Tpz/logo.png b/blockchains/solana/assets/EPeUFDgHRxs9xxEPVaL6kfGQvCon7jmAWKVUHuux1Tpz/logo.png deleted file mode 100644 index 331a781cc5264..0000000000000 Binary files a/blockchains/solana/assets/EPeUFDgHRxs9xxEPVaL6kfGQvCon7jmAWKVUHuux1Tpz/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v/info.json b/blockchains/solana/assets/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v/info.json deleted file mode 100644 index 0658c31b06d0d..0000000000000 --- a/blockchains/solana/assets/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "USD Coin", - "symbol": "USDC", - "type": "SPL", - "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/usdc", - "explorer": "https://solscan.io/token/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v", - "status": "active", - "id": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v", - "links": [ - { - "name": "telegram", - "url": "https://t.me/stakingfacilities" - }, - { - "name": "twitter", - "url": "https://twitter.com/solanabeach_io" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v/logo.png b/blockchains/solana/assets/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v/logo.png deleted file mode 100644 index eafbaac194aa7..0000000000000 Binary files a/blockchains/solana/assets/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/ETAtLmCmsoiEEKfNrHKJ2kYy3MoABhU6NQvpSfij5tDs/info.json b/blockchains/solana/assets/ETAtLmCmsoiEEKfNrHKJ2kYy3MoABhU6NQvpSfij5tDs/info.json deleted file mode 100644 index d658dd74c5cf5..0000000000000 --- a/blockchains/solana/assets/ETAtLmCmsoiEEKfNrHKJ2kYy3MoABhU6NQvpSfij5tDs/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Media Network", - "symbol": "MEDIA", - "type": "SPL", - "decimals": 6, - "description": "Media Network is a privacy-first and community-governed CDN.", - "website": "https://media.network/", - "explorer": "https://solscan.io/token/ETAtLmCmsoiEEKfNrHKJ2kYy3MoABhU6NQvpSfij5tDs", - "status": "active", - "id": "ETAtLmCmsoiEEKfNrHKJ2kYy3MoABhU6NQvpSfij5tDs", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Media_FDN" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/media-network/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/media-network" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/ETAtLmCmsoiEEKfNrHKJ2kYy3MoABhU6NQvpSfij5tDs/logo.png b/blockchains/solana/assets/ETAtLmCmsoiEEKfNrHKJ2kYy3MoABhU6NQvpSfij5tDs/logo.png deleted file mode 100644 index eb0c7321b5aaf..0000000000000 Binary files a/blockchains/solana/assets/ETAtLmCmsoiEEKfNrHKJ2kYy3MoABhU6NQvpSfij5tDs/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/EXExWvT6VyYxEjFzF5BrUxt5GZMPVZnd48y3iWrRefMq/info.json b/blockchains/solana/assets/EXExWvT6VyYxEjFzF5BrUxt5GZMPVZnd48y3iWrRefMq/info.json deleted file mode 100644 index d958e48d43e71..0000000000000 --- a/blockchains/solana/assets/EXExWvT6VyYxEjFzF5BrUxt5GZMPVZnd48y3iWrRefMq/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "EnjinCoin (Portal)", - "type": "SPL", - "symbol": "ENJ", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://enjin.io/", - "explorer": "https://solscan.io/token/EXExWvT6VyYxEjFzF5BrUxt5GZMPVZnd48y3iWrRefMq", - "status": "active", - "id": "EXExWvT6VyYxEjFzF5BrUxt5GZMPVZnd48y3iWrRefMq", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/EXExWvT6VyYxEjFzF5BrUxt5GZMPVZnd48y3iWrRefMq/logo.png b/blockchains/solana/assets/EXExWvT6VyYxEjFzF5BrUxt5GZMPVZnd48y3iWrRefMq/logo.png deleted file mode 100644 index 38c455c548eb9..0000000000000 Binary files a/blockchains/solana/assets/EXExWvT6VyYxEjFzF5BrUxt5GZMPVZnd48y3iWrRefMq/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/EcQCUYv57C4V6RoPxkVUiDwtX1SP8y8FP5AEToYL8Az/info.json b/blockchains/solana/assets/EcQCUYv57C4V6RoPxkVUiDwtX1SP8y8FP5AEToYL8Az/info.json deleted file mode 100644 index a682d577eece1..0000000000000 --- a/blockchains/solana/assets/EcQCUYv57C4V6RoPxkVUiDwtX1SP8y8FP5AEToYL8Az/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Walken", - "symbol": "WLKN", - "type": "SPL", - "decimals": 9, - "description": "Walk more to enter various Battle-games with your CATthletes within Walken® Platform.", - "website": "https://walken.io/", - "explorer": "https://solscan.io/token/EcQCUYv57C4V6RoPxkVUiDwtX1SP8y8FP5AEToYL8Az", - "status": "active", - "id": "EcQCUYv57C4V6RoPxkVUiDwtX1SP8y8FP5AEToYL8Az", - "links": [ - { - "name": "medium", - "url": "https://medium.com/@walken.io" - }, - { - "name": "twitter", - "url": "https://twitter.com/walken_io" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/EcQCUYv57C4V6RoPxkVUiDwtX1SP8y8FP5AEToYL8Az/logo.png b/blockchains/solana/assets/EcQCUYv57C4V6RoPxkVUiDwtX1SP8y8FP5AEToYL8Az/logo.png deleted file mode 100644 index b2165b22a4f7f..0000000000000 Binary files a/blockchains/solana/assets/EcQCUYv57C4V6RoPxkVUiDwtX1SP8y8FP5AEToYL8Az/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/EchesyfXePKdLtoiZSL8pBe8Myagyy8ZRqsACNCFGnvp/info.json b/blockchains/solana/assets/EchesyfXePKdLtoiZSL8pBe8Myagyy8ZRqsACNCFGnvp/info.json deleted file mode 100644 index 9ab2dbb4d93dd..0000000000000 --- a/blockchains/solana/assets/EchesyfXePKdLtoiZSL8pBe8Myagyy8ZRqsACNCFGnvp/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Bonfida", - "symbol": "FIDA", - "type": "SPL", - "decimals": 6, - "description": "Bonfida is the full product suite that bridges the gap between Serum, Solana and the user", - "website": "https://bonfida.org/#/", - "explorer": "https://solscan.io/token/EchesyfXePKdLtoiZSL8pBe8Myagyy8ZRqsACNCFGnvp", - "status": "active", - "id": "EchesyfXePKdLtoiZSL8pBe8Myagyy8ZRqsACNCFGnvp", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/bonfida" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/bonfida/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/bonfida" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/EchesyfXePKdLtoiZSL8pBe8Myagyy8ZRqsACNCFGnvp/logo.png b/blockchains/solana/assets/EchesyfXePKdLtoiZSL8pBe8Myagyy8ZRqsACNCFGnvp/logo.png deleted file mode 100644 index 7ea9821a0fa9c..0000000000000 Binary files a/blockchains/solana/assets/EchesyfXePKdLtoiZSL8pBe8Myagyy8ZRqsACNCFGnvp/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/EjmyN6qEC1Tf1JxiG1ae7UTJhUxSwk1TCWNWqxWV4J6o/info.json b/blockchains/solana/assets/EjmyN6qEC1Tf1JxiG1ae7UTJhUxSwk1TCWNWqxWV4J6o/info.json deleted file mode 100644 index d882512756557..0000000000000 --- a/blockchains/solana/assets/EjmyN6qEC1Tf1JxiG1ae7UTJhUxSwk1TCWNWqxWV4J6o/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "DAI (Portal)", - "type": "SPL", - "symbol": "DAI", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://makerdao.com/", - "explorer": "https://solscan.io/token/EjmyN6qEC1Tf1JxiG1ae7UTJhUxSwk1TCWNWqxWV4J6o", - "status": "active", - "id": "EjmyN6qEC1Tf1JxiG1ae7UTJhUxSwk1TCWNWqxWV4J6o", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/EjmyN6qEC1Tf1JxiG1ae7UTJhUxSwk1TCWNWqxWV4J6o/logo.png b/blockchains/solana/assets/EjmyN6qEC1Tf1JxiG1ae7UTJhUxSwk1TCWNWqxWV4J6o/logo.png deleted file mode 100644 index 6c711d8a55837..0000000000000 Binary files a/blockchains/solana/assets/EjmyN6qEC1Tf1JxiG1ae7UTJhUxSwk1TCWNWqxWV4J6o/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB/info.json b/blockchains/solana/assets/Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB/info.json deleted file mode 100644 index c8f5779a933e5..0000000000000 --- a/blockchains/solana/assets/Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "USDT", - "symbol": "USDT", - "type": "SPL", - "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://solscan.io/token/Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB", - "status": "active", - "id": "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Tether_to/" - }, - { - "name": "telegram", - "url": "https://t.me/OfficialTether" - }, - { - "name": "facebook", - "url": "https://facebook.com/tether.to" - }, - { - "name": "whitepaper", - "url": "https://tether.to/wp-content/uploads/2016/06/TetherWhitePaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB/logo.png b/blockchains/solana/assets/Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB/logo.png deleted file mode 100644 index 4b3027306a91c..0000000000000 Binary files a/blockchains/solana/assets/Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/EzZp7LRN1xwu3QsB2RJRrWwEGjJGsuWzuMCeQDB3NSPK/info.json b/blockchains/solana/assets/EzZp7LRN1xwu3QsB2RJRrWwEGjJGsuWzuMCeQDB3NSPK/info.json deleted file mode 100644 index 08f86e3542cdf..0000000000000 --- a/blockchains/solana/assets/EzZp7LRN1xwu3QsB2RJRrWwEGjJGsuWzuMCeQDB3NSPK/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Yield Guild Games (Portal)", - "type": "SPL", - "symbol": "YGG", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://yieldguild.io/", - "explorer": "https://solscan.io/token/EzZp7LRN1xwu3QsB2RJRrWwEGjJGsuWzuMCeQDB3NSPK", - "status": "active", - "id": "EzZp7LRN1xwu3QsB2RJRrWwEGjJGsuWzuMCeQDB3NSPK", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/EzZp7LRN1xwu3QsB2RJRrWwEGjJGsuWzuMCeQDB3NSPK/logo.png b/blockchains/solana/assets/EzZp7LRN1xwu3QsB2RJRrWwEGjJGsuWzuMCeQDB3NSPK/logo.png deleted file mode 100644 index 6668dff3a270f..0000000000000 Binary files a/blockchains/solana/assets/EzZp7LRN1xwu3QsB2RJRrWwEGjJGsuWzuMCeQDB3NSPK/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/EzfgjvkSwthhgHaceR3LnKXUoRkP6NUhfghdaHAj1tUv/info.json b/blockchains/solana/assets/EzfgjvkSwthhgHaceR3LnKXUoRkP6NUhfghdaHAj1tUv/info.json deleted file mode 100644 index 4907299c3da41..0000000000000 --- a/blockchains/solana/assets/EzfgjvkSwthhgHaceR3LnKXUoRkP6NUhfghdaHAj1tUv/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "FTX Token (Portal)", - "type": "SPL", - "symbol": "FTT", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://ftx.com", - "explorer": "https://solscan.io/token/EzfgjvkSwthhgHaceR3LnKXUoRkP6NUhfghdaHAj1tUv", - "status": "active", - "id": "EzfgjvkSwthhgHaceR3LnKXUoRkP6NUhfghdaHAj1tUv", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/EzfgjvkSwthhgHaceR3LnKXUoRkP6NUhfghdaHAj1tUv/logo.png b/blockchains/solana/assets/EzfgjvkSwthhgHaceR3LnKXUoRkP6NUhfghdaHAj1tUv/logo.png deleted file mode 100644 index a31cef5e53375..0000000000000 Binary files a/blockchains/solana/assets/EzfgjvkSwthhgHaceR3LnKXUoRkP6NUhfghdaHAj1tUv/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/F6v4wfAdJB8D8p77bMXZgYt8TDKsYxLYxH5AFhUkYx9W/info.json b/blockchains/solana/assets/F6v4wfAdJB8D8p77bMXZgYt8TDKsYxLYxH5AFhUkYx9W/info.json deleted file mode 100644 index 1886ff27f311a..0000000000000 --- a/blockchains/solana/assets/F6v4wfAdJB8D8p77bMXZgYt8TDKsYxLYxH5AFhUkYx9W/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "LUNA (Portal)", - "type": "SPL", - "symbol": "LUNA", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://terra.money", - "explorer": "https://solscan.io/token/F6v4wfAdJB8D8p77bMXZgYt8TDKsYxLYxH5AFhUkYx9W", - "status": "active", - "id": "F6v4wfAdJB8D8p77bMXZgYt8TDKsYxLYxH5AFhUkYx9W", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/F6v4wfAdJB8D8p77bMXZgYt8TDKsYxLYxH5AFhUkYx9W/logo.png b/blockchains/solana/assets/F6v4wfAdJB8D8p77bMXZgYt8TDKsYxLYxH5AFhUkYx9W/logo.png deleted file mode 100644 index 2a885151a2b72..0000000000000 Binary files a/blockchains/solana/assets/F6v4wfAdJB8D8p77bMXZgYt8TDKsYxLYxH5AFhUkYx9W/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/FCqfQSujuPxy6V42UvafBhsysWtEq1vhjfMN1PUbgaxA/info.json b/blockchains/solana/assets/FCqfQSujuPxy6V42UvafBhsysWtEq1vhjfMN1PUbgaxA/info.json deleted file mode 100644 index 36d182c6f093b..0000000000000 --- a/blockchains/solana/assets/FCqfQSujuPxy6V42UvafBhsysWtEq1vhjfMN1PUbgaxA/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "USD Coin (Portal from BSC)", - "type": "SPL", - "symbol": "USDCbs", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.circle.com/en/usdc", - "explorer": "https://solscan.io/token/FCqfQSujuPxy6V42UvafBhsysWtEq1vhjfMN1PUbgaxA", - "status": "active", - "id": "FCqfQSujuPxy6V42UvafBhsysWtEq1vhjfMN1PUbgaxA", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/FCqfQSujuPxy6V42UvafBhsysWtEq1vhjfMN1PUbgaxA/logo.png b/blockchains/solana/assets/FCqfQSujuPxy6V42UvafBhsysWtEq1vhjfMN1PUbgaxA/logo.png deleted file mode 100644 index 8ec55937f4dba..0000000000000 Binary files a/blockchains/solana/assets/FCqfQSujuPxy6V42UvafBhsysWtEq1vhjfMN1PUbgaxA/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/FLUX1wa2GmbtSB6ZGi2pTNbVCw3zEeKnaPCkPtFXxqXe/info.json b/blockchains/solana/assets/FLUX1wa2GmbtSB6ZGi2pTNbVCw3zEeKnaPCkPtFXxqXe/info.json deleted file mode 100644 index c15574850090c..0000000000000 --- a/blockchains/solana/assets/FLUX1wa2GmbtSB6ZGi2pTNbVCw3zEeKnaPCkPtFXxqXe/info.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "name": "Flux", - "type": "SPL", - "symbol": "FLUX", - "decimals": 8, - "website": "https://runonflux.io", - "description": "The Flux Ecosystem is a suite of decentralized computing services and blockchain-as-a-service solutions together to offer an interoperable, decentralized AWS-like environment.Flux utilizes a POW to power the ecosystem, providing incentive for hardware, governance on-chain, enterprise-grade compute power and utilizes the blockchain to ensure transparency.Flux node operators can choose from three tiers to stand up nodes, rewarding anyone for providing hardware to the network anywhere in the world.", - "explorer": "https://solscan.io/token/FLUX1wa2GmbtSB6ZGi2pTNbVCw3zEeKnaPCkPtFXxqXe", - "status": "active", - "id": "FLUX1wa2GmbtSB6ZGi2pTNbVCw3zEeKnaPCkPtFXxqXe", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/RunOnFlux" - }, - { - "name": "discord", - "url": "https://discord.com/runonflux" - }, - { - "name": "github", - "url": "https://github.com/RunOnFlux" - }, - { - "name": "telegram", - "url": "https://t.me/zelhub" - }, - { - "name": "forum", - "url": "https://bitcointalk.org/index.php?topic=2853688.0" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/RunOnFlux/" - }, - { - "name": "medium", - "url": "https://fluxofficial.medium.com/" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCphbdfb1MXYgUPsdhQPcnGw" - }, - { - "name": "facebook", - "url": "https://facebook.com/ruonflux/" - }, - { - "name": "source_code", - "url": "https://github.com/RunOnFlux/fluxd" - }, - { - "name": "whitepaper", - "url": "https://fluxwhitepaper.app.runonflux.io/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/zel/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/flux-zelcash" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/FLUX1wa2GmbtSB6ZGi2pTNbVCw3zEeKnaPCkPtFXxqXe/logo.png b/blockchains/solana/assets/FLUX1wa2GmbtSB6ZGi2pTNbVCw3zEeKnaPCkPtFXxqXe/logo.png deleted file mode 100644 index fd3dc61c2138f..0000000000000 Binary files a/blockchains/solana/assets/FLUX1wa2GmbtSB6ZGi2pTNbVCw3zEeKnaPCkPtFXxqXe/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/FR87nWEUxVgerFGhZM8Y4AggKGLnaXswr1Pd8wZ4kZcp/info.json b/blockchains/solana/assets/FR87nWEUxVgerFGhZM8Y4AggKGLnaXswr1Pd8wZ4kZcp/info.json deleted file mode 100644 index f2ee3be745c2a..0000000000000 --- a/blockchains/solana/assets/FR87nWEUxVgerFGhZM8Y4AggKGLnaXswr1Pd8wZ4kZcp/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Frax (Portal)", - "type": "SPL", - "symbol": "FRAX", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://frax.finance", - "explorer": "https://solscan.io/token/FR87nWEUxVgerFGhZM8Y4AggKGLnaXswr1Pd8wZ4kZcp", - "status": "active", - "id": "FR87nWEUxVgerFGhZM8Y4AggKGLnaXswr1Pd8wZ4kZcp", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/FR87nWEUxVgerFGhZM8Y4AggKGLnaXswr1Pd8wZ4kZcp/logo.png b/blockchains/solana/assets/FR87nWEUxVgerFGhZM8Y4AggKGLnaXswr1Pd8wZ4kZcp/logo.png deleted file mode 100644 index 0e393dd35e768..0000000000000 Binary files a/blockchains/solana/assets/FR87nWEUxVgerFGhZM8Y4AggKGLnaXswr1Pd8wZ4kZcp/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/FTtXEUosNn6EKG2SQtfbGuYB4rBttreQQcoWn1YDsuTq/info.json b/blockchains/solana/assets/FTtXEUosNn6EKG2SQtfbGuYB4rBttreQQcoWn1YDsuTq/info.json deleted file mode 100644 index 4b8fae5b4f27f..0000000000000 --- a/blockchains/solana/assets/FTtXEUosNn6EKG2SQtfbGuYB4rBttreQQcoWn1YDsuTq/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "UpBots (Portal)", - "type": "SPL", - "symbol": "UBXT", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.upbots.com", - "explorer": "https://solscan.io/token/FTtXEUosNn6EKG2SQtfbGuYB4rBttreQQcoWn1YDsuTq", - "status": "active", - "id": "FTtXEUosNn6EKG2SQtfbGuYB4rBttreQQcoWn1YDsuTq", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/FTtXEUosNn6EKG2SQtfbGuYB4rBttreQQcoWn1YDsuTq/logo.png b/blockchains/solana/assets/FTtXEUosNn6EKG2SQtfbGuYB4rBttreQQcoWn1YDsuTq/logo.png deleted file mode 100644 index 2f7a8202dceb0..0000000000000 Binary files a/blockchains/solana/assets/FTtXEUosNn6EKG2SQtfbGuYB4rBttreQQcoWn1YDsuTq/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/FUGsN8H74WjRBBMfQWcf9Kk32gebA9VnNaGxqwcVvUW7/info.json b/blockchains/solana/assets/FUGsN8H74WjRBBMfQWcf9Kk32gebA9VnNaGxqwcVvUW7/info.json deleted file mode 100644 index f4c30f1a091d1..0000000000000 --- a/blockchains/solana/assets/FUGsN8H74WjRBBMfQWcf9Kk32gebA9VnNaGxqwcVvUW7/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Governance OHM (Portal)", - "type": "SPL", - "symbol": "gOHM", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.olympusdao.finance/", - "explorer": "https://solscan.io/token/FUGsN8H74WjRBBMfQWcf9Kk32gebA9VnNaGxqwcVvUW7", - "status": "active", - "id": "FUGsN8H74WjRBBMfQWcf9Kk32gebA9VnNaGxqwcVvUW7", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/FUGsN8H74WjRBBMfQWcf9Kk32gebA9VnNaGxqwcVvUW7/logo.png b/blockchains/solana/assets/FUGsN8H74WjRBBMfQWcf9Kk32gebA9VnNaGxqwcVvUW7/logo.png deleted file mode 100644 index 0378951680fac..0000000000000 Binary files a/blockchains/solana/assets/FUGsN8H74WjRBBMfQWcf9Kk32gebA9VnNaGxqwcVvUW7/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/FiCiuX9DetEE89PgRAU1hmoptnem8b1fkpEq8PGYTYkd/info.json b/blockchains/solana/assets/FiCiuX9DetEE89PgRAU1hmoptnem8b1fkpEq8PGYTYkd/info.json deleted file mode 100644 index a939e8348f91d..0000000000000 --- a/blockchains/solana/assets/FiCiuX9DetEE89PgRAU1hmoptnem8b1fkpEq8PGYTYkd/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Million", - "symbol": "MM", - "type": "SPL", - "decimals": 9, - "description": "Million is a digital currency with 1,000,000 total supply. https://milliontoken.org", - "website": "https://milliontoken.org", - "explorer": "https://solscan.io/token/FiCiuX9DetEE89PgRAU1hmoptnem8b1fkpEq8PGYTYkd", - "status": "active", - "id": "FiCiuX9DetEE89PgRAU1hmoptnem8b1fkpEq8PGYTYkd", - "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/solana/assets/FiCiuX9DetEE89PgRAU1hmoptnem8b1fkpEq8PGYTYkd/logo.png b/blockchains/solana/assets/FiCiuX9DetEE89PgRAU1hmoptnem8b1fkpEq8PGYTYkd/logo.png deleted file mode 100644 index 20b8915821c78..0000000000000 Binary files a/blockchains/solana/assets/FiCiuX9DetEE89PgRAU1hmoptnem8b1fkpEq8PGYTYkd/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/FtgGSFADXBtroxq8VCausXRr2of47QBf5AS1NtZCu4GD/info.json b/blockchains/solana/assets/FtgGSFADXBtroxq8VCausXRr2of47QBf5AS1NtZCu4GD/info.json deleted file mode 100644 index 4869ef08a8f49..0000000000000 --- a/blockchains/solana/assets/FtgGSFADXBtroxq8VCausXRr2of47QBf5AS1NtZCu4GD/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Brazilian Digital Token", - "symbol": "BRZ", - "type": "SPL", - "decimals": 4, - "description": "BRZ is a fully backed Brazilian Real stablecoin, a multi-chain digital asset that provides international liquidity and ease-of-access to both Latin Americans and international players who wish to access the Brazilian market", - "website": "https://brztoken.io/", - "explorer": "https://solscan.io/token/FtgGSFADXBtroxq8VCausXRr2of47QBf5AS1NtZCu4GD", - "status": "active", - "id": "FtgGSFADXBtroxq8VCausXRr2of47QBf5AS1NtZCu4GD" -} \ No newline at end of file diff --git a/blockchains/solana/assets/FtgGSFADXBtroxq8VCausXRr2of47QBf5AS1NtZCu4GD/logo.png b/blockchains/solana/assets/FtgGSFADXBtroxq8VCausXRr2of47QBf5AS1NtZCu4GD/logo.png deleted file mode 100644 index e616f93c5e87b..0000000000000 Binary files a/blockchains/solana/assets/FtgGSFADXBtroxq8VCausXRr2of47QBf5AS1NtZCu4GD/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/GENEtH5amGSi8kHAtQoezp1XEXwZJ8vcuePYnXdKrMYz/info.json b/blockchains/solana/assets/GENEtH5amGSi8kHAtQoezp1XEXwZJ8vcuePYnXdKrMYz/info.json deleted file mode 100644 index bcbaa6d17dbec..0000000000000 --- a/blockchains/solana/assets/GENEtH5amGSi8kHAtQoezp1XEXwZJ8vcuePYnXdKrMYz/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Genopets", - "symbol": "GENE", - "type": "SPL", - "decimals": 9, - "description": "A Genopet is your NFT spirit animal encoded with your personality and fitness data. ", - "website": "https://genopets.me/", - "explorer": "https://solscan.io/token/GENEtH5amGSi8kHAtQoezp1XEXwZJ8vcuePYnXdKrMYz", - "status": "active", - "id": "GENEtH5amGSi8kHAtQoezp1XEXwZJ8vcuePYnXdKrMYz", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/genopets" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/genopets/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/genopets" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/GENEtH5amGSi8kHAtQoezp1XEXwZJ8vcuePYnXdKrMYz/logo.png b/blockchains/solana/assets/GENEtH5amGSi8kHAtQoezp1XEXwZJ8vcuePYnXdKrMYz/logo.png deleted file mode 100644 index aeb435a5c6a89..0000000000000 Binary files a/blockchains/solana/assets/GENEtH5amGSi8kHAtQoezp1XEXwZJ8vcuePYnXdKrMYz/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/GHvFFSZ9BctWsEc5nujR1MTmmJWY7tgQz2AXE6WVFtGN/info.json b/blockchains/solana/assets/GHvFFSZ9BctWsEc5nujR1MTmmJWY7tgQz2AXE6WVFtGN/info.json deleted file mode 100644 index 842d1540d322f..0000000000000 --- a/blockchains/solana/assets/GHvFFSZ9BctWsEc5nujR1MTmmJWY7tgQz2AXE6WVFtGN/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "SolAPE Finance", - "symbol": "SOLAPE", - "type": "SPL", - "decimals": 9, - "description": "SOLAPE is a deflationary token and Decentralized exchange built on the Solana Network. Built by Apes, For Apes. ", - "website": "https://solape.io", - "explorer": "https://solscan.io/token/GHvFFSZ9BctWsEc5nujR1MTmmJWY7tgQz2AXE6WVFtGN", - "status": "active", - "id": "GHvFFSZ9BctWsEc5nujR1MTmmJWY7tgQz2AXE6WVFtGN", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/solapefinance" - }, - { - "name": "discord", - "url": "https://discord.com/Ypwhz2BPCd" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/coins/solape-token" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/solapefinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/GHvFFSZ9BctWsEc5nujR1MTmmJWY7tgQz2AXE6WVFtGN/logo.png b/blockchains/solana/assets/GHvFFSZ9BctWsEc5nujR1MTmmJWY7tgQz2AXE6WVFtGN/logo.png deleted file mode 100644 index faafbccbc50ec..0000000000000 Binary files a/blockchains/solana/assets/GHvFFSZ9BctWsEc5nujR1MTmmJWY7tgQz2AXE6WVFtGN/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/GJa1VeEYLTRoHbaeqcxfzHmjGCGtZGF3CUqxv9znZZAY/info.json b/blockchains/solana/assets/GJa1VeEYLTRoHbaeqcxfzHmjGCGtZGF3CUqxv9znZZAY/info.json deleted file mode 100644 index 65770c5aa3231..0000000000000 --- a/blockchains/solana/assets/GJa1VeEYLTRoHbaeqcxfzHmjGCGtZGF3CUqxv9znZZAY/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "0x (Portal)", - "type": "SPL", - "symbol": "ZRX", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://0x.org/", - "explorer": "https://solscan.io/token/GJa1VeEYLTRoHbaeqcxfzHmjGCGtZGF3CUqxv9znZZAY", - "status": "active", - "id": "GJa1VeEYLTRoHbaeqcxfzHmjGCGtZGF3CUqxv9znZZAY", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/GJa1VeEYLTRoHbaeqcxfzHmjGCGtZGF3CUqxv9znZZAY/logo.png b/blockchains/solana/assets/GJa1VeEYLTRoHbaeqcxfzHmjGCGtZGF3CUqxv9znZZAY/logo.png deleted file mode 100644 index 252e63d7de36a..0000000000000 Binary files a/blockchains/solana/assets/GJa1VeEYLTRoHbaeqcxfzHmjGCGtZGF3CUqxv9znZZAY/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/GWdkYFnXnSJAsCBvmsqFLiPPe2tpvXynZcJdxf11Fu3U/info.json b/blockchains/solana/assets/GWdkYFnXnSJAsCBvmsqFLiPPe2tpvXynZcJdxf11Fu3U/info.json deleted file mode 100644 index d31208bdb7e05..0000000000000 --- a/blockchains/solana/assets/GWdkYFnXnSJAsCBvmsqFLiPPe2tpvXynZcJdxf11Fu3U/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "UFO Gaming (Portal)", - "type": "SPL", - "symbol": "UFO", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://ufogaming.io/", - "explorer": "https://solscan.io/token/GWdkYFnXnSJAsCBvmsqFLiPPe2tpvXynZcJdxf11Fu3U", - "status": "active", - "id": "GWdkYFnXnSJAsCBvmsqFLiPPe2tpvXynZcJdxf11Fu3U", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/GWdkYFnXnSJAsCBvmsqFLiPPe2tpvXynZcJdxf11Fu3U/logo.png b/blockchains/solana/assets/GWdkYFnXnSJAsCBvmsqFLiPPe2tpvXynZcJdxf11Fu3U/logo.png deleted file mode 100644 index 75379631047c7..0000000000000 Binary files a/blockchains/solana/assets/GWdkYFnXnSJAsCBvmsqFLiPPe2tpvXynZcJdxf11Fu3U/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/Ga2AXHpfAF6mv2ekZwcsJFqu7wB4NV331qNH7fW9Nst8/info.json b/blockchains/solana/assets/Ga2AXHpfAF6mv2ekZwcsJFqu7wB4NV331qNH7fW9Nst8/info.json deleted file mode 100644 index 934b762ea954f..0000000000000 --- a/blockchains/solana/assets/Ga2AXHpfAF6mv2ekZwcsJFqu7wB4NV331qNH7fW9Nst8/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Wrapped XRP", - "symbol": "XRP", - "type": "SPL", - "decimals": 6, - "description": "XRP is a digital asset built for payments", - "website": "https://ripple.com/xrp/", - "explorer": "https://solscan.io/token/Ga2AXHpfAF6mv2ekZwcsJFqu7wB4NV331qNH7fW9Nst8", - "status": "active", - "id": "Ga2AXHpfAF6mv2ekZwcsJFqu7wB4NV331qNH7fW9Nst8", - "links": [ - { - "name": "facebook", - "url": "https://facebook.com/ripplepay" - }, - { - "name": "twitter", - "url": "https://twitter.com/Ripple" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/Ga2AXHpfAF6mv2ekZwcsJFqu7wB4NV331qNH7fW9Nst8/logo.png b/blockchains/solana/assets/Ga2AXHpfAF6mv2ekZwcsJFqu7wB4NV331qNH7fW9Nst8/logo.png deleted file mode 100644 index 89ca2727e9a9b..0000000000000 Binary files a/blockchains/solana/assets/Ga2AXHpfAF6mv2ekZwcsJFqu7wB4NV331qNH7fW9Nst8/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/Gq2norJ1kBemBp3mPfkgAUMhMMmnFmY4zEyi26tRcxFB/info.json b/blockchains/solana/assets/Gq2norJ1kBemBp3mPfkgAUMhMMmnFmY4zEyi26tRcxFB/info.json deleted file mode 100644 index 294df161c8ede..0000000000000 --- a/blockchains/solana/assets/Gq2norJ1kBemBp3mPfkgAUMhMMmnFmY4zEyi26tRcxFB/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Ankr (Portal)", - "type": "SPL", - "symbol": "ANKR", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://stakefi.ankr.com", - "explorer": "https://solscan.io/token/Gq2norJ1kBemBp3mPfkgAUMhMMmnFmY4zEyi26tRcxFB", - "status": "active", - "id": "Gq2norJ1kBemBp3mPfkgAUMhMMmnFmY4zEyi26tRcxFB", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/Gq2norJ1kBemBp3mPfkgAUMhMMmnFmY4zEyi26tRcxFB/logo.png b/blockchains/solana/assets/Gq2norJ1kBemBp3mPfkgAUMhMMmnFmY4zEyi26tRcxFB/logo.png deleted file mode 100644 index 2ccabc8ec5bab..0000000000000 Binary files a/blockchains/solana/assets/Gq2norJ1kBemBp3mPfkgAUMhMMmnFmY4zEyi26tRcxFB/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/Gz7VkD4MacbEB6yC5XD3HcumEiYx2EtDYYrfikGsvopG/info.json b/blockchains/solana/assets/Gz7VkD4MacbEB6yC5XD3HcumEiYx2EtDYYrfikGsvopG/info.json deleted file mode 100644 index d48eef3d0c5db..0000000000000 --- a/blockchains/solana/assets/Gz7VkD4MacbEB6yC5XD3HcumEiYx2EtDYYrfikGsvopG/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "MATIC (Portal from Polygon)", - "type": "SPL", - "symbol": "MATICpo", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://polygon.technology/", - "explorer": "https://solscan.io/token/Gz7VkD4MacbEB6yC5XD3HcumEiYx2EtDYYrfikGsvopG", - "status": "active", - "id": "Gz7VkD4MacbEB6yC5XD3HcumEiYx2EtDYYrfikGsvopG", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/Gz7VkD4MacbEB6yC5XD3HcumEiYx2EtDYYrfikGsvopG/logo.png b/blockchains/solana/assets/Gz7VkD4MacbEB6yC5XD3HcumEiYx2EtDYYrfikGsvopG/logo.png deleted file mode 100644 index 60c97897b870c..0000000000000 Binary files a/blockchains/solana/assets/Gz7VkD4MacbEB6yC5XD3HcumEiYx2EtDYYrfikGsvopG/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/H2mf9QNdU2Niq6QR7367Ua2trBsvscLyX5bz7R3Pw5sE/info.json b/blockchains/solana/assets/H2mf9QNdU2Niq6QR7367Ua2trBsvscLyX5bz7R3Pw5sE/info.json deleted file mode 100644 index 7c296ee4e3c25..0000000000000 --- a/blockchains/solana/assets/H2mf9QNdU2Niq6QR7367Ua2trBsvscLyX5bz7R3Pw5sE/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Lido Staked Ether (Portal)", - "type": "SPL", - "symbol": "stETH", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://lido.fi/", - "explorer": "https://solscan.io/token/H2mf9QNdU2Niq6QR7367Ua2trBsvscLyX5bz7R3Pw5sE", - "status": "active", - "id": "H2mf9QNdU2Niq6QR7367Ua2trBsvscLyX5bz7R3Pw5sE", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/H2mf9QNdU2Niq6QR7367Ua2trBsvscLyX5bz7R3Pw5sE/logo.png b/blockchains/solana/assets/H2mf9QNdU2Niq6QR7367Ua2trBsvscLyX5bz7R3Pw5sE/logo.png deleted file mode 100644 index 423a3c7117cf7..0000000000000 Binary files a/blockchains/solana/assets/H2mf9QNdU2Niq6QR7367Ua2trBsvscLyX5bz7R3Pw5sE/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/HCTVFTzHL21a1dPzKxAUeWwqbE8QMUyvgChFDL4XYoi1/info.json b/blockchains/solana/assets/HCTVFTzHL21a1dPzKxAUeWwqbE8QMUyvgChFDL4XYoi1/info.json deleted file mode 100644 index 3b5e9a682668a..0000000000000 --- a/blockchains/solana/assets/HCTVFTzHL21a1dPzKxAUeWwqbE8QMUyvgChFDL4XYoi1/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Loopring (Portal)", - "type": "SPL", - "symbol": "LRC", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://loopring.org/", - "explorer": "https://solscan.io/token/HCTVFTzHL21a1dPzKxAUeWwqbE8QMUyvgChFDL4XYoi1", - "status": "active", - "id": "HCTVFTzHL21a1dPzKxAUeWwqbE8QMUyvgChFDL4XYoi1", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/HCTVFTzHL21a1dPzKxAUeWwqbE8QMUyvgChFDL4XYoi1/logo.png b/blockchains/solana/assets/HCTVFTzHL21a1dPzKxAUeWwqbE8QMUyvgChFDL4XYoi1/logo.png deleted file mode 100644 index 86e6a1342f652..0000000000000 Binary files a/blockchains/solana/assets/HCTVFTzHL21a1dPzKxAUeWwqbE8QMUyvgChFDL4XYoi1/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/HG2FnifX1WPY6UvnkXnMx2kAt4E4Ssu6DZ2aiB5RmLHo/info.json b/blockchains/solana/assets/HG2FnifX1WPY6UvnkXnMx2kAt4E4Ssu6DZ2aiB5RmLHo/info.json deleted file mode 100644 index c374c674c4267..0000000000000 --- a/blockchains/solana/assets/HG2FnifX1WPY6UvnkXnMx2kAt4E4Ssu6DZ2aiB5RmLHo/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "ISLAMICOIN", - "type": "SPL", - "symbol": "ISLAMI", - "decimals": 7, - "website": "https://islamicoin.finance", - "description": "ISLAMICOIN is a cryptocurrency for the Global Muslim community", - "explorer": "https://solscan.io/token/HG2FnifX1WPY6UvnkXnMx2kAt4E4Ssu6DZ2aiB5RmLHo", - "status": "active", - "id": "HG2FnifX1WPY6UvnkXnMx2kAt4E4Ssu6DZ2aiB5RmLHo", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/islamicoin" - }, - { - "name": "github", - "url": "https://github.com/islamiblockchain" - }, - { - "name": "telegram", - "url": "https://t.me/islamicoinchat" - }, - { - "name": "telegram_news", - "url": "https://t.me/islamicoin1" - }, - { - "name": "facebook", - "url": "https://facebook.com/islamicoin" - } - ] -} diff --git a/blockchains/solana/assets/HG2FnifX1WPY6UvnkXnMx2kAt4E4Ssu6DZ2aiB5RmLHo/logo.png b/blockchains/solana/assets/HG2FnifX1WPY6UvnkXnMx2kAt4E4Ssu6DZ2aiB5RmLHo/logo.png deleted file mode 100644 index 64357e7563bac..0000000000000 Binary files a/blockchains/solana/assets/HG2FnifX1WPY6UvnkXnMx2kAt4E4Ssu6DZ2aiB5RmLHo/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/HGsLG4PnZ28L8A4R5nPqKgZd86zUUdmfnkTRnuFJ5dAX/info.json b/blockchains/solana/assets/HGsLG4PnZ28L8A4R5nPqKgZd86zUUdmfnkTRnuFJ5dAX/info.json deleted file mode 100644 index e9dbc35733e3a..0000000000000 --- a/blockchains/solana/assets/HGsLG4PnZ28L8A4R5nPqKgZd86zUUdmfnkTRnuFJ5dAX/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Graph Token (Portal)", - "type": "SPL", - "symbol": "GRT", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://thegraph.com/", - "explorer": "https://solscan.io/token/HGsLG4PnZ28L8A4R5nPqKgZd86zUUdmfnkTRnuFJ5dAX", - "status": "active", - "id": "HGsLG4PnZ28L8A4R5nPqKgZd86zUUdmfnkTRnuFJ5dAX", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/HGsLG4PnZ28L8A4R5nPqKgZd86zUUdmfnkTRnuFJ5dAX/logo.png b/blockchains/solana/assets/HGsLG4PnZ28L8A4R5nPqKgZd86zUUdmfnkTRnuFJ5dAX/logo.png deleted file mode 100644 index a18c32255cd22..0000000000000 Binary files a/blockchains/solana/assets/HGsLG4PnZ28L8A4R5nPqKgZd86zUUdmfnkTRnuFJ5dAX/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/HRQke5DKdDo3jV7wnomyiM8AA3EzkVnxMDdo2FQ5XUe1/info.json b/blockchains/solana/assets/HRQke5DKdDo3jV7wnomyiM8AA3EzkVnxMDdo2FQ5XUe1/info.json deleted file mode 100644 index b5d438fa2386f..0000000000000 --- a/blockchains/solana/assets/HRQke5DKdDo3jV7wnomyiM8AA3EzkVnxMDdo2FQ5XUe1/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Magic Internet Money (Portal from Ethereum)", - "type": "SPL", - "symbol": "MIMet", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://abracadabra.money/ ", - "explorer": "https://solscan.io/token/HRQke5DKdDo3jV7wnomyiM8AA3EzkVnxMDdo2FQ5XUe1", - "status": "active", - "id": "HRQke5DKdDo3jV7wnomyiM8AA3EzkVnxMDdo2FQ5XUe1", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/HRQke5DKdDo3jV7wnomyiM8AA3EzkVnxMDdo2FQ5XUe1/logo.png b/blockchains/solana/assets/HRQke5DKdDo3jV7wnomyiM8AA3EzkVnxMDdo2FQ5XUe1/logo.png deleted file mode 100644 index 87719f12932c8..0000000000000 Binary files a/blockchains/solana/assets/HRQke5DKdDo3jV7wnomyiM8AA3EzkVnxMDdo2FQ5XUe1/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/HUCyuyqESEUV4YWTKFvvB4JiQLqoovscTBpRXfGzW4Wx/info.json b/blockchains/solana/assets/HUCyuyqESEUV4YWTKFvvB4JiQLqoovscTBpRXfGzW4Wx/info.json deleted file mode 100644 index 1c3430acdf5b3..0000000000000 --- a/blockchains/solana/assets/HUCyuyqESEUV4YWTKFvvB4JiQLqoovscTBpRXfGzW4Wx/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Rocket Pool (Portal)", - "type": "SPL", - "symbol": "RPL", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.rocketpool.net", - "explorer": "https://solscan.io/token/HUCyuyqESEUV4YWTKFvvB4JiQLqoovscTBpRXfGzW4Wx", - "status": "active", - "id": "HUCyuyqESEUV4YWTKFvvB4JiQLqoovscTBpRXfGzW4Wx", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/HUCyuyqESEUV4YWTKFvvB4JiQLqoovscTBpRXfGzW4Wx/logo.png b/blockchains/solana/assets/HUCyuyqESEUV4YWTKFvvB4JiQLqoovscTBpRXfGzW4Wx/logo.png deleted file mode 100644 index e8abef5e4ca5b..0000000000000 Binary files a/blockchains/solana/assets/HUCyuyqESEUV4YWTKFvvB4JiQLqoovscTBpRXfGzW4Wx/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/HZNpqL7RT9gxf9eWoWsWzC5DfjzQ41XTQgEA7p3VzaaD/info.json b/blockchains/solana/assets/HZNpqL7RT9gxf9eWoWsWzC5DfjzQ41XTQgEA7p3VzaaD/info.json deleted file mode 100644 index 231c3e62da3c1..0000000000000 --- a/blockchains/solana/assets/HZNpqL7RT9gxf9eWoWsWzC5DfjzQ41XTQgEA7p3VzaaD/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Trust Wallet", - "symbol": "TWT", - "type": "SPL", - "decimals": 8, - "description": "Utility token to increase adoption of cryptocurrency.", - "website": "https://trustwallet.com", - "explorer": "https://solscan.io/token/HZNpqL7RT9gxf9eWoWsWzC5DfjzQ41XTQgEA7p3VzaaD", - "status": "active", - "id": "HZNpqL7RT9gxf9eWoWsWzC5DfjzQ41XTQgEA7p3VzaaD", - "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/solana/assets/HZNpqL7RT9gxf9eWoWsWzC5DfjzQ41XTQgEA7p3VzaaD/logo.png b/blockchains/solana/assets/HZNpqL7RT9gxf9eWoWsWzC5DfjzQ41XTQgEA7p3VzaaD/logo.png deleted file mode 100644 index 8e97855518bfd..0000000000000 Binary files a/blockchains/solana/assets/HZNpqL7RT9gxf9eWoWsWzC5DfjzQ41XTQgEA7p3VzaaD/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/HZRCwxP2Vq9PCpPXooayhJ2bxTpo5xfpQrwB1svh332p/info.json b/blockchains/solana/assets/HZRCwxP2Vq9PCpPXooayhJ2bxTpo5xfpQrwB1svh332p/info.json deleted file mode 100644 index 46a73a2355f96..0000000000000 --- a/blockchains/solana/assets/HZRCwxP2Vq9PCpPXooayhJ2bxTpo5xfpQrwB1svh332p/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Lido DAO (Portal)", - "type": "SPL", - "symbol": "LDO", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://stake.lido.fi/", - "explorer": "https://solscan.io/token/HZRCwxP2Vq9PCpPXooayhJ2bxTpo5xfpQrwB1svh332p", - "status": "active", - "id": "HZRCwxP2Vq9PCpPXooayhJ2bxTpo5xfpQrwB1svh332p", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/HZRCwxP2Vq9PCpPXooayhJ2bxTpo5xfpQrwB1svh332p/logo.png b/blockchains/solana/assets/HZRCwxP2Vq9PCpPXooayhJ2bxTpo5xfpQrwB1svh332p/logo.png deleted file mode 100644 index cc8b90ca87f4d..0000000000000 Binary files a/blockchains/solana/assets/HZRCwxP2Vq9PCpPXooayhJ2bxTpo5xfpQrwB1svh332p/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/HihxL2iM6L6P1oqoSeiixdJ3PhPYNxvSKH9A2dDqLVDH/info.json b/blockchains/solana/assets/HihxL2iM6L6P1oqoSeiixdJ3PhPYNxvSKH9A2dDqLVDH/info.json deleted file mode 100644 index 99c4a6e283590..0000000000000 --- a/blockchains/solana/assets/HihxL2iM6L6P1oqoSeiixdJ3PhPYNxvSKH9A2dDqLVDH/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Cream (Portal)", - "type": "SPL", - "symbol": "CREAM", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://creamcoin.com/", - "explorer": "https://solscan.io/token/HihxL2iM6L6P1oqoSeiixdJ3PhPYNxvSKH9A2dDqLVDH", - "status": "active", - "id": "HihxL2iM6L6P1oqoSeiixdJ3PhPYNxvSKH9A2dDqLVDH", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/HihxL2iM6L6P1oqoSeiixdJ3PhPYNxvSKH9A2dDqLVDH/logo.png b/blockchains/solana/assets/HihxL2iM6L6P1oqoSeiixdJ3PhPYNxvSKH9A2dDqLVDH/logo.png deleted file mode 100644 index ba77bd30271dc..0000000000000 Binary files a/blockchains/solana/assets/HihxL2iM6L6P1oqoSeiixdJ3PhPYNxvSKH9A2dDqLVDH/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/HxhWkVpk5NS4Ltg5nij2G671CKXFRKPK8vy271Ub4uEK/info.json b/blockchains/solana/assets/HxhWkVpk5NS4Ltg5nij2G671CKXFRKPK8vy271Ub4uEK/info.json deleted file mode 100644 index 33b552611a652..0000000000000 --- a/blockchains/solana/assets/HxhWkVpk5NS4Ltg5nij2G671CKXFRKPK8vy271Ub4uEK/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Hxro (Portal)", - "type": "SPL", - "symbol": "HXRO", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.hxro.network/", - "explorer": "https://solscan.io/token/HxhWkVpk5NS4Ltg5nij2G671CKXFRKPK8vy271Ub4uEK", - "status": "active", - "id": "HxhWkVpk5NS4Ltg5nij2G671CKXFRKPK8vy271Ub4uEK", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/HxhWkVpk5NS4Ltg5nij2G671CKXFRKPK8vy271Ub4uEK/logo.png b/blockchains/solana/assets/HxhWkVpk5NS4Ltg5nij2G671CKXFRKPK8vy271Ub4uEK/logo.png deleted file mode 100644 index ea6f9700fc230..0000000000000 Binary files a/blockchains/solana/assets/HxhWkVpk5NS4Ltg5nij2G671CKXFRKPK8vy271Ub4uEK/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/HysWcbHiYY9888pHbaqhwLYZQeZrcQMXKQWRqS7zcPK5/info.json b/blockchains/solana/assets/HysWcbHiYY9888pHbaqhwLYZQeZrcQMXKQWRqS7zcPK5/info.json deleted file mode 100644 index 5da8c959909bc..0000000000000 --- a/blockchains/solana/assets/HysWcbHiYY9888pHbaqhwLYZQeZrcQMXKQWRqS7zcPK5/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Axie Infinity Shard (Portal from Ethereum)", - "type": "SPL", - "symbol": "AXSet", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://axieinfinity.com/", - "explorer": "https://solscan.io/token/HysWcbHiYY9888pHbaqhwLYZQeZrcQMXKQWRqS7zcPK5", - "status": "active", - "id": "HysWcbHiYY9888pHbaqhwLYZQeZrcQMXKQWRqS7zcPK5", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/HysWcbHiYY9888pHbaqhwLYZQeZrcQMXKQWRqS7zcPK5/logo.png b/blockchains/solana/assets/HysWcbHiYY9888pHbaqhwLYZQeZrcQMXKQWRqS7zcPK5/logo.png deleted file mode 100644 index d9761d4e602ef..0000000000000 Binary files a/blockchains/solana/assets/HysWcbHiYY9888pHbaqhwLYZQeZrcQMXKQWRqS7zcPK5/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/J8LKx7pr9Zxh9nMhhT7X3EBmj5RzuhFrHKyJAe2F2i9S/info.json b/blockchains/solana/assets/J8LKx7pr9Zxh9nMhhT7X3EBmj5RzuhFrHKyJAe2F2i9S/info.json deleted file mode 100644 index 187657b533c85..0000000000000 --- a/blockchains/solana/assets/J8LKx7pr9Zxh9nMhhT7X3EBmj5RzuhFrHKyJAe2F2i9S/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "PancakeSwap Token (Portal)", - "type": "SPL", - "symbol": "CAKE", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://pancakeswap.finance/", - "explorer": "https://solscan.io/token/J8LKx7pr9Zxh9nMhhT7X3EBmj5RzuhFrHKyJAe2F2i9S", - "status": "active", - "id": "J8LKx7pr9Zxh9nMhhT7X3EBmj5RzuhFrHKyJAe2F2i9S", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/J8LKx7pr9Zxh9nMhhT7X3EBmj5RzuhFrHKyJAe2F2i9S/logo.png b/blockchains/solana/assets/J8LKx7pr9Zxh9nMhhT7X3EBmj5RzuhFrHKyJAe2F2i9S/logo.png deleted file mode 100644 index cb6457e6b173d..0000000000000 Binary files a/blockchains/solana/assets/J8LKx7pr9Zxh9nMhhT7X3EBmj5RzuhFrHKyJAe2F2i9S/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/JET6zMJWkCN9tpRT2v2jfAmm5VnQFDpUBCyaKojmGtz/info.json b/blockchains/solana/assets/JET6zMJWkCN9tpRT2v2jfAmm5VnQFDpUBCyaKojmGtz/info.json deleted file mode 100644 index 023359271a0fb..0000000000000 --- a/blockchains/solana/assets/JET6zMJWkCN9tpRT2v2jfAmm5VnQFDpUBCyaKojmGtz/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Jet Protocol", - "symbol": "JET", - "type": "SPL", - "decimals": 9, - "description": "Jet is a decentralized borrowing and lending protocol built for speed, power, and scalability on Solana", - "website": "https://jetprotocol.io/", - "explorer": "https://solscan.io/token/JET6zMJWkCN9tpRT2v2jfAmm5VnQFDpUBCyaKojmGtz", - "status": "active", - "id": "JET6zMJWkCN9tpRT2v2jfAmm5VnQFDpUBCyaKojmGtz", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/jetprotocol" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/jet-protocol/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/jet" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/JET6zMJWkCN9tpRT2v2jfAmm5VnQFDpUBCyaKojmGtz/logo.png b/blockchains/solana/assets/JET6zMJWkCN9tpRT2v2jfAmm5VnQFDpUBCyaKojmGtz/logo.png deleted file mode 100644 index 76e174844204f..0000000000000 Binary files a/blockchains/solana/assets/JET6zMJWkCN9tpRT2v2jfAmm5VnQFDpUBCyaKojmGtz/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/KgV1GvrHQmRBY8sHQQeUKwTm2r2h8t4C8qt12Cw1HVE/info.json b/blockchains/solana/assets/KgV1GvrHQmRBY8sHQQeUKwTm2r2h8t4C8qt12Cw1HVE/info.json deleted file mode 100644 index 599b64aca7d09..0000000000000 --- a/blockchains/solana/assets/KgV1GvrHQmRBY8sHQQeUKwTm2r2h8t4C8qt12Cw1HVE/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "AVAX (Portal)", - "type": "SPL", - "symbol": "AVAX", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.avax.network/", - "explorer": "https://solscan.io/token/KgV1GvrHQmRBY8sHQQeUKwTm2r2h8t4C8qt12Cw1HVE", - "status": "active", - "id": "KgV1GvrHQmRBY8sHQQeUKwTm2r2h8t4C8qt12Cw1HVE", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/KgV1GvrHQmRBY8sHQQeUKwTm2r2h8t4C8qt12Cw1HVE/logo.png b/blockchains/solana/assets/KgV1GvrHQmRBY8sHQQeUKwTm2r2h8t4C8qt12Cw1HVE/logo.png deleted file mode 100644 index 5cfbd9abb2f7c..0000000000000 Binary files a/blockchains/solana/assets/KgV1GvrHQmRBY8sHQQeUKwTm2r2h8t4C8qt12Cw1HVE/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/MAPS41MDahZ9QdKXhVa4dWB9RuyfV4XqhyAZ8XcYepb/info.json b/blockchains/solana/assets/MAPS41MDahZ9QdKXhVa4dWB9RuyfV4XqhyAZ8XcYepb/info.json deleted file mode 100644 index ad24f78feaa90..0000000000000 --- a/blockchains/solana/assets/MAPS41MDahZ9QdKXhVa4dWB9RuyfV4XqhyAZ8XcYepb/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Maps.me", - "symbol": "MAPS", - "type": "SPL", - "decimals": 6, - "description": "Maps.me 2.0 is the ultimate travel companion and your passport to the new financial system.", - "website": "https://maps.me", - "explorer": "https://solscan.io/token/MAPS41MDahZ9QdKXhVa4dWB9RuyfV4XqhyAZ8XcYepb", - "status": "active", - "id": "MAPS41MDahZ9QdKXhVa4dWB9RuyfV4XqhyAZ8XcYepb" -} \ No newline at end of file diff --git a/blockchains/solana/assets/MAPS41MDahZ9QdKXhVa4dWB9RuyfV4XqhyAZ8XcYepb/logo.png b/blockchains/solana/assets/MAPS41MDahZ9QdKXhVa4dWB9RuyfV4XqhyAZ8XcYepb/logo.png deleted file mode 100644 index 372f8c2da2f75..0000000000000 Binary files a/blockchains/solana/assets/MAPS41MDahZ9QdKXhVa4dWB9RuyfV4XqhyAZ8XcYepb/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/MNDEFzGvMt87ueuHvVU9VcTqsAP5b3fTGPsHuuPA5ey/info.json b/blockchains/solana/assets/MNDEFzGvMt87ueuHvVU9VcTqsAP5b3fTGPsHuuPA5ey/info.json deleted file mode 100644 index ca4855dc499a8..0000000000000 --- a/blockchains/solana/assets/MNDEFzGvMt87ueuHvVU9VcTqsAP5b3fTGPsHuuPA5ey/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Marinade", - "symbol": "MNDE", - "type": "SPL", - "decimals": 9, - "description": "Marinade.finance is a liquid staking protocol built on Solana.", - "website": "https://marinade.finance/", - "explorer": "https://solscan.io/token/MNDEFzGvMt87ueuHvVU9VcTqsAP5b3fTGPsHuuPA5ey", - "status": "active", - "id": "MNDEFzGvMt87ueuHvVU9VcTqsAP5b3fTGPsHuuPA5ey", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/MarinadeFinance" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mnde/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/marinade" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/MNDEFzGvMt87ueuHvVU9VcTqsAP5b3fTGPsHuuPA5ey/logo.png b/blockchains/solana/assets/MNDEFzGvMt87ueuHvVU9VcTqsAP5b3fTGPsHuuPA5ey/logo.png deleted file mode 100644 index 104f868e58d41..0000000000000 Binary files a/blockchains/solana/assets/MNDEFzGvMt87ueuHvVU9VcTqsAP5b3fTGPsHuuPA5ey/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/MangoCzJ36AjZyKwVj3VnYU4GTonjfVEnJmvvWaxLac/info.json b/blockchains/solana/assets/MangoCzJ36AjZyKwVj3VnYU4GTonjfVEnJmvvWaxLac/info.json deleted file mode 100644 index 32b52593ea1a0..0000000000000 --- a/blockchains/solana/assets/MangoCzJ36AjZyKwVj3VnYU4GTonjfVEnJmvvWaxLac/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Mango Markets", - "symbol": "MNGO", - "type": "SPL", - "decimals": 6, - "description": "Mango v3 is designed to make life easier for market participants", - "website": "https://mango.markets/", - "explorer": "https://solscan.io/token/MangoCzJ36AjZyKwVj3VnYU4GTonjfVEnJmvvWaxLac", - "status": "active", - "id": "MangoCzJ36AjZyKwVj3VnYU4GTonjfVEnJmvvWaxLac", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/mangomarkets" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/mango-markets/" - }, - { - "name": "github", - "url": "https://github.com/blockworks-foundation" - } - ], - "tags": [ - "defi", - "governance" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/MangoCzJ36AjZyKwVj3VnYU4GTonjfVEnJmvvWaxLac/logo.png b/blockchains/solana/assets/MangoCzJ36AjZyKwVj3VnYU4GTonjfVEnJmvvWaxLac/logo.png deleted file mode 100644 index 8cbfabd936958..0000000000000 Binary files a/blockchains/solana/assets/MangoCzJ36AjZyKwVj3VnYU4GTonjfVEnJmvvWaxLac/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/S3SQfD6RheMXQ3EEYn1Z5sJsbtwfXdt7tSAVXPQFtYo/info.json b/blockchains/solana/assets/S3SQfD6RheMXQ3EEYn1Z5sJsbtwfXdt7tSAVXPQFtYo/info.json deleted file mode 100644 index afc28199c3abe..0000000000000 --- a/blockchains/solana/assets/S3SQfD6RheMXQ3EEYn1Z5sJsbtwfXdt7tSAVXPQFtYo/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "ROSE (Portal)", - "type": "SPL", - "symbol": "ROSE", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://oasisprotocol.org/", - "explorer": "https://solscan.io/token/S3SQfD6RheMXQ3EEYn1Z5sJsbtwfXdt7tSAVXPQFtYo", - "status": "active", - "id": "S3SQfD6RheMXQ3EEYn1Z5sJsbtwfXdt7tSAVXPQFtYo", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/S3SQfD6RheMXQ3EEYn1Z5sJsbtwfXdt7tSAVXPQFtYo/logo.png b/blockchains/solana/assets/S3SQfD6RheMXQ3EEYn1Z5sJsbtwfXdt7tSAVXPQFtYo/logo.png deleted file mode 100644 index 32179bc3c3aad..0000000000000 Binary files a/blockchains/solana/assets/S3SQfD6RheMXQ3EEYn1Z5sJsbtwfXdt7tSAVXPQFtYo/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt/info.json b/blockchains/solana/assets/SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt/info.json deleted file mode 100644 index 119daf6dfad1a..0000000000000 --- a/blockchains/solana/assets/SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Serum", - "symbol": "SRM", - "type": "SPL", - "decimals": 6, - "description": "Serum is a decentralized exchange (DEX) and ecosystem that brings unprecedented speed and low transaction costs to decentralized finance. It is built on Solana and is completely permissionless.", - "website": "https://projectserum.com/", - "explorer": "https://solscan.io/token/SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt", - "status": "active", - "id": "SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/projectserum" - }, - { - "name": "telegram", - "url": "https://t.me/ProjectSerum" - }, - { - "name": "discord", - "url": "https://discord.com/invite/zxPsXcB" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt/logo.png b/blockchains/solana/assets/SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt/logo.png deleted file mode 100644 index bc7b770c38b8a..0000000000000 Binary files a/blockchains/solana/assets/SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/Saber2gLauYim4Mvftnrasomsv6NvAuncvMEZwcLpD1/info.json b/blockchains/solana/assets/Saber2gLauYim4Mvftnrasomsv6NvAuncvMEZwcLpD1/info.json deleted file mode 100644 index 6e6be6e1476c1..0000000000000 --- a/blockchains/solana/assets/Saber2gLauYim4Mvftnrasomsv6NvAuncvMEZwcLpD1/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Saber Protocol Token", - "type": "SPL", - "symbol": "SBR", - "decimals": 6, - "website": "https://saber.so/", - "description": "Saber is an automated market maker and liquidity pool on Solana designed for extremely efficient trading between similarly priced (pegged) assets, without an opportunity cost.", - "explorer": "https://solscan.io/token/Saber2gLauYim4Mvftnrasomsv6NvAuncvMEZwcLpD1", - "status": "active", - "id": "Saber2gLauYim4Mvftnrasomsv6NvAuncvMEZwcLpD1", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Saber_HQ" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/saber/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/Saber2gLauYim4Mvftnrasomsv6NvAuncvMEZwcLpD1/logo.png b/blockchains/solana/assets/Saber2gLauYim4Mvftnrasomsv6NvAuncvMEZwcLpD1/logo.png deleted file mode 100644 index 5068657ed4d9c..0000000000000 Binary files a/blockchains/solana/assets/Saber2gLauYim4Mvftnrasomsv6NvAuncvMEZwcLpD1/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/So11111111111111111111111111111111111111112/info.json b/blockchains/solana/assets/So11111111111111111111111111111111111111112/info.json deleted file mode 100644 index f9b4aa40f9724..0000000000000 --- a/blockchains/solana/assets/So11111111111111111111111111111111111111112/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Wrapped SOL", - "symbol": "SOL", - "type": "SPL", - "decimals": 9, - "description": "Solana is a decentralized blockchain built to enable scalable, user-friendly apps for the world.", - "website": "https://solana.com", - "explorer": "https://solscan.io/token/So11111111111111111111111111111111111111112", - "status": "active", - "id": "So11111111111111111111111111111111111111112", - "links": [ - { - "name": "github", - "url": "https://github.com/solana-labs/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/solana" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/So11111111111111111111111111111111111111112/logo.png b/blockchains/solana/assets/So11111111111111111111111111111111111111112/logo.png deleted file mode 100644 index 11959db766041..0000000000000 Binary files a/blockchains/solana/assets/So11111111111111111111111111111111111111112/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/StepAscQoEioFxxWGnh2sLBDFp9d8rvKz2Yp39iDpyT/info.json b/blockchains/solana/assets/StepAscQoEioFxxWGnh2sLBDFp9d8rvKz2Yp39iDpyT/info.json deleted file mode 100644 index 33c5ee8baeb1c..0000000000000 --- a/blockchains/solana/assets/StepAscQoEioFxxWGnh2sLBDFp9d8rvKz2Yp39iDpyT/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Step Finance", - "symbol": "STEP", - "type": "SPL", - "decimals": 9, - "description": "Step Finance is the front page of Solana. Visualise, Analyse, Execute and Aggregate transactions across all Solana contracts in one place. Step is a portfolio management dashboard and transaction aggregator where users can monitor their tokens associated with their wallets, LP positions, Staked Yield farms, Margin positions and more.", - "website": "https://step.finance/", - "explorer": "https://solscan.io/token/StepAscQoEioFxxWGnh2sLBDFp9d8rvKz2Yp39iDpyT", - "status": "active", - "id": "StepAscQoEioFxxWGnh2sLBDFp9d8rvKz2Yp39iDpyT", - "links": [ - { - "name": "discord", - "url": "https://discord.com/k5gMJUAEJe" - }, - { - "name": "twitter", - "url": "https://twitter.com/stepfinance_" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/step-finance" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/step-finance/" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/StepAscQoEioFxxWGnh2sLBDFp9d8rvKz2Yp39iDpyT/logo.png b/blockchains/solana/assets/StepAscQoEioFxxWGnh2sLBDFp9d8rvKz2Yp39iDpyT/logo.png deleted file mode 100644 index 79b3289fe69ac..0000000000000 Binary files a/blockchains/solana/assets/StepAscQoEioFxxWGnh2sLBDFp9d8rvKz2Yp39iDpyT/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/cxxShYRVcepDudXhe7U62QHvw8uBJoKFifmzggGKVC2/info.json b/blockchains/solana/assets/cxxShYRVcepDudXhe7U62QHvw8uBJoKFifmzggGKVC2/info.json deleted file mode 100644 index c2f7911bed395..0000000000000 --- a/blockchains/solana/assets/cxxShYRVcepDudXhe7U62QHvw8uBJoKFifmzggGKVC2/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "SolChicks", - "symbol": "CHICKS", - "type": "SPL", - "decimals": 9, - "description": "We built our game around adorable SolChick NFT collectibles, where players use their SolChicks as their characters in a unique gaming metaverse.", - "website": "https://www.solchicks.io/", - "explorer": "https://solscan.io/token/cxxShYRVcepDudXhe7U62QHvw8uBJoKFifmzggGKVC2", - "status": "active", - "id": "cxxShYRVcepDudXhe7U62QHvw8uBJoKFifmzggGKVC2", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SolChicksNFT" - }, - { - "name": "telegram", - "url": "https://t.me/solchicksnft" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/solchicks-token/" - } - ], - "tags": [ - "nft", - "gamefi" - ] -} diff --git a/blockchains/solana/assets/cxxShYRVcepDudXhe7U62QHvw8uBJoKFifmzggGKVC2/logo.png b/blockchains/solana/assets/cxxShYRVcepDudXhe7U62QHvw8uBJoKFifmzggGKVC2/logo.png deleted file mode 100644 index d26a493e8838e..0000000000000 Binary files a/blockchains/solana/assets/cxxShYRVcepDudXhe7U62QHvw8uBJoKFifmzggGKVC2/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/kinXdEcpDQeHPEuQnqmUgtYykqKGVFq6CeVX5iAHJq6/info.json b/blockchains/solana/assets/kinXdEcpDQeHPEuQnqmUgtYykqKGVFq6CeVX5iAHJq6/info.json deleted file mode 100644 index 4aa16dfdb838c..0000000000000 --- a/blockchains/solana/assets/kinXdEcpDQeHPEuQnqmUgtYykqKGVFq6CeVX5iAHJq6/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Kin", - "symbol": "KIN", - "type": "SPL", - "decimals": 5, - "description": "Kin gives everyone skin in the game – making it easy for apps and brands to reward users and create exciting experiences with cryptocurrency.", - "website": "https://www.kin.org/", - "explorer": "https://solscan.io/token/kinXdEcpDQeHPEuQnqmUgtYykqKGVFq6CeVX5iAHJq6", - "status": "active", - "id": "kinXdEcpDQeHPEuQnqmUgtYykqKGVFq6CeVX5iAHJq6", - "links": [ - { - "name": "blog", - "url": "https://kin.org/news" - }, - { - "name": "twitter", - "url": "https://twitter.com/kin_ecosystem" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/kin" - }, - { - "name": "whitepaper", - "url": "https://kin.org/whitepaper" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/kin" - } - ] -} diff --git a/blockchains/solana/assets/kinXdEcpDQeHPEuQnqmUgtYykqKGVFq6CeVX5iAHJq6/logo.png b/blockchains/solana/assets/kinXdEcpDQeHPEuQnqmUgtYykqKGVFq6CeVX5iAHJq6/logo.png deleted file mode 100644 index 7a8a6eab1deeb..0000000000000 Binary files a/blockchains/solana/assets/kinXdEcpDQeHPEuQnqmUgtYykqKGVFq6CeVX5iAHJq6/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So/info.json b/blockchains/solana/assets/mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So/info.json deleted file mode 100644 index 2ba5b0115d52f..0000000000000 --- a/blockchains/solana/assets/mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Marinade staked", - "symbol": "mSOL", - "type": "SPL", - "decimals": 9, - "description": "Marinade.finance is a liquid staking protocol built on Solana.", - "website": "https://marinade.finance/", - "explorer": "https://solscan.io/token/mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So", - "status": "active", - "id": "mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So", - "links": [ - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/marinade-staked-sol" - }, - { - "name": "twitter", - "url": "https://twitter.com/MarinadeFinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So/logo.png b/blockchains/solana/assets/mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So/logo.png deleted file mode 100644 index 3878dfca47de0..0000000000000 Binary files a/blockchains/solana/assets/mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/nRtfwU9G82CSHhHGJNxFhtn7FLvWP2rqvQvje1WtL69/info.json b/blockchains/solana/assets/nRtfwU9G82CSHhHGJNxFhtn7FLvWP2rqvQvje1WtL69/info.json deleted file mode 100644 index bd315f347768e..0000000000000 --- a/blockchains/solana/assets/nRtfwU9G82CSHhHGJNxFhtn7FLvWP2rqvQvje1WtL69/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Celsius (Portal)", - "type": "SPL", - "symbol": "CEL", - "decimals": 4, - "description": "Cross Chain Portal Bridged Token", - "website": "https://celsius.network/", - "explorer": "https://solscan.io/token/nRtfwU9G82CSHhHGJNxFhtn7FLvWP2rqvQvje1WtL69", - "status": "active", - "id": "nRtfwU9G82CSHhHGJNxFhtn7FLvWP2rqvQvje1WtL69", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/nRtfwU9G82CSHhHGJNxFhtn7FLvWP2rqvQvje1WtL69/logo.png b/blockchains/solana/assets/nRtfwU9G82CSHhHGJNxFhtn7FLvWP2rqvQvje1WtL69/logo.png deleted file mode 100644 index 2cad0a2f225ea..0000000000000 Binary files a/blockchains/solana/assets/nRtfwU9G82CSHhHGJNxFhtn7FLvWP2rqvQvje1WtL69/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/orcaEKTdK7LKz57vaAYr9QeNsVEPfiu6QeMU1kektZE/info.json b/blockchains/solana/assets/orcaEKTdK7LKz57vaAYr9QeNsVEPfiu6QeMU1kektZE/info.json deleted file mode 100644 index 12f74e30f7fa8..0000000000000 --- a/blockchains/solana/assets/orcaEKTdK7LKz57vaAYr9QeNsVEPfiu6QeMU1kektZE/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Orca", - "symbol": "ORCA", - "type": "SPL", - "decimals": 6, - "description": "Orca is the easiest place to exchange cryptocurrency on Solana.", - "website": "https://orca.so/", - "explorer": "https://solscan.io/token/orcaEKTdK7LKz57vaAYr9QeNsVEPfiu6QeMU1kektZE", - "status": "active", - "id": "orcaEKTdK7LKz57vaAYr9QeNsVEPfiu6QeMU1kektZE", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/orca_so" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/orca/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/orca" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/orcaEKTdK7LKz57vaAYr9QeNsVEPfiu6QeMU1kektZE/logo.png b/blockchains/solana/assets/orcaEKTdK7LKz57vaAYr9QeNsVEPfiu6QeMU1kektZE/logo.png deleted file mode 100644 index 4964935e072a6..0000000000000 Binary files a/blockchains/solana/assets/orcaEKTdK7LKz57vaAYr9QeNsVEPfiu6QeMU1kektZE/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/poLisWXnNRwC6oBu1vHiuKQzFjGL4XDSu4g9qjz9qVk/info.json b/blockchains/solana/assets/poLisWXnNRwC6oBu1vHiuKQzFjGL4XDSu4g9qjz9qVk/info.json deleted file mode 100644 index b0a7a86221b34..0000000000000 --- a/blockchains/solana/assets/poLisWXnNRwC6oBu1vHiuKQzFjGL4XDSu4g9qjz9qVk/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Star Atlas DAO", - "symbol": "POLIS", - "type": "SPL", - "decimals": 8, - "description": "Star Atlas is a virtual gaming metaverse based in the year 2620", - "website": "https://staratlas.com/", - "explorer": "https://solscan.io/token/poLisWXnNRwC6oBu1vHiuKQzFjGL4XDSu4g9qjz9qVk", - "status": "active", - "id": "poLisWXnNRwC6oBu1vHiuKQzFjGL4XDSu4g9qjz9qVk", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/staratlas" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/star-atlas/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/star-atlas" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/poLisWXnNRwC6oBu1vHiuKQzFjGL4XDSu4g9qjz9qVk/logo.png b/blockchains/solana/assets/poLisWXnNRwC6oBu1vHiuKQzFjGL4XDSu4g9qjz9qVk/logo.png deleted file mode 100644 index 08f167a71a616..0000000000000 Binary files a/blockchains/solana/assets/poLisWXnNRwC6oBu1vHiuKQzFjGL4XDSu4g9qjz9qVk/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/xnorPhAzWXUczCP3KjU5yDxmKKZi5cSbxytQ1LgE3kG/info.json b/blockchains/solana/assets/xnorPhAzWXUczCP3KjU5yDxmKKZi5cSbxytQ1LgE3kG/info.json deleted file mode 100644 index 0ba223a281695..0000000000000 --- a/blockchains/solana/assets/xnorPhAzWXUczCP3KjU5yDxmKKZi5cSbxytQ1LgE3kG/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Serum (Portal from Ethereum)", - "type": "SPL", - "symbol": "SRMet", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://projectserum.com/", - "explorer": "https://solscan.io/token/xnorPhAzWXUczCP3KjU5yDxmKKZi5cSbxytQ1LgE3kG", - "status": "active", - "id": "xnorPhAzWXUczCP3KjU5yDxmKKZi5cSbxytQ1LgE3kG", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/xnorPhAzWXUczCP3KjU5yDxmKKZi5cSbxytQ1LgE3kG/logo.png b/blockchains/solana/assets/xnorPhAzWXUczCP3KjU5yDxmKKZi5cSbxytQ1LgE3kG/logo.png deleted file mode 100644 index 5657a6ff93b8a..0000000000000 Binary files a/blockchains/solana/assets/xnorPhAzWXUczCP3KjU5yDxmKKZi5cSbxytQ1LgE3kG/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/xxxxa1sKNGwFtw2kFn8XauW9xq8hBZ5kVtcSesTT9fW/info.json b/blockchains/solana/assets/xxxxa1sKNGwFtw2kFn8XauW9xq8hBZ5kVtcSesTT9fW/info.json deleted file mode 100644 index 97260480dd92b..0000000000000 --- a/blockchains/solana/assets/xxxxa1sKNGwFtw2kFn8XauW9xq8hBZ5kVtcSesTT9fW/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Solanium", - "symbol": "SLIM", - "type": "SPL", - "decimals": 6, - "description": "Decentralized fundraising and trading platform on the Solana blockchain.", - "website": "https://solanium.io", - "explorer": "https://solscan.io/token/xxxxa1sKNGwFtw2kFn8XauW9xq8hBZ5kVtcSesTT9fW", - "status": "active", - "id": "xxxxa1sKNGwFtw2kFn8XauW9xq8hBZ5kVtcSesTT9fW" -} \ No newline at end of file diff --git a/blockchains/solana/assets/xxxxa1sKNGwFtw2kFn8XauW9xq8hBZ5kVtcSesTT9fW/logo.png b/blockchains/solana/assets/xxxxa1sKNGwFtw2kFn8XauW9xq8hBZ5kVtcSesTT9fW/logo.png deleted file mode 100644 index e010d60da8b8d..0000000000000 Binary files a/blockchains/solana/assets/xxxxa1sKNGwFtw2kFn8XauW9xq8hBZ5kVtcSesTT9fW/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/z3dn17yLaGMKffVogeFHQ9zWVcXgqgf3PQnDsNs2g6M/info.json b/blockchains/solana/assets/z3dn17yLaGMKffVogeFHQ9zWVcXgqgf3PQnDsNs2g6M/info.json deleted file mode 100644 index 69f478ae16037..0000000000000 --- a/blockchains/solana/assets/z3dn17yLaGMKffVogeFHQ9zWVcXgqgf3PQnDsNs2g6M/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Oxygen Protocol", - "symbol": "OXY", - "type": "SPL", - "decimals": 6, - "description": "The OXY token powers the Oxygen Protocol, governing it and 100% of its revenue", - "website": "https://www.oxygen.org/", - "explorer": "https://solscan.io/token/z3dn17yLaGMKffVogeFHQ9zWVcXgqgf3PQnDsNs2g6M", - "status": "active", - "id": "z3dn17yLaGMKffVogeFHQ9zWVcXgqgf3PQnDsNs2g6M", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/oxygen_protocol" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/oxygen/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/oxygen" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/z3dn17yLaGMKffVogeFHQ9zWVcXgqgf3PQnDsNs2g6M/logo.png b/blockchains/solana/assets/z3dn17yLaGMKffVogeFHQ9zWVcXgqgf3PQnDsNs2g6M/logo.png deleted file mode 100644 index b97bd76fb1a25..0000000000000 Binary files a/blockchains/solana/assets/z3dn17yLaGMKffVogeFHQ9zWVcXgqgf3PQnDsNs2g6M/logo.png and /dev/null differ diff --git a/blockchains/solana/assets/zebeczgi5fSEtbpfQKVZKCJ3WgYXxjkMUkNNx7fLKAF/info.json b/blockchains/solana/assets/zebeczgi5fSEtbpfQKVZKCJ3WgYXxjkMUkNNx7fLKAF/info.json deleted file mode 100644 index bedce8f8cce51..0000000000000 --- a/blockchains/solana/assets/zebeczgi5fSEtbpfQKVZKCJ3WgYXxjkMUkNNx7fLKAF/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "ZEBEC", - "type": "SPL", - "symbol": "ZBC", - "decimals": 9, - "website": "https://zebec.io/", - "description": "Zebec is enabling composable transfer of value starting with Zebec Payroll. Zebec Safe is fully customizable multi-sig on Solana.", - "explorer": "https://solscan.io/token/zebeczgi5fSEtbpfQKVZKCJ3WgYXxjkMUkNNx7fLKAF", - "status": "active", - "id": "zebeczgi5fSEtbpfQKVZKCJ3WgYXxjkMUkNNx7fLKAF", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/Zebec_HQ" - }, - { - "name": "telegram", - "url": "https://t.me/zebecprotocol" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/zebec-protocol/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/solana/assets/zebeczgi5fSEtbpfQKVZKCJ3WgYXxjkMUkNNx7fLKAF/logo.png b/blockchains/solana/assets/zebeczgi5fSEtbpfQKVZKCJ3WgYXxjkMUkNNx7fLKAF/logo.png deleted file mode 100644 index 2a6c1f2c39e96..0000000000000 Binary files a/blockchains/solana/assets/zebeczgi5fSEtbpfQKVZKCJ3WgYXxjkMUkNNx7fLKAF/logo.png and /dev/null differ diff --git a/blockchains/solana/info/info.json b/blockchains/solana/info/info.json deleted file mode 100644 index 7a7ebbef00ac9..0000000000000 --- a/blockchains/solana/info/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Solana", - "website": "https://solana.com/", - "description": "Solana is the worlds most performant blockchain in the world at 710k transactions per second. 710k TPS is achieved by encoding the passage of time as data.", - "explorer": "https://explorer.solana.com/", - "research": "https://research.binance.com/en/projects/solana", - "symbol": "SOL", - "type": "coin", - "decimals": 9, - "status": "active", - "tags": [ - "staking-native" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/solana-labs" - }, - { - "name": "twitter", - "url": "https://twitter.com/solana" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/solana" - }, - { - "name": "whitepaper", - "url": "https://github.com/solana-labs/whitepaper" - } - ] -} \ No newline at end of file diff --git a/blockchains/solana/info/logo.png b/blockchains/solana/info/logo.png deleted file mode 100644 index a6a429ad389c0..0000000000000 Binary files a/blockchains/solana/info/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/1234LB7uvDC23rdCQoK8C3jNwnovUNyeKxz8wC3dghJ5/logo.png b/blockchains/solana/validators/assets/1234LB7uvDC23rdCQoK8C3jNwnovUNyeKxz8wC3dghJ5/logo.png deleted file mode 100644 index ed7f2ea12e559..0000000000000 Binary files a/blockchains/solana/validators/assets/1234LB7uvDC23rdCQoK8C3jNwnovUNyeKxz8wC3dghJ5/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/2Y2opv8Kq8zFATg6ipqb2AjgCf18tkv1CLMLXQGif2NH/logo.png b/blockchains/solana/validators/assets/2Y2opv8Kq8zFATg6ipqb2AjgCf18tkv1CLMLXQGif2NH/logo.png deleted file mode 100644 index 70ee36d1bc856..0000000000000 Binary files a/blockchains/solana/validators/assets/2Y2opv8Kq8zFATg6ipqb2AjgCf18tkv1CLMLXQGif2NH/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/2het6nBRLq9LLZER8fqUEk7j5pbLxq2mVGqSse2nS3tf/logo.png b/blockchains/solana/validators/assets/2het6nBRLq9LLZER8fqUEk7j5pbLxq2mVGqSse2nS3tf/logo.png deleted file mode 100644 index b138476a1d519..0000000000000 Binary files a/blockchains/solana/validators/assets/2het6nBRLq9LLZER8fqUEk7j5pbLxq2mVGqSse2nS3tf/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/3r5ZXC1yFqMmk8VwDdUJbEdPmZ8KZvEkzd5ThEYRetTk/logo.png b/blockchains/solana/validators/assets/3r5ZXC1yFqMmk8VwDdUJbEdPmZ8KZvEkzd5ThEYRetTk/logo.png deleted file mode 100644 index 35b7d2c02aa7e..0000000000000 Binary files a/blockchains/solana/validators/assets/3r5ZXC1yFqMmk8VwDdUJbEdPmZ8KZvEkzd5ThEYRetTk/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/49DJjUX3cwFvaZD5rCAwubiz7qdRWDez9xmB381XdHru/logo.png b/blockchains/solana/validators/assets/49DJjUX3cwFvaZD5rCAwubiz7qdRWDez9xmB381XdHru/logo.png deleted file mode 100644 index f15a416f9642a..0000000000000 Binary files a/blockchains/solana/validators/assets/49DJjUX3cwFvaZD5rCAwubiz7qdRWDez9xmB381XdHru/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/4PsiLMyoUQ7QRn1FFiFCvej4hsUTFzfvJnyN4bj1tmSN/logo.png b/blockchains/solana/validators/assets/4PsiLMyoUQ7QRn1FFiFCvej4hsUTFzfvJnyN4bj1tmSN/logo.png deleted file mode 100644 index 7d9d74321268b..0000000000000 Binary files a/blockchains/solana/validators/assets/4PsiLMyoUQ7QRn1FFiFCvej4hsUTFzfvJnyN4bj1tmSN/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/51JBzSTU5rAM8gLAVQKgp4WoZerQcSqWC7BitBzgUNAm/logo.png b/blockchains/solana/validators/assets/51JBzSTU5rAM8gLAVQKgp4WoZerQcSqWC7BitBzgUNAm/logo.png deleted file mode 100644 index 59190cd8870c3..0000000000000 Binary files a/blockchains/solana/validators/assets/51JBzSTU5rAM8gLAVQKgp4WoZerQcSqWC7BitBzgUNAm/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/6F5xdRXh2W3B2vhte12VG79JVUkUSLYrHydGX1SAadfZ/logo.png b/blockchains/solana/validators/assets/6F5xdRXh2W3B2vhte12VG79JVUkUSLYrHydGX1SAadfZ/logo.png deleted file mode 100644 index 2bd3a1e2d4571..0000000000000 Binary files a/blockchains/solana/validators/assets/6F5xdRXh2W3B2vhte12VG79JVUkUSLYrHydGX1SAadfZ/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/6UDU4Z9TTbYy8gcRKBd7RX3Lm2qMsSR4PMuzoyYPzLma/logo.png b/blockchains/solana/validators/assets/6UDU4Z9TTbYy8gcRKBd7RX3Lm2qMsSR4PMuzoyYPzLma/logo.png deleted file mode 100644 index e136c7625f1e6..0000000000000 Binary files a/blockchains/solana/validators/assets/6UDU4Z9TTbYy8gcRKBd7RX3Lm2qMsSR4PMuzoyYPzLma/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/6hTLQ5HSdWcpZkbXmZxXaGjCgTh7zh8UeWKWKgGE1BPp/logo.png b/blockchains/solana/validators/assets/6hTLQ5HSdWcpZkbXmZxXaGjCgTh7zh8UeWKWKgGE1BPp/logo.png deleted file mode 100644 index d263de358fbf2..0000000000000 Binary files a/blockchains/solana/validators/assets/6hTLQ5HSdWcpZkbXmZxXaGjCgTh7zh8UeWKWKgGE1BPp/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/76nwV8zz8tLz97SBRXH6uwHvgHXtqJDLQfF66jZhQ857/logo.png b/blockchains/solana/validators/assets/76nwV8zz8tLz97SBRXH6uwHvgHXtqJDLQfF66jZhQ857/logo.png deleted file mode 100644 index c5be095b9f893..0000000000000 Binary files a/blockchains/solana/validators/assets/76nwV8zz8tLz97SBRXH6uwHvgHXtqJDLQfF66jZhQ857/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/7Hs9z4qsGCbQE9cy2aqgsvWupeZZGiKJgeb1eG4ZKYUH/logo.png b/blockchains/solana/validators/assets/7Hs9z4qsGCbQE9cy2aqgsvWupeZZGiKJgeb1eG4ZKYUH/logo.png deleted file mode 100644 index 2a36495cb3de4..0000000000000 Binary files a/blockchains/solana/validators/assets/7Hs9z4qsGCbQE9cy2aqgsvWupeZZGiKJgeb1eG4ZKYUH/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/7PmWxxiTneGteGxEYvzj5pGDVMQ4nuN9DfUypEXmaA8o/logo.png b/blockchains/solana/validators/assets/7PmWxxiTneGteGxEYvzj5pGDVMQ4nuN9DfUypEXmaA8o/logo.png deleted file mode 100644 index 9b3d43570e25e..0000000000000 Binary files a/blockchains/solana/validators/assets/7PmWxxiTneGteGxEYvzj5pGDVMQ4nuN9DfUypEXmaA8o/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/7VGU4ZwR1e1AFekqbqv2gvjeg47e1PwMPm4BfLt6rxNk/logo.png b/blockchains/solana/validators/assets/7VGU4ZwR1e1AFekqbqv2gvjeg47e1PwMPm4BfLt6rxNk/logo.png deleted file mode 100644 index 302d4850a64a6..0000000000000 Binary files a/blockchains/solana/validators/assets/7VGU4ZwR1e1AFekqbqv2gvjeg47e1PwMPm4BfLt6rxNk/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/9GJmEHGom9eWo4np4L5vC6b6ri1Df2xN8KFoWixvD1Bs/logo.png b/blockchains/solana/validators/assets/9GJmEHGom9eWo4np4L5vC6b6ri1Df2xN8KFoWixvD1Bs/logo.png deleted file mode 100644 index e0ccebf5423bb..0000000000000 Binary files a/blockchains/solana/validators/assets/9GJmEHGom9eWo4np4L5vC6b6ri1Df2xN8KFoWixvD1Bs/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/9QU2QSxhb24FUX3Tu2FpczXjpK3VYrvRudywSZaM29mF/logo.png b/blockchains/solana/validators/assets/9QU2QSxhb24FUX3Tu2FpczXjpK3VYrvRudywSZaM29mF/logo.png deleted file mode 100644 index 4d54781ca00c3..0000000000000 Binary files a/blockchains/solana/validators/assets/9QU2QSxhb24FUX3Tu2FpczXjpK3VYrvRudywSZaM29mF/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/9iEFfC6qCU6DBTWxL84YQdpNmpZ9yBBu4sW62yeiEVKe/logo.png b/blockchains/solana/validators/assets/9iEFfC6qCU6DBTWxL84YQdpNmpZ9yBBu4sW62yeiEVKe/logo.png deleted file mode 100644 index 6ad790a909227..0000000000000 Binary files a/blockchains/solana/validators/assets/9iEFfC6qCU6DBTWxL84YQdpNmpZ9yBBu4sW62yeiEVKe/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/9sWYTuuR4s12Q4SuSfo5CfWaFggQwA6Z8pf8dWowN5rk/logo.png b/blockchains/solana/validators/assets/9sWYTuuR4s12Q4SuSfo5CfWaFggQwA6Z8pf8dWowN5rk/logo.png deleted file mode 100644 index 1d58ec5a5b766..0000000000000 Binary files a/blockchains/solana/validators/assets/9sWYTuuR4s12Q4SuSfo5CfWaFggQwA6Z8pf8dWowN5rk/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/9tedbEYypEKXAMkHcg42rn3fXY1B8hB6cdE3ZTFouXLL/logo.png b/blockchains/solana/validators/assets/9tedbEYypEKXAMkHcg42rn3fXY1B8hB6cdE3ZTFouXLL/logo.png deleted file mode 100644 index b3f18138e3c98..0000000000000 Binary files a/blockchains/solana/validators/assets/9tedbEYypEKXAMkHcg42rn3fXY1B8hB6cdE3ZTFouXLL/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/9v5gci7uDiaGKRmQ2dn6WJMB94YqFaVFBTiFzBzNhyaw/logo.png b/blockchains/solana/validators/assets/9v5gci7uDiaGKRmQ2dn6WJMB94YqFaVFBTiFzBzNhyaw/logo.png deleted file mode 100644 index 0ab4006eb2f94..0000000000000 Binary files a/blockchains/solana/validators/assets/9v5gci7uDiaGKRmQ2dn6WJMB94YqFaVFBTiFzBzNhyaw/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/AGXZemZbyZjz5NBhufcob2pf8AXnr9HaGFUGNCfooWrB/logo.png b/blockchains/solana/validators/assets/AGXZemZbyZjz5NBhufcob2pf8AXnr9HaGFUGNCfooWrB/logo.png deleted file mode 100644 index c89763c13daf2..0000000000000 Binary files a/blockchains/solana/validators/assets/AGXZemZbyZjz5NBhufcob2pf8AXnr9HaGFUGNCfooWrB/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/AS3nKBQfKs8fJ8ncyHrdvo4FDT6S8HMRhD75JjCcyr1t/logo.png b/blockchains/solana/validators/assets/AS3nKBQfKs8fJ8ncyHrdvo4FDT6S8HMRhD75JjCcyr1t/logo.png deleted file mode 100644 index 6bc191071623d..0000000000000 Binary files a/blockchains/solana/validators/assets/AS3nKBQfKs8fJ8ncyHrdvo4FDT6S8HMRhD75JjCcyr1t/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/BH7asDZbKkTmT3UWiNfmMVRgQEEpXoVThGPmQfgWwDhg/logo.png b/blockchains/solana/validators/assets/BH7asDZbKkTmT3UWiNfmMVRgQEEpXoVThGPmQfgWwDhg/logo.png deleted file mode 100644 index dac9370d4116a..0000000000000 Binary files a/blockchains/solana/validators/assets/BH7asDZbKkTmT3UWiNfmMVRgQEEpXoVThGPmQfgWwDhg/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/BmMVRAVef2qmJ1tJpG3JwRUtnfEiTbvDw9ZeFEi4wE7D/logo.png b/blockchains/solana/validators/assets/BmMVRAVef2qmJ1tJpG3JwRUtnfEiTbvDw9ZeFEi4wE7D/logo.png deleted file mode 100644 index 0f6305d87f6e5..0000000000000 Binary files a/blockchains/solana/validators/assets/BmMVRAVef2qmJ1tJpG3JwRUtnfEiTbvDw9ZeFEi4wE7D/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/BxFf75Vtzro2Hy3coFHKxFMZo5au8W7J8BmLC3gCMotU/logo.png b/blockchains/solana/validators/assets/BxFf75Vtzro2Hy3coFHKxFMZo5au8W7J8BmLC3gCMotU/logo.png deleted file mode 100644 index 13373936da94c..0000000000000 Binary files a/blockchains/solana/validators/assets/BxFf75Vtzro2Hy3coFHKxFMZo5au8W7J8BmLC3gCMotU/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/CAf8jfgqhia5VNrEF4A7Y9VLD3numMq9DVSceq7cPhNY/logo.png b/blockchains/solana/validators/assets/CAf8jfgqhia5VNrEF4A7Y9VLD3numMq9DVSceq7cPhNY/logo.png deleted file mode 100644 index 8c9e86cb89e13..0000000000000 Binary files a/blockchains/solana/validators/assets/CAf8jfgqhia5VNrEF4A7Y9VLD3numMq9DVSceq7cPhNY/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/CRzMxdyS56N2vkb55X5q155sSdVkjZhiFedWcbscCf7K/logo.png b/blockchains/solana/validators/assets/CRzMxdyS56N2vkb55X5q155sSdVkjZhiFedWcbscCf7K/logo.png deleted file mode 100644 index 7d65f4ce18a5f..0000000000000 Binary files a/blockchains/solana/validators/assets/CRzMxdyS56N2vkb55X5q155sSdVkjZhiFedWcbscCf7K/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/CcaHc2L43ZWjwCHART3oZoJvHLAe9hzT2DJNUpBzoTN1/logo.png b/blockchains/solana/validators/assets/CcaHc2L43ZWjwCHART3oZoJvHLAe9hzT2DJNUpBzoTN1/logo.png deleted file mode 100644 index 5ed55497ae1d1..0000000000000 Binary files a/blockchains/solana/validators/assets/CcaHc2L43ZWjwCHART3oZoJvHLAe9hzT2DJNUpBzoTN1/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/CertusDeBmqN8ZawdkxK5kFGMwBXdudvWHYwtNgNhvLu/logo.png b/blockchains/solana/validators/assets/CertusDeBmqN8ZawdkxK5kFGMwBXdudvWHYwtNgNhvLu/logo.png deleted file mode 100644 index 52afb073a4dca..0000000000000 Binary files a/blockchains/solana/validators/assets/CertusDeBmqN8ZawdkxK5kFGMwBXdudvWHYwtNgNhvLu/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/Chorus6Kis8tFHA7AowrPMcRJk3LbApHTYpgSNXzY5KE/logo.png b/blockchains/solana/validators/assets/Chorus6Kis8tFHA7AowrPMcRJk3LbApHTYpgSNXzY5KE/logo.png deleted file mode 100644 index 7d1021cca7488..0000000000000 Binary files a/blockchains/solana/validators/assets/Chorus6Kis8tFHA7AowrPMcRJk3LbApHTYpgSNXzY5KE/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/CogentC52e7kktFfWHwsqSmr8LiS1yAtfqhHcftCPcBJ/logo.png b/blockchains/solana/validators/assets/CogentC52e7kktFfWHwsqSmr8LiS1yAtfqhHcftCPcBJ/logo.png deleted file mode 100644 index 146d4e4e0a20d..0000000000000 Binary files a/blockchains/solana/validators/assets/CogentC52e7kktFfWHwsqSmr8LiS1yAtfqhHcftCPcBJ/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/D1J7k7WouxgwzCfPN5qnW7TSmCTNqgNxWhjAxq62UK8U/logo.png b/blockchains/solana/validators/assets/D1J7k7WouxgwzCfPN5qnW7TSmCTNqgNxWhjAxq62UK8U/logo.png deleted file mode 100644 index 95674f5ffbf9a..0000000000000 Binary files a/blockchains/solana/validators/assets/D1J7k7WouxgwzCfPN5qnW7TSmCTNqgNxWhjAxq62UK8U/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/D3DfFvmLBKkX9JJNEpJRXpM1pYTVPQ5dpPQRc9F49xk4/logo.png b/blockchains/solana/validators/assets/D3DfFvmLBKkX9JJNEpJRXpM1pYTVPQ5dpPQRc9F49xk4/logo.png deleted file mode 100644 index 2df0ac0e900df..0000000000000 Binary files a/blockchains/solana/validators/assets/D3DfFvmLBKkX9JJNEpJRXpM1pYTVPQ5dpPQRc9F49xk4/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/DP3iT6AXJxWsn5pR1ik13vchaTeeyr3fqXFTeysxrXtv/logo.png b/blockchains/solana/validators/assets/DP3iT6AXJxWsn5pR1ik13vchaTeeyr3fqXFTeysxrXtv/logo.png deleted file mode 100644 index 71ecba0f965b2..0000000000000 Binary files a/blockchains/solana/validators/assets/DP3iT6AXJxWsn5pR1ik13vchaTeeyr3fqXFTeysxrXtv/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/DQ7D6ZRtKbBSxCcAunEkoTzQhCBKLPdzTjPRRnM6wo1f/logo.png b/blockchains/solana/validators/assets/DQ7D6ZRtKbBSxCcAunEkoTzQhCBKLPdzTjPRRnM6wo1f/logo.png deleted file mode 100644 index 1778783f6c8fa..0000000000000 Binary files a/blockchains/solana/validators/assets/DQ7D6ZRtKbBSxCcAunEkoTzQhCBKLPdzTjPRRnM6wo1f/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/DumiCKHVqoCQKD8roLApzR5Fit8qGV5fVQsJV9sTZk4a/logo.png b/blockchains/solana/validators/assets/DumiCKHVqoCQKD8roLApzR5Fit8qGV5fVQsJV9sTZk4a/logo.png deleted file mode 100644 index cb7a4941b3d11..0000000000000 Binary files a/blockchains/solana/validators/assets/DumiCKHVqoCQKD8roLApzR5Fit8qGV5fVQsJV9sTZk4a/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/EARNynHRWg6GfyJCmrrizcZxARB3HVzcaasvNa8kBS72/logo.png b/blockchains/solana/validators/assets/EARNynHRWg6GfyJCmrrizcZxARB3HVzcaasvNa8kBS72/logo.png deleted file mode 100644 index 592073ac99758..0000000000000 Binary files a/blockchains/solana/validators/assets/EARNynHRWg6GfyJCmrrizcZxARB3HVzcaasvNa8kBS72/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/EFEKcHrUBsRoQkuTSJAQNZnj1u8h9oE4LoCYerednc3F/logo.png b/blockchains/solana/validators/assets/EFEKcHrUBsRoQkuTSJAQNZnj1u8h9oE4LoCYerednc3F/logo.png deleted file mode 100644 index 3c29ee005d51c..0000000000000 Binary files a/blockchains/solana/validators/assets/EFEKcHrUBsRoQkuTSJAQNZnj1u8h9oE4LoCYerednc3F/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/EPWrFd8jJ4SLA1YtcZcRAsAMxmnikSVqbumerCq5yV6z/logo.png b/blockchains/solana/validators/assets/EPWrFd8jJ4SLA1YtcZcRAsAMxmnikSVqbumerCq5yV6z/logo.png deleted file mode 100644 index 145cb3cb09913..0000000000000 Binary files a/blockchains/solana/validators/assets/EPWrFd8jJ4SLA1YtcZcRAsAMxmnikSVqbumerCq5yV6z/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/FKsC411dik9ktS6xPADxs4Fk2SCENvAiuccQHLAPndvk/logo.png b/blockchains/solana/validators/assets/FKsC411dik9ktS6xPADxs4Fk2SCENvAiuccQHLAPndvk/logo.png deleted file mode 100644 index 4eeb197fecb62..0000000000000 Binary files a/blockchains/solana/validators/assets/FKsC411dik9ktS6xPADxs4Fk2SCENvAiuccQHLAPndvk/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/GB44NXtM7zGm6QnzQjzHZcRKSswkJbox8aJsKiXGbFJr/logo.png b/blockchains/solana/validators/assets/GB44NXtM7zGm6QnzQjzHZcRKSswkJbox8aJsKiXGbFJr/logo.png deleted file mode 100644 index 3eef671e0e317..0000000000000 Binary files a/blockchains/solana/validators/assets/GB44NXtM7zGm6QnzQjzHZcRKSswkJbox8aJsKiXGbFJr/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/GMpKrAwQ9oa4sJqEYQezLr8Z2TUAU72tXD4iMyfoJjbh/logo.png b/blockchains/solana/validators/assets/GMpKrAwQ9oa4sJqEYQezLr8Z2TUAU72tXD4iMyfoJjbh/logo.png deleted file mode 100644 index 034236f39258c..0000000000000 Binary files a/blockchains/solana/validators/assets/GMpKrAwQ9oa4sJqEYQezLr8Z2TUAU72tXD4iMyfoJjbh/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/GhKEDkvGkf2kceG45ppzqnPD6BPXi1PyW1xGNWJdh5QW/logo.png b/blockchains/solana/validators/assets/GhKEDkvGkf2kceG45ppzqnPD6BPXi1PyW1xGNWJdh5QW/logo.png deleted file mode 100644 index f7d9569610b69..0000000000000 Binary files a/blockchains/solana/validators/assets/GhKEDkvGkf2kceG45ppzqnPD6BPXi1PyW1xGNWJdh5QW/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/GvZEwtCHZ7YtCkQCaLRVEXsyVvQkRDhJhQgB6akPme1e/logo.png b/blockchains/solana/validators/assets/GvZEwtCHZ7YtCkQCaLRVEXsyVvQkRDhJhQgB6akPme1e/logo.png deleted file mode 100644 index d263de358fbf2..0000000000000 Binary files a/blockchains/solana/validators/assets/GvZEwtCHZ7YtCkQCaLRVEXsyVvQkRDhJhQgB6akPme1e/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/H3GhqPMwvGLdxWg3QJGjXDSkFSJCsFk3Wx9XBTdYZykc/logo.png b/blockchains/solana/validators/assets/H3GhqPMwvGLdxWg3QJGjXDSkFSJCsFk3Wx9XBTdYZykc/logo.png deleted file mode 100644 index 6c8fa62301c62..0000000000000 Binary files a/blockchains/solana/validators/assets/H3GhqPMwvGLdxWg3QJGjXDSkFSJCsFk3Wx9XBTdYZykc/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/LunaFpQkZsZVJL2P2BUqNDJqyVYqrw9buQnjQtMLXdK/logo.png b/blockchains/solana/validators/assets/LunaFpQkZsZVJL2P2BUqNDJqyVYqrw9buQnjQtMLXdK/logo.png deleted file mode 100644 index a73cfede98c4b..0000000000000 Binary files a/blockchains/solana/validators/assets/LunaFpQkZsZVJL2P2BUqNDJqyVYqrw9buQnjQtMLXdK/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/PUmpKiNnSVAZ3w4KaFX6jKSjXUNHFShGkXbERo54xjb/logo.png b/blockchains/solana/validators/assets/PUmpKiNnSVAZ3w4KaFX6jKSjXUNHFShGkXbERo54xjb/logo.png deleted file mode 100644 index ac09c895c929f..0000000000000 Binary files a/blockchains/solana/validators/assets/PUmpKiNnSVAZ3w4KaFX6jKSjXUNHFShGkXbERo54xjb/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/SFund7s2YPS7iCu7W2TobbuQEpVEAv9ZU7zHKiN1Gow/logo.png b/blockchains/solana/validators/assets/SFund7s2YPS7iCu7W2TobbuQEpVEAv9ZU7zHKiN1Gow/logo.png deleted file mode 100644 index a349d55ecd40e..0000000000000 Binary files a/blockchains/solana/validators/assets/SFund7s2YPS7iCu7W2TobbuQEpVEAv9ZU7zHKiN1Gow/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/ateamaZDqNWDztxnVKZhRsp4ac53KvT1rVKyU5LnL6o/logo.png b/blockchains/solana/validators/assets/ateamaZDqNWDztxnVKZhRsp4ac53KvT1rVKyU5LnL6o/logo.png deleted file mode 100644 index 7fe8f539c1673..0000000000000 Binary files a/blockchains/solana/validators/assets/ateamaZDqNWDztxnVKZhRsp4ac53KvT1rVKyU5LnL6o/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/beefKGBWeSpHzYBHZXwp5So7wdQGX6mu4ZHCsH3uTar/logo.png b/blockchains/solana/validators/assets/beefKGBWeSpHzYBHZXwp5So7wdQGX6mu4ZHCsH3uTar/logo.png deleted file mode 100644 index cba5da9120c03..0000000000000 Binary files a/blockchains/solana/validators/assets/beefKGBWeSpHzYBHZXwp5So7wdQGX6mu4ZHCsH3uTar/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/edu1fZt5i82cFm6ujUoyXLMdujWxZyWYC8fkydWHRNT/logo.png b/blockchains/solana/validators/assets/edu1fZt5i82cFm6ujUoyXLMdujWxZyWYC8fkydWHRNT/logo.png deleted file mode 100644 index 8ff809ec35b9a..0000000000000 Binary files a/blockchains/solana/validators/assets/edu1fZt5i82cFm6ujUoyXLMdujWxZyWYC8fkydWHRNT/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/assets/juicQdAnksqZ5Yb8NQwCLjLWhykvXGktxnQCDvMe6Nx/logo.png b/blockchains/solana/validators/assets/juicQdAnksqZ5Yb8NQwCLjLWhykvXGktxnQCDvMe6Nx/logo.png deleted file mode 100644 index 5655e49b629ab..0000000000000 Binary files a/blockchains/solana/validators/assets/juicQdAnksqZ5Yb8NQwCLjLWhykvXGktxnQCDvMe6Nx/logo.png and /dev/null differ diff --git a/blockchains/solana/validators/list.json b/blockchains/solana/validators/list.json deleted file mode 100644 index 44c8ef68977bb..0000000000000 --- a/blockchains/solana/validators/list.json +++ /dev/null @@ -1,140 +0,0 @@ -[ - { - "id": "PUmpKiNnSVAZ3w4KaFX6jKSjXUNHFShGkXbERo54xjb", - "name": "Pumpkin's Pool", - "description": "High Yield - Top 1% APY + No fee + MEV Sharing | Professionally run on high-end enterprise hardware.", - "website": "https://www.pumpkinspool.eco/" - }, - { - "id": "EPWrFd8jJ4SLA1YtcZcRAsAMxmnikSVqbumerCq5yV6z", - "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": "AS3nKBQfKs8fJ8ncyHrdvo4FDT6S8HMRhD75JjCcyr1t", - "name": "Overclock", - "description": "Dedicated members of the Solana ecosystem running a high performance, secure validator operation.", - "website": "https://www.overclock.one/" - }, - { - "id": "9QU2QSxhb24FUX3Tu2FpczXjpK3VYrvRudywSZaM29mF", - "name": "Everstake", - "description": "Everstake is a staking-as-a-service company from Ukraine. We help institutional investors and regular token holders to profit off their crypto assets. Choose the most promising projects, delegate with Everstake and make 5%-20% annually.", - "website": "https://everstake.one/" - }, - { - "id": "Chorus6Kis8tFHA7AowrPMcRJk3LbApHTYpgSNXzY5KE", - "name": "Chorus One", - "description": "Chorus One helps you securely increase your crypto holdings by participating in decentralized networks.", - "website": "https://chorus.one/" - }, - { - "id": "CertusDeBmqN8ZawdkxK5kFGMwBXdudvWHYwtNgNhvLu", - "name": "Jump Crypto", - "description": "Jump Crypto is building toward the next frontier in crypto infrastructure.", - "website": "https://jumpcrypto.com/" - }, - { - "id": "beefKGBWeSpHzYBHZXwp5So7wdQGX6mu4ZHCsH3uTar", - "name": "Coinbase Cloud", - "description": "Coinbase Cloud provides secure and reliable blockchain infrastructure and APIs. Stake your crypto to our enterprise-grade validators.", - "website": "hhttps://www.coinbase.com/cloud" - }, - { - "id": "DumiCKHVqoCQKD8roLApzR5Fit8qGV5fVQsJV9sTZk4a", - "name": "Staking Facilities", - "description": "Builder of Solanabeach.io, early investor, liquidity provider via Hummingbot.io - we strive to make Solana a success.", - "website": "https://stakingfacilities.com/" - }, - { - "id": "D3DfFvmLBKkX9JJNEpJRXpM1pYTVPQ5dpPQRc9F49xk4", - "name": "Easy 2 Stake", - "description": "Professional PoS staking services.", - "website": "https://easy2stake.com/" - }, - { - "id": "EFEKcHrUBsRoQkuTSJAQNZnj1u8h9oE4LoCYerednc3F", - "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": "9tedbEYypEKXAMkHcg42rn3fXY1B8hB6cdE3ZTFouXLL", - "name": "Stake Systems", - "description": "Building infrastructure to support awesome projects running in the blockchain landscape", - "website": "https://stake.systems" - }, - { - "id": "4PsiLMyoUQ7QRn1FFiFCvej4hsUTFzfvJnyN4bj1tmSN", - "name": "Stakin", - "description": "Your Trusted Crypto Rewards", - "website": "https://stakin.com/" - }, - { - "id": "CogentC52e7kktFfWHwsqSmr8LiS1yAtfqhHcftCPcBJ", - "name": "Cogent Crypto", - "description": "Highest APY Validator", - "website": "https://CogentCrypto.io/" - }, - { - "id": "EARNynHRWg6GfyJCmrrizcZxARB3HVzcaasvNa8kBS72", - "name": "Solana Compass 🧭", - "description": "Building tools, guides and dashboards to support the Solana ecosystem. High performance validator, excellent uptime.", - "website": "https://solanacompass.com/" - }, - { - "id": "GvZEwtCHZ7YtCkQCaLRVEXsyVvQkRDhJhQgB6akPme1e", - "name": "NO Fees! → melea One", - "description": "0% Fees! & Secure and trusted Validator. Protection against Ddos attacks and high availability. Validating since 2017", - "website": "https://melea.xyz" - }, - { - "id": "6hTLQ5HSdWcpZkbXmZxXaGjCgTh7zh8UeWKWKgGE1BPp", - "name": "NO Fees! → melea Two", - "description": "0% Fees! & Secure and trusted Validator. Protection against Ddos attacks and high availability. Validating since 2017", - "website": "https://melea.xyz" - }, - { - "id": "DP3iT6AXJxWsn5pR1ik13vchaTeeyr3fqXFTeysxrXtv", - "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": "1234LB7uvDC23rdCQoK8C3jNwnovUNyeKxz8wC3dghJ5", - "name": "BlueLotus 👩‍💻", - "description": "Reliable & Secure Solana Validator", - "website": "https://www.bluelotus.one/" - }, - { - "id": "2Y2opv8Kq8zFATg6ipqb2AjgCf18tkv1CLMLXQGif2NH", - "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": "juicQdAnksqZ5Yb8NQwCLjLWhykvXGktxnQCDvMe6Nx", - "name": "Juicy Stake", - "description": "The ultimate Juicy Stake validator by @knox_trades", - "website": "https://juicystake.io" - }, - { - "id": "6F5xdRXh2W3B2vhte12VG79JVUkUSLYrHydGX1SAadfZ", - "name": "Allnodes.com ⚡️ 0% fee", - "description": "eliable non-custodial Validator run by the industry leader - Allnodes.", - "website": "https://www.allnodes.com/sol/staking" - }, - { - "id": "BmMVRAVef2qmJ1tJpG3JwRUtnfEiTbvDw9ZeFEi4wE7D", - "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": "D1J7k7WouxgwzCfPN5qnW7TSmCTNqgNxWhjAxq62UK8U", - "name": "Stakewolle | Mainnet", - "description": "🦈 Professional Bockchain Validator 🔁Auto-compound with REStakeapp 🛡100% Slashing insurance 🎁 All & Special Airdrops for delegators http://linktr.ee/stakewolle", - "website": "https://stakewolle.com/" - } -] diff --git a/blockchains/sommelier/info/info.json b/blockchains/sommelier/info/info.json deleted file mode 100644 index 0692fa8826665..0000000000000 --- a/blockchains/sommelier/info/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Sommelier", - "type": "coin", - "symbol": "SOMM", - "decimals": 6, - "website": "https://www.sommelier.finance/", - "description": "Sommelier Finance is a Cosmos SDK-based blockchain that provides risk-managed multichain DeFi strategies.", - "explorer": "https://www.mintscan.io/sommelier", - "status": "active", - "rpc_url": "https://sommelier-rpc.polkachu.com/", - "denom": "usomm", - "lcd_url": "https://sommelier-api.polkachu.com/", - "hrp": "somm", - "links": [ - { - "name": "github", - "url": "https://github.com/PeggyJV" - }, - { - "name": "whitepaper", - "url": "https://tricky-sand-5e6.notion.site/Sommelier-Documentation-006e748753e34a1299f9b1d6ae3a4544" - }, - { - "name": "twitter", - "url": "https://twitter.com/sommfinance" - } - ] -} \ No newline at end of file diff --git a/blockchains/sommelier/info/logo.png b/blockchains/sommelier/info/logo.png deleted file mode 100644 index 6e6eb7f239b80..0000000000000 Binary files a/blockchains/sommelier/info/logo.png and /dev/null differ diff --git a/blockchains/stargaze/info/info.json b/blockchains/stargaze/info/info.json deleted file mode 100644 index 1cb4bd428e4b4..0000000000000 --- a/blockchains/stargaze/info/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Stargaze", - "type": "coin", - "symbol": "STARS", - "decimals": 6, - "website": "https://www.stargaze.zone", - "description": "A Cosmos SDK-based decentralized interchain NFT marketplace and social network.", - "explorer": "https://www.mintscan.io/stargaze", - "status": "active", - "rpc_url": "https://stargaze.c29r3.xyz/rpc/", - "denom": "ustars", - "lcd_url": "https://api-stargaze.d-stake.xyz", - "hrp": "stars", - "fee_rate": "0.0025", - "links": [ - { - "name": "medium", - "url": "https://medium.com/stargaze-protocol" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/stargaze/" - }, - { - "name": "twitter", - "url": "https://twitter.com/StargazeZone" - } - ] -} diff --git a/blockchains/stargaze/info/logo.png b/blockchains/stargaze/info/logo.png deleted file mode 100644 index bae9f21d47718..0000000000000 Binary files a/blockchains/stargaze/info/logo.png and /dev/null differ diff --git a/blockchains/steem/info/info.json b/blockchains/steem/info/info.json deleted file mode 100644 index c0d47e6567842..0000000000000 --- a/blockchains/steem/info/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Steem", - "website": "https://steem.com", - "description": "A new way for publishers to monetize their online content and community, based on battle-tested blockchain technology.", - "explorer": "https://steemd.com/", - "research": "https://research.binance.com/en/projects/steem", - "symbol": "STEEM", - "type": "coin", - "decimals": 8, - "status": "abandoned", - "links": [ - { - "name": "github", - "url": "https://github.com/steemit/steem" - }, - { - "name": "twitter", - "url": "https://twitter.com/Steemit" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/steemit" - }, - { - "name": "whitepaper", - "url": "https://steem.io/SteemWhitePaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/steem/info/logo.png b/blockchains/steem/info/logo.png deleted file mode 100644 index 4bdd9466f0b0f..0000000000000 Binary files a/blockchains/steem/info/logo.png and /dev/null differ diff --git a/blockchains/stellar/assets/USDC-GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN/info.json b/blockchains/stellar/assets/USDC-GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN/info.json deleted file mode 100644 index b26d962748ee6..0000000000000 --- a/blockchains/stellar/assets/USDC-GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "USD Coin", - "type": "STELLAR", - "symbol": "USDC", - "decimals": 7, - "website": "https://www.centre.io", - "description": "USDC is a fully collateralized US Dollar stablecoin, based on the open source fiat stablecoin framework developed by Centre", - "explorer": "https://stellar.expert/explorer/public/asset/USDC-GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN", - "status": "active", - "id": "USDC-GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/centre_io" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/usd-coin/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/usd-coin" - } - ], - "tags": [ - "stablecoin" - ] -} diff --git a/blockchains/stellar/assets/USDC-GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN/logo.png b/blockchains/stellar/assets/USDC-GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN/logo.png deleted file mode 100644 index e3d5a3f65634c..0000000000000 Binary files a/blockchains/stellar/assets/USDC-GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN/logo.png and /dev/null differ diff --git a/blockchains/stellar/info/info.json b/blockchains/stellar/info/info.json deleted file mode 100644 index 4b2ede1092888..0000000000000 --- a/blockchains/stellar/info/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Stellar", - "website": "https://stellar.org", - "description": "Stellar is an open platform for building financial products. It enables near instant payments, with almost zero fees, and a smart contract platform to create digital asset economy.", - "explorer": "https://dashboard.stellar.org/", - "research": "https://research.binance.com/en/projects/stellar-lumens", - "symbol": "XLM", - "type": "coin", - "decimals": 7, - "status": "active", - "links": [ - { - "name": "github", - "url": "https://github.com/stellar" - }, - { - "name": "twitter", - "url": "https://twitter.com/StellarOrg" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/stellar" - }, - { - "name": "whitepaper", - "url": "https://www.stellar.org/papers/stellar-consensus-protocol.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/stellar/info/logo.png b/blockchains/stellar/info/logo.png deleted file mode 100644 index 41aaf48dd4047..0000000000000 Binary files a/blockchains/stellar/info/logo.png and /dev/null differ diff --git a/blockchains/stride/assets/staevmos/info.json b/blockchains/stride/assets/staevmos/info.json deleted file mode 100644 index d6bf4fa1ba157..0000000000000 --- a/blockchains/stride/assets/staevmos/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Stride Staked Evmos", - "symbol": "STEVMOS", - "type": "STRIDE", - "decimals": 18, - "description": "Stride Staked Evmos is the token received in exchange for staking EVMOS with Stride.", - "website": "https://stride.zone", - "explorer": "https://www.mintscan.io/stride/account/staevmos", - "status": "active", - "id": "staevmos", - "tags": [ - "staking-liquid" - ] -} \ No newline at end of file diff --git a/blockchains/stride/assets/staevmos/logo.png b/blockchains/stride/assets/staevmos/logo.png deleted file mode 100644 index 14110f594c412..0000000000000 Binary files a/blockchains/stride/assets/staevmos/logo.png and /dev/null differ diff --git a/blockchains/stride/assets/stinj/info.json b/blockchains/stride/assets/stinj/info.json deleted file mode 100644 index 4a4f6d1a485c0..0000000000000 --- a/blockchains/stride/assets/stinj/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Stride Staked Injective", - "symbol": "STINJ", - "type": "STRIDE", - "decimals": 18, - "description": "Stride Staked Injective is the token received in exchange for staking ING with Stride.", - "website": "https://stride.zone", - "explorer": "https://www.mintscan.io/stride/account/stinj", - "status": "active", - "id": "stinj", - "tags": [ - "staking-native" - ] -} \ No newline at end of file diff --git a/blockchains/stride/assets/stinj/logo.png b/blockchains/stride/assets/stinj/logo.png deleted file mode 100644 index 23d57dbfa8fa1..0000000000000 Binary files a/blockchains/stride/assets/stinj/logo.png and /dev/null differ diff --git a/blockchains/stride/assets/stuatom/info.json b/blockchains/stride/assets/stuatom/info.json deleted file mode 100644 index 40be548ba15a8..0000000000000 --- a/blockchains/stride/assets/stuatom/info.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "Stride Staked Atom", - "symbol": "STATOM", - "type": "STRIDE", - "decimals": 6, - "description": "Stride Staked Atom is the token received in exchange for staking ATOM with Stride. STATOM is redeemable 1:1 for ATOM, subject to the 21 day unbonding period on Cosmos.", - "website": "https://stride.zone", - "explorer": "https://www.mintscan.io/stride/account/stuatom", - "status": "active", - "id": "stuatom", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/stride-staked-atom/" - } - ], - "tags": [ - "staking-native" - ] -} \ No newline at end of file diff --git a/blockchains/stride/assets/stuatom/logo.png b/blockchains/stride/assets/stuatom/logo.png deleted file mode 100644 index a9ce5b2297562..0000000000000 Binary files a/blockchains/stride/assets/stuatom/logo.png and /dev/null differ diff --git a/blockchains/stride/assets/stujuno/info.json b/blockchains/stride/assets/stujuno/info.json deleted file mode 100644 index a5e133e72b1e3..0000000000000 --- a/blockchains/stride/assets/stujuno/info.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "Stride Staked Juno", - "symbol": "STJUNO", - "type": "STRIDE", - "decimals": 6, - "description": "Stride Staked Juno is the token received in exchange for staking JUNO with Stride.", - "website": "https://stride.zone", - "explorer": "https://www.mintscan.io/stride/account/stujuno", - "status": "active", - "id": "stujuno", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/stride-staked-juno/" - } - ], - "tags": [ - "staking-native" - ] -} \ No newline at end of file diff --git a/blockchains/stride/assets/stujuno/logo.png b/blockchains/stride/assets/stujuno/logo.png deleted file mode 100644 index dad76df8989b0..0000000000000 Binary files a/blockchains/stride/assets/stujuno/logo.png and /dev/null differ diff --git a/blockchains/stride/assets/stuluna/info.json b/blockchains/stride/assets/stuluna/info.json deleted file mode 100644 index efd088f597589..0000000000000 --- a/blockchains/stride/assets/stuluna/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Stride Staked Luna", - "symbol": "STLUNA", - "type": "STRIDE", - "decimals": 6, - "description": "Stride Staked Luna is the token received in exchange for staking LUNA with Stride.", - "website": "https://stride.zone", - "explorer": "https://www.mintscan.io/stride/account/stuluna", - "status": "active", - "id": "stuluna", - "tags": [ - "staking-native" - ] -} \ No newline at end of file diff --git a/blockchains/stride/assets/stuluna/logo.png b/blockchains/stride/assets/stuluna/logo.png deleted file mode 100644 index aefd71b972a8e..0000000000000 Binary files a/blockchains/stride/assets/stuluna/logo.png and /dev/null differ diff --git a/blockchains/stride/assets/stuosmo/info.json b/blockchains/stride/assets/stuosmo/info.json deleted file mode 100644 index 29788cb4464a5..0000000000000 --- a/blockchains/stride/assets/stuosmo/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Stride Staked Osmo", - "symbol": "STOSMO", - "type": "STRIDE", - "decimals": 6, - "description": "Stride Staked Osmo is the token received in exchange for staking OSMO with Stride.", - "website": "https://stride.zone", - "explorer": "https://www.mintscan.io/stride/account/stuosmo", - "status": "active", - "id": "stuosmo", - "tags": [ - "staking-native" - ] -} \ No newline at end of file diff --git a/blockchains/stride/assets/stuosmo/logo.png b/blockchains/stride/assets/stuosmo/logo.png deleted file mode 100644 index b0f32fb97ef60..0000000000000 Binary files a/blockchains/stride/assets/stuosmo/logo.png and /dev/null differ diff --git a/blockchains/stride/assets/stustars/info.json b/blockchains/stride/assets/stustars/info.json deleted file mode 100644 index f3b47988af462..0000000000000 --- a/blockchains/stride/assets/stustars/info.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "Stride Staked Stars", - "symbol": "STSTARS", - "type": "STRIDE", - "decimals": 6, - "description": "Stride Staked Stars is the token received in exchange for staking STARS with Stride.", - "website": "https://stride.zone", - "explorer": "https://www.mintscan.io/stride/account/stustars", - "status": "active", - "id": "stustars", - "links": [ - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/stride-staked-stars/" - } - ], - "tags": [ - "staking-native" - ] -} \ No newline at end of file diff --git a/blockchains/stride/assets/stustars/logo.png b/blockchains/stride/assets/stustars/logo.png deleted file mode 100644 index 29cf9c0c583b4..0000000000000 Binary files a/blockchains/stride/assets/stustars/logo.png and /dev/null differ diff --git a/blockchains/stride/assets/stuumee/info.json b/blockchains/stride/assets/stuumee/info.json deleted file mode 100644 index 8d6b44878c23c..0000000000000 --- a/blockchains/stride/assets/stuumee/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Stride Staked Umee", - "symbol": "STUMEE", - "type": "STRIDE", - "decimals": 6, - "description": "Stride Staked Umee is the token received in exchange for staking UMEE with Stride.", - "website": "https://stride.zone", - "explorer": "https://www.mintscan.io/stride/account/stuumee", - "status": "active", - "id": "stuumee", - "tags": [ - "staking-native" - ] -} \ No newline at end of file diff --git a/blockchains/stride/assets/stuumee/logo.png b/blockchains/stride/assets/stuumee/logo.png deleted file mode 100644 index 4464f89f1688a..0000000000000 Binary files a/blockchains/stride/assets/stuumee/logo.png and /dev/null differ diff --git a/blockchains/stride/info/info.json b/blockchains/stride/info/info.json deleted file mode 100644 index cd9a003a99c02..0000000000000 --- a/blockchains/stride/info/info.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "Stride", - "type": "coin", - "symbol": "STRD", - "decimals": 6, - "website": "https://app.stride.zone", - "description": "Using Stride, you can earn both staking and DeFi yields across the Cosmos IBC ecosystem.", - "explorer": "https://www.mintscan.io/stride", - "status": "active", - "rpc_url": "https://stride-rpc.cosmosrescue.com/", - "denom": "ustrd", - "lcd_url": "https://stride-api.cosmosrescue.com/", - "hrp": "stride", - "tags": [ - "staking-native" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/Stride-Labs" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/stride/" - }, - { - "name": "twitter", - "url": "https://twitter.com/stride_zone" - } - ] -} diff --git a/blockchains/stride/info/logo.png b/blockchains/stride/info/logo.png deleted file mode 100644 index e75a2ec56fdcb..0000000000000 Binary files a/blockchains/stride/info/logo.png and /dev/null differ diff --git a/blockchains/stride/validators/assets/stridevaloper1624f0qe76yhnwvlwp3ury2r2xh6cqemmpts8ge/logo.png b/blockchains/stride/validators/assets/stridevaloper1624f0qe76yhnwvlwp3ury2r2xh6cqemmpts8ge/logo.png deleted file mode 100644 index 831b62a584366..0000000000000 Binary files a/blockchains/stride/validators/assets/stridevaloper1624f0qe76yhnwvlwp3ury2r2xh6cqemmpts8ge/logo.png and /dev/null differ diff --git a/blockchains/stride/validators/assets/stridevaloper19nktvlnhd7j2tsyt97jyfnv3kdemx8cqx25ng7/logo.png b/blockchains/stride/validators/assets/stridevaloper19nktvlnhd7j2tsyt97jyfnv3kdemx8cqx25ng7/logo.png deleted file mode 100644 index f30b2458178da..0000000000000 Binary files a/blockchains/stride/validators/assets/stridevaloper19nktvlnhd7j2tsyt97jyfnv3kdemx8cqx25ng7/logo.png and /dev/null differ diff --git a/blockchains/stride/validators/assets/stridevaloper1dae4zycvmyd2qt5td9zzgdjdnwyawp79c5tuec/logo.png b/blockchains/stride/validators/assets/stridevaloper1dae4zycvmyd2qt5td9zzgdjdnwyawp79c5tuec/logo.png deleted file mode 100644 index ef1e1911316fc..0000000000000 Binary files a/blockchains/stride/validators/assets/stridevaloper1dae4zycvmyd2qt5td9zzgdjdnwyawp79c5tuec/logo.png and /dev/null differ diff --git a/blockchains/stride/validators/assets/stridevaloper1dqpg0hfva0k0awzhxwarjpgzj82hlmvrnxlzsd/logo.png b/blockchains/stride/validators/assets/stridevaloper1dqpg0hfva0k0awzhxwarjpgzj82hlmvrnxlzsd/logo.png deleted file mode 100644 index 0e32dd66a10d5..0000000000000 Binary files a/blockchains/stride/validators/assets/stridevaloper1dqpg0hfva0k0awzhxwarjpgzj82hlmvrnxlzsd/logo.png and /dev/null differ diff --git a/blockchains/stride/validators/assets/stridevaloper1dtqsnk3mlqrcxgfvu39lm0jm3pyd0mkrmgkwec/logo.png b/blockchains/stride/validators/assets/stridevaloper1dtqsnk3mlqrcxgfvu39lm0jm3pyd0mkrmgkwec/logo.png deleted file mode 100644 index 0210d0e6e879d..0000000000000 Binary files a/blockchains/stride/validators/assets/stridevaloper1dtqsnk3mlqrcxgfvu39lm0jm3pyd0mkrmgkwec/logo.png and /dev/null differ diff --git a/blockchains/stride/validators/assets/stridevaloper1gp957czryfgyvxwn3tfnyy2f0t9g2p4p9nfwja/logo.png b/blockchains/stride/validators/assets/stridevaloper1gp957czryfgyvxwn3tfnyy2f0t9g2p4p9nfwja/logo.png deleted file mode 100644 index 8f6bd2d3b789f..0000000000000 Binary files a/blockchains/stride/validators/assets/stridevaloper1gp957czryfgyvxwn3tfnyy2f0t9g2p4p9nfwja/logo.png and /dev/null differ diff --git a/blockchains/stride/validators/assets/stridevaloper1jj9z2xwxesuy65n90dujsak554eqkrr28aqpl0/logo.png b/blockchains/stride/validators/assets/stridevaloper1jj9z2xwxesuy65n90dujsak554eqkrr28aqpl0/logo.png deleted file mode 100644 index 6676e07e645cc..0000000000000 Binary files a/blockchains/stride/validators/assets/stridevaloper1jj9z2xwxesuy65n90dujsak554eqkrr28aqpl0/logo.png and /dev/null differ diff --git a/blockchains/stride/validators/assets/stridevaloper1kvwpcr45lh7wn53wp9ac42ypr3t8zjqy6ks9au/logo.png b/blockchains/stride/validators/assets/stridevaloper1kvwpcr45lh7wn53wp9ac42ypr3t8zjqy6ks9au/logo.png deleted file mode 100644 index 74e85f6c4943f..0000000000000 Binary files a/blockchains/stride/validators/assets/stridevaloper1kvwpcr45lh7wn53wp9ac42ypr3t8zjqy6ks9au/logo.png and /dev/null differ diff --git a/blockchains/stride/validators/assets/stridevaloper1md2j38ls8hg94vjfafu0a2p9htwlkjmhux9e4v/logo.png b/blockchains/stride/validators/assets/stridevaloper1md2j38ls8hg94vjfafu0a2p9htwlkjmhux9e4v/logo.png deleted file mode 100644 index aab2312d1572e..0000000000000 Binary files a/blockchains/stride/validators/assets/stridevaloper1md2j38ls8hg94vjfafu0a2p9htwlkjmhux9e4v/logo.png and /dev/null differ diff --git a/blockchains/stride/validators/assets/stridevaloper1x0agh4jnvamn6y5ss94s6ktugwkljp6y2tkj0w/logo.png b/blockchains/stride/validators/assets/stridevaloper1x0agh4jnvamn6y5ss94s6ktugwkljp6y2tkj0w/logo.png deleted file mode 100644 index 0048540e96fdc..0000000000000 Binary files a/blockchains/stride/validators/assets/stridevaloper1x0agh4jnvamn6y5ss94s6ktugwkljp6y2tkj0w/logo.png and /dev/null differ diff --git a/blockchains/stride/validators/list.json b/blockchains/stride/validators/list.json deleted file mode 100644 index 60b5a29953325..0000000000000 --- a/blockchains/stride/validators/list.json +++ /dev/null @@ -1,62 +0,0 @@ -[ - { - "id": "stridevaloper1dtqsnk3mlqrcxgfvu39lm0jm3pyd0mkrmgkwec", - "name": "Imperator.co", - "description": "100% refund on downtime slashing -- Professional Delegated Proof-of-Stake Network Validator", - "website": "https://imperator.co/" - }, - { - "id": "stridevaloper1x0agh4jnvamn6y5ss94s6ktugwkljp6y2tkj0w", - "name": "Swiss Staking", - "description": "Experienced validator based in Switzerland. We offer a highly secure and stable staking infrastructure.", - "website": "https://swiss-staking.ch/" - }, - { - "id": "stridevaloper1jj9z2xwxesuy65n90dujsak554eqkrr28aqpl0", - "name": "Cosmostation", - "description": "Cosmostation validator node. Delegate your tokens and Start Earning Staking Rewards", - "website": "https://www.cosmostation.io/" - }, - { - "id": "stridevaloper1dqpg0hfva0k0awzhxwarjpgzj82hlmvrnxlzsd", - "name": "NodeRun", - "description": "Proudly giving back to the community with a portion of our validators rewards using Quick Grants.", - "website": "https://noderun.vip/" - }, - { - "id": "stridevaloper19nktvlnhd7j2tsyt97jyfnv3kdemx8cqx25ng7", - "name": "Everstake", - "description": "Reliable and experienced staking service provider from Ukraine. Visit our website for more details.", - "website": "https://everstake.one/" - }, - { - "id": "stridevaloper1gp957czryfgyvxwn3tfnyy2f0t9g2p4p9nfwja", - "name": "polkachu.com", - "description": "Polkachu is the trusted staking service provider for blockchain projects. 100% refund for downtime slash. Contact us at hello@polkachu.com", - "website": "https://polkachu.com/" - }, - { - "id": "stridevaloper1kvwpcr45lh7wn53wp9ac42ypr3t8zjqy6ks9au", - "name": "Notional", - "description": "Notional Ventures is a leading security auditing consultant, software engineering, and infrastructure provider for the Cosmos blockchain ecosystem", - "website": "https://notional.ventures" - }, - { - "id": "stridevaloper1dae4zycvmyd2qt5td9zzgdjdnwyawp79c5tuec", - "name": "Staking Facilities", - "description": "Secure blockchain ecosystems by staking tokens and participate in the next evolution of the internet!", - "website": "https://stakingfacilities.com/" - }, - { - "id": "stridevaloper1md2j38ls8hg94vjfafu0a2p9htwlkjmhux9e4v", - "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": "stridevaloper1624f0qe76yhnwvlwp3ury2r2xh6cqemmpts8ge", - "name": "Flipside", - "description": "Explore the best data and insights in Web3.", - "website": "https://flipsidecrypto.xyz/" - } -] diff --git a/blockchains/sui/assets/0xb231fcda8bbddb31f2ef02e6161444aec64a514e2c89279584ac9806ce9cf037::coin::COIN/info.json b/blockchains/sui/assets/0xb231fcda8bbddb31f2ef02e6161444aec64a514e2c89279584ac9806ce9cf037::coin::COIN/info.json deleted file mode 100644 index e3bad598f0ab0..0000000000000 --- a/blockchains/sui/assets/0xb231fcda8bbddb31f2ef02e6161444aec64a514e2c89279584ac9806ce9cf037::coin::COIN/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "USD Coin", - "symbol": "USDC", - "type": "SUI", - "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://explorer.sui.io/address/0xb231fcda8bbddb31f2ef02e6161444aec64a514e2c89279584ac9806ce9cf037::coin::COIN", - "research": "https://research.binance.com/en/projects/usd-coin", - "status": "active", - "id": "0xb231fcda8bbddb31f2ef02e6161444aec64a514e2c89279584ac9806ce9cf037::coin::COIN", - "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" - ] -} \ No newline at end of file diff --git a/blockchains/sui/assets/0xb231fcda8bbddb31f2ef02e6161444aec64a514e2c89279584ac9806ce9cf037::coin::COIN/logo.png b/blockchains/sui/assets/0xb231fcda8bbddb31f2ef02e6161444aec64a514e2c89279584ac9806ce9cf037::coin::COIN/logo.png deleted file mode 100644 index 8047edf737f31..0000000000000 Binary files a/blockchains/sui/assets/0xb231fcda8bbddb31f2ef02e6161444aec64a514e2c89279584ac9806ce9cf037::coin::COIN/logo.png and /dev/null differ diff --git a/blockchains/sui/assets/0xc060006111016b8a020ad5b33834984a437aaa7d3c74c18e09a95d48aceab08c::coin::COIN/info.json b/blockchains/sui/assets/0xc060006111016b8a020ad5b33834984a437aaa7d3c74c18e09a95d48aceab08c::coin::COIN/info.json deleted file mode 100644 index 7a8183cc44c09..0000000000000 --- a/blockchains/sui/assets/0xc060006111016b8a020ad5b33834984a437aaa7d3c74c18e09a95d48aceab08c::coin::COIN/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Tether USD", - "symbol": "USDT", - "type": "SUI", - "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://explorer.sui.io/address/0xc060006111016b8a020ad5b33834984a437aaa7d3c74c18e09a95d48aceab08c::coin::COIN", - "status": "active", - "id": "0xc060006111016b8a020ad5b33834984a437aaa7d3c74c18e09a95d48aceab08c::coin::COIN", - "links": [ - { - "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/sui/assets/0xc060006111016b8a020ad5b33834984a437aaa7d3c74c18e09a95d48aceab08c::coin::COIN/logo.png b/blockchains/sui/assets/0xc060006111016b8a020ad5b33834984a437aaa7d3c74c18e09a95d48aceab08c::coin::COIN/logo.png deleted file mode 100644 index 98f440a376454..0000000000000 Binary files a/blockchains/sui/assets/0xc060006111016b8a020ad5b33834984a437aaa7d3c74c18e09a95d48aceab08c::coin::COIN/logo.png and /dev/null differ diff --git a/blockchains/sui/assets/0xebbf537bc3686be32fe22b498b42715641bbb209267be72236a352e0444cc5df::sui_pepe::SUI_PEPE/info.json b/blockchains/sui/assets/0xebbf537bc3686be32fe22b498b42715641bbb209267be72236a352e0444cc5df::sui_pepe::SUI_PEPE/info.json deleted file mode 100644 index 8440ed6311961..0000000000000 --- a/blockchains/sui/assets/0xebbf537bc3686be32fe22b498b42715641bbb209267be72236a352e0444cc5df::sui_pepe::SUI_PEPE/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "SUI PEPE", - "symbol": "SPEPE", - "type": "SUI", - "decimals": 6, - "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.", - "website": "https://www.pepe.vip/", - "explorer": "https://explorer.sui.io/address/0xebbf537bc3686be32fe22b498b42715641bbb209267be72236a352e0444cc5df::sui_pepe::SUI_PEPE", - "status": "active", - "id": "0xebbf537bc3686be32fe22b498b42715641bbb209267be72236a352e0444cc5df::sui_pepe::SUI_PEPE", - "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" - ] -} \ No newline at end of file diff --git a/blockchains/sui/assets/0xebbf537bc3686be32fe22b498b42715641bbb209267be72236a352e0444cc5df::sui_pepe::SUI_PEPE/logo.png b/blockchains/sui/assets/0xebbf537bc3686be32fe22b498b42715641bbb209267be72236a352e0444cc5df::sui_pepe::SUI_PEPE/logo.png deleted file mode 100644 index 90b0d10acc2f6..0000000000000 Binary files a/blockchains/sui/assets/0xebbf537bc3686be32fe22b498b42715641bbb209267be72236a352e0444cc5df::sui_pepe::SUI_PEPE/logo.png and /dev/null differ diff --git a/blockchains/sui/info/info.json b/blockchains/sui/info/info.json deleted file mode 100644 index 10487ed2dba65..0000000000000 --- a/blockchains/sui/info/info.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "Sui", - "website": "https://sui.io/", - "description": "Sui is a boundless platform to build rich and dynamic on-chain assets from gaming to finance.", - "explorer": "https://explorer.sui.io/", - "symbol": "SUI", - "type": "coin", - "decimals": 9, - "status": "active", - "tags": [ - "defi" - ], - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/SuiNetwork" - }, - { - "name": "github", - "url": "https://github.com/MystenLabs/sui" - }, - { - "name": "discord", - "url": "https://discord.com/invite/suiglobal" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/sui/" - } - ] -} diff --git a/blockchains/sui/info/logo.png b/blockchains/sui/info/logo.png deleted file mode 100644 index 2b876f1c5d4d4..0000000000000 Binary files a/blockchains/sui/info/logo.png and /dev/null differ diff --git a/blockchains/sui/validators/assets/0x184fbf9d6c2d2d3f27e27fe3ca2d3b4080bd406221e345e2d36633e638e988e1/logo.png b/blockchains/sui/validators/assets/0x184fbf9d6c2d2d3f27e27fe3ca2d3b4080bd406221e345e2d36633e638e988e1/logo.png deleted file mode 100644 index 22f9793543269..0000000000000 Binary files a/blockchains/sui/validators/assets/0x184fbf9d6c2d2d3f27e27fe3ca2d3b4080bd406221e345e2d36633e638e988e1/logo.png and /dev/null differ diff --git a/blockchains/sui/validators/assets/0x4f9791d5c689306862b4eb9a25914c5433b7dfd5cb4827b461f7dfc813f28a7c/logo.png b/blockchains/sui/validators/assets/0x4f9791d5c689306862b4eb9a25914c5433b7dfd5cb4827b461f7dfc813f28a7c/logo.png deleted file mode 100644 index 1db1d333a4b10..0000000000000 Binary files a/blockchains/sui/validators/assets/0x4f9791d5c689306862b4eb9a25914c5433b7dfd5cb4827b461f7dfc813f28a7c/logo.png and /dev/null differ diff --git a/blockchains/sui/validators/assets/0x4fffd0005522be4bc029724c7f0f6ed7093a6bf3a09b90e62f61dc15181e1a3e/logo.png b/blockchains/sui/validators/assets/0x4fffd0005522be4bc029724c7f0f6ed7093a6bf3a09b90e62f61dc15181e1a3e/logo.png deleted file mode 100644 index 01498ceed7241..0000000000000 Binary files a/blockchains/sui/validators/assets/0x4fffd0005522be4bc029724c7f0f6ed7093a6bf3a09b90e62f61dc15181e1a3e/logo.png and /dev/null differ diff --git a/blockchains/sui/validators/assets/0x60ce054d9dc5771fcbeb9a52a1881a97d3092efc8eb29befc3e60281dbe80ca0/logo.png b/blockchains/sui/validators/assets/0x60ce054d9dc5771fcbeb9a52a1881a97d3092efc8eb29befc3e60281dbe80ca0/logo.png deleted file mode 100644 index 02bd65ee5f9b3..0000000000000 Binary files a/blockchains/sui/validators/assets/0x60ce054d9dc5771fcbeb9a52a1881a97d3092efc8eb29befc3e60281dbe80ca0/logo.png and /dev/null differ diff --git a/blockchains/sui/validators/assets/0x61953ea72709eed72f4441dd944eec49a11b4acabfc8e04015e89c63be81b6ab/logo.png b/blockchains/sui/validators/assets/0x61953ea72709eed72f4441dd944eec49a11b4acabfc8e04015e89c63be81b6ab/logo.png deleted file mode 100644 index 0a827d6b58736..0000000000000 Binary files a/blockchains/sui/validators/assets/0x61953ea72709eed72f4441dd944eec49a11b4acabfc8e04015e89c63be81b6ab/logo.png and /dev/null differ diff --git a/blockchains/sui/validators/assets/0x68cf08c4ef8b0462d8c3879f4e26cc371fbddd844650d0c41a9c3badc8104609/logo.png b/blockchains/sui/validators/assets/0x68cf08c4ef8b0462d8c3879f4e26cc371fbddd844650d0c41a9c3badc8104609/logo.png deleted file mode 100644 index 203f6d45c993d..0000000000000 Binary files a/blockchains/sui/validators/assets/0x68cf08c4ef8b0462d8c3879f4e26cc371fbddd844650d0c41a9c3badc8104609/logo.png and /dev/null differ diff --git a/blockchains/sui/validators/assets/0x91b3d7211dbe057d02e2aa06f1cd678f1408438d494d2e783e0b67a77cca4599/logo.png b/blockchains/sui/validators/assets/0x91b3d7211dbe057d02e2aa06f1cd678f1408438d494d2e783e0b67a77cca4599/logo.png deleted file mode 100644 index 1914e999c9f0a..0000000000000 Binary files a/blockchains/sui/validators/assets/0x91b3d7211dbe057d02e2aa06f1cd678f1408438d494d2e783e0b67a77cca4599/logo.png and /dev/null differ diff --git a/blockchains/sui/validators/assets/0xad1ca3844353d0c1b86fea2d848fda0c62439168c29e132ef17f9964a19a551f/logo.png b/blockchains/sui/validators/assets/0xad1ca3844353d0c1b86fea2d848fda0c62439168c29e132ef17f9964a19a551f/logo.png deleted file mode 100644 index 9c65c6d2163ae..0000000000000 Binary files a/blockchains/sui/validators/assets/0xad1ca3844353d0c1b86fea2d848fda0c62439168c29e132ef17f9964a19a551f/logo.png and /dev/null differ diff --git a/blockchains/sui/validators/assets/0xe719405821d7bd32ded86a2aed34f06f3dacd09c91241ec3f34b219ebeddc6f0/logo.png b/blockchains/sui/validators/assets/0xe719405821d7bd32ded86a2aed34f06f3dacd09c91241ec3f34b219ebeddc6f0/logo.png deleted file mode 100644 index 5e96ae80cbd5f..0000000000000 Binary files a/blockchains/sui/validators/assets/0xe719405821d7bd32ded86a2aed34f06f3dacd09c91241ec3f34b219ebeddc6f0/logo.png and /dev/null differ diff --git a/blockchains/sui/validators/assets/0xec73ec4d6b2a9403937b12ca625f7b3124c4459ff4e3caae6cf6376edefb9f3a/logo.png b/blockchains/sui/validators/assets/0xec73ec4d6b2a9403937b12ca625f7b3124c4459ff4e3caae6cf6376edefb9f3a/logo.png deleted file mode 100644 index 27f6365a734ed..0000000000000 Binary files a/blockchains/sui/validators/assets/0xec73ec4d6b2a9403937b12ca625f7b3124c4459ff4e3caae6cf6376edefb9f3a/logo.png and /dev/null differ diff --git a/blockchains/sui/validators/list.json b/blockchains/sui/validators/list.json deleted file mode 100644 index b3f3e94903df5..0000000000000 --- a/blockchains/sui/validators/list.json +++ /dev/null @@ -1,62 +0,0 @@ -[ - { - "id": "0x61953ea72709eed72f4441dd944eec49a11b4acabfc8e04015e89c63be81b6ab", - "name": "Staketab", - "description": "Staketab is engaged in professional validation in various blockchain networks. We develop fast and high-quality explorers and other ecosystem tools.", - "website": "https://staketab.com/" - }, - { - "id": "0x184fbf9d6c2d2d3f27e27fe3ca2d3b4080bd406221e345e2d36633e638e988e1", - "name": "Cosmostation", - "description": "Intelligent crypto infrastructure. Earn with Cosmostation.", - "website": "https://www.cosmostation.io/" - }, - { - "id": "0xad1ca3844353d0c1b86fea2d848fda0c62439168c29e132ef17f9964a19a551f", - "name": "TestnetPride", - "description": "TestnetPride is a staking provider for different Proof of Stake blockchains. We provide a secure service for our community to put their crypto to work", - "website": "http://testnet-pride.com/" - }, - { - "id": "0x4fffd0005522be4bc029724c7f0f6ed7093a6bf3a09b90e62f61dc15181e1a3e", - "name": "Mysten-1", - "description": "Creators of SUI", - "website": "https://mystenlabs.com/" - }, - { - "id": "0xec73ec4d6b2a9403937b12ca625f7b3124c4459ff4e3caae6cf6376edefb9f3a", - "name": "Nodes.Guru", - "description": "Guru of non-custodial staking. Professional node running, the best uptime and 24/7 customer support.", - "website": "https://nodes.guru/" - }, - { - "id": "0x4f9791d5c689306862b4eb9a25914c5433b7dfd5cb4827b461f7dfc813f28a7c", - "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.", - "website": "https://citadel.one/about" - }, - { - "id": "0xe719405821d7bd32ded86a2aed34f06f3dacd09c91241ec3f34b219ebeddc6f0", - "name": "mrgn", - "description": "mrgn research is a proprietary trading firm solving DeFi's liquidity problems", - "website": "https://www.mrgn.ch/" - }, - { - "id": "0x91b3d7211dbe057d02e2aa06f1cd678f1408438d494d2e783e0b67a77cca4599", - "name": "Chainbase", - "description": "The all-in-one data infra for Web3 — Indexing, transforming, and Large-scale utilization of on-chain data with APIs, Pipeline, and SQL.", - "website": "https://chainbase.com/" - }, - { - "id": "0x60ce054d9dc5771fcbeb9a52a1881a97d3092efc8eb29befc3e60281dbe80ca0", - "name": "GalaxyDigital", - "description": "Galaxy is a digital asset and blockchain leader helping institutions, startups, and qualified individuals shape a changing economy.", - "website": "https://www.galaxy.com/" - }, - { - "id": "0x68cf08c4ef8b0462d8c3879f4e26cc371fbddd844650d0c41a9c3badc8104609", - "name": "Stakingcabin", - "description": "We offer enterprise-level, highly secure infrastructure services for public blockchain protocols.", - "website": "https://stakingcabin.com/" - } -] \ No newline at end of file diff --git a/blockchains/teritori/info/info.json b/blockchains/teritori/info/info.json deleted file mode 100644 index 7d640de40ae76..0000000000000 --- a/blockchains/teritori/info/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Teritori", - "type": "coin", - "symbol": "TORI", - "decimals": 6, - "website": "https://teritori.com/", - "description": "The multi-chain SuperdApp for communities.", - "explorer": "https://www.mintscan.io/teritori", - "status": "active", - "rpc_url": "https://rpc-teritori.whispernode.com/", - "denom": "utori", - "lcd_url": "https://rest-teritori.carbonzero.zone/", - "hrp": "tori", - "fee_rate": "0.25", - "links": [ - { - "name": "medium", - "url": "https://medium.com/teritori" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/teritori/" - }, - { - "name": "twitter", - "url": "https://twitter.com/TeritoriNetwork" - } - ] -} diff --git a/blockchains/teritori/info/logo.png b/blockchains/teritori/info/logo.png deleted file mode 100644 index 63fedfa892573..0000000000000 Binary files a/blockchains/teritori/info/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym/info.json b/blockchains/terra/assets/terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym/info.json deleted file mode 100644 index 9a2e8b151a814..0000000000000 --- a/blockchains/terra/assets/terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Chainlink (Portal)", - "type": "CW20", - "symbol": "LINK", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://chain.link/", - "explorer": "https://finder.terra.money/mainnet/address/terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym", - "status": "active", - "id": "terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym/logo.png b/blockchains/terra/assets/terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym/logo.png deleted file mode 100644 index bb40954f41856..0000000000000 Binary files a/blockchains/terra/assets/terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur/info.json b/blockchains/terra/assets/terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur/info.json deleted file mode 100644 index 1c1b4f45db294..0000000000000 --- a/blockchains/terra/assets/terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Lido wstETH (Portal)", - "type": "CW20", - "symbol": "wstETH", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://lido.fi/", - "explorer": "https://finder.terra.money/mainnet/address/terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur", - "status": "active", - "id": "terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur/logo.png b/blockchains/terra/assets/terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur/logo.png deleted file mode 100644 index 2eac49b213403..0000000000000 Binary files a/blockchains/terra/assets/terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r/info.json b/blockchains/terra/assets/terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r/info.json deleted file mode 100644 index 65fef1a5fe606..0000000000000 --- a/blockchains/terra/assets/terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Ether (Portal)", - "type": "CW20", - "symbol": "ETH", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://ethereum.org/en/", - "explorer": "https://finder.terra.money/mainnet/address/terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r", - "status": "active", - "id": "terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r/logo.png b/blockchains/terra/assets/terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r/logo.png deleted file mode 100644 index 2d99a939536c4..0000000000000 Binary files a/blockchains/terra/assets/terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76/info.json b/blockchains/terra/assets/terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76/info.json deleted file mode 100644 index d17897c7a7db8..0000000000000 --- a/blockchains/terra/assets/terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Anchor Protocol Token", - "symbol": "ANC", - "type": "CW20", - "decimals": 6, - "description": "The Anchor Token (ANC) is Anchor Protocol's governance token. ANC tokens can be deposited to create new governance polls, which can be voted on by users that have staked ANC.", - "website": "https://www.anchorprotocol.com", - "explorer": "https://finder.terra.money/mainnet/address/terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76", - "status": "active", - "id": "terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76", - "links": [ - { - "name": "discord", - "url": "https://discord.com/invite/9aUYgpKZ9c" - }, - { - "name": "whitepaper", - "url": "https://anchorprotocol.com/docs/anchor-v1.1.pdf" - } - ], - "tags": [ - "staking", - "governance" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76/logo.png b/blockchains/terra/assets/terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76/logo.png deleted file mode 100644 index 641db080034b9..0000000000000 Binary files a/blockchains/terra/assets/terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y/info.json b/blockchains/terra/assets/terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y/info.json deleted file mode 100644 index 294f15b76854b..0000000000000 --- a/blockchains/terra/assets/terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Magic Internet Money (Portal from Ethereum)", - "type": "CW20", - "symbol": "MIMet", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://abracadabra.money/ ", - "explorer": "https://finder.terra.money/mainnet/address/terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y", - "status": "active", - "id": "terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y/logo.png b/blockchains/terra/assets/terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y/logo.png deleted file mode 100644 index 87719f12932c8..0000000000000 Binary files a/blockchains/terra/assets/terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc/info.json b/blockchains/terra/assets/terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc/info.json deleted file mode 100644 index 13248b84c3d0d..0000000000000 --- a/blockchains/terra/assets/terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Saber (Portal)", - "type": "CW20", - "symbol": "SBR", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://saber.so/", - "explorer": "https://finder.terra.money/mainnet/address/terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc", - "status": "active", - "id": "terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc/logo.png b/blockchains/terra/assets/terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc/logo.png deleted file mode 100644 index 20b80f3340234..0000000000000 Binary files a/blockchains/terra/assets/terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk/info.json b/blockchains/terra/assets/terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk/info.json deleted file mode 100644 index 03755111a6d3d..0000000000000 --- a/blockchains/terra/assets/terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "SOL (Portal)", - "type": "CW20", - "symbol": "SOL", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://solana.com/", - "explorer": "https://finder.terra.money/mainnet/address/terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk", - "status": "active", - "id": "terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk/logo.png b/blockchains/terra/assets/terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk/logo.png deleted file mode 100644 index 7a2e75fd77f1b..0000000000000 Binary files a/blockchains/terra/assets/terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55/info.json b/blockchains/terra/assets/terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55/info.json deleted file mode 100644 index c44ee6d88bc02..0000000000000 --- a/blockchains/terra/assets/terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Wrapped BTC (Portal)", - "type": "CW20", - "symbol": "WBTC", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.wbtc.network/", - "explorer": "https://finder.terra.money/mainnet/address/terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55", - "status": "active", - "id": "terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55/logo.png b/blockchains/terra/assets/terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55/logo.png deleted file mode 100644 index d603db0efae1f..0000000000000 Binary files a/blockchains/terra/assets/terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2/info.json b/blockchains/terra/assets/terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2/info.json deleted file mode 100644 index fa65502f536f3..0000000000000 --- a/blockchains/terra/assets/terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Basic Attention Token (Portal)", - "type": "CW20", - "symbol": "BAT", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://basicattentiontoken.org/", - "explorer": "https://finder.terra.money/mainnet/address/terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2", - "status": "active", - "id": "terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2/logo.png b/blockchains/terra/assets/terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2/logo.png deleted file mode 100644 index 331a781cc5264..0000000000000 Binary files a/blockchains/terra/assets/terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva/info.json b/blockchains/terra/assets/terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva/info.json deleted file mode 100644 index ea39d228edb94..0000000000000 --- a/blockchains/terra/assets/terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Tether USD (Portal from Ethereum)", - "type": "CW20", - "symbol": "USDTet", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://tether.to/", - "explorer": "https://finder.terra.money/mainnet/address/terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva", - "status": "active", - "id": "terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva/logo.png b/blockchains/terra/assets/terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva/logo.png deleted file mode 100644 index 46b9968e18279..0000000000000 Binary files a/blockchains/terra/assets/terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8/info.json b/blockchains/terra/assets/terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8/info.json deleted file mode 100644 index 772c90e5ebad5..0000000000000 --- a/blockchains/terra/assets/terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Binance Coin (Portal)", - "type": "CW20", - "symbol": "BNB", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.binance.com/", - "explorer": "https://finder.terra.money/mainnet/address/terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8", - "status": "active", - "id": "terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8/logo.png b/blockchains/terra/assets/terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8/logo.png deleted file mode 100644 index 24a702d4390f2..0000000000000 Binary files a/blockchains/terra/assets/terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a/info.json b/blockchains/terra/assets/terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a/info.json deleted file mode 100644 index bcb5a6d6d4d82..0000000000000 --- a/blockchains/terra/assets/terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "SushiToken (Portal)", - "type": "CW20", - "symbol": "SUSHI", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://sushi.com/", - "explorer": "https://finder.terra.money/mainnet/address/terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a", - "status": "active", - "id": "terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a/logo.png b/blockchains/terra/assets/terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a/logo.png deleted file mode 100644 index 1057abafc2a9b..0000000000000 Binary files a/blockchains/terra/assets/terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c/info.json b/blockchains/terra/assets/terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c/info.json deleted file mode 100644 index 202bb3eab3ca9..0000000000000 --- a/blockchains/terra/assets/terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Serum (Portal from Solana)", - "type": "CW20", - "symbol": "SRMso", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://projectserum.com/", - "explorer": "https://finder.terra.money/mainnet/address/terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c", - "status": "active", - "id": "terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c/logo.png b/blockchains/terra/assets/terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c/logo.png deleted file mode 100644 index 94f79d706b71c..0000000000000 Binary files a/blockchains/terra/assets/terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8/info.json b/blockchains/terra/assets/terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8/info.json deleted file mode 100644 index c9d0f169d483a..0000000000000 --- a/blockchains/terra/assets/terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "MATIC (Portal from Polygon)", - "type": "CW20", - "symbol": "MATICpo", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://polygon.technology/", - "explorer": "https://finder.terra.money/mainnet/address/terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8", - "status": "active", - "id": "terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8/logo.png b/blockchains/terra/assets/terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8/logo.png deleted file mode 100644 index 60c97897b870c..0000000000000 Binary files a/blockchains/terra/assets/terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4/info.json b/blockchains/terra/assets/terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4/info.json deleted file mode 100644 index 6adb612a680ce..0000000000000 --- a/blockchains/terra/assets/terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "USD Coin (Portal from Solana)", - "type": "CW20", - "symbol": "USDCso", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.circle.com/en/usdc", - "explorer": "https://finder.terra.money/mainnet/address/terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4", - "status": "active", - "id": "terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4/logo.png b/blockchains/terra/assets/terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4/logo.png deleted file mode 100644 index c9ca83078881a..0000000000000 Binary files a/blockchains/terra/assets/terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx/info.json b/blockchains/terra/assets/terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx/info.json deleted file mode 100644 index c7e645e017d64..0000000000000 --- a/blockchains/terra/assets/terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Tether USD (Portal from Avalanche)", - "type": "CW20", - "symbol": "USDTav", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://tether.to/", - "explorer": "https://finder.terra.money/mainnet/address/terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx", - "status": "active", - "id": "terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx/logo.png b/blockchains/terra/assets/terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx/logo.png deleted file mode 100644 index 9e63d73503a5d..0000000000000 Binary files a/blockchains/terra/assets/terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3/info.json b/blockchains/terra/assets/terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3/info.json deleted file mode 100644 index f873cf654c626..0000000000000 --- a/blockchains/terra/assets/terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Governance OHM (Portal)", - "type": "CW20", - "symbol": "gOHM", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.olympusdao.finance/", - "explorer": "https://finder.terra.money/mainnet/address/terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3", - "status": "active", - "id": "terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3/logo.png b/blockchains/terra/assets/terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3/logo.png deleted file mode 100644 index 0378951680fac..0000000000000 Binary files a/blockchains/terra/assets/terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5/info.json b/blockchains/terra/assets/terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5/info.json deleted file mode 100644 index 3d22933dda309..0000000000000 --- a/blockchains/terra/assets/terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Tether USD (Portal from Solana)", - "type": "CW20", - "symbol": "USDTso", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://tether.to/", - "explorer": "https://finder.terra.money/mainnet/address/terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5", - "status": "active", - "id": "terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5/logo.png b/blockchains/terra/assets/terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5/logo.png deleted file mode 100644 index d52df831af1f9..0000000000000 Binary files a/blockchains/terra/assets/terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m/info.json b/blockchains/terra/assets/terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m/info.json deleted file mode 100644 index bde5fec14b404..0000000000000 --- a/blockchains/terra/assets/terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "AVAX (Portal)", - "type": "CW20", - "symbol": "AVAX", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.avax.network/", - "explorer": "https://finder.terra.money/mainnet/address/terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m", - "status": "active", - "id": "terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m/logo.png b/blockchains/terra/assets/terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m/logo.png deleted file mode 100644 index 5cfbd9abb2f7c..0000000000000 Binary files a/blockchains/terra/assets/terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q/info.json b/blockchains/terra/assets/terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q/info.json deleted file mode 100644 index 7447f4781dc24..0000000000000 --- a/blockchains/terra/assets/terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Raydium (Portal)", - "type": "CW20", - "symbol": "RAY", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://raydium.io/", - "explorer": "https://finder.terra.money/mainnet/address/terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q", - "status": "active", - "id": "terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q/logo.png b/blockchains/terra/assets/terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q/logo.png deleted file mode 100644 index cd42f7185e707..0000000000000 Binary files a/blockchains/terra/assets/terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd/info.json b/blockchains/terra/assets/terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd/info.json deleted file mode 100644 index 71265680ee9e3..0000000000000 --- a/blockchains/terra/assets/terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Shiba Inu (Portal)", - "type": "CW20", - "symbol": "SHIB", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://shibatoken.com/", - "explorer": "https://finder.terra.money/mainnet/address/terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd", - "status": "active", - "id": "terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd/logo.png b/blockchains/terra/assets/terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd/logo.png deleted file mode 100644 index 5f4a1d03d126c..0000000000000 Binary files a/blockchains/terra/assets/terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z/info.json b/blockchains/terra/assets/terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z/info.json deleted file mode 100644 index b4a3e5b4ee58b..0000000000000 --- a/blockchains/terra/assets/terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Lido DAO (Portal)", - "type": "CW20", - "symbol": "LDO", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://stake.lido.fi/", - "explorer": "https://finder.terra.money/mainnet/address/terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z", - "status": "active", - "id": "terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z/logo.png b/blockchains/terra/assets/terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z/logo.png deleted file mode 100644 index cc8b90ca87f4d..0000000000000 Binary files a/blockchains/terra/assets/terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x/info.json b/blockchains/terra/assets/terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x/info.json deleted file mode 100644 index 90a7b57a85de9..0000000000000 --- a/blockchains/terra/assets/terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "USD Coin (PoS) (Portal from Polygon)", - "type": "CW20", - "symbol": "USDCpo", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.circle.com/en/usdc", - "explorer": "https://finder.terra.money/mainnet/address/terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x", - "status": "active", - "id": "terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x/logo.png b/blockchains/terra/assets/terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x/logo.png deleted file mode 100644 index 4e3f74d233943..0000000000000 Binary files a/blockchains/terra/assets/terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03/info.json b/blockchains/terra/assets/terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03/info.json deleted file mode 100644 index c2dbb2f8aad7b..0000000000000 --- a/blockchains/terra/assets/terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Orion Money (Portal)", - "type": "CW20", - "symbol": "ORION", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://orion.money/", - "explorer": "https://finder.terra.money/mainnet/address/terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03", - "status": "active", - "id": "terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03/logo.png b/blockchains/terra/assets/terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03/logo.png deleted file mode 100644 index 89db97dd2ba01..0000000000000 Binary files a/blockchains/terra/assets/terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp/info.json b/blockchains/terra/assets/terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp/info.json deleted file mode 100644 index 2b389eb118cc6..0000000000000 --- a/blockchains/terra/assets/terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Audius (Portal)", - "type": "CW20", - "symbol": "AUDIO", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://audius.co/", - "explorer": "https://finder.terra.money/mainnet/address/terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp", - "status": "active", - "id": "terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp/logo.png b/blockchains/terra/assets/terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp/logo.png deleted file mode 100644 index c06d51fcc9aa4..0000000000000 Binary files a/blockchains/terra/assets/terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06/info.json b/blockchains/terra/assets/terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06/info.json deleted file mode 100644 index 717a33a8235f3..0000000000000 --- a/blockchains/terra/assets/terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "USD Coin (Portal from Ethereum)", - "type": "CW20", - "symbol": "USDCet", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.circle.com/en/usdc", - "explorer": "https://finder.terra.money/mainnet/address/terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06", - "status": "active", - "id": "terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06/logo.png b/blockchains/terra/assets/terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06/logo.png deleted file mode 100644 index ed00e43fcfe9b..0000000000000 Binary files a/blockchains/terra/assets/terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w/info.json b/blockchains/terra/assets/terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w/info.json deleted file mode 100644 index f8c9f37f841ee..0000000000000 --- a/blockchains/terra/assets/terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "USD Coin (Portal from Avalanche)", - "type": "CW20", - "symbol": "USDCav", - "decimals": 6, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.circle.com/en/usdc", - "explorer": "https://finder.terra.money/mainnet/address/terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w", - "status": "active", - "id": "terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w/logo.png b/blockchains/terra/assets/terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w/logo.png deleted file mode 100644 index f448cdfef620e..0000000000000 Binary files a/blockchains/terra/assets/terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y/info.json b/blockchains/terra/assets/terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y/info.json deleted file mode 100644 index 47b62fc1fdee2..0000000000000 --- a/blockchains/terra/assets/terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Marinade staked SOL (Portal)", - "type": "CW20", - "symbol": "mSOL", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://marinade.finance/", - "explorer": "https://finder.terra.money/mainnet/address/terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y", - "status": "active", - "id": "terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y/logo.png b/blockchains/terra/assets/terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y/logo.png deleted file mode 100644 index b6c0173045c7a..0000000000000 Binary files a/blockchains/terra/assets/terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc/info.json b/blockchains/terra/assets/terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc/info.json deleted file mode 100644 index fc3e539936765..0000000000000 --- a/blockchains/terra/assets/terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Star Atlas (Portal)", - "type": "CW20", - "symbol": "ATLAS", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://staratlas.com", - "explorer": "https://finder.terra.money/mainnet/address/terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc", - "status": "active", - "id": "terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc/logo.png b/blockchains/terra/assets/terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc/logo.png deleted file mode 100644 index 8cd9b22a7f253..0000000000000 Binary files a/blockchains/terra/assets/terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd/info.json b/blockchains/terra/assets/terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd/info.json deleted file mode 100644 index a74cbdc24548c..0000000000000 --- a/blockchains/terra/assets/terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Binance USD (Portal from BSC)", - "type": "CW20", - "symbol": "BUSDbs", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.paxos.com/busd/", - "explorer": "https://finder.terra.money/mainnet/address/terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd", - "status": "active", - "id": "terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd/logo.png b/blockchains/terra/assets/terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd/logo.png deleted file mode 100644 index 58b66f7e91e64..0000000000000 Binary files a/blockchains/terra/assets/terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz/info.json b/blockchains/terra/assets/terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz/info.json deleted file mode 100644 index f9dbf07c98570..0000000000000 --- a/blockchains/terra/assets/terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Lido bETH (Portal)", - "type": "CW20", - "symbol": "bETH", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.anchorprotocol.com/", - "explorer": "https://finder.terra.money/mainnet/address/terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz", - "status": "active", - "id": "terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz/logo.png b/blockchains/terra/assets/terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz/logo.png deleted file mode 100644 index 9b94a46ec9eea..0000000000000 Binary files a/blockchains/terra/assets/terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd/info.json b/blockchains/terra/assets/terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd/info.json deleted file mode 100644 index d2944c9dd9298..0000000000000 --- a/blockchains/terra/assets/terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Tether USD (Portal from BSC)", - "type": "CW20", - "symbol": "USDTbs", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://tether.to/", - "explorer": "https://finder.terra.money/mainnet/address/terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd", - "status": "active", - "id": "terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd/logo.png b/blockchains/terra/assets/terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd/logo.png deleted file mode 100644 index 498219815a122..0000000000000 Binary files a/blockchains/terra/assets/terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d/info.json b/blockchains/terra/assets/terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d/info.json deleted file mode 100644 index 289a8d4f1f489..0000000000000 --- a/blockchains/terra/assets/terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Lido Staked Ether (Portal)", - "type": "CW20", - "symbol": "stETH", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://lido.fi/", - "explorer": "https://finder.terra.money/mainnet/address/terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d", - "status": "active", - "id": "terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d/logo.png b/blockchains/terra/assets/terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d/logo.png deleted file mode 100644 index 423a3c7117cf7..0000000000000 Binary files a/blockchains/terra/assets/terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf/info.json b/blockchains/terra/assets/terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf/info.json deleted file mode 100644 index a35efc6f05b50..0000000000000 --- a/blockchains/terra/assets/terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Uniswap (Portal)", - "type": "CW20", - "symbol": "UNI", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://uniswap.org/", - "explorer": "https://finder.terra.money/mainnet/address/terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf", - "status": "active", - "id": "terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf/logo.png b/blockchains/terra/assets/terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf/logo.png deleted file mode 100644 index 66cd242149010..0000000000000 Binary files a/blockchains/terra/assets/terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av/info.json b/blockchains/terra/assets/terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av/info.json deleted file mode 100644 index 665daa6f80110..0000000000000 --- a/blockchains/terra/assets/terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "PancakeSwap Token (Portal)", - "type": "CW20", - "symbol": "CAKE", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://pancakeswap.finance/", - "explorer": "https://finder.terra.money/mainnet/address/terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av", - "status": "active", - "id": "terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av/logo.png b/blockchains/terra/assets/terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av/logo.png deleted file mode 100644 index cb6457e6b173d..0000000000000 Binary files a/blockchains/terra/assets/terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu/info.json b/blockchains/terra/assets/terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu/info.json deleted file mode 100644 index 8421d71b3a13b..0000000000000 --- a/blockchains/terra/assets/terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "USD Coin (Portal from BSC)", - "type": "CW20", - "symbol": "USDCbs", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://www.circle.com/en/usdc", - "explorer": "https://finder.terra.money/mainnet/address/terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu", - "status": "active", - "id": "terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu/logo.png b/blockchains/terra/assets/terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu/logo.png deleted file mode 100644 index 8ec55937f4dba..0000000000000 Binary files a/blockchains/terra/assets/terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95/info.json b/blockchains/terra/assets/terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95/info.json deleted file mode 100644 index ea12733922a6d..0000000000000 --- a/blockchains/terra/assets/terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95/info.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "DAI (Portal)", - "type": "CW20", - "symbol": "DAI", - "decimals": 8, - "description": "Cross Chain Portal Bridged Token", - "website": "https://makerdao.com/", - "explorer": "https://finder.terra.money/mainnet/address/terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95", - "status": "active", - "id": "terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95", - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/terra/assets/terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95/logo.png b/blockchains/terra/assets/terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95/logo.png deleted file mode 100644 index 6c711d8a55837..0000000000000 Binary files a/blockchains/terra/assets/terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/ukrw/info.json b/blockchains/terra/assets/ukrw/info.json deleted file mode 100644 index cbfa3123bb8d1..0000000000000 --- a/blockchains/terra/assets/ukrw/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "TerraClassicKRW", - "website": "https://terra.money", - "description": "TerraKRW is the first decentralized stablecoin that is scalable, yield bearing and interchain.", - "explorer": "https://finder.terra.money/mainnet/address/ukrw", - "type": "TERRA", - "symbol": "KRTC", - "decimals": 6, - "status": "active", - "id": "ukrw", - "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/terra/assets/ukrw/logo.png b/blockchains/terra/assets/ukrw/logo.png deleted file mode 100644 index 622d4a2eb2914..0000000000000 Binary files a/blockchains/terra/assets/ukrw/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/umnt/info.json b/blockchains/terra/assets/umnt/info.json deleted file mode 100644 index 099aa2fe33f80..0000000000000 --- a/blockchains/terra/assets/umnt/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "TerraClassicUMNT", - "website": "https://terra.money", - "description": "TerraUMNT is the first decentralized stablecoin that is scalable, yield bearing and interchain.", - "explorer": "https://finder.terra.money/mainnet/address/umnt", - "type": "TERRA", - "symbol": "UMNTC", - "decimals": 6, - "status": "active", - "id": "umnt", - "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/terra/assets/umnt/logo.png b/blockchains/terra/assets/umnt/logo.png deleted file mode 100644 index 7a44afe5f6f48..0000000000000 Binary files a/blockchains/terra/assets/umnt/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/usdr/info.json b/blockchains/terra/assets/usdr/info.json deleted file mode 100644 index 0083d13864c8a..0000000000000 --- a/blockchains/terra/assets/usdr/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "TerraClassicSDT", - "website": "https://terra.money", - "description": "TerraSDT is the first decentralized stablecoin that is scalable, yield bearing and interchain.", - "explorer": "https://finder.terra.money/mainnet/address/usdr", - "type": "TERRA", - "symbol": "SDTC", - "decimals": 6, - "status": "active", - "id": "usdr", - "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/terra/assets/usdr/logo.png b/blockchains/terra/assets/usdr/logo.png deleted file mode 100644 index dbf5e23a8f974..0000000000000 Binary files a/blockchains/terra/assets/usdr/logo.png and /dev/null differ diff --git a/blockchains/terra/assets/uusd/info.json b/blockchains/terra/assets/uusd/info.json deleted file mode 100644 index 41fb32e60360e..0000000000000 --- a/blockchains/terra/assets/uusd/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "TerraClassicUSD", - "website": "https://terra.money", - "description": "TerraUSD is the first decentralized stablecoin that is scalable, yield bearing and interchain.", - "explorer": "https://finder.terra.money/mainnet/address/uusd", - "type": "TERRA", - "symbol": "USTC", - "decimals": 6, - "status": "active", - "id": "uusd", - "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/terra/assets/uusd/logo.png b/blockchains/terra/assets/uusd/logo.png deleted file mode 100644 index b5de7830c06f0..0000000000000 Binary files a/blockchains/terra/assets/uusd/logo.png and /dev/null differ diff --git a/blockchains/terra/info/info.json b/blockchains/terra/info/info.json deleted file mode 100644 index c83e0916a4464..0000000000000 --- a/blockchains/terra/info/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Terra Classic", - "website": "https://terra.money", - "description": "A price-stable cryptocurrency designed for mass adoption. We are building financial infrastructure for the next generation of decentralized applications.", - "explorer": "https://finder.terra.money", - "research": "https://research.binance.com/en/projects/terra", - "symbol": "LUNC", - "type": "coin", - "decimals": 6, - "status": "active", - "tags": [ - "staking-native" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/terra-project" - }, - { - "name": "twitter", - "url": "https://twitter.com/terra_money" - }, - { - "name": "whitepaper", - "url": "https://docs.terra.money" - } - ] -} diff --git a/blockchains/terra/info/logo.png b/blockchains/terra/info/logo.png deleted file mode 100644 index 8ff4ba43bb294..0000000000000 Binary files a/blockchains/terra/info/logo.png and /dev/null differ diff --git a/blockchains/terra/validators/assets/terravaloper108lmrztvc3pc3w774shgvpry4d3lf79k2ummna/logo.png b/blockchains/terra/validators/assets/terravaloper108lmrztvc3pc3w774shgvpry4d3lf79k2ummna/logo.png deleted file mode 100644 index 0f6305d87f6e5..0000000000000 Binary files a/blockchains/terra/validators/assets/terravaloper108lmrztvc3pc3w774shgvpry4d3lf79k2ummna/logo.png and /dev/null differ diff --git a/blockchains/terra/validators/assets/terravaloper120ppepaj2lh5vreadx42wnjjznh55vvktp78wk/logo.png b/blockchains/terra/validators/assets/terravaloper120ppepaj2lh5vreadx42wnjjznh55vvktp78wk/logo.png deleted file mode 100644 index 2bd3a1e2d4571..0000000000000 Binary files a/blockchains/terra/validators/assets/terravaloper120ppepaj2lh5vreadx42wnjjznh55vvktp78wk/logo.png and /dev/null differ diff --git a/blockchains/terra/validators/assets/terravaloper1259cmu5zyklsdkmgstxhwqpe0utfe5hhyty0at/logo.png b/blockchains/terra/validators/assets/terravaloper1259cmu5zyklsdkmgstxhwqpe0utfe5hhyty0at/logo.png deleted file mode 100644 index 972b4179dbe1b..0000000000000 Binary files a/blockchains/terra/validators/assets/terravaloper1259cmu5zyklsdkmgstxhwqpe0utfe5hhyty0at/logo.png and /dev/null differ diff --git a/blockchains/terra/validators/assets/terravaloper12r8929na0amxfj406zw7vk8jmd03fmzcj9r2gg/logo.png b/blockchains/terra/validators/assets/terravaloper12r8929na0amxfj406zw7vk8jmd03fmzcj9r2gg/logo.png deleted file mode 100644 index 434f53ccac24a..0000000000000 Binary files a/blockchains/terra/validators/assets/terravaloper12r8929na0amxfj406zw7vk8jmd03fmzcj9r2gg/logo.png and /dev/null differ diff --git a/blockchains/terra/validators/assets/terravaloper14xjkj5rv72fgqz3h78l883rw0njwhmzce45006/logo.png b/blockchains/terra/validators/assets/terravaloper14xjkj5rv72fgqz3h78l883rw0njwhmzce45006/logo.png deleted file mode 100644 index 7377f61b2a549..0000000000000 Binary files a/blockchains/terra/validators/assets/terravaloper14xjkj5rv72fgqz3h78l883rw0njwhmzce45006/logo.png and /dev/null differ diff --git a/blockchains/terra/validators/assets/terravaloper16e0s5t7q69elnlchrupryw3h7vu8zk23pe5wh8/logo.png b/blockchains/terra/validators/assets/terravaloper16e0s5t7q69elnlchrupryw3h7vu8zk23pe5wh8/logo.png deleted file mode 100644 index 80d398ff24f87..0000000000000 Binary files a/blockchains/terra/validators/assets/terravaloper16e0s5t7q69elnlchrupryw3h7vu8zk23pe5wh8/logo.png and /dev/null differ diff --git a/blockchains/terra/validators/assets/terravaloper1a9q6jl792qg36cp025ccjtgyf4qxrwzqjkmk5d/logo.png b/blockchains/terra/validators/assets/terravaloper1a9q6jl792qg36cp025ccjtgyf4qxrwzqjkmk5d/logo.png deleted file mode 100644 index c5d2e142506f8..0000000000000 Binary files a/blockchains/terra/validators/assets/terravaloper1a9q6jl792qg36cp025ccjtgyf4qxrwzqjkmk5d/logo.png and /dev/null differ diff --git a/blockchains/terra/validators/assets/terravaloper1alpf6snw2d76kkwjv3dp4l7pcl6cn9uyt0tcj9/logo.png b/blockchains/terra/validators/assets/terravaloper1alpf6snw2d76kkwjv3dp4l7pcl6cn9uyt0tcj9/logo.png deleted file mode 100644 index 63fe5615e0880..0000000000000 Binary files a/blockchains/terra/validators/assets/terravaloper1alpf6snw2d76kkwjv3dp4l7pcl6cn9uyt0tcj9/logo.png and /dev/null differ diff --git a/blockchains/terra/validators/assets/terravaloper1audgfvmgt0js54p3s8kj3r40uwej6vy2tv6rrw/logo.png b/blockchains/terra/validators/assets/terravaloper1audgfvmgt0js54p3s8kj3r40uwej6vy2tv6rrw/logo.png deleted file mode 100644 index cbd2585946dbe..0000000000000 Binary files a/blockchains/terra/validators/assets/terravaloper1audgfvmgt0js54p3s8kj3r40uwej6vy2tv6rrw/logo.png and /dev/null differ diff --git a/blockchains/terra/validators/assets/terravaloper1der0lqp4grpnmpuefhwlj72fzccqmhmwgjh6ys/logo.png b/blockchains/terra/validators/assets/terravaloper1der0lqp4grpnmpuefhwlj72fzccqmhmwgjh6ys/logo.png deleted file mode 100644 index 51a327ab316c7..0000000000000 Binary files a/blockchains/terra/validators/assets/terravaloper1der0lqp4grpnmpuefhwlj72fzccqmhmwgjh6ys/logo.png and /dev/null differ diff --git a/blockchains/terra/validators/assets/terravaloper1fuk24ujq5e7zrj7st2m4wvgczdfchhzm5f2ml0/logo.png b/blockchains/terra/validators/assets/terravaloper1fuk24ujq5e7zrj7st2m4wvgczdfchhzm5f2ml0/logo.png deleted file mode 100644 index 70ee36d1bc856..0000000000000 Binary files a/blockchains/terra/validators/assets/terravaloper1fuk24ujq5e7zrj7st2m4wvgczdfchhzm5f2ml0/logo.png and /dev/null differ diff --git a/blockchains/terra/validators/assets/terravaloper1gh7wpfpsjrqnash5uc84z4njt95y9g5nh3uqzx/logo.png b/blockchains/terra/validators/assets/terravaloper1gh7wpfpsjrqnash5uc84z4njt95y9g5nh3uqzx/logo.png deleted file mode 100644 index 3c29ee005d51c..0000000000000 Binary files a/blockchains/terra/validators/assets/terravaloper1gh7wpfpsjrqnash5uc84z4njt95y9g5nh3uqzx/logo.png and /dev/null differ diff --git a/blockchains/terra/validators/assets/terravaloper1n7pkcal0jkp0ac9r338qp9cm5x6cakfnremtnt/logo.png b/blockchains/terra/validators/assets/terravaloper1n7pkcal0jkp0ac9r338qp9cm5x6cakfnremtnt/logo.png deleted file mode 100644 index 9ec4e2549c1ed..0000000000000 Binary files a/blockchains/terra/validators/assets/terravaloper1n7pkcal0jkp0ac9r338qp9cm5x6cakfnremtnt/logo.png and /dev/null differ diff --git a/blockchains/terra/validators/assets/terravaloper1nwrksgv2vuadma8ygs8rhwffu2ygk4j24w2mku/logo.png b/blockchains/terra/validators/assets/terravaloper1nwrksgv2vuadma8ygs8rhwffu2ygk4j24w2mku/logo.png deleted file mode 100644 index 7d9d74321268b..0000000000000 Binary files a/blockchains/terra/validators/assets/terravaloper1nwrksgv2vuadma8ygs8rhwffu2ygk4j24w2mku/logo.png and /dev/null differ diff --git a/blockchains/terra/validators/assets/terravaloper1ptyzewnns2kn37ewtmv6ppsvhdnmeapvgk6d65/logo.png b/blockchains/terra/validators/assets/terravaloper1ptyzewnns2kn37ewtmv6ppsvhdnmeapvgk6d65/logo.png deleted file mode 100644 index 362d63669b379..0000000000000 Binary files a/blockchains/terra/validators/assets/terravaloper1ptyzewnns2kn37ewtmv6ppsvhdnmeapvgk6d65/logo.png and /dev/null differ diff --git a/blockchains/terra/validators/assets/terravaloper1pu8lpz64erz47eemtkhq9wzwu9st9ehywnlw4q/logo.png b/blockchains/terra/validators/assets/terravaloper1pu8lpz64erz47eemtkhq9wzwu9st9ehywnlw4q/logo.png deleted file mode 100644 index ea2ccf3b39696..0000000000000 Binary files a/blockchains/terra/validators/assets/terravaloper1pu8lpz64erz47eemtkhq9wzwu9st9ehywnlw4q/logo.png and /dev/null differ diff --git a/blockchains/terra/validators/assets/terravaloper1qrgwphlf9c64m5ys6pzsvy055ud03e4kr7sq8u/logo.png b/blockchains/terra/validators/assets/terravaloper1qrgwphlf9c64m5ys6pzsvy055ud03e4kr7sq8u/logo.png deleted file mode 100644 index 5fbc40e487146..0000000000000 Binary files a/blockchains/terra/validators/assets/terravaloper1qrgwphlf9c64m5ys6pzsvy055ud03e4kr7sq8u/logo.png and /dev/null differ diff --git a/blockchains/terra/validators/assets/terravaloper1sym8gyehrdsm03vdc44rg9sflg8zeuqwfzavhx/logo.png b/blockchains/terra/validators/assets/terravaloper1sym8gyehrdsm03vdc44rg9sflg8zeuqwfzavhx/logo.png deleted file mode 100644 index 459f300800ebb..0000000000000 Binary files a/blockchains/terra/validators/assets/terravaloper1sym8gyehrdsm03vdc44rg9sflg8zeuqwfzavhx/logo.png and /dev/null differ diff --git a/blockchains/terra/validators/assets/terravaloper1u7cfwp620pn8tjfth92t5dry3mhd3etc2utr94/logo.png b/blockchains/terra/validators/assets/terravaloper1u7cfwp620pn8tjfth92t5dry3mhd3etc2utr94/logo.png deleted file mode 100644 index e527efa714f34..0000000000000 Binary files a/blockchains/terra/validators/assets/terravaloper1u7cfwp620pn8tjfth92t5dry3mhd3etc2utr94/logo.png and /dev/null differ diff --git a/blockchains/terra/validators/assets/terravaloper1x4ce4fhqdnu8j7hrp64qmthumsvuhlq8y0kvx4/logo.png b/blockchains/terra/validators/assets/terravaloper1x4ce4fhqdnu8j7hrp64qmthumsvuhlq8y0kvx4/logo.png deleted file mode 100644 index 87f2f3b02643b..0000000000000 Binary files a/blockchains/terra/validators/assets/terravaloper1x4ce4fhqdnu8j7hrp64qmthumsvuhlq8y0kvx4/logo.png and /dev/null differ diff --git a/blockchains/terra/validators/list.json b/blockchains/terra/validators/list.json deleted file mode 100644 index 9209e3c839a5e..0000000000000 --- a/blockchains/terra/validators/list.json +++ /dev/null @@ -1,122 +0,0 @@ -[ - { - "id": "terravaloper1ptyzewnns2kn37ewtmv6ppsvhdnmeapvgk6d65", - "name": "WeStaking", - "description": "Secure Staking as a Service", - "website": "https://westaking.io" - }, - { - "id": "terravaloper1audgfvmgt0js54p3s8kj3r40uwej6vy2tv6rrw", - "name": "FreshLUNA", - "description": "FreshLuna runs on bare metal in a SSAE16 SOC2 certified Tier 3 datacenter with geographically distributed private sentry nodes, YubiHSM2 hardware protected keys, with 24/7 monitoring, alerting, and analytics.", - "website": "https://freshluna.com" - }, - { - "id": "terravaloper1nwrksgv2vuadma8ygs8rhwffu2ygk4j24w2mku", - "name": "Stakin", - "description": "Your Trusted Crypto Rewards", - "website": "https://stakin.com/" - }, - { - "id": "terravaloper1n7pkcal0jkp0ac9r338qp9cm5x6cakfnremtnt", - "name": "AUDIT.one", - "description": "Validators of today, Auditors of tomorrow", - "website": "https://audit.one/" - }, - { - "id": "terravaloper1gh7wpfpsjrqnash5uc84z4njt95y9g5nh3uqzx", - "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": "terravaloper1259cmu5zyklsdkmgstxhwqpe0utfe5hhyty0at", - "name": "Orion.Money", - "description": "Orion Money is building a portfolio of dApps and infrastructure on and off the Terra network, which will open floodgates of new users and capital into the Terra ecosystem.", - "website": "https://orion.money" - }, - { - "id": "terravaloper1a9q6jl792qg36cp025ccjtgyf4qxrwzqjkmk5d", - "name": "stake.systems", - "description": "building infrastructure to support awesome projects running in the blockchain landscape", - "website": "https://stakesystems.io" - }, - { - "id": "terravaloper1u7cfwp620pn8tjfth92t5dry3mhd3etc2utr94", - "name": "Crypto Plant", - "description": "building infrastructure to support awesome projects running in the blockchain landscape", - "website": "https://terra.money" - }, - { - "id": "terravaloper1x4ce4fhqdnu8j7hrp64qmthumsvuhlq8y0kvx4", - "name": "MissionControl", - "description": "Choose a secure and reliable validator based in Italy, we use sentry architecture to ensure maximum uptime and protection from DDoS attacks.", - "website": "https://mcontrol.ml/" - }, - { - "id": "terravaloper1sym8gyehrdsm03vdc44rg9sflg8zeuqwfzavhx", - "name": "syncnode", - "description": "Syncnode wallet provides safe and easy to use digital asset management wallet, an A to Z staking solution and a fully governance built in module.", - "website": "https://wallet.syncnode.ro/" - }, - { - "id": "terravaloper1alpf6snw2d76kkwjv3dp4l7pcl6cn9uyt0tcj9", - "name": "Smart Stake", - "description": "Creator of Terra Analytics @ terra.smartstake.io - Supply, airdrop apr/timer, tvl, ecosystem, projects, & many other tools. Creator of validator analytics @ tpa.smartstake.io. Automated monitoring & alerts to ensure high uptime. Commission fixed @ 5%. Support @ t.me/SmartStake", - "website": "https://smartstake.io/" - }, - { - "id": "terravaloper108lmrztvc3pc3w774shgvpry4d3lf79k2ummna", - "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": "terravaloper120ppepaj2lh5vreadx42wnjjznh55vvktp78wk", - "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/lunc/staking" - }, - { - "id": "terravaloper1pu8lpz64erz47eemtkhq9wzwu9st9ehywnlw4q", - "name": "1% MAX fee & 100% UPTIME", - "description": "We are a stable validator with the most favorable conditions. Our commission is 1% maximum and 100% uptime. We work for you, and we prove it in practice! You can check our real uptime here: https://terra-classic.aurastake.com/", - "website": "https://t.me/MAX_fee1" - }, - { - "id": "terravaloper1qrgwphlf9c64m5ys6pzsvy055ud03e4kr7sq8u", - "name": "lunc_nymph", - "description": "Safeguard #lunc with world-class infrastructure!", - "website": "https://twitter.com/lunc_nymph" - }, - { - "id": "terravaloper14xjkj5rv72fgqz3h78l883rw0njwhmzce45006", - "name": "Classy's Sphere 🔮 | 0% Fees", - "description": "Community Validator run by Classy Crypto. 100% OF Our Commission WILL BE BURNED! Fund developers & help revitalize the chain. Auto-compound your rewards through https://restake.app/terra for greater yield & Stay Classy.", - "website": "https://twitter.com/ClassyCrypto_" - }, - { - "id": "terravaloper12r8929na0amxfj406zw7vk8jmd03fmzcj9r2gg", - "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" - }, - { - "id": "terravaloper1der0lqp4grpnmpuefhwlj72fzccqmhmwgjh6ys", - "name": "lunc-validator ⚡️ High Availability Server +Auto-compound", - "description": "Blockchain Reliability Validator Node +Burn Support. Auto-compound your rewards through https://restake.app/terra for greater yield.", - "website": "lunc-validator.com" - }, - { - "id": "terravaloper1fuk24ujq5e7zrj7st2m4wvgczdfchhzm5f2ml0", - "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": "terravaloper16e0s5t7q69elnlchrupryw3h7vu8zk23pe5wh8", - "name": "JESUSisLORD", - "description": "JESUSisLORD is an advanced non-custodial Luna Classic (LUNC) validator owned by Christopher Harris, a Bible believing Christian, powered by first-class staking provider Allnodes. Enjoy 99.9% server uptimes, maximum 5% commission, minimum 95% rewards, high security and updates.", - "website": "https://tinyurl.com/ycknjwvr" - } -] diff --git a/blockchains/terrav2/info/info.json b/blockchains/terrav2/info/info.json deleted file mode 100644 index 1d64bfe250b90..0000000000000 --- a/blockchains/terrav2/info/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Terra", - "website": "https://terra.money", - "description": "A price-stable cryptocurrency designed for mass adoption. We are building financial infrastructure for the next generation of decentralized applications.", - "explorer": "https://finder.terra.money", - "research": "https://research.binance.com/en/projects/terra", - "symbol": "LUNA", - "type": "coin", - "decimals": 6, - "status": "active", - "links": [ - { - "name": "github", - "url": "https://github.com/terra-project" - }, - { - "name": "twitter", - "url": "https://twitter.com/terra_money" - }, - { - "name": "whitepaper", - "url": "https://docs.terra.money" - } - ] -} \ No newline at end of file diff --git a/blockchains/terrav2/info/logo.png b/blockchains/terrav2/info/logo.png deleted file mode 100644 index d104f691609d3..0000000000000 Binary files a/blockchains/terrav2/info/logo.png and /dev/null differ diff --git a/blockchains/tezos/info/info.json b/blockchains/tezos/info/info.json deleted file mode 100644 index b662a92aebb8a..0000000000000 --- a/blockchains/tezos/info/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Tezos", - "website": "https://tezos.com/", - "description": "Tezos is a smart contract platform that uses blockchain voting to be self-governing by its token holders. Also, the platform aims to boost the security of smart contracts.", - "explorer": "https://tezos.id", - "research": "https://research.binance.com/en/projects/tezos", - "symbol": "XTZ", - "type": "coin", - "decimals": 6, - "status": "active", - "tags": [ - "staking-native" - ], - "links": [ - { - "name": "source_code", - "url": "https://gitlab.com/tezos/tezos" - }, - { - "name": "twitter", - "url": "https://twitter.com/tezos" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/tezos" - }, - { - "name": "whitepaper", - "url": "https://www.tezos.com/static/papers/white_paper.pdf" - } - ] -} diff --git a/blockchains/tezos/info/logo.png b/blockchains/tezos/info/logo.png deleted file mode 100644 index a3d1ea939d012..0000000000000 Binary files a/blockchains/tezos/info/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1LH4L6XYT2JNPhvWYC4Zq3XEiGgEwzNRvo/logo.png b/blockchains/tezos/validators/assets/tz1LH4L6XYT2JNPhvWYC4Zq3XEiGgEwzNRvo/logo.png deleted file mode 100644 index 95078b56d6d2d..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1LH4L6XYT2JNPhvWYC4Zq3XEiGgEwzNRvo/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1LLNkQK4UQV6QcFShiXJ2vT2ELw449MzAA/logo.png b/blockchains/tezos/validators/assets/tz1LLNkQK4UQV6QcFShiXJ2vT2ELw449MzAA/logo.png deleted file mode 100644 index 30dd765d7538b..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1LLNkQK4UQV6QcFShiXJ2vT2ELw449MzAA/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1Ldzz6k1BHdhuKvAtMRX7h5kJSMHESMHLC/logo.png b/blockchains/tezos/validators/assets/tz1Ldzz6k1BHdhuKvAtMRX7h5kJSMHESMHLC/logo.png deleted file mode 100644 index 58c8318b87ba0..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1Ldzz6k1BHdhuKvAtMRX7h5kJSMHESMHLC/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1Lhf4J9Qxoe3DZ2nfe8FGDnvVj7oKjnMY6/logo.png b/blockchains/tezos/validators/assets/tz1Lhf4J9Qxoe3DZ2nfe8FGDnvVj7oKjnMY6/logo.png deleted file mode 100644 index 8f9a54773a729..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1Lhf4J9Qxoe3DZ2nfe8FGDnvVj7oKjnMY6/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1MXFrtZoaXckE41bjUCSjAjAap3AFDSr3N/logo.png b/blockchains/tezos/validators/assets/tz1MXFrtZoaXckE41bjUCSjAjAap3AFDSr3N/logo.png deleted file mode 100644 index e88788d8faa05..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1MXFrtZoaXckE41bjUCSjAjAap3AFDSr3N/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1NEKxGEHsFufk87CVZcrqWu8o22qh46GK6/logo.png b/blockchains/tezos/validators/assets/tz1NEKxGEHsFufk87CVZcrqWu8o22qh46GK6/logo.png deleted file mode 100644 index 8ee4942f5f5b6..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1NEKxGEHsFufk87CVZcrqWu8o22qh46GK6/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1NMNQYrYrfNpmUqQrMhJypf6ovnaDZhJHM/logo.png b/blockchains/tezos/validators/assets/tz1NMNQYrYrfNpmUqQrMhJypf6ovnaDZhJHM/logo.png deleted file mode 100644 index 025cc459ef835..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1NMNQYrYrfNpmUqQrMhJypf6ovnaDZhJHM/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1NortRftucvAkD1J58L32EhSVrQEWJCEnB/logo.png b/blockchains/tezos/validators/assets/tz1NortRftucvAkD1J58L32EhSVrQEWJCEnB/logo.png deleted file mode 100644 index 9386e828bbef3..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1NortRftucvAkD1J58L32EhSVrQEWJCEnB/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1P2Po7YM526ughEsRbY4oR9zaUPDZjxFrb/logo.png b/blockchains/tezos/validators/assets/tz1P2Po7YM526ughEsRbY4oR9zaUPDZjxFrb/logo.png deleted file mode 100644 index 366bc2a8f4356..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1P2Po7YM526ughEsRbY4oR9zaUPDZjxFrb/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1Pwgj6j55akKCyvTwwr9X4np1RskSXpQY4/logo.png b/blockchains/tezos/validators/assets/tz1Pwgj6j55akKCyvTwwr9X4np1RskSXpQY4/logo.png deleted file mode 100644 index 70b4b325ce8b8..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1Pwgj6j55akKCyvTwwr9X4np1RskSXpQY4/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1QLXqnfN51dkjeghXvKHkJfhvGiM5gK4tc/logo.png b/blockchains/tezos/validators/assets/tz1QLXqnfN51dkjeghXvKHkJfhvGiM5gK4tc/logo.png deleted file mode 100644 index bff8bd2cde7b8..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1QLXqnfN51dkjeghXvKHkJfhvGiM5gK4tc/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1RCFbB9GpALpsZtu6J58sb74dm8qe6XBzv/logo.png b/blockchains/tezos/validators/assets/tz1RCFbB9GpALpsZtu6J58sb74dm8qe6XBzv/logo.png deleted file mode 100644 index bda0e7429348e..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1RCFbB9GpALpsZtu6J58sb74dm8qe6XBzv/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1RV1MBbZMR68tacosb7Mwj6LkbPSUS1er1/logo.png b/blockchains/tezos/validators/assets/tz1RV1MBbZMR68tacosb7Mwj6LkbPSUS1er1/logo.png deleted file mode 100644 index 656ebb7b86eee..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1RV1MBbZMR68tacosb7Mwj6LkbPSUS1er1/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1STeamwbp68THcny9zk3LsbG3H36DMvbRK/logo.png b/blockchains/tezos/validators/assets/tz1STeamwbp68THcny9zk3LsbG3H36DMvbRK/logo.png deleted file mode 100644 index 5bf03958cb402..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1STeamwbp68THcny9zk3LsbG3H36DMvbRK/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1Scdr2HsZiQjc7bHMeBbmDRXYVvdhjJbBh/logo.png b/blockchains/tezos/validators/assets/tz1Scdr2HsZiQjc7bHMeBbmDRXYVvdhjJbBh/logo.png deleted file mode 100644 index 75e11de342060..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1Scdr2HsZiQjc7bHMeBbmDRXYVvdhjJbBh/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1TDSmoZXwVevLTEvKCTHWpomG76oC9S2fJ/logo.png b/blockchains/tezos/validators/assets/tz1TDSmoZXwVevLTEvKCTHWpomG76oC9S2fJ/logo.png deleted file mode 100644 index 517641ab7c62a..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1TDSmoZXwVevLTEvKCTHWpomG76oC9S2fJ/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1Tnjaxk6tbAeC2TmMApPh8UsrEVQvhHvx5/logo.png b/blockchains/tezos/validators/assets/tz1Tnjaxk6tbAeC2TmMApPh8UsrEVQvhHvx5/logo.png deleted file mode 100644 index d286b27e4b298..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1Tnjaxk6tbAeC2TmMApPh8UsrEVQvhHvx5/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1V3yg82mcrPJbegqVCPn6bC8w1CSTRp3f8/logo.png b/blockchains/tezos/validators/assets/tz1V3yg82mcrPJbegqVCPn6bC8w1CSTRp3f8/logo.png deleted file mode 100644 index 7b3b3285912ed..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1V3yg82mcrPJbegqVCPn6bC8w1CSTRp3f8/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1Vyuu4EJ5Nym4JcrfRLnp3hpaq1DSEp1Ke/logo.png b/blockchains/tezos/validators/assets/tz1Vyuu4EJ5Nym4JcrfRLnp3hpaq1DSEp1Ke/logo.png deleted file mode 100644 index 7d9d74321268b..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1Vyuu4EJ5Nym4JcrfRLnp3hpaq1DSEp1Ke/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1WCd2jm4uSt4vntk4vSuUWoZQGhLcDuR9q/logo.png b/blockchains/tezos/validators/assets/tz1WCd2jm4uSt4vntk4vSuUWoZQGhLcDuR9q/logo.png deleted file mode 100644 index 460324f2336d8..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1WCd2jm4uSt4vntk4vSuUWoZQGhLcDuR9q/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1WctSwL49BZtdWAQ75NY6vr4xsAx6oKdah/logo.png b/blockchains/tezos/validators/assets/tz1WctSwL49BZtdWAQ75NY6vr4xsAx6oKdah/logo.png deleted file mode 100644 index a0395440680f2..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1WctSwL49BZtdWAQ75NY6vr4xsAx6oKdah/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1WpeqFaBG9Jm73Dmgqamy8eF8NWLz9JCoY/logo.png b/blockchains/tezos/validators/assets/tz1WpeqFaBG9Jm73Dmgqamy8eF8NWLz9JCoY/logo.png deleted file mode 100644 index 8e6b7c60a65eb..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1WpeqFaBG9Jm73Dmgqamy8eF8NWLz9JCoY/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1XXayQohB8XRXN7kMoHbf2NFwNiH3oMRQQ/logo.png b/blockchains/tezos/validators/assets/tz1XXayQohB8XRXN7kMoHbf2NFwNiH3oMRQQ/logo.png deleted file mode 100644 index 25d43bc3e6a1c..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1XXayQohB8XRXN7kMoHbf2NFwNiH3oMRQQ/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1Xek93iSXXckyQ6aYLVS5Rr2tge2en7ZxS/logo.png b/blockchains/tezos/validators/assets/tz1Xek93iSXXckyQ6aYLVS5Rr2tge2en7ZxS/logo.png deleted file mode 100644 index 4bc869765a8fb..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1Xek93iSXXckyQ6aYLVS5Rr2tge2en7ZxS/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1YiuvpfeVAHbnU8akcWErNfQGFHNQ7F45z/logo.png b/blockchains/tezos/validators/assets/tz1YiuvpfeVAHbnU8akcWErNfQGFHNQ7F45z/logo.png deleted file mode 100644 index 3495aed214dca..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1YiuvpfeVAHbnU8akcWErNfQGFHNQ7F45z/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1Z3KCf8CLGAYfvVWPEr562jDDyWkwNF7sT/logo.png b/blockchains/tezos/validators/assets/tz1Z3KCf8CLGAYfvVWPEr562jDDyWkwNF7sT/logo.png deleted file mode 100644 index 2caea3512a812..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1Z3KCf8CLGAYfvVWPEr562jDDyWkwNF7sT/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1aDiEJf9ztRrAJEXZfcG3CKimoKsGhwVAi/logo.png b/blockchains/tezos/validators/assets/tz1aDiEJf9ztRrAJEXZfcG3CKimoKsGhwVAi/logo.png deleted file mode 100644 index b4fde51e72669..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1aDiEJf9ztRrAJEXZfcG3CKimoKsGhwVAi/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1aRoaRhSpRYvFdyvgWLL6TGyRoGF51wDjM/logo.png b/blockchains/tezos/validators/assets/tz1aRoaRhSpRYvFdyvgWLL6TGyRoGF51wDjM/logo.png deleted file mode 100644 index bdb2ba8274a33..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1aRoaRhSpRYvFdyvgWLL6TGyRoGF51wDjM/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1awXW7wuXy21c66vBudMXQVAPgRnqqwgTH/logo.png b/blockchains/tezos/validators/assets/tz1awXW7wuXy21c66vBudMXQVAPgRnqqwgTH/logo.png deleted file mode 100644 index 6891376ce299a..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1awXW7wuXy21c66vBudMXQVAPgRnqqwgTH/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1cb8xcmJWcdVU7cNAd93MfEReorvP52P8x/logo.png b/blockchains/tezos/validators/assets/tz1cb8xcmJWcdVU7cNAd93MfEReorvP52P8x/logo.png deleted file mode 100644 index 61aaa2bfb58c2..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1cb8xcmJWcdVU7cNAd93MfEReorvP52P8x/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1eEnQhbwf6trb8Q8mPb2RaPkNk2rN7BKi8/logo.png b/blockchains/tezos/validators/assets/tz1eEnQhbwf6trb8Q8mPb2RaPkNk2rN7BKi8/logo.png deleted file mode 100644 index 24bf475107260..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1eEnQhbwf6trb8Q8mPb2RaPkNk2rN7BKi8/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz1hAYfexyzPGG6RhZZMpDvAHifubsbb6kgn/logo.png b/blockchains/tezos/validators/assets/tz1hAYfexyzPGG6RhZZMpDvAHifubsbb6kgn/logo.png deleted file mode 100644 index abcfc3298bba4..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz1hAYfexyzPGG6RhZZMpDvAHifubsbb6kgn/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz2FCNBrERXtaTtNX6iimR1UJ5JSDxvdHM93/logo.png b/blockchains/tezos/validators/assets/tz2FCNBrERXtaTtNX6iimR1UJ5JSDxvdHM93/logo.png deleted file mode 100644 index a759be8985350..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz2FCNBrERXtaTtNX6iimR1UJ5JSDxvdHM93/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz3QCNyySViKHmeSr45kzDxzchys7NiXCWoa/logo.png b/blockchains/tezos/validators/assets/tz3QCNyySViKHmeSr45kzDxzchys7NiXCWoa/logo.png deleted file mode 100644 index 311a42fa198e1..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz3QCNyySViKHmeSr45kzDxzchys7NiXCWoa/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz3adcvQaKXTCg12zbninqo3q8ptKKtDFTLv/logo.png b/blockchains/tezos/validators/assets/tz3adcvQaKXTCg12zbninqo3q8ptKKtDFTLv/logo.png deleted file mode 100644 index 39941e3e87e34..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz3adcvQaKXTCg12zbninqo3q8ptKKtDFTLv/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/assets/tz3e75hU4EhDU3ukyJueh5v6UvEHzGwkg3yC/logo.png b/blockchains/tezos/validators/assets/tz3e75hU4EhDU3ukyJueh5v6UvEHzGwkg3yC/logo.png deleted file mode 100644 index 57628070c937d..0000000000000 Binary files a/blockchains/tezos/validators/assets/tz3e75hU4EhDU3ukyJueh5v6UvEHzGwkg3yC/logo.png and /dev/null differ diff --git a/blockchains/tezos/validators/list.json b/blockchains/tezos/validators/list.json deleted file mode 100644 index 3aa3f290a506e..0000000000000 --- a/blockchains/tezos/validators/list.json +++ /dev/null @@ -1,520 +0,0 @@ -[ - { - "id": "tz1hAYfexyzPGG6RhZZMpDvAHifubsbb6kgn", - "name": "Swiss Staking", - "description": "Experienced validator based in Switzerland. We offer a highly secure and stable staking infrastructure.", - "website": "https://swiss-staking.ch", - "payout": { - "commission": 10, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 100 - } - }, - { - "id": "tz1NMNQYrYrfNpmUqQrMhJypf6ovnaDZhJHM", - "name": "Smart Node", - "description": "SmartNode is a Staking Service Provider aimed at giving anyone the opportunity to grow their crypto assets", - "website": "https://smart-node.com", - "payout": { - "commission": 10, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 1 - } - }, - { - "id": "tz3QCNyySViKHmeSr45kzDxzchys7NiXCWoa", - "name": "Proof of Bake", - "description": "The world's best Tezos baking service", - "website": "https://proofofbake.com", - "payout": { - "commission": 8, - "payoutDelay": 1, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 100 - } - }, - { - "id": "tz1Vyuu4EJ5Nym4JcrfRLnp3hpaq1DSEp1Ke", - "name": "Stakin", - "description": "Your Trusted Crypto Rewards", - "website": "https://stakin.com", - "payout": { - "commission": 10, - "payoutDelay": 1, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 20 - } - }, - { - "id": "tz3e75hU4EhDU3ukyJueh5v6UvEHzGwkg3yC", - "name": "At James Bakery", - "description": "We were the first bakery to pay the frozen rewards in advance. Our offer is built with the sole aim of giving you peace of mind and tranquillity. Quality at heart. Welcome to At James Bakery :)", - "website": "https://atjames.io", - "payout": { - "commission": 12, - "payoutDelay": 1, - "payoutPeriod": 5 - }, - "staking": { - "minDelegation": 1000 - } - }, - { - "id": "tz1Pwgj6j55akKCyvTwwr9X4np1RskSXpQY4", - "name": "Validators.com", - "description": "Scandinavian based staking service. Get even lower fees with signup.", - "website": "https://validators.com", - "payout": { - "commission": 30, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - }, - "status": { - "disabled": true, - "note": "According to Baking Bad API, baker is not active, current status closed, see: https://api.baking-bad.org/v2/bakers/tz1Pwgj6j55akKCyvTwwr9X4np1RskSXpQY4" - } - }, - { - "id": "tz3adcvQaKXTCg12zbninqo3q8ptKKtDFTLv", - "name": "Tezzigator", - "description": "HSM Baking - When Tezzigator earns, YOU earn.", - "website": "https://tezzigator.com", - "payout": { - "commission": 10, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - } - }, - { - "id": "tz1eEnQhbwf6trb8Q8mPb2RaPkNk2rN7BKi8", - "name": "Cryptium Labs", - "description": "Secure and available validation from the Swiss Alps.", - "website": "https://tezos.cryptium.ch/", - "payout": { - "commission": 10, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - } - }, - { - "id": "tz1TDSmoZXwVevLTEvKCTHWpomG76oC9S2fJ", - "name": "Tezos Capital Legacy", - "description": "Tezos Capital Legacy is open and accepting new delegations. The service serves over 1500 customers with a high performing, efficient service.", - "website": "https://tezos.capital", - "payout": { - "commission": 15, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - } - }, - { - "id": "tz1Tnjaxk6tbAeC2TmMApPh8UsrEVQvhHvx5", - "name": "Crypto Delegate", - "description": "CryptoDelegate delegation service is the best alternative to running your own node. The easy way to grow your Tezos stake is to Delegate your XTZ Tezzies.", - "website": "https://cryptodelegate.com", - "payout": { - "commission": 14, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - } - }, - { - "id": "tz2FCNBrERXtaTtNX6iimR1UJ5JSDxvdHM93", - "name": "🐠stake.fish", - "description": "Leading validator for Proof of Stake blockchains. Stake your cryptocurrencies with us. We know validating.", - "website": "https://stake.fish/", - "payout": { - "commission": 8, - "payoutDelay": 1, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - } - }, - { - "id": "tz1WpeqFaBG9Jm73Dmgqamy8eF8NWLz9JCoY", - "name": "Staking Facilities", - "description": "State of the art validator infrastructure. More than $1,000,000 in generated customer rewards. One of the oldest and most profitable bakers. Access your staking dashboard on our website.", - "website": "https://stakingfacilities.com/tezos", - "payout": { - "commission": 12.5, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - } - }, - { - "id": "tz1awXW7wuXy21c66vBudMXQVAPgRnqqwgTH", - "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", - "payout": { - "commission": 40, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - }, - "status": { - "disabled": true, - "note": "No more capacity: -27287" - } - }, - { - "id": "tz1RCFbB9GpALpsZtu6J58sb74dm8qe6XBzv", - "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/", - "payout": { - "commission": 10, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - } - }, - { - "id": "tz1Xek93iSXXckyQ6aYLVS5Rr2tge2en7ZxS", - "name": "XTZ Delegate", - "description": "You love Tezos and so do we ! Safely earn more by letting XTZ Delegate bake for you.", - "website": "https://xtzdelegate.io/", - "payout": { - "commission": 10, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 20 - } - }, - { - "id": "tz1MXFrtZoaXckE41bjUCSjAjAap3AFDSr3N", - "name": "Everstake Legacy", - "description": "Everstake - Staking Service Platform. Delegate XTZ with Everstake, your trusted staking partner.", - "website": "https://everstake.one/", - "payout": { - "commission": 21, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - } - }, - { - "id": "tz1aRoaRhSpRYvFdyvgWLL6TGyRoGF51wDjM", - "name": "Everstake", - "description": "Everstake - Staking Service Platform. Delegate XTZ with Everstake, your trusted staking partner.", - "website": "https://everstake.one/", - "payout": { - "commission": 8, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - } - }, - { - "id": "tz1NortRftucvAkD1J58L32EhSVrQEWJCEnB", - "name": "Bake'n'Rolls", - "description": "Bake'n'Rolls - one of the first Tezos bakery. Our mission is to deliver freshly baked pretzels on every cycle.", - "website": "https://bakenrolls.com/", - "payout": { - "commission": 9, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - } - }, - { - "id": "tz1Scdr2HsZiQjc7bHMeBbmDRXYVvdhjJbBh", - "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/tezos", - "payout": { - "commission": 8, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - } - }, - { - "id": "tz1Ldzz6k1BHdhuKvAtMRX7h5kJSMHESMHLC", - "name": "PayTezos", - "description": "PayTezos is a P2P cryptocurrency exchange, as well as the Tezos delegation service.", - "website": "https://paytezos.com/tezos", - "payout": { - "commission": 10, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 10 - } - }, - { - "id": "tz1NEKxGEHsFufk87CVZcrqWu8o22qh46GK6", - "name": "moneyevery3days.com", - "description": "Money Every 3 Days - Low fees, dependable payouts and active participant.", - "website": "https://moneyevery3days.com", - "payout": { - "commission": 10, - "payoutDelay": 1, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 100 - } - }, - { - "id": "tz1cb8xcmJWcdVU7cNAd93MfEReorvP52P8x", - "name": "Mint Capital", - "description": "We're currently the only non-promoted baker on Baking-Bad Top 10", - "website": "https://mintcapital.tech/", - "payout": { - "commission": 14.99, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - } - }, - { - "id": "tz1Z3KCf8CLGAYfvVWPEr562jDDyWkwNF7sT", - "name": "Stake Capital DAO | HotStake", - "description": "Trustless Digital Asset Management", - "website": "https://stake.capital", - "payout": { - "commission": 10, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - } - }, - { - "id": "tz1WCd2jm4uSt4vntk4vSuUWoZQGhLcDuR9q", - "name": "Happy Tezos", - "description": "HappyTezos is your trusted Tezos Baker | Delegation Service based in EU. We have paid out over 600 000 XTZ to our delegators already! Using HSM and secure datacenters in Europe. Welcome on board!", - "website": "https://happytezos.com/", - "payout": { - "commission": 15, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - } - }, - { - "id": "tz1P2Po7YM526ughEsRbY4oR9zaUPDZjxFrb", - "name": "P2P Validator", - "description": "Secure Non-Custodial Staking", - "website": "https://p2p.org", - "payout": { - "commission": 9.95, - "payoutDelay": 1, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - } - }, - { - "id": "tz1LH4L6XYT2JNPhvWYC4Zq3XEiGgEwzNRvo", - "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/", - "payout": { - "commission": 14, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - }, - "status": { - "disabled": true, - "note": "According to Baking Bad API, baker is not active, current status closed, see: https://api.baking-bad.org/v2/bakers/tz1LH4L6XYT2JNPhvWYC4Zq3XEiGgEwzNRvo" - } - }, - { - "id": "tz1RV1MBbZMR68tacosb7Mwj6LkbPSUS1er1", - "name": "Baking Tacos", - "description": "Baking Tacos is a crunchy, delicious, and extremely satisfying Tezos baker. Our 'Awesome' payouts rating and 'AAA' ranking add to our sweet-n-savory flavor.", - "website": "https://bakingtacos.com", - "payout": { - "commission": 8, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - } - }, - { - "id": "tz1QLXqnfN51dkjeghXvKHkJfhvGiM5gK4tc", - "name": "FreshTEZOS", - "description": "FreshTEZOS, one of the oldest Tezos bakers, runs on bare metal in a SSAE16 SOC2 certified Tier 3 datacenter, geographically distributed private peers, wrapped in 24/7 monitoring, alerting, and analytics.", - "website": "https://freshtezos.com/", - "payout": { - "commission": 14.99, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - } - }, - { - "id": "tz1V3yg82mcrPJbegqVCPn6bC8w1CSTRp3f8", - "name": "Staking🛒Shop", - "description": "Staking for best PoS blockchains in one place", - "website": "https://stakingshop.live", - "payout": { - "commission": 5.8, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 100 - } - }, - { - "id": "tz1LLNkQK4UQV6QcFShiXJ2vT2ELw449MzAA", - "name": "TezoSteam", - "description": "Your trusted baker, active since cycle 3", - "website": "https://tezosteam.com/", - "payout": { - "commission": 25, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - } - }, - { - "id": "tz1STeamwbp68THcny9zk3LsbG3H36DMvbRK", - "name": "StakingTeam", - "description": "An historical and trusted baker, from Italy with love.", - "website": "https://stakingteam.com/", - "payout": { - "commission": 9.9, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "freeSpace": 0, - "minDelegation": 0, - "openForDelegation": true - } - }, - { - "id": "tz1Lhf4J9Qxoe3DZ2nfe8FGDnvVj7oKjnMY6", - "name": "Tez Baker", - "description": "We Bake : You Make", - "website": "https://tezbaker.io/", - "payout": { - "commission": 15, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - } - }, - { - "id": "tz1XXayQohB8XRXN7kMoHbf2NFwNiH3oMRQQ", - "name": "Bit Cat🐱", - "description": "Secure and stable senior Tezos baker", - "website": "https://bitcat365.com", - "payout": { - "commission": 8, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - } - }, - { - "id": "tz1WctSwL49BZtdWAQ75NY6vr4xsAx6oKdah", - "name": "Tezos Wake n' Bake", - "description": "Our biggest virtue is integry, we are always at your service. Come and bake with us!", - "website": "https://tezoswakenbake.com", - "payout": { - "commission": 5.9, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 500 - } - }, - { - "id": "tz1aDiEJf9ztRrAJEXZfcG3CKimoKsGhwVAi", - "name": "KryptStar", - "description": "Bake n' Shake, your neighborhood friendly baker, feel freee to DM on twitter if you have any questions regarding the service", - "website": "https://kryptstar.com/baking", - "payout": { - "commission": 8, - "payoutDelay": 6, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - } - }, - { - "id": "tz1YiuvpfeVAHbnU8akcWErNfQGFHNQ7F45z", - "name": "Smartlink Baker", - "description": "Smartlink Baker provides secure staking services for Tezos delegators", - "website": "https://smartlink.so", - "payout": { - "commission": 5, - "payoutDelay": 1, - "payoutPeriod": 1 - }, - "staking": { - "minDelegation": 0 - } - } -] diff --git a/blockchains/tftm/info/info.json b/blockchains/tftm/info/info.json deleted file mode 100644 index e30c6b6d03d35..0000000000000 --- a/blockchains/tftm/info/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Fantom Testnet", - "symbol": "tFTM", - "type": "coin", - "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://testnet.ftmscan.com", - "rpc_url": "https://rpc.testnet.fantom.network", - "status": "active", - "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/" - } - ] -} \ No newline at end of file diff --git a/blockchains/tftm/info/logo.png b/blockchains/tftm/info/logo.png deleted file mode 100644 index 4c55ec1d7621e..0000000000000 Binary files a/blockchains/tftm/info/logo.png and /dev/null differ diff --git a/blockchains/theta/assets/tfuel/info.json b/blockchains/theta/assets/tfuel/info.json deleted file mode 100644 index 8c20a3702d69e..0000000000000 --- a/blockchains/theta/assets/tfuel/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TFuel", - "type": "THETA", - "symbol": "TFUEL", - "decimals": 18, - "website": "https://community.theta.tv/tfuel-on-sliver-faq/?utm_campaign=tfuel", - "description": "Theta Fuel (TFUEL) is one of the two native tokens on the Theta blockchain", - "explorer": "https://explorer.thetatoken.org/", - "status": "active", - "id": "tfuel" -} \ No newline at end of file diff --git a/blockchains/theta/assets/tfuel/logo.png b/blockchains/theta/assets/tfuel/logo.png deleted file mode 100644 index 6beebeba4ae4d..0000000000000 Binary files a/blockchains/theta/assets/tfuel/logo.png and /dev/null differ diff --git a/blockchains/theta/info/info.json b/blockchains/theta/info/info.json deleted file mode 100644 index 4f48d24fa0445..0000000000000 --- a/blockchains/theta/info/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "THETA", - "website": "https://thetatoken.org", - "description": "Theta is a decentralized video delivery network, powered by users and an innovative new blockchain.", - "explorer": "https://explorer.thetatoken.org", - "research": "https://research.binance.com/en/projects/theta-network", - "symbol": "THETA", - "type": "coin", - "decimals": 18, - "status": "active", - "links": [ - { - "name": "github", - "url": "https://github.com/thetatoken" - }, - { - "name": "twitter", - "url": "https://twitter.com/Theta_Network" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/theta_network" - }, - { - "name": "whitepaper", - "url": "https://s3.us-east-2.amazonaws.com/assets.thetatoken.org/Theta-white-paper-latest.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/theta/info/logo.png b/blockchains/theta/info/logo.png deleted file mode 100644 index 5ea7531655af9..0000000000000 Binary files a/blockchains/theta/info/logo.png and /dev/null differ diff --git a/blockchains/thorchain/info/info.json b/blockchains/thorchain/info/info.json deleted file mode 100644 index fe1b37a5171ef..0000000000000 --- a/blockchains/thorchain/info/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "THORChain", - "website": "https://thorchain.org", - "description": "THORChain is a decentralized liquidity network that allows users to swap assets across different blockchains.", - "explorer": "https://viewblock.io/thorchain", - "research": "https://docs.thorchain.org", - "symbol": "RUNE", - "type": "coin", - "decimals": 8, - "status": "active" -} \ No newline at end of file diff --git a/blockchains/thorchain/info/logo.png b/blockchains/thorchain/info/logo.png deleted file mode 100644 index fa6136fdfc97c..0000000000000 Binary files a/blockchains/thorchain/info/logo.png and /dev/null differ diff --git a/blockchains/thundertoken/assets/0x0212b1F75503413b01A98158434c4570FB6e808c/info.json b/blockchains/thundertoken/assets/0x0212b1F75503413b01A98158434c4570FB6e808c/info.json deleted file mode 100644 index a0c7377ef5dcb..0000000000000 --- a/blockchains/thundertoken/assets/0x0212b1F75503413b01A98158434c4570FB6e808c/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "TT-HT", - "website": "https://bridge.thundercore.com/", - "description": "Bridged token of HT on ThunderCore blockchain. The Bridge allows users to convert assets between Ethereum, BSC, HECO and ThunderCore. This is a customized version of POA network Bridge", - "explorer": "https://viewblock.io/thundercore/address/0x0212b1F75503413b01A98158434c4570FB6e808c", - "type": "TT20", - "symbol": "TT-HT", - "decimals": 18, - "status": "active", - "id": "0x0212b1F75503413b01A98158434c4570FB6e808c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ThunderCoreLab" - }, - { - "name": "discord", - "url": "https://discord.com/channels/467102816230440970/468561199790030849" - } - ], - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/thundertoken/assets/0x0212b1F75503413b01A98158434c4570FB6e808c/logo.png b/blockchains/thundertoken/assets/0x0212b1F75503413b01A98158434c4570FB6e808c/logo.png deleted file mode 100644 index 991919957aec1..0000000000000 Binary files a/blockchains/thundertoken/assets/0x0212b1F75503413b01A98158434c4570FB6e808c/logo.png and /dev/null differ diff --git a/blockchains/thundertoken/assets/0x050fe1046B546286e2467De8Cb04800479D1FDE3/info.json b/blockchains/thundertoken/assets/0x050fe1046B546286e2467De8Cb04800479D1FDE3/info.json deleted file mode 100644 index db6a77a69f503..0000000000000 --- a/blockchains/thundertoken/assets/0x050fe1046B546286e2467De8Cb04800479D1FDE3/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "TT-USDT", - "type": "TT20", - "symbol": "TT-USDT", - "decimals": 18, - "description": "-", - "website": "", - "explorer": "https://viewblock.io/thundercore/address/0x050fe1046B546286e2467De8Cb04800479D1FDE3", - "status": "active", - "id": "0x050fe1046B546286e2467De8Cb04800479D1FDE3", - "links": [] -} \ No newline at end of file diff --git a/blockchains/thundertoken/assets/0x050fe1046B546286e2467De8Cb04800479D1FDE3/logo.png b/blockchains/thundertoken/assets/0x050fe1046B546286e2467De8Cb04800479D1FDE3/logo.png deleted file mode 100644 index c1269f7b38069..0000000000000 Binary files a/blockchains/thundertoken/assets/0x050fe1046B546286e2467De8Cb04800479D1FDE3/logo.png and /dev/null differ diff --git a/blockchains/thundertoken/assets/0x0A733F90D223d47DEa79aBEfF536F10af1068cB0/info.json b/blockchains/thundertoken/assets/0x0A733F90D223d47DEa79aBEfF536F10af1068cB0/info.json deleted file mode 100644 index 09e125bad6f95..0000000000000 --- a/blockchains/thundertoken/assets/0x0A733F90D223d47DEa79aBEfF536F10af1068cB0/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "RMBT", - "type": "TT20", - "symbol": "RMBT", - "decimals": 18, - "description": "-", - "website": "", - "explorer": "https://viewblock.io/thundercore/address/0x0A733F90D223d47DEa79aBEfF536F10af1068cB0", - "id": "0x0A733F90D223d47DEa79aBEfF536F10af1068cB0", - "status": "active", - "links": [] -} \ No newline at end of file diff --git a/blockchains/thundertoken/assets/0x0A733F90D223d47DEa79aBEfF536F10af1068cB0/logo.png b/blockchains/thundertoken/assets/0x0A733F90D223d47DEa79aBEfF536F10af1068cB0/logo.png deleted file mode 100755 index e3ea614814420..0000000000000 Binary files a/blockchains/thundertoken/assets/0x0A733F90D223d47DEa79aBEfF536F10af1068cB0/logo.png and /dev/null differ diff --git a/blockchains/thundertoken/assets/0x18fB0A62f207A2a082cA60aA78F47a1af4985190/info.json b/blockchains/thundertoken/assets/0x18fB0A62f207A2a082cA60aA78F47a1af4985190/info.json deleted file mode 100644 index dc49d23f16cb2..0000000000000 --- a/blockchains/thundertoken/assets/0x18fB0A62f207A2a082cA60aA78F47a1af4985190/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "TT-WBTC", - "website": "https://bridge.thundercore.com/", - "description": "Bridged token of WBTC on ThunderCore blockchain. The Bridge allows users to convert assets between Ethereum, BSC, HECO and ThunderCore. This is a customized version of POA network Bridge", - "explorer": "https://viewblock.io/thundercore/address/0x18fB0A62f207A2a082cA60aA78F47a1af4985190", - "type": "TT20", - "symbol": "TT-WBTC", - "decimals": 8, - "status": "active", - "id": "0x18fB0A62f207A2a082cA60aA78F47a1af4985190", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ThunderCoreLab" - }, - { - "name": "discord", - "url": "https://discord.com/channels/467102816230440970/468561199790030849" - } - ], - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/thundertoken/assets/0x18fB0A62f207A2a082cA60aA78F47a1af4985190/logo.png b/blockchains/thundertoken/assets/0x18fB0A62f207A2a082cA60aA78F47a1af4985190/logo.png deleted file mode 100644 index b176edcd95c9e..0000000000000 Binary files a/blockchains/thundertoken/assets/0x18fB0A62f207A2a082cA60aA78F47a1af4985190/logo.png and /dev/null differ diff --git a/blockchains/thundertoken/assets/0x22e89898A04eaf43379BeB70bf4E38b1faf8A31e/info.json b/blockchains/thundertoken/assets/0x22e89898A04eaf43379BeB70bf4E38b1faf8A31e/info.json deleted file mode 100644 index 7ee3f85bb9ba3..0000000000000 --- a/blockchains/thundertoken/assets/0x22e89898A04eaf43379BeB70bf4E38b1faf8A31e/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "TT-USDC", - "website": "https://bridge.thundercore.com/", - "description": "Bridged token of USDC on ThunderCore blockchain. The Bridge allows users to convert assets between Ethereum, BSC, HECO and ThunderCore. This is a customized version of POA network Bridge", - "explorer": "https://viewblock.io/thundercore/address/0x22e89898A04eaf43379BeB70bf4E38b1faf8A31e", - "type": "TT20", - "symbol": "TT-USDC", - "decimals": 6, - "status": "active", - "id": "0x22e89898A04eaf43379BeB70bf4E38b1faf8A31e", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ThunderCoreLab" - }, - { - "name": "discord", - "url": "https://discord.com/channels/467102816230440970/468561199790030849" - } - ], - "tags": [ - "stablecoin" - ] -} \ No newline at end of file diff --git a/blockchains/thundertoken/assets/0x22e89898A04eaf43379BeB70bf4E38b1faf8A31e/logo.png b/blockchains/thundertoken/assets/0x22e89898A04eaf43379BeB70bf4E38b1faf8A31e/logo.png deleted file mode 100644 index a921e410267e7..0000000000000 Binary files a/blockchains/thundertoken/assets/0x22e89898A04eaf43379BeB70bf4E38b1faf8A31e/logo.png and /dev/null differ diff --git a/blockchains/thundertoken/assets/0x2b31e3b88847f03c1335E99A0d1274A2c72059DE/info.json b/blockchains/thundertoken/assets/0x2b31e3b88847f03c1335E99A0d1274A2c72059DE/info.json deleted file mode 100644 index f3b1bac3921b7..0000000000000 --- a/blockchains/thundertoken/assets/0x2b31e3b88847f03c1335E99A0d1274A2c72059DE/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "TT-SAI", - "website": "https://bridge.thundercore.com/", - "description": "Bridged token of SAI on ThunderCore blockchain. The Bridge allows users to convert assets between Ethereum, BSC, HECO and ThunderCore. This is a customized version of POA network Bridge", - "explorer": "https://viewblock.io/thundercore/address/0x2b31e3b88847f03c1335E99A0d1274A2c72059DE", - "type": "TT20", - "symbol": "TT-SAI", - "decimals": 18, - "status": "active", - "id": "0x2b31e3b88847f03c1335E99A0d1274A2c72059DE", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ThunderCoreLab" - }, - { - "name": "discord", - "url": "https://discord.com/channels/467102816230440970/468561199790030849" - } - ] -} \ No newline at end of file diff --git a/blockchains/thundertoken/assets/0x2b31e3b88847f03c1335E99A0d1274A2c72059DE/logo.png b/blockchains/thundertoken/assets/0x2b31e3b88847f03c1335E99A0d1274A2c72059DE/logo.png deleted file mode 100644 index 5813ce327fab1..0000000000000 Binary files a/blockchains/thundertoken/assets/0x2b31e3b88847f03c1335E99A0d1274A2c72059DE/logo.png and /dev/null differ diff --git a/blockchains/thundertoken/assets/0x4f3C8E20942461e2c3Bdd8311AC57B0c222f2b82/info.json b/blockchains/thundertoken/assets/0x4f3C8E20942461e2c3Bdd8311AC57B0c222f2b82/info.json deleted file mode 100644 index c0537d1d0a97f..0000000000000 --- a/blockchains/thundertoken/assets/0x4f3C8E20942461e2c3Bdd8311AC57B0c222f2b82/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "TT-USDT", - "website": "https://bridge.thundercore.com/", - "description": "Bridged token of USDT on ThunderCore blockchain. The Bridge allows users to convert assets between Ethereum, BSC, HECO and ThunderCore. This is a customized version of POA network Bridge", - "explorer": "https://viewblock.io/thundercore/address/0x4f3C8E20942461e2c3Bdd8311AC57B0c222f2b82", - "type": "TT20", - "symbol": "TT-USDT", - "decimals": 6, - "status": "active", - "id": "0x4f3C8E20942461e2c3Bdd8311AC57B0c222f2b82", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ThunderCoreLab" - }, - { - "name": "discord", - "url": "https://discord.com/channels/467102816230440970/468561199790030849" - } - ], - "tags": [ - "stablecoin" - ] -} \ No newline at end of file diff --git a/blockchains/thundertoken/assets/0x4f3C8E20942461e2c3Bdd8311AC57B0c222f2b82/logo.png b/blockchains/thundertoken/assets/0x4f3C8E20942461e2c3Bdd8311AC57B0c222f2b82/logo.png deleted file mode 100644 index 4381a61c9d9cf..0000000000000 Binary files a/blockchains/thundertoken/assets/0x4f3C8E20942461e2c3Bdd8311AC57B0c222f2b82/logo.png and /dev/null differ diff --git a/blockchains/thundertoken/assets/0x6576Bb918709906DcbFDCeae4bB1e6df7C8a1077/info.json b/blockchains/thundertoken/assets/0x6576Bb918709906DcbFDCeae4bB1e6df7C8a1077/info.json deleted file mode 100644 index 31135e85ba042..0000000000000 --- a/blockchains/thundertoken/assets/0x6576Bb918709906DcbFDCeae4bB1e6df7C8a1077/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "TT-ETH", - "website": "https://bridge.thundercore.com/", - "description": "Bridged token of ETH on ThunderCore blockchain. The Bridge allows users to convert assets between Ethereum, BSC, HECO and ThunderCore. This is a customized version of POA network Bridge", - "explorer": "https://viewblock.io/thundercore/address/0x6576Bb918709906DcbFDCeae4bB1e6df7C8a1077", - "type": "TT20", - "symbol": "TT-ETH", - "decimals": 18, - "status": "active", - "id": "0x6576Bb918709906DcbFDCeae4bB1e6df7C8a1077", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ThunderCoreLab" - }, - { - "name": "discord", - "url": "https://discord.com/channels/467102816230440970/468561199790030849" - } - ], - "tags": [ - "wrapped" - ] -} \ No newline at end of file diff --git a/blockchains/thundertoken/assets/0x6576Bb918709906DcbFDCeae4bB1e6df7C8a1077/logo.png b/blockchains/thundertoken/assets/0x6576Bb918709906DcbFDCeae4bB1e6df7C8a1077/logo.png deleted file mode 100644 index 12f97a570fbf0..0000000000000 Binary files a/blockchains/thundertoken/assets/0x6576Bb918709906DcbFDCeae4bB1e6df7C8a1077/logo.png and /dev/null differ diff --git a/blockchains/thundertoken/assets/0x876e7D048c6151e3D0F93AaBfBf5B7Da605d416F/info.json b/blockchains/thundertoken/assets/0x876e7D048c6151e3D0F93AaBfBf5B7Da605d416F/info.json deleted file mode 100644 index 7b70d604df059..0000000000000 --- a/blockchains/thundertoken/assets/0x876e7D048c6151e3D0F93AaBfBf5B7Da605d416F/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "CXKJ", - "type": "TT20", - "symbol": "CXKJ", - "decimals": 8, - "description": "-", - "website": "", - "explorer": "https://viewblock.io/thundercore/address/0x876e7D048c6151e3D0F93AaBfBf5B7Da605d416F", - "status": "active", - "id": "0x876e7D048c6151e3D0F93AaBfBf5B7Da605d416F", - "links": [] -} \ No newline at end of file diff --git a/blockchains/thundertoken/assets/0x876e7D048c6151e3D0F93AaBfBf5B7Da605d416F/logo.png b/blockchains/thundertoken/assets/0x876e7D048c6151e3D0F93AaBfBf5B7Da605d416F/logo.png deleted file mode 100644 index c6f15639dfc57..0000000000000 Binary files a/blockchains/thundertoken/assets/0x876e7D048c6151e3D0F93AaBfBf5B7Da605d416F/logo.png and /dev/null differ diff --git a/blockchains/thundertoken/assets/0x8EF1A1E0671Aa44852f4d87105eF482470bB3e69/info.json b/blockchains/thundertoken/assets/0x8EF1A1E0671Aa44852f4d87105eF482470bB3e69/info.json deleted file mode 100644 index 868b99ddda016..0000000000000 --- a/blockchains/thundertoken/assets/0x8EF1A1E0671Aa44852f4d87105eF482470bB3e69/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "TT-BNB", - "website": "https://bridge.thundercore.com/bsc/", - "description": "Bridged token of BSC on ThunderCore blockchain. The Bridge allows users to convert assets between Ethereum, BSC, HECO and ThunderCore. This is a customized version of POA network Bridge", - "explorer": "https://viewblock.io/thundercore/address/0x8EF1A1E0671Aa44852f4d87105eF482470bB3e69", - "type": "TT20", - "symbol": "TT-BNB", - "decimals": 18, - "status": "active", - "id": "0x8EF1A1E0671Aa44852f4d87105eF482470bB3e69", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ThunderCoreLab" - }, - { - "name": "discord", - "url": "https://discord.com/channels/467102816230440970/468561199790030849" - } - ], - "tags": [ - "wrapper" - ] -} \ No newline at end of file diff --git a/blockchains/thundertoken/assets/0x8EF1A1E0671Aa44852f4d87105eF482470bB3e69/logo.png b/blockchains/thundertoken/assets/0x8EF1A1E0671Aa44852f4d87105eF482470bB3e69/logo.png deleted file mode 100644 index 173e21f0226f6..0000000000000 Binary files a/blockchains/thundertoken/assets/0x8EF1A1E0671Aa44852f4d87105eF482470bB3e69/logo.png and /dev/null differ diff --git a/blockchains/thundertoken/assets/0x92B82d80A51D9b280b75C7a3596358B2A67e4859/info.json b/blockchains/thundertoken/assets/0x92B82d80A51D9b280b75C7a3596358B2A67e4859/info.json deleted file mode 100644 index 95ba4239c3a76..0000000000000 --- a/blockchains/thundertoken/assets/0x92B82d80A51D9b280b75C7a3596358B2A67e4859/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "TTK", - "type": "TT20", - "symbol": "TTK", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://viewblock.io/thundercore/address/0x92B82d80A51D9b280b75C7a3596358B2A67e4859", - "status": "active", - "id": "0x92B82d80A51D9b280b75C7a3596358B2A67e4859", - "links": [] -} \ No newline at end of file diff --git a/blockchains/thundertoken/assets/0x92B82d80A51D9b280b75C7a3596358B2A67e4859/logo.png b/blockchains/thundertoken/assets/0x92B82d80A51D9b280b75C7a3596358B2A67e4859/logo.png deleted file mode 100644 index f9ccd15cd8cd8..0000000000000 Binary files a/blockchains/thundertoken/assets/0x92B82d80A51D9b280b75C7a3596358B2A67e4859/logo.png and /dev/null differ diff --git a/blockchains/thundertoken/assets/0xBEB0131D95AC3F03fd15894D0aDE5DBf7451d171/info.json b/blockchains/thundertoken/assets/0xBEB0131D95AC3F03fd15894D0aDE5DBf7451d171/info.json deleted file mode 100644 index 3f237990894fd..0000000000000 --- a/blockchains/thundertoken/assets/0xBEB0131D95AC3F03fd15894D0aDE5DBf7451d171/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "TT-BUSD", - "website": "https://bridge.thundercore.com/bsc/", - "description": "Bridged token of BSC on ThunderCore blockchain. The Bridge allows users to convert assets between Ethereum, BSC, HECO and ThunderCore. This is a customized version of POA network Bridge", - "explorer": "https://viewblock.io/thundercore/address/0xBEB0131D95AC3F03fd15894D0aDE5DBf7451d171", - "type": "TT20", - "symbol": "TT-BUSD", - "decimals": 18, - "status": "active", - "id": "0xBEB0131D95AC3F03fd15894D0aDE5DBf7451d171", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ThunderCoreLab" - }, - { - "name": "discord", - "url": "https://discord.com/channels/467102816230440970/468561199790030849" - } - ], - "tags": [ - "stablecoin" - ] -} \ No newline at end of file diff --git a/blockchains/thundertoken/assets/0xBEB0131D95AC3F03fd15894D0aDE5DBf7451d171/logo.png b/blockchains/thundertoken/assets/0xBEB0131D95AC3F03fd15894D0aDE5DBf7451d171/logo.png deleted file mode 100644 index f7f1d3b07465b..0000000000000 Binary files a/blockchains/thundertoken/assets/0xBEB0131D95AC3F03fd15894D0aDE5DBf7451d171/logo.png and /dev/null differ diff --git a/blockchains/thundertoken/assets/0xDDf952D68ff6aBC03B6Dd06E98DaD8829a1d2bb3/info.json b/blockchains/thundertoken/assets/0xDDf952D68ff6aBC03B6Dd06E98DaD8829a1d2bb3/info.json deleted file mode 100644 index 78c4aeab46141..0000000000000 --- a/blockchains/thundertoken/assets/0xDDf952D68ff6aBC03B6Dd06E98DaD8829a1d2bb3/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Cultural Chain (CCC)", - "type": "TT20", - "symbol": "CCC", - "decimals": 8, - "description": "-", - "website": "", - "explorer": "https://viewblock.io/thundercore/address/0xDDf952D68ff6aBC03B6Dd06E98DaD8829a1d2bb3", - "status": "active", - "id": "0xDDf952D68ff6aBC03B6Dd06E98DaD8829a1d2bb3", - "links": [] -} \ No newline at end of file diff --git a/blockchains/thundertoken/assets/0xDDf952D68ff6aBC03B6Dd06E98DaD8829a1d2bb3/logo.png b/blockchains/thundertoken/assets/0xDDf952D68ff6aBC03B6Dd06E98DaD8829a1d2bb3/logo.png deleted file mode 100644 index 0d96ddbb68576..0000000000000 Binary files a/blockchains/thundertoken/assets/0xDDf952D68ff6aBC03B6Dd06E98DaD8829a1d2bb3/logo.png and /dev/null differ diff --git a/blockchains/thundertoken/assets/0xFd6Ec3E37F112bD30BbD726E7b0E73000CC2B98d/info.json b/blockchains/thundertoken/assets/0xFd6Ec3E37F112bD30BbD726E7b0E73000CC2B98d/info.json deleted file mode 100644 index 4fde767c264c5..0000000000000 --- a/blockchains/thundertoken/assets/0xFd6Ec3E37F112bD30BbD726E7b0E73000CC2B98d/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "TT-HUSD", - "website": "https://bridge.thundercore.com/", - "description": "Bridged token of HUSD on ThunderCore blockchain. The Bridge allows users to convert assets between Ethereum, BSC, HECO and ThunderCore. This is a customized version of POA network Bridge", - "explorer": "https://viewblock.io/thundercore/address/0xFd6Ec3E37F112bD30BbD726E7b0E73000CC2B98d", - "type": "TT20", - "symbol": "TT-HUSD", - "decimals": 8, - "status": "active", - "id": "0xFd6Ec3E37F112bD30BbD726E7b0E73000CC2B98d", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ThunderCoreLab" - }, - { - "name": "discord", - "url": "https://discord.com/channels/467102816230440970/468561199790030849" - } - ], - "tags": [ - "stablecoin" - ] -} \ No newline at end of file diff --git a/blockchains/thundertoken/assets/0xFd6Ec3E37F112bD30BbD726E7b0E73000CC2B98d/logo.png b/blockchains/thundertoken/assets/0xFd6Ec3E37F112bD30BbD726E7b0E73000CC2B98d/logo.png deleted file mode 100644 index 934ae941a171a..0000000000000 Binary files a/blockchains/thundertoken/assets/0xFd6Ec3E37F112bD30BbD726E7b0E73000CC2B98d/logo.png and /dev/null differ diff --git a/blockchains/thundertoken/assets/0xa71A7659E5d1824Bc0F71B96332B06097C8D6287/info.json b/blockchains/thundertoken/assets/0xa71A7659E5d1824Bc0F71B96332B06097C8D6287/info.json deleted file mode 100644 index 1ee8e862438d8..0000000000000 --- a/blockchains/thundertoken/assets/0xa71A7659E5d1824Bc0F71B96332B06097C8D6287/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Emerald (EMD)", - "type": "TT20", - "symbol": "EMD", - "decimals": 5, - "description": "-", - "website": "", - "explorer": "https://viewblock.io/thundercore/address/0xa71A7659E5d1824Bc0F71B96332B06097C8D6287", - "status": "active", - "id": "0xa71A7659E5d1824Bc0F71B96332B06097C8D6287", - "links": [] -} \ No newline at end of file diff --git a/blockchains/thundertoken/assets/0xa71A7659E5d1824Bc0F71B96332B06097C8D6287/logo.png b/blockchains/thundertoken/assets/0xa71A7659E5d1824Bc0F71B96332B06097C8D6287/logo.png deleted file mode 100644 index 7d881c49bf002..0000000000000 Binary files a/blockchains/thundertoken/assets/0xa71A7659E5d1824Bc0F71B96332B06097C8D6287/logo.png and /dev/null differ diff --git a/blockchains/thundertoken/assets/0xeff6f1612d03205BA5E8d26cAc1397bf778ab1AC/info.json b/blockchains/thundertoken/assets/0xeff6f1612d03205BA5E8d26cAc1397bf778ab1AC/info.json deleted file mode 100644 index 8b979897e4467..0000000000000 --- a/blockchains/thundertoken/assets/0xeff6f1612d03205BA5E8d26cAc1397bf778ab1AC/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "PALA INT COMM (pala)", - "type": "TT20", - "symbol": "PALA", - "decimals": 8, - "description": "-", - "website": "", - "explorer": "https://viewblock.io/thundercore/address/0xeff6f1612d03205BA5E8d26cAc1397bf778ab1AC", - "status": "active", - "id": "0xeff6f1612d03205BA5E8d26cAc1397bf778ab1AC", - "links": [] -} \ No newline at end of file diff --git a/blockchains/thundertoken/assets/0xeff6f1612d03205BA5E8d26cAc1397bf778ab1AC/logo.png b/blockchains/thundertoken/assets/0xeff6f1612d03205BA5E8d26cAc1397bf778ab1AC/logo.png deleted file mode 100644 index 3f835ab663310..0000000000000 Binary files a/blockchains/thundertoken/assets/0xeff6f1612d03205BA5E8d26cAc1397bf778ab1AC/logo.png and /dev/null differ diff --git a/blockchains/thundertoken/info/info.json b/blockchains/thundertoken/info/info.json deleted file mode 100644 index 6a0cd7ce7a411..0000000000000 --- a/blockchains/thundertoken/info/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "ThunderCore (TT)", - "website": "https://thundercore.com", - "description": "ThunderCore is EVM-compatible and claims to have a throughput of 4,000+ TPS, sub-second confirmation times, and low gas costs, with a view towards making DApps easy to deploy and scale.", - "explorer": "https://scan.thundercore.com", - "research": "https://research.binance.com/en/projects/thundercore", - "symbol": "TT", - "type": "coin", - "decimals": 18, - "status": "active", - "links": [ - { - "name": "github", - "url": "https://github.com/thundertoken" - }, - { - "name": "twitter", - "url": "https://twitter.com/ThunderCoreLab" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/thundertoken" - }, - { - "name": "whitepaper", - "url": "https://docs.thundercore.com/thunder-whitepaper.pdf" - } - ] -} diff --git a/blockchains/thundertoken/info/logo.png b/blockchains/thundertoken/info/logo.png deleted file mode 100644 index c408c0f2a7f16..0000000000000 Binary files a/blockchains/thundertoken/info/logo.png and /dev/null differ diff --git a/blockchains/tokenlist.json b/blockchains/tokenlist.json new file mode 100644 index 0000000000000..25daf04af0252 --- /dev/null +++ b/blockchains/tokenlist.json @@ -0,0 +1,8 @@ +{ + "chainId": 11155111, + "address": "0xd87a71e539f43a8a0340c69ba7c3c64700fbaa8d", + "name": "HyperPulse", + "symbol": "HPP", + "decimals": 18, + "logoURI": "https://yellow-manual-mockingbird-4.mypinata.cloud/ipfs/bafkreidnj3hjbtjgwicpvms3jxjlg6y3bwh563pm2plh7ns33pkcok7bmm" +} \ No newline at end of file diff --git a/blockchains/tomochain/assets/0x01F83cE6636179b54b0CC0C408f9a8bce40ae776/info.json b/blockchains/tomochain/assets/0x01F83cE6636179b54b0CC0C408f9a8bce40ae776/info.json deleted file mode 100644 index c5efbc4706952..0000000000000 --- a/blockchains/tomochain/assets/0x01F83cE6636179b54b0CC0C408f9a8bce40ae776/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PayFrequent EURO", - "symbol": "PEUR", - "type": "TRC21", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://scan.tomochain.com/address/0x01F83cE6636179b54b0CC0C408f9a8bce40ae776", - "status": "abandoned", - "id": "0x01F83cE6636179b54b0CC0C408f9a8bce40ae776" -} \ No newline at end of file diff --git a/blockchains/tomochain/assets/0x01F83cE6636179b54b0CC0C408f9a8bce40ae776/logo.png b/blockchains/tomochain/assets/0x01F83cE6636179b54b0CC0C408f9a8bce40ae776/logo.png deleted file mode 100644 index 91dd7c5e0ca85..0000000000000 Binary files a/blockchains/tomochain/assets/0x01F83cE6636179b54b0CC0C408f9a8bce40ae776/logo.png and /dev/null differ diff --git a/blockchains/tomochain/assets/0x17B26400621695c2D8C2D8869f6259E82D7544c4/info.json b/blockchains/tomochain/assets/0x17B26400621695c2D8C2D8869f6259E82D7544c4/info.json deleted file mode 100644 index 7f0cb96ab6af0..0000000000000 --- a/blockchains/tomochain/assets/0x17B26400621695c2D8C2D8869f6259E82D7544c4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TOMO", - "symbol": "TOMO", - "type": "TRC21", - "decimals": 18, - "description": "-", - "website": "", - "explorer": "https://scan.tomochain.com/address/0x17B26400621695c2D8C2D8869f6259E82D7544c4", - "status": "active", - "id": "0x17B26400621695c2D8C2D8869f6259E82D7544c4" -} \ No newline at end of file diff --git a/blockchains/tomochain/assets/0x17B26400621695c2D8C2D8869f6259E82D7544c4/logo.png b/blockchains/tomochain/assets/0x17B26400621695c2D8C2D8869f6259E82D7544c4/logo.png deleted file mode 100644 index 6c20f86843591..0000000000000 Binary files a/blockchains/tomochain/assets/0x17B26400621695c2D8C2D8869f6259E82D7544c4/logo.png and /dev/null differ diff --git a/blockchains/tomochain/assets/0x5e55D0c59287F5F8d540eF0766cA3F3810C71B84/info.json b/blockchains/tomochain/assets/0x5e55D0c59287F5F8d540eF0766cA3F3810C71B84/info.json deleted file mode 100644 index 7ec780b5a8eb1..0000000000000 --- a/blockchains/tomochain/assets/0x5e55D0c59287F5F8d540eF0766cA3F3810C71B84/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PayFrequent", - "symbol": "PayFQ", - "type": "TRC21", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://scan.tomochain.com/address/0x5e55D0c59287F5F8d540eF0766cA3F3810C71B84", - "status": "abandoned", - "id": "0x5e55D0c59287F5F8d540eF0766cA3F3810C71B84" -} \ No newline at end of file diff --git a/blockchains/tomochain/assets/0x5e55D0c59287F5F8d540eF0766cA3F3810C71B84/logo.png b/blockchains/tomochain/assets/0x5e55D0c59287F5F8d540eF0766cA3F3810C71B84/logo.png deleted file mode 100644 index cfb8873a44c9f..0000000000000 Binary files a/blockchains/tomochain/assets/0x5e55D0c59287F5F8d540eF0766cA3F3810C71B84/logo.png and /dev/null differ diff --git a/blockchains/tomochain/assets/0x8103Bb77eD2035b5da9A3A65d9c313cb6eE41dbD/info.json b/blockchains/tomochain/assets/0x8103Bb77eD2035b5da9A3A65d9c313cb6eE41dbD/info.json deleted file mode 100644 index 74915867e612c..0000000000000 --- a/blockchains/tomochain/assets/0x8103Bb77eD2035b5da9A3A65d9c313cb6eE41dbD/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "TABANK", - "type": "TRC21", - "symbol": "TAB", - "decimals": 18, - "website": "https://tabank.org", - "description": "crypto ecosystem that include: e-commerce, social networks, exchanges and crypto wallet, gaming", - "explorer": "https://scan.tomochain.com/address/0x8103bb77ed2035b5da9a3a65d9c313cb6ee41dbd", - "status": "active", - "id": "0x8103Bb77eD2035b5da9A3A65d9c313cb6eE41dbD", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/OrgTabank" - }, - { - "name": "telegram", - "url": "https://t.me/tabankorg" - }, - { - "name": "github", - "url": "https://github.com/cryptorbank" - }, - { - "name": "facebook", - "url": "https://facebook.com/tabank.org" - } - ] -} \ No newline at end of file diff --git a/blockchains/tomochain/assets/0x8103Bb77eD2035b5da9A3A65d9c313cb6eE41dbD/logo.png b/blockchains/tomochain/assets/0x8103Bb77eD2035b5da9A3A65d9c313cb6eE41dbD/logo.png deleted file mode 100644 index c59bba5c21144..0000000000000 Binary files a/blockchains/tomochain/assets/0x8103Bb77eD2035b5da9A3A65d9c313cb6eE41dbD/logo.png and /dev/null differ diff --git a/blockchains/tomochain/assets/0x936b1F7290c8CFC57e31D7e4a301D5F9fA5B0cd8/info.json b/blockchains/tomochain/assets/0x936b1F7290c8CFC57e31D7e4a301D5F9fA5B0cd8/info.json deleted file mode 100644 index 860c1da31c088..0000000000000 --- a/blockchains/tomochain/assets/0x936b1F7290c8CFC57e31D7e4a301D5F9fA5B0cd8/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "24x7 Crypto", - "symbol": "24x7", - "type": "TRC21", - "decimals": 4, - "description": "-", - "website": "", - "explorer": "https://scan.tomochain.com/address/0x936b1F7290c8CFC57e31D7e4a301D5F9fA5B0cd8", - "status": "abandoned", - "id": "0x936b1F7290c8CFC57e31D7e4a301D5F9fA5B0cd8" -} \ No newline at end of file diff --git a/blockchains/tomochain/assets/0x936b1F7290c8CFC57e31D7e4a301D5F9fA5B0cd8/logo.png b/blockchains/tomochain/assets/0x936b1F7290c8CFC57e31D7e4a301D5F9fA5B0cd8/logo.png deleted file mode 100644 index 2b0e8d742bb25..0000000000000 Binary files a/blockchains/tomochain/assets/0x936b1F7290c8CFC57e31D7e4a301D5F9fA5B0cd8/logo.png and /dev/null differ diff --git a/blockchains/tomochain/assets/0xcE98172f4fC9Ad02da607843A2C211b7834431da/info.json b/blockchains/tomochain/assets/0xcE98172f4fC9Ad02da607843A2C211b7834431da/info.json deleted file mode 100644 index 4f48cb290768f..0000000000000 --- a/blockchains/tomochain/assets/0xcE98172f4fC9Ad02da607843A2C211b7834431da/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PayFrequent USD", - "symbol": "PUSD", - "type": "TRC21", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://scan.tomochain.com/address/0xcE98172f4fC9Ad02da607843A2C211b7834431da", - "status": "abandoned", - "id": "0xcE98172f4fC9Ad02da607843A2C211b7834431da" -} \ No newline at end of file diff --git a/blockchains/tomochain/assets/0xcE98172f4fC9Ad02da607843A2C211b7834431da/logo.png b/blockchains/tomochain/assets/0xcE98172f4fC9Ad02da607843A2C211b7834431da/logo.png deleted file mode 100644 index 088da52294f27..0000000000000 Binary files a/blockchains/tomochain/assets/0xcE98172f4fC9Ad02da607843A2C211b7834431da/logo.png and /dev/null differ diff --git a/blockchains/tomochain/info/info.json b/blockchains/tomochain/info/info.json deleted file mode 100644 index c6c89ac229913..0000000000000 --- a/blockchains/tomochain/info/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "TomoChain", - "website": "https://tomochain.com", - "description": "TomoChain is a scalable blockchain powered via Proof-of-Stake Voting consensus and used commercially by companies globally.", - "explorer": "https://scan.tomochain.com", - "research": "https://research.binance.com/en/projects/tomochain", - "symbol": "TOMO", - "type": "coin", - "decimals": 18, - "status": "active", - "links": [ - { - "name": "github", - "url": "https://github.com/tomochain" - }, - { - "name": "twitter", - "url": "https://twitter.com/TomoChainANN" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Tomochain" - }, - { - "name": "whitepaper", - "url": "https://tomochain.com/docs/technical-whitepaper--1.0.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/tomochain/info/logo.png b/blockchains/tomochain/info/logo.png deleted file mode 100644 index 9b00b4c7ee35b..0000000000000 Binary files a/blockchains/tomochain/info/logo.png and /dev/null differ diff --git a/blockchains/ton/info/info.json b/blockchains/ton/info/info.json deleted file mode 100644 index 82a1c1ae03d31..0000000000000 --- a/blockchains/ton/info/info.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "The Open Network", - "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://tonscan.org/", - "symbol": "TON", - "type": "coin", - "decimals": 9, - "status": "active", - "links": [ - { - "name": "github", - "url": "https://github.com/ton-blockchain" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/toncoin/" - }, - { - "name": "telegram", - "url": "https://t.me/toncoin" - }, - { - "name": "whitepaper", - "url": "https://ton.org/whitepaper.pdf" - }, - { - "name": "twitter", - "url": "https://twitter.com/ton_blockchain" - }, - { - "name": "telegram_news", - "url": "https://t.me/tonblockchain" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/the-open-network" - }, - { - "name": "docs", - "url": "https://ton.org/docs" - }, - { - "name": "source_code", - "url": "https://github.com/ton-blockchain/ton" - } - ] -} diff --git a/blockchains/ton/info/logo.png b/blockchains/ton/info/logo.png deleted file mode 100644 index 0e6ebc02e7960..0000000000000 Binary files a/blockchains/ton/info/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000001/info.json b/blockchains/tron/assets/1000001/info.json deleted file mode 100644 index 47c2e88cf336e..0000000000000 --- a/blockchains/tron/assets/1000001/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SEED", - "symbol": "SEED", - "type": "TRC10", - "decimals": 0, - "description": "Sesameseed is a blochain community that aims to provide fair and transparent representation in delegated governance.", - "website": "https://www.sesameseed.org/", - "explorer": "https://tronscan.io/#/token/1000001", - "status": "active", - "id": "1000001" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000001/logo.png b/blockchains/tron/assets/1000001/logo.png deleted file mode 100644 index 880d99ef65926..0000000000000 Binary files a/blockchains/tron/assets/1000001/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000010/info.json b/blockchains/tron/assets/1000010/info.json deleted file mode 100644 index a1611a872598e..0000000000000 --- a/blockchains/tron/assets/1000010/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CharityCompassionCoin", - "symbol": "CCC", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000010", - "status": "abandoned", - "id": "1000010" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000010/logo.png b/blockchains/tron/assets/1000010/logo.png deleted file mode 100644 index eb223adf773a8..0000000000000 Binary files a/blockchains/tron/assets/1000010/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000017/info.json b/blockchains/tron/assets/1000017/info.json deleted file mode 100644 index fa1cf9e4a2177..0000000000000 --- a/blockchains/tron/assets/1000017/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Tarquin", - "symbol": "Tarq", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000017", - "status": "abandoned", - "id": "1000017" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000017/logo.png b/blockchains/tron/assets/1000017/logo.png deleted file mode 100644 index e09e3f4be8916..0000000000000 Binary files a/blockchains/tron/assets/1000017/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000018/info.json b/blockchains/tron/assets/1000018/info.json deleted file mode 100644 index 81125f4bd2047..0000000000000 --- a/blockchains/tron/assets/1000018/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TWX", - "symbol": "TWX", - "type": "TRC10", - "decimals": 0, - "description": "TronWallet Exchange / Marketplace Token", - "website": "https://www.tronwallet.me/", - "explorer": "https://tronscan.io/#/token/1000018", - "status": "active", - "id": "1000018" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000018/logo.png b/blockchains/tron/assets/1000018/logo.png deleted file mode 100755 index b5b3414a00086..0000000000000 Binary files a/blockchains/tron/assets/1000018/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000131/info.json b/blockchains/tron/assets/1000131/info.json deleted file mode 100644 index ce603363bf316..0000000000000 --- a/blockchains/tron/assets/1000131/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TronEurope", - "symbol": "TRXE", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000131", - "status": "abandoned", - "id": "1000131" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000131/logo.png b/blockchains/tron/assets/1000131/logo.png deleted file mode 100644 index cb031807c6fdc..0000000000000 Binary files a/blockchains/tron/assets/1000131/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000161/info.json b/blockchains/tron/assets/1000161/info.json deleted file mode 100644 index 48e8592e4e9af..0000000000000 --- a/blockchains/tron/assets/1000161/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "WIN", - "symbol": "WIN", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000161", - "status": "abandoned", - "id": "1000161" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000161/logo.png b/blockchains/tron/assets/1000161/logo.png deleted file mode 100755 index 4af29f636c39c..0000000000000 Binary files a/blockchains/tron/assets/1000161/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000226/info.json b/blockchains/tron/assets/1000226/info.json deleted file mode 100644 index acfa0641eef1d..0000000000000 --- a/blockchains/tron/assets/1000226/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TRONEuropeRewardCoin", - "symbol": "TERC", - "type": "TRC10", - "decimals": 0, - "description": "It is a coin for internal use from Tron Europe which is only rewarded through voting.", - "website": "https://tron-europe.org/", - "explorer": "https://tronscan.io/#/token/1000226", - "status": "active", - "id": "1000226" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000226/logo.png b/blockchains/tron/assets/1000226/logo.png deleted file mode 100644 index cc6df5dc8e7e5..0000000000000 Binary files a/blockchains/tron/assets/1000226/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000231/info.json b/blockchains/tron/assets/1000231/info.json deleted file mode 100644 index 8e41594ccedff..0000000000000 --- a/blockchains/tron/assets/1000231/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TRONGOLD", - "symbol": "GOLD", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000231", - "status": "abandoned", - "id": "1000231" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000231/logo.png b/blockchains/tron/assets/1000231/logo.png deleted file mode 100644 index 73c6cd86812e0..0000000000000 Binary files a/blockchains/tron/assets/1000231/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000251/info.json b/blockchains/tron/assets/1000251/info.json deleted file mode 100644 index 9ba30d05b87f1..0000000000000 --- a/blockchains/tron/assets/1000251/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CyberTron", - "symbol": "CTRX", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000251", - "status": "abandoned", - "id": "1000251" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000251/logo.png b/blockchains/tron/assets/1000251/logo.png deleted file mode 100644 index 237c07a0f8daa..0000000000000 Binary files a/blockchains/tron/assets/1000251/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000307/info.json b/blockchains/tron/assets/1000307/info.json deleted file mode 100644 index c69a3812a2db3..0000000000000 --- a/blockchains/tron/assets/1000307/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TronLoot", - "symbol": "LOOT", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000307", - "status": "spam", - "id": "1000307" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000307/logo.png b/blockchains/tron/assets/1000307/logo.png deleted file mode 100644 index a90b128a7b270..0000000000000 Binary files a/blockchains/tron/assets/1000307/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000317/info.json b/blockchains/tron/assets/1000317/info.json deleted file mode 100644 index ab619f4303a2e..0000000000000 --- a/blockchains/tron/assets/1000317/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "IGG", - "symbol": "IGG", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000317", - "status": "abandoned", - "id": "1000317" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000317/logo.png b/blockchains/tron/assets/1000317/logo.png deleted file mode 100755 index 626194bc594dc..0000000000000 Binary files a/blockchains/tron/assets/1000317/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000318/info.json b/blockchains/tron/assets/1000318/info.json deleted file mode 100644 index d8731e404f20c..0000000000000 --- a/blockchains/tron/assets/1000318/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "RoboDollar", - "symbol": "RBD", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000318", - "status": "abandoned", - "id": "1000318" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000318/logo.png b/blockchains/tron/assets/1000318/logo.png deleted file mode 100644 index f8bc540d2bfab..0000000000000 Binary files a/blockchains/tron/assets/1000318/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000324/info.json b/blockchains/tron/assets/1000324/info.json deleted file mode 100644 index 1a41c19648c17..0000000000000 --- a/blockchains/tron/assets/1000324/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "RoboCoin", - "symbol": "RBC", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000324", - "status": "abandoned", - "id": "1000324" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000324/logo.png b/blockchains/tron/assets/1000324/logo.png deleted file mode 100644 index 9da1b300007c4..0000000000000 Binary files a/blockchains/tron/assets/1000324/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000375/info.json b/blockchains/tron/assets/1000375/info.json deleted file mode 100644 index 8422d663ee060..0000000000000 --- a/blockchains/tron/assets/1000375/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Salvatio", - "symbol": "SVT", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000375", - "status": "abandoned", - "id": "1000375" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000375/logo.png b/blockchains/tron/assets/1000375/logo.png deleted file mode 100644 index bed00834e62f3..0000000000000 Binary files a/blockchains/tron/assets/1000375/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000391/info.json b/blockchains/tron/assets/1000391/info.json deleted file mode 100644 index e37b2de623d72..0000000000000 --- a/blockchains/tron/assets/1000391/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "IBIZALUXURY", - "symbol": "IBZ", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000391", - "status": "abandoned", - "id": "1000391" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000391/logo.png b/blockchains/tron/assets/1000391/logo.png deleted file mode 100644 index d5afb0be1be05..0000000000000 Binary files a/blockchains/tron/assets/1000391/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000430/info.json b/blockchains/tron/assets/1000430/info.json deleted file mode 100644 index 87961c01cea96..0000000000000 --- a/blockchains/tron/assets/1000430/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BOOK", - "symbol": "WRT", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000430", - "status": "abandoned", - "id": "1000430" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000430/logo.png b/blockchains/tron/assets/1000430/logo.png deleted file mode 100644 index 58699bca9239c..0000000000000 Binary files a/blockchains/tron/assets/1000430/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000451/info.json b/blockchains/tron/assets/1000451/info.json deleted file mode 100644 index 41044223f18fe..0000000000000 --- a/blockchains/tron/assets/1000451/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LoveHearts", - "symbol": "LVH", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000451", - "status": "abandoned", - "id": "1000451" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000451/logo.png b/blockchains/tron/assets/1000451/logo.png deleted file mode 100755 index d861b851ae369..0000000000000 Binary files a/blockchains/tron/assets/1000451/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000475/info.json b/blockchains/tron/assets/1000475/info.json deleted file mode 100644 index 7f57efe76f83e..0000000000000 --- a/blockchains/tron/assets/1000475/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TronWeeklyJournal", - "symbol": "TRWJ", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000475", - "status": "abandoned", - "id": "1000475" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000475/logo.png b/blockchains/tron/assets/1000475/logo.png deleted file mode 100644 index eaaed13eec101..0000000000000 Binary files a/blockchains/tron/assets/1000475/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000554/info.json b/blockchains/tron/assets/1000554/info.json deleted file mode 100644 index a9611d2cfd658..0000000000000 --- a/blockchains/tron/assets/1000554/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DEXCOIN", - "symbol": "XDEX", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000554", - "status": "abandoned", - "id": "1000554" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000554/logo.png b/blockchains/tron/assets/1000554/logo.png deleted file mode 100644 index 6a39aa3d379cc..0000000000000 Binary files a/blockchains/tron/assets/1000554/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000566/info.json b/blockchains/tron/assets/1000566/info.json deleted file mode 100644 index 69e27503854d6..0000000000000 --- a/blockchains/tron/assets/1000566/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SiddhaMedicine", - "symbol": "SMC", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000566", - "status": "abandoned", - "id": "1000566" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000566/logo.png b/blockchains/tron/assets/1000566/logo.png deleted file mode 100644 index b12fa4e595d39..0000000000000 Binary files a/blockchains/tron/assets/1000566/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000577/info.json b/blockchains/tron/assets/1000577/info.json deleted file mode 100644 index 142fce0d913c9..0000000000000 --- a/blockchains/tron/assets/1000577/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MegaTron", - "symbol": "MGA", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000577", - "status": "abandoned", - "id": "1000577" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000577/logo.png b/blockchains/tron/assets/1000577/logo.png deleted file mode 100644 index 1afbeac2dc468..0000000000000 Binary files a/blockchains/tron/assets/1000577/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000641/info.json b/blockchains/tron/assets/1000641/info.json deleted file mode 100644 index 17fd38ea4bc7b..0000000000000 --- a/blockchains/tron/assets/1000641/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SexTronsPartys", - "symbol": "STP", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000641", - "status": "abandoned", - "id": "1000641" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000641/logo.png b/blockchains/tron/assets/1000641/logo.png deleted file mode 100644 index f4123169df747..0000000000000 Binary files a/blockchains/tron/assets/1000641/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000709/info.json b/blockchains/tron/assets/1000709/info.json deleted file mode 100644 index a3e0160b0dd63..0000000000000 --- a/blockchains/tron/assets/1000709/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Alivio", - "symbol": "ALIV", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000709", - "status": "abandoned", - "id": "1000709" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000709/logo.png b/blockchains/tron/assets/1000709/logo.png deleted file mode 100644 index 128f34a407156..0000000000000 Binary files a/blockchains/tron/assets/1000709/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000811/info.json b/blockchains/tron/assets/1000811/info.json deleted file mode 100644 index 70b97cf249692..0000000000000 --- a/blockchains/tron/assets/1000811/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "RoboQuarter", - "symbol": "RbQ", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000811", - "status": "abandoned", - "id": "1000811" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000811/logo.png b/blockchains/tron/assets/1000811/logo.png deleted file mode 100644 index d6696b9ad36b0..0000000000000 Binary files a/blockchains/tron/assets/1000811/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000814/info.json b/blockchains/tron/assets/1000814/info.json deleted file mode 100644 index 0ce5bad65303a..0000000000000 --- a/blockchains/tron/assets/1000814/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MGG", - "symbol": "MGG", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000814", - "status": "abandoned", - "id": "1000814" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000814/logo.png b/blockchains/tron/assets/1000814/logo.png deleted file mode 100644 index 78d0f30b1278d..0000000000000 Binary files a/blockchains/tron/assets/1000814/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000822/info.json b/blockchains/tron/assets/1000822/info.json deleted file mode 100644 index cda02e76e0159..0000000000000 --- a/blockchains/tron/assets/1000822/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TEG", - "symbol": "TEG", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000822", - "status": "abandoned", - "id": "1000822" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000822/logo.png b/blockchains/tron/assets/1000822/logo.png deleted file mode 100644 index 89743073c1587..0000000000000 Binary files a/blockchains/tron/assets/1000822/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000824/info.json b/blockchains/tron/assets/1000824/info.json deleted file mode 100644 index eedf061eab207..0000000000000 --- a/blockchains/tron/assets/1000824/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Tipatrade", - "symbol": "TAT", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000824", - "status": "abandoned", - "id": "1000824" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000824/logo.png b/blockchains/tron/assets/1000824/logo.png deleted file mode 100644 index b74f9cf7d9325..0000000000000 Binary files a/blockchains/tron/assets/1000824/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000848/info.json b/blockchains/tron/assets/1000848/info.json deleted file mode 100644 index 0c9bcd53f7922..0000000000000 --- a/blockchains/tron/assets/1000848/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HaveABreakHaveAKitKat", - "symbol": "HABKK", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000848", - "status": "abandoned", - "id": "1000848" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000848/logo.png b/blockchains/tron/assets/1000848/logo.png deleted file mode 100755 index 1878f219c172d..0000000000000 Binary files a/blockchains/tron/assets/1000848/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000849/info.json b/blockchains/tron/assets/1000849/info.json deleted file mode 100644 index e72e4f0670da1..0000000000000 --- a/blockchains/tron/assets/1000849/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DealWithIt", - "symbol": "DWI", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000849", - "status": "abandoned", - "id": "1000849" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000849/logo.png b/blockchains/tron/assets/1000849/logo.png deleted file mode 100755 index 662574a889acd..0000000000000 Binary files a/blockchains/tron/assets/1000849/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000854/info.json b/blockchains/tron/assets/1000854/info.json deleted file mode 100644 index 8583e2f153f5e..0000000000000 --- a/blockchains/tron/assets/1000854/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "GSG", - "symbol": "GSG", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000854", - "status": "abandoned", - "id": "1000854" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000854/logo.png b/blockchains/tron/assets/1000854/logo.png deleted file mode 100644 index fa252aede1df2..0000000000000 Binary files a/blockchains/tron/assets/1000854/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000865/info.json b/blockchains/tron/assets/1000865/info.json deleted file mode 100644 index dd3191bf8878a..0000000000000 --- a/blockchains/tron/assets/1000865/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TronInvestGroup", - "symbol": "TIG", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000865", - "status": "abandoned", - "id": "1000865" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000865/logo.png b/blockchains/tron/assets/1000865/logo.png deleted file mode 100644 index 48197137d82b3..0000000000000 Binary files a/blockchains/tron/assets/1000865/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000891/info.json b/blockchains/tron/assets/1000891/info.json deleted file mode 100644 index 91faaa182ef87..0000000000000 --- a/blockchains/tron/assets/1000891/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DEG", - "symbol": "DEG", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000891", - "status": "abandoned", - "id": "1000891" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000891/logo.png b/blockchains/tron/assets/1000891/logo.png deleted file mode 100644 index 45fd4948290c1..0000000000000 Binary files a/blockchains/tron/assets/1000891/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000897/info.json b/blockchains/tron/assets/1000897/info.json deleted file mode 100644 index 8be30d13f4639..0000000000000 --- a/blockchains/tron/assets/1000897/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DEXCoin", - "symbol": "XDX", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000897", - "status": "abandoned", - "id": "1000897" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000897/logo.png b/blockchains/tron/assets/1000897/logo.png deleted file mode 100644 index 628be4b63de96..0000000000000 Binary files a/blockchains/tron/assets/1000897/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000898/info.json b/blockchains/tron/assets/1000898/info.json deleted file mode 100644 index 86f250a5c2700..0000000000000 --- a/blockchains/tron/assets/1000898/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "UPVOTE", - "symbol": "UPVT", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000898", - "status": "abandoned", - "id": "1000898" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000898/logo.png b/blockchains/tron/assets/1000898/logo.png deleted file mode 100644 index d7693b0485f97..0000000000000 Binary files a/blockchains/tron/assets/1000898/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000900/info.json b/blockchains/tron/assets/1000900/info.json deleted file mode 100644 index abce0f1b05b0e..0000000000000 --- a/blockchains/tron/assets/1000900/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SEG", - "symbol": "SEG", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000900", - "status": "abandoned", - "id": "1000900" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000900/logo.png b/blockchains/tron/assets/1000900/logo.png deleted file mode 100644 index ddf44d8019ad7..0000000000000 Binary files a/blockchains/tron/assets/1000900/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000907/info.json b/blockchains/tron/assets/1000907/info.json deleted file mode 100644 index a879d073f18d1..0000000000000 --- a/blockchains/tron/assets/1000907/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "RUOKToken", - "symbol": "RUOK", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000907", - "status": "abandoned", - "id": "1000907" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000907/logo.png b/blockchains/tron/assets/1000907/logo.png deleted file mode 100644 index eace2953e0ecd..0000000000000 Binary files a/blockchains/tron/assets/1000907/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000930/info.json b/blockchains/tron/assets/1000930/info.json deleted file mode 100644 index 58036bd68ca7c..0000000000000 --- a/blockchains/tron/assets/1000930/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "GhostNote", - "symbol": "GNOTE", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000930", - "status": "abandoned", - "id": "1000930" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000930/logo.png b/blockchains/tron/assets/1000930/logo.png deleted file mode 100644 index 3a5c00d57b113..0000000000000 Binary files a/blockchains/tron/assets/1000930/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000932/info.json b/blockchains/tron/assets/1000932/info.json deleted file mode 100644 index 04b5e59e36f6f..0000000000000 --- a/blockchains/tron/assets/1000932/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "GamingEmpowermentMaterialSource", - "symbol": "GEMS", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000932", - "status": "abandoned", - "id": "1000932" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000932/logo.png b/blockchains/tron/assets/1000932/logo.png deleted file mode 100644 index 92ccebb6933a5..0000000000000 Binary files a/blockchains/tron/assets/1000932/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000933/info.json b/blockchains/tron/assets/1000933/info.json deleted file mode 100644 index 7ece397a98a62..0000000000000 --- a/blockchains/tron/assets/1000933/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TronWatchMarket", - "symbol": "TWM", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000933", - "status": "abandoned", - "id": "1000933" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000933/logo.png b/blockchains/tron/assets/1000933/logo.png deleted file mode 100644 index b893a9b183995..0000000000000 Binary files a/blockchains/tron/assets/1000933/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000935/info.json b/blockchains/tron/assets/1000935/info.json deleted file mode 100644 index 78a1b4d673d1b..0000000000000 --- a/blockchains/tron/assets/1000935/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "KsumNole", - "symbol": "MSK", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000935", - "status": "abandoned", - "id": "1000935" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000935/logo.png b/blockchains/tron/assets/1000935/logo.png deleted file mode 100644 index c98aee2306254..0000000000000 Binary files a/blockchains/tron/assets/1000935/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000943/info.json b/blockchains/tron/assets/1000943/info.json deleted file mode 100644 index f1c0c027c3045..0000000000000 --- a/blockchains/tron/assets/1000943/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "GEMS", - "symbol": "gems", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000943", - "status": "abandoned", - "id": "1000943" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000943/logo.png b/blockchains/tron/assets/1000943/logo.png deleted file mode 100644 index 92ccebb6933a5..0000000000000 Binary files a/blockchains/tron/assets/1000943/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000945/info.json b/blockchains/tron/assets/1000945/info.json deleted file mode 100644 index b10ce515d9694..0000000000000 --- a/blockchains/tron/assets/1000945/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "EMStoken", - "symbol": "EMS", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000945", - "status": "abandoned", - "id": "1000945" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000945/logo.png b/blockchains/tron/assets/1000945/logo.png deleted file mode 100755 index 193f0d87019b2..0000000000000 Binary files a/blockchains/tron/assets/1000945/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000981/info.json b/blockchains/tron/assets/1000981/info.json deleted file mode 100644 index a7c72944c7750..0000000000000 --- a/blockchains/tron/assets/1000981/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TRONBEAN", - "symbol": "BEAN", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000981", - "status": "abandoned", - "id": "1000981" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000981/logo.png b/blockchains/tron/assets/1000981/logo.png deleted file mode 100644 index 59a941c9b4869..0000000000000 Binary files a/blockchains/tron/assets/1000981/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000985/info.json b/blockchains/tron/assets/1000985/info.json deleted file mode 100644 index 445f76e882055..0000000000000 --- a/blockchains/tron/assets/1000985/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Santa", - "symbol": "Santa", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000985", - "status": "abandoned", - "id": "1000985" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000985/logo.png b/blockchains/tron/assets/1000985/logo.png deleted file mode 100644 index 9fc6b04d5dd66..0000000000000 Binary files a/blockchains/tron/assets/1000985/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1000999/info.json b/blockchains/tron/assets/1000999/info.json deleted file mode 100644 index 5e641060598c5..0000000000000 --- a/blockchains/tron/assets/1000999/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "tronloot", - "symbol": "LOOT", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1000999", - "status": "abandoned", - "id": "1000999" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1000999/logo.png b/blockchains/tron/assets/1000999/logo.png deleted file mode 100644 index a90b128a7b270..0000000000000 Binary files a/blockchains/tron/assets/1000999/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001013/info.json b/blockchains/tron/assets/1001013/info.json deleted file mode 100644 index 71a9161888305..0000000000000 --- a/blockchains/tron/assets/1001013/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TronPlatinum", - "symbol": "TPL", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001013", - "status": "abandoned", - "id": "1001013" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001013/logo.png b/blockchains/tron/assets/1001013/logo.png deleted file mode 100644 index 36fb35cd85c06..0000000000000 Binary files a/blockchains/tron/assets/1001013/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001030/info.json b/blockchains/tron/assets/1001030/info.json deleted file mode 100644 index da6728c25acd5..0000000000000 --- a/blockchains/tron/assets/1001030/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "StarWars", - "symbol": "Cred", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001030", - "status": "abandoned", - "id": "1001030" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001030/logo.png b/blockchains/tron/assets/1001030/logo.png deleted file mode 100644 index c2a78ccaa4ab0..0000000000000 Binary files a/blockchains/tron/assets/1001030/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001046/info.json b/blockchains/tron/assets/1001046/info.json deleted file mode 100644 index 073f9c896f9ae..0000000000000 --- a/blockchains/tron/assets/1001046/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TronPlatinumBusiness", - "symbol": "TPLB", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001046", - "status": "abandoned", - "id": "1001046" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001046/logo.png b/blockchains/tron/assets/1001046/logo.png deleted file mode 100644 index 36fb35cd85c06..0000000000000 Binary files a/blockchains/tron/assets/1001046/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001047/info.json b/blockchains/tron/assets/1001047/info.json deleted file mode 100644 index 0557423f1d509..0000000000000 --- a/blockchains/tron/assets/1001047/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TronPlatinumElite", - "symbol": "TPLE", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001047", - "status": "abandoned", - "id": "1001047" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001047/logo.png b/blockchains/tron/assets/1001047/logo.png deleted file mode 100644 index 36fb35cd85c06..0000000000000 Binary files a/blockchains/tron/assets/1001047/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001050/info.json b/blockchains/tron/assets/1001050/info.json deleted file mode 100644 index 1e384cc261d22..0000000000000 --- a/blockchains/tron/assets/1001050/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "KiwiBerry", - "symbol": "KIWI", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001050", - "status": "abandoned", - "id": "1001050" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001050/logo.png b/blockchains/tron/assets/1001050/logo.png deleted file mode 100644 index 544116abcb0e9..0000000000000 Binary files a/blockchains/tron/assets/1001050/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001090/info.json b/blockchains/tron/assets/1001090/info.json deleted file mode 100644 index 5f7a314d3796c..0000000000000 --- a/blockchains/tron/assets/1001090/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TRONONE", - "symbol": "TONE", - "type": "TRC10", - "decimals": 0, - "description": "TRON ONE is one of SR of TRON, based on 'everyone build,everyone share'. TONE will build largest culture zone in TRON world.", - "website": "https://www.tronone.com", - "explorer": "https://tronscan.io/#/token/1001090", - "status": "active", - "id": "1001090" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001090/logo.png b/blockchains/tron/assets/1001090/logo.png deleted file mode 100755 index db96bd03c21e2..0000000000000 Binary files a/blockchains/tron/assets/1001090/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001091/info.json b/blockchains/tron/assets/1001091/info.json deleted file mode 100644 index c864cb6237e59..0000000000000 --- a/blockchains/tron/assets/1001091/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SCC", - "symbol": "SCC", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001091", - "status": "abandoned", - "id": "1001091" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001091/logo.png b/blockchains/tron/assets/1001091/logo.png deleted file mode 100644 index 98388b33b57e5..0000000000000 Binary files a/blockchains/tron/assets/1001091/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001092/info.json b/blockchains/tron/assets/1001092/info.json deleted file mode 100644 index b891b0579cf1e..0000000000000 --- a/blockchains/tron/assets/1001092/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SCT", - "symbol": "SCT", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001092", - "status": "abandoned", - "id": "1001092" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001092/logo.png b/blockchains/tron/assets/1001092/logo.png deleted file mode 100644 index 4e403fe93a866..0000000000000 Binary files a/blockchains/tron/assets/1001092/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001107/info.json b/blockchains/tron/assets/1001107/info.json deleted file mode 100644 index 70004531ea477..0000000000000 --- a/blockchains/tron/assets/1001107/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "KAOSCANDY", - "symbol": "KAOS", - "type": "TRC10", - "decimals": 0, - "description": "KAOSCANDY is an official Partner Token and integral game coin used within the game Eggies World. KAOSCANDY token will seek partnerships with other Blockchain games to expand the tokens use.", - "website": "http://www.kaoscandy.com/", - "explorer": "https://tronscan.io/#/token/1001107", - "status": "active", - "id": "1001107" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001107/logo.png b/blockchains/tron/assets/1001107/logo.png deleted file mode 100755 index c3bd1a46beb4f..0000000000000 Binary files a/blockchains/tron/assets/1001107/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001136/info.json b/blockchains/tron/assets/1001136/info.json deleted file mode 100644 index b5787ed843c39..0000000000000 --- a/blockchains/tron/assets/1001136/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "AssChat", - "symbol": "ASS", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001136", - "status": "abandoned", - "id": "1001136" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001136/logo.png b/blockchains/tron/assets/1001136/logo.png deleted file mode 100644 index fc1a13f5a632c..0000000000000 Binary files a/blockchains/tron/assets/1001136/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001137/info.json b/blockchains/tron/assets/1001137/info.json deleted file mode 100644 index 8c5a98b6c56ab..0000000000000 --- a/blockchains/tron/assets/1001137/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Botcoin", - "symbol": "BOT", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001137", - "status": "abandoned", - "id": "1001137" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001137/logo.png b/blockchains/tron/assets/1001137/logo.png deleted file mode 100644 index 5d354a5b2a06e..0000000000000 Binary files a/blockchains/tron/assets/1001137/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001142/info.json b/blockchains/tron/assets/1001142/info.json deleted file mode 100644 index 828c917317160..0000000000000 --- a/blockchains/tron/assets/1001142/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Stream", - "symbol": "STI", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001142", - "status": "abandoned", - "id": "1001142" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001142/logo.png b/blockchains/tron/assets/1001142/logo.png deleted file mode 100644 index 682935ee8c92b..0000000000000 Binary files a/blockchains/tron/assets/1001142/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001164/info.json b/blockchains/tron/assets/1001164/info.json deleted file mode 100644 index 5d1f2c9e120f5..0000000000000 --- a/blockchains/tron/assets/1001164/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ADVCoin", - "symbol": "ADV", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001164", - "status": "abandoned", - "id": "1001164" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001164/logo.png b/blockchains/tron/assets/1001164/logo.png deleted file mode 100644 index cc672256ada74..0000000000000 Binary files a/blockchains/tron/assets/1001164/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001186/info.json b/blockchains/tron/assets/1001186/info.json deleted file mode 100644 index 75fe74c1767ee..0000000000000 --- a/blockchains/tron/assets/1001186/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "POINT", - "symbol": "POINT", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001186", - "status": "abandoned", - "id": "1001186" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001186/logo.png b/blockchains/tron/assets/1001186/logo.png deleted file mode 100644 index 001357bd6ef78..0000000000000 Binary files a/blockchains/tron/assets/1001186/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001203/info.json b/blockchains/tron/assets/1001203/info.json deleted file mode 100644 index 042f85d5a5782..0000000000000 --- a/blockchains/tron/assets/1001203/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MedicCoin", - "symbol": "MEDIC", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001203", - "status": "abandoned", - "id": "1001203" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001203/logo.png b/blockchains/tron/assets/1001203/logo.png deleted file mode 100644 index f1b51356c7640..0000000000000 Binary files a/blockchains/tron/assets/1001203/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001217/info.json b/blockchains/tron/assets/1001217/info.json deleted file mode 100644 index cd13a747cd455..0000000000000 --- a/blockchains/tron/assets/1001217/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "EOY", - "symbol": "EOY", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001217", - "status": "abandoned", - "id": "1001217" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001217/logo.png b/blockchains/tron/assets/1001217/logo.png deleted file mode 100644 index 2a5785cd316a0..0000000000000 Binary files a/blockchains/tron/assets/1001217/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001268/info.json b/blockchains/tron/assets/1001268/info.json deleted file mode 100644 index 65ae78da706cd..0000000000000 --- a/blockchains/tron/assets/1001268/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TronTokensContributor", - "symbol": "TTC", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001268", - "status": "abandoned", - "id": "1001268" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001268/logo.png b/blockchains/tron/assets/1001268/logo.png deleted file mode 100644 index 873ca44767775..0000000000000 Binary files a/blockchains/tron/assets/1001268/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001302/info.json b/blockchains/tron/assets/1001302/info.json deleted file mode 100644 index 5a26aca341a2e..0000000000000 --- a/blockchains/tron/assets/1001302/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TRD", - "symbol": "TRD", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001302", - "status": "abandoned", - "id": "1001302" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001302/logo.png b/blockchains/tron/assets/1001302/logo.png deleted file mode 100644 index b71da10741e17..0000000000000 Binary files a/blockchains/tron/assets/1001302/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001305/info.json b/blockchains/tron/assets/1001305/info.json deleted file mode 100644 index e5811f02df484..0000000000000 --- a/blockchains/tron/assets/1001305/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "dice", - "symbol": "dice", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001305", - "status": "abandoned", - "id": "1001305" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001305/logo.png b/blockchains/tron/assets/1001305/logo.png deleted file mode 100644 index f76604ebd2545..0000000000000 Binary files a/blockchains/tron/assets/1001305/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001313/info.json b/blockchains/tron/assets/1001313/info.json deleted file mode 100644 index 5f7f375ae1abe..0000000000000 --- a/blockchains/tron/assets/1001313/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CryptoGuyInZA", - "symbol": "CGIZA", - "type": "TRC10", - "decimals": 0, - "description": "Crypto Guy In South Africa (CryptoGuyInZA) is a Cryptocurrency Enthusiast in South Africa that has been elected as a Tron Super Representative by the community.", - "website": "https://www.cryptoguyinza.co.za", - "explorer": "https://tronscan.io/#/token/1001313", - "status": "active", - "id": "1001313" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001313/logo.png b/blockchains/tron/assets/1001313/logo.png deleted file mode 100755 index 91683d7dbfcaf..0000000000000 Binary files a/blockchains/tron/assets/1001313/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001351/info.json b/blockchains/tron/assets/1001351/info.json deleted file mode 100644 index 46f2ad2dcfdd0..0000000000000 --- a/blockchains/tron/assets/1001351/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CryptoDivaFund", - "symbol": "CDF", - "type": "TRC10", - "decimals": 0, - "description": "CryptoDiva Fund (CDF) is the official token of the Tron SR CryptoDiva. It will be used to facilitate knowledge sharing, game designing CD community building and other projects on Tron network.", - "website": "http://www.cryptodiva.io/", - "explorer": "https://tronscan.io/#/token/1001351", - "status": "active", - "id": "1001351" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001351/logo.png b/blockchains/tron/assets/1001351/logo.png deleted file mode 100755 index 635f84c61d1d3..0000000000000 Binary files a/blockchains/tron/assets/1001351/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001353/info.json b/blockchains/tron/assets/1001353/info.json deleted file mode 100644 index a9fae6fb37f38..0000000000000 --- a/blockchains/tron/assets/1001353/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "OWL", - "symbol": "OWL", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001353", - "status": "abandoned", - "id": "1001353" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001353/logo.png b/blockchains/tron/assets/1001353/logo.png deleted file mode 100644 index bc8406aa0c5e0..0000000000000 Binary files a/blockchains/tron/assets/1001353/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001359/info.json b/blockchains/tron/assets/1001359/info.json deleted file mode 100644 index 87527f248c117..0000000000000 --- a/blockchains/tron/assets/1001359/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TRONCITY", - "symbol": "TCO", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001359", - "status": "abandoned", - "id": "1001359" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001359/logo.png b/blockchains/tron/assets/1001359/logo.png deleted file mode 100755 index 69297d7d735aa..0000000000000 Binary files a/blockchains/tron/assets/1001359/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001361/info.json b/blockchains/tron/assets/1001361/info.json deleted file mode 100644 index 8e3cc4f3ab193..0000000000000 --- a/blockchains/tron/assets/1001361/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SPOK", - "symbol": "SPK", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001361", - "status": "abandoned", - "id": "1001361" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001361/logo.png b/blockchains/tron/assets/1001361/logo.png deleted file mode 100644 index b11dc297da5ce..0000000000000 Binary files a/blockchains/tron/assets/1001361/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001363/info.json b/blockchains/tron/assets/1001363/info.json deleted file mode 100644 index 7dbb6301c3e6a..0000000000000 --- a/blockchains/tron/assets/1001363/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CaptainKirk", - "symbol": "CKK", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001363", - "status": "abandoned", - "id": "1001363" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001363/logo.png b/blockchains/tron/assets/1001363/logo.png deleted file mode 100644 index 600b25b00da3f..0000000000000 Binary files a/blockchains/tron/assets/1001363/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001367/info.json b/blockchains/tron/assets/1001367/info.json deleted file mode 100644 index a152b6e5ccf70..0000000000000 --- a/blockchains/tron/assets/1001367/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PeerToPeer", - "symbol": "PTP", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001367", - "status": "abandoned", - "id": "1001367" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001367/logo.png b/blockchains/tron/assets/1001367/logo.png deleted file mode 100644 index 7e279f455e704..0000000000000 Binary files a/blockchains/tron/assets/1001367/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001385/info.json b/blockchains/tron/assets/1001385/info.json deleted file mode 100644 index 9af1d9114443a..0000000000000 --- a/blockchains/tron/assets/1001385/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FURCOIN", - "symbol": "FUR", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001385", - "status": "abandoned", - "id": "1001385" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001385/logo.png b/blockchains/tron/assets/1001385/logo.png deleted file mode 100644 index 4754dc6f2f356..0000000000000 Binary files a/blockchains/tron/assets/1001385/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001411/info.json b/blockchains/tron/assets/1001411/info.json deleted file mode 100644 index 665f575510492..0000000000000 --- a/blockchains/tron/assets/1001411/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CryptoBankCoin", - "symbol": "CBC", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001411", - "status": "abandoned", - "id": "1001411" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001411/logo.png b/blockchains/tron/assets/1001411/logo.png deleted file mode 100644 index 8441ec9f92315..0000000000000 Binary files a/blockchains/tron/assets/1001411/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001414/info.json b/blockchains/tron/assets/1001414/info.json deleted file mode 100644 index bbca3a416a038..0000000000000 --- a/blockchains/tron/assets/1001414/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TRONO", - "symbol": "TRONO", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001414", - "status": "abandoned", - "id": "1001414" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001414/logo.png b/blockchains/tron/assets/1001414/logo.png deleted file mode 100644 index b5cf0b212e238..0000000000000 Binary files a/blockchains/tron/assets/1001414/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001427/info.json b/blockchains/tron/assets/1001427/info.json deleted file mode 100644 index 5fc4df5c923ad..0000000000000 --- a/blockchains/tron/assets/1001427/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TRONREFUNDS", - "symbol": "RFD", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001427", - "status": "abandoned", - "id": "1001427" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001427/logo.png b/blockchains/tron/assets/1001427/logo.png deleted file mode 100644 index 926727e223bca..0000000000000 Binary files a/blockchains/tron/assets/1001427/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001438/info.json b/blockchains/tron/assets/1001438/info.json deleted file mode 100644 index 7a999776fa9c3..0000000000000 --- a/blockchains/tron/assets/1001438/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Photon", - "symbol": "PTN", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001438", - "status": "abandoned", - "id": "1001438" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001438/logo.png b/blockchains/tron/assets/1001438/logo.png deleted file mode 100755 index 95c93dea074bd..0000000000000 Binary files a/blockchains/tron/assets/1001438/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001457/info.json b/blockchains/tron/assets/1001457/info.json deleted file mode 100644 index 461107c373a66..0000000000000 --- a/blockchains/tron/assets/1001457/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TronATM", - "symbol": "TATM", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001457", - "status": "abandoned", - "id": "1001457" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001457/logo.png b/blockchains/tron/assets/1001457/logo.png deleted file mode 100644 index 18fa6620fd843..0000000000000 Binary files a/blockchains/tron/assets/1001457/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001466/info.json b/blockchains/tron/assets/1001466/info.json deleted file mode 100644 index 78dc2d236ac70..0000000000000 --- a/blockchains/tron/assets/1001466/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Tronics", - "symbol": "TX", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001466", - "status": "abandoned", - "id": "1001466" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001466/logo.png b/blockchains/tron/assets/1001466/logo.png deleted file mode 100644 index be4e48304e84d..0000000000000 Binary files a/blockchains/tron/assets/1001466/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001500/info.json b/blockchains/tron/assets/1001500/info.json deleted file mode 100644 index 329c258b09e13..0000000000000 --- a/blockchains/tron/assets/1001500/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HaloSocialMeetup", - "symbol": "Halo", - "type": "TRC10", - "decimals": 0, - "description": "Halo Social Meetup is social media simplified.", - "website": "https://www.halosocialmeetup.com/", - "explorer": "https://tronscan.io/#/token/1001500", - "status": "active", - "id": "1001500" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001500/logo.png b/blockchains/tron/assets/1001500/logo.png deleted file mode 100644 index 513efcf29df84..0000000000000 Binary files a/blockchains/tron/assets/1001500/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001546/info.json b/blockchains/tron/assets/1001546/info.json deleted file mode 100644 index 379fabc037268..0000000000000 --- a/blockchains/tron/assets/1001546/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TRONHERO", - "symbol": "THX", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001546", - "status": "abandoned", - "id": "1001546" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001546/logo.png b/blockchains/tron/assets/1001546/logo.png deleted file mode 100755 index 67ebd19c93eba..0000000000000 Binary files a/blockchains/tron/assets/1001546/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001559/info.json b/blockchains/tron/assets/1001559/info.json deleted file mode 100644 index 1c5f2e2df90a4..0000000000000 --- a/blockchains/tron/assets/1001559/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TronID", - "symbol": "TronID", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001559", - "status": "abandoned", - "id": "1001559" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001559/logo.png b/blockchains/tron/assets/1001559/logo.png deleted file mode 100755 index 9dbe1e394a47e..0000000000000 Binary files a/blockchains/tron/assets/1001559/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001581/info.json b/blockchains/tron/assets/1001581/info.json deleted file mode 100644 index 7184b769604b3..0000000000000 --- a/blockchains/tron/assets/1001581/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HealthPort", - "symbol": "EHR", - "type": "TRC10", - "decimals": 0, - "description": "Health Port is a patient-centric healthcare information system bringing patients a portable, interoperable, decentralized, integrated system for managing their personal electronic health records.", - "website": "https://healthport.io/", - "explorer": "https://tronscan.io/#/token/1001581", - "status": "active", - "id": "1001581" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001581/logo.png b/blockchains/tron/assets/1001581/logo.png deleted file mode 100644 index 0500d3516e8f8..0000000000000 Binary files a/blockchains/tron/assets/1001581/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001584/info.json b/blockchains/tron/assets/1001584/info.json deleted file mode 100644 index 0dcc4c8097516..0000000000000 --- a/blockchains/tron/assets/1001584/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SUDWA", - "symbol": "SUDWA", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001584", - "status": "abandoned", - "id": "1001584" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001584/logo.png b/blockchains/tron/assets/1001584/logo.png deleted file mode 100644 index 0e3b2a579368b..0000000000000 Binary files a/blockchains/tron/assets/1001584/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001596/info.json b/blockchains/tron/assets/1001596/info.json deleted file mode 100644 index c298b5a188172..0000000000000 --- a/blockchains/tron/assets/1001596/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TronSecure", - "symbol": "TSC", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001596", - "status": "abandoned", - "id": "1001596" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001596/logo.png b/blockchains/tron/assets/1001596/logo.png deleted file mode 100644 index 1da28ff3dc5f6..0000000000000 Binary files a/blockchains/tron/assets/1001596/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001617/info.json b/blockchains/tron/assets/1001617/info.json deleted file mode 100644 index e07642a9f68ae..0000000000000 --- a/blockchains/tron/assets/1001617/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TronArt", - "symbol": "TAR", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001617", - "status": "abandoned", - "id": "1001617" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001617/logo.png b/blockchains/tron/assets/1001617/logo.png deleted file mode 100755 index 52f4dfa17a586..0000000000000 Binary files a/blockchains/tron/assets/1001617/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001645/info.json b/blockchains/tron/assets/1001645/info.json deleted file mode 100644 index b96113fba0dbb..0000000000000 --- a/blockchains/tron/assets/1001645/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Elite", - "symbol": "ELT", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001645", - "status": "abandoned", - "id": "1001645" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001645/logo.png b/blockchains/tron/assets/1001645/logo.png deleted file mode 100644 index aec47827c7043..0000000000000 Binary files a/blockchains/tron/assets/1001645/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001652/info.json b/blockchains/tron/assets/1001652/info.json deleted file mode 100644 index 4a80146e881fd..0000000000000 --- a/blockchains/tron/assets/1001652/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ORACLETRX", - "symbol": "OCTX", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001652", - "status": "abandoned", - "id": "1001652" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001652/logo.png b/blockchains/tron/assets/1001652/logo.png deleted file mode 100644 index 462d062a6f137..0000000000000 Binary files a/blockchains/tron/assets/1001652/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001698/info.json b/blockchains/tron/assets/1001698/info.json deleted file mode 100644 index 282274472e178..0000000000000 --- a/blockchains/tron/assets/1001698/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ONGISTRON", - "symbol": "ONGIS", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001698", - "status": "abandoned", - "id": "1001698" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001698/logo.png b/blockchains/tron/assets/1001698/logo.png deleted file mode 100644 index cf5d54a1dfc81..0000000000000 Binary files a/blockchains/tron/assets/1001698/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001699/info.json b/blockchains/tron/assets/1001699/info.json deleted file mode 100644 index ffca876d9d56f..0000000000000 --- a/blockchains/tron/assets/1001699/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "NoleWater", - "symbol": "AMSK", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "https://nolelegends.com/", - "explorer": "https://tronscan.io/#/token/1001699", - "status": "active", - "id": "1001699" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001699/logo.png b/blockchains/tron/assets/1001699/logo.png deleted file mode 100644 index 264123c65fa85..0000000000000 Binary files a/blockchains/tron/assets/1001699/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001757/info.json b/blockchains/tron/assets/1001757/info.json deleted file mode 100644 index d46d81edc8a17..0000000000000 --- a/blockchains/tron/assets/1001757/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "EVO", - "symbol": "EVO", - "type": "TRC10", - "decimals": 0, - "description": "Token to power the DApp Evolution Ecosystem, including TronChat, TronRadar, TronCollectibles and more.", - "website": "https://dappevolution.com/", - "explorer": "https://tronscan.io/#/token/1001757", - "status": "active", - "id": "1001757" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001757/logo.png b/blockchains/tron/assets/1001757/logo.png deleted file mode 100644 index dda19a51bf821..0000000000000 Binary files a/blockchains/tron/assets/1001757/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001778/info.json b/blockchains/tron/assets/1001778/info.json deleted file mode 100644 index 4f70f60973fc2..0000000000000 --- a/blockchains/tron/assets/1001778/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Awesome", - "symbol": "AWS", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001778", - "status": "abandoned", - "id": "1001778" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001778/logo.png b/blockchains/tron/assets/1001778/logo.png deleted file mode 100644 index 301a794748bfc..0000000000000 Binary files a/blockchains/tron/assets/1001778/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001801/info.json b/blockchains/tron/assets/1001801/info.json deleted file mode 100644 index 0c83f2fc111b5..0000000000000 --- a/blockchains/tron/assets/1001801/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Baba", - "symbol": "BABA", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001801", - "status": "abandoned", - "id": "1001801" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001801/logo.png b/blockchains/tron/assets/1001801/logo.png deleted file mode 100644 index f4165c8c190ae..0000000000000 Binary files a/blockchains/tron/assets/1001801/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001803/info.json b/blockchains/tron/assets/1001803/info.json deleted file mode 100644 index 104b574baecfb..0000000000000 --- a/blockchains/tron/assets/1001803/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LIME", - "symbol": "LIME", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001803", - "status": "abandoned", - "id": "1001803" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001803/logo.png b/blockchains/tron/assets/1001803/logo.png deleted file mode 100644 index d493da5b7e978..0000000000000 Binary files a/blockchains/tron/assets/1001803/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001825/info.json b/blockchains/tron/assets/1001825/info.json deleted file mode 100644 index 3fb651f057ecc..0000000000000 --- a/blockchains/tron/assets/1001825/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CYBER", - "symbol": "CYBR", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001825", - "status": "abandoned", - "id": "1001825" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001825/logo.png b/blockchains/tron/assets/1001825/logo.png deleted file mode 100644 index 1833f1f798da4..0000000000000 Binary files a/blockchains/tron/assets/1001825/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001834/info.json b/blockchains/tron/assets/1001834/info.json deleted file mode 100644 index bcef550890e16..0000000000000 --- a/blockchains/tron/assets/1001834/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DeepCloudAI", - "symbol": "DEEP", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001834", - "status": "abandoned", - "id": "1001834" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001834/logo.png b/blockchains/tron/assets/1001834/logo.png deleted file mode 100644 index af4d051b7cf35..0000000000000 Binary files a/blockchains/tron/assets/1001834/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001837/info.json b/blockchains/tron/assets/1001837/info.json deleted file mode 100644 index c2068c79dbff6..0000000000000 --- a/blockchains/tron/assets/1001837/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "POS", - "symbol": "POS", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001837", - "status": "abandoned", - "id": "1001837" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001837/logo.png b/blockchains/tron/assets/1001837/logo.png deleted file mode 100644 index e7a2eea2f4ef5..0000000000000 Binary files a/blockchains/tron/assets/1001837/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001845/info.json b/blockchains/tron/assets/1001845/info.json deleted file mode 100644 index 95fd7d93879c4..0000000000000 --- a/blockchains/tron/assets/1001845/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TimerGuardBox", - "symbol": "TGB", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001845", - "status": "abandoned", - "id": "1001845" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001845/logo.png b/blockchains/tron/assets/1001845/logo.png deleted file mode 100644 index 74ebe98f2676d..0000000000000 Binary files a/blockchains/tron/assets/1001845/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001865/info.json b/blockchains/tron/assets/1001865/info.json deleted file mode 100644 index a965da22fe18f..0000000000000 --- a/blockchains/tron/assets/1001865/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "GlobalRiceToken", - "symbol": "GRT", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001865", - "status": "abandoned", - "id": "1001865" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001865/logo.png b/blockchains/tron/assets/1001865/logo.png deleted file mode 100644 index 58b31a6be940d..0000000000000 Binary files a/blockchains/tron/assets/1001865/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001893/info.json b/blockchains/tron/assets/1001893/info.json deleted file mode 100644 index 63ccbbd0334a5..0000000000000 --- a/blockchains/tron/assets/1001893/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BetaORCA", - "symbol": "BetaO", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001893", - "status": "abandoned", - "id": "1001893" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001893/logo.png b/blockchains/tron/assets/1001893/logo.png deleted file mode 100644 index 1346189b2b215..0000000000000 Binary files a/blockchains/tron/assets/1001893/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001909/info.json b/blockchains/tron/assets/1001909/info.json deleted file mode 100644 index 9eb7b0d6760d4..0000000000000 --- a/blockchains/tron/assets/1001909/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DEP", - "symbol": "dep", - "type": "TRC10", - "decimals": 5, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001909", - "status": "abandoned", - "id": "1001909" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001909/logo.png b/blockchains/tron/assets/1001909/logo.png deleted file mode 100644 index 212508618d33f..0000000000000 Binary files a/blockchains/tron/assets/1001909/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001920/info.json b/blockchains/tron/assets/1001920/info.json deleted file mode 100644 index d4efd5283ebd2..0000000000000 --- a/blockchains/tron/assets/1001920/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ORCA", - "symbol": "ORCA", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001920", - "status": "abandoned", - "id": "1001920" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001920/logo.png b/blockchains/tron/assets/1001920/logo.png deleted file mode 100644 index 1346189b2b215..0000000000000 Binary files a/blockchains/tron/assets/1001920/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001943/info.json b/blockchains/tron/assets/1001943/info.json deleted file mode 100644 index bd206203f40d2..0000000000000 --- a/blockchains/tron/assets/1001943/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "POPPY", - "symbol": "POPPY", - "type": "TRC10", - "decimals": 6, - "description": "A loyalty and reward token for the Poppy network.", - "website": "https://poppypos.com/", - "explorer": "https://tronscan.io/#/token/1001943", - "status": "active", - "id": "1001943" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001943/logo.png b/blockchains/tron/assets/1001943/logo.png deleted file mode 100755 index 6e357aa1bde97..0000000000000 Binary files a/blockchains/tron/assets/1001943/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1001949/info.json b/blockchains/tron/assets/1001949/info.json deleted file mode 100644 index 62c8b917b8dd7..0000000000000 --- a/blockchains/tron/assets/1001949/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SOON", - "symbol": "SOON", - "type": "TRC10", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1001949", - "status": "abandoned", - "id": "1001949" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1001949/logo.png b/blockchains/tron/assets/1001949/logo.png deleted file mode 100644 index 4c1da40b18603..0000000000000 Binary files a/blockchains/tron/assets/1001949/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002000/info.json b/blockchains/tron/assets/1002000/info.json deleted file mode 100644 index 612ed13484c21..0000000000000 --- a/blockchains/tron/assets/1002000/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BitTorrent", - "website": "https://bittorrent.com/btt", - "description": "BTTOLD will continue to be supported for a long time, and everyone can swap BTTOLD for BTT at any time. 1 BTTOLD = 1000 BTT.", - "explorer": "https://tronscan.io/#/token/1002000", - "type": "TRC10", - "symbol": "BTTOLD", - "decimals": 6, - "status": "active", - "id": "1002000" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002000/logo.png b/blockchains/tron/assets/1002000/logo.png deleted file mode 100644 index 75fb510bb82c2..0000000000000 Binary files a/blockchains/tron/assets/1002000/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002021/info.json b/blockchains/tron/assets/1002021/info.json deleted file mode 100644 index e34879cacd245..0000000000000 --- a/blockchains/tron/assets/1002021/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TronGuarD", - "symbol": "TGD", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1002021", - "status": "abandoned", - "id": "1002021" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002021/logo.png b/blockchains/tron/assets/1002021/logo.png deleted file mode 100644 index 409e37c81cbb7..0000000000000 Binary files a/blockchains/tron/assets/1002021/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002023/info.json b/blockchains/tron/assets/1002023/info.json deleted file mode 100644 index 8769134d0b3bc..0000000000000 --- a/blockchains/tron/assets/1002023/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Kioshu", - "symbol": "KIO", - "type": "TRC10", - "decimals": 0, - "description": "A Multi-Utility Gaming Token Utilized Across Multiple Platforms.", - "website": "https://kioshu.io/", - "explorer": "https://tronscan.io/#/token/1002023", - "status": "active", - "id": "1002023" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002023/logo.png b/blockchains/tron/assets/1002023/logo.png deleted file mode 100644 index a9c28935de11e..0000000000000 Binary files a/blockchains/tron/assets/1002023/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002028/info.json b/blockchains/tron/assets/1002028/info.json deleted file mode 100644 index 63152c5a2bd05..0000000000000 --- a/blockchains/tron/assets/1002028/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ORCAGOLD", - "symbol": "OrcaG", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1002028", - "status": "abandoned", - "id": "1002028" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002028/logo.png b/blockchains/tron/assets/1002028/logo.png deleted file mode 100644 index f59c784f903ce..0000000000000 Binary files a/blockchains/tron/assets/1002028/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002043/info.json b/blockchains/tron/assets/1002043/info.json deleted file mode 100644 index e7604a9280b12..0000000000000 --- a/blockchains/tron/assets/1002043/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CryTrExCoin", - "symbol": "CRYT", - "type": "TRC10", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1002043", - "status": "abandoned", - "id": "1002043" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002043/logo.png b/blockchains/tron/assets/1002043/logo.png deleted file mode 100755 index 158f850e50888..0000000000000 Binary files a/blockchains/tron/assets/1002043/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002058/info.json b/blockchains/tron/assets/1002058/info.json deleted file mode 100644 index fc851c2bbf765..0000000000000 --- a/blockchains/tron/assets/1002058/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "REC", - "symbol": "REC", - "type": "TRC10", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1002058", - "status": "abandoned", - "id": "1002058" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002058/logo.png b/blockchains/tron/assets/1002058/logo.png deleted file mode 100644 index 226e34c92df0d..0000000000000 Binary files a/blockchains/tron/assets/1002058/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002093/info.json b/blockchains/tron/assets/1002093/info.json deleted file mode 100644 index 9c7f8159ccc2b..0000000000000 --- a/blockchains/tron/assets/1002093/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "iWiW", - "symbol": "iWiW", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1002093", - "status": "abandoned", - "id": "1002093" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002093/logo.png b/blockchains/tron/assets/1002093/logo.png deleted file mode 100755 index cdaf378fd28da..0000000000000 Binary files a/blockchains/tron/assets/1002093/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002116/info.json b/blockchains/tron/assets/1002116/info.json deleted file mode 100644 index 77b7a56a04fc5..0000000000000 --- a/blockchains/tron/assets/1002116/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Arcnet", - "symbol": "ARC", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1002116", - "status": "abandoned", - "id": "1002116" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002116/logo.png b/blockchains/tron/assets/1002116/logo.png deleted file mode 100644 index 3c8d4807bea5b..0000000000000 Binary files a/blockchains/tron/assets/1002116/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002226/info.json b/blockchains/tron/assets/1002226/info.json deleted file mode 100644 index 5e3523abbe7bf..0000000000000 --- a/blockchains/tron/assets/1002226/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Friendster", - "symbol": "FSTER", - "type": "TRC10", - "decimals": 0, - "description": "Social media token. Web 2.0 on Tron Blockchain.", - "website": "https://www.friendster.io/", - "explorer": "https://tronscan.io/#/token/1002226", - "status": "active", - "id": "1002226" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002226/logo.png b/blockchains/tron/assets/1002226/logo.png deleted file mode 100644 index 0e35d3097ea04..0000000000000 Binary files a/blockchains/tron/assets/1002226/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002234/info.json b/blockchains/tron/assets/1002234/info.json deleted file mode 100644 index 87cc5b1e7f4bb..0000000000000 --- a/blockchains/tron/assets/1002234/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BOOK", - "symbol": "ART", - "type": "TRC10", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1002234", - "status": "abandoned", - "id": "1002234" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002234/logo.png b/blockchains/tron/assets/1002234/logo.png deleted file mode 100644 index e627e212860b0..0000000000000 Binary files a/blockchains/tron/assets/1002234/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002270/info.json b/blockchains/tron/assets/1002270/info.json deleted file mode 100644 index 41a79a6d0fcca..0000000000000 --- a/blockchains/tron/assets/1002270/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "KvazarCash", - "symbol": "KVC", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1002270", - "status": "abandoned", - "id": "1002270" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002270/logo.png b/blockchains/tron/assets/1002270/logo.png deleted file mode 100644 index 973287d517b2e..0000000000000 Binary files a/blockchains/tron/assets/1002270/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002357/info.json b/blockchains/tron/assets/1002357/info.json deleted file mode 100644 index 6ace519991313..0000000000000 --- a/blockchains/tron/assets/1002357/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "GMCoin", - "symbol": "GMCoin", - "type": "TRC10", - "decimals": 2, - "description": "GMCoin is the first company token to establish a vast and practical model based on #DeBu #Decentralized #Businesses developed on the whole #cryptocurrency network", - "website": "https://gmc.gm-informatics.com", - "explorer": "https://tronscan.io/#/token/1002357", - "status": "active", - "id": "1002357", - "links": [ - { - "name": "github", - "url": "https://github.com/gmcoin" - }, - { - "name": "twitter", - "url": "https://twitter.com/coin_gm" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/coingm/" - } - ] -} diff --git a/blockchains/tron/assets/1002357/logo.png b/blockchains/tron/assets/1002357/logo.png deleted file mode 100755 index 706bfc925d752..0000000000000 Binary files a/blockchains/tron/assets/1002357/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002413/info.json b/blockchains/tron/assets/1002413/info.json deleted file mode 100644 index 60020e8d4c446..0000000000000 --- a/blockchains/tron/assets/1002413/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BeatzCoin", - "symbol": "BTZC", - "type": "TRC10", - "decimals": 6, - "description": "BTZC is to be used on the VibraVid.io platform.", - "website": "https://www.beatzcoin.io/", - "explorer": "https://tronscan.io/#/token/1002413", - "status": "active", - "id": "1002413" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002413/logo.png b/blockchains/tron/assets/1002413/logo.png deleted file mode 100644 index 592b9a6286d8a..0000000000000 Binary files a/blockchains/tron/assets/1002413/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002469/info.json b/blockchains/tron/assets/1002469/info.json deleted file mode 100644 index 3192f7a46f725..0000000000000 --- a/blockchains/tron/assets/1002469/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ECOECTRON", - "symbol": "ECOEC", - "type": "TRC10", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1002469", - "status": "abandoned", - "id": "1002469" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002469/logo.png b/blockchains/tron/assets/1002469/logo.png deleted file mode 100644 index 74daef91da4b6..0000000000000 Binary files a/blockchains/tron/assets/1002469/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002483/info.json b/blockchains/tron/assets/1002483/info.json deleted file mode 100644 index e694c6d24a48f..0000000000000 --- a/blockchains/tron/assets/1002483/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "GOLDSECURE", - "symbol": "GOLD", - "type": "TRC10", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1002483", - "status": "abandoned", - "id": "1002483" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002483/logo.png b/blockchains/tron/assets/1002483/logo.png deleted file mode 100644 index 40da2ff600fbe..0000000000000 Binary files a/blockchains/tron/assets/1002483/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002517/info.json b/blockchains/tron/assets/1002517/info.json deleted file mode 100644 index baef57b3d83ec..0000000000000 --- a/blockchains/tron/assets/1002517/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BUILDER", - "symbol": "BUILDER", - "type": "TRC10", - "decimals": 6, - "description": "Token of the game BUILDER.", - "website": "https://tronbuild.fun/", - "explorer": "https://tronscan.io/#/token/1002517", - "status": "active", - "id": "1002517" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002517/logo.png b/blockchains/tron/assets/1002517/logo.png deleted file mode 100644 index fcea47eb1ea4a..0000000000000 Binary files a/blockchains/tron/assets/1002517/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002570/info.json b/blockchains/tron/assets/1002570/info.json deleted file mode 100644 index 771d6675739ce..0000000000000 --- a/blockchains/tron/assets/1002570/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Criptoblock", - "symbol": "CBK", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1002570", - "status": "abandoned", - "id": "1002570" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002570/logo.png b/blockchains/tron/assets/1002570/logo.png deleted file mode 100644 index 0fc5f2e5a9e4c..0000000000000 Binary files a/blockchains/tron/assets/1002570/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002573/info.json b/blockchains/tron/assets/1002573/info.json deleted file mode 100644 index 0bbfc89b60b6f..0000000000000 --- a/blockchains/tron/assets/1002573/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BTCX", - "symbol": "BTCX", - "type": "TRC10", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1002573", - "status": "abandoned", - "id": "1002573" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002573/logo.png b/blockchains/tron/assets/1002573/logo.png deleted file mode 100644 index 62ee7d49f07cc..0000000000000 Binary files a/blockchains/tron/assets/1002573/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002575/info.json b/blockchains/tron/assets/1002575/info.json deleted file mode 100644 index aac27c0015a54..0000000000000 --- a/blockchains/tron/assets/1002575/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DarkMatter", - "symbol": "DMX", - "type": "TRC10", - "decimals": 6, - "description": "Dark Matter is the token utilized by Moon Marketing to spread block-chain technology across the broad gaming community.", - "website": "https://www.moonmarketing.info/", - "explorer": "https://tronscan.io/#/token/1002575", - "status": "active", - "id": "1002575" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002575/logo.png b/blockchains/tron/assets/1002575/logo.png deleted file mode 100644 index 0a30d1eaaa185..0000000000000 Binary files a/blockchains/tron/assets/1002575/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002578/info.json b/blockchains/tron/assets/1002578/info.json deleted file mode 100644 index 730edd889c735..0000000000000 --- a/blockchains/tron/assets/1002578/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "IDA", - "symbol": "IDA", - "type": "TRC10", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1002578", - "status": "abandoned", - "id": "1002578" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002578/logo.png b/blockchains/tron/assets/1002578/logo.png deleted file mode 100644 index e29ea9a65ed80..0000000000000 Binary files a/blockchains/tron/assets/1002578/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002605/info.json b/blockchains/tron/assets/1002605/info.json deleted file mode 100644 index 326695acbd6e5..0000000000000 --- a/blockchains/tron/assets/1002605/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Blockclass", - "symbol": "BLC", - "type": "TRC10", - "decimals": 2, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1002605", - "status": "abandoned", - "id": "1002605" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002605/logo.png b/blockchains/tron/assets/1002605/logo.png deleted file mode 100644 index 7fd8650e3c916..0000000000000 Binary files a/blockchains/tron/assets/1002605/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002633/info.json b/blockchains/tron/assets/1002633/info.json deleted file mode 100644 index 188ec635ec22f..0000000000000 --- a/blockchains/tron/assets/1002633/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TronPlace", - "symbol": "TPL", - "type": "TRC10", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1002633", - "status": "abandoned", - "id": "1002633" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002633/logo.png b/blockchains/tron/assets/1002633/logo.png deleted file mode 100644 index cedbc337a76fb..0000000000000 Binary files a/blockchains/tron/assets/1002633/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002671/info.json b/blockchains/tron/assets/1002671/info.json deleted file mode 100644 index a41efbcbf1f64..0000000000000 --- a/blockchains/tron/assets/1002671/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "WorldTravelBlockchain", - "symbol": "WTB", - "type": "TRC10", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1002671", - "status": "abandoned", - "id": "1002671" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002671/logo.png b/blockchains/tron/assets/1002671/logo.png deleted file mode 100644 index e520661a0a56d..0000000000000 Binary files a/blockchains/tron/assets/1002671/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002672/info.json b/blockchains/tron/assets/1002672/info.json deleted file mode 100644 index 88fc3a9f87e48..0000000000000 --- a/blockchains/tron/assets/1002672/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SHIPS", - "symbol": "SHIPS", - "type": "TRC10", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1002672", - "status": "spam", - "id": "1002672" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002672/logo.png b/blockchains/tron/assets/1002672/logo.png deleted file mode 100644 index f2e6ec3a3cf82..0000000000000 Binary files a/blockchains/tron/assets/1002672/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002683/info.json b/blockchains/tron/assets/1002683/info.json deleted file mode 100644 index 99a333cee1ac9..0000000000000 --- a/blockchains/tron/assets/1002683/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "HappyEX", - "symbol": "HappyEX", - "type": "TRC10", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1002683", - "status": "abandoned", - "id": "1002683" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002683/logo.png b/blockchains/tron/assets/1002683/logo.png deleted file mode 100644 index bbcf2752d472c..0000000000000 Binary files a/blockchains/tron/assets/1002683/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002762/info.json b/blockchains/tron/assets/1002762/info.json deleted file mode 100644 index 9385a55801a9d..0000000000000 --- a/blockchains/tron/assets/1002762/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Alphard", - "symbol": "AHD", - "type": "TRC10", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1002762", - "status": "abandoned", - "id": "1002762" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002762/logo.png b/blockchains/tron/assets/1002762/logo.png deleted file mode 100644 index bc50b3eb7cca2..0000000000000 Binary files a/blockchains/tron/assets/1002762/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002795/info.json b/blockchains/tron/assets/1002795/info.json deleted file mode 100644 index 0bc88dfefd738..0000000000000 --- a/blockchains/tron/assets/1002795/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LootUp", - "symbol": "LOOT", - "type": "TRC10", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1002795", - "status": "abandoned", - "id": "1002795" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002795/logo.png b/blockchains/tron/assets/1002795/logo.png deleted file mode 100644 index 09bd3eecb9ab9..0000000000000 Binary files a/blockchains/tron/assets/1002795/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002831/info.json b/blockchains/tron/assets/1002831/info.json deleted file mode 100644 index d5ed9f0cb4078..0000000000000 --- a/blockchains/tron/assets/1002831/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BattleHashes", - "symbol": "BHS", - "type": "TRC10", - "decimals": 0, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1002831", - "status": "spam", - "id": "1002831" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002831/logo.png b/blockchains/tron/assets/1002831/logo.png deleted file mode 100644 index a5222c99241f9..0000000000000 Binary files a/blockchains/tron/assets/1002831/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002939/info.json b/blockchains/tron/assets/1002939/info.json deleted file mode 100644 index 999e7272b1001..0000000000000 --- a/blockchains/tron/assets/1002939/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TRONFamily", - "symbol": "FAT", - "type": "TRC10", - "decimals": 6, - "description": "-", - "website": "https://TRON-Family.de", - "explorer": "https://tronscan.io/#/token/1002939", - "status": "active", - "id": "1002939" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002939/logo.png b/blockchains/tron/assets/1002939/logo.png deleted file mode 100644 index bab714d9d3d7a..0000000000000 Binary files a/blockchains/tron/assets/1002939/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002963/info.json b/blockchains/tron/assets/1002963/info.json deleted file mode 100644 index 320e0fd714217..0000000000000 --- a/blockchains/tron/assets/1002963/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TURBOTHUNDERPAY", - "symbol": "TTRP", - "type": "TRC10", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1002963", - "status": "spam", - "id": "1002963" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002963/logo.png b/blockchains/tron/assets/1002963/logo.png deleted file mode 100644 index 9fa406e73515c..0000000000000 Binary files a/blockchains/tron/assets/1002963/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1002992/info.json b/blockchains/tron/assets/1002992/info.json deleted file mode 100644 index 8837eaa9daf18..0000000000000 --- a/blockchains/tron/assets/1002992/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "GrafenoCoin", - "symbol": "GFNC", - "type": "TRC10", - "decimals": 6, - "description": "GrafenoCoin, GFNC, created to encourage research on Graphene", - "website": "https://grafenocoin.com", - "explorer": "https://tronscan.io/#/token/1002992", - "status": "active", - "id": "1002992" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1002992/logo.png b/blockchains/tron/assets/1002992/logo.png deleted file mode 100644 index af1a2c05ab142..0000000000000 Binary files a/blockchains/tron/assets/1002992/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1003093/info.json b/blockchains/tron/assets/1003093/info.json deleted file mode 100644 index 215fd6a0e22bd..0000000000000 --- a/blockchains/tron/assets/1003093/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TronSV", - "symbol": "TSV", - "type": "TRC10", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1003093", - "status": "abandoned", - "id": "1003093" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1003093/logo.png b/blockchains/tron/assets/1003093/logo.png deleted file mode 100644 index 7c00e43f03063..0000000000000 Binary files a/blockchains/tron/assets/1003093/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1003095/info.json b/blockchains/tron/assets/1003095/info.json deleted file mode 100644 index e053a0c8ed8f2..0000000000000 --- a/blockchains/tron/assets/1003095/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Phoneum", - "symbol": "PHT", - "type": "TRC10", - "decimals": 2, - "description": "Phoneum is a true mobile-only cryptocurrency, designed to deliver a simplified user experience and platform that enables all users", - "website": "https://phoneum.io/", - "explorer": "https://tronscan.io/#/token/1003095", - "status": "active", - "id": "1003095" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1003095/logo.png b/blockchains/tron/assets/1003095/logo.png deleted file mode 100644 index c8e5e9a34b582..0000000000000 Binary files a/blockchains/tron/assets/1003095/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1003097/info.json b/blockchains/tron/assets/1003097/info.json deleted file mode 100644 index 67687023da172..0000000000000 --- a/blockchains/tron/assets/1003097/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LRX", - "symbol": "LRX", - "type": "TRC10", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1003097", - "status": "abandoned", - "id": "1003097" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1003097/logo.png b/blockchains/tron/assets/1003097/logo.png deleted file mode 100644 index 6861230d58bc7..0000000000000 Binary files a/blockchains/tron/assets/1003097/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1003123/info.json b/blockchains/tron/assets/1003123/info.json deleted file mode 100644 index d900d4dec2466..0000000000000 --- a/blockchains/tron/assets/1003123/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ZetBit", - "symbol": "ZBT", - "type": "TRC10", - "decimals": 6, - "description": "ZetBit is an open source peer-to-peer digital currency.", - "website": "https://tronscan.io/www.zetbit.io", - "explorer": "https://tronscan.io/#/token/1003123", - "status": "active", - "id": "1003123" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1003123/logo.png b/blockchains/tron/assets/1003123/logo.png deleted file mode 100644 index ee275c7b9bbdd..0000000000000 Binary files a/blockchains/tron/assets/1003123/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1003134/info.json b/blockchains/tron/assets/1003134/info.json deleted file mode 100644 index 169603fc6f20b..0000000000000 --- a/blockchains/tron/assets/1003134/info.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "FREE coin", - "website": "https://www.FREEcoin.technology", - "description": "The FREE coin is the ideal start-to-crypto coin : large community, many exchangess and wallets, available on Ethereum and Tron.", - "explorer": "https://tronscan.io/#/token/1003134", - "research": "https://bitcointalk.org/index.php?topic=3267883.msg34055291#msg34055291", - "type": "TRC10", - "symbol": "FREE", - "decimals": 6, - "status": "active", - "id": "1003134", - "links": [ - { - "name": "whitepaper", - "url": "https://freecoin.technology/wp-content/uploads/2020/07/WHITEPAPER-2019-12.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/tron/assets/1003134/logo.png b/blockchains/tron/assets/1003134/logo.png deleted file mode 100644 index 37feb219fca15..0000000000000 Binary files a/blockchains/tron/assets/1003134/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1003148/info.json b/blockchains/tron/assets/1003148/info.json deleted file mode 100644 index 85e043b5483a0..0000000000000 --- a/blockchains/tron/assets/1003148/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Txc", - "symbol": "Txc", - "type": "TRC10", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1003148", - "status": "abandoned", - "id": "1003148" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1003148/logo.png b/blockchains/tron/assets/1003148/logo.png deleted file mode 100644 index 7e2654519d926..0000000000000 Binary files a/blockchains/tron/assets/1003148/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1003152/info.json b/blockchains/tron/assets/1003152/info.json deleted file mode 100644 index a9f19cb2f3c1c..0000000000000 --- a/blockchains/tron/assets/1003152/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "GVND", - "symbol": "GVND", - "type": "TRC10", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1003152", - "status": "abandoned", - "id": "1003152" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1003152/logo.png b/blockchains/tron/assets/1003152/logo.png deleted file mode 100644 index ad21fdc3a56f7..0000000000000 Binary files a/blockchains/tron/assets/1003152/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1003257/info.json b/blockchains/tron/assets/1003257/info.json deleted file mode 100644 index bad5bd554d112..0000000000000 --- a/blockchains/tron/assets/1003257/info.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "Vevocoin", - "website": "https://vevocoin.com/", - "telegram": "https://t.me/vevonews", - "twitter": "https://twitter.com/vevocoin", - "description": "VEVO is an open source platform in which everyone can use the code and token to their needs.", - "explorer": "https://tronscan.io/#/token/1003257", - "type": "TRC10", - "symbol": "VEVO", - "decimals": 6, - "status": "active", - "id": "1003257", - "links": [ - { - "name": "github", - "url": "https://github.com/vevodev" - }, - { - "name": "whitepaper", - "url": "https://vevocoin.com/whitepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/tron/assets/1003257/logo.png b/blockchains/tron/assets/1003257/logo.png deleted file mode 100644 index 0653f49fa6716..0000000000000 Binary files a/blockchains/tron/assets/1003257/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1003406/info.json b/blockchains/tron/assets/1003406/info.json deleted file mode 100644 index 9ba26b0141862..0000000000000 --- a/blockchains/tron/assets/1003406/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "PeerCash", - "symbol": "PEER", - "type": "TRC10", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token/1003406", - "status": "spam", - "id": "1003406" -} \ No newline at end of file diff --git a/blockchains/tron/assets/1003406/logo.png b/blockchains/tron/assets/1003406/logo.png deleted file mode 100644 index beed094c39131..0000000000000 Binary files a/blockchains/tron/assets/1003406/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1003611/info.json b/blockchains/tron/assets/1003611/info.json deleted file mode 100644 index 20bf5d507a760..0000000000000 --- a/blockchains/tron/assets/1003611/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Toman", - "website": "https://tomantoken.info/", - "description": "Simple buying and selling of goods online.", - "explorer": "https://tronscan.io/#/token/1003611", - "type": "TRC10", - "symbol": "TMN", - "decimals": 6, - "status": "active", - "id": "1003611", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/tomantoken" - }, - { - "name": "telegram", - "url": "https://t.me/tomantoken" - } - ] -} \ No newline at end of file diff --git a/blockchains/tron/assets/1003611/logo.png b/blockchains/tron/assets/1003611/logo.png deleted file mode 100644 index 6ef291b71eb1c..0000000000000 Binary files a/blockchains/tron/assets/1003611/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/1004117/info.json b/blockchains/tron/assets/1004117/info.json deleted file mode 100644 index ffa2cff389606..0000000000000 --- a/blockchains/tron/assets/1004117/info.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "The Flash Currency", - "type": "TRC10", - "symbol": "TFC", - "decimals": 6, - "website": "https://theflashcurrency.com/", - "description": "TheFlashCurrencyTFC The flash currency is a new token built according to the TRON standard TRC10 standard", - "explorer": "https://tronscan.io/#/token/1004117", - "status": "active", - "id": "1004117", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/FlashTfc" - }, - { - "name": "github", - "url": "https://github.com/theflashcurrency" - }, - { - "name": "telegram", - "url": "https://t.me/flashcurrencytfc" - }, - { - "name": "telegram_news", - "url": "https://t.me/flashtfc" - }, - { - "name": "blog", - "url": "https://theflashcurrency.com/news/" - }, - { - "name": "whitepaper", - "url": "https://theflashcurrency.com/white-paper/" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/flash-currency/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/ty_gia/theflashcurrency" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UC3_VbRIsYWPgzaC9Hu8HTgg" - }, - { - "name": "facebook", - "url": "https://facebook.com/groups/1046965489139636/" - } - ], - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/tron/assets/1004117/logo.png b/blockchains/tron/assets/1004117/logo.png deleted file mode 100644 index d10980f8b0c7d..0000000000000 Binary files a/blockchains/tron/assets/1004117/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TA6JuPYq2bFCRdTGyQtdTa2Xj5B4NB7sm1/info.json b/blockchains/tron/assets/TA6JuPYq2bFCRdTGyQtdTa2Xj5B4NB7sm1/info.json deleted file mode 100644 index fda638fca67eb..0000000000000 --- a/blockchains/tron/assets/TA6JuPYq2bFCRdTGyQtdTa2Xj5B4NB7sm1/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Power Cash", - "symbol": "PRCH", - "type": "TRC20", - "decimals": 6, - "description": "Power Cash is a low-fee consensus platform designed for real estate asset management.", - "website": "https://PrCh.One/", - "explorer": "https://tronscan.io/#/token20/TA6JuPYq2bFCRdTGyQtdTa2Xj5B4NB7sm1", - "status": "active", - "id": "TA6JuPYq2bFCRdTGyQtdTa2Xj5B4NB7sm1" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TA6JuPYq2bFCRdTGyQtdTa2Xj5B4NB7sm1/logo.png b/blockchains/tron/assets/TA6JuPYq2bFCRdTGyQtdTa2Xj5B4NB7sm1/logo.png deleted file mode 100644 index 1c35dc585ce27..0000000000000 Binary files a/blockchains/tron/assets/TA6JuPYq2bFCRdTGyQtdTa2Xj5B4NB7sm1/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4/info.json b/blockchains/tron/assets/TAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4/info.json deleted file mode 100644 index e1221040c21ff..0000000000000 --- a/blockchains/tron/assets/TAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BitTorrent", - "symbol": "BTT", - "type": "TRC20", - "decimals": 18, - "description": "BitTorrent Chain is a brand-new heterogeneous cross-chain interoperability protocol, which leverages sidechains for the scaling of smart contracts.", - "website": "https://bittorrentchain.io", - "explorer": "https://tronscan.io/#/token20/TAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4", - "status": "active", - "id": "TAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4/logo.png b/blockchains/tron/assets/TAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4/logo.png deleted file mode 100644 index 75fb510bb82c2..0000000000000 Binary files a/blockchains/tron/assets/TAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TAVDwcRTUpfibh5rr6GoE19FArsaHBfcur/info.json b/blockchains/tron/assets/TAVDwcRTUpfibh5rr6GoE19FArsaHBfcur/info.json deleted file mode 100644 index 5949de87c8e78..0000000000000 --- a/blockchains/tron/assets/TAVDwcRTUpfibh5rr6GoE19FArsaHBfcur/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TronWow", - "symbol": "WOW", - "type": "TRC20", - "decimals": 9, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TAVDwcRTUpfibh5rr6GoE19FArsaHBfcur", - "status": "abandoned", - "id": "TAVDwcRTUpfibh5rr6GoE19FArsaHBfcur" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TAVDwcRTUpfibh5rr6GoE19FArsaHBfcur/logo.png b/blockchains/tron/assets/TAVDwcRTUpfibh5rr6GoE19FArsaHBfcur/logo.png deleted file mode 100644 index 573daada563a7..0000000000000 Binary files a/blockchains/tron/assets/TAVDwcRTUpfibh5rr6GoE19FArsaHBfcur/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TAoA331n3iKDkR62kAZ4H2n3vNL7y3d8x9/info.json b/blockchains/tron/assets/TAoA331n3iKDkR62kAZ4H2n3vNL7y3d8x9/info.json deleted file mode 100644 index 241670bcd41e4..0000000000000 --- a/blockchains/tron/assets/TAoA331n3iKDkR62kAZ4H2n3vNL7y3d8x9/info.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "BemChain", - "type": "TRC20", - "symbol": "BCN", - "decimals": 6, - "website": "https://bcntoken.com/", - "description": "The overall purpose of the BEM Foundation is to bridge the gap between Network Marketing and Blockchain The Bemchain suite is one of the ICO projects of the BEM Foundation, which sells BCN tokens.", - "explorer": "https://tronscan.io/#/token20/TAoA331n3iKDkR62kAZ4H2n3vNL7y3d8x9", - "status": "active", - "id": "TAoA331n3iKDkR62kAZ4H2n3vNL7y3d8x9", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/bcntoken" - }, - { - "name": "github", - "url": "https://github.com/bemchain/bcn" - }, - { - "name": "telegram", - "url": "https://t.me/bemfoundation" - }, - { - "name": "whitepaper", - "url": "https://bcntoken.com/whitepaper/whitepaper_V0.1.2.pdf" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCMM-PFhrYmMOpj98XVlNPlw" - }, - { - "name": "discord", - "url": "https://discord.com/bemfoundation" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/bemfoundation" - } - ], - "tags": [ - "gamefi" - ] -} \ No newline at end of file diff --git a/blockchains/tron/assets/TAoA331n3iKDkR62kAZ4H2n3vNL7y3d8x9/logo.png b/blockchains/tron/assets/TAoA331n3iKDkR62kAZ4H2n3vNL7y3d8x9/logo.png deleted file mode 100644 index e5d363edbb6bd..0000000000000 Binary files a/blockchains/tron/assets/TAoA331n3iKDkR62kAZ4H2n3vNL7y3d8x9/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TAvQRWviGyfbjcbbDaLVrh7T3tfPK6N5He/info.json b/blockchains/tron/assets/TAvQRWviGyfbjcbbDaLVrh7T3tfPK6N5He/info.json deleted file mode 100644 index 64a0a645543a9..0000000000000 --- a/blockchains/tron/assets/TAvQRWviGyfbjcbbDaLVrh7T3tfPK6N5He/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DYIToken", - "symbol": "DYI", - "type": "TRC20", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TAvQRWviGyfbjcbbDaLVrh7T3tfPK6N5He", - "status": "spam", - "id": "TAvQRWviGyfbjcbbDaLVrh7T3tfPK6N5He" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TAvQRWviGyfbjcbbDaLVrh7T3tfPK6N5He/logo.png b/blockchains/tron/assets/TAvQRWviGyfbjcbbDaLVrh7T3tfPK6N5He/logo.png deleted file mode 100644 index 136f580104b52..0000000000000 Binary files a/blockchains/tron/assets/TAvQRWviGyfbjcbbDaLVrh7T3tfPK6N5He/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TBnY2jGuuYYF4j7kp1otQizqF5wbEhFKxA/info.json b/blockchains/tron/assets/TBnY2jGuuYYF4j7kp1otQizqF5wbEhFKxA/info.json deleted file mode 100644 index 2c492d5595f7e..0000000000000 --- a/blockchains/tron/assets/TBnY2jGuuYYF4j7kp1otQizqF5wbEhFKxA/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Zupi Coin", - "website": "https://zupicoin.com", - "description": "ZUPI is a blockchain-based TRC-20 utility token that supports the features of decentralized applications and protocols", - "explorer": "https://tronscan.io/#/token20/TBnY2jGuuYYF4j7kp1otQizqF5wbEhFKxA", - "symbol": "ZUPI", - "type": "TRC20", - "decimals": 6, - "status": "active", - "id": "TBnY2jGuuYYF4j7kp1otQizqF5wbEhFKxA" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TBnY2jGuuYYF4j7kp1otQizqF5wbEhFKxA/logo.png b/blockchains/tron/assets/TBnY2jGuuYYF4j7kp1otQizqF5wbEhFKxA/logo.png deleted file mode 100644 index aaf85092e4eff..0000000000000 Binary files a/blockchains/tron/assets/TBnY2jGuuYYF4j7kp1otQizqF5wbEhFKxA/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TBwoSTyywvLrgjSgaatxrBhxt3DGpVuENh/info.json b/blockchains/tron/assets/TBwoSTyywvLrgjSgaatxrBhxt3DGpVuENh/info.json deleted file mode 100644 index b256e356233c2..0000000000000 --- a/blockchains/tron/assets/TBwoSTyywvLrgjSgaatxrBhxt3DGpVuENh/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "SEED", - "website": "https://sesameseed.org", - "description": "Sesameseed is a blockchain community that aims to provide fair and transparent representation in delegated governance.", - "explorer": "https://tronscan.io/#/token20/TBwoSTyywvLrgjSgaatxrBhxt3DGpVuENh", - "research": "", - "type": "TRC20", - "symbol": "SEED", - "decimals": 6, - "status": "active", - "id": "TBwoSTyywvLrgjSgaatxrBhxt3DGpVuENh" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TBwoSTyywvLrgjSgaatxrBhxt3DGpVuENh/logo.png b/blockchains/tron/assets/TBwoSTyywvLrgjSgaatxrBhxt3DGpVuENh/logo.png deleted file mode 100644 index 880d99ef65926..0000000000000 Binary files a/blockchains/tron/assets/TBwoSTyywvLrgjSgaatxrBhxt3DGpVuENh/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TCDgp5bwtixaShPifUm7HpZ71C1pe6zif1/info.json b/blockchains/tron/assets/TCDgp5bwtixaShPifUm7HpZ71C1pe6zif1/info.json deleted file mode 100644 index 749875a332e3c..0000000000000 --- a/blockchains/tron/assets/TCDgp5bwtixaShPifUm7HpZ71C1pe6zif1/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "NETCOINCAPITAL", - "website": "https://netcoincapital.com", - "description": "NetcoinCapital is blockchain based project it's made for financial service, technology & future", - "explorer": "https://tronscan.io/#/token20/TCDgp5bwtixaShPifUm7HpZ71C1pe6zif1", - "type": "TRC20", - "symbol": "NCC", - "decimals": 6, - "status": "active", - "id": "TCDgp5bwtixaShPifUm7HpZ71C1pe6zif1", - "links": [ - { - "name": "github", - "url": "https://github.com/netcoincapital/" - }, - { - "name": "twitter", - "url": "https://twitter.com/ncctoken" - }, - { - "name": "medium", - "url": "https://medium.com/netcoincapital" - }, - { - "name": "telegram", - "url": "https://t.me/ncc_trading" - } - ] -} \ No newline at end of file diff --git a/blockchains/tron/assets/TCDgp5bwtixaShPifUm7HpZ71C1pe6zif1/logo.png b/blockchains/tron/assets/TCDgp5bwtixaShPifUm7HpZ71C1pe6zif1/logo.png deleted file mode 100644 index 614e383cae3ec..0000000000000 Binary files a/blockchains/tron/assets/TCDgp5bwtixaShPifUm7HpZ71C1pe6zif1/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9/info.json b/blockchains/tron/assets/TCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9/info.json deleted file mode 100644 index 267dc9a753978..0000000000000 --- a/blockchains/tron/assets/TCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9/info.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "JUST", - "website": "https://just.network", - "description": "JUST aims to build a fair, decentralized financial system that provides stablecoin lending and governance mechanisms for users around the world.", - "explorer": "https://tronscan.io/#/token20/TCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9", - "research": "https://research.binance.com/en/projects/just", - "type": "TRC20", - "symbol": "JST", - "decimals": 18, - "status": "active", - "id": "TCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9", - "tags": [ - "defi" - ] -} \ No newline at end of file diff --git a/blockchains/tron/assets/TCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9/logo.png b/blockchains/tron/assets/TCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9/logo.png deleted file mode 100644 index b2ab054ba6e1f..0000000000000 Binary files a/blockchains/tron/assets/TCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TCMwzYUUCxLkTNpXjkYSBgXgqXwt7KJ82y/info.json b/blockchains/tron/assets/TCMwzYUUCxLkTNpXjkYSBgXgqXwt7KJ82y/info.json deleted file mode 100644 index 7bab58480dc9b..0000000000000 --- a/blockchains/tron/assets/TCMwzYUUCxLkTNpXjkYSBgXgqXwt7KJ82y/info.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "TTCOIN", - "website": "https://ttcoin.info", - "description": "TTcoin is designed for use in TTcoin brands and organizations.", - "explorer": "https://tronscan.io/#/token20/TCMwzYUUCxLkTNpXjkYSBgXgqXwt7KJ82y", - "type": "TRC20", - "symbol": "TC", - "decimals": 4, - "status": "active", - "id": "TCMwzYUUCxLkTNpXjkYSBgXgqXwt7KJ82y", - "links": [ - { - "name": "whitepaper", - "url": "https://github.com/TTCOIN-TC/tc/raw/main/whitepaper/tc-whitepaper-v2-EN.pdf" - }, - { - "name": "twitter", - "url": "https://twitter.com/ttcoinofficial" - }, - { - "name": "telegram", - "url": "https://t.me/ttcoinworld" - }, - { - "name": "facebook", - "url": "https://facebook.com/ttcoinofficial" - }, - { - "name": "telegram_news", - "url": "https://t.me/ttcoinofficial" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCw4ctJY-VD12hwHuHl1D9kw" - }, - { - "name": "github", - "url": "https://github.com/TTCOIN-TC/tc" - } - ] -} \ No newline at end of file diff --git a/blockchains/tron/assets/TCMwzYUUCxLkTNpXjkYSBgXgqXwt7KJ82y/logo.png b/blockchains/tron/assets/TCMwzYUUCxLkTNpXjkYSBgXgqXwt7KJ82y/logo.png deleted file mode 100644 index 2edbc0b86207c..0000000000000 Binary files a/blockchains/tron/assets/TCMwzYUUCxLkTNpXjkYSBgXgqXwt7KJ82y/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TCRhVHPv6efvXgogNMhiunAMXFKcMmv2pF/info.json b/blockchains/tron/assets/TCRhVHPv6efvXgogNMhiunAMXFKcMmv2pF/info.json deleted file mode 100644 index 861d7631cc854..0000000000000 --- a/blockchains/tron/assets/TCRhVHPv6efvXgogNMhiunAMXFKcMmv2pF/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Enme Token", - "symbol": "EME", - "type": "TRC20", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TCRhVHPv6efvXgogNMhiunAMXFKcMmv2pF", - "status": "abandoned", - "id": "TCRhVHPv6efvXgogNMhiunAMXFKcMmv2pF" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TCRhVHPv6efvXgogNMhiunAMXFKcMmv2pF/logo.png b/blockchains/tron/assets/TCRhVHPv6efvXgogNMhiunAMXFKcMmv2pF/logo.png deleted file mode 100644 index b17da696cd1cb..0000000000000 Binary files a/blockchains/tron/assets/TCRhVHPv6efvXgogNMhiunAMXFKcMmv2pF/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TCfLxS9xHxH8auBL3T8pf3NFTZhsxy4Ncg/info.json b/blockchains/tron/assets/TCfLxS9xHxH8auBL3T8pf3NFTZhsxy4Ncg/info.json deleted file mode 100644 index 008575b9c0b51..0000000000000 --- a/blockchains/tron/assets/TCfLxS9xHxH8auBL3T8pf3NFTZhsxy4Ncg/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Pallapay", - "type": "TRC20", - "symbol": "PALLA", - "decimals": 8, - "website": "https://www.pallapay.com/", - "description": "Pallapay is the only payments solution in UAE which allows businesses to accept, process and disburse payments with its product suite.", - "explorer": "https://tronscan.io/#/token20/TCfLxS9xHxH8auBL3T8pf3NFTZhsxy4Ncg", - "status": "active", - "id": "TCfLxS9xHxH8auBL3T8pf3NFTZhsxy4Ncg" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TCfLxS9xHxH8auBL3T8pf3NFTZhsxy4Ncg/logo.png b/blockchains/tron/assets/TCfLxS9xHxH8auBL3T8pf3NFTZhsxy4Ncg/logo.png deleted file mode 100644 index 5e3e2f53c067b..0000000000000 Binary files a/blockchains/tron/assets/TCfLxS9xHxH8auBL3T8pf3NFTZhsxy4Ncg/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TDFRfJLThnLXgtEBBBmA2LGwz3Ex9dAMCE/info.json b/blockchains/tron/assets/TDFRfJLThnLXgtEBBBmA2LGwz3Ex9dAMCE/info.json deleted file mode 100644 index cf47b8063253e..0000000000000 --- a/blockchains/tron/assets/TDFRfJLThnLXgtEBBBmA2LGwz3Ex9dAMCE/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CryptoBharatCoin", - "symbol": "CBC", - "type": "TRC20", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TDFRfJLThnLXgtEBBBmA2LGwz3Ex9dAMCE", - "status": "abandoned", - "id": "TDFRfJLThnLXgtEBBBmA2LGwz3Ex9dAMCE" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TDFRfJLThnLXgtEBBBmA2LGwz3Ex9dAMCE/logo.png b/blockchains/tron/assets/TDFRfJLThnLXgtEBBBmA2LGwz3Ex9dAMCE/logo.png deleted file mode 100644 index 098f081dc55a1..0000000000000 Binary files a/blockchains/tron/assets/TDFRfJLThnLXgtEBBBmA2LGwz3Ex9dAMCE/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TDXJ1dSPLsN52jhP32NvVyhQ5X265BNU5c/info.json b/blockchains/tron/assets/TDXJ1dSPLsN52jhP32NvVyhQ5X265BNU5c/info.json deleted file mode 100644 index c2ef2d2db7e0a..0000000000000 --- a/blockchains/tron/assets/TDXJ1dSPLsN52jhP32NvVyhQ5X265BNU5c/info.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "RLE", - "website": "https://richlabexchange.com/", - "description": "Richlab exchange is a cryptocurrency exchange, opening a new era. With the integration of the following services: 1. Shopping 2. Commercial auctions 3. Equity investment 4. Game blockchain 5. Service payment system. All of the above services are integrated", - "explorer": "https://tronscan.io/#/token20/TDXJ1dSPLsN52jhP32NvVyhQ5X265BNU5c", - "research": "https://richlabexchange.com/", - "type": "TRC20", - "symbol": "RLE", - "decimals": 6, - "status": "active", - "id": "TDXJ1dSPLsN52jhP32NvVyhQ5X265BNU5c", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/richlabexchange" - }, - { - "name": "telegram", - "url": "https://t.me/RLEswap" - }, - { - "name": "facebook", - "url": "https://facebook.com/RichLabExChange" - }, - { - "name": "whitepaper", - "url": "https://drive.google.com/file/d/1F_0cjSWeYfT8S9wN_lQe0qUvRwOl9Vwz/view" - } - ] -} \ No newline at end of file diff --git a/blockchains/tron/assets/TDXJ1dSPLsN52jhP32NvVyhQ5X265BNU5c/logo.png b/blockchains/tron/assets/TDXJ1dSPLsN52jhP32NvVyhQ5X265BNU5c/logo.png deleted file mode 100644 index c37a2f44ec36d..0000000000000 Binary files a/blockchains/tron/assets/TDXJ1dSPLsN52jhP32NvVyhQ5X265BNU5c/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TDh4z44NbqrCGVCCqBe753UqHW2CcDpurB/info.json b/blockchains/tron/assets/TDh4z44NbqrCGVCCqBe753UqHW2CcDpurB/info.json deleted file mode 100644 index ac1bf1f66b6b7..0000000000000 --- a/blockchains/tron/assets/TDh4z44NbqrCGVCCqBe753UqHW2CcDpurB/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CapitalShareToken", - "symbol": "CSTO", - "type": "TRC20", - "decimals": 18, - "description": "CSTO is the utility token of CSPay Platform on the TRON network.", - "website": "https://capitalst.io/", - "explorer": "https://tronscan.io/#/token20/TDh4z44NbqrCGVCCqBe753UqHW2CcDpurB", - "status": "active", - "id": "TDh4z44NbqrCGVCCqBe753UqHW2CcDpurB" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TDh4z44NbqrCGVCCqBe753UqHW2CcDpurB/logo.png b/blockchains/tron/assets/TDh4z44NbqrCGVCCqBe753UqHW2CcDpurB/logo.png deleted file mode 100644 index 5f6d6c5294ff6..0000000000000 Binary files a/blockchains/tron/assets/TDh4z44NbqrCGVCCqBe753UqHW2CcDpurB/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8/info.json b/blockchains/tron/assets/TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8/info.json deleted file mode 100644 index 9d3125e25bc92..0000000000000 --- a/blockchains/tron/assets/TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "USD Coin", - "type": "TRC20", - "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://tronscan.io/#/token20/TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8", - "status": "active", - "id": "TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8", - "links": [ - { - "name": "github", - "url": "https://github.com/centrehq" - }, - { - "name": "twitter", - "url": "https://twitter.com/centre_io" - } - ] -} \ No newline at end of file diff --git a/blockchains/tron/assets/TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8/logo.png b/blockchains/tron/assets/TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8/logo.png deleted file mode 100644 index 3146ee52ebbb3..0000000000000 Binary files a/blockchains/tron/assets/TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TFFxGGpVqxCDvo6upD3od5dFNtiRMv4Hc4/info.json b/blockchains/tron/assets/TFFxGGpVqxCDvo6upD3od5dFNtiRMv4Hc4/info.json deleted file mode 100644 index 75dcf22c1c12c..0000000000000 --- a/blockchains/tron/assets/TFFxGGpVqxCDvo6upD3od5dFNtiRMv4Hc4/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Remitt USD", - "symbol": "USDR", - "type": "TRC20", - "decimals": 6, - "description": "Remitt USD stable coin", - "website": "https://remitt.ai", - "explorer": "https://tronscan.io/#/token20/TFFxGGpVqxCDvo6upD3od5dFNtiRMv4Hc4", - "status": "active", - "id": "TFFxGGpVqxCDvo6upD3od5dFNtiRMv4Hc4", - "tags": [ - "stablecoin" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/remitt-repos" - }, - { - "name": "twitter", - "url": "https://twitter.com/remitt_bot" - }, - { - "name": "facebook", - "url": "https://facebook.com/Remitt-104461518999781" - }, - { - "name": "whitepaper", - "url": "https://remitt.ai" - } - ] -} diff --git a/blockchains/tron/assets/TFFxGGpVqxCDvo6upD3od5dFNtiRMv4Hc4/logo.png b/blockchains/tron/assets/TFFxGGpVqxCDvo6upD3od5dFNtiRMv4Hc4/logo.png deleted file mode 100644 index 7e26b56d837f0..0000000000000 Binary files a/blockchains/tron/assets/TFFxGGpVqxCDvo6upD3od5dFNtiRMv4Hc4/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TFczxzPhnThNSqr5by8tvxsdCFRRz6cPNq/info.json b/blockchains/tron/assets/TFczxzPhnThNSqr5by8tvxsdCFRRz6cPNq/info.json deleted file mode 100644 index d7ce6a9c661bc..0000000000000 --- a/blockchains/tron/assets/TFczxzPhnThNSqr5by8tvxsdCFRRz6cPNq/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "APENFT", - "symbol": "NFT", - "type": "TRC20", - "decimals": 6, - "description": "APENFT Fund was born with the mission to register world-class artworks as NFTs on-chain.", - "website": "https://apenft.org", - "explorer": "https://tronscan.io/#/token20/TFczxzPhnThNSqr5by8tvxsdCFRRz6cPNq", - "status": "active", - "id": "TFczxzPhnThNSqr5by8tvxsdCFRRz6cPNq" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TFczxzPhnThNSqr5by8tvxsdCFRRz6cPNq/logo.png b/blockchains/tron/assets/TFczxzPhnThNSqr5by8tvxsdCFRRz6cPNq/logo.png deleted file mode 100644 index e6a72f905bcdc..0000000000000 Binary files a/blockchains/tron/assets/TFczxzPhnThNSqr5by8tvxsdCFRRz6cPNq/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TG37mUxRUaH1E8DWSrrmoQ79BnZn1yHztb/info.json b/blockchains/tron/assets/TG37mUxRUaH1E8DWSrrmoQ79BnZn1yHztb/info.json deleted file mode 100644 index 1edfd3d8be609..0000000000000 --- a/blockchains/tron/assets/TG37mUxRUaH1E8DWSrrmoQ79BnZn1yHztb/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BitGuild PLAT", - "symbol": "PLAT", - "type": "TRC20", - "decimals": 6, - "description": "PLAT serves as the base for all BitGuild token operations, and is fully compatible with all its products, including GuildChat, GuildWallet and blockchain games.", - "website": "https://tronscan.io/www.bitguild.com", - "explorer": "https://tronscan.io/#/token20/TG37mUxRUaH1E8DWSrrmoQ79BnZn1yHztb", - "status": "active", - "id": "TG37mUxRUaH1E8DWSrrmoQ79BnZn1yHztb" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TG37mUxRUaH1E8DWSrrmoQ79BnZn1yHztb/logo.png b/blockchains/tron/assets/TG37mUxRUaH1E8DWSrrmoQ79BnZn1yHztb/logo.png deleted file mode 100644 index 426043ed087d1..0000000000000 Binary files a/blockchains/tron/assets/TG37mUxRUaH1E8DWSrrmoQ79BnZn1yHztb/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TGbhcodQ1jRWB3ZywmfwsRTh4rwbiL2mzh/info.json b/blockchains/tron/assets/TGbhcodQ1jRWB3ZywmfwsRTh4rwbiL2mzh/info.json deleted file mode 100644 index 47a06e4390c74..0000000000000 --- a/blockchains/tron/assets/TGbhcodQ1jRWB3ZywmfwsRTh4rwbiL2mzh/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LoveHeartsToken", - "symbol": "LVH", - "type": "TRC20", - "decimals": 6, - "description": "LoveHearts claims to be an online currency that connects people.", - "website": "https://t.me/LoveHeartsForever", - "explorer": "https://tronscan.io/#/token20/TGbhcodQ1jRWB3ZywmfwsRTh4rwbiL2mzh", - "status": "active", - "id": "TGbhcodQ1jRWB3ZywmfwsRTh4rwbiL2mzh" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TGbhcodQ1jRWB3ZywmfwsRTh4rwbiL2mzh/logo.png b/blockchains/tron/assets/TGbhcodQ1jRWB3ZywmfwsRTh4rwbiL2mzh/logo.png deleted file mode 100644 index 4dc55825ee5ec..0000000000000 Binary files a/blockchains/tron/assets/TGbhcodQ1jRWB3ZywmfwsRTh4rwbiL2mzh/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/THvZvKPLHKLJhEFYKiyqj6j8G8nGgfg7ur/info.json b/blockchains/tron/assets/THvZvKPLHKLJhEFYKiyqj6j8G8nGgfg7ur/info.json deleted file mode 100644 index cc33666fb8376..0000000000000 --- a/blockchains/tron/assets/THvZvKPLHKLJhEFYKiyqj6j8G8nGgfg7ur/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TRONdice", - "symbol": "DICE", - "type": "TRC20", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/THvZvKPLHKLJhEFYKiyqj6j8G8nGgfg7ur", - "status": "spam", - "id": "THvZvKPLHKLJhEFYKiyqj6j8G8nGgfg7ur" -} \ No newline at end of file diff --git a/blockchains/tron/assets/THvZvKPLHKLJhEFYKiyqj6j8G8nGgfg7ur/logo.png b/blockchains/tron/assets/THvZvKPLHKLJhEFYKiyqj6j8G8nGgfg7ur/logo.png deleted file mode 100644 index 2fc46fe41b545..0000000000000 Binary files a/blockchains/tron/assets/THvZvKPLHKLJhEFYKiyqj6j8G8nGgfg7ur/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TJ63TQ3fvibq9pgkiFysPgDWkim1tBjejC/info.json b/blockchains/tron/assets/TJ63TQ3fvibq9pgkiFysPgDWkim1tBjejC/info.json deleted file mode 100644 index 0211a50da0961..0000000000000 --- a/blockchains/tron/assets/TJ63TQ3fvibq9pgkiFysPgDWkim1tBjejC/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "LIME", - "symbol": "LIME", - "type": "TRC20", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TJ63TQ3fvibq9pgkiFysPgDWkim1tBjejC", - "status": "abandoned", - "id": "TJ63TQ3fvibq9pgkiFysPgDWkim1tBjejC" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TJ63TQ3fvibq9pgkiFysPgDWkim1tBjejC/logo.png b/blockchains/tron/assets/TJ63TQ3fvibq9pgkiFysPgDWkim1tBjejC/logo.png deleted file mode 100644 index 5ac443063f58b..0000000000000 Binary files a/blockchains/tron/assets/TJ63TQ3fvibq9pgkiFysPgDWkim1tBjejC/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TJM6YUK7PsyhncoZG3b28ZFrZFWZLuAT4n/info.json b/blockchains/tron/assets/TJM6YUK7PsyhncoZG3b28ZFrZFWZLuAT4n/info.json deleted file mode 100644 index 4ac10994c6bd2..0000000000000 --- a/blockchains/tron/assets/TJM6YUK7PsyhncoZG3b28ZFrZFWZLuAT4n/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DTIToken", - "symbol": "DTI", - "type": "TRC20", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TJM6YUK7PsyhncoZG3b28ZFrZFWZLuAT4n", - "status": "abandoned", - "id": "TJM6YUK7PsyhncoZG3b28ZFrZFWZLuAT4n" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TJM6YUK7PsyhncoZG3b28ZFrZFWZLuAT4n/logo.png b/blockchains/tron/assets/TJM6YUK7PsyhncoZG3b28ZFrZFWZLuAT4n/logo.png deleted file mode 100644 index 1bbfa329aa823..0000000000000 Binary files a/blockchains/tron/assets/TJM6YUK7PsyhncoZG3b28ZFrZFWZLuAT4n/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TJSBUFSe2E1Ncp5jo9ERD8LajjzpMa7F3C/info.json b/blockchains/tron/assets/TJSBUFSe2E1Ncp5jo9ERD8LajjzpMa7F3C/info.json deleted file mode 100644 index 39dd7788132e5..0000000000000 --- a/blockchains/tron/assets/TJSBUFSe2E1Ncp5jo9ERD8LajjzpMa7F3C/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Bestswap Community Token", - "symbol": "BETC", - "type": "TRC20", - "decimals": 18, - "description": "BETC is the community token of Bestswap. BETC issued based on TRC-20 and is mainly used for community ecological incentives, DEX ecology, voting, KOL, project listing, etc..", - "website": "https://bestswap.com/", - "explorer": "https://tronscan.io/#/token20/TJSBUFSe2E1Ncp5jo9ERD8LajjzpMa7F3C", - "status": "active", - "id": "TJSBUFSe2E1Ncp5jo9ERD8LajjzpMa7F3C" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TJSBUFSe2E1Ncp5jo9ERD8LajjzpMa7F3C/logo.png b/blockchains/tron/assets/TJSBUFSe2E1Ncp5jo9ERD8LajjzpMa7F3C/logo.png deleted file mode 100644 index beed094c39131..0000000000000 Binary files a/blockchains/tron/assets/TJSBUFSe2E1Ncp5jo9ERD8LajjzpMa7F3C/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TJoiXo9nPhqPFvYfuHjUzswdth9Lu7Vg2p/info.json b/blockchains/tron/assets/TJoiXo9nPhqPFvYfuHjUzswdth9Lu7Vg2p/info.json deleted file mode 100644 index f1ae7a01eac15..0000000000000 --- a/blockchains/tron/assets/TJoiXo9nPhqPFvYfuHjUzswdth9Lu7Vg2p/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DZGToken", - "symbol": "DZG", - "type": "TRC20", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TJoiXo9nPhqPFvYfuHjUzswdth9Lu7Vg2p", - "status": "spam", - "id": "TJoiXo9nPhqPFvYfuHjUzswdth9Lu7Vg2p" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TJoiXo9nPhqPFvYfuHjUzswdth9Lu7Vg2p/logo.png b/blockchains/tron/assets/TJoiXo9nPhqPFvYfuHjUzswdth9Lu7Vg2p/logo.png deleted file mode 100644 index aa1090c96149f..0000000000000 Binary files a/blockchains/tron/assets/TJoiXo9nPhqPFvYfuHjUzswdth9Lu7Vg2p/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TJvqNiWUN2v2NBG12UhfV7WSvReJkRP3VC/info.json b/blockchains/tron/assets/TJvqNiWUN2v2NBG12UhfV7WSvReJkRP3VC/info.json deleted file mode 100644 index 94afcecde7857..0000000000000 --- a/blockchains/tron/assets/TJvqNiWUN2v2NBG12UhfV7WSvReJkRP3VC/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Bridge Token", - "symbol": "BRG", - "decimals": 6, - "website": "https://bridge.link/", - "description": "First Ever Public Oracle System on TRON Network", - "explorer": "https://tronscan.io/#/token20/TJvqNiWUN2v2NBG12UhfV7WSvReJkRP3VC", - "type": "TRC20", - "status": "abandoned", - "id": "TJvqNiWUN2v2NBG12UhfV7WSvReJkRP3VC", - "links": [ - { - "name": "github", - "url": "https://github.com/cryptoland-blockchain-laboratory" - }, - { - "name": "twitter", - "url": "https://twitter.com/Bridge Oracle" - }, - { - "name": "telegram", - "url": "https://t.me/BridgeOracle" - }, - { - "name": "whitepaper", - "url": "https://bridge.link/Bridge_White_Paper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/tron/assets/TJzcEaqgYk9g4jZLEsB2DksLGikM4dWwYJ/info.json b/blockchains/tron/assets/TJzcEaqgYk9g4jZLEsB2DksLGikM4dWwYJ/info.json deleted file mode 100644 index ef4b5f7907c40..0000000000000 --- a/blockchains/tron/assets/TJzcEaqgYk9g4jZLEsB2DksLGikM4dWwYJ/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "451PCBCOM", - "symbol": "PCB", - "type": "TRC20", - "decimals": 18, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TJzcEaqgYk9g4jZLEsB2DksLGikM4dWwYJ", - "status": "abandoned", - "id": "TJzcEaqgYk9g4jZLEsB2DksLGikM4dWwYJ" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TJzcEaqgYk9g4jZLEsB2DksLGikM4dWwYJ/logo.png b/blockchains/tron/assets/TJzcEaqgYk9g4jZLEsB2DksLGikM4dWwYJ/logo.png deleted file mode 100644 index 543aab6de0e23..0000000000000 Binary files a/blockchains/tron/assets/TJzcEaqgYk9g4jZLEsB2DksLGikM4dWwYJ/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TKTcfBEKpp5ZRPwmiZ8SfLx8W7CDZ7PHCY/info.json b/blockchains/tron/assets/TKTcfBEKpp5ZRPwmiZ8SfLx8W7CDZ7PHCY/info.json deleted file mode 100644 index 151d7f3290966..0000000000000 --- a/blockchains/tron/assets/TKTcfBEKpp5ZRPwmiZ8SfLx8W7CDZ7PHCY/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TRONWALLET", - "symbol": "TWX", - "type": "TRC20", - "decimals": 6, - "description": "TronWallet Exchange / Marketplace Token.", - "website": "https://www.tronwallet.me/", - "explorer": "https://tronscan.io/#/token20/TKTcfBEKpp5ZRPwmiZ8SfLx8W7CDZ7PHCY", - "status": "active", - "id": "TKTcfBEKpp5ZRPwmiZ8SfLx8W7CDZ7PHCY" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TKTcfBEKpp5ZRPwmiZ8SfLx8W7CDZ7PHCY/logo.png b/blockchains/tron/assets/TKTcfBEKpp5ZRPwmiZ8SfLx8W7CDZ7PHCY/logo.png deleted file mode 100644 index e44ae6462f699..0000000000000 Binary files a/blockchains/tron/assets/TKTcfBEKpp5ZRPwmiZ8SfLx8W7CDZ7PHCY/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TKkeiboTkxXKJpbmVFbv4a8ov5rAfRDMf9/info.json b/blockchains/tron/assets/TKkeiboTkxXKJpbmVFbv4a8ov5rAfRDMf9/info.json deleted file mode 100644 index 86e754b958743..0000000000000 --- a/blockchains/tron/assets/TKkeiboTkxXKJpbmVFbv4a8ov5rAfRDMf9/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "SUN", - "website": "https://sun.io", - "description": "SUN is a social experiment, which focuses on the DeFi potential of TRON.", - "explorer": "https://tronscan.io/#/token20/TKkeiboTkxXKJpbmVFbv4a8ov5rAfRDMf9", - "research": "https://research.binance.com/en/projects/sun", - "type": "TRC20", - "symbol": "SUN", - "decimals": 18, - "status": "abandoned", - "id": "TKkeiboTkxXKJpbmVFbv4a8ov5rAfRDMf9" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TKkeiboTkxXKJpbmVFbv4a8ov5rAfRDMf9/logo.png b/blockchains/tron/assets/TKkeiboTkxXKJpbmVFbv4a8ov5rAfRDMf9/logo.png deleted file mode 100644 index af8e583657ba1..0000000000000 Binary files a/blockchains/tron/assets/TKkeiboTkxXKJpbmVFbv4a8ov5rAfRDMf9/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TKttnV3FSY1iEoAwB4N52WK2DxdV94KpSd/info.json b/blockchains/tron/assets/TKttnV3FSY1iEoAwB4N52WK2DxdV94KpSd/info.json deleted file mode 100644 index bb208044b48dc..0000000000000 --- a/blockchains/tron/assets/TKttnV3FSY1iEoAwB4N52WK2DxdV94KpSd/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TRONbetDice", - "website": "https://wink.org", - "description": "DICE is the first Dapp game certificate of the WINk platform.", - "explorer": "https://tronscan.io/#/token20/TKttnV3FSY1iEoAwB4N52WK2DxdV94KpSd", - "type": "TRC20", - "symbol": "DICE", - "decimals": 6, - "status": "active", - "id": "TKttnV3FSY1iEoAwB4N52WK2DxdV94KpSd" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TKttnV3FSY1iEoAwB4N52WK2DxdV94KpSd/logo.png b/blockchains/tron/assets/TKttnV3FSY1iEoAwB4N52WK2DxdV94KpSd/logo.png deleted file mode 100644 index 383a803a5b069..0000000000000 Binary files a/blockchains/tron/assets/TKttnV3FSY1iEoAwB4N52WK2DxdV94KpSd/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TLGd97zsjrkomUDF962ZFMerdQxPffG7hX/info.json b/blockchains/tron/assets/TLGd97zsjrkomUDF962ZFMerdQxPffG7hX/info.json deleted file mode 100644 index 36b2a0078df47..0000000000000 --- a/blockchains/tron/assets/TLGd97zsjrkomUDF962ZFMerdQxPffG7hX/info.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "ZPAY", - "website": "https://zelaapay.ae", - "description": "ZPAE is the gateway to unlock the power of crypto all across the Middle East.", - "explorer": "https://tronscan.io/#/token20/TLGd97zsjrkomUDF962ZFMerdQxPffG7hX", - "type": "TRC20", - "symbol": "ZPAE", - "decimals": 18, - "status": "active", - "id": "TLGd97zsjrkomUDF962ZFMerdQxPffG7hX", - "links": [ - { - "name": "whitepaper", - "url": "https://zelaapay.ae/wp-content/uploads/2020/08/Whitepaper-2.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/tron/assets/TLGd97zsjrkomUDF962ZFMerdQxPffG7hX/logo.png b/blockchains/tron/assets/TLGd97zsjrkomUDF962ZFMerdQxPffG7hX/logo.png deleted file mode 100644 index 0112560a50dfd..0000000000000 Binary files a/blockchains/tron/assets/TLGd97zsjrkomUDF962ZFMerdQxPffG7hX/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TLLo3PU91yKPbwvSbuawvWKCzNX2JHYEE2/info.json b/blockchains/tron/assets/TLLo3PU91yKPbwvSbuawvWKCzNX2JHYEE2/info.json deleted file mode 100644 index f3fff4f9ddf90..0000000000000 --- a/blockchains/tron/assets/TLLo3PU91yKPbwvSbuawvWKCzNX2JHYEE2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Paynet Coin", - "website": "https://paynetcoin.com", - "description": "Paynetcoin (PAYN) is a cryptocurrency (TRC20) that provides online travel payment platforms, e-commerce, airline tickets, tours ...", - "explorer": "https://tronscan.io/#/token20/TLLo3PU91yKPbwvSbuawvWKCzNX2JHYEE2", - "type": "TRC20", - "symbol": "PAYN", - "decimals": 8, - "status": "abandoned", - "id": "TLLo3PU91yKPbwvSbuawvWKCzNX2JHYEE2" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7/info.json b/blockchains/tron/assets/TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7/info.json deleted file mode 100644 index 43c1dff9e5abc..0000000000000 --- a/blockchains/tron/assets/TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "WINk", - "website": "https://wink.org", - "description": "WINK (formerly TRONBet) describes itself as a betting DApp based on the TRC20 WIN token.", - "explorer": "https://tronscan.io/#/token20/TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7", - "type": "TRC20", - "symbol": "WIN", - "decimals": 6, - "status": "active", - "id": "TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7", - "links": [ - { - "name": "telegram", - "url": "https://t.me/WINkLink_Oracle_official" - }, - { - "name": "twitter", - "url": "https://twitter.com/WinkLink_Oracle" - }, - { - "name": "whitepaper", - "url": "https://winklink.org/#/" - } - ] -} \ No newline at end of file diff --git a/blockchains/tron/assets/TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7/logo.png b/blockchains/tron/assets/TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7/logo.png deleted file mode 100644 index c9d40dea7a383..0000000000000 Binary files a/blockchains/tron/assets/TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TMNTn2uFAHhkGE3uuM84rhfRRjt6ry9xnL/info.json b/blockchains/tron/assets/TMNTn2uFAHhkGE3uuM84rhfRRjt6ry9xnL/info.json deleted file mode 100644 index 49d677773d5e3..0000000000000 --- a/blockchains/tron/assets/TMNTn2uFAHhkGE3uuM84rhfRRjt6ry9xnL/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ZEDXION", - "type": "TRC20", - "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://tronscan.io/#/token20/TMNTn2uFAHhkGE3uuM84rhfRRjt6ry9xnL", - "status": "abandoned", - "id": "TMNTn2uFAHhkGE3uuM84rhfRRjt6ry9xnL" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TMNyGQm6DxaaKxH2sSebScgRNsMgqANEzY/info.json b/blockchains/tron/assets/TMNyGQm6DxaaKxH2sSebScgRNsMgqANEzY/info.json deleted file mode 100644 index 63e3e88aa19e5..0000000000000 --- a/blockchains/tron/assets/TMNyGQm6DxaaKxH2sSebScgRNsMgqANEzY/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MVMTOKEN", - "symbol": "MVM", - "type": "TRC20", - "decimals": 18, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TMNyGQm6DxaaKxH2sSebScgRNsMgqANEzY", - "status": "abandoned", - "id": "TMNyGQm6DxaaKxH2sSebScgRNsMgqANEzY" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TMNyGQm6DxaaKxH2sSebScgRNsMgqANEzY/logo.png b/blockchains/tron/assets/TMNyGQm6DxaaKxH2sSebScgRNsMgqANEzY/logo.png deleted file mode 100644 index beed094c39131..0000000000000 Binary files a/blockchains/tron/assets/TMNyGQm6DxaaKxH2sSebScgRNsMgqANEzY/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TMhjbHzJCiMWqa5oqn2DF3mGw5yh9oQNf2/info.json b/blockchains/tron/assets/TMhjbHzJCiMWqa5oqn2DF3mGw5yh9oQNf2/info.json deleted file mode 100644 index 060c3f2ddc0c3..0000000000000 --- a/blockchains/tron/assets/TMhjbHzJCiMWqa5oqn2DF3mGw5yh9oQNf2/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DLNToken", - "symbol": "DLN", - "type": "TRC20", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TMhjbHzJCiMWqa5oqn2DF3mGw5yh9oQNf2", - "status": "abandoned", - "id": "TMhjbHzJCiMWqa5oqn2DF3mGw5yh9oQNf2" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TMhjbHzJCiMWqa5oqn2DF3mGw5yh9oQNf2/logo.png b/blockchains/tron/assets/TMhjbHzJCiMWqa5oqn2DF3mGw5yh9oQNf2/logo.png deleted file mode 100644 index 5ff233dae779c..0000000000000 Binary files a/blockchains/tron/assets/TMhjbHzJCiMWqa5oqn2DF3mGw5yh9oQNf2/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TMnqP8yuZrKJFXN59KoVDthkmM3LRkiZXP/info.json b/blockchains/tron/assets/TMnqP8yuZrKJFXN59KoVDthkmM3LRkiZXP/info.json deleted file mode 100644 index ce93f6e5b4a88..0000000000000 --- a/blockchains/tron/assets/TMnqP8yuZrKJFXN59KoVDthkmM3LRkiZXP/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Pollux Coin", - "website": "https://polluxcoin.info", - "description": "Pollux coin is Blockchain based decentralized crypto currency which runs on Tron Blockchain designed for the file sharing and storage of data.", - "explorer": "https://tronscan.io/#/token20/TMnqP8yuZrKJFXN59KoVDthkmM3LRkiZXP", - "type": "TRC20", - "symbol": "POX", - "decimals": 8, - "status": "active", - "id": "TMnqP8yuZrKJFXN59KoVDthkmM3LRkiZXP", - "links": [ - { - "name": "github", - "url": "https://github.com/polluxcoin2020/pox" - }, - { - "name": "twitter", - "url": "https://twitter.com/polluxcoin1" - }, - { - "name": "telegram", - "url": "https://t.me/polluxcoinchat" - }, - { - "name": "facebook", - "url": "https://facebook.com/PolluxCoin" - }, - { - "name": "whitepaper", - "url": "https://polluxcoin.info/white-paper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/tron/assets/TMnqP8yuZrKJFXN59KoVDthkmM3LRkiZXP/logo.png b/blockchains/tron/assets/TMnqP8yuZrKJFXN59KoVDthkmM3LRkiZXP/logo.png deleted file mode 100644 index 3424c007a8ab2..0000000000000 Binary files a/blockchains/tron/assets/TMnqP8yuZrKJFXN59KoVDthkmM3LRkiZXP/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT/info.json b/blockchains/tron/assets/TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT/info.json deleted file mode 100644 index 771363214478f..0000000000000 --- a/blockchains/tron/assets/TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "JUST Stablecoin", - "symbol": "USDJ", - "type": "TRC20", - "decimals": 18, - "description": "USDJ is a stablecoin of TRON. It’s generated through decentralized smart contracts on the TRON network. Anyone can pledge TRX as collateral to generate USDJ. USDJ enters into free circulation as any other cryptocurrency does once generated. It is pegged to the US dollar through Collateralized Debt Positions (CDPs), and also has autonomous feedback mechanisms.", - "website": "https://www.just.network/", - "explorer": "https://tronscan.io/#/token20/TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT", - "status": "active", - "id": "TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT/logo.png b/blockchains/tron/assets/TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT/logo.png deleted file mode 100644 index d7b182b7c63e4..0000000000000 Binary files a/blockchains/tron/assets/TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TMz2SWatiAtZVVcH2ebpsbVtYwUPT9EdjH/info.json b/blockchains/tron/assets/TMz2SWatiAtZVVcH2ebpsbVtYwUPT9EdjH/info.json deleted file mode 100644 index 3385170144bdb..0000000000000 --- a/blockchains/tron/assets/TMz2SWatiAtZVVcH2ebpsbVtYwUPT9EdjH/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "BUSD Token", - "website": "https://www.binance.com/en/busd", - "description": "BUSD is issued on Ethereum by Paxos and regulated by the NYDFS. Binance provides the pegged token service, which locks BUSD on Ethereum and issues an equivalent amount of Binance-Peg BUSD on corresponding other networks (BNB Chain, Avalanche and Polygon, TRON etc). Please note that Binance-Peg BUSD is a Binance product. It is not issued by Paxos nor regulated by the NYDFS.", - "explorer": "https://tronscan.io/#/token20/TMz2SWatiAtZVVcH2ebpsbVtYwUPT9EdjH", - "type": "TRC20", - "symbol": "BUSD", - "decimals": 18, - "status": "active", - "id": "TMz2SWatiAtZVVcH2ebpsbVtYwUPT9EdjH", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/binance" - }, - { - "name": "telegram", - "url": "https://t.me/binanceexchange" - } - ], - "tags": [ - "stablecoin" - ] -} diff --git a/blockchains/tron/assets/TMz2SWatiAtZVVcH2ebpsbVtYwUPT9EdjH/logo.png b/blockchains/tron/assets/TMz2SWatiAtZVVcH2ebpsbVtYwUPT9EdjH/logo.png deleted file mode 100644 index 5c7d8e7811cc9..0000000000000 Binary files a/blockchains/tron/assets/TMz2SWatiAtZVVcH2ebpsbVtYwUPT9EdjH/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TN7zQd2oCCguSQykZ437tZzLEaGJ7EGyha/info.json b/blockchains/tron/assets/TN7zQd2oCCguSQykZ437tZzLEaGJ7EGyha/info.json deleted file mode 100644 index 625bc55b02f71..0000000000000 --- a/blockchains/tron/assets/TN7zQd2oCCguSQykZ437tZzLEaGJ7EGyha/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "JackPool.finance", - "website": "https://jackpool.finance", - "description": "JFI is described to be a yield farming profit maximiser protocol on Justswap.", - "explorer": "https://tronscan.io/#/token20/TN7zQd2oCCguSQykZ437tZzLEaGJ7EGyha", - "type": "TRC20", - "symbol": "JFI", - "decimals": 18, - "status": "active", - "id": "TN7zQd2oCCguSQykZ437tZzLEaGJ7EGyha" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TN7zQd2oCCguSQykZ437tZzLEaGJ7EGyha/logo.png b/blockchains/tron/assets/TN7zQd2oCCguSQykZ437tZzLEaGJ7EGyha/logo.png deleted file mode 100644 index d3372a5af625a..0000000000000 Binary files a/blockchains/tron/assets/TN7zQd2oCCguSQykZ437tZzLEaGJ7EGyha/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TNZXVQUKQ8Gnjq2BqLvt2kC5WbeDQc1q3j/info.json b/blockchains/tron/assets/TNZXVQUKQ8Gnjq2BqLvt2kC5WbeDQc1q3j/info.json deleted file mode 100644 index 341bcf08de591..0000000000000 --- a/blockchains/tron/assets/TNZXVQUKQ8Gnjq2BqLvt2kC5WbeDQc1q3j/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DXNToken", - "symbol": "DXN", - "type": "TRC20", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TNZXVQUKQ8Gnjq2BqLvt2kC5WbeDQc1q3j", - "status": "spam", - "id": "TNZXVQUKQ8Gnjq2BqLvt2kC5WbeDQc1q3j" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TNZXVQUKQ8Gnjq2BqLvt2kC5WbeDQc1q3j/logo.png b/blockchains/tron/assets/TNZXVQUKQ8Gnjq2BqLvt2kC5WbeDQc1q3j/logo.png deleted file mode 100644 index 17eb451fc77dc..0000000000000 Binary files a/blockchains/tron/assets/TNZXVQUKQ8Gnjq2BqLvt2kC5WbeDQc1q3j/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TNjt5fShPVJ4YpsLuU4THuBbg58g2bZoLk/info.json b/blockchains/tron/assets/TNjt5fShPVJ4YpsLuU4THuBbg58g2bZoLk/info.json deleted file mode 100644 index 4a068f389cb35..0000000000000 --- a/blockchains/tron/assets/TNjt5fShPVJ4YpsLuU4THuBbg58g2bZoLk/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Hora Token", - "symbol": "HORA", - "type": "TRC20", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TNjt5fShPVJ4YpsLuU4THuBbg58g2bZoLk", - "status": "abandoned", - "id": "TNjt5fShPVJ4YpsLuU4THuBbg58g2bZoLk" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TNjt5fShPVJ4YpsLuU4THuBbg58g2bZoLk/logo.png b/blockchains/tron/assets/TNjt5fShPVJ4YpsLuU4THuBbg58g2bZoLk/logo.png deleted file mode 100644 index 4a827f167a050..0000000000000 Binary files a/blockchains/tron/assets/TNjt5fShPVJ4YpsLuU4THuBbg58g2bZoLk/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TPAQRJSVatTZLLaguCFMXGFKegKnqnKH2s/info.json b/blockchains/tron/assets/TPAQRJSVatTZLLaguCFMXGFKegKnqnKH2s/info.json deleted file mode 100644 index 5cdce28b10056..0000000000000 --- a/blockchains/tron/assets/TPAQRJSVatTZLLaguCFMXGFKegKnqnKH2s/info.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Mainstream For The Underground", - "website": "https://mftu.net", - "description": "Utility token to paying musicians through online radio. Paying Independent Musicians as a Distributed Ledger Performance Rights Organization.", - "explorer": "https://tronscan.io/#/token20/TPAQRJSVatTZLLaguCFMXGFKegKnqnKH2s", - "type": "TRC20", - "symbol": "MFTU", - "decimals": 18, - "status": "active", - "id": "TPAQRJSVatTZLLaguCFMXGFKegKnqnKH2s", - "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/tron/assets/TPAQRJSVatTZLLaguCFMXGFKegKnqnKH2s/logo.png b/blockchains/tron/assets/TPAQRJSVatTZLLaguCFMXGFKegKnqnKH2s/logo.png deleted file mode 100755 index 5b71236918c2d..0000000000000 Binary files a/blockchains/tron/assets/TPAQRJSVatTZLLaguCFMXGFKegKnqnKH2s/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TPRuU2GbXPwvvSuggE4xKMRtzsfwYfvBWq/info.json b/blockchains/tron/assets/TPRuU2GbXPwvvSuggE4xKMRtzsfwYfvBWq/info.json deleted file mode 100644 index 47cecdddd1e9a..0000000000000 --- a/blockchains/tron/assets/TPRuU2GbXPwvvSuggE4xKMRtzsfwYfvBWq/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ICEDIUM", - "symbol": "ICD", - "type": "TRC20", - "decimals": 18, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TPRuU2GbXPwvvSuggE4xKMRtzsfwYfvBWq", - "status": "abandoned", - "id": "TPRuU2GbXPwvvSuggE4xKMRtzsfwYfvBWq" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TPRuU2GbXPwvvSuggE4xKMRtzsfwYfvBWq/logo.png b/blockchains/tron/assets/TPRuU2GbXPwvvSuggE4xKMRtzsfwYfvBWq/logo.png deleted file mode 100644 index 70c803948435d..0000000000000 Binary files a/blockchains/tron/assets/TPRuU2GbXPwvvSuggE4xKMRtzsfwYfvBWq/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn/info.json b/blockchains/tron/assets/TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn/info.json deleted file mode 100644 index 201645df022f8..0000000000000 --- a/blockchains/tron/assets/TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Decentralized USD", - "symbol": "USDD", - "type": "TRC20", - "decimals": 18, - "description": "USDD is a fully decentralized algorithmic stablecoin", - "website": "https://usdd.io/", - "explorer": "https://tronscan.io/#/token20/TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn", - "status": "active", - "id": "TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/usddio" - }, - { - "name": "whitepaper", - "url": "https://usdd.io/USDD-en.pdf" - } - ], - "tags": [ - "stablecoin" - ] -} diff --git a/blockchains/tron/assets/TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn/logo.png b/blockchains/tron/assets/TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn/logo.png deleted file mode 100644 index b17bf63fd3273..0000000000000 Binary files a/blockchains/tron/assets/TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TQYuR8FpmhMJK3ZpfoTgERjaZRywqMnFAH/info.json b/blockchains/tron/assets/TQYuR8FpmhMJK3ZpfoTgERjaZRywqMnFAH/info.json deleted file mode 100644 index 431cabfd7ae73..0000000000000 --- a/blockchains/tron/assets/TQYuR8FpmhMJK3ZpfoTgERjaZRywqMnFAH/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Paynet Coin", - "website": "https://paynetcoin.com", - "description": "Paynetcoin (PAYN) is a cryptocurrency (TRC20) that provides online travel payment platforms, e-commerce, airline tickets, tours ...", - "explorer": "https://tronscan.io/#/token20/TQYuR8FpmhMJK3ZpfoTgERjaZRywqMnFAH", - "type": "TRC20", - "symbol": "PAYN", - "decimals": 8, - "status": "active", - "id": "TQYuR8FpmhMJK3ZpfoTgERjaZRywqMnFAH", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/paynetcoin" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/ru/currencies/paynet-coin/" - }, - { - "name": "telegram", - "url": "https://t.me/PaynetcoinEN" - } - ], - "tags": [ - "defi" - ] -} diff --git a/blockchains/tron/assets/TQYuR8FpmhMJK3ZpfoTgERjaZRywqMnFAH/logo.png b/blockchains/tron/assets/TQYuR8FpmhMJK3ZpfoTgERjaZRywqMnFAH/logo.png deleted file mode 100644 index c4659fd4089e6..0000000000000 Binary files a/blockchains/tron/assets/TQYuR8FpmhMJK3ZpfoTgERjaZRywqMnFAH/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TQhfmGiZvRt3oe9vKv6W9WXRr4oErxc8RE/info.json b/blockchains/tron/assets/TQhfmGiZvRt3oe9vKv6W9WXRr4oErxc8RE/info.json deleted file mode 100644 index 5183d40df754a..0000000000000 --- a/blockchains/tron/assets/TQhfmGiZvRt3oe9vKv6W9WXRr4oErxc8RE/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Travelcoins", - "symbol": "TRVx", - "type": "TRC20", - "decimals": 6, - "description": "The Travelcoins tokens and smart contracts ecosystem will be used in the travel industry and bring all travel ecosystems together with a public travel blockchain.", - "website": "https://travelcoins.io/", - "explorer": "https://tronscan.io/#/token20/TQhfmGiZvRt3oe9vKv6W9WXRr4oErxc8RE", - "status": "active", - "id": "TQhfmGiZvRt3oe9vKv6W9WXRr4oErxc8RE" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TQhfmGiZvRt3oe9vKv6W9WXRr4oErxc8RE/logo.png b/blockchains/tron/assets/TQhfmGiZvRt3oe9vKv6W9WXRr4oErxc8RE/logo.png deleted file mode 100644 index 658d64b0f48f5..0000000000000 Binary files a/blockchains/tron/assets/TQhfmGiZvRt3oe9vKv6W9WXRr4oErxc8RE/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TQsm77PKjtpfawYu2LuQVTkigQcHPFLBaw/info.json b/blockchains/tron/assets/TQsm77PKjtpfawYu2LuQVTkigQcHPFLBaw/info.json deleted file mode 100644 index 49929639fd606..0000000000000 --- a/blockchains/tron/assets/TQsm77PKjtpfawYu2LuQVTkigQcHPFLBaw/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Intercoin", - "type": "TRC20", - "symbol": "INTC", - "decimals": 6, - "website": "https://www.intercoin.network", - "description": "In compliance with SEC regulations, INTC is the currency of the people, by the people, for the people. Because every human being on the planet has the right to own cryptocurrency and the freedom to use it anywhere on a secure, fast, sustainable and decentralized network, without paying absurd transaction fees.", - "explorer": "https://tronscan.io/#/token20/TQsm77PKjtpfawYu2LuQVTkigQcHPFLBaw", - "status": "active", - "id": "TQsm77PKjtpfawYu2LuQVTkigQcHPFLBaw" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TQsm77PKjtpfawYu2LuQVTkigQcHPFLBaw/logo.png b/blockchains/tron/assets/TQsm77PKjtpfawYu2LuQVTkigQcHPFLBaw/logo.png deleted file mode 100644 index b4889b06a0fe9..0000000000000 Binary files a/blockchains/tron/assets/TQsm77PKjtpfawYu2LuQVTkigQcHPFLBaw/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t/info.json b/blockchains/tron/assets/TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t/info.json deleted file mode 100644 index c2324caa580c6..0000000000000 --- a/blockchains/tron/assets/TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t/info.json +++ /dev/null @@ -1,41 +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://tronscan.io/#/token20/TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t", - "type": "TRC20", - "symbol": "USDT", - "decimals": 6, - "status": "active", - "id": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t", - "links": [ - { - "name": "whitepaper", - "url": "https://tether.to/wp-content/uploads/2016/06/TetherWhitePaper.pdf" - }, - { - "name": "twitter", - "url": "https://twitter.com/Tether_to" - }, - { - "name": "telegram", - "url": "https://t.me/tronnetworkEN" - }, - { - "name": "medium", - "url": "https://medium.com/tron-foundation" - }, - { - "name": "discord", - "url": "https://discord.com/invite/hqKvyAM" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Tronix/" - }, - { - "name": "facebook", - "url": "https://facebook.com/tronfoundation" - } - ] -} \ No newline at end of file diff --git a/blockchains/tron/assets/TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t/logo.png b/blockchains/tron/assets/TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t/logo.png deleted file mode 100644 index 4b3027306a91c..0000000000000 Binary files a/blockchains/tron/assets/TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3S/info.json b/blockchains/tron/assets/TSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3S/info.json deleted file mode 100644 index 29d2a1eba9d63..0000000000000 --- a/blockchains/tron/assets/TSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3S/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "SUN", - "website": "https://sun.io", - "description": "SUN is a social experiment, which focuses on the DeFi potential of TRON.", - "explorer": "https://tronscan.io/#/token20/TSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3S", - "research": "https://research.binance.com/en/projects/sun", - "type": "TRC20", - "symbol": "SUN", - "decimals": 18, - "status": "active", - "id": "TSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3S" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3S/logo.png b/blockchains/tron/assets/TSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3S/logo.png deleted file mode 100644 index af8e583657ba1..0000000000000 Binary files a/blockchains/tron/assets/TSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3S/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TSkG9SSKdWV5QBuTPN6udi48rym5iPpLof/info.json b/blockchains/tron/assets/TSkG9SSKdWV5QBuTPN6udi48rym5iPpLof/info.json deleted file mode 100644 index 743bf0b3c3ebc..0000000000000 --- a/blockchains/tron/assets/TSkG9SSKdWV5QBuTPN6udi48rym5iPpLof/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "CraftToken", - "symbol": "CFT", - "type": "TRC20", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TSkG9SSKdWV5QBuTPN6udi48rym5iPpLof", - "status": "abandoned", - "id": "TSkG9SSKdWV5QBuTPN6udi48rym5iPpLof" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TSkG9SSKdWV5QBuTPN6udi48rym5iPpLof/logo.png b/blockchains/tron/assets/TSkG9SSKdWV5QBuTPN6udi48rym5iPpLof/logo.png deleted file mode 100644 index 9d2dc27d03764..0000000000000 Binary files a/blockchains/tron/assets/TSkG9SSKdWV5QBuTPN6udi48rym5iPpLof/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TTUwzoZAK6rpDjpSh8B2XFTnxGfbMLHJaq/info.json b/blockchains/tron/assets/TTUwzoZAK6rpDjpSh8B2XFTnxGfbMLHJaq/info.json deleted file mode 100644 index 884bf96f7b323..0000000000000 --- a/blockchains/tron/assets/TTUwzoZAK6rpDjpSh8B2XFTnxGfbMLHJaq/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "KING OF DEFI", - "type": "TRC20", - "symbol": "KODX", - "decimals": 6, - "website": "https://kingofdefi.org/", - "description": "New Gateway for staking, lending and borrowing.", - "explorer": "https://tronscan.io/#/token20/TTUwzoZAK6rpDjpSh8B2XFTnxGfbMLHJaq", - "status": "active", - "id": "TTUwzoZAK6rpDjpSh8B2XFTnxGfbMLHJaq" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TTUwzoZAK6rpDjpSh8B2XFTnxGfbMLHJaq/logo.png b/blockchains/tron/assets/TTUwzoZAK6rpDjpSh8B2XFTnxGfbMLHJaq/logo.png deleted file mode 100644 index 0942a634bae4a..0000000000000 Binary files a/blockchains/tron/assets/TTUwzoZAK6rpDjpSh8B2XFTnxGfbMLHJaq/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TTYpHRvz826qA8ChsSvdJKfAY4wiY7p1NP/info.json b/blockchains/tron/assets/TTYpHRvz826qA8ChsSvdJKfAY4wiY7p1NP/info.json deleted file mode 100644 index 66ffa7f06e4b3..0000000000000 --- a/blockchains/tron/assets/TTYpHRvz826qA8ChsSvdJKfAY4wiY7p1NP/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DCIToken", - "symbol": "DCI", - "type": "TRC20", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TTYpHRvz826qA8ChsSvdJKfAY4wiY7p1NP", - "status": "spam", - "id": "TTYpHRvz826qA8ChsSvdJKfAY4wiY7p1NP" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TTYpHRvz826qA8ChsSvdJKfAY4wiY7p1NP/logo.png b/blockchains/tron/assets/TTYpHRvz826qA8ChsSvdJKfAY4wiY7p1NP/logo.png deleted file mode 100644 index bb7d01ae7267b..0000000000000 Binary files a/blockchains/tron/assets/TTYpHRvz826qA8ChsSvdJKfAY4wiY7p1NP/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TUH4wj8tox7sVxvkTqHLogn6mRVKfrK71M/info.json b/blockchains/tron/assets/TUH4wj8tox7sVxvkTqHLogn6mRVKfrK71M/info.json deleted file mode 100644 index 149354377dbad..0000000000000 --- a/blockchains/tron/assets/TUH4wj8tox7sVxvkTqHLogn6mRVKfrK71M/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Happiness", - "type": "TRC20", - "symbol": "HPNS", - "decimals": 6, - "website": "https://way2happiness.info/", - "description": "Happiness", - "explorer": "https://tronscan.io/#/token20/TUH4wj8tox7sVxvkTqHLogn6mRVKfrK71M", - "status": "active", - "id": "TUH4wj8tox7sVxvkTqHLogn6mRVKfrK71M" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TUH4wj8tox7sVxvkTqHLogn6mRVKfrK71M/logo.png b/blockchains/tron/assets/TUH4wj8tox7sVxvkTqHLogn6mRVKfrK71M/logo.png deleted file mode 100644 index 1dfb45378ae10..0000000000000 Binary files a/blockchains/tron/assets/TUH4wj8tox7sVxvkTqHLogn6mRVKfrK71M/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TUH63441fBWg2Jam4qTYC8aKX7Np3fHi1b/info.json b/blockchains/tron/assets/TUH63441fBWg2Jam4qTYC8aKX7Np3fHi1b/info.json deleted file mode 100644 index 80449a36a2a4a..0000000000000 --- a/blockchains/tron/assets/TUH63441fBWg2Jam4qTYC8aKX7Np3fHi1b/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ChinaInvestmentExchangeToken", - "symbol": "CIEX", - "type": "TRC20", - "decimals": 18, - "description": "CIEX is the official platform token issued by CIEX Digital Assets Exchange Platform on the TRON network.", - "website": "https://ciex.io", - "explorer": "https://tronscan.io/#/token20/TUH63441fBWg2Jam4qTYC8aKX7Np3fHi1b", - "status": "active", - "id": "TUH63441fBWg2Jam4qTYC8aKX7Np3fHi1b" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TUH63441fBWg2Jam4qTYC8aKX7Np3fHi1b/logo.png b/blockchains/tron/assets/TUH63441fBWg2Jam4qTYC8aKX7Np3fHi1b/logo.png deleted file mode 100644 index 37c9e25d23518..0000000000000 Binary files a/blockchains/tron/assets/TUH63441fBWg2Jam4qTYC8aKX7Np3fHi1b/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TUL5yxRKeSWvceLZ3BSU5iNJcQmNxkWayh/info.json b/blockchains/tron/assets/TUL5yxRKeSWvceLZ3BSU5iNJcQmNxkWayh/info.json deleted file mode 100644 index 2eedb6da1da7d..0000000000000 --- a/blockchains/tron/assets/TUL5yxRKeSWvceLZ3BSU5iNJcQmNxkWayh/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Vena", - "symbol": "vena", - "type": "TRC20", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TUL5yxRKeSWvceLZ3BSU5iNJcQmNxkWayh", - "status": "abandoned", - "id": "TUL5yxRKeSWvceLZ3BSU5iNJcQmNxkWayh" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TUL5yxRKeSWvceLZ3BSU5iNJcQmNxkWayh/logo.png b/blockchains/tron/assets/TUL5yxRKeSWvceLZ3BSU5iNJcQmNxkWayh/logo.png deleted file mode 100644 index 75ad751d38697..0000000000000 Binary files a/blockchains/tron/assets/TUL5yxRKeSWvceLZ3BSU5iNJcQmNxkWayh/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TUP3g7kbaESRFRhULeA19USSrcVBEpWLVY/info.json b/blockchains/tron/assets/TUP3g7kbaESRFRhULeA19USSrcVBEpWLVY/info.json deleted file mode 100644 index 8f5b3bf822bc1..0000000000000 --- a/blockchains/tron/assets/TUP3g7kbaESRFRhULeA19USSrcVBEpWLVY/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "ZEDXION", - "symbol": "Zedxion", - "type": "TRC20", - "decimals": 18, - "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.", - "website": "https://zedxion.io/", - "explorer": "https://tronscan.io/#/token20/TUP3g7kbaESRFRhULeA19USSrcVBEpWLVY", - "status": "active", - "id": "TUP3g7kbaESRFRhULeA19USSrcVBEpWLVY", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ZedxionC" - }, - { - "name": "telegram", - "url": "https://t.me/zedxion" - } - ] -} \ No newline at end of file diff --git a/blockchains/tron/assets/TUP3g7kbaESRFRhULeA19USSrcVBEpWLVY/logo.png b/blockchains/tron/assets/TUP3g7kbaESRFRhULeA19USSrcVBEpWLVY/logo.png deleted file mode 100644 index f8a3cf70f8f50..0000000000000 Binary files a/blockchains/tron/assets/TUP3g7kbaESRFRhULeA19USSrcVBEpWLVY/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4/info.json b/blockchains/tron/assets/TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4/info.json deleted file mode 100644 index 02bf551b76efe..0000000000000 --- a/blockchains/tron/assets/TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4/info.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "TrueUSDToken", - "symbol": "TrueUSD", - "type": "TRC20", - "decimals": 18, - "description": "TrueUSD (TUSD) is the first independently-verified digital asset redeemable 1-for-1 for US Dollars.", - "website": "https://www.trueusd.com/", - "explorer": "https://tronscan.io/#/token20/TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4", - "status": "active", - "id": "TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4", - "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/tron/assets/TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4/logo.png b/blockchains/tron/assets/TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4/logo.png deleted file mode 100644 index 0ae677cd2bac8..0000000000000 Binary files a/blockchains/tron/assets/TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TV2UZpAzMPuMNpzQW8FJEHidDB1oht7Anb/info.json b/blockchains/tron/assets/TV2UZpAzMPuMNpzQW8FJEHidDB1oht7Anb/info.json deleted file mode 100644 index 3f2ae4d36644b..0000000000000 --- a/blockchains/tron/assets/TV2UZpAzMPuMNpzQW8FJEHidDB1oht7Anb/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DXAToken", - "symbol": "DXA", - "type": "TRC20", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TV2UZpAzMPuMNpzQW8FJEHidDB1oht7Anb", - "status": "abandoned", - "id": "TV2UZpAzMPuMNpzQW8FJEHidDB1oht7Anb" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TV2UZpAzMPuMNpzQW8FJEHidDB1oht7Anb/logo.png b/blockchains/tron/assets/TV2UZpAzMPuMNpzQW8FJEHidDB1oht7Anb/logo.png deleted file mode 100644 index ef0a638bf2a64..0000000000000 Binary files a/blockchains/tron/assets/TV2UZpAzMPuMNpzQW8FJEHidDB1oht7Anb/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TVj7RNVHy6thbM7BWdSe9G6gXwKhjhdNZS/info.json b/blockchains/tron/assets/TVj7RNVHy6thbM7BWdSe9G6gXwKhjhdNZS/info.json deleted file mode 100644 index a463eb814f681..0000000000000 --- a/blockchains/tron/assets/TVj7RNVHy6thbM7BWdSe9G6gXwKhjhdNZS/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "Klever", - "website": "https://klever.io", - "description": "Klever app is described to be a simple, secure p2p crypto wallet for blockchain.", - "explorer": "https://tronscan.io/#/token20/TVj7RNVHy6thbM7BWdSe9G6gXwKhjhdNZS", - "research": "", - "type": "TRC20", - "symbol": "KLV", - "decimals": 6, - "status": "active", - "id": "TVj7RNVHy6thbM7BWdSe9G6gXwKhjhdNZS" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TVj7RNVHy6thbM7BWdSe9G6gXwKhjhdNZS/logo.png b/blockchains/tron/assets/TVj7RNVHy6thbM7BWdSe9G6gXwKhjhdNZS/logo.png deleted file mode 100644 index 83eddada70793..0000000000000 Binary files a/blockchains/tron/assets/TVj7RNVHy6thbM7BWdSe9G6gXwKhjhdNZS/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TVocZFCRZ6tg8MqKCKXzZ9H2qSg29T75tK/info.json b/blockchains/tron/assets/TVocZFCRZ6tg8MqKCKXzZ9H2qSg29T75tK/info.json deleted file mode 100644 index 307157c5b0d0d..0000000000000 --- a/blockchains/tron/assets/TVocZFCRZ6tg8MqKCKXzZ9H2qSg29T75tK/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "MRWEB", - "symbol": "AMA", - "type": "TRC20", - "decimals": 6, - "description": "MRweb is a peer-to-peer Internet currency that enables instant, near-zero cost payments to anyone in the world. MRweb is an open source.", - "website": "https://mrweb.finance", - "explorer": "https://tronscan.io/#/token20/TVocZFCRZ6tg8MqKCKXzZ9H2qSg29T75tK", - "status": "active", - "id": "TVocZFCRZ6tg8MqKCKXzZ9H2qSg29T75tK" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TVocZFCRZ6tg8MqKCKXzZ9H2qSg29T75tK/logo.png b/blockchains/tron/assets/TVocZFCRZ6tg8MqKCKXzZ9H2qSg29T75tK/logo.png deleted file mode 100644 index db0792f67fb02..0000000000000 Binary files a/blockchains/tron/assets/TVocZFCRZ6tg8MqKCKXzZ9H2qSg29T75tK/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TVthmvBhhmgVNnXZwCvCFoCUTC9Hj4eg6y/info.json b/blockchains/tron/assets/TVthmvBhhmgVNnXZwCvCFoCUTC9Hj4eg6y/info.json deleted file mode 100644 index 4a7c0d5a31223..0000000000000 --- a/blockchains/tron/assets/TVthmvBhhmgVNnXZwCvCFoCUTC9Hj4eg6y/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "ReaLife", - "symbol": "REAL", - "type": "TRC20", - "decimals": 18, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TVthmvBhhmgVNnXZwCvCFoCUTC9Hj4eg6y", - "status": "abandoned", - "id": "TVthmvBhhmgVNnXZwCvCFoCUTC9Hj4eg6y" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TVthmvBhhmgVNnXZwCvCFoCUTC9Hj4eg6y/logo.png b/blockchains/tron/assets/TVthmvBhhmgVNnXZwCvCFoCUTC9Hj4eg6y/logo.png deleted file mode 100644 index 1146ca036ab97..0000000000000 Binary files a/blockchains/tron/assets/TVthmvBhhmgVNnXZwCvCFoCUTC9Hj4eg6y/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TW2BkFwvkoH9Cx2zwifTacwkGSGiyiZWmt/info.json b/blockchains/tron/assets/TW2BkFwvkoH9Cx2zwifTacwkGSGiyiZWmt/info.json deleted file mode 100644 index 4581a4597cbcb..0000000000000 --- a/blockchains/tron/assets/TW2BkFwvkoH9Cx2zwifTacwkGSGiyiZWmt/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "\"\"\"Poker Tron Token\"\"\"", - "symbol": "\"\"\"PKT\"\"\"", - "type": "TRC20", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TW2BkFwvkoH9Cx2zwifTacwkGSGiyiZWmt", - "status": "abandoned", - "id": "TW2BkFwvkoH9Cx2zwifTacwkGSGiyiZWmt" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TW2BkFwvkoH9Cx2zwifTacwkGSGiyiZWmt/logo.png b/blockchains/tron/assets/TW2BkFwvkoH9Cx2zwifTacwkGSGiyiZWmt/logo.png deleted file mode 100644 index 5973c872720aa..0000000000000 Binary files a/blockchains/tron/assets/TW2BkFwvkoH9Cx2zwifTacwkGSGiyiZWmt/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TWUs7FajJdRK26U1A5KZJbo8wP7jHiRFwk/info.json b/blockchains/tron/assets/TWUs7FajJdRK26U1A5KZJbo8wP7jHiRFwk/info.json deleted file mode 100644 index f092f508a4b08..0000000000000 --- a/blockchains/tron/assets/TWUs7FajJdRK26U1A5KZJbo8wP7jHiRFwk/info.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "ZOE CASH", - "type": "TRC20", - "symbol": "ZOE", - "decimals": 6, - "website": "https://zoe.cash/", - "description": "Zoe Cash Decentralised multipurpose system integrating finance, online training, certifications, jobs, encrypted social interaction and monetisation of goals, stored and validated on a proprietary blockchain.", - "explorer": "https://tronscan.io/#/token20/TWUs7FajJdRK26U1A5KZJbo8wP7jHiRFwk", - "status": "active", - "id": "TWUs7FajJdRK26U1A5KZJbo8wP7jHiRFwk", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/zoecashoficial" - }, - { - "name": "telegram", - "url": "https://t.me/zoecash" - } - ] -} \ No newline at end of file diff --git a/blockchains/tron/assets/TWUs7FajJdRK26U1A5KZJbo8wP7jHiRFwk/logo.png b/blockchains/tron/assets/TWUs7FajJdRK26U1A5KZJbo8wP7jHiRFwk/logo.png deleted file mode 100644 index 883a140f65a9c..0000000000000 Binary files a/blockchains/tron/assets/TWUs7FajJdRK26U1A5KZJbo8wP7jHiRFwk/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TWVVcRqRmpyAi9dASvTXrqnS7FrwvDezMn/info.json b/blockchains/tron/assets/TWVVcRqRmpyAi9dASvTXrqnS7FrwvDezMn/info.json deleted file mode 100644 index 344b051ec0571..0000000000000 --- a/blockchains/tron/assets/TWVVcRqRmpyAi9dASvTXrqnS7FrwvDezMn/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Oikos Network Token", - "symbol": "OKS", - "type": "TRC20", - "decimals": 18, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TWVVcRqRmpyAi9dASvTXrqnS7FrwvDezMn", - "status": "abandoned", - "id": "TWVVcRqRmpyAi9dASvTXrqnS7FrwvDezMn" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TWVVcRqRmpyAi9dASvTXrqnS7FrwvDezMn/logo.png b/blockchains/tron/assets/TWVVcRqRmpyAi9dASvTXrqnS7FrwvDezMn/logo.png deleted file mode 100644 index 6ace39dd6afb4..0000000000000 Binary files a/blockchains/tron/assets/TWVVcRqRmpyAi9dASvTXrqnS7FrwvDezMn/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TWXZxJDGWVhNz2SXx31kQGA5kb2cjAz9ys/info.json b/blockchains/tron/assets/TWXZxJDGWVhNz2SXx31kQGA5kb2cjAz9ys/info.json deleted file mode 100644 index f901722781a09..0000000000000 --- a/blockchains/tron/assets/TWXZxJDGWVhNz2SXx31kQGA5kb2cjAz9ys/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "AZEUSX", - "type": "TRC20", - "symbol": "AZX", - "decimals": 6, - "description": "AZX is a platform for the future of funding that powering dat for the new equity blockchain", - "website": "https://azeusx.com", - "explorer": "https://tronscan.io/#/token20/TWXZxJDGWVhNz2SXx31kQGA5kb2cjAz9ys", - "status": "active", - "id": "TWXZxJDGWVhNz2SXx31kQGA5kb2cjAz9ys" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TWXZxJDGWVhNz2SXx31kQGA5kb2cjAz9ys/logo.png b/blockchains/tron/assets/TWXZxJDGWVhNz2SXx31kQGA5kb2cjAz9ys/logo.png deleted file mode 100644 index 95188c5e6fc21..0000000000000 Binary files a/blockchains/tron/assets/TWXZxJDGWVhNz2SXx31kQGA5kb2cjAz9ys/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TWmocwvHpui48QXUVJeW2SvcFe8LyNgLCU/info.json b/blockchains/tron/assets/TWmocwvHpui48QXUVJeW2SvcFe8LyNgLCU/info.json deleted file mode 100644 index 9b6e903cc4245..0000000000000 --- a/blockchains/tron/assets/TWmocwvHpui48QXUVJeW2SvcFe8LyNgLCU/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "NETCOINCAPITAL", - "website": "https://netcoincapital.com", - "description": "NetcoinCapital is blockchain based project it's made for financial service, technology & future", - "explorer": "https://tronscan.io/#/token20/TWmocwvHpui48QXUVJeW2SvcFe8LyNgLCU", - "type": "TRC20", - "symbol": "NCC", - "decimals": 18, - "status": "abandoned", - "id": "TWmocwvHpui48QXUVJeW2SvcFe8LyNgLCU", - "links": [ - { - "name": "github", - "url": "https://github.com/netcoincapital/" - }, - { - "name": "twitter", - "url": "https://twitter.com/ncctoken" - }, - { - "name": "medium", - "url": "https://medium.com/netcoincapital" - }, - { - "name": "telegram", - "url": "https://t.me/ncc_trading" - } - ] -} \ No newline at end of file diff --git a/blockchains/tron/assets/TXBcx59eDVndV5upFQnTR2xdvqFd5reXET/info.json b/blockchains/tron/assets/TXBcx59eDVndV5upFQnTR2xdvqFd5reXET/info.json deleted file mode 100644 index e2da05f282a62..0000000000000 --- a/blockchains/tron/assets/TXBcx59eDVndV5upFQnTR2xdvqFd5reXET/info.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "name": "Black Phoenix", - "type": "TRC20", - "symbol": "BPX", - "decimals": 18, - "website": "https://www.blackphoenixbpx.com", - "description": "The token is designed to be profitable for people unfamiliar with digital currency.And tries to be profitable. And teach the new generation of money to the world with future plans and its amazing combination of metaverse, DeFi, GameFi and NFT instruments.", - "explorer": "https://tronscan.io/#/token20/TXBcx59eDVndV5upFQnTR2xdvqFd5reXET", - "status": "active", - "id": "TXBcx59eDVndV5upFQnTR2xdvqFd5reXET", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/OfficialBPX" - }, - { - "name": "github", - "url": "https://github.com/BLACKPHOENIXBPX" - }, - { - "name": "telegram", - "url": "https://t.me/BlackPhoenixOfficial" - }, - { - "name": "telegram_news", - "url": "https://t.me/BlackPhoenixNEWS" - }, - { - "name": "blog", - "url": "https://blackphoenixbpx.com/blog/" - }, - { - "name": "reddit", - "url": "https://reddit.com/u/OfficialBlackPhoenix" - }, - { - "name": "whitepaper", - "url": "https://blackphoenixbpx.com/wp-content/uploads/2021/04/BLACK_PHOENIX.Black_Paper.pdf" - }, - { - "name": "youtube", - "url": "https://youtube.com/channel/UCUviDjZeYhvhdQSlgMywNvw" - }, - { - "name": "facebook", - "url": "https://facebook.com/BlackPhoenixBPX" - }, - { - "name": "medium", - "url": "https://medium.com/@officialblackphoenix" - }, - { - "name": "coinmarketcap", - "url": "https://coinmarketcap.com/currencies/black-phoenix/" - }, - { - "name": "coingecko", - "url": "https://coingecko.com/en/coins/black-phoenix" - } - ] -} \ No newline at end of file diff --git a/blockchains/tron/assets/TXBcx59eDVndV5upFQnTR2xdvqFd5reXET/logo.png b/blockchains/tron/assets/TXBcx59eDVndV5upFQnTR2xdvqFd5reXET/logo.png deleted file mode 100644 index c54b97a3079b9..0000000000000 Binary files a/blockchains/tron/assets/TXBcx59eDVndV5upFQnTR2xdvqFd5reXET/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TXfUT4K3z8tatGAk3rEw5qMuqrPXp28h4g/info.json b/blockchains/tron/assets/TXfUT4K3z8tatGAk3rEw5qMuqrPXp28h4g/info.json deleted file mode 100644 index a9b1f28a4d88c..0000000000000 --- a/blockchains/tron/assets/TXfUT4K3z8tatGAk3rEw5qMuqrPXp28h4g/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DLIToken", - "symbol": "DLI", - "type": "TRC20", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TXfUT4K3z8tatGAk3rEw5qMuqrPXp28h4g", - "status": "spam", - "id": "TXfUT4K3z8tatGAk3rEw5qMuqrPXp28h4g" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TXfUT4K3z8tatGAk3rEw5qMuqrPXp28h4g/logo.png b/blockchains/tron/assets/TXfUT4K3z8tatGAk3rEw5qMuqrPXp28h4g/logo.png deleted file mode 100644 index 85bf0082f90b8..0000000000000 Binary files a/blockchains/tron/assets/TXfUT4K3z8tatGAk3rEw5qMuqrPXp28h4g/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TYLrbh1pVcx95bop33XQ1iYdh7r3ogEQ8Q/info.json b/blockchains/tron/assets/TYLrbh1pVcx95bop33XQ1iYdh7r3ogEQ8Q/info.json deleted file mode 100644 index 648bf720bd0b7..0000000000000 --- a/blockchains/tron/assets/TYLrbh1pVcx95bop33XQ1iYdh7r3ogEQ8Q/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Centric RISE", - "symbol": "CNR", - "type": "TRC20", - "decimals": 8, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TYLrbh1pVcx95bop33XQ1iYdh7r3ogEQ8Q", - "status": "active", - "id": "TYLrbh1pVcx95bop33XQ1iYdh7r3ogEQ8Q" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TYLrbh1pVcx95bop33XQ1iYdh7r3ogEQ8Q/logo.png b/blockchains/tron/assets/TYLrbh1pVcx95bop33XQ1iYdh7r3ogEQ8Q/logo.png deleted file mode 100644 index b1bcf5b5a0336..0000000000000 Binary files a/blockchains/tron/assets/TYLrbh1pVcx95bop33XQ1iYdh7r3ogEQ8Q/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TYM9eM22SCynRc5YaMxE2PX1kwv7H2rXAu/info.json b/blockchains/tron/assets/TYM9eM22SCynRc5YaMxE2PX1kwv7H2rXAu/info.json deleted file mode 100644 index a92388e470536..0000000000000 --- a/blockchains/tron/assets/TYM9eM22SCynRc5YaMxE2PX1kwv7H2rXAu/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "KDG Token", - "symbol": "KDG", - "type": "TRC20", - "decimals": 18, - "description": "The aims of Kingdom Game 4.0 is participating in the process of promoting digital currency to become the first game token, to pioneer connecting current popular Games; With Smart Contract technology, multiple payment for Gamers, it shall be created a new market for people who own cryptocurrency. By buying Kingdom Game 4.0’s token at Agents nationwide. Gamers could buy in-game items or upgrade level.", - "website": "https://kingdomgame.org/", - "explorer": "https://tronscan.io/#/token20/TYM9eM22SCynRc5YaMxE2PX1kwv7H2rXAu", - "status": "active", - "id": "TYM9eM22SCynRc5YaMxE2PX1kwv7H2rXAu" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TYM9eM22SCynRc5YaMxE2PX1kwv7H2rXAu/logo.png b/blockchains/tron/assets/TYM9eM22SCynRc5YaMxE2PX1kwv7H2rXAu/logo.png deleted file mode 100644 index efb66342bef4a..0000000000000 Binary files a/blockchains/tron/assets/TYM9eM22SCynRc5YaMxE2PX1kwv7H2rXAu/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TYNgrZX2eLPZ8UUoZEWuiUZYn3bh8fHU8f/info.json b/blockchains/tron/assets/TYNgrZX2eLPZ8UUoZEWuiUZYn3bh8fHU8f/info.json deleted file mode 100644 index 80fb95f9df5e5..0000000000000 --- a/blockchains/tron/assets/TYNgrZX2eLPZ8UUoZEWuiUZYn3bh8fHU8f/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "YLToken", - "symbol": "YL", - "type": "TRC20", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TYNgrZX2eLPZ8UUoZEWuiUZYn3bh8fHU8f", - "status": "spam", - "id": "TYNgrZX2eLPZ8UUoZEWuiUZYn3bh8fHU8f" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TYNgrZX2eLPZ8UUoZEWuiUZYn3bh8fHU8f/logo.png b/blockchains/tron/assets/TYNgrZX2eLPZ8UUoZEWuiUZYn3bh8fHU8f/logo.png deleted file mode 100644 index 59bf7ebaa788c..0000000000000 Binary files a/blockchains/tron/assets/TYNgrZX2eLPZ8UUoZEWuiUZYn3bh8fHU8f/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TYqgBctn2NjCQZLBbh1SMEAsH36mopnNqo/info.json b/blockchains/tron/assets/TYqgBctn2NjCQZLBbh1SMEAsH36mopnNqo/info.json deleted file mode 100644 index 733dcc7a799fb..0000000000000 --- a/blockchains/tron/assets/TYqgBctn2NjCQZLBbh1SMEAsH36mopnNqo/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DTF", - "symbol": "DTF", - "type": "TRC20", - "decimals": 18, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TYqgBctn2NjCQZLBbh1SMEAsH36mopnNqo", - "status": "abandoned", - "id": "TYqgBctn2NjCQZLBbh1SMEAsH36mopnNqo" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TYqgBctn2NjCQZLBbh1SMEAsH36mopnNqo/logo.png b/blockchains/tron/assets/TYqgBctn2NjCQZLBbh1SMEAsH36mopnNqo/logo.png deleted file mode 100644 index 67edbcd16c37a..0000000000000 Binary files a/blockchains/tron/assets/TYqgBctn2NjCQZLBbh1SMEAsH36mopnNqo/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TYxoK7DAvfze7ByWA7LYnzcoLxdKQpjrD1/info.json b/blockchains/tron/assets/TYxoK7DAvfze7ByWA7LYnzcoLxdKQpjrD1/info.json deleted file mode 100644 index 7f01f0ef114e2..0000000000000 --- a/blockchains/tron/assets/TYxoK7DAvfze7ByWA7LYnzcoLxdKQpjrD1/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FFToken", - "symbol": "FF", - "type": "TRC20", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TYxoK7DAvfze7ByWA7LYnzcoLxdKQpjrD1", - "status": "spam", - "id": "TYxoK7DAvfze7ByWA7LYnzcoLxdKQpjrD1" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TYxoK7DAvfze7ByWA7LYnzcoLxdKQpjrD1/logo.png b/blockchains/tron/assets/TYxoK7DAvfze7ByWA7LYnzcoLxdKQpjrD1/logo.png deleted file mode 100644 index 633ea0bb97098..0000000000000 Binary files a/blockchains/tron/assets/TYxoK7DAvfze7ByWA7LYnzcoLxdKQpjrD1/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TZ5jA9F5zGRgi9qk9ATMu6D7wyEpnxQGJh/info.json b/blockchains/tron/assets/TZ5jA9F5zGRgi9qk9ATMu6D7wyEpnxQGJh/info.json deleted file mode 100644 index 67200eb080371..0000000000000 --- a/blockchains/tron/assets/TZ5jA9F5zGRgi9qk9ATMu6D7wyEpnxQGJh/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "CyberFM Radio", - "type": "TRC20", - "symbol": "CYFM", - "decimals": 6, - "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://tronscan.io/#/token20/TZ5jA9F5zGRgi9qk9ATMu6D7wyEpnxQGJh", - "status": "active", - "id": "TZ5jA9F5zGRgi9qk9ATMu6D7wyEpnxQGJh", - "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/tron/assets/TZ5jA9F5zGRgi9qk9ATMu6D7wyEpnxQGJh/logo.png b/blockchains/tron/assets/TZ5jA9F5zGRgi9qk9ATMu6D7wyEpnxQGJh/logo.png deleted file mode 100644 index 680f5c6019290..0000000000000 Binary files a/blockchains/tron/assets/TZ5jA9F5zGRgi9qk9ATMu6D7wyEpnxQGJh/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TZGQJY1QbZuXJmMgDgoZVeG4mD1Ef6SdWU/info.json b/blockchains/tron/assets/TZGQJY1QbZuXJmMgDgoZVeG4mD1Ef6SdWU/info.json deleted file mode 100644 index 4b9415996a166..0000000000000 --- a/blockchains/tron/assets/TZGQJY1QbZuXJmMgDgoZVeG4mD1Ef6SdWU/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TRON UP", - "symbol": "UP", - "type": "TRC20", - "decimals": 6, - "description": "TRON UP is a decentralized game platform, the main members of the team are blockchain technology enthusiasts from all over the world.", - "website": "https://tronup.io/", - "explorer": "https://tronscan.io/#/token20/TZGQJY1QbZuXJmMgDgoZVeG4mD1Ef6SdWU", - "status": "active", - "id": "TZGQJY1QbZuXJmMgDgoZVeG4mD1Ef6SdWU" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TZGQJY1QbZuXJmMgDgoZVeG4mD1Ef6SdWU/logo.png b/blockchains/tron/assets/TZGQJY1QbZuXJmMgDgoZVeG4mD1Ef6SdWU/logo.png deleted file mode 100644 index daa6880d25be0..0000000000000 Binary files a/blockchains/tron/assets/TZGQJY1QbZuXJmMgDgoZVeG4mD1Ef6SdWU/logo.png and /dev/null differ diff --git a/blockchains/tron/assets/TZHTVehxLeoVQ5uuQLy3TDx4Uuw6EmHVNF/info.json b/blockchains/tron/assets/TZHTVehxLeoVQ5uuQLy3TDx4Uuw6EmHVNF/info.json deleted file mode 100644 index 8539e3c6bd3a7..0000000000000 --- a/blockchains/tron/assets/TZHTVehxLeoVQ5uuQLy3TDx4Uuw6EmHVNF/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TRON GO", - "symbol": "GO", - "type": "TRC20", - "decimals": 6, - "description": "-", - "website": "", - "explorer": "https://tronscan.io/#/token20/TZHTVehxLeoVQ5uuQLy3TDx4Uuw6EmHVNF", - "status": "abandoned", - "id": "TZHTVehxLeoVQ5uuQLy3TDx4Uuw6EmHVNF" -} \ No newline at end of file diff --git a/blockchains/tron/assets/TZHTVehxLeoVQ5uuQLy3TDx4Uuw6EmHVNF/logo.png b/blockchains/tron/assets/TZHTVehxLeoVQ5uuQLy3TDx4Uuw6EmHVNF/logo.png deleted file mode 100644 index b6235c751221a..0000000000000 Binary files a/blockchains/tron/assets/TZHTVehxLeoVQ5uuQLy3TDx4Uuw6EmHVNF/logo.png and /dev/null differ diff --git a/blockchains/tron/info/info.json b/blockchains/tron/info/info.json deleted file mode 100644 index 103005dfbf334..0000000000000 --- a/blockchains/tron/info/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "TRON", - "website": "https://tron.network/", - "description": "TRON is dedicated to building the infrastructure for a truly decentralized Internet.", - "explorer": "https://tronscan.io/#/", - "research": "https://research.binance.com/en/projects/tron", - "symbol": "TRX", - "type": "coin", - "decimals": 6, - "status": "active", - "tags": [ - "staking-native" - ], - "links": [ - { - "name": "github", - "url": "https://github.com/tronprotocol" - }, - { - "name": "twitter", - "url": "https://twitter.com/Tronfoundation" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Tronix" - }, - { - "name": "whitepaper", - "url": "https://developers.tron.network/docs" - } - ] -} diff --git a/blockchains/tron/info/logo.png b/blockchains/tron/info/logo.png deleted file mode 100644 index 4a2381e4cc1f3..0000000000000 Binary files a/blockchains/tron/info/logo.png and /dev/null differ diff --git a/blockchains/tron/tokenlist.json b/blockchains/tron/tokenlist.json deleted file mode 100644 index 39519f369a70a..0000000000000 --- a/blockchains/tron/tokenlist.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "Trust Wallet: Tron Chain List", - "logoURI": "https://trustwallet.com/assets/images/favicon.png", - "timestamp": "2023-01-23T12:30:11.183301", - "tokens": [ - { - "asset": "c195_tTMz2SWatiAtZVVcH2ebpsbVtYwUPT9EdjH", - "type": "TRC20", - "address": "TMz2SWatiAtZVVcH2ebpsbVtYwUPT9EdjH", - "name": "BUSD Token", - "symbol": "BUSD", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/tron/assets/TMz2SWatiAtZVVcH2ebpsbVtYwUPT9EdjH/logo.png", - "pairs": [] - } - ], - "version": { - "major": 0, - "minor": 0, - "patch": 0 - } - } diff --git a/blockchains/tron/validators/assets/TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf/logo.png b/blockchains/tron/validators/assets/TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf/logo.png deleted file mode 100644 index a1f84c2c1e942..0000000000000 Binary files a/blockchains/tron/validators/assets/TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf/logo.png and /dev/null differ diff --git a/blockchains/tron/validators/assets/TGzz8gjYiYRqpfmDwnLxfgPuLVNmpCswVp/logo.png b/blockchains/tron/validators/assets/TGzz8gjYiYRqpfmDwnLxfgPuLVNmpCswVp/logo.png deleted file mode 100644 index f93025bcbec52..0000000000000 Binary files a/blockchains/tron/validators/assets/TGzz8gjYiYRqpfmDwnLxfgPuLVNmpCswVp/logo.png and /dev/null differ diff --git a/blockchains/tron/validators/assets/TJvaAeFb8Lykt9RQcVyyTFN2iDvGMuyD4M/logo.png b/blockchains/tron/validators/assets/TJvaAeFb8Lykt9RQcVyyTFN2iDvGMuyD4M/logo.png deleted file mode 100644 index afa2a5d645cdf..0000000000000 Binary files a/blockchains/tron/validators/assets/TJvaAeFb8Lykt9RQcVyyTFN2iDvGMuyD4M/logo.png and /dev/null differ diff --git a/blockchains/tron/validators/assets/TLyqzVGLV1srkB7dToTAEqgDSfPtXRJZYH/logo.png b/blockchains/tron/validators/assets/TLyqzVGLV1srkB7dToTAEqgDSfPtXRJZYH/logo.png deleted file mode 100644 index bfc04770cfe02..0000000000000 Binary files a/blockchains/tron/validators/assets/TLyqzVGLV1srkB7dToTAEqgDSfPtXRJZYH/logo.png and /dev/null differ diff --git a/blockchains/tron/validators/assets/TMAqheVWMaNm15UJTNgasEVpJ7YHYiZVZ8/logo.png b/blockchains/tron/validators/assets/TMAqheVWMaNm15UJTNgasEVpJ7YHYiZVZ8/logo.png deleted file mode 100644 index 2bd3a1e2d4571..0000000000000 Binary files a/blockchains/tron/validators/assets/TMAqheVWMaNm15UJTNgasEVpJ7YHYiZVZ8/logo.png and /dev/null differ diff --git a/blockchains/tron/validators/assets/TPMGfspxLQGom8sKutrbHcDKtHjRHFbGKw/logo.png b/blockchains/tron/validators/assets/TPMGfspxLQGom8sKutrbHcDKtHjRHFbGKw/logo.png deleted file mode 100644 index 6891376ce299a..0000000000000 Binary files a/blockchains/tron/validators/assets/TPMGfspxLQGom8sKutrbHcDKtHjRHFbGKw/logo.png and /dev/null differ diff --git a/blockchains/tron/validators/assets/TSNbzxac4WhxN91XvaUfPTKP2jNT18mP6T/logo.png b/blockchains/tron/validators/assets/TSNbzxac4WhxN91XvaUfPTKP2jNT18mP6T/logo.png deleted file mode 100644 index e85fbe4abc4ef..0000000000000 Binary files a/blockchains/tron/validators/assets/TSNbzxac4WhxN91XvaUfPTKP2jNT18mP6T/logo.png and /dev/null differ diff --git a/blockchains/tron/validators/assets/TUD4YXYdj2t1gP5th3A7t97mx1AUmrrQRt/logo.png b/blockchains/tron/validators/assets/TUD4YXYdj2t1gP5th3A7t97mx1AUmrrQRt/logo.png deleted file mode 100644 index f761ee03a5465..0000000000000 Binary files a/blockchains/tron/validators/assets/TUD4YXYdj2t1gP5th3A7t97mx1AUmrrQRt/logo.png and /dev/null differ diff --git a/blockchains/tron/validators/assets/TV9QitxEJ3pdiAUAfJ2QuPxLKp9qTTR3og/logo.png b/blockchains/tron/validators/assets/TV9QitxEJ3pdiAUAfJ2QuPxLKp9qTTR3og/logo.png deleted file mode 100644 index 7d5f84f92361c..0000000000000 Binary files a/blockchains/tron/validators/assets/TV9QitxEJ3pdiAUAfJ2QuPxLKp9qTTR3og/logo.png and /dev/null differ diff --git a/blockchains/tron/validators/assets/TWGGB35HUudizmcLheQN7kANDnD8KfgKkK/logo.png b/blockchains/tron/validators/assets/TWGGB35HUudizmcLheQN7kANDnD8KfgKkK/logo.png deleted file mode 100644 index 3dffa4adbdaa6..0000000000000 Binary files a/blockchains/tron/validators/assets/TWGGB35HUudizmcLheQN7kANDnD8KfgKkK/logo.png and /dev/null differ diff --git a/blockchains/tron/validators/assets/TWkpg1ZQ4fTv7sj41zBUTMo1kuJEUWTere/logo.png b/blockchains/tron/validators/assets/TWkpg1ZQ4fTv7sj41zBUTMo1kuJEUWTere/logo.png deleted file mode 100644 index 50bd6d9cc38ac..0000000000000 Binary files a/blockchains/tron/validators/assets/TWkpg1ZQ4fTv7sj41zBUTMo1kuJEUWTere/logo.png and /dev/null differ diff --git a/blockchains/tron/validators/list.json b/blockchains/tron/validators/list.json deleted file mode 100644 index db24367597624..0000000000000 --- a/blockchains/tron/validators/list.json +++ /dev/null @@ -1,101 +0,0 @@ -[ - { - "id": "TLyqzVGLV1srkB7dToTAEqgDSfPtXRJZYH", - "name": "Binance", - "description": "Binance is a global cryptocurrency exchange that provides a platform for trading more than 100 cryptocurrencies. Since early 2018, Binance is considered as the biggest cryptocurrency exchange in the world in terms of trading volume.", - "website": "https://binance.com/en/staking", - "payout": { - "commission": 100 - } - }, - { - "id": "TGzz8gjYiYRqpfmDwnLxfgPuLVNmpCswVp", - "name": "Sesameseed", - "description": "Sesameseed is a blockchain community providing fair and transparent representation in delegated governance by rewarding Voters for their participation on Tron and Ontology.", - "website": "https://sesameseed.org", - "payout": { - "commission": 20 - } - }, - { - "id": "TPMGfspxLQGom8sKutrbHcDKtHjRHFbGKw", - "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/", - "payout": { - "commission": 100 - } - }, - { - "id": "TV9QitxEJ3pdiAUAfJ2QuPxLKp9qTTR3og", - "name": "BitGuild", - "description": "BitGuild is a team of blockchain and gaming industry veterans that aims to create the go-to platform for blockchain gaming and entertainment", - "website": "https://bitguild.com", - "payout": { - "commission": 0 - } - }, - { - "id": "TWGGB35HUudizmcLheQN7kANDnD8KfgKkK", - "name": "TRON-Family", - "description": "TRON-Family is a Super Representative Partner who stands for community work and development.", - "website": "https://tron-family.de", - "payout": { - "commission": 20 - } - }, - { - "id": "TWkpg1ZQ4fTv7sj41zBUTMo1kuJEUWTere", - "name": "TRONLink", - "description": "TronLink, similar to MetaMask, is a bridge for allowing TRON DApps to run in the browser without having to deploy a TRON Full Node", - "website": "https://tronlink.org/", - "payout": { - "commission": 20 - } - }, - { - "id": "TCEo1hMAdaJrQmvnGTCcGT2LqrGU4N7Jqf", - "name": "TRONScan", - "description": "TRON is an ambitious project dedicated to the establishment of a truly decentralized Internet and its infrastructure.", - "website": "https://tronscan.org/", - "payout": { - "commission": 20 - } - }, - { - "id": "TUD4YXYdj2t1gP5th3A7t97mx1AUmrrQRt", - "name": "TRONGrid", - "description": "TronGrid offers an easy to use hosted API, load balanced full nodes, secure and reliable developer tools with direct access to the TRON Network.", - "website": "https://trongrid.io/", - "payout": { - "commission": 20 - } - }, - { - "id": "TSNbzxac4WhxN91XvaUfPTKP2jNT18mP6T", - "name": "BitTorrent", - "description": "The world's biggest distributed network, powered by BTT.", - "website": "https://bittorrent.com/", - "payout": { - "commission": 20 - } - }, - { - "id": "TJvaAeFb8Lykt9RQcVyyTFN2iDvGMuyD4M", - "name": "Poloniex", - "description": "Poloniex Futures provides both REST APIs and Websocket Feeds for interacting with our futures exchange.", - "website": "https://poloniex.com/", - "payout": { - "commission": 0 - } - }, - { - "id": "TMAqheVWMaNm15UJTNgasEVpJ7YHYiZVZ8", - "name": "Allnodes.com ⚡️ 0% fee", - "description": "Reliable non-custodial Validator run by the industry leader - Allnodes.", - "website": "https://wwww.allnodes.com/trx/staking", - "payout": { - "commission": 0 - } - } -] \ No newline at end of file diff --git a/blockchains/umee/info/info.json b/blockchains/umee/info/info.json deleted file mode 100644 index 49936c48bfa65..0000000000000 --- a/blockchains/umee/info/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Umee", - "type": "coin", - "symbol": "UMEE", - "decimals": 6, - "website": "https://www.umee.cc/", - "description": "A cross-chain DeFi market that enables multi-chain leverage, lending & borrowing and staking.", - "explorer": "https://www.mintscan.io/umee", - "status": "active", - "rpc_url": "https://umee-rpc.polkachu.com/", - "denom": "uumee", - "lcd_url": "https://umee-lcd.quantnode.tech/", - "hrp": "umee", - "links": [ - { - "name": "github", - "url": "https://github.com/umee-network" - }, - { - "name": "whitepaper", - "url": "https://docs.umee.cc/umee" - }, - { - "name": "twitter", - "url": "https://twitter.com/Umee_CrossChain" - } - ] -} \ No newline at end of file diff --git a/blockchains/umee/info/logo.png b/blockchains/umee/info/logo.png deleted file mode 100644 index 654575bd34eff..0000000000000 Binary files a/blockchains/umee/info/logo.png and /dev/null differ diff --git a/blockchains/vechain/assets/0x0000000000000000000000000000456E65726779/info.json b/blockchains/vechain/assets/0x0000000000000000000000000000456E65726779/info.json deleted file mode 100644 index cbd434dcb7ebc..0000000000000 --- a/blockchains/vechain/assets/0x0000000000000000000000000000456E65726779/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "VeThor Token", - "type": "VET", - "symbol": "VeThor", - "decimals": 18, - "website": "https://vechain.org", - "description": "VeThor is the secondary token of the VeChainThor ecosystem and functions as the gas for transactions.", - "explorer": "https://explore.vechain.org/accounts/0x0000000000000000000000000000456E65726779", - "research": "https://research.binance.com/en/projects/vethor-token", - "status": "active", - "id": "0x0000000000000000000000000000456E65726779" -} diff --git a/blockchains/vechain/assets/0x0000000000000000000000000000456E65726779/logo.png b/blockchains/vechain/assets/0x0000000000000000000000000000456E65726779/logo.png deleted file mode 100644 index 97cf8ddf66e56..0000000000000 Binary files a/blockchains/vechain/assets/0x0000000000000000000000000000456E65726779/logo.png and /dev/null differ diff --git a/blockchains/vechain/info/info.json b/blockchains/vechain/info/info.json deleted file mode 100644 index cdc3ebb365b0a..0000000000000 --- a/blockchains/vechain/info/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "VeChain", - "website": "https://vechain.org", - "description": "VeChain is the world’s leading blockchain platform offering Blockchain-as-a-Service to enterprises for products and information. VeChain strives to build a trust-free and distributed business ecosystem.", - "explorer": "https://insight.vecha.in", - "research": "https://research.binance.com/en/projects/vechain", - "symbol": "VET", - "type": "coin", - "decimals": 18, - "status": "active", - "links": [ - { - "name": "github", - "url": "https://github.com/vechain" - }, - { - "name": "twitter", - "url": "https://twitter.com/vechainofficial" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/vechain" - }, - { - "name": "whitepaper", - "url": "https://www.vechain.org/whitepaper/#header" - } - ] -} \ No newline at end of file diff --git a/blockchains/vechain/info/logo.png b/blockchains/vechain/info/logo.png deleted file mode 100644 index b07113f56e099..0000000000000 Binary files a/blockchains/vechain/info/logo.png and /dev/null differ diff --git a/blockchains/vechain/validators/list.json b/blockchains/vechain/validators/list.json deleted file mode 100644 index 0637a088a01e8..0000000000000 --- a/blockchains/vechain/validators/list.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/blockchains/viacoin/info/info.json b/blockchains/viacoin/info/info.json deleted file mode 100644 index 8aedd189c3f97..0000000000000 --- a/blockchains/viacoin/info/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Viacoin", - "website": "http://viacoin.org", - "description": "Viacoin is an open source crypto-currency created in 2014, derived from the Bitcoin protocol that supports embedded consensus with an extended OP_RETURN of 120 byte.", - "explorer": "https://chainz.cryptoid.info/via", - "research": "https://research.binance.com/en/projects/viacoin", - "symbol": "VIA", - "type": "coin", - "decimals": 8, - "status": "active", - "links": [ - { - "name": "github", - "url": "https://github.com/viacoin/viacoin" - }, - { - "name": "twitter", - "url": "https://twitter.com/viacoin" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/viacoin" - }, - { - "name": "whitepaper", - "url": "https://github.com/viacoin/documents/blob/master/whitepapers/Viacoin_fullcolor_whitepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/viacoin/info/logo.png b/blockchains/viacoin/info/logo.png deleted file mode 100644 index 1b3a4158685e1..0000000000000 Binary files a/blockchains/viacoin/info/logo.png and /dev/null differ diff --git a/blockchains/wanchain/assets/0x0f2e7C0E904a525A24FF6f658053f6bA5Ce7A209/info.json b/blockchains/wanchain/assets/0x0f2e7C0E904a525A24FF6f658053f6bA5Ce7A209/info.json deleted file mode 100644 index 67d619eb01184..0000000000000 --- a/blockchains/wanchain/assets/0x0f2e7C0E904a525A24FF6f658053f6bA5Ce7A209/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Wanchain LRC Crosschain Token", - "symbol": "LRC", - "type": "WAN20", - "decimals": 18, - "description": "-", - "website": "", - "explorer": "https://www.wanscan.org/token/0x0F2E7c0e904A525a24ff6F658053F6Ba5cE7a209", - "status": "active", - "id": "0x0f2e7C0E904a525A24FF6f658053f6bA5Ce7A209" -} \ No newline at end of file diff --git a/blockchains/wanchain/assets/0x0f2e7C0E904a525A24FF6f658053f6bA5Ce7A209/logo.png b/blockchains/wanchain/assets/0x0f2e7C0E904a525A24FF6f658053f6bA5Ce7A209/logo.png deleted file mode 100644 index fd2db345fc9b8..0000000000000 Binary files a/blockchains/wanchain/assets/0x0f2e7C0E904a525A24FF6f658053f6bA5Ce7A209/logo.png and /dev/null differ diff --git a/blockchains/wanchain/assets/0x350bb91C9C8Ef4e8C0e19fbdc6A90A24bcb1eC2A/info.json b/blockchains/wanchain/assets/0x350bb91C9C8Ef4e8C0e19fbdc6A90A24bcb1eC2A/info.json deleted file mode 100644 index 2bff7b62093c2..0000000000000 --- a/blockchains/wanchain/assets/0x350bb91C9C8Ef4e8C0e19fbdc6A90A24bcb1eC2A/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Wanchain MKR Crosschain Token", - "symbol": "MKR", - "type": "WAN20", - "decimals": 18, - "description": "-", - "website": "", - "explorer": "https://www.wanscan.org/token/0x350BB91c9c8eF4E8c0E19FBDC6a90a24BCB1Ec2a", - "status": "active", - "id": "0x350bb91C9C8Ef4e8C0e19fbdc6A90A24bcb1eC2A" -} \ No newline at end of file diff --git a/blockchains/wanchain/assets/0x350bb91C9C8Ef4e8C0e19fbdc6A90A24bcb1eC2A/logo.png b/blockchains/wanchain/assets/0x350bb91C9C8Ef4e8C0e19fbdc6A90A24bcb1eC2A/logo.png deleted file mode 100644 index c635070c99d1b..0000000000000 Binary files a/blockchains/wanchain/assets/0x350bb91C9C8Ef4e8C0e19fbdc6A90A24bcb1eC2A/logo.png and /dev/null differ diff --git a/blockchains/wanchain/assets/0x3BEB80170272f07aCA12987AF86A59888255A807/info.json b/blockchains/wanchain/assets/0x3BEB80170272f07aCA12987AF86A59888255A807/info.json deleted file mode 100644 index 53a001324e8ed..0000000000000 --- a/blockchains/wanchain/assets/0x3BEB80170272f07aCA12987AF86A59888255A807/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Curve", - "symbol": "CURV", - "type": "WAN20", - "decimals": 18, - "description": "-", - "website": "", - "explorer": "https://www.wanscan.org/token/0x3beb80170272F07Aca12987af86a59888255a807", - "status": "active", - "id": "0x3BEB80170272f07aCA12987AF86A59888255A807" -} \ No newline at end of file diff --git a/blockchains/wanchain/assets/0x3BEB80170272f07aCA12987AF86A59888255A807/logo.png b/blockchains/wanchain/assets/0x3BEB80170272f07aCA12987AF86A59888255A807/logo.png deleted file mode 100644 index c7fbe5a8f7355..0000000000000 Binary files a/blockchains/wanchain/assets/0x3BEB80170272f07aCA12987AF86A59888255A807/logo.png and /dev/null differ diff --git a/blockchains/wanchain/assets/0x51316966907ef568689775066e97c46a4Ffde1a4/info.json b/blockchains/wanchain/assets/0x51316966907ef568689775066e97c46a4Ffde1a4/info.json deleted file mode 100644 index 1189f71e7e8fc..0000000000000 --- a/blockchains/wanchain/assets/0x51316966907ef568689775066e97c46a4Ffde1a4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Wanchain AURA Crosschain Token", - "symbol": "AURA", - "type": "WAN20", - "decimals": 18, - "description": "-", - "website": "", - "explorer": "https://www.wanscan.org/token/0x51316966907EF568689775066E97C46A4fFDE1A4", - "status": "active", - "id": "0x51316966907ef568689775066e97c46a4Ffde1a4" -} \ No newline at end of file diff --git a/blockchains/wanchain/assets/0x51316966907ef568689775066e97c46a4Ffde1a4/logo.png b/blockchains/wanchain/assets/0x51316966907ef568689775066e97c46a4Ffde1a4/logo.png deleted file mode 100644 index e77ac0899263d..0000000000000 Binary files a/blockchains/wanchain/assets/0x51316966907ef568689775066e97c46a4Ffde1a4/logo.png and /dev/null differ diff --git a/blockchains/wanchain/assets/0xA13a41a2349D09C1E3a0dD4d9448Af4aD799fC4A/info.json b/blockchains/wanchain/assets/0xA13a41a2349D09C1E3a0dD4d9448Af4aD799fC4A/info.json deleted file mode 100644 index 1547244c16970..0000000000000 --- a/blockchains/wanchain/assets/0xA13a41a2349D09C1E3a0dD4d9448Af4aD799fC4A/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "BlockMedx Token", - "symbol": "MDX", - "type": "WAN20", - "decimals": 18, - "description": "-", - "website": "", - "explorer": "https://www.wanscan.org/token/0xa13A41A2349d09c1e3A0Dd4D9448aF4Ad799Fc4a", - "status": "active", - "id": "0xA13a41a2349D09C1E3a0dD4d9448Af4aD799fC4A" -} \ No newline at end of file diff --git a/blockchains/wanchain/assets/0xA13a41a2349D09C1E3a0dD4d9448Af4aD799fC4A/logo.png b/blockchains/wanchain/assets/0xA13a41a2349D09C1E3a0dD4d9448Af4aD799fC4A/logo.png deleted file mode 100644 index 114388bf42db3..0000000000000 Binary files a/blockchains/wanchain/assets/0xA13a41a2349D09C1E3a0dD4d9448Af4aD799fC4A/logo.png and /dev/null differ diff --git a/blockchains/wanchain/assets/0xc6f4465a6A521124c8E3096b62575C157999d361/info.json b/blockchains/wanchain/assets/0xc6f4465a6A521124c8E3096b62575C157999d361/info.json deleted file mode 100644 index d375ec26183c1..0000000000000 --- a/blockchains/wanchain/assets/0xc6f4465a6A521124c8E3096b62575C157999d361/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "FNX Token", - "type": "WAN20", - "symbol": "FNX", - "decimals": 0, - "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://www.wanscan.org/token/0xc6f4465a6A521124c8E3096b62575C157999d361", - "status": "active", - "id": "0xc6f4465a6A521124c8E3096b62575C157999d361" -} \ No newline at end of file diff --git a/blockchains/wanchain/assets/0xc6f4465a6A521124c8E3096b62575C157999d361/logo.png b/blockchains/wanchain/assets/0xc6f4465a6A521124c8E3096b62575C157999d361/logo.png deleted file mode 100644 index 3564bf8ed4cd9..0000000000000 Binary files a/blockchains/wanchain/assets/0xc6f4465a6A521124c8E3096b62575C157999d361/logo.png and /dev/null differ diff --git a/blockchains/wanchain/info/info.json b/blockchains/wanchain/info/info.json deleted file mode 100644 index b1e73ccfa8090..0000000000000 --- a/blockchains/wanchain/info/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Wanchain", - "website": "https://wanchain.org", - "description": "Wanchain aims to build a super financial market of digital assets. It is an infrastructure connecting different digital assets with Private Cross-Chain Smart Contracts.", - "explorer": "https://www.wanscan.org", - "research": "https://research.binance.com/en/projects/wanchain", - "symbol": "WAN", - "type": "coin", - "decimals": 18, - "status": "active", - "links": [ - { - "name": "github", - "url": "https://github.com/wanchain" - }, - { - "name": "twitter", - "url": "https://twitter.com/wanchain_org" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/wanchain" - }, - { - "name": "whitepaper", - "url": "https://www.explorewanchain.org" - } - ] -} \ No newline at end of file diff --git a/blockchains/wanchain/info/logo.png b/blockchains/wanchain/info/logo.png deleted file mode 100644 index eef380ffcb018..0000000000000 Binary files a/blockchains/wanchain/info/logo.png and /dev/null differ diff --git a/blockchains/wanchain/validators/assets/0xb5c930beA4383CE7377C8e83c8C8a0eFB505dBe8/logo.png b/blockchains/wanchain/validators/assets/0xb5c930beA4383CE7377C8e83c8C8a0eFB505dBe8/logo.png deleted file mode 100644 index f19889c8a6ad2..0000000000000 Binary files a/blockchains/wanchain/validators/assets/0xb5c930beA4383CE7377C8e83c8C8a0eFB505dBe8/logo.png and /dev/null differ diff --git a/blockchains/wanchain/validators/list.json b/blockchains/wanchain/validators/list.json deleted file mode 100644 index cbb395b315eb5..0000000000000 --- a/blockchains/wanchain/validators/list.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "id": "0xb5c930beA4383CE7377C8e83c8C8a0eFB505dBe8", - "name": "Anonstake", - "description": "Anonstake.com allows people to delegate tokens and start staking on Proof-of-Stake blockchains.", - "website": "https://anonstake.com" - } -] \ No newline at end of file diff --git a/blockchains/waves/assets/4LHHvYGNKJUg5hj65aGD5vgScvCBmLpdRFtjokvCjSL8/info.json b/blockchains/waves/assets/4LHHvYGNKJUg5hj65aGD5vgScvCBmLpdRFtjokvCjSL8/info.json deleted file mode 100644 index 606e25d390d5b..0000000000000 --- a/blockchains/waves/assets/4LHHvYGNKJUg5hj65aGD5vgScvCBmLpdRFtjokvCjSL8/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Waves Enterprise System Token", - "type": "WAVES", - "symbol": "WEST", - "decimals": 8, - "website": "", - "description": "-", - "explorer": "https://wavesexplorer.com/assets/4LHHvYGNKJUg5hj65aGD5vgScvCBmLpdRFtjokvCjSL8", - "status": "active", - "id": "4LHHvYGNKJUg5hj65aGD5vgScvCBmLpdRFtjokvCjSL8" -} \ No newline at end of file diff --git a/blockchains/waves/assets/4LHHvYGNKJUg5hj65aGD5vgScvCBmLpdRFtjokvCjSL8/logo.png b/blockchains/waves/assets/4LHHvYGNKJUg5hj65aGD5vgScvCBmLpdRFtjokvCjSL8/logo.png deleted file mode 100644 index 2c18b8a5c0b5b..0000000000000 Binary files a/blockchains/waves/assets/4LHHvYGNKJUg5hj65aGD5vgScvCBmLpdRFtjokvCjSL8/logo.png and /dev/null differ diff --git a/blockchains/waves/assets/6nSpVyNH7yM69eg446wrQR94ipbbcmZMU1ENPwanC97g/info.json b/blockchains/waves/assets/6nSpVyNH7yM69eg446wrQR94ipbbcmZMU1ENPwanC97g/info.json deleted file mode 100644 index 2aa4386a81234..0000000000000 --- a/blockchains/waves/assets/6nSpVyNH7yM69eg446wrQR94ipbbcmZMU1ENPwanC97g/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Neutrino System Base Token", - "type": "WAVES", - "symbol": "NSBT", - "decimals": 6, - "website": "", - "description": "-", - "explorer": "https://wavesexplorer.com/assets/6nSpVyNH7yM69eg446wrQR94ipbbcmZMU1ENPwanC97g", - "status": "active", - "id": "6nSpVyNH7yM69eg446wrQR94ipbbcmZMU1ENPwanC97g" -} \ No newline at end of file diff --git a/blockchains/waves/assets/6nSpVyNH7yM69eg446wrQR94ipbbcmZMU1ENPwanC97g/logo.png b/blockchains/waves/assets/6nSpVyNH7yM69eg446wrQR94ipbbcmZMU1ENPwanC97g/logo.png deleted file mode 100644 index 5ade1b6b650e9..0000000000000 Binary files a/blockchains/waves/assets/6nSpVyNH7yM69eg446wrQR94ipbbcmZMU1ENPwanC97g/logo.png and /dev/null differ diff --git a/blockchains/waves/assets/8inca5fv4xr6KZtRMRPYr7vADfk8fd6G2z1gMoRkbUYS/info.json b/blockchains/waves/assets/8inca5fv4xr6KZtRMRPYr7vADfk8fd6G2z1gMoRkbUYS/info.json deleted file mode 100644 index 001a03cabbd60..0000000000000 --- a/blockchains/waves/assets/8inca5fv4xr6KZtRMRPYr7vADfk8fd6G2z1gMoRkbUYS/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Neutrino JPY", - "type": "WAVES", - "symbol": "NeutrinoJPY", - "decimals": 6, - "website": "", - "description": "-", - "explorer": "https://wavesexplorer.com/assets/8inca5fv4xr6KZtRMRPYr7vADfk8fd6G2z1gMoRkbUYS", - "status": "active", - "id": "8inca5fv4xr6KZtRMRPYr7vADfk8fd6G2z1gMoRkbUYS" -} \ No newline at end of file diff --git a/blockchains/waves/assets/8inca5fv4xr6KZtRMRPYr7vADfk8fd6G2z1gMoRkbUYS/logo.png b/blockchains/waves/assets/8inca5fv4xr6KZtRMRPYr7vADfk8fd6G2z1gMoRkbUYS/logo.png deleted file mode 100644 index 615e018f66536..0000000000000 Binary files a/blockchains/waves/assets/8inca5fv4xr6KZtRMRPYr7vADfk8fd6G2z1gMoRkbUYS/logo.png and /dev/null differ diff --git a/blockchains/waves/assets/9sQutD5HnRvjM1uui5cVC4w9xkMPAfYEV8ymug3Mon2Y/info.json b/blockchains/waves/assets/9sQutD5HnRvjM1uui5cVC4w9xkMPAfYEV8ymug3Mon2Y/info.json deleted file mode 100644 index 9f3f7af72150b..0000000000000 --- a/blockchains/waves/assets/9sQutD5HnRvjM1uui5cVC4w9xkMPAfYEV8ymug3Mon2Y/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "SignatureChain", - "type": "WAVES", - "symbol": "SIGN", - "decimals": 8, - "website": "", - "description": "-", - "explorer": "https://wavesexplorer.com/assets/9sQutD5HnRvjM1uui5cVC4w9xkMPAfYEV8ymug3Mon2Y", - "status": "active", - "id": "9sQutD5HnRvjM1uui5cVC4w9xkMPAfYEV8ymug3Mon2Y" -} \ No newline at end of file diff --git a/blockchains/waves/assets/9sQutD5HnRvjM1uui5cVC4w9xkMPAfYEV8ymug3Mon2Y/logo.png b/blockchains/waves/assets/9sQutD5HnRvjM1uui5cVC4w9xkMPAfYEV8ymug3Mon2Y/logo.png deleted file mode 100644 index f411b2958c665..0000000000000 Binary files a/blockchains/waves/assets/9sQutD5HnRvjM1uui5cVC4w9xkMPAfYEV8ymug3Mon2Y/logo.png and /dev/null differ diff --git a/blockchains/waves/assets/DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p/info.json b/blockchains/waves/assets/DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p/info.json deleted file mode 100644 index e38356cd2d70e..0000000000000 --- a/blockchains/waves/assets/DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Neutrino USD", - "type": "WAVES", - "symbol": "NeutrinoUSD", - "decimals": 6, - "website": "", - "description": "-", - "explorer": "https://wavesexplorer.com/assets/DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p", - "status": "active", - "id": "DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p" -} \ No newline at end of file diff --git a/blockchains/waves/assets/DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p/logo.png b/blockchains/waves/assets/DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p/logo.png deleted file mode 100644 index f7c0114572840..0000000000000 Binary files a/blockchains/waves/assets/DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p/logo.png and /dev/null differ diff --git a/blockchains/waves/assets/DGbqkzM6Ds5NAF2B3GHYfyZRmWKt7xLYRYcwpMm7D6V4/info.json b/blockchains/waves/assets/DGbqkzM6Ds5NAF2B3GHYfyZRmWKt7xLYRYcwpMm7D6V4/info.json deleted file mode 100644 index 87e76f6ac2bd3..0000000000000 --- a/blockchains/waves/assets/DGbqkzM6Ds5NAF2B3GHYfyZRmWKt7xLYRYcwpMm7D6V4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Neutrino TRY", - "type": "WAVES", - "symbol": "NeutrinoTRY", - "decimals": 6, - "website": "", - "description": "-", - "explorer": "https://wavesexplorer.com/assets/DGbqkzM6Ds5NAF2B3GHYfyZRmWKt7xLYRYcwpMm7D6V4", - "status": "active", - "id": "DGbqkzM6Ds5NAF2B3GHYfyZRmWKt7xLYRYcwpMm7D6V4" -} \ No newline at end of file diff --git a/blockchains/waves/assets/DGbqkzM6Ds5NAF2B3GHYfyZRmWKt7xLYRYcwpMm7D6V4/logo.png b/blockchains/waves/assets/DGbqkzM6Ds5NAF2B3GHYfyZRmWKt7xLYRYcwpMm7D6V4/logo.png deleted file mode 100644 index c393b0a55d9c2..0000000000000 Binary files a/blockchains/waves/assets/DGbqkzM6Ds5NAF2B3GHYfyZRmWKt7xLYRYcwpMm7D6V4/logo.png and /dev/null differ diff --git a/blockchains/waves/assets/DHgwrRvVyqJsepd32YbBqUeDH4GJ1N984X8QoekjgH8J/info.json b/blockchains/waves/assets/DHgwrRvVyqJsepd32YbBqUeDH4GJ1N984X8QoekjgH8J/info.json deleted file mode 100644 index 4388ffbefd479..0000000000000 --- a/blockchains/waves/assets/DHgwrRvVyqJsepd32YbBqUeDH4GJ1N984X8QoekjgH8J/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "WavesCommunity", - "type": "WAVES", - "symbol": "WavesCommunity", - "decimals": 2, - "website": "", - "description": "-", - "explorer": "https://wavesexplorer.com/assets/DHgwrRvVyqJsepd32YbBqUeDH4GJ1N984X8QoekjgH8J", - "status": "active", - "id": "DHgwrRvVyqJsepd32YbBqUeDH4GJ1N984X8QoekjgH8J" -} \ No newline at end of file diff --git a/blockchains/waves/assets/DHgwrRvVyqJsepd32YbBqUeDH4GJ1N984X8QoekjgH8J/logo.png b/blockchains/waves/assets/DHgwrRvVyqJsepd32YbBqUeDH4GJ1N984X8QoekjgH8J/logo.png deleted file mode 100644 index 8aaefec205319..0000000000000 Binary files a/blockchains/waves/assets/DHgwrRvVyqJsepd32YbBqUeDH4GJ1N984X8QoekjgH8J/logo.png and /dev/null differ diff --git a/blockchains/waves/assets/DUk2YTxhRoAqMJLus4G2b3fR8hMHVh6eiyFx5r29VR6t/info.json b/blockchains/waves/assets/DUk2YTxhRoAqMJLus4G2b3fR8hMHVh6eiyFx5r29VR6t/info.json deleted file mode 100644 index 32131a64a872e..0000000000000 --- a/blockchains/waves/assets/DUk2YTxhRoAqMJLus4G2b3fR8hMHVh6eiyFx5r29VR6t/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Neutrino EUR", - "type": "WAVES", - "symbol": "NeutrinoEUR", - "decimals": 6, - "website": "", - "description": "-", - "explorer": "https://wavesexplorer.com/assets/DUk2YTxhRoAqMJLus4G2b3fR8hMHVh6eiyFx5r29VR6t", - "status": "active", - "id": "DUk2YTxhRoAqMJLus4G2b3fR8hMHVh6eiyFx5r29VR6t" -} \ No newline at end of file diff --git a/blockchains/waves/assets/DUk2YTxhRoAqMJLus4G2b3fR8hMHVh6eiyFx5r29VR6t/logo.png b/blockchains/waves/assets/DUk2YTxhRoAqMJLus4G2b3fR8hMHVh6eiyFx5r29VR6t/logo.png deleted file mode 100644 index d18af26ab4821..0000000000000 Binary files a/blockchains/waves/assets/DUk2YTxhRoAqMJLus4G2b3fR8hMHVh6eiyFx5r29VR6t/logo.png and /dev/null differ diff --git a/blockchains/waves/assets/DhaaqiG8xz8njeBuMtTM2G6avg9Jdhfrxw5onm5GaXx1/info.json b/blockchains/waves/assets/DhaaqiG8xz8njeBuMtTM2G6avg9Jdhfrxw5onm5GaXx1/info.json deleted file mode 100644 index e621a797daa92..0000000000000 --- a/blockchains/waves/assets/DhaaqiG8xz8njeBuMtTM2G6avg9Jdhfrxw5onm5GaXx1/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Neutrino GBP", - "type": "WAVES", - "symbol": "NeutrinoGBP", - "decimals": 6, - "website": "", - "description": "-", - "explorer": "https://wavesexplorer.com/assets/DhaaqiG8xz8njeBuMtTM2G6avg9Jdhfrxw5onm5GaXx1", - "status": "active", - "id": "DhaaqiG8xz8njeBuMtTM2G6avg9Jdhfrxw5onm5GaXx1" -} \ No newline at end of file diff --git a/blockchains/waves/assets/DhaaqiG8xz8njeBuMtTM2G6avg9Jdhfrxw5onm5GaXx1/logo.png b/blockchains/waves/assets/DhaaqiG8xz8njeBuMtTM2G6avg9Jdhfrxw5onm5GaXx1/logo.png deleted file mode 100644 index 07bc3c3eaea37..0000000000000 Binary files a/blockchains/waves/assets/DhaaqiG8xz8njeBuMtTM2G6avg9Jdhfrxw5onm5GaXx1/logo.png and /dev/null differ diff --git a/blockchains/waves/assets/DxFwXxS1r3uZ2QEiSqhe6uoXMJBsz4ShLtHvr4HDzNri/info.json b/blockchains/waves/assets/DxFwXxS1r3uZ2QEiSqhe6uoXMJBsz4ShLtHvr4HDzNri/info.json deleted file mode 100644 index 14273ea7802f3..0000000000000 --- a/blockchains/waves/assets/DxFwXxS1r3uZ2QEiSqhe6uoXMJBsz4ShLtHvr4HDzNri/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Neutrino BRL", - "type": "WAVES", - "symbol": "NeutrinoBRL", - "decimals": 6, - "website": "", - "description": "-", - "explorer": "https://wavesexplorer.com/assets/DxFwXxS1r3uZ2QEiSqhe6uoXMJBsz4ShLtHvr4HDzNri", - "status": "active", - "id": "DxFwXxS1r3uZ2QEiSqhe6uoXMJBsz4ShLtHvr4HDzNri" -} \ No newline at end of file diff --git a/blockchains/waves/assets/DxFwXxS1r3uZ2QEiSqhe6uoXMJBsz4ShLtHvr4HDzNri/logo.png b/blockchains/waves/assets/DxFwXxS1r3uZ2QEiSqhe6uoXMJBsz4ShLtHvr4HDzNri/logo.png deleted file mode 100644 index 8de6c6b2c9903..0000000000000 Binary files a/blockchains/waves/assets/DxFwXxS1r3uZ2QEiSqhe6uoXMJBsz4ShLtHvr4HDzNri/logo.png and /dev/null differ diff --git a/blockchains/waves/assets/bPWkA3MNyEr1TuDchWgdpqJZhGhfPXj7dJdr3qiW2kD/info.json b/blockchains/waves/assets/bPWkA3MNyEr1TuDchWgdpqJZhGhfPXj7dJdr3qiW2kD/info.json deleted file mode 100644 index c84e7fc84b1d8..0000000000000 --- a/blockchains/waves/assets/bPWkA3MNyEr1TuDchWgdpqJZhGhfPXj7dJdr3qiW2kD/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "TurtleNetwork", - "type": "WAVES", - "symbol": "TurtleNetwork", - "decimals": 8, - "website": "", - "description": "-", - "explorer": "https://wavesexplorer.com/assets/bPWkA3MNyEr1TuDchWgdpqJZhGhfPXj7dJdr3qiW2kD", - "status": "active", - "id": "bPWkA3MNyEr1TuDchWgdpqJZhGhfPXj7dJdr3qiW2kD" -} \ No newline at end of file diff --git a/blockchains/waves/assets/bPWkA3MNyEr1TuDchWgdpqJZhGhfPXj7dJdr3qiW2kD/logo.png b/blockchains/waves/assets/bPWkA3MNyEr1TuDchWgdpqJZhGhfPXj7dJdr3qiW2kD/logo.png deleted file mode 100644 index 1fa8660c35c8c..0000000000000 Binary files a/blockchains/waves/assets/bPWkA3MNyEr1TuDchWgdpqJZhGhfPXj7dJdr3qiW2kD/logo.png and /dev/null differ diff --git a/blockchains/waves/assets/eWeMD5KNeuRaALCAb4uuJKtAvon2JcTyXQyoBMhuN2X/info.json b/blockchains/waves/assets/eWeMD5KNeuRaALCAb4uuJKtAvon2JcTyXQyoBMhuN2X/info.json deleted file mode 100644 index 2ea6084f02bd2..0000000000000 --- a/blockchains/waves/assets/eWeMD5KNeuRaALCAb4uuJKtAvon2JcTyXQyoBMhuN2X/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Neutrino RUB", - "type": "WAVES", - "symbol": "NeutrinoRUB", - "decimals": 6, - "website": "", - "description": "-", - "explorer": "https://wavesexplorer.com/assets/eWeMD5KNeuRaALCAb4uuJKtAvon2JcTyXQyoBMhuN2X", - "status": "active", - "id": "eWeMD5KNeuRaALCAb4uuJKtAvon2JcTyXQyoBMhuN2X" -} \ No newline at end of file diff --git a/blockchains/waves/assets/eWeMD5KNeuRaALCAb4uuJKtAvon2JcTyXQyoBMhuN2X/logo.png b/blockchains/waves/assets/eWeMD5KNeuRaALCAb4uuJKtAvon2JcTyXQyoBMhuN2X/logo.png deleted file mode 100644 index 039bd353e4c5e..0000000000000 Binary files a/blockchains/waves/assets/eWeMD5KNeuRaALCAb4uuJKtAvon2JcTyXQyoBMhuN2X/logo.png and /dev/null differ diff --git a/blockchains/waves/info/info.json b/blockchains/waves/info/info.json deleted file mode 100644 index 951f58c629988..0000000000000 --- a/blockchains/waves/info/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Waves", - "website": "https://wavesplatform.com", - "description": "Waves is an open-source blockchain platform, developed, marketed, and operated by Waves Platform AG, that allows users to launch their own custom cryptocurrency tokens.", - "explorer": "http://wavesexplorer.com", - "research": "https://research.binance.com/en/projects/waves", - "symbol": "WAVES", - "type": "coin", - "decimals": 8, - "status": "active", - "links": [ - { - "name": "github", - "url": "https://github.com/wavesplatform" - }, - { - "name": "twitter", - "url": "https://twitter.com/wavesplatform" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/Wavesplatform" - }, - { - "name": "whitepaper", - "url": "https://blog.wavesplatform.com/waves-whitepaper-164dd6ca6a23" - } - ] -} \ No newline at end of file diff --git a/blockchains/waves/info/logo.png b/blockchains/waves/info/logo.png deleted file mode 100644 index 64a02ea200190..0000000000000 Binary files a/blockchains/waves/info/logo.png and /dev/null differ diff --git a/blockchains/waves/validators/assets/3P23fi1qfVw6RVDn4CH2a5nNouEtWNQ4THs/logo.png b/blockchains/waves/validators/assets/3P23fi1qfVw6RVDn4CH2a5nNouEtWNQ4THs/logo.png deleted file mode 100644 index 8b6a3cc88a643..0000000000000 Binary files a/blockchains/waves/validators/assets/3P23fi1qfVw6RVDn4CH2a5nNouEtWNQ4THs/logo.png and /dev/null differ diff --git a/blockchains/waves/validators/assets/3P2cC7cwEwnz4z6RFyx7DWnWCtTHBcaL53P/logo.png b/blockchains/waves/validators/assets/3P2cC7cwEwnz4z6RFyx7DWnWCtTHBcaL53P/logo.png deleted file mode 100644 index ecc8214f78064..0000000000000 Binary files a/blockchains/waves/validators/assets/3P2cC7cwEwnz4z6RFyx7DWnWCtTHBcaL53P/logo.png and /dev/null differ diff --git a/blockchains/waves/validators/assets/3P4QYFDHZqLw94MY1XNEwxdXpFiDuaLjTDu/logo.png b/blockchains/waves/validators/assets/3P4QYFDHZqLw94MY1XNEwxdXpFiDuaLjTDu/logo.png deleted file mode 100644 index af74ecdf97588..0000000000000 Binary files a/blockchains/waves/validators/assets/3P4QYFDHZqLw94MY1XNEwxdXpFiDuaLjTDu/logo.png and /dev/null differ diff --git a/blockchains/waves/validators/assets/3P7GQo48n1SM7EZXnmNBRMcD5oDwKXf8SSm/logo.png b/blockchains/waves/validators/assets/3P7GQo48n1SM7EZXnmNBRMcD5oDwKXf8SSm/logo.png deleted file mode 100644 index 4580d0e9b633d..0000000000000 Binary files a/blockchains/waves/validators/assets/3P7GQo48n1SM7EZXnmNBRMcD5oDwKXf8SSm/logo.png and /dev/null differ diff --git a/blockchains/waves/validators/assets/3P7Je6sKebPKVrdY2c5tVp77vzU5zorD818/logo.png b/blockchains/waves/validators/assets/3P7Je6sKebPKVrdY2c5tVp77vzU5zorD818/logo.png deleted file mode 100644 index e48a473faa7a2..0000000000000 Binary files a/blockchains/waves/validators/assets/3P7Je6sKebPKVrdY2c5tVp77vzU5zorD818/logo.png and /dev/null differ diff --git a/blockchains/waves/validators/assets/3P7ajba4wWLXq6t1G8VaoaVqbUb1dDp8fm4/logo.png b/blockchains/waves/validators/assets/3P7ajba4wWLXq6t1G8VaoaVqbUb1dDp8fm4/logo.png deleted file mode 100644 index db2cb1370fb49..0000000000000 Binary files a/blockchains/waves/validators/assets/3P7ajba4wWLXq6t1G8VaoaVqbUb1dDp8fm4/logo.png and /dev/null differ diff --git a/blockchains/waves/validators/assets/3P9DEDP5VbyXQyKtXDUt2crRPn5B7gs6ujc/logo.png b/blockchains/waves/validators/assets/3P9DEDP5VbyXQyKtXDUt2crRPn5B7gs6ujc/logo.png deleted file mode 100755 index 0bc18d9158c19..0000000000000 Binary files a/blockchains/waves/validators/assets/3P9DEDP5VbyXQyKtXDUt2crRPn5B7gs6ujc/logo.png and /dev/null differ diff --git a/blockchains/waves/validators/assets/3PA1KvFfq9VuJjg45p2ytGgaNjrgnLSgf4r/logo.png b/blockchains/waves/validators/assets/3PA1KvFfq9VuJjg45p2ytGgaNjrgnLSgf4r/logo.png deleted file mode 100644 index d715c960e04a2..0000000000000 Binary files a/blockchains/waves/validators/assets/3PA1KvFfq9VuJjg45p2ytGgaNjrgnLSgf4r/logo.png and /dev/null differ diff --git a/blockchains/waves/validators/assets/3PEFQiFMLm1gTVjPdfCErG8mTHRcH2ATaWa/logo.png b/blockchains/waves/validators/assets/3PEFQiFMLm1gTVjPdfCErG8mTHRcH2ATaWa/logo.png deleted file mode 100644 index 57dd7733556c3..0000000000000 Binary files a/blockchains/waves/validators/assets/3PEFQiFMLm1gTVjPdfCErG8mTHRcH2ATaWa/logo.png and /dev/null differ diff --git a/blockchains/waves/validators/assets/3PEjdMgnR7a48RnZoW8RF8TeEqidue28Wgm/logo.png b/blockchains/waves/validators/assets/3PEjdMgnR7a48RnZoW8RF8TeEqidue28Wgm/logo.png deleted file mode 100644 index 570730160c16a..0000000000000 Binary files a/blockchains/waves/validators/assets/3PEjdMgnR7a48RnZoW8RF8TeEqidue28Wgm/logo.png and /dev/null differ diff --git a/blockchains/waves/validators/assets/3PGobRuQzBY9VbeKLaZqrcQtW26wrE9jFm7/logo.png b/blockchains/waves/validators/assets/3PGobRuQzBY9VbeKLaZqrcQtW26wrE9jFm7/logo.png deleted file mode 100644 index 328f8e274a547..0000000000000 Binary files a/blockchains/waves/validators/assets/3PGobRuQzBY9VbeKLaZqrcQtW26wrE9jFm7/logo.png and /dev/null differ diff --git a/blockchains/waves/validators/assets/3PLp1QsFxukK5nnTBYHAqjz9duWMriDkHeT/logo.png b/blockchains/waves/validators/assets/3PLp1QsFxukK5nnTBYHAqjz9duWMriDkHeT/logo.png deleted file mode 100644 index a0563d315f654..0000000000000 Binary files a/blockchains/waves/validators/assets/3PLp1QsFxukK5nnTBYHAqjz9duWMriDkHeT/logo.png and /dev/null differ diff --git a/blockchains/waves/validators/assets/3PPPTqGUYHJUYqKkRCV3kAS44guun9iN7J8/logo.png b/blockchains/waves/validators/assets/3PPPTqGUYHJUYqKkRCV3kAS44guun9iN7J8/logo.png deleted file mode 100644 index 72ecf723da607..0000000000000 Binary files a/blockchains/waves/validators/assets/3PPPTqGUYHJUYqKkRCV3kAS44guun9iN7J8/logo.png and /dev/null differ diff --git a/blockchains/waves/validators/assets/3PPRLpTAn9ku11YpPh1YfZcojCgopeet6er/logo.png b/blockchains/waves/validators/assets/3PPRLpTAn9ku11YpPh1YfZcojCgopeet6er/logo.png deleted file mode 100644 index 95078b56d6d2d..0000000000000 Binary files a/blockchains/waves/validators/assets/3PPRLpTAn9ku11YpPh1YfZcojCgopeet6er/logo.png and /dev/null differ diff --git a/blockchains/waves/validators/list.json b/blockchains/waves/validators/list.json deleted file mode 100644 index 88d6f97aaa6b1..0000000000000 --- a/blockchains/waves/validators/list.json +++ /dev/null @@ -1,86 +0,0 @@ -[ - { - "id": "3P9DEDP5VbyXQyKtXDUt2crRPn5B7gs6ujc", - "name": "Tradisys", - "description": "One of the biggest leasing pools on Waves Blockchain. Managed by a professional team with a huge technical infrastructure. Leasing to Tradisys: simple, stable, secure.", - "website": "https://tradisys.com" - }, - { - "id": "3PEFQiFMLm1gTVjPdfCErG8mTHRcH2ATaWa", - "name": "BearWaves", - "description": "One of the first leasing pools on Waves Blockchain. Hosting multiple nodes on all Waves chains. Managed by professionals with Waves knowhow.", - "website": "https://bearwaves.nl/" - }, - { - "id": "3PGobRuQzBY9VbeKLaZqrcQtW26wrE9jFm7", - "name": "Wavescap", - "description": "Wavescap.com provides all kind of information investors and developers in the Waves eco system could need! With several years of experience within the Waves Blockchain our team make sure that your lease not only gain passive income, but also benefits the whole infrastructure of the network!", - "website": "https://wavescap.com" - }, - { - "id": "3PLp1QsFxukK5nnTBYHAqjz9duWMriDkHeT", - "name": "dodllnode", - "description": "Our main idea is 100% payouts to all participants. With this idea we became prize winners of the “Game of Nodes”. You will get full income from your leasing. It’s safe and max profitable!", - "website": "https://dodllnode.com" - }, - { - "id": "3P4QYFDHZqLw94MY1XNEwxdXpFiDuaLjTDu", - "name": "InProfit", - "description": "Stake with us and be InProfit.", - "website": "https://inprofitnode.org" - }, - { - "id": "3PPPTqGUYHJUYqKkRCV3kAS44guun9iN7J8", - "name": "Cryptin", - "description": "Weekly payout of revenue and creators of Waves guides and videos", - "website": "https://waves.cryptin.eu/" - }, - { - "id": "3PA1KvFfq9VuJjg45p2ytGgaNjrgnLSgf4r", - "name": "BlackTurtleNode", - "description": "Long-established leasing, Trusted High level Developers & Passionate Team with Strong Community support. Extra Rewards in TurtleNetwork (TN)", - "website": "https://turtlenetwork.eu" - }, - { - "id": "3P2cC7cwEwnz4z6RFyx7DWnWCtTHBcaL53P", - "name": "BoxiNode", - "description": "The node with the highest stake revenue. Professional team, regular payouts and 100% uptime are the main qualities of the BoxiNode!", - "website": "https://boxinode.com" - }, - { - "id": "3PEjdMgnR7a48RnZoW8RF8TeEqidue28Wgm", - "name": "WavesAssist", - "description": "Reliable lease node that pays the rewards on a daily basis. For more information see our website.", - "website": "https://wavesassist.com/" - }, - { - "id": "3P23fi1qfVw6RVDn4CH2a5nNouEtWNQ4THs", - "name": "WavesNode.NET", - "description": "130+ weekly payouts and counting, a trusted node since day 1. High uptime and highly skilled team, running node from our own datacenter.", - "website": "https://wavesnode.net" - }, - { - "id": "3PPRLpTAn9ku11YpPh1YfZcojCgopeet6er", - "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": "3P7GQo48n1SM7EZXnmNBRMcD5oDwKXf8SSm", - "name": "Endless Summer", - "description": "Running since the day Waves went live! Quick responce time. Very reliable dedicated server.", - "website": "https://wavesexplorer.com/address/3P7GQo48n1SM7EZXnmNBRMcD5oDwKXf8SSm/tx" - }, - { - "id": "3P7ajba4wWLXq6t1G8VaoaVqbUb1dDp8fm4", - "name": "Plukkieforger", - "description": "Secure, fast, automated payments! Payreports available. Contributes to Waves ecosystem.", - "website": "http://cryptouniverse.nl/" - }, - { - "id": "3P7Je6sKebPKVrdY2c5tVp77vzU5zorD818", - "name": "TeaCash", - "description": "TeaCash Project (TEA) - Building Vietnam Tea industry on Blockchain.", - "website": "http://thuytrathai.top" - } -] \ No newline at end of file diff --git a/blockchains/xdai/assets/0x0116e28B43A358162B96f70B4De14C98A4465f25/info.json b/blockchains/xdai/assets/0x0116e28B43A358162B96f70B4De14C98A4465f25/info.json deleted file mode 100644 index 2dfbf9d63e7d0..0000000000000 --- a/blockchains/xdai/assets/0x0116e28B43A358162B96f70B4De14C98A4465f25/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://blockscout.com/xdai/mainnet/tokens/0x0116e28B43A358162B96f70B4De14C98A4465f25", - "type": "XDAI", - "symbol": "UNCX", - "decimals": 18, - "status": "active", - "id": "0x0116e28B43A358162B96f70B4De14C98A4465f25", - "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/xdai/assets/0x0116e28B43A358162B96f70B4De14C98A4465f25/logo.png b/blockchains/xdai/assets/0x0116e28B43A358162B96f70B4De14C98A4465f25/logo.png deleted file mode 100644 index 7dd5b7288b62e..0000000000000 Binary files a/blockchains/xdai/assets/0x0116e28B43A358162B96f70B4De14C98A4465f25/logo.png and /dev/null differ diff --git a/blockchains/xdai/assets/0x1e16aa4Df73d29C029d94CeDa3e3114EC191E25A/info.json b/blockchains/xdai/assets/0x1e16aa4Df73d29C029d94CeDa3e3114EC191E25A/info.json deleted file mode 100644 index 2df7248143306..0000000000000 --- a/blockchains/xdai/assets/0x1e16aa4Df73d29C029d94CeDa3e3114EC191E25A/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Moons", - "type": "XDAI", - "symbol": "XMOON", - "decimals": 18, - "website": "", - "description": "-", - "explorer": "https://blockscout.com/xdai/mainnet/tokens/0x1e16aa4Df73d29C029d94CeDa3e3114EC191E25A", - "status": "active", - "id": "0x1e16aa4Df73d29C029d94CeDa3e3114EC191E25A" -} \ No newline at end of file diff --git a/blockchains/xdai/assets/0x1e16aa4Df73d29C029d94CeDa3e3114EC191E25A/logo.png b/blockchains/xdai/assets/0x1e16aa4Df73d29C029d94CeDa3e3114EC191E25A/logo.png deleted file mode 100644 index 5d31c07b29aaa..0000000000000 Binary files a/blockchains/xdai/assets/0x1e16aa4Df73d29C029d94CeDa3e3114EC191E25A/logo.png and /dev/null differ diff --git a/blockchains/xdai/assets/0x703120F2f2011a0D03A03a531Ac0e84e81F15989/info.json b/blockchains/xdai/assets/0x703120F2f2011a0D03A03a531Ac0e84e81F15989/info.json deleted file mode 100644 index 4c9d04c098789..0000000000000 --- a/blockchains/xdai/assets/0x703120F2f2011a0D03A03a531Ac0e84e81F15989/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://blockscout.com/xdai/mainnet/tokens/0x703120F2f2011a0D03A03a531Ac0e84e81F15989", - "type": "XDAI", - "symbol": "UNCL", - "decimals": 18, - "status": "active", - "id": "0x703120F2f2011a0D03A03a531Ac0e84e81F15989", - "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/xdai/assets/0x703120F2f2011a0D03A03a531Ac0e84e81F15989/logo.png b/blockchains/xdai/assets/0x703120F2f2011a0D03A03a531Ac0e84e81F15989/logo.png deleted file mode 100644 index 4fed88014f2a0..0000000000000 Binary files a/blockchains/xdai/assets/0x703120F2f2011a0D03A03a531Ac0e84e81F15989/logo.png and /dev/null differ diff --git a/blockchains/xdai/assets/0x71850b7E9Ee3f13Ab46d67167341E4bDc905Eef9/info.json b/blockchains/xdai/assets/0x71850b7E9Ee3f13Ab46d67167341E4bDc905Eef9/info.json deleted file mode 100644 index 8de25de59d38c..0000000000000 --- a/blockchains/xdai/assets/0x71850b7E9Ee3f13Ab46d67167341E4bDc905Eef9/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Honey", - "type": "XDAI", - "symbol": "HNY", - "decimals": 18, - "website": "", - "description": "-", - "explorer": "https://blockscout.com/xdai/mainnet/tokens/0x71850b7E9Ee3f13Ab46d67167341E4bDc905Eef9", - "status": "active", - "id": "0x71850b7E9Ee3f13Ab46d67167341E4bDc905Eef9" -} \ No newline at end of file diff --git a/blockchains/xdai/assets/0x71850b7E9Ee3f13Ab46d67167341E4bDc905Eef9/logo.png b/blockchains/xdai/assets/0x71850b7E9Ee3f13Ab46d67167341E4bDc905Eef9/logo.png deleted file mode 100644 index 7b646a4673a69..0000000000000 Binary files a/blockchains/xdai/assets/0x71850b7E9Ee3f13Ab46d67167341E4bDc905Eef9/logo.png and /dev/null differ diff --git a/blockchains/xdai/assets/0xC25AF3123d2420054c8fcd144c21113aa2853F39/info.json b/blockchains/xdai/assets/0xC25AF3123d2420054c8fcd144c21113aa2853F39/info.json deleted file mode 100644 index e323fe64ef733..0000000000000 --- a/blockchains/xdai/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://blockscout.com/xdai/mainnet/tokens/0xc25af3123d2420054c8fcd144c21113aa2853f39", - "type": "XDAI", - "symbol": "XGT", - "decimals": 18, - "status": "active", - "id": "0xC25AF3123d2420054c8fcd144c21113aa2853F39" -} \ No newline at end of file diff --git a/blockchains/xdai/assets/0xC25AF3123d2420054c8fcd144c21113aa2853F39/logo.png b/blockchains/xdai/assets/0xC25AF3123d2420054c8fcd144c21113aa2853F39/logo.png deleted file mode 100644 index 59a5a1873cf00..0000000000000 Binary files a/blockchains/xdai/assets/0xC25AF3123d2420054c8fcd144c21113aa2853F39/logo.png and /dev/null differ diff --git a/blockchains/xdai/assets/0xDfF7fcF6a86F7Dc86E7facECA502851f82a349A6/info.json b/blockchains/xdai/assets/0xDfF7fcF6a86F7Dc86E7facECA502851f82a349A6/info.json deleted file mode 100644 index a4c91edef41de..0000000000000 --- a/blockchains/xdai/assets/0xDfF7fcF6a86F7Dc86E7facECA502851f82a349A6/info.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Hoge Finance", - "website": "https://hogefinance.com", - "description": "We Meme Business.", - "explorer": "https://blockscout.com/xdai/mainnet/tokens/0xDfF7fcF6a86F7Dc86E7facECA502851f82a349A6", - "type": "XDAI", - "symbol": "HOGE", - "decimals": 9, - "status": "active", - "id": "0xDfF7fcF6a86F7Dc86E7facECA502851f82a349A6", - "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/xdai/assets/0xDfF7fcF6a86F7Dc86E7facECA502851f82a349A6/logo.png b/blockchains/xdai/assets/0xDfF7fcF6a86F7Dc86E7facECA502851f82a349A6/logo.png deleted file mode 100644 index fd2f41b9338cf..0000000000000 Binary files a/blockchains/xdai/assets/0xDfF7fcF6a86F7Dc86E7facECA502851f82a349A6/logo.png and /dev/null differ diff --git a/blockchains/xdai/info/info.json b/blockchains/xdai/info/info.json deleted file mode 100644 index 4453c4f1a4b36..0000000000000 --- a/blockchains/xdai/info/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Gnosis Chain", - "website": "https://xdaichain.com", - "description": "The first-ever USD stable blockchain and multi-chain staking token.", - "explorer": "https://blockscout.com/poa/xdai", - "research": "https://research.binance.com/en/projects/poa-network", - "symbol": "xDAI", - "type": "coin", - "decimals": 18, - "status": "active", - "links": [ - { - "name": "github", - "url": "https://github.com/xdaichain" - }, - { - "name": "twitter", - "url": "https://twitter.com/xdaichain" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/POA" - }, - { - "name": "whitepaper", - "url": "https://www.xdaichain.com/for-validators/posdao-whitepaper" - } - ] -} \ No newline at end of file diff --git a/blockchains/xdai/info/logo.png b/blockchains/xdai/info/logo.png deleted file mode 100644 index 9fdc4538ec37a..0000000000000 Binary files a/blockchains/xdai/info/logo.png and /dev/null differ diff --git a/blockchains/xdai/tokenlist-extended.json b/blockchains/xdai/tokenlist-extended.json deleted file mode 100644 index 8d6ad05b5ddef..0000000000000 --- a/blockchains/xdai/tokenlist-extended.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "Trust Wallet: xDai", - "logoURI": "https://trustwallet.com/assets/images/favicon.png", - "timestamp": "2022-08-27T11:24:30.017275", - "tokens": [ - { - "asset": "c10000100_t0x703120F2f2011a0D03A03a531Ac0e84e81F15989", - "type": "XDAI", - "address": "0x703120F2f2011a0D03A03a531Ac0e84e81F15989", - "name": "UNCL", - "symbol": "UNCL", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/xdai/assets/0x703120F2f2011a0D03A03a531Ac0e84e81F15989/logo.png" - } - ], - "version": { - "major": 1, - "minor": 0, - "patch": 0 - } -} \ No newline at end of file diff --git a/blockchains/xdai/tokenlist.json b/blockchains/xdai/tokenlist.json deleted file mode 100644 index b16b2a05115c4..0000000000000 --- a/blockchains/xdai/tokenlist.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "Trust Wallet: Fantom List", - "logoURI": "https://trustwallet.com/assets/images/favicon.png", - "timestamp": "2022-07-14T17:19:11.183301", - "tokens": [ - { - "asset": "c10000100_t0x71850b7E9Ee3f13Ab46d67167341E4bDc905Eef9", - "type": "XDAI", - "address": "0x71850b7E9Ee3f13Ab46d67167341E4bDc905Eef9", - "name": "Honey", - "symbol": "HNY", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/xdai/assets/0x71850b7E9Ee3f13Ab46d67167341E4bDc905Eef9/logo.png", - "pairs": [] - }, - { - "asset": "c10000100_t0x0116e28B43A358162B96f70B4De14C98A4465f25", - "type": "XDAI", - "address": "0x0116e28B43A358162B96f70B4De14C98A4465f25", - "name": "UniCrypt", - "symbol": "UNCX", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/xdai/assets/0x0116e28B43A358162B96f70B4De14C98A4465f25/logo.png", - "pairs": [] - }, - { - "asset": "c10000100_t0xC25AF3123d2420054c8fcd144c21113aa2853F39", - "type": "XDAI", - "address": "0xC25AF3123d2420054c8fcd144c21113aa2853F39", - "name": "Xion Global Token", - "symbol": "XGT", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/xdai/assets/0xC25AF3123d2420054c8fcd144c21113aa2853F39/logo.png", - "pairs": [] - }, - { - "asset": "c10000100_t0x1e16aa4Df73d29C029d94CeDa3e3114EC191E25A", - "type": "XDAI", - "address": "0x1e16aa4Df73d29C029d94CeDa3e3114EC191E25A", - "name": "Moons", - "symbol": "XMOON", - "decimals": 18, - "logoURI": "https://assets-cdn.trustwallet.com/blockchains/xdai/assets/0x1e16aa4Df73d29C029d94CeDa3e3114EC191E25A/logo.png", - "pairs": [] - } - ], - "version": { - "major": 1, - "minor": 0, - "patch": 0 - } -} diff --git a/blockchains/xdc/info/info.json b/blockchains/xdc/info/info.json deleted file mode 100644 index 5bb31900be683..0000000000000 --- a/blockchains/xdc/info/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "XinFin Network", - "website": "https://xinfin.network", - "description": "XinFin Network is a Enterprise Ready Hybrid Blockchain For Global Trade and Finance,Combining the power of Public & Private blockchains with Interoperable Smart Contracts ", - "explorer": "https://explorer.xinfin.network/", - "symbol": "XDC", - "type": "coin", - "decimals": 10, - "status": "abandoned", - "links": [ - { - "name": "github", - "url": "https://github.com/XinFinORG" - }, - { - "name": "twitter", - "url": "https://twitter.com/XinFin_Official" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/xinfin" - }, - { - "name": "whitepaper", - "url": "https://xinfin.org/docs/whitepaper-tech.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/xdc/info/logo.png b/blockchains/xdc/info/logo.png deleted file mode 100644 index 563bc329c56c8..0000000000000 Binary files a/blockchains/xdc/info/logo.png and /dev/null differ diff --git a/blockchains/zcash/info/info.json b/blockchains/zcash/info/info.json deleted file mode 100644 index 21e7a6278784d..0000000000000 --- a/blockchains/zcash/info/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Zcash", - "website": "https://z.cash", - "description": "Zcash is a decentralized and open-source cryptocurrency that provides strong privacy protections. Shielded transactions hide the sender, recipient, and value on the blockchain.", - "explorer": "https://explorer.zcha.in", - "research": "https://research.binance.com/en/projects/zcash", - "symbol": "ZEC", - "type": "coin", - "decimals": 8, - "status": "active", - "links": [ - { - "name": "github", - "url": "https://github.com/zcash/zcash" - }, - { - "name": "twitter", - "url": "https://twitter.com/electriccoinco" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/zec/" - }, - { - "name": "whitepaper", - "url": "https://github.com/zcash/zips/blob/master/protocol/protocol.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/zcash/info/logo.png b/blockchains/zcash/info/logo.png deleted file mode 100644 index 5489f3e53f6e6..0000000000000 Binary files a/blockchains/zcash/info/logo.png and /dev/null differ diff --git a/blockchains/zelcash/info/info.json b/blockchains/zelcash/info/info.json deleted file mode 100644 index 5a9045bbd3ed8..0000000000000 --- a/blockchains/zelcash/info/info.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "Flux", - "website": "https://runonflux.io", - "description": "Flux is the cryptocurrency that powers the Flux Ecosystem. The Flux Network comprises Proof-of-Work miners and FluxNode Operators, who are rewarded in Flux for validating transactions and providing computational resources.", - "explorer": "https://explorer.runonflux.io", - "symbol": "FLUX", - "type": "coin", - "decimals": 8, - "status": "active", - "links": [ - { - "name": "github", - "url": "https://github.com/zelcash/zelcash" - }, - { - "name": "twitter", - "url": "https://twitter.com/flux" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/RunOnFlux" - }, - { - "name": "whitepaper", - "url": "https://runonflux.io/wp-content/uploads/2021/04/Flux_Whitepaper_V.1_release.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/zelcash/info/logo.png b/blockchains/zelcash/info/logo.png deleted file mode 100644 index 0793b0ee85dff..0000000000000 Binary files a/blockchains/zelcash/info/logo.png and /dev/null differ diff --git a/blockchains/zilliqa/info/info.json b/blockchains/zilliqa/info/info.json deleted file mode 100644 index b3037d95a5860..0000000000000 --- a/blockchains/zilliqa/info/info.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Zilliqa", - "website": "https://zilliqa.com", - "description": "Zilliqa will be the world's first high-throughput public blockchain platform - designed to scale to thousands ​of transactions per second.", - "explorer": "https://viewblock.io/zilliqa", - "research": "https://research.binance.com/en/projects/zilliqa", - "symbol": "ZIL", - "type": "coin", - "decimals": 12, - "status": "active", - "links": [ - { - "name": "github", - "url": "https://github.com/Zilliqa/Zilliqa" - }, - { - "name": "twitter", - "url": "https://twitter.com/zilliqa" - }, - { - "name": "reddit", - "url": "https://reddit.com/r/zilliqa" - }, - { - "name": "whitepaper", - "url": "https://docs.zilliqa.com/whitepaper.pdf" - } - ] -} \ No newline at end of file diff --git a/blockchains/zilliqa/info/logo.png b/blockchains/zilliqa/info/logo.png deleted file mode 100644 index 5a243661d7b01..0000000000000 Binary files a/blockchains/zilliqa/info/logo.png and /dev/null differ diff --git a/blockchains/zksync/assets/0x000000000000000000000000000000000000800A/info.json b/blockchains/zksync/assets/0x000000000000000000000000000000000000800A/info.json deleted file mode 100644 index 9ac7d1d9f825a..0000000000000 --- a/blockchains/zksync/assets/0x000000000000000000000000000000000000800A/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Wrapped Ether", - "type": "ZKSYNC", - "symbol": "WETH", - "decimals": 18, - "website": "https://ethereum.org/en/", - "description": "wETH is 'wrapped ETH'", - "explorer": "https://explorer.zksync.io/address/0x000000000000000000000000000000000000800A", - "status": "active", - "id": "0x000000000000000000000000000000000000800A", - "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/zksync/assets/0x000000000000000000000000000000000000800A/logo.png b/blockchains/zksync/assets/0x000000000000000000000000000000000000800A/logo.png deleted file mode 100644 index bf957d38c766d..0000000000000 Binary files a/blockchains/zksync/assets/0x000000000000000000000000000000000000800A/logo.png and /dev/null differ diff --git a/blockchains/zksync/assets/0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4/info.json b/blockchains/zksync/assets/0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4/info.json deleted file mode 100644 index 3f0d809a2c2f8..0000000000000 --- a/blockchains/zksync/assets/0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "USD Coin", - "type": "ZKSYNC", - "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.zksync.io/address/0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4", - "status": "active", - "id": "0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4", - "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/zksync/assets/0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4/logo.png b/blockchains/zksync/assets/0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4/logo.png deleted file mode 100644 index e163b59d2da6e..0000000000000 Binary files a/blockchains/zksync/assets/0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4/logo.png and /dev/null differ diff --git a/blockchains/zksync/assets/0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91/info.json b/blockchains/zksync/assets/0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91/info.json deleted file mode 100644 index 34210735c1aaa..0000000000000 --- a/blockchains/zksync/assets/0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Wrapped Ether", - "type": "ZKSYNC", - "symbol": "WETH", - "decimals": 18, - "website": "https://ethereum.org/en/", - "description": "wETH is 'wrapped ETH'", - "explorer": "https://explorer.zksync.io/address/0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91", - "status": "active", - "id": "0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91", - "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/zksync/assets/0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91/logo.png b/blockchains/zksync/assets/0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91/logo.png deleted file mode 100644 index bf957d38c766d..0000000000000 Binary files a/blockchains/zksync/assets/0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91/logo.png and /dev/null differ diff --git a/blockchains/zksync/assets/0xdd9f72afED3631a6C85b5369D84875e6c42f1827/info.json b/blockchains/zksync/assets/0xdd9f72afED3631a6C85b5369D84875e6c42f1827/info.json deleted file mode 100644 index 14f839edb03d6..0000000000000 --- a/blockchains/zksync/assets/0xdd9f72afED3631a6C85b5369D84875e6c42f1827/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "Symbiosis", - "type": "ZKSYNC", - "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://explorer.zksync.io/address/0xdd9f72afED3631a6C85b5369D84875e6c42f1827", - "status": "active", - "id": "0xdd9f72afED3631a6C85b5369D84875e6c42f1827", - "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" - ] -} \ No newline at end of file diff --git a/blockchains/zksync/assets/0xdd9f72afED3631a6C85b5369D84875e6c42f1827/logo.png b/blockchains/zksync/assets/0xdd9f72afED3631a6C85b5369D84875e6c42f1827/logo.png deleted file mode 100644 index 26f3dbd585377..0000000000000 Binary files a/blockchains/zksync/assets/0xdd9f72afED3631a6C85b5369D84875e6c42f1827/logo.png and /dev/null differ diff --git a/blockchains/zksync/info/info.json b/blockchains/zksync/info/info.json deleted file mode 100644 index 4c2c0665279f3..0000000000000 --- a/blockchains/zksync/info/info.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "ZkSync Era", - "website": "https://zksync.io/", - "description": "zkSync Era is made to look and feel like Ethereum, but with lower fees.", - "explorer": "https://explorer.zksync.io/", - "research": "https://github.com/zksync-sdk", - "symbol": "ETH", - "rpc_url": "https://mainnet.era.zksync.io", - "type": "coin", - "coin_type": 324, - "decimals": 18, - "status": "active", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/zksync" - } - ] -} diff --git a/blockchains/zksync/info/logo.png b/blockchains/zksync/info/logo.png deleted file mode 100644 index c16906e8e1634..0000000000000 Binary files a/blockchains/zksync/info/logo.png and /dev/null differ diff --git a/blockchains/zora/assets/0x4200000000000000000000000000000000000006/info.json b/blockchains/zora/assets/0x4200000000000000000000000000000000000006/info.json deleted file mode 100644 index 6f61b4f0bb1d2..0000000000000 --- a/blockchains/zora/assets/0x4200000000000000000000000000000000000006/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "Wrapped Ether", - "symbol": "WETH", - "type": "ZORA", - "decimals": 18, - "description": "Zora's wrapped ETH token.", - "explorer": "https://zora.superscan.network/token/0x4200000000000000000000000000000000000006", - "website": "https://zora.superscan.network/token/0x4200000000000000000000000000000000000006", - "status": "active", - "id": "0x4200000000000000000000000000000000000006" -} diff --git a/blockchains/zora/assets/0x4200000000000000000000000000000000000006/logo.png b/blockchains/zora/assets/0x4200000000000000000000000000000000000006/logo.png deleted file mode 100644 index bf957d38c766d..0000000000000 Binary files a/blockchains/zora/assets/0x4200000000000000000000000000000000000006/logo.png and /dev/null differ diff --git a/blockchains/zora/assets/0xCccCCccc7021b32EBb4e8C08314bD62F7c653EC4/info.json b/blockchains/zora/assets/0xCccCCccc7021b32EBb4e8C08314bD62F7c653EC4/info.json deleted file mode 100644 index bd79dacc6e92a..0000000000000 --- a/blockchains/zora/assets/0xCccCCccc7021b32EBb4e8C08314bD62F7c653EC4/info.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "USDzC", - "symbol": "USDzC", - "type": "ZORA", - "decimals": 6, - "description": "Bridged USDC", - "status": "active", - "explorer": "https://zora.superscan.network/token/0xCccCCccc7021b32EBb4e8C08314bD62F7c653EC4?chainId=7777777", - "website": "https://zora.superscan.network/token/0xCccCCccc7021b32EBb4e8C08314bD62F7c653EC4?chainId=7777777", - "id": "0xCccCCccc7021b32EBb4e8C08314bD62F7c653EC4" -} diff --git a/blockchains/zora/assets/0xCccCCccc7021b32EBb4e8C08314bD62F7c653EC4/logo.png b/blockchains/zora/assets/0xCccCCccc7021b32EBb4e8C08314bD62F7c653EC4/logo.png deleted file mode 100644 index eafbaac194aa7..0000000000000 Binary files a/blockchains/zora/assets/0xCccCCccc7021b32EBb4e8C08314bD62F7c653EC4/logo.png and /dev/null differ diff --git a/blockchains/zora/info/info.json b/blockchains/zora/info/info.json deleted file mode 100644 index 2b0d73275aaf9..0000000000000 --- a/blockchains/zora/info/info.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "Zora", - "website": "https://zora.co/", - "description": "Zora's network", - "explorer": "https://zora.superscan.network", - "research": "https://support.zora.co", - "symbol": "ETH", - "type": "coin", - "decimals": 18, - "status": "active", - "rpc_url": "https://rpc.zora.energy/", - "links": [ - { - "name": "twitter", - "url": "https://twitter.com/ourZORA" - }, - { - "name": "github", - "url": "https://github.com/ourzora" - } - ] -} \ No newline at end of file diff --git a/blockchains/zora/info/logo.png b/blockchains/zora/info/logo.png deleted file mode 100644 index 8f7142b27ed6b..0000000000000 Binary files a/blockchains/zora/info/logo.png and /dev/null differ diff --git a/cmd/main.go b/cmd/main.go deleted file mode 100644 index 205b70b277804..0000000000000 --- a/cmd/main.go +++ /dev/null @@ -1,10 +0,0 @@ -package main - -import ( - "github.com/trustwallet/assets/internal/manager" -) - -func main() { - manager.InitCommands() - manager.Execute() -} diff --git a/dapps/0x.org.png b/dapps/0x.org.png deleted file mode 100644 index e19d45de6f54b..0000000000000 Binary files a/dapps/0x.org.png and /dev/null differ diff --git a/dapps/aave.com.png b/dapps/aave.com.png deleted file mode 100644 index f67ad3f315b75..0000000000000 Binary files a/dapps/aave.com.png and /dev/null differ diff --git a/dapps/aavegotchi.com.png b/dapps/aavegotchi.com.png deleted file mode 100644 index 51a607b6db97c..0000000000000 Binary files a/dapps/aavegotchi.com.png and /dev/null differ diff --git a/dapps/account.orchid.com.png b/dapps/account.orchid.com.png deleted file mode 100644 index 9a8c35f6b69be..0000000000000 Binary files a/dapps/account.orchid.com.png and /dev/null differ diff --git a/dapps/acryptos.com.png b/dapps/acryptos.com.png deleted file mode 100644 index 179352b1bf35f..0000000000000 Binary files a/dapps/acryptos.com.png and /dev/null differ diff --git a/dapps/adsbywifi.com.png b/dapps/adsbywifi.com.png deleted file mode 100644 index ec6f51e90c8dc..0000000000000 Binary files a/dapps/adsbywifi.com.png and /dev/null differ diff --git a/dapps/aircash.finance.png b/dapps/aircash.finance.png deleted file mode 100644 index fec2544a35d11..0000000000000 Binary files a/dapps/aircash.finance.png and /dev/null differ diff --git a/dapps/angelbattles.com.png b/dapps/angelbattles.com.png deleted file mode 100755 index 9e40cadf216d3..0000000000000 Binary files a/dapps/angelbattles.com.png and /dev/null differ diff --git a/dapps/apenowpaylater.com.png b/dapps/apenowpaylater.com.png deleted file mode 100644 index 5758c47844ef6..0000000000000 Binary files a/dapps/apenowpaylater.com.png and /dev/null differ diff --git a/dapps/apeswap.finance.png b/dapps/apeswap.finance.png deleted file mode 100644 index 5676acf9bb8cb..0000000000000 Binary files a/dapps/apeswap.finance.png and /dev/null differ diff --git a/dapps/apollox.finance.png b/dapps/apollox.finance.png deleted file mode 100644 index e75f2037588f0..0000000000000 Binary files a/dapps/apollox.finance.png and /dev/null differ diff --git a/dapps/app.1inch.io.png b/dapps/app.1inch.io.png deleted file mode 100644 index 79345e39c2174..0000000000000 Binary files a/dapps/app.1inch.io.png and /dev/null differ diff --git a/dapps/app.aave.com.png b/dapps/app.aave.com.png deleted file mode 100644 index 7b1753a784e0c..0000000000000 Binary files a/dapps/app.aave.com.png and /dev/null differ diff --git a/dapps/app.airnfts.com.png b/dapps/app.airnfts.com.png deleted file mode 100644 index 65c0d03a07ec7..0000000000000 Binary files a/dapps/app.airnfts.com.png and /dev/null differ diff --git a/dapps/app.apeswap.finance.png b/dapps/app.apeswap.finance.png deleted file mode 100644 index 5676acf9bb8cb..0000000000000 Binary files a/dapps/app.apeswap.finance.png and /dev/null differ diff --git a/dapps/app.beefy.finance.png b/dapps/app.beefy.finance.png deleted file mode 100644 index 6c09bb9a38215..0000000000000 Binary files a/dapps/app.beefy.finance.png and /dev/null differ diff --git a/dapps/app.compound.finance.png b/dapps/app.compound.finance.png deleted file mode 100644 index 79ac17b15aa8c..0000000000000 Binary files a/dapps/app.compound.finance.png and /dev/null differ diff --git a/dapps/app.cream.finance.png b/dapps/app.cream.finance.png deleted file mode 100644 index d476ef7397b96..0000000000000 Binary files a/dapps/app.cream.finance.png and /dev/null differ diff --git a/dapps/app.cryptoder.by.png b/dapps/app.cryptoder.by.png deleted file mode 100755 index 4684fd4e99990..0000000000000 Binary files a/dapps/app.cryptoder.by.png and /dev/null differ diff --git a/dapps/app.cryptoxmas.xyz.png b/dapps/app.cryptoxmas.xyz.png deleted file mode 100755 index 6da5e581fb5ba..0000000000000 Binary files a/dapps/app.cryptoxmas.xyz.png and /dev/null differ diff --git a/dapps/app.deepspace.game.png b/dapps/app.deepspace.game.png deleted file mode 100644 index cbf42f8406b9d..0000000000000 Binary files a/dapps/app.deepspace.game.png and /dev/null differ diff --git a/dapps/app.defimoneymarket.com.png b/dapps/app.defimoneymarket.com.png deleted file mode 100644 index 3cae47feca614..0000000000000 Binary files a/dapps/app.defimoneymarket.com.png and /dev/null differ diff --git a/dapps/app.defipie.com.png b/dapps/app.defipie.com.png deleted file mode 100644 index dfba3559d4813..0000000000000 Binary files a/dapps/app.defipie.com.png and /dev/null differ diff --git a/dapps/app.dhedge.org.png b/dapps/app.dhedge.org.png deleted file mode 100644 index 8bdc36d722807..0000000000000 Binary files a/dapps/app.dhedge.org.png and /dev/null differ diff --git a/dapps/app.dify.finance.png b/dapps/app.dify.finance.png deleted file mode 100644 index f1cc2e8158d73..0000000000000 Binary files a/dapps/app.dify.finance.png and /dev/null differ diff --git a/dapps/app.dodoex.io.png b/dapps/app.dodoex.io.png deleted file mode 100644 index 1a787b79191da..0000000000000 Binary files a/dapps/app.dodoex.io.png and /dev/null differ diff --git a/dapps/app.ens.domains.png b/dapps/app.ens.domains.png deleted file mode 100644 index 8ec8376eb17c0..0000000000000 Binary files a/dapps/app.ens.domains.png and /dev/null differ diff --git a/dapps/app.ercdex.com.png b/dapps/app.ercdex.com.png deleted file mode 100644 index e55ef8de24335..0000000000000 Binary files a/dapps/app.ercdex.com.png and /dev/null differ diff --git a/dapps/app.everrise.com.png b/dapps/app.everrise.com.png deleted file mode 100644 index 3c0a9a6469bd4..0000000000000 Binary files a/dapps/app.everrise.com.png and /dev/null differ diff --git a/dapps/app.mail3.me.png b/dapps/app.mail3.me.png deleted file mode 100644 index 1d25fab6c90d7..0000000000000 Binary files a/dapps/app.mail3.me.png and /dev/null differ diff --git a/dapps/app.marsecosystem.com.png b/dapps/app.marsecosystem.com.png deleted file mode 100644 index a06b297873298..0000000000000 Binary files a/dapps/app.marsecosystem.com.png and /dev/null differ diff --git a/dapps/app.mcdex.io.png b/dapps/app.mcdex.io.png deleted file mode 100644 index 64e715c4901c2..0000000000000 Binary files a/dapps/app.mcdex.io.png and /dev/null differ diff --git a/dapps/app.nuo.network.png b/dapps/app.nuo.network.png deleted file mode 100644 index 802f61eb22a2c..0000000000000 Binary files a/dapps/app.nuo.network.png and /dev/null differ diff --git a/dapps/app.paraswap.io.png b/dapps/app.paraswap.io.png deleted file mode 100644 index 09e475ed404ee..0000000000000 Binary files a/dapps/app.paraswap.io.png and /dev/null differ diff --git a/dapps/app.pooltogether.com.png b/dapps/app.pooltogether.com.png deleted file mode 100644 index 038bdfdac2905..0000000000000 Binary files a/dapps/app.pooltogether.com.png and /dev/null differ diff --git a/dapps/app.pooltogether.us.png b/dapps/app.pooltogether.us.png deleted file mode 100644 index 518f6a5bb89d3..0000000000000 Binary files a/dapps/app.pooltogether.us.png and /dev/null differ diff --git a/dapps/app.raise.it.png b/dapps/app.raise.it.png deleted file mode 100644 index 7981bcb975f3f..0000000000000 Binary files a/dapps/app.raise.it.png and /dev/null differ diff --git a/dapps/app.refinable.com.png b/dapps/app.refinable.com.png deleted file mode 100644 index 9cca83d9ef7c6..0000000000000 Binary files a/dapps/app.refinable.com.png and /dev/null differ diff --git a/dapps/app.sablier.finance.png b/dapps/app.sablier.finance.png deleted file mode 100644 index 41428a6f7136d..0000000000000 Binary files a/dapps/app.sablier.finance.png and /dev/null differ diff --git a/dapps/app.shibance.com.png b/dapps/app.shibance.com.png deleted file mode 100644 index 4711c47567e3a..0000000000000 Binary files a/dapps/app.shibance.com.png and /dev/null differ diff --git a/dapps/app.sil.finance.png b/dapps/app.sil.finance.png deleted file mode 100644 index b29cd62fe1776..0000000000000 Binary files a/dapps/app.sil.finance.png and /dev/null differ diff --git a/dapps/app.stakepark.xyz.png b/dapps/app.stakepark.xyz.png deleted file mode 100644 index 5d18f70da5150..0000000000000 Binary files a/dapps/app.stakepark.xyz.png and /dev/null differ diff --git a/dapps/app.sushi.com.png b/dapps/app.sushi.com.png deleted file mode 100644 index 6a28495be27a2..0000000000000 Binary files a/dapps/app.sushi.com.png and /dev/null differ diff --git a/dapps/app.swaptuna.com.png b/dapps/app.swaptuna.com.png deleted file mode 100644 index 495457c2f8ac8..0000000000000 Binary files a/dapps/app.swaptuna.com.png and /dev/null differ diff --git a/dapps/app.swipe.org.png b/dapps/app.swipe.org.png deleted file mode 100644 index d64d92d8ebf8f..0000000000000 Binary files a/dapps/app.swipe.org.png and /dev/null differ diff --git a/dapps/app.timvi.com.png b/dapps/app.timvi.com.png deleted file mode 100644 index dca62d48b695a..0000000000000 Binary files a/dapps/app.timvi.com.png and /dev/null differ diff --git a/dapps/app.totle.com.png b/dapps/app.totle.com.png deleted file mode 100644 index 3c70231afacb9..0000000000000 Binary files a/dapps/app.totle.com.png and /dev/null differ diff --git a/dapps/app.uniswap.org.png b/dapps/app.uniswap.org.png deleted file mode 100644 index 640bd55c34496..0000000000000 Binary files a/dapps/app.uniswap.org.png and /dev/null differ diff --git a/dapps/app.unrekt.net.png b/dapps/app.unrekt.net.png deleted file mode 100644 index ba49f17abe336..0000000000000 Binary files a/dapps/app.unrekt.net.png and /dev/null differ diff --git a/dapps/app.veil.co.png b/dapps/app.veil.co.png deleted file mode 100644 index 0084c2ba862d5..0000000000000 Binary files a/dapps/app.veil.co.png and /dev/null differ diff --git a/dapps/app.venus.io.png b/dapps/app.venus.io.png deleted file mode 100644 index 83e4dfb5e8d0e..0000000000000 Binary files a/dapps/app.venus.io.png and /dev/null differ diff --git a/dapps/app.warriders.com.png b/dapps/app.warriders.com.png deleted file mode 100644 index 31b03f60d7ee4..0000000000000 Binary files a/dapps/app.warriders.com.png and /dev/null differ diff --git a/dapps/app.zerion.io.png b/dapps/app.zerion.io.png deleted file mode 100644 index 0bae4b2ff8fdf..0000000000000 Binary files a/dapps/app.zerion.io.png and /dev/null differ diff --git a/dapps/aptos.pancakeswap.finance.png b/dapps/aptos.pancakeswap.finance.png deleted file mode 100644 index df23093e1c717..0000000000000 Binary files a/dapps/aptos.pancakeswap.finance.png and /dev/null differ diff --git a/dapps/arb_giveaway.png b/dapps/arb_giveaway.png deleted file mode 100644 index 26ecd2192c622..0000000000000 Binary files a/dapps/arb_giveaway.png and /dev/null differ diff --git a/dapps/autofarm.network.png b/dapps/autofarm.network.png deleted file mode 100644 index 1bd275751f216..0000000000000 Binary files a/dapps/autofarm.network.png and /dev/null differ diff --git a/dapps/avnrichdefi.com.png b/dapps/avnrichdefi.com.png deleted file mode 100644 index 4ae66bcb08bd7..0000000000000 Binary files a/dapps/avnrichdefi.com.png and /dev/null differ diff --git a/dapps/avnswap.com.png b/dapps/avnswap.com.png deleted file mode 100644 index 4ae66bcb08bd7..0000000000000 Binary files a/dapps/avnswap.com.png and /dev/null differ diff --git a/dapps/axieinfinity.com.png b/dapps/axieinfinity.com.png deleted file mode 100755 index 503926b41f68f..0000000000000 Binary files a/dapps/axieinfinity.com.png and /dev/null differ diff --git a/dapps/babaoshu.cn.png b/dapps/babaoshu.cn.png deleted file mode 100644 index 3e38b6bde1e23..0000000000000 Binary files a/dapps/babaoshu.cn.png and /dev/null differ diff --git a/dapps/babyswap.finance.png b/dapps/babyswap.finance.png deleted file mode 100644 index a8650e9903f00..0000000000000 Binary files a/dapps/babyswap.finance.png and /dev/null differ diff --git a/dapps/bakeryswap.org.png b/dapps/bakeryswap.org.png deleted file mode 100644 index d819fa1306dae..0000000000000 Binary files a/dapps/bakeryswap.org.png and /dev/null differ diff --git a/dapps/balancer.exchange.png b/dapps/balancer.exchange.png deleted file mode 100644 index 103663d881fa3..0000000000000 Binary files a/dapps/balancer.exchange.png and /dev/null differ diff --git a/dapps/balancer.finance.png b/dapps/balancer.finance.png deleted file mode 100644 index 45540ff9dea45..0000000000000 Binary files a/dapps/balancer.finance.png and /dev/null differ diff --git a/dapps/bancor.network.png b/dapps/bancor.network.png deleted file mode 100644 index 1cb468c980b97..0000000000000 Binary files a/dapps/bancor.network.png and /dev/null differ diff --git a/dapps/bank.spankchain.com.png b/dapps/bank.spankchain.com.png deleted file mode 100644 index 2a9127c9d2317..0000000000000 Binary files a/dapps/bank.spankchain.com.png and /dev/null differ diff --git a/dapps/barn.beefy.finance.png b/dapps/barn.beefy.finance.png deleted file mode 100644 index d92efc490bd5e..0000000000000 Binary files a/dapps/barn.beefy.finance.png and /dev/null differ diff --git a/dapps/beta.adex.network.png b/dapps/beta.adex.network.png deleted file mode 100644 index a1ab1ab197a6c..0000000000000 Binary files a/dapps/beta.adex.network.png and /dev/null differ diff --git a/dapps/beta.bounty0x.io.png b/dapps/beta.bounty0x.io.png deleted file mode 100644 index 2221a5f5ccf86..0000000000000 Binary files a/dapps/beta.bounty0x.io.png and /dev/null differ diff --git a/dapps/beta.cent.co.png b/dapps/beta.cent.co.png deleted file mode 100644 index 2939c2bf879b6..0000000000000 Binary files a/dapps/beta.cent.co.png and /dev/null differ diff --git a/dapps/beta.dharma.io.png b/dapps/beta.dharma.io.png deleted file mode 100644 index 5131ca2e22ba7..0000000000000 Binary files a/dapps/beta.dharma.io.png and /dev/null differ diff --git a/dapps/betoken.fund.png b/dapps/betoken.fund.png deleted file mode 100755 index 46f4d8e309558..0000000000000 Binary files a/dapps/betoken.fund.png and /dev/null differ diff --git a/dapps/biswap.org.png b/dapps/biswap.org.png deleted file mode 100644 index e4d6f2472c3d9..0000000000000 Binary files a/dapps/biswap.org.png and /dev/null differ diff --git a/dapps/bitpaid.org.png b/dapps/bitpaid.org.png deleted file mode 100644 index 9d95d2ff9b331..0000000000000 Binary files a/dapps/bitpaid.org.png and /dev/null differ diff --git a/dapps/blizzard.money.png b/dapps/blizzard.money.png deleted file mode 100644 index 677186aa684d4..0000000000000 Binary files a/dapps/blizzard.money.png and /dev/null differ diff --git a/dapps/blockchaincuties.co.png b/dapps/blockchaincuties.co.png deleted file mode 100755 index b7e11952a9769..0000000000000 Binary files a/dapps/blockchaincuties.co.png and /dev/null differ diff --git a/dapps/bns.finance.png b/dapps/bns.finance.png deleted file mode 100644 index 0ba1609a57884..0000000000000 Binary files a/dapps/bns.finance.png and /dev/null differ diff --git a/dapps/bounty0x.io.png b/dapps/bounty0x.io.png deleted file mode 100644 index 2221a5f5ccf86..0000000000000 Binary files a/dapps/bounty0x.io.png and /dev/null differ diff --git a/dapps/brain-warp.win4.fun.png b/dapps/brain-warp.win4.fun.png deleted file mode 100755 index 046d586c44764..0000000000000 Binary files a/dapps/brain-warp.win4.fun.png and /dev/null differ diff --git a/dapps/bravefrontierheroes.com.png b/dapps/bravefrontierheroes.com.png deleted file mode 100644 index 53523c5ac34d0..0000000000000 Binary files a/dapps/bravefrontierheroes.com.png and /dev/null differ diff --git a/dapps/bridge.poa.net.png b/dapps/bridge.poa.net.png deleted file mode 100644 index 58610c0d82bc1..0000000000000 Binary files a/dapps/bridge.poa.net.png and /dev/null differ diff --git a/dapps/bsc.dego.finance.png b/dapps/bsc.dego.finance.png deleted file mode 100644 index 4c85b16ed1f09..0000000000000 Binary files a/dapps/bsc.dego.finance.png and /dev/null differ diff --git a/dapps/bsc.farm.png b/dapps/bsc.farm.png deleted file mode 100644 index e4a4a4076e46a..0000000000000 Binary files a/dapps/bsc.farm.png and /dev/null differ diff --git a/dapps/bscproject.org.png b/dapps/bscproject.org.png deleted file mode 100644 index 89cc6ada91842..0000000000000 Binary files a/dapps/bscproject.org.png and /dev/null differ diff --git a/dapps/bscscan.com.png b/dapps/bscscan.com.png deleted file mode 100644 index 4bf013bd7c6c4..0000000000000 Binary files a/dapps/bscscan.com.png and /dev/null differ diff --git a/dapps/bscswap.com.png b/dapps/bscswap.com.png deleted file mode 100644 index f2722802474dc..0000000000000 Binary files a/dapps/bscswap.com.png and /dev/null differ diff --git a/dapps/btu-car-rental.com.png b/dapps/btu-car-rental.com.png deleted file mode 100644 index cd7fbecc6ce59..0000000000000 Binary files a/dapps/btu-car-rental.com.png and /dev/null differ diff --git a/dapps/cafeswap.finance.png b/dapps/cafeswap.finance.png deleted file mode 100644 index e29d79f0430cd..0000000000000 Binary files a/dapps/cafeswap.finance.png and /dev/null differ diff --git a/dapps/canwork.io.png b/dapps/canwork.io.png deleted file mode 100644 index ee13e1af4fef8..0000000000000 Binary files a/dapps/canwork.io.png and /dev/null differ diff --git a/dapps/cdp.makerdao.png b/dapps/cdp.makerdao.png deleted file mode 100644 index 1c16db0529664..0000000000000 Binary files a/dapps/cdp.makerdao.png and /dev/null differ diff --git a/dapps/cdpsaver.com.png b/dapps/cdpsaver.com.png deleted file mode 100755 index 62fce8d05a47e..0000000000000 Binary files a/dapps/cdpsaver.com.png and /dev/null differ diff --git a/dapps/chainlist.org.png b/dapps/chainlist.org.png deleted file mode 100644 index 1a98dbc738f56..0000000000000 Binary files a/dapps/chainlist.org.png and /dev/null differ diff --git a/dapps/chainmonsters.io.png b/dapps/chainmonsters.io.png deleted file mode 100644 index 0deb07b1f8fd2..0000000000000 Binary files a/dapps/chainmonsters.io.png and /dev/null differ diff --git a/dapps/cheeseswap.app.png b/dapps/cheeseswap.app.png deleted file mode 100644 index b988a95e8c0cb..0000000000000 Binary files a/dapps/cheeseswap.app.png and /dev/null differ diff --git a/dapps/chesstoshi.com.png b/dapps/chesstoshi.com.png deleted file mode 100644 index 3e984072dcbf4..0000000000000 Binary files a/dapps/chesstoshi.com.png and /dev/null differ diff --git a/dapps/chibifighters.io.png b/dapps/chibifighters.io.png deleted file mode 100755 index 7c9d267118073..0000000000000 Binary files a/dapps/chibifighters.io.png and /dev/null differ diff --git a/dapps/coinpanda.io.png b/dapps/coinpanda.io.png deleted file mode 100644 index b04d4013df723..0000000000000 Binary files a/dapps/coinpanda.io.png and /dev/null differ diff --git a/dapps/cointracker.io.png b/dapps/cointracker.io.png deleted file mode 100644 index 012d291e56ecf..0000000000000 Binary files a/dapps/cointracker.io.png and /dev/null differ diff --git a/dapps/cold-staking.callisto.network.png b/dapps/cold-staking.callisto.network.png deleted file mode 100644 index fb356b6c04815..0000000000000 Binary files a/dapps/cold-staking.callisto.network.png and /dev/null differ diff --git a/dapps/color-craze.win4.fun.png b/dapps/color-craze.win4.fun.png deleted file mode 100755 index bed69e53e00a0..0000000000000 Binary files a/dapps/color-craze.win4.fun.png and /dev/null differ diff --git a/dapps/commerce.bidali.com.png b/dapps/commerce.bidali.com.png deleted file mode 100644 index bc810ecbfe101..0000000000000 Binary files a/dapps/commerce.bidali.com.png and /dev/null differ diff --git a/dapps/compound.finance.png b/dapps/compound.finance.png deleted file mode 100644 index 32f5b5721921d..0000000000000 Binary files a/dapps/compound.finance.png and /dev/null differ diff --git a/dapps/comproi.com.png b/dapps/comproi.com.png deleted file mode 100644 index 79d691066892a..0000000000000 Binary files a/dapps/comproi.com.png and /dev/null differ diff --git a/dapps/cryptantcrab.io.png b/dapps/cryptantcrab.io.png deleted file mode 100644 index 31d1477ef65bd..0000000000000 Binary files a/dapps/cryptantcrab.io.png and /dev/null differ diff --git a/dapps/cryptobots.me.png b/dapps/cryptobots.me.png deleted file mode 100644 index 89e16d4703fbd..0000000000000 Binary files a/dapps/cryptobots.me.png and /dev/null differ diff --git a/dapps/cryptochrome.org.png b/dapps/cryptochrome.org.png deleted file mode 100644 index e81f655f7bbb5..0000000000000 Binary files a/dapps/cryptochrome.org.png and /dev/null differ diff --git a/dapps/cryptocities.net.png b/dapps/cryptocities.net.png deleted file mode 100644 index 697507534c436..0000000000000 Binary files a/dapps/cryptocities.net.png and /dev/null differ diff --git a/dapps/cryptocrystal.io.png b/dapps/cryptocrystal.io.png deleted file mode 100644 index 6343071d5f974..0000000000000 Binary files a/dapps/cryptocrystal.io.png and /dev/null differ diff --git a/dapps/cryptoder.by.png b/dapps/cryptoder.by.png deleted file mode 100755 index 4684fd4e99990..0000000000000 Binary files a/dapps/cryptoder.by.png and /dev/null differ diff --git a/dapps/cryptodozer.io.png b/dapps/cryptodozer.io.png deleted file mode 100644 index 3f028c6db588e..0000000000000 Binary files a/dapps/cryptodozer.io.png and /dev/null differ diff --git a/dapps/cryptofighters.io.png b/dapps/cryptofighters.io.png deleted file mode 100644 index 6db3d717ff996..0000000000000 Binary files a/dapps/cryptofighters.io.png and /dev/null differ diff --git a/dapps/cryptogoods.co.png b/dapps/cryptogoods.co.png deleted file mode 100644 index d2f060ff76bc1..0000000000000 Binary files a/dapps/cryptogoods.co.png and /dev/null differ diff --git a/dapps/cryptogs.io.png b/dapps/cryptogs.io.png deleted file mode 100755 index 3c62304008bd8..0000000000000 Binary files a/dapps/cryptogs.io.png and /dev/null differ diff --git a/dapps/cryptomines.pro.png b/dapps/cryptomines.pro.png deleted file mode 100755 index 982f4f0eb70e1..0000000000000 Binary files a/dapps/cryptomines.pro.png and /dev/null differ diff --git a/dapps/cryptopurr.co.png b/dapps/cryptopurr.co.png deleted file mode 100644 index 5ba4aac103f08..0000000000000 Binary files a/dapps/cryptopurr.co.png and /dev/null differ diff --git a/dapps/cryptoracingleague.io.png b/dapps/cryptoracingleague.io.png deleted file mode 100644 index acb3e0e4bdd18..0000000000000 Binary files a/dapps/cryptoracingleague.io.png and /dev/null differ diff --git a/dapps/cryptosketches.com.png b/dapps/cryptosketches.com.png deleted file mode 100755 index 8fb4852b8b573..0000000000000 Binary files a/dapps/cryptosketches.com.png and /dev/null differ diff --git a/dapps/cryptostrikers.com.png b/dapps/cryptostrikers.com.png deleted file mode 100755 index 87eaab1f4a54f..0000000000000 Binary files a/dapps/cryptostrikers.com.png and /dev/null differ diff --git a/dapps/cryptotitties.fun.png b/dapps/cryptotitties.fun.png deleted file mode 100644 index 51fe60b1cb419..0000000000000 Binary files a/dapps/cryptotitties.fun.png and /dev/null differ diff --git a/dapps/csc-game.com.png b/dapps/csc-game.com.png deleted file mode 100644 index 2e8f884352aa6..0000000000000 Binary files a/dapps/csc-game.com.png and /dev/null differ diff --git a/dapps/curve.fi.png b/dapps/curve.fi.png deleted file mode 100644 index fd11e0855f5b9..0000000000000 Binary files a/dapps/curve.fi.png and /dev/null differ diff --git a/dapps/dapp.dragonereum.io.png b/dapps/dapp.dragonereum.io.png deleted file mode 100755 index 31041df441739..0000000000000 Binary files a/dapps/dapp.dragonereum.io.png and /dev/null differ diff --git a/dapps/dapp.originprotocol.com.png b/dapps/dapp.originprotocol.com.png deleted file mode 100644 index 7f5fcedc420b1..0000000000000 Binary files a/dapps/dapp.originprotocol.com.png and /dev/null differ diff --git a/dapps/dapp.spartanprotocol.org.png b/dapps/dapp.spartanprotocol.org.png deleted file mode 100644 index 6c5afef5cf3af..0000000000000 Binary files a/dapps/dapp.spartanprotocol.org.png and /dev/null differ diff --git a/dapps/dapps-www.pinksale.finance.png b/dapps/dapps-www.pinksale.finance.png deleted file mode 100644 index 97b08f3f62456..0000000000000 Binary files a/dapps/dapps-www.pinksale.finance.png and /dev/null differ diff --git a/dapps/dapps.trustwallet.com.png b/dapps/dapps.trustwallet.com.png deleted file mode 100644 index d37ce88497390..0000000000000 Binary files a/dapps/dapps.trustwallet.com.png and /dev/null differ diff --git a/dapps/ddex.io.png b/dapps/ddex.io.png deleted file mode 100644 index 9ab0b891b5ecb..0000000000000 Binary files a/dapps/ddex.io.png and /dev/null differ diff --git a/dapps/debank.com.png b/dapps/debank.com.png deleted file mode 100644 index 2775b616853a4..0000000000000 Binary files a/dapps/debank.com.png and /dev/null differ diff --git a/dapps/defi.timvi.com.png b/dapps/defi.timvi.com.png deleted file mode 100644 index a384a4bfcc0de..0000000000000 Binary files a/dapps/defi.timvi.com.png and /dev/null differ diff --git a/dapps/defisaver.com.png b/dapps/defisaver.com.png deleted file mode 100644 index 72614629c75ef..0000000000000 Binary files a/dapps/defisaver.com.png and /dev/null differ diff --git a/dapps/deversifi.com.png b/dapps/deversifi.com.png deleted file mode 100644 index 0138bfe8d61dc..0000000000000 Binary files a/dapps/deversifi.com.png and /dev/null differ diff --git a/dapps/dex.ag.png b/dapps/dex.ag.png deleted file mode 100644 index 3aad15607913b..0000000000000 Binary files a/dapps/dex.ag.png and /dev/null differ diff --git a/dapps/dex.blue.png b/dapps/dex.blue.png deleted file mode 100644 index ad9259fca7366..0000000000000 Binary files a/dapps/dex.blue.png and /dev/null differ diff --git a/dapps/dex.leonicornswap.com.png b/dapps/dex.leonicornswap.com.png deleted file mode 100644 index f0f1aae767358..0000000000000 Binary files a/dapps/dex.leonicornswap.com.png and /dev/null differ diff --git a/dapps/dex.verisafe.io.png b/dapps/dex.verisafe.io.png deleted file mode 100644 index 0e02f7ae25889..0000000000000 Binary files a/dapps/dex.verisafe.io.png and /dev/null differ diff --git a/dapps/dice2.win.png b/dapps/dice2.win.png deleted file mode 100644 index 504470ea043cf..0000000000000 Binary files a/dapps/dice2.win.png and /dev/null differ diff --git a/dapps/doperaider.com.png b/dapps/doperaider.com.png deleted file mode 100644 index 8a244f9da708b..0000000000000 Binary files a/dapps/doperaider.com.png and /dev/null differ diff --git a/dapps/dozerbird.io.png b/dapps/dozerbird.io.png deleted file mode 100644 index bcb409b5b97ef..0000000000000 Binary files a/dapps/dozerbird.io.png and /dev/null differ diff --git a/dapps/dx.app.png b/dapps/dx.app.png deleted file mode 100644 index e8a5758322deb..0000000000000 Binary files a/dapps/dx.app.png and /dev/null differ diff --git a/dapps/dydx.exchange.png b/dapps/dydx.exchange.png deleted file mode 100644 index 80a7c2782b9b1..0000000000000 Binary files a/dapps/dydx.exchange.png and /dev/null differ diff --git a/dapps/easytrade.io.png b/dapps/easytrade.io.png deleted file mode 100644 index 0be6e4248e00f..0000000000000 Binary files a/dapps/easytrade.io.png and /dev/null differ diff --git a/dapps/egyptoken.com.png b/dapps/egyptoken.com.png deleted file mode 100644 index 620f02d0ae8a2..0000000000000 Binary files a/dapps/egyptoken.com.png and /dev/null differ diff --git a/dapps/emoon.io.png b/dapps/emoon.io.png deleted file mode 100644 index 0a02dba437af2..0000000000000 Binary files a/dapps/emoon.io.png and /dev/null differ diff --git a/dapps/ens.domains.png b/dapps/ens.domains.png deleted file mode 100644 index 8ec8376eb17c0..0000000000000 Binary files a/dapps/ens.domains.png and /dev/null differ diff --git a/dapps/erc20faucet.com.png b/dapps/erc20faucet.com.png deleted file mode 100644 index 953906843a448..0000000000000 Binary files a/dapps/erc20faucet.com.png and /dev/null differ diff --git a/dapps/esports.win4.fun.png b/dapps/esports.win4.fun.png deleted file mode 100644 index 946206d237d02..0000000000000 Binary files a/dapps/esports.win4.fun.png and /dev/null differ diff --git a/dapps/eth2.io.png b/dapps/eth2.io.png deleted file mode 100644 index b0068f9bb3dd1..0000000000000 Binary files a/dapps/eth2.io.png and /dev/null differ diff --git a/dapps/eth2dai.com.png b/dapps/eth2dai.com.png deleted file mode 100644 index 7fbfba07a9c40..0000000000000 Binary files a/dapps/eth2dai.com.png and /dev/null differ diff --git a/dapps/ether-quest.com.png b/dapps/ether-quest.com.png deleted file mode 100644 index ec57cde4e74fc..0000000000000 Binary files a/dapps/ether-quest.com.png and /dev/null differ diff --git a/dapps/ether.online.png b/dapps/ether.online.png deleted file mode 100644 index aeaac4f19f4cb..0000000000000 Binary files a/dapps/ether.online.png and /dev/null differ diff --git a/dapps/etherbots.io.png b/dapps/etherbots.io.png deleted file mode 100644 index e155783e1de45..0000000000000 Binary files a/dapps/etherbots.io.png and /dev/null differ diff --git a/dapps/ethercraft.io.png b/dapps/ethercraft.io.png deleted file mode 100644 index 067d128562a13..0000000000000 Binary files a/dapps/ethercraft.io.png and /dev/null differ diff --git a/dapps/etheremon.com.png b/dapps/etheremon.com.png deleted file mode 100644 index ff02e47ce36cc..0000000000000 Binary files a/dapps/etheremon.com.png and /dev/null differ diff --git a/dapps/ethernauts.co.png b/dapps/ethernauts.co.png deleted file mode 100755 index 65700cd524a0f..0000000000000 Binary files a/dapps/ethernauts.co.png and /dev/null differ diff --git a/dapps/etherscan.io.png b/dapps/etherscan.io.png deleted file mode 100644 index 475d80378a77a..0000000000000 Binary files a/dapps/etherscan.io.png and /dev/null differ diff --git a/dapps/ethlend.io.png b/dapps/ethlend.io.png deleted file mode 100644 index f2cc939701770..0000000000000 Binary files a/dapps/ethlend.io.png and /dev/null differ diff --git a/dapps/everdragons.com.png b/dapps/everdragons.com.png deleted file mode 100644 index b325876b3b3c9..0000000000000 Binary files a/dapps/everdragons.com.png and /dev/null differ diff --git a/dapps/everrise.com.png b/dapps/everrise.com.png deleted file mode 100644 index 2cb53a8cedeb1..0000000000000 Binary files a/dapps/everrise.com.png and /dev/null differ diff --git a/dapps/exchange.cafeswap.finance.png b/dapps/exchange.cafeswap.finance.png deleted file mode 100644 index 6a7a275fda207..0000000000000 Binary files a/dapps/exchange.cafeswap.finance.png and /dev/null differ diff --git a/dapps/exchange.pancakeswap.finance.png b/dapps/exchange.pancakeswap.finance.png deleted file mode 100644 index edeeec5f8a6fe..0000000000000 Binary files a/dapps/exchange.pancakeswap.finance.png and /dev/null differ diff --git a/dapps/exchange.robustswap.com.png b/dapps/exchange.robustswap.com.png deleted file mode 100644 index 80a8fb23b270b..0000000000000 Binary files a/dapps/exchange.robustswap.com.png and /dev/null differ diff --git a/dapps/exchange.shibance.com.png b/dapps/exchange.shibance.com.png deleted file mode 100644 index 4711c47567e3a..0000000000000 Binary files a/dapps/exchange.shibance.com.png and /dev/null differ diff --git a/dapps/exnce.com.png b/dapps/exnce.com.png deleted file mode 100644 index 98270aaedc141..0000000000000 Binary files a/dapps/exnce.com.png and /dev/null differ diff --git a/dapps/expotrading.com.png b/dapps/expotrading.com.png deleted file mode 100644 index 24e5e4db187fe..0000000000000 Binary files a/dapps/expotrading.com.png and /dev/null differ diff --git a/dapps/fanbits.com.png b/dapps/fanbits.com.png deleted file mode 100644 index 998866d202fae..0000000000000 Binary files a/dapps/fanbits.com.png and /dev/null differ diff --git a/dapps/farm.hyperjump.fi.png b/dapps/farm.hyperjump.fi.png deleted file mode 100644 index 0920bb9215443..0000000000000 Binary files a/dapps/farm.hyperjump.fi.png and /dev/null differ diff --git a/dapps/featured.market.png b/dapps/featured.market.png deleted file mode 100644 index 330dd1bf1096a..0000000000000 Binary files a/dapps/featured.market.png and /dev/null differ diff --git a/dapps/filmvault.io.png b/dapps/filmvault.io.png deleted file mode 100644 index 36c1427a16be1..0000000000000 Binary files a/dapps/filmvault.io.png and /dev/null differ diff --git a/dapps/findtherabbit.me.png b/dapps/findtherabbit.me.png deleted file mode 100644 index 54c1fee716450..0000000000000 Binary files a/dapps/findtherabbit.me.png and /dev/null differ diff --git a/dapps/fishbank.io.png b/dapps/fishbank.io.png deleted file mode 100644 index 386b63ab02eca..0000000000000 Binary files a/dapps/fishbank.io.png and /dev/null differ diff --git a/dapps/foam.tools.png b/dapps/foam.tools.png deleted file mode 100644 index 01eb6b7106463..0000000000000 Binary files a/dapps/foam.tools.png and /dev/null differ diff --git a/dapps/football-fever.png b/dapps/football-fever.png deleted file mode 100644 index 312e21dc5d6c0..0000000000000 Binary files a/dapps/football-fever.png and /dev/null differ diff --git a/dapps/for.tube.png b/dapps/for.tube.png deleted file mode 100644 index ce68fa7cd9291..0000000000000 Binary files a/dapps/for.tube.png and /dev/null differ diff --git a/dapps/fractional.art.png b/dapps/fractional.art.png deleted file mode 100644 index ee8ff034089ce..0000000000000 Binary files a/dapps/fractional.art.png and /dev/null differ diff --git a/dapps/freighttrust.com.png b/dapps/freighttrust.com.png deleted file mode 100644 index fbdcc5eb8bd6c..0000000000000 Binary files a/dapps/freighttrust.com.png and /dev/null differ diff --git a/dapps/frens.community.png b/dapps/frens.community.png deleted file mode 100644 index 7370117b24377..0000000000000 Binary files a/dapps/frens.community.png and /dev/null differ diff --git a/dapps/frens.link.png b/dapps/frens.link.png deleted file mode 100644 index e8ababd52bec3..0000000000000 Binary files a/dapps/frens.link.png and /dev/null differ diff --git a/dapps/fry.world.png b/dapps/fry.world.png deleted file mode 100644 index d7c29dc08043e..0000000000000 Binary files a/dapps/fry.world.png and /dev/null differ diff --git a/dapps/fundrequest.io.png b/dapps/fundrequest.io.png deleted file mode 100644 index 0a84fea1ad939..0000000000000 Binary files a/dapps/fundrequest.io.png and /dev/null differ diff --git a/dapps/gains.trade.png b/dapps/gains.trade.png deleted file mode 100644 index a7d79ca849d34..0000000000000 Binary files a/dapps/gains.trade.png and /dev/null differ diff --git a/dapps/galler.io.png b/dapps/galler.io.png deleted file mode 100644 index 412cbe26ffd2a..0000000000000 Binary files a/dapps/galler.io.png and /dev/null differ diff --git a/dapps/game.lordless.io.png b/dapps/game.lordless.io.png deleted file mode 100644 index c22f9e05c5ece..0000000000000 Binary files a/dapps/game.lordless.io.png and /dev/null differ diff --git a/dapps/gmx.io.png b/dapps/gmx.io.png deleted file mode 100644 index a9ec9e4a9d09a..0000000000000 Binary files a/dapps/gmx.io.png and /dev/null differ diff --git a/dapps/governance.trustwallet.com.png b/dapps/governance.trustwallet.com.png deleted file mode 100644 index 8e97855518bfd..0000000000000 Binary files a/dapps/governance.trustwallet.com.png and /dev/null differ diff --git a/dapps/hex.win.png b/dapps/hex.win.png deleted file mode 100644 index 1ca487013de4e..0000000000000 Binary files a/dapps/hex.win.png and /dev/null differ diff --git a/dapps/hodltoken.net.png b/dapps/hodltoken.net.png deleted file mode 100644 index fe8a76dfa8f01..0000000000000 Binary files a/dapps/hodltoken.net.png and /dev/null differ diff --git a/dapps/hodlx.exchange.png b/dapps/hodlx.exchange.png deleted file mode 100644 index b66b3c180cd25..0000000000000 Binary files a/dapps/hodlx.exchange.png and /dev/null differ diff --git a/dapps/hotcross.com.png b/dapps/hotcross.com.png deleted file mode 100644 index fc2ed6faab91d..0000000000000 Binary files a/dapps/hotcross.com.png and /dev/null differ diff --git a/dapps/idex.market.png b/dapps/idex.market.png deleted file mode 100644 index abbf8fc38f4da..0000000000000 Binary files a/dapps/idex.market.png and /dev/null differ diff --git a/dapps/idle.finance.png b/dapps/idle.finance.png deleted file mode 100644 index d9722baf20f97..0000000000000 Binary files a/dapps/idle.finance.png and /dev/null differ diff --git a/dapps/incscan.io.png b/dapps/incscan.io.png deleted file mode 100644 index 6e230bbb098cc..0000000000000 Binary files a/dapps/incscan.io.png and /dev/null differ diff --git a/dapps/inddex.io.png b/dapps/inddex.io.png deleted file mode 100644 index 5f329b5e72475..0000000000000 Binary files a/dapps/inddex.io.png and /dev/null differ diff --git a/dapps/indorse.io.png b/dapps/indorse.io.png deleted file mode 100644 index 3479c51f19de8..0000000000000 Binary files a/dapps/indorse.io.png and /dev/null differ diff --git a/dapps/info.apeswap.finance.png b/dapps/info.apeswap.finance.png deleted file mode 100644 index 5676acf9bb8cb..0000000000000 Binary files a/dapps/info.apeswap.finance.png and /dev/null differ diff --git a/dapps/info.hyperjump.fi.png b/dapps/info.hyperjump.fi.png deleted file mode 100644 index 0920bb9215443..0000000000000 Binary files a/dapps/info.hyperjump.fi.png and /dev/null differ diff --git a/dapps/info.narwhalswap.org.png b/dapps/info.narwhalswap.org.png deleted file mode 100644 index 75de53f1ca4e2..0000000000000 Binary files a/dapps/info.narwhalswap.org.png and /dev/null differ diff --git a/dapps/info.uniswap.org.png b/dapps/info.uniswap.org.png deleted file mode 100644 index 640bd55c34496..0000000000000 Binary files a/dapps/info.uniswap.org.png and /dev/null differ diff --git a/dapps/instadapp.io.png b/dapps/instadapp.io.png deleted file mode 100644 index 6d9e788197c46..0000000000000 Binary files a/dapps/instadapp.io.png and /dev/null differ diff --git a/dapps/instant.airswap.io.png b/dapps/instant.airswap.io.png deleted file mode 100644 index 6fda18d3c77d4..0000000000000 Binary files a/dapps/instant.airswap.io.png and /dev/null differ diff --git a/dapps/insurace.png b/dapps/insurace.png deleted file mode 100644 index b51538a2b05ec..0000000000000 Binary files a/dapps/insurace.png and /dev/null differ diff --git a/dapps/johnorionyoung.com.png b/dapps/johnorionyoung.com.png deleted file mode 100644 index 98aa216d3180a..0000000000000 Binary files a/dapps/johnorionyoung.com.png and /dev/null differ diff --git a/dapps/julswap.com.png b/dapps/julswap.com.png deleted file mode 100644 index d64b376a643ba..0000000000000 Binary files a/dapps/julswap.com.png and /dev/null differ diff --git a/dapps/kebabfinance.com.png b/dapps/kebabfinance.com.png deleted file mode 100644 index 72a9355264b0c..0000000000000 Binary files a/dapps/kebabfinance.com.png and /dev/null differ diff --git a/dapps/knownorigin.io.png b/dapps/knownorigin.io.png deleted file mode 100644 index e1bda59a1914b..0000000000000 Binary files a/dapps/knownorigin.io.png and /dev/null differ diff --git a/dapps/koinly.io.png b/dapps/koinly.io.png deleted file mode 100644 index 0777873170060..0000000000000 Binary files a/dapps/koinly.io.png and /dev/null differ diff --git a/dapps/kyber.network.png b/dapps/kyber.network.png deleted file mode 100644 index 125ecc959104f..0000000000000 Binary files a/dapps/kyber.network.png and /dev/null differ diff --git a/dapps/kyber.org.png b/dapps/kyber.org.png deleted file mode 100644 index 125ecc959104f..0000000000000 Binary files a/dapps/kyber.org.png and /dev/null differ diff --git a/dapps/kyberswap.com.png b/dapps/kyberswap.com.png deleted file mode 100644 index 125ecc959104f..0000000000000 Binary files a/dapps/kyberswap.com.png and /dev/null differ diff --git a/dapps/lido.fi.png b/dapps/lido.fi.png deleted file mode 100644 index 477f2e85f99eb..0000000000000 Binary files a/dapps/lido.fi.png and /dev/null differ diff --git a/dapps/localethereum.com.png b/dapps/localethereum.com.png deleted file mode 100644 index d154b57cda56d..0000000000000 Binary files a/dapps/localethereum.com.png and /dev/null differ diff --git a/dapps/lol.hunt.town.png b/dapps/lol.hunt.town.png deleted file mode 100644 index 83bfaeb93cfdd..0000000000000 Binary files a/dapps/lol.hunt.town.png and /dev/null differ diff --git a/dapps/looksrare.org.png b/dapps/looksrare.org.png deleted file mode 100644 index e76ed87a3d236..0000000000000 Binary files a/dapps/looksrare.org.png and /dev/null differ diff --git a/dapps/m.dex.top.png b/dapps/m.dex.top.png deleted file mode 100644 index 0aff3c0e21d20..0000000000000 Binary files a/dapps/m.dex.top.png and /dev/null differ diff --git a/dapps/market.decentraland.org.png b/dapps/market.decentraland.org.png deleted file mode 100644 index 710d0d31d6bad..0000000000000 Binary files a/dapps/market.decentraland.org.png and /dev/null differ diff --git a/dapps/marketplace.axieinfinity.com.png b/dapps/marketplace.axieinfinity.com.png deleted file mode 100644 index 503926b41f68f..0000000000000 Binary files a/dapps/marketplace.axieinfinity.com.png and /dev/null differ diff --git a/dapps/marketplace.e11.io.png b/dapps/marketplace.e11.io.png deleted file mode 100644 index 09c59b21cd172..0000000000000 Binary files a/dapps/marketplace.e11.io.png and /dev/null differ diff --git a/dapps/marketplace.thetanarena.com.png b/dapps/marketplace.thetanarena.com.png deleted file mode 100644 index c3716e9f290f0..0000000000000 Binary files a/dapps/marketplace.thetanarena.com.png and /dev/null differ diff --git a/dapps/master.tomochain.com.png b/dapps/master.tomochain.com.png deleted file mode 100644 index 7c99d9401f8d8..0000000000000 Binary files a/dapps/master.tomochain.com.png and /dev/null differ diff --git a/dapps/math-race.win4.fun.png b/dapps/math-race.win4.fun.png deleted file mode 100755 index e4c5f71059f50..0000000000000 Binary files a/dapps/math-race.win4.fun.png and /dev/null differ diff --git a/dapps/maxbet.pigfarm.io.png b/dapps/maxbet.pigfarm.io.png deleted file mode 100755 index e6ed47a01366f..0000000000000 Binary files a/dapps/maxbet.pigfarm.io.png and /dev/null differ diff --git a/dapps/mclaren.png b/dapps/mclaren.png deleted file mode 100644 index 0bca11607f1be..0000000000000 Binary files a/dapps/mclaren.png and /dev/null differ diff --git a/dapps/megacryptopolis.com.png b/dapps/megacryptopolis.com.png deleted file mode 100644 index 16ad2cf3a7e01..0000000000000 Binary files a/dapps/megacryptopolis.com.png and /dev/null differ diff --git a/dapps/member.iotex.io.png b/dapps/member.iotex.io.png deleted file mode 100755 index d372cbebd4aea..0000000000000 Binary files a/dapps/member.iotex.io.png and /dev/null differ diff --git a/dapps/membrana.io.png b/dapps/membrana.io.png deleted file mode 100644 index ff11459c57c8f..0000000000000 Binary files a/dapps/membrana.io.png and /dev/null differ diff --git a/dapps/mobox.io.png b/dapps/mobox.io.png deleted file mode 100644 index d24de62b980f3..0000000000000 Binary files a/dapps/mobox.io.png and /dev/null differ diff --git a/dapps/mooniswap.exchange.png b/dapps/mooniswap.exchange.png deleted file mode 100644 index 38a82a1c3f836..0000000000000 Binary files a/dapps/mooniswap.exchange.png and /dev/null differ diff --git a/dapps/multisender.app.png b/dapps/multisender.app.png deleted file mode 100644 index c500fa632b2a7..0000000000000 Binary files a/dapps/multisender.app.png and /dev/null differ diff --git a/dapps/multitoken.io.png b/dapps/multitoken.io.png deleted file mode 100644 index 65e50dd476e59..0000000000000 Binary files a/dapps/multitoken.io.png and /dev/null differ diff --git a/dapps/mycryptoheroes.net.png b/dapps/mycryptoheroes.net.png deleted file mode 100644 index 8f69f880ea2e6..0000000000000 Binary files a/dapps/mycryptoheroes.net.png and /dev/null differ diff --git a/dapps/mythereum.io.png b/dapps/mythereum.io.png deleted file mode 100755 index 00d35e8a6bda8..0000000000000 Binary files a/dapps/mythereum.io.png and /dev/null differ diff --git a/dapps/namebazaar.io.png b/dapps/namebazaar.io.png deleted file mode 100755 index 8286e50d0b835..0000000000000 Binary files a/dapps/namebazaar.io.png and /dev/null differ diff --git a/dapps/nami.trade.png b/dapps/nami.trade.png deleted file mode 100644 index 2fa15c7be96b3..0000000000000 Binary files a/dapps/nami.trade.png and /dev/null differ diff --git a/dapps/narwhalswap.org.png b/dapps/narwhalswap.org.png deleted file mode 100644 index 75de53f1ca4e2..0000000000000 Binary files a/dapps/narwhalswap.org.png and /dev/null differ diff --git a/dapps/nestdapp.io.png b/dapps/nestdapp.io.png deleted file mode 100644 index 001f2b431d7b8..0000000000000 Binary files a/dapps/nestdapp.io.png and /dev/null differ diff --git a/dapps/newlittlerabbit.net.png b/dapps/newlittlerabbit.net.png deleted file mode 100644 index ce44195f604e4..0000000000000 Binary files a/dapps/newlittlerabbit.net.png and /dev/null differ diff --git a/dapps/nft.wazirx.org.png b/dapps/nft.wazirx.org.png deleted file mode 100644 index 054cff1376bce..0000000000000 Binary files a/dapps/nft.wazirx.org.png and /dev/null differ diff --git a/dapps/nftb.io.png b/dapps/nftb.io.png deleted file mode 100644 index 8d2bc762229e3..0000000000000 Binary files a/dapps/nftb.io.png and /dev/null differ diff --git a/dapps/nftoaster.com.png b/dapps/nftoaster.com.png deleted file mode 100644 index 7361fca5472b8..0000000000000 Binary files a/dapps/nftoaster.com.png and /dev/null differ diff --git a/dapps/nifty.gallery.png b/dapps/nifty.gallery.png deleted file mode 100644 index 8cb1320e886da..0000000000000 Binary files a/dapps/nifty.gallery.png and /dev/null differ diff --git a/dapps/nuo.network.png b/dapps/nuo.network.png deleted file mode 100644 index c5b4e96b16ea1..0000000000000 Binary files a/dapps/nuo.network.png and /dev/null differ diff --git a/dapps/oasis.app.png b/dapps/oasis.app.png deleted file mode 100644 index 0c9c0eba9dc97..0000000000000 Binary files a/dapps/oasis.app.png and /dev/null differ diff --git a/dapps/onhexel.com.png b/dapps/onhexel.com.png deleted file mode 100644 index 30c91fb7d5ccb..0000000000000 Binary files a/dapps/onhexel.com.png and /dev/null differ diff --git a/dapps/openocean.finance.png b/dapps/openocean.finance.png deleted file mode 100644 index 1211f7d72fb77..0000000000000 Binary files a/dapps/openocean.finance.png and /dev/null differ diff --git a/dapps/opensea.io.png b/dapps/opensea.io.png deleted file mode 100644 index a8cd875f45c22..0000000000000 Binary files a/dapps/opensea.io.png and /dev/null differ diff --git a/dapps/orchid.com.png b/dapps/orchid.com.png deleted file mode 100644 index 9a8c35f6b69be..0000000000000 Binary files a/dapps/orchid.com.png and /dev/null differ diff --git a/dapps/p3c.io.png b/dapps/p3c.io.png deleted file mode 100644 index fcc600bbd645c..0000000000000 Binary files a/dapps/p3c.io.png and /dev/null differ diff --git a/dapps/pacoca.io.png b/dapps/pacoca.io.png deleted file mode 100644 index d92efb813f26a..0000000000000 Binary files a/dapps/pacoca.io.png and /dev/null differ diff --git a/dapps/pancakeswap.finance.png b/dapps/pancakeswap.finance.png deleted file mode 100644 index df23093e1c717..0000000000000 Binary files a/dapps/pancakeswap.finance.png and /dev/null differ diff --git a/dapps/pantheon.exchange.png b/dapps/pantheon.exchange.png deleted file mode 100755 index 13a25c0036941..0000000000000 Binary files a/dapps/pantheon.exchange.png and /dev/null differ diff --git a/dapps/pay.sablier.finance.png b/dapps/pay.sablier.finance.png deleted file mode 100644 index f2baeae140f37..0000000000000 Binary files a/dapps/pay.sablier.finance.png and /dev/null differ diff --git a/dapps/peepeth.com.png b/dapps/peepeth.com.png deleted file mode 100755 index 9f4b9800c5da3..0000000000000 Binary files a/dapps/peepeth.com.png and /dev/null differ diff --git a/dapps/phoswap.io.png b/dapps/phoswap.io.png deleted file mode 100644 index a85fe03cbf35b..0000000000000 Binary files a/dapps/phoswap.io.png and /dev/null differ diff --git a/dapps/pizzafinance.app.png b/dapps/pizzafinance.app.png deleted file mode 100644 index a5bf234c53a69..0000000000000 Binary files a/dapps/pizzafinance.app.png and /dev/null differ diff --git a/dapps/platform.trustwallet.com.png b/dapps/platform.trustwallet.com.png deleted file mode 100644 index ed737f6a54601..0000000000000 Binary files a/dapps/platform.trustwallet.com.png and /dev/null differ diff --git a/dapps/play.moonpot.com.png b/dapps/play.moonpot.com.png deleted file mode 100644 index 9c517292a4d12..0000000000000 Binary files a/dapps/play.moonpot.com.png and /dev/null differ diff --git a/dapps/plex.dharma.io.png b/dapps/plex.dharma.io.png deleted file mode 100644 index 793dc64a81366..0000000000000 Binary files a/dapps/plex.dharma.io.png and /dev/null differ diff --git a/dapps/polygon.info.apeswap.finance.png b/dapps/polygon.info.apeswap.finance.png deleted file mode 100644 index 5676acf9bb8cb..0000000000000 Binary files a/dapps/polygon.info.apeswap.finance.png and /dev/null differ diff --git a/dapps/poocoin.app.png b/dapps/poocoin.app.png deleted file mode 100644 index ecc742e43644f..0000000000000 Binary files a/dapps/poocoin.app.png and /dev/null differ diff --git a/dapps/pools.fyi.png b/dapps/pools.fyi.png deleted file mode 100644 index ee730acdd8d5b..0000000000000 Binary files a/dapps/pools.fyi.png and /dev/null differ diff --git a/dapps/pooltogether.com.png b/dapps/pooltogether.com.png deleted file mode 100644 index 8a90090f04ffd..0000000000000 Binary files a/dapps/pooltogether.com.png and /dev/null differ diff --git a/dapps/pooltogether.us.png b/dapps/pooltogether.us.png deleted file mode 100644 index c7788e966f676..0000000000000 Binary files a/dapps/pooltogether.us.png and /dev/null differ diff --git a/dapps/poolx.launchzone.org.png b/dapps/poolx.launchzone.org.png deleted file mode 100644 index ebe54a7942cb5..0000000000000 Binary files a/dapps/poolx.launchzone.org.png and /dev/null differ diff --git a/dapps/portfolio.defiprime.com.png b/dapps/portfolio.defiprime.com.png deleted file mode 100644 index 515e276ef9324..0000000000000 Binary files a/dapps/portfolio.defiprime.com.png and /dev/null differ diff --git a/dapps/powerpool.finance.png b/dapps/powerpool.finance.png deleted file mode 100644 index ebf7b409111a7..0000000000000 Binary files a/dapps/powerpool.finance.png and /dev/null differ diff --git a/dapps/prdt.finance.png b/dapps/prdt.finance.png deleted file mode 100644 index 17e9878fb461d..0000000000000 Binary files a/dapps/prdt.finance.png and /dev/null differ diff --git a/dapps/rarebits.io.png b/dapps/rarebits.io.png deleted file mode 100644 index ecd62c050b438..0000000000000 Binary files a/dapps/rarebits.io.png and /dev/null differ diff --git a/dapps/rarible.com.png b/dapps/rarible.com.png deleted file mode 100644 index 6e7274321c245..0000000000000 Binary files a/dapps/rarible.com.png and /dev/null differ diff --git a/dapps/relay.radar.tech.png b/dapps/relay.radar.tech.png deleted file mode 100644 index 1f271d3ca569c..0000000000000 Binary files a/dapps/relay.radar.tech.png and /dev/null differ diff --git a/dapps/review.hunt.town.png b/dapps/review.hunt.town.png deleted file mode 100644 index eb837ac035736..0000000000000 Binary files a/dapps/review.hunt.town.png and /dev/null differ diff --git a/dapps/robustswap.com.png b/dapps/robustswap.com.png deleted file mode 100644 index 80a8fb23b270b..0000000000000 Binary files a/dapps/robustswap.com.png and /dev/null differ diff --git a/dapps/saturn.network.png b/dapps/saturn.network.png deleted file mode 100755 index fc0c9b76d3417..0000000000000 Binary files a/dapps/saturn.network.png and /dev/null differ diff --git a/dapps/shiftly.finance.png b/dapps/shiftly.finance.png deleted file mode 100755 index 9d1d14b0f69f1..0000000000000 Binary files a/dapps/shiftly.finance.png and /dev/null differ diff --git a/dapps/slots.spin4.fun.png b/dapps/slots.spin4.fun.png deleted file mode 100755 index c243d67648333..0000000000000 Binary files a/dapps/slots.spin4.fun.png and /dev/null differ diff --git a/dapps/smartdrops.io.png b/dapps/smartdrops.io.png deleted file mode 100644 index 7bed7bff6de67..0000000000000 Binary files a/dapps/smartdrops.io.png and /dev/null differ diff --git a/dapps/smartz.io.png b/dapps/smartz.io.png deleted file mode 100644 index 0ce2de7aa1394..0000000000000 Binary files a/dapps/smartz.io.png and /dev/null differ diff --git a/dapps/snark.art.png b/dapps/snark.art.png deleted file mode 100644 index 2e8311a492353..0000000000000 Binary files a/dapps/snark.art.png and /dev/null differ diff --git a/dapps/sorare.com.png b/dapps/sorare.com.png deleted file mode 100644 index b930d2daefd7c..0000000000000 Binary files a/dapps/sorare.com.png and /dev/null differ diff --git a/dapps/space-race.win4.fun.png b/dapps/space-race.win4.fun.png deleted file mode 100755 index 63c35edc438c6..0000000000000 Binary files a/dapps/space-race.win4.fun.png and /dev/null differ diff --git a/dapps/space-tetris.win4.fun.png b/dapps/space-tetris.win4.fun.png deleted file mode 100755 index 0335c105551d1..0000000000000 Binary files a/dapps/space-tetris.win4.fun.png and /dev/null differ diff --git a/dapps/spartanswap.org.png b/dapps/spartanswap.org.png deleted file mode 100644 index 0dd74aba5b8de..0000000000000 Binary files a/dapps/spartanswap.org.png and /dev/null differ diff --git a/dapps/spiderdex.com.png b/dapps/spiderdex.com.png deleted file mode 100644 index adaf3631b0e64..0000000000000 Binary files a/dapps/spiderdex.com.png and /dev/null differ diff --git a/dapps/staking.thundercore.com.png b/dapps/staking.thundercore.com.png deleted file mode 100755 index b9b9a8fd60e1a..0000000000000 Binary files a/dapps/staking.thundercore.com.png and /dev/null differ diff --git a/dapps/steemhunt.com.png b/dapps/steemhunt.com.png deleted file mode 100644 index 971d5e27582b2..0000000000000 Binary files a/dapps/steemhunt.com.png and /dev/null differ diff --git a/dapps/steemit.com.png b/dapps/steemit.com.png deleted file mode 100644 index e42005aab5a96..0000000000000 Binary files a/dapps/steemit.com.png and /dev/null differ diff --git a/dapps/store.touristoken.com.png b/dapps/store.touristoken.com.png deleted file mode 100644 index 997f6095465b5..0000000000000 Binary files a/dapps/store.touristoken.com.png and /dev/null differ diff --git a/dapps/streetswap.vip.png b/dapps/streetswap.vip.png deleted file mode 100644 index f1c60f849ffa0..0000000000000 Binary files a/dapps/streetswap.vip.png and /dev/null differ diff --git a/dapps/surnft.com.png b/dapps/surnft.com.png deleted file mode 100644 index 45b116163ac14..0000000000000 Binary files a/dapps/surnft.com.png and /dev/null differ diff --git a/dapps/sushiswapclassic.org.png b/dapps/sushiswapclassic.org.png deleted file mode 100644 index 3ec6967a4627f..0000000000000 Binary files a/dapps/sushiswapclassic.org.png and /dev/null differ diff --git a/dapps/swap.hyperjump.fi.png b/dapps/swap.hyperjump.fi.png deleted file mode 100644 index 0920bb9215443..0000000000000 Binary files a/dapps/swap.hyperjump.fi.png and /dev/null differ diff --git a/dapps/swapliquidity.org.png b/dapps/swapliquidity.org.png deleted file mode 100644 index 60a2f81314f6c..0000000000000 Binary files a/dapps/swapliquidity.org.png and /dev/null differ diff --git a/dapps/swaptoken.app.png b/dapps/swaptoken.app.png deleted file mode 100644 index 1f5ced7a4eda7..0000000000000 Binary files a/dapps/swaptoken.app.png and /dev/null differ diff --git a/dapps/swaptuna.com.png b/dapps/swaptuna.com.png deleted file mode 100644 index 495457c2f8ac8..0000000000000 Binary files a/dapps/swaptuna.com.png and /dev/null differ diff --git a/dapps/swapx.launchzone.org.png b/dapps/swapx.launchzone.org.png deleted file mode 100644 index f4e802575091d..0000000000000 Binary files a/dapps/swapx.launchzone.org.png and /dev/null differ diff --git a/dapps/switcheo.exchange.png b/dapps/switcheo.exchange.png deleted file mode 100644 index a1cd3f4730c18..0000000000000 Binary files a/dapps/switcheo.exchange.png and /dev/null differ diff --git a/dapps/token.hunt.town.png b/dapps/token.hunt.town.png deleted file mode 100644 index 6abd318ed0f64..0000000000000 Binary files a/dapps/token.hunt.town.png and /dev/null differ diff --git a/dapps/token.store.png b/dapps/token.store.png deleted file mode 100644 index 43086545cfa4d..0000000000000 Binary files a/dapps/token.store.png and /dev/null differ diff --git a/dapps/tokenfactory.surge.sh.png b/dapps/tokenfactory.surge.sh.png deleted file mode 100644 index 983753c655d33..0000000000000 Binary files a/dapps/tokenfactory.surge.sh.png and /dev/null differ diff --git a/dapps/tokenlon.im.png b/dapps/tokenlon.im.png deleted file mode 100644 index a3f2847caeeb0..0000000000000 Binary files a/dapps/tokenlon.im.png and /dev/null differ diff --git a/dapps/tokensets.com.png b/dapps/tokensets.com.png deleted file mode 100644 index d8b7d92c577b4..0000000000000 Binary files a/dapps/tokensets.com.png and /dev/null differ diff --git a/dapps/tokentool.bitbond.com.png b/dapps/tokentool.bitbond.com.png deleted file mode 100644 index 08874c8be8e76..0000000000000 Binary files a/dapps/tokentool.bitbond.com.png and /dev/null differ diff --git a/dapps/tomoswap.com.png b/dapps/tomoswap.com.png deleted file mode 100755 index 17424f7316157..0000000000000 Binary files a/dapps/tomoswap.com.png and /dev/null differ diff --git a/dapps/tools.crypton.xyz.png b/dapps/tools.crypton.xyz.png deleted file mode 100644 index 47a879126b255..0000000000000 Binary files a/dapps/tools.crypton.xyz.png and /dev/null differ diff --git a/dapps/tornado.cash.png b/dapps/tornado.cash.png deleted file mode 100644 index f694453a4288d..0000000000000 Binary files a/dapps/tornado.cash.png and /dev/null differ diff --git a/dapps/tranchess.com.png b/dapps/tranchess.com.png deleted file mode 100644 index e3e634c7886f4..0000000000000 Binary files a/dapps/tranchess.com.png and /dev/null differ diff --git a/dapps/traphouse.vip.png b/dapps/traphouse.vip.png deleted file mode 100644 index f1c60f849ffa0..0000000000000 Binary files a/dapps/traphouse.vip.png and /dev/null differ diff --git a/dapps/trustmemecoinweek.png b/dapps/trustmemecoinweek.png deleted file mode 100644 index 01c775295fdbc..0000000000000 Binary files a/dapps/trustmemecoinweek.png and /dev/null differ diff --git a/dapps/ttroll.ttmobileapps.com.png b/dapps/ttroll.ttmobileapps.com.png deleted file mode 100755 index 25e4c1423e92e..0000000000000 Binary files a/dapps/ttroll.ttmobileapps.com.png and /dev/null differ diff --git a/dapps/uniswap.exchange.png b/dapps/uniswap.exchange.png deleted file mode 100644 index 3adb868fee225..0000000000000 Binary files a/dapps/uniswap.exchange.png and /dev/null differ diff --git a/dapps/uniswap.io.png b/dapps/uniswap.io.png deleted file mode 100644 index 9507a5168e67e..0000000000000 Binary files a/dapps/uniswap.io.png and /dev/null differ diff --git a/dapps/v1exchange.pancakeswap.finance.png b/dapps/v1exchange.pancakeswap.finance.png deleted file mode 100644 index 67ad01f3e1e8b..0000000000000 Binary files a/dapps/v1exchange.pancakeswap.finance.png and /dev/null differ diff --git a/dapps/v3app.everrise.com.png b/dapps/v3app.everrise.com.png deleted file mode 100644 index 3cb06525d2f94..0000000000000 Binary files a/dapps/v3app.everrise.com.png and /dev/null differ diff --git a/dapps/voting.cafeswap.finance.png b/dapps/voting.cafeswap.finance.png deleted file mode 100644 index 0ea16dd7e5e37..0000000000000 Binary files a/dapps/voting.cafeswap.finance.png and /dev/null differ diff --git a/dapps/wallet.mocotoken.io.png b/dapps/wallet.mocotoken.io.png deleted file mode 100644 index a09ff296bdb36..0000000000000 Binary files a/dapps/wallet.mocotoken.io.png and /dev/null differ diff --git a/dapps/wardenswap.finance.png b/dapps/wardenswap.finance.png deleted file mode 100644 index e1bc26f309c76..0000000000000 Binary files a/dapps/wardenswap.finance.png and /dev/null differ diff --git a/dapps/wolfible.com.png b/dapps/wolfible.com.png deleted file mode 100644 index 3fa965c31ae00..0000000000000 Binary files a/dapps/wolfible.com.png and /dev/null differ diff --git a/dapps/word-race.win4.fun.png b/dapps/word-race.win4.fun.png deleted file mode 100644 index 4c4a808e3a8a8..0000000000000 Binary files a/dapps/word-race.win4.fun.png and /dev/null differ diff --git a/dapps/www.bakeryswap.org.png b/dapps/www.bakeryswap.org.png deleted file mode 100644 index d819fa1306dae..0000000000000 Binary files a/dapps/www.bakeryswap.org.png and /dev/null differ diff --git a/dapps/www.comproi.com.png b/dapps/www.comproi.com.png deleted file mode 100644 index 79d691066892a..0000000000000 Binary files a/dapps/www.comproi.com.png and /dev/null differ diff --git a/dapps/www.crypt-oink.io.png b/dapps/www.crypt-oink.io.png deleted file mode 100644 index 9376ce3b9db6f..0000000000000 Binary files a/dapps/www.crypt-oink.io.png and /dev/null differ diff --git a/dapps/www.galler.io.png b/dapps/www.galler.io.png deleted file mode 100644 index 412cbe26ffd2a..0000000000000 Binary files a/dapps/www.galler.io.png and /dev/null differ diff --git a/dapps/www.google.com.png b/dapps/www.google.com.png deleted file mode 100644 index ccbcfc1c5b8f3..0000000000000 Binary files a/dapps/www.google.com.png and /dev/null differ diff --git a/dapps/www.helmet.insure.png b/dapps/www.helmet.insure.png deleted file mode 100644 index 970a738b1e332..0000000000000 Binary files a/dapps/www.helmet.insure.png and /dev/null differ diff --git a/dapps/xank.io.png b/dapps/xank.io.png deleted file mode 100644 index 942e7f0b8bf95..0000000000000 Binary files a/dapps/xank.io.png and /dev/null differ diff --git a/dapps/yearn.finance.png b/dapps/yearn.finance.png deleted file mode 100644 index 5c5217ca2d707..0000000000000 Binary files a/dapps/yearn.finance.png and /dev/null differ diff --git a/dapps/yieldwatch.net.png b/dapps/yieldwatch.net.png deleted file mode 100644 index 23ab370a1d974..0000000000000 Binary files a/dapps/yieldwatch.net.png and /dev/null differ diff --git a/dapps/yticons.co.png b/dapps/yticons.co.png deleted file mode 100644 index 27ba4feaf11c7..0000000000000 Binary files a/dapps/yticons.co.png and /dev/null differ diff --git a/dapps/zed.run.png b/dapps/zed.run.png deleted file mode 100755 index 91a58c866539a..0000000000000 Binary files a/dapps/zed.run.png and /dev/null differ diff --git a/dapps/zerion.io.png b/dapps/zerion.io.png deleted file mode 100644 index 68390d33e3620..0000000000000 Binary files a/dapps/zerion.io.png and /dev/null differ diff --git a/go.mod b/go.mod deleted file mode 100644 index 6931842b512f2..0000000000000 --- a/go.mod +++ /dev/null @@ -1,43 +0,0 @@ -module github.com/trustwallet/assets - -go 1.18 - -require ( - github.com/sirupsen/logrus v1.9.0 - github.com/spf13/cobra v1.7.0 - github.com/trustwallet/assets-go-libs v0.3.5 - github.com/trustwallet/go-libs v0.7.3 - github.com/trustwallet/go-primitives v0.0.77 -) - -require ( - github.com/beorn7/perks v1.0.1 // indirect - github.com/cespare/xxhash/v2 v2.1.2 // indirect - github.com/deckarep/golang-set v1.7.1 // indirect - github.com/fsnotify/fsnotify v1.5.1 // indirect - github.com/golang/protobuf v1.5.2 // indirect - github.com/hashicorp/hcl v1.0.0 // indirect - github.com/inconshreveable/mousetrap v1.1.0 // indirect - github.com/magiconair/properties v1.8.5 // indirect - github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect - github.com/mitchellh/mapstructure v1.4.3 // indirect - github.com/patrickmn/go-cache v2.1.0+incompatible // indirect - github.com/pelletier/go-toml v1.9.4 // indirect - github.com/prometheus/client_golang v1.12.0 // indirect - github.com/prometheus/client_model v0.2.0 // indirect - github.com/prometheus/common v0.32.1 // indirect - github.com/prometheus/procfs v0.7.3 // indirect - github.com/spf13/afero v1.6.0 // indirect - github.com/spf13/cast v1.4.1 // indirect - github.com/spf13/jwalterweatherman v1.1.0 // indirect - github.com/spf13/pflag v1.0.5 // indirect - github.com/spf13/viper v1.10.0 // indirect - github.com/subosito/gotenv v1.2.0 // indirect - golang.org/x/crypto v0.4.0 // indirect - golang.org/x/image v0.5.0 // indirect - golang.org/x/sys v0.3.0 // indirect - golang.org/x/text v0.7.0 // indirect - google.golang.org/protobuf v1.27.1 // indirect - gopkg.in/ini.v1 v1.66.2 // indirect - gopkg.in/yaml.v2 v2.4.0 // indirect -) diff --git a/go.sum b/go.sum deleted file mode 100644 index 27b58b00503e2..0000000000000 --- a/go.sum +++ /dev/null @@ -1,551 +0,0 @@ -cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= -cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU= -cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= -cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc= -cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0= -cloud.google.com/go v0.50.0/go.mod h1:r9sluTvynVuxRIOHXQEHMFffphuXHOMZMycpNR5e6To= -cloud.google.com/go v0.52.0/go.mod h1:pXajvRH/6o3+F9jDHZWQ5PbGhn+o8w9qiu/CffaVdO4= -cloud.google.com/go v0.53.0/go.mod h1:fp/UouUEsRkN6ryDKNW/Upv/JBKnv6WDthjR6+vze6M= -cloud.google.com/go v0.54.0/go.mod h1:1rq2OEkV3YMf6n/9ZvGWI3GWw0VoqH/1x2nd8Is/bPc= -cloud.google.com/go v0.56.0/go.mod h1:jr7tqZxxKOVYizybht9+26Z/gUq7tiRzu+ACVAMbKVk= -cloud.google.com/go v0.57.0/go.mod h1:oXiQ6Rzq3RAkkY7N6t3TcE6jE+CIBBbA36lwQ1JyzZs= -cloud.google.com/go v0.62.0/go.mod h1:jmCYTdRCQuc1PHIIJ/maLInMho30T/Y0M4hTdTShOYc= -cloud.google.com/go v0.65.0/go.mod h1:O5N8zS7uWy9vkA9vayVHs65eM1ubvY4h553ofrNHObY= -cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= -cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE= -cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= -cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg= -cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc= -cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= -cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= -cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= -cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I= -cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= -cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= -cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjpRVR+TSU= -cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= -cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= -cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk= -cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs= -cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= -dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= -github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= -github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= -github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= -github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= -github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= -github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= -github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho= -github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= -github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= -github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= -github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= -github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= -github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= -github.com/cespare/xxhash/v2 v2.1.2 h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE= -github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= -github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= -github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= -github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= -github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= -github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= -github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= -github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/deckarep/golang-set v1.7.1 h1:SCQV0S6gTtp6itiFrTqI+pfmJ4LN85S1YzhDf9rTHJQ= -github.com/deckarep/golang-set v1.7.1/go.mod h1:93vsz/8Wt4joVM7c2AVqh+YRMiUSc14yDtF28KmMOgQ= -github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= -github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= -github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= -github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= -github.com/fsnotify/fsnotify v1.5.1 h1:mZcQUHVQUQWoPXXtuf9yuEXKudkV2sx1E06UadKWpgI= -github.com/fsnotify/fsnotify v1.5.1/go.mod h1:T3375wBYaZdLLcVNkcVbzGHY7f1l/uK5T5Ai1i3InKU= -github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE= -github.com/gin-gonic/gin v1.7.7 h1:3DoBmSbJbZAWqXJC3SLjAPfutPJJRN1U5pALB7EeTTs= -github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= -github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= -github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= -github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= -github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= -github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY= -github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= -github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= -github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= -github.com/go-playground/locales v0.13.0 h1:HyWk6mgj5qFqCT5fjGBuRArbVDfE4hi8+e8ceBS/t7Q= -github.com/go-playground/universal-translator v0.17.0 h1:icxd5fm+REJzpZx7ZfpaD876Lmtgy7VtROAbHHXk8no= -github.com/go-playground/validator/v10 v10.4.1 h1:pH2c5ADXtd66mxoE0Zm9SUhxE20r7aM3F26W0hOn+GE= -github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= -github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= -github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= -github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= -github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= -github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y= -github.com/golang/mock v1.4.0/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/mock v1.4.1/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/mock v1.4.3/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/mock v1.4.4/go.mod h1:l3mdAwkq5BuhzHwde/uurv3sEJeZMXNpwsxVWU71h+4= -github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.3/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= -github.com/golang/protobuf v1.3.4/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= -github.com/golang/protobuf v1.3.5/go.mod h1:6O5/vntMXwX2lRkT1hjjk0nAC1IDOTvTlVgjlRvqsdk= -github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= -github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= -github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs= -github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w= -github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0= -github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8= -github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= -github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw= -github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= -github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= -github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg= -github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= -github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= -github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= -github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= -github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= -github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= -github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= -github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4= -github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= -github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= -github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= -github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= -github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4= -github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= -github.com/json-iterator/go v1.1.10/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= -github.com/json-iterator/go v1.1.11/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= -github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM= -github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo= -github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= -github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= -github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= -github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM= -github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= -github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= -github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= -github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg= -github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= -github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= -github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= -github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= -github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= -github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= -github.com/leodido/go-urn v1.2.0 h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y= -github.com/magiconair/properties v1.8.5 h1:b6kJs+EmPFMYGkow9GiUyCyOvIwYetYJ3fSaWak/Gls= -github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= -github.com/mattn/go-isatty v0.0.14 h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y= -github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU= -github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= -github.com/mitchellh/mapstructure v1.4.3 h1:OVowDSCllw/YjdLkam3/sm7wEtOy59d8ndGgCcyj8cs= -github.com/mitchellh/mapstructure v1.4.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= -github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= -github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg= -github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= -github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M= -github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= -github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= -github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= -github.com/patrickmn/go-cache v2.1.0+incompatible h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc= -github.com/patrickmn/go-cache v2.1.0+incompatible/go.mod h1:3Qf8kWWT7OJRJbdiICTKqZju1ZixQ/KpMGzzAfe6+WQ= -github.com/pelletier/go-toml v1.9.4 h1:tjENF6MfZAg8e4ZmZTeWaWiT2vXtsoO6+iuOjFhECwM= -github.com/pelletier/go-toml v1.9.4/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= -github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZI= -github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= -github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= -github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= -github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M= -github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= -github.com/prometheus/client_golang v1.12.0 h1:C+UIj/QWtmqY13Arb8kwMt5j34/0Z2iKamrJ+ryC0Gg= -github.com/prometheus/client_golang v1.12.0/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY= -github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= -github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/client_model v0.2.0 h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M= -github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= -github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo= -github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc= -github.com/prometheus/common v0.32.1 h1:hWIdL3N2HoUx3B8j3YN9mWor0qhY/NlEKZEaXxuIRh4= -github.com/prometheus/common v0.32.1/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls= -github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= -github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= -github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU= -github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= -github.com/prometheus/procfs v0.7.3 h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0VU= -github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= -github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= -github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= -github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= -github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= -github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88= -github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0= -github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= -github.com/spf13/afero v1.6.0 h1:xoax2sJ2DT8S8xA2paPFjDCScCNeWsg75VG0DLRreiY= -github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I= -github.com/spf13/cast v1.4.1 h1:s0hze+J0196ZfEMTs80N7UlFt0BDuQ7Q+JDnHiMWKdA= -github.com/spf13/cast v1.4.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= -github.com/spf13/cobra v1.7.0 h1:hyqWnYt1ZQShIddO5kBpj3vu05/++x6tJ6dg8EC572I= -github.com/spf13/cobra v1.7.0/go.mod h1:uLxZILRyS/50WlhOIKD7W6V5bgeIt+4sICxh6uRMrb0= -github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk= -github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo= -github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= -github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= -github.com/spf13/viper v1.10.0 h1:mXH0UwHS4D2HwWZa75im4xIQynLfblmWV7qcWpfv0yk= -github.com/spf13/viper v1.10.0/go.mod h1:SoyBPwAtKDzypXNDFKN5kzH7ppppbGZtls1UpIy5AsM= -github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= -github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= -github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk= -github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s= -github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= -github.com/trustwallet/assets-go-libs v0.3.5 h1:xYgaDdy0VG9H3dHq+Cp830vYaZUHWA0SKbB/Nyb3ptg= -github.com/trustwallet/assets-go-libs v0.3.5/go.mod h1:03cXr+ABmrdDXZkoPPdP6h3oN2RCsGPx6QqILORpEW0= -github.com/trustwallet/go-libs v0.7.3 h1:X5KTj2/582Iv/3Pbm9AKPABBlwGE0tLGbQir66jD6U0= -github.com/trustwallet/go-libs v0.7.3/go.mod h1:5TQECBJo2ZUhGvB4pTKtyYeclGhzlYooVv/EufU4Axk= -github.com/trustwallet/go-primitives v0.0.77 h1:iHEyXUQFguF1ro2boze/10xqiN8eGRaorpcUQHTa+ok= -github.com/trustwallet/go-primitives v0.0.77/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc= -github.com/ugorji/go/codec v1.1.7 h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs= -github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= -go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= -go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8= -go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= -golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.4.0 h1:UVQgzMY87xqpKNgb+kDsll2Igd33HszWHFLmpaRMq/8= -golang.org/x/crypto v0.4.0/go.mod h1:3quD/ATkf6oY+rnes5c3ExXTbLc8mueNue5/DoinL80= -golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= -golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek= -golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY= -golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM= -golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU= -golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= -golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= -golang.org/x/image v0.5.0 h1:5JMiNunQeQw++mMOz48/ISeNu3Iweh/JaZU8ZLqHRrI= -golang.org/x/image v0.5.0/go.mod h1:FVC7BI/5Ym8R25iw5OLsgshdUBbT1h5jZTpA+mvAdZ4= -golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= -golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= -golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= -golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190409202823-959b441ac422/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f/go.mod h1:5qLYkcX4OjUUV8bRuDixDT3tpyyb+LUpUlRWLxfhWrs= -golang.org/x/lint v0.0.0-20200130185559-910be7a94367/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE= -golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o= -golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc= -golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY= -golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= -golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= -golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= -golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= -golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190628185345-da137c7871d7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200222125558-5a598a2470a0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200301022130-244492dfa37a/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200506145744-7e3656a0809f/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200513185701-a91f0712d120/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= -golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= -golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200113162924-86b910548bc1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200122134326-e047566fdf82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200331124033-c3d80250170d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200501052902-10377860bb8e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200523222454-059865788121/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200803210538-64077c9b5642/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.3.0 h1:w8ZOecv6NaNa/zC8944JTU3vz4u6Lagfk4RPQxv92NQ= -golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= -golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= -golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/text v0.7.0 h1:4BRB4x83lYWy72KwLD/qYDuTu7q9PjSagHvijDw7cLo= -golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= -golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= -golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191216173652-a0e659d51361/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200117161641-43d50277825c/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200122220014-bf1340f18c4a/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200204074204-1cc6d1ef6c74/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200212150539-ea181f53ac56/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200224181240-023911ca70b2/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200227222343-706bc42d1f0d/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= -golang.org/x/tools v0.0.0-20200312045724-11d5b4c81c7d/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= -golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= -golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200512131952-2bc93b1c0c88/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200515010526-7d3b6ebf133d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200618134242-20370b0cb4b2/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= -golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= -google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= -google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= -google.golang.org/api v0.9.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= -google.golang.org/api v0.13.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.14.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.15.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.17.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.18.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.19.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.20.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.22.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.24.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= -google.golang.org/api v0.28.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= -google.golang.org/api v0.29.0/go.mod h1:Lcubydp8VUV7KeIHD9z2Bys/sm/vGKnG1UHuDBSrHWM= -google.golang.org/api v0.30.0/go.mod h1:QGmEvQ87FHZNiUVJkT14jQNYJ4ZJjdRF23ZXz5138Fc= -google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= -google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= -google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= -google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= -google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/appengine v1.6.6/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= -google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= -google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= -google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51/go.mod h1:IbNlFCBrqXvoKpeg0TB2l7cyZUmoaFKYIwrEpbDKLA8= -google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191115194625-c23dd37a84c9/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200115191322-ca5a22157cba/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200122232147-0452cf42e150/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200204135345-fa8e72b47b90/go.mod h1:GmwEX6Z4W5gMy59cAlVYjN9JhxgbQH6Gn+gFDQe2lzA= -google.golang.org/genproto v0.0.0-20200212174721-66ed5ce911ce/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200228133532-8c2c7df3a383/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200305110556-506484158171/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200312145019-da6875a35672/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200331122359-1ee6d9798940/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200511104702-f5ebc3bea380/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200515170657-fc4c6c6a6587/go.mod h1:YsZOwe1myG/8QRHRsmBRE1LrgQY60beZKjly0O1fX9U= -google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo= -google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790/go.mod h1:jDfRM7FcilCzHH/e9qn6dsT145K34l5v+OpcnNgKAAA= -google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= -google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= -google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= -google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= -google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY= -google.golang.org/grpc v1.26.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.27.1/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.28.0/go.mod h1:rpkK4SK4GF4Ach/+MFLZUBavHOvF2JJB5uozKKal+60= -google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk= -google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= -google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= -google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= -google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE= -google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo= -google.golang.org/protobuf v1.22.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4= -google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= -google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= -google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -google.golang.org/protobuf v1.27.1 h1:SnqbnDw1V7RiZcXPx5MEeqPv2s79L9i7BJUlG/+RurQ= -google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo= -gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= -gopkg.in/ini.v1 v1.66.2 h1:XfR1dOYubytKy4Shzc2LHrrGhU0lDCfDGG1yLPmpgsI= -gopkg.in/ini.v1 v1.66.2/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= -gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.5/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= -gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= -gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= -gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= -honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= -honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= -rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= -rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= -rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= diff --git a/internal/config/config.go b/internal/config/config.go deleted file mode 100644 index 07733178574fc..0000000000000 --- a/internal/config/config.go +++ /dev/null @@ -1,58 +0,0 @@ -package config - -import ( - "path/filepath" - - "github.com/trustwallet/go-libs/config/viper" -) - -type ( - Config struct { - App App `mapstructure:"app"` - ClientURLs ClientURLs `mapstructure:"client_urls"` - URLs URLs `mapstructure:"urls"` - TimeFormat string `mapstructure:"time_format"` - ValidatorsSettings ValidatorsSettings `mapstructure:"validators_settings"` - } - - App struct { - LogLevel string `mapstructure:"log_level"` - } - - ClientURLs struct { - Binance struct { - Dex string `mapstructure:"dex"` - Explorer string `mapstructure:"explorer"` - } `mapstructure:"binance"` - AssetsManagerAPI string `mapstructure:"assets_manager_api"` - } - - URLs struct { - AssetsApp string `mapstructure:"assets_app"` - Logo string `mapstructure:"logo"` - } - - ValidatorsSettings struct { - RootFolder RootFolder `mapstructure:"root_folder"` - ChainFolder ChainFolder `mapstructure:"chain_folder"` - AssetFolder AssetFolder `mapstructure:"asset_folder"` - ChainInfoFolder ChainInfoFolder `mapstructure:"chain_info_folder"` - ChainValidatorsAssetFolder ChainValidatorsAssetFolder `mapstructure:"chain_validators_asset_folder"` - DappsFolder DappsFolder `mapstructure:"dapps_folder"` - } -) - -// Default is a configuration instance. -var Default = Config{} //nolint:gochecknoglobals // config must be global - -// SetConfig reads a config file and returs an initialized config instance. -func SetConfig(confPath string) error { - confPath, err := filepath.Abs(confPath) - if err != nil { - return err - } - - viper.Load(confPath, &Default) - - return nil -} diff --git a/internal/config/validators.go b/internal/config/validators.go deleted file mode 100644 index 6f1eb6268f1f6..0000000000000 --- a/internal/config/validators.go +++ /dev/null @@ -1,36 +0,0 @@ -package config - -type RootFolder struct { - AllowedFiles []string `mapstructure:"allowed_files,omitempty"` - SkipFiles []string `mapstructure:"skip_files,omitempty"` -} - -type ChainFolder struct { - AllowedFiles []string `mapstructure:"allowed_files,omitempty"` -} - -type AssetFolder struct { - AllowedFiles []string `mapstructure:"allowed_files,omitempty"` -} - -type ChainInfoFolder struct { - HasFiles []string `mapstructure:"has_files,omitempty"` -} - -type ChainValidatorsAssetFolder struct { - HasFiles []string `mapstructure:"has_files,omitempty"` -} - -type DappsFolder struct { - Ext string `mapstructure:"ext,omitempty"` -} - -type CoinInfoFile struct { - Tags []Tag `mapstructure:"tags,omitempty"` -} - -type Tag struct { - ID string `mapstructure:"id,omitempty"` - Name string `mapstructure:"name,omitempty"` - Description string `mapstructure:"description,omitempty"` -} diff --git a/internal/config/values.go b/internal/config/values.go deleted file mode 100644 index 5e6143329b8e4..0000000000000 --- a/internal/config/values.go +++ /dev/null @@ -1,14 +0,0 @@ -package config - -import "github.com/trustwallet/go-primitives/coin" - -var StackingChains = []coin.Coin{ - coin.Tezos(), - coin.Cosmos(), - coin.Iotex(), - coin.Tron(), - coin.Waves(), - coin.Kava(), - coin.Terra(), - coin.Binance(), -} diff --git a/internal/manager/commands.go b/internal/manager/commands.go deleted file mode 100644 index d52a6762ea107..0000000000000 --- a/internal/manager/commands.go +++ /dev/null @@ -1,145 +0,0 @@ -package manager - -import ( - "encoding/json" - "fmt" - "time" - - libFile "github.com/trustwallet/assets-go-libs/file" - "github.com/trustwallet/assets-go-libs/path" - "github.com/trustwallet/assets-go-libs/validation/info" - "github.com/trustwallet/assets-go-libs/validation/tokenlist" - "github.com/trustwallet/go-primitives/asset" - "github.com/trustwallet/go-primitives/coin" - "github.com/trustwallet/go-primitives/types" - - "github.com/trustwallet/assets/internal/config" -) - -func CreateAssetInfoJSONTemplate(token string) error { - c, tokenID, err := asset.ParseID(token) - if err != nil { - return fmt.Errorf("failed to parse token id: %v", err) - } - - chain, ok := coin.Coins[c] - if !ok { - return fmt.Errorf("invalid token") - } - - assetInfoPath := path.GetAssetInfoPath(chain.Handle, tokenID) - - var emptyStr string - var emptyInt int - assetInfoModel := info.AssetModel{ - Name: &emptyStr, - Type: &emptyStr, - Symbol: &emptyStr, - Decimals: &emptyInt, - Website: &emptyStr, - Explorer: &emptyStr, - Status: &emptyStr, - ID: &tokenID, - Links: []info.Link{ - { - Name: &emptyStr, - URL: &emptyStr, - }, - }, - Tags: []string{""}, - } - - bytes, err := json.Marshal(&assetInfoModel) - if err != nil { - return fmt.Errorf("failed to marshal json: %v", err) - } - - f, err := libFile.CreateFileWithPath(assetInfoPath) - if err != nil { - return fmt.Errorf("failed to create file: %v", err) - } - defer f.Close() - - _, err = f.Write(bytes) - if err != nil { - return fmt.Errorf("failed to write bytes to file") - } - - err = libFile.FormatJSONFile(assetInfoPath) - if err != nil { - return fmt.Errorf("failed to format json file") - } - - return nil -} - -func AddTokenToTokenListJSON(chain coin.Coin, assetID, tokenID string, tokenListType path.TokenListType) error { - setup() - - // Check for duplicates. - tokenListTypes := []path.TokenListType{path.TokenlistDefault, path.TokenlistExtended} - for _, t := range tokenListTypes { - tokenListPath := path.GetTokenListPath(chain.Handle, t) - var list tokenlist.Model - - err := libFile.ReadJSONFile(tokenListPath, &list) - if err != nil { - return fmt.Errorf("failed to read data from %s: %w", tokenListPath, err) - } - - for _, item := range list.Tokens { - if item.Asset == assetID { - return fmt.Errorf("duplicate asset, already exist in %s", tokenListPath) - } - } - } - - var list tokenlist.Model - tokenListPath := path.GetTokenListPath(chain.Handle, tokenListType) - - err := libFile.ReadJSONFile(tokenListPath, &list) - if err != nil { - return fmt.Errorf("failed to read data from %s: %w", tokenListPath, err) - } - - assetInfo, err := getAssetInfo(chain, tokenID) - if err != nil { - return fmt.Errorf("failed to get token info: %w", err) - } - - newToken := tokenlist.Token{ - Asset: assetID, - Type: types.TokenType(*assetInfo.Type), - Address: *assetInfo.ID, - Name: *assetInfo.Name, - Symbol: *assetInfo.Symbol, - Decimals: uint(*assetInfo.Decimals), - LogoURI: path.GetAssetLogoURL(config.Default.URLs.AssetsApp, chain.Handle, tokenID), - } - list.Tokens = append(list.Tokens, newToken) - - data, err := libFile.PrepareJSONData(&tokenlist.Model{ - Name: fmt.Sprintf("Trust Wallet: %s", coin.Coins[chain.ID].Name), - LogoURI: config.Default.URLs.Logo, - Timestamp: time.Now().Format(config.Default.TimeFormat), - Tokens: list.Tokens, - Version: tokenlist.Version{Major: list.Version.Major + 1}, - }) - if err != nil { - return err - } - - return libFile.CreateJSONFile(tokenListPath, data) -} - -func getAssetInfo(chain coin.Coin, tokenID string) (*info.AssetModel, error) { - path := path.GetAssetInfoPath(chain.Handle, tokenID) - var assetModel info.AssetModel - - err := libFile.ReadJSONFile(path, &assetModel) - if err != nil { - return nil, fmt.Errorf("failed to read data from info.json: %w", err) - } - - return &assetModel, nil -} diff --git a/internal/manager/manager.go b/internal/manager/manager.go deleted file mode 100644 index 1f393c9947484..0000000000000 --- a/internal/manager/manager.go +++ /dev/null @@ -1,154 +0,0 @@ -package manager - -import ( - "os" - - "github.com/trustwallet/assets-go-libs/file" - "github.com/trustwallet/assets-go-libs/path" - "github.com/trustwallet/assets/internal/config" - "github.com/trustwallet/assets/internal/processor" - "github.com/trustwallet/assets/internal/report" - "github.com/trustwallet/assets/internal/service" - "github.com/trustwallet/go-primitives/asset" - "github.com/trustwallet/go-primitives/coin" - - log "github.com/sirupsen/logrus" - "github.com/spf13/cobra" -) - -var configPath, root string - -func InitCommands() { - rootCmd.Flags().StringVar(&configPath, "config", ".github/assets.config.yaml", - "config file (default is $HOME/.github/assets.config.yaml)") - rootCmd.Flags().StringVar(&root, "root", ".", "root path to files") - - rootCmd.AddCommand(checkCmd) - rootCmd.AddCommand(fixCmd) - rootCmd.AddCommand(updateAutoCmd) - rootCmd.AddCommand(addTokenCmd) - rootCmd.AddCommand(addTokenlistCmd) - rootCmd.AddCommand(addTokenlistExtendedCmd) -} - -var ( - rootCmd = &cobra.Command{ - Use: "assets", - Short: "", - Long: "", - Run: func(cmd *cobra.Command, args []string) {}, - } - checkCmd = &cobra.Command{ - Use: "check", - Short: " Execute validation checks", - Run: func(cmd *cobra.Command, args []string) { - assetsService := InitAssetsService() - assetsService.RunJob(assetsService.Check) - }, - } - fixCmd = &cobra.Command{ - Use: "fix", - Short: "Perform automatic fixes where possible", - Run: func(cmd *cobra.Command, args []string) { - assetsService := InitAssetsService() - assetsService.RunJob(assetsService.Fix) - }, - } - updateAutoCmd = &cobra.Command{ - Use: "update-auto", - Short: "Run automatic updates from external sources", - Run: func(cmd *cobra.Command, args []string) { - assetsService := InitAssetsService() - assetsService.RunUpdateAuto() - }, - } - - addTokenCmd = &cobra.Command{ - Use: "add-token", - Short: "Creates info.json template for the asset", - Run: func(cmd *cobra.Command, args []string) { - if len(args) != 1 { - log.Fatal("1 argument was expected") - } - - err := CreateAssetInfoJSONTemplate(args[0]) - if err != nil { - log.Fatalf("Can't create asset info json template: %v", err) - } - }, - } - - addTokenlistCmd = &cobra.Command{ - Use: "add-tokenlist", - Short: "Adds token to tokenlist.json", - Run: func(cmd *cobra.Command, args []string) { - handleAddTokenList(args, path.TokenlistDefault) - }, - } - - addTokenlistExtendedCmd = &cobra.Command{ - Use: "add-tokenlist-extended", - Short: "Adds token to tokenlist-extended.json", - Run: func(cmd *cobra.Command, args []string) { - handleAddTokenList(args, path.TokenlistExtended) - }, - } -) - -func handleAddTokenList(args []string, tokenlistType path.TokenListType) { - if len(args) != 1 { - log.Fatal("1 argument was expected") - } - - c, tokenID, err := asset.ParseID(args[0]) - if err != nil { - log.Fatalf("Can't parse token: %v", err) - } - - chain, ok := coin.Coins[c] - if !ok { - log.Fatal("Invalid token") - } - - err = AddTokenToTokenListJSON(chain, args[0], tokenID, tokenlistType) - if err != nil { - log.Fatalf("Can't add token: %v", err) - } -} - -func InitAssetsService() *service.Service { - setup() - - paths, err := file.ReadLocalFileStructure(root, config.Default.ValidatorsSettings.RootFolder.SkipFiles) - if err != nil { - log.WithError(err).Fatal("Failed to load file structure.") - } - - fileService := file.NewService(paths...) - validatorsService := processor.NewService(fileService) - reportService := report.NewService() - - return service.NewService(fileService, validatorsService, reportService, paths) -} - -func setup() { - if err := config.SetConfig(configPath); err != nil { - log.WithError(err).Fatal("Failed to set config.") - } - - logLevel, err := log.ParseLevel(config.Default.App.LogLevel) - if err != nil { - log.WithError(err).Fatal("Failed to parse log level.") - } - - log.SetLevel(logLevel) -} - -// Execute adds all child commands to the root command and sets flags appropriately. -// This is called by main.main(). It only needs to happen once to the rootCmd. -func Execute() { - err := rootCmd.Execute() - if err != nil { - os.Exit(1) - } -} diff --git a/internal/processor/fixers.go b/internal/processor/fixers.go deleted file mode 100644 index 8c929dd49e4cf..0000000000000 --- a/internal/processor/fixers.go +++ /dev/null @@ -1,182 +0,0 @@ -package processor - -import ( - "fmt" - "os" - "path/filepath" - "strings" - - "github.com/trustwallet/assets-go-libs/file" - "github.com/trustwallet/assets-go-libs/image" - "github.com/trustwallet/assets-go-libs/path" - "github.com/trustwallet/assets-go-libs/validation" - "github.com/trustwallet/assets-go-libs/validation/info" - "github.com/trustwallet/go-primitives/address" - "github.com/trustwallet/go-primitives/coin" - "github.com/trustwallet/go-primitives/types" - - log "github.com/sirupsen/logrus" -) - -func (s *Service) FixJSON(f *file.AssetFile) error { - return file.FormatJSONFile(f.Path()) -} - -func (s *Service) FixETHAddressChecksum(f *file.AssetFile) error { - if !coin.IsEVM(f.Chain().ID) { - return nil - } - - assetDir := filepath.Base(f.Path()) - - err := validation.ValidateETHForkAddress(f.Chain(), assetDir) - if err != nil { - checksum, e := address.EIP55Checksum(assetDir) - if e != nil { - return fmt.Errorf("failed to get checksum: %s", e) - } - - newName := path.GetAssetPath(f.Chain().Handle, checksum) - - if e = os.Rename(f.Path(), newName); e != nil { - return fmt.Errorf("failed to rename dir: %s", e) - } - - s.fileService.UpdateFile(f, checksum) - - log.WithField("from", assetDir). - WithField("to", checksum). - Debug("Renamed asset") - } - - return nil -} - -func (s *Service) FixLogo(f *file.AssetFile) error { - width, height, err := image.GetPNGImageDimensions(f.Path()) - if err != nil { - return err - } - - var isLogoTooLarge bool - if width > validation.MaxW || height > validation.MaxH { - isLogoTooLarge = true - } - - if isLogoTooLarge { - log.WithField("path", f.Path()).Debug("Fixing too large image") - - targetW, targetH := calculateTargetDimension(width, height) - - err = image.ResizePNG(f.Path(), targetW, targetH) - if err != nil { - return err - } - } - - err = validation.ValidateLogoFileSize(f.Path()) - if err != nil { //nolint:staticcheck - // TODO: Compress images. - } - - return nil -} - -func calculateTargetDimension(width, height int) (targetW, targetH int) { - widthFloat := float32(width) - heightFloat := float32(height) - - maxEdge := widthFloat - if heightFloat > widthFloat { - maxEdge = heightFloat - } - - ratio := validation.MaxW / maxEdge - - targetW = int(widthFloat * ratio) - targetH = int(heightFloat * ratio) - - return targetW, targetH -} - -func (s *Service) FixChainInfoJSON(f *file.AssetFile) error { - var chainInfo info.CoinModel - - err := file.ReadJSONFile(f.Path(), &chainInfo) - if err != nil { - return err - } - - expectedType := string(types.Coin) - if chainInfo.Type == nil || *chainInfo.Type != expectedType { - chainInfo.Type = &expectedType - - data, err := file.PrepareJSONData(&chainInfo) - if err != nil { - return err - } - - return file.CreateJSONFile(f.Path(), data) - } - - return nil -} - -func (s *Service) FixAssetInfo(f *file.AssetFile) error { - var assetInfo info.AssetModel - - err := file.ReadJSONFile(f.Path(), &assetInfo) - if err != nil { - return err - } - - var isModified bool - - // Fix asset type. - var assetType string - if assetInfo.Type != nil { - assetType = *assetInfo.Type - } - - // We need to skip error check to fix asset type if it's incorrect or empty. - chain, _ := types.GetChainFromAssetType(assetType) - - expectedTokenType, ok := types.GetTokenType(f.Chain().ID, f.Asset()) - if !ok { - expectedTokenType = strings.ToUpper(assetType) - } - - if chain.ID != f.Chain().ID || !strings.EqualFold(assetType, expectedTokenType) { - assetInfo.Type = &expectedTokenType - isModified = true - } - - // Fix asset id. - assetID := f.Asset() - if assetInfo.ID == nil || *assetInfo.ID != assetID { - assetInfo.ID = &assetID - isModified = true - } - - expectedExplorerURL, err := coin.GetCoinExploreURL(f.Chain(), f.Asset(), assetType) - if err != nil { - return err - } - - // Fix asset explorer url. - if assetInfo.Explorer == nil || !strings.EqualFold(expectedExplorerURL, *assetInfo.Explorer) { - assetInfo.Explorer = &expectedExplorerURL - isModified = true - } - - if isModified { - data, err := file.PrepareJSONData(&assetInfo) - if err != nil { - return err - } - - return file.CreateJSONFile(f.Path(), data) - } - - return nil -} diff --git a/internal/processor/model.go b/internal/processor/model.go deleted file mode 100644 index b743a6bfa61e5..0000000000000 --- a/internal/processor/model.go +++ /dev/null @@ -1,51 +0,0 @@ -package processor - -import ( - "github.com/trustwallet/assets-go-libs/file" -) - -type ( - Validator struct { - Name string - Run func(f *file.AssetFile) error - } - - Fixer struct { - Name string - Run func(f *file.AssetFile) error - } - - Updater struct { - Name string - Run func() error - } -) - -type ( - ForceListPair struct { - Token0 string - Token1 string - } - - TradingPairs struct { - Data struct { - Pairs []TradingPair `json:"pairs"` - } `json:"data"` - } - - TradingPair struct { - ID string `json:"id"` - ReserveUSD string `json:"reserveUSD"` - VolumeUSD string `json:"volumeUSD"` - TxCount string `json:"txCount"` - Token0 *TokenInfo `json:"token0"` - Token1 *TokenInfo `json:"token1"` - } - - TokenInfo struct { - ID string `json:"id"` - Symbol string `json:"symbol"` - Name string `json:"name"` - Decimals string `json:"decimals"` - } -) diff --git a/internal/processor/service.go b/internal/processor/service.go deleted file mode 100644 index c4e2c1fdf1b52..0000000000000 --- a/internal/processor/service.go +++ /dev/null @@ -1,119 +0,0 @@ -package processor - -import ( - assetsmanager "github.com/trustwallet/assets-go-libs/client/assets-manager" - "github.com/trustwallet/assets-go-libs/file" - "github.com/trustwallet/assets/internal/config" -) - -type Service struct { - fileService *file.Service - assetsManager assetsmanager.Client -} - -func NewService(fileProvider *file.Service) *Service { - return &Service{ - fileService: fileProvider, - assetsManager: assetsmanager.InitClient(config.Default.ClientURLs.AssetsManagerAPI, nil), - } -} - -func (s *Service) GetValidator(f *file.AssetFile) []Validator { - jsonValidator := Validator{Name: "JSON validation", Run: s.ValidateJSON} - - switch f.Type() { - case file.TypeAssetFolder: - return []Validator{ - {Name: "Each asset folder has valid asset address and contains only allowed files", Run: s.ValidateAssetFolder}, - } - case file.TypeChainFolder: - return []Validator{ - {Name: "Chain folders are lowercase and contains only allowed files", Run: s.ValidateChainFolder}, - } - case file.TypeChainInfoFolder: - return []Validator{ - {Name: "Chain Info Folder (has files)", Run: s.ValidateInfoFolder}, - } - case file.TypeDappsFolder: - return []Validator{ - {Name: "Dapps folder contains only allowed png files in lowercase", Run: s.ValidateDappsFolder}, - } - case file.TypeRootFolder: - return []Validator{ - {Name: "Root folder contains only allowed files", Run: s.ValidateRootFolder}, - } - case file.TypeValidatorsAssetFolder: - return []Validator{ - {Name: "Validators asset folder has logo and valid asset address)", Run: s.ValidateValidatorsAssetFolder}, - } - - case file.TypeAssetLogoFile, file.TypeChainLogoFile, file.TypeDappsLogoFile, file.TypeValidatorsLogoFile: - return []Validator{ - {Name: "Logos size and dimension are valid", Run: s.ValidateImage}, - } - case file.TypeAssetInfoFile: - return []Validator{ - jsonValidator, - {Name: "Asset info file is valid", Run: s.ValidateAssetInfoFile}, - } - case file.TypeChainInfoFile: - return []Validator{ - {Name: "Chain info file is valid", Run: s.ValidateChainInfoFile}, - } - case file.TypeTokenListFile: - return []Validator{ - jsonValidator, - {Name: "Tokenlist file is valid", Run: s.ValidateTokenListFile}, - } - case file.TypeTokenListExtendedFile: - return []Validator{ - jsonValidator, - {Name: "Tokenlist Extended file is valid", Run: s.ValidateTokenListExtendedFile}, - } - case file.TypeValidatorsListFile: - return []Validator{ - jsonValidator, - {Name: "Validators list file is valid", Run: s.ValidateValidatorsListFile}, - } - } - - return nil -} - -func (s *Service) GetFixers(f *file.AssetFile) []Fixer { - jsonFixer := Fixer{ - Name: "Formatting all json files", - Run: s.FixJSON, - } - - switch f.Type() { - case file.TypeAssetFolder: - return []Fixer{ - {Name: "Renaming EVM's asset folder to valid address checksum", Run: s.FixETHAddressChecksum}, - } - case file.TypeAssetInfoFile: - return []Fixer{ - jsonFixer, - {Name: "Fixing asset info.json files", Run: s.FixAssetInfo}, - } - case file.TypeChainInfoFile: - return []Fixer{ - jsonFixer, - {Name: "Fixing chain info.json files", Run: s.FixChainInfoJSON}, - } - case file.TypeChainLogoFile, file.TypeAssetLogoFile, file.TypeValidatorsLogoFile, file.TypeDappsLogoFile: - return []Fixer{ - {Name: "Resizing and compressing logo images", Run: s.FixLogo}, - } - case file.TypeValidatorsListFile: - return []Fixer{ - jsonFixer, - } - } - - return nil -} - -func (s *Service) GetUpdatersAuto() []Updater { - return []Updater{} -} diff --git a/internal/processor/validators.go b/internal/processor/validators.go deleted file mode 100644 index 0788ddcadafd3..0000000000000 --- a/internal/processor/validators.go +++ /dev/null @@ -1,348 +0,0 @@ -package processor - -import ( - "bytes" - "fmt" - "os" - - "github.com/trustwallet/assets-go-libs/file" - "github.com/trustwallet/assets-go-libs/path" - "github.com/trustwallet/assets-go-libs/validation" - "github.com/trustwallet/assets-go-libs/validation/info" - "github.com/trustwallet/assets-go-libs/validation/list" - "github.com/trustwallet/assets-go-libs/validation/tokenlist" - "github.com/trustwallet/assets/internal/config" - "github.com/trustwallet/go-primitives/coin" -) - -func (s *Service) ValidateJSON(f *file.AssetFile) error { - file, err := os.Open(f.Path()) - if err != nil { - return err - } - defer file.Close() - - buf := bytes.NewBuffer(nil) - _, err = buf.ReadFrom(file) - if err != nil { - return err - } - - err = validation.ValidateJSON(buf.Bytes()) - if err != nil { - return err - } - - return nil -} - -func (s *Service) ValidateRootFolder(f *file.AssetFile) error { - dirFiles, err := file.ReadDir(f.Path()) - if err != nil { - return err - } - - err = validation.ValidateAllowedFiles(dirFiles, config.Default.ValidatorsSettings.RootFolder.AllowedFiles) - if err != nil { - return err - } - - return nil -} - -func (s *Service) ValidateChainFolder(f *file.AssetFile) error { - file, err := os.Open(f.Path()) - if err != nil { - return err - } - defer file.Close() - - fileInfo, err := file.Stat() - if err != nil { - return err - } - - var compErr = validation.NewErrComposite() - - err = validation.ValidateLowercase(fileInfo.Name()) - if err != nil { - compErr.Append(err) - } - - dirFiles, err := file.ReadDir(0) - if err != nil { - return err - } - - err = validation.ValidateAllowedFiles(dirFiles, config.Default.ValidatorsSettings.ChainFolder.AllowedFiles) - if err != nil { - compErr.Append(err) - } - - if compErr.Len() > 0 { - return compErr - } - - return nil -} - -func (s *Service) ValidateImage(f *file.AssetFile) error { - var compErr = validation.NewErrComposite() - - err := validation.ValidateLogoFileSize(f.Path()) - if err != nil { - compErr.Append(err) - } - - // TODO: Replace it with validation.ValidatePngImageDimension when "assets" repo is fixed. - // Read comments in ValidatePngImageDimensionForCI. - err = validation.ValidatePngImageDimensionForCI(f.Path()) - if err != nil { - compErr.Append(err) - } - - if compErr.Len() > 0 { - return compErr - } - - return nil -} - -func (s *Service) ValidateAssetFolder(f *file.AssetFile) error { - dirFiles, err := file.ReadDir(f.Path()) - if err != nil { - return err - } - - var compErr = validation.NewErrComposite() - - err = validation.ValidateAllowedFiles(dirFiles, config.Default.ValidatorsSettings.AssetFolder.AllowedFiles) - if err != nil { - compErr.Append(err) - } - - err = validation.ValidateAssetAddress(f.Chain(), f.Asset()) - if err != nil { - compErr.Append(err) - } - - errInfo := validation.ValidateHasFiles(dirFiles, []string{"info.json"}) - errLogo := validation.ValidateHasFiles(dirFiles, []string{"logo.png"}) - - if errLogo != nil || errInfo != nil { - assetInfoPath := path.GetAssetInfoPath(f.Chain().Handle, f.Asset()) - - var infoJson info.AssetModel - if err = file.ReadJSONFile(assetInfoPath, &infoJson); err != nil { - return err - } - - if infoJson.GetStatus() != "spam" && infoJson.GetStatus() != "abandoned" { - compErr.Append(fmt.Errorf("%w: logo.png for non-spam assest", validation.ErrMissingFile)) - } - } - - if compErr.Len() > 0 { - return compErr - } - - return nil -} - -func (s *Service) ValidateDappsFolder(f *file.AssetFile) error { - dirFiles, err := file.ReadDir(f.Path()) - if err != nil { - return err - } - - var compErr = validation.NewErrComposite() - - for _, dirFile := range dirFiles { - err = validation.ValidateExtension(dirFile.Name(), config.Default.ValidatorsSettings.DappsFolder.Ext) - if err != nil { - compErr.Append(err) - } - - err = validation.ValidateLowercase(dirFile.Name()) - if err != nil { - compErr.Append(err) - } - } - - if compErr.Len() > 0 { - return compErr - } - - return nil -} - -func (s *Service) ValidateChainInfoFile(f *file.AssetFile) error { - var coinInfo info.CoinModel - if err := file.ReadJSONFile(f.Path(), &coinInfo); err != nil { - return err - } - - receivedTags, err := s.assetsManager.GetTagValues() - if err != nil { - return fmt.Errorf("failed to get tag values: %w", err) - } - - tags := make([]string, len(receivedTags.Tags)) - for i, t := range receivedTags.Tags { - tags[i] = t.ID - } - - err = info.ValidateCoin(coinInfo, tags) - if err != nil { - return err - } - - return nil -} - -func (s *Service) ValidateAssetInfoFile(f *file.AssetFile) error { - var assetInfo info.AssetModel - if err := file.ReadJSONFile(f.Path(), &assetInfo); err != nil { - return err - } - - err := info.ValidateAsset(assetInfo, f.Chain(), f.Asset()) - if err != nil { - return err - } - - return nil -} - -func (s *Service) ValidateValidatorsListFile(f *file.AssetFile) error { - if !isStackingChain(f.Chain()) { - return nil - } - - var model []list.Model - if err := file.ReadJSONFile(f.Path(), &model); err != nil { - return err - } - - err := list.ValidateList(model) - if err != nil { - return err - } - - listIDs := make([]string, len(model)) - for i, listItem := range model { - listIDs[i] = *listItem.ID - } - - assetsPath := path.GetValidatorAssetsPath(f.Chain().Handle) - assetFolder := s.fileService.GetAssetFile(assetsPath) - - dirFiles, err := file.ReadDir(assetFolder.Path()) - if err != nil { - return err - } - - err = validation.ValidateAllowedFiles(dirFiles, listIDs) - if err != nil { - return err - } - - return nil -} - -func isStackingChain(c coin.Coin) bool { - for _, stackingChain := range config.StackingChains { - if c.ID == stackingChain.ID { - return true - } - } - - return false -} - -func (s *Service) ValidateTokenListFile(f *file.AssetFile) error { - tokenListPath := f.Path() - tokenListExtendedPath := path.GetTokenListPath(f.Chain().Handle, path.TokenlistExtended) - - return validateTokenList(tokenListPath, tokenListExtendedPath, f.Chain()) -} - -func (s *Service) ValidateTokenListExtendedFile(f *file.AssetFile) error { - tokenListPathExtended := f.Path() - tokenListPath := path.GetTokenListPath(f.Chain().Handle, path.TokenlistDefault) - - return validateTokenList(tokenListPathExtended, tokenListPath, f.Chain()) -} - -func validateTokenList(path1, path2 string, chain1 coin.Coin) error { - var tokenList1 tokenlist.Model - err := file.ReadJSONFile(path1, &tokenList1) - if err != nil { - return err - } - - if file.Exists(path2) { - var tokenList2 tokenlist.Model - err = file.ReadJSONFile(path2, &tokenList2) - if err != nil { - return err - } - - tokensMap := make(map[string]bool) - for _, token := range tokenList2.Tokens { - tokensMap[token.Asset] = true - } - - for _, token := range tokenList1.Tokens { - if _, exists := tokensMap[token.Asset]; exists { - return fmt.Errorf("duplicate asset: %s from %s, already exist in %s", - token.Asset, path1, path2) - } - } - } - - err = tokenlist.ValidateTokenList(tokenList1, chain1, path1) - if err != nil { - return err - } - - return nil -} - -func (s *Service) ValidateInfoFolder(f *file.AssetFile) error { - dirFiles, err := file.ReadDir(f.Path()) - if err != nil { - return err - } - - err = validation.ValidateHasFiles(dirFiles, config.Default.ValidatorsSettings.ChainInfoFolder.HasFiles) - if err != nil { - return err - } - - return nil -} - -func (s *Service) ValidateValidatorsAssetFolder(f *file.AssetFile) error { - dirFiles, err := file.ReadDir(f.Path()) - if err != nil { - return err - } - - compErr := validation.NewErrComposite() - err = validation.ValidateValidatorsAddress(f.Chain(), f.Asset()) - if err != nil { - compErr.Append(err) - } - - err = validation.ValidateHasFiles(dirFiles, config.Default.ValidatorsSettings.ChainValidatorsAssetFolder.HasFiles) - if err != nil { - compErr.Append(err) - } - - if compErr.Len() > 0 { - return compErr - } - - return nil -} diff --git a/internal/report/service.go b/internal/report/service.go deleted file mode 100644 index 543640ad995c5..0000000000000 --- a/internal/report/service.go +++ /dev/null @@ -1,28 +0,0 @@ -package report - -import "fmt" - -type Service struct { - errors int - totalFiles int -} - -func NewService() *Service { - return &Service{} -} - -func (s *Service) IncErrors() { - s.errors += 1 -} - -func (s *Service) IncTotalFiles() { - s.totalFiles += 1 -} - -func (s Service) IsFailed() bool { - return s.errors > 0 -} - -func (s Service) GetReport() string { - return fmt.Sprintf("Total files: %d, errors: %d", s.totalFiles, s.errors) -} diff --git a/internal/service/service.go b/internal/service/service.go deleted file mode 100644 index e9cd313821c9c..0000000000000 --- a/internal/service/service.go +++ /dev/null @@ -1,105 +0,0 @@ -package service - -import ( - "github.com/trustwallet/assets-go-libs/file" - "github.com/trustwallet/assets-go-libs/validation" - "github.com/trustwallet/assets/internal/processor" - "github.com/trustwallet/assets/internal/report" - - log "github.com/sirupsen/logrus" -) - -type Service struct { - fileService *file.Service - processorService *processor.Service - reportService *report.Service - paths []string -} - -func NewService(fs *file.Service, cs *processor.Service, rs *report.Service, paths []string) *Service { - return &Service{ - fileService: fs, - processorService: cs, - reportService: rs, - paths: paths, - } -} - -func (s *Service) RunJob(job func(*file.AssetFile)) { - for _, path := range s.paths { - f := s.fileService.GetAssetFile(path) - s.reportService.IncTotalFiles() - job(f) - } - - reportMsg := s.reportService.GetReport() - if s.reportService.IsFailed() { - log.Fatal(reportMsg) - } else { - log.Info(reportMsg) - } -} - -func (s *Service) Check(f *file.AssetFile) { - validators := s.processorService.GetValidator(f) - - for _, validator := range validators { - if err := validator.Run(f); err != nil { - s.handleError(err, f, validator.Name) - } - } -} - -func (s *Service) Fix(f *file.AssetFile) { - fixers := s.processorService.GetFixers(f) - - for _, fixer := range fixers { - if err := fixer.Run(f); err != nil { - s.handleError(err, f, fixer.Name) - } - } -} - -func (s *Service) RunUpdateAuto() { - updaters := s.processorService.GetUpdatersAuto() - s.runUpdaters(updaters) -} - -func (s *Service) runUpdaters(updaters []processor.Updater) { - for _, updater := range updaters { - err := updater.Run() - if err != nil { - log.WithError(err).Error() - } - } -} - -func (s *Service) handleError(err error, info *file.AssetFile, valName string) { - errors := UnwrapComposite(err) - - for _, err := range errors { - log.WithFields(log.Fields{ - "type": info.Type(), - "chain": info.Chain().Handle, - "asset": info.Asset(), - "path": info.Path(), - "validation": valName, - }).Error(err) - - s.reportService.IncErrors() - } -} - -func UnwrapComposite(err error) []error { - compErr, ok := err.(*validation.ErrComposite) - if !ok { - return []error{err} - } - - var errors []error - for _, e := range compErr.GetErrors() { - errors = append(errors, UnwrapComposite(e)...) - } - - return errors -}