Skip to content

Commit

Permalink
feat: add BUSD & ETH (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
guanbinrui authored Sep 17, 2022
1 parent b87fadd commit 532459a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mask-token-lists",
"version": "0.0.52",
"version": "0.0.53",
"repository": "https://github.com/DimensionDev/Mask-Token-Lists.git",
"license": "MIT",
"author": "guanbinrui <[email protected]>",
Expand Down
16 changes: 16 additions & 0 deletions src/fungible-tokens/bnb.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@
"address": "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
"logoURI": "https://imagedelivery.net/PCnTHRkdRhGodr0AWBAvMA/Assets/blockchains/bnb/assets/0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d/logo.png/quality=85"
},
{
"chainId": 56,
"decimals": 18,
"symbol": "BUSD",
"name": "BUSD Token",
"address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56",
"logoURI": "https://imagedelivery.net/PCnTHRkdRhGodr0AWBAvMA/Assets/blockchains/bnb/assets/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/logo.png/quality=85"
},
{
"chainId": 56,
"decimals": 18,
"symbol": "ETH",
"name": "ETH",
"address": "0x2170Ed0880ac9A755fd29B2688956BD959F933F8",
"logoURI": "https://imagedelivery.net/PCnTHRkdRhGodr0AWBAvMA/Assets/blockchains/bnb/assets/0x2170Ed0880ac9A755fd29B2688956BD959F933F8/logo.png/quality=85"
},
{
"chainId": 56,
"decimals": 18,
Expand Down

0 comments on commit 532459a

Please sign in to comment.