adding LINK and USDT to BEP20 tokens (#3796)

* adding LINK and USDT to BEP20 tokens

* Fixes (sanity and consistency, auto)

Co-authored-by: zachzwei <zachzwei@users.noreply.github.com>
This commit is contained in:
Andrew M 2020-09-05 00:58:59 +08:00 committed by GitHub
parent 8b2c45ab51
commit b3a963d63d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 1 deletions

View File

@ -1,5 +1,7 @@
[
"0x55d398326f99059fF775485246999027B3197955",
"0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c",
"0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",
"0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56"
"0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56",
"0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD"
]

View File

@ -0,0 +1,7 @@
{
"name": "Tether USD",
"website": "https://tether.to",
"short_description": "The official peg token of USD Tether.",
"explorer": "https://bscscan.com/token/0x55d398326f99059ff775485246999027b3197955",
"research": ""
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -0,0 +1,7 @@
{
"name": "Chainlink Token",
"website": "https://chain.link",
"short_description": "The official peg token of ChainLink Token.",
"explorer": "https://bscscan.com/token/0xf8a0bf9cf54bb92f17374d9e9a321e6a111a51bd",
"research": ""
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB