From b87fadd56115befe794577a01b61205c5490847c Mon Sep 17 00:00:00 2001 From: guanbinrui <52657989+guanbinrui@users.noreply.github.com> Date: Sat, 17 Sep 2022 13:55:43 +0800 Subject: [PATCH] :sparkles: add USDT (#57) --- package.json | 2 +- src/fungible-tokens/bnb.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 692dcc79..6637cb1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mask-token-lists", - "version": "0.0.51", + "version": "0.0.52", "repository": "https://github.com/DimensionDev/Mask-Token-Lists.git", "license": "MIT", "author": "guanbinrui ", diff --git a/src/fungible-tokens/bnb.json b/src/fungible-tokens/bnb.json index e51eff93..f4a8c1fc 100644 --- a/src/fungible-tokens/bnb.json +++ b/src/fungible-tokens/bnb.json @@ -1,4 +1,12 @@ [ + { + "chainId": 56, + "decimals": 18, + "symbol": "USDT", + "name": "Tether USD", + "address": "0x55d398326f99059fF775485246999027B3197955", + "logoURI": "https://imagedelivery.net/PCnTHRkdRhGodr0AWBAvMA/Assets/blockchains/bnb/assets/0x55d398326f99059fF775485246999027B3197955/logo.png/quality=85" + }, { "chainId": 56, "decimals": 18,