Skip to content

Commit

Permalink
adding LINK and USDT to BEP20 tokens (trustwallet#3796)
Browse files Browse the repository at this point in the history
* adding LINK and USDT to BEP20 tokens

* Fixes (sanity and consistency, auto)

Co-authored-by: zachzwei <[email protected]>
  • Loading branch information
zachzwei and zachzwei authored Sep 4, 2020
1 parent 8b2c45a commit b3a963d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
4 changes: 3 additions & 1 deletion blockchains/bsc/allowlist.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[
"0x55d398326f99059fF775485246999027B3197955",
"0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c",
"0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",
"0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56"
"0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56",
"0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD"
]
Original file line number Diff line number Diff line change
@@ -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": ""
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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": ""
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b3a963d

Please sign in to comment.