Skip to content

Commit

Permalink
add SUMER,suUSD,suETH,suBTC token (#430)
Browse files Browse the repository at this point in the history
* add SUMER,suUSD,suETH,suBTC token

* fix link

---------

Signed-off-by: yanfeizuo <69463394+yanfeizuo@users.noreply.github.com>
  • Loading branch information
yanfeizuo authored Nov 11, 2024
1 parent eca1c93 commit fa94c84
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 0 deletions.
Binary file added src/assets/suBTC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/suETH.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/suUSD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/sumer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions src/tokens/bartio/defaultTokenList.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,42 @@
"decimals": 18,
"logoURI": "https://res.cloudinary.com/duv0g402y/raw/upload/src/assets/USDbr.png",
"tags": ["featured"]
},
{
"chainId": 80084,
"address": "0x8BF591Eae535f93a242D5A954d3Cde648b48A5A8",
"symbol": "suUSD",
"name": "Sumerian USD",
"decimals": 18,
"logoURI": "https://res.cloudinary.com/duv0g402y/raw/upload/src/assets/suUSD.png",
"tags": ["featured"]
},
{
"chainId": 80084,
"address": "0x1c22531AA9747d76fFF8F0A43b37954ca67d28e0",
"symbol": "suETH",
"name": "Sumerian ETH",
"decimals": 18,
"logoURI": "https://res.cloudinary.com/duv0g402y/raw/upload/src/assets/suETH.png",
"tags": ["featured"]
},
{
"chainId": 80084,
"address": "0xe85411C030fB32A9D8b14Bbbc6CB19417391F711",
"symbol": "suBTC",
"name": "Sumerian BTC",
"decimals": 18,
"logoURI": "https://res.cloudinary.com/duv0g402y/raw/upload/src/assets/suBTC.png",
"tags": ["featured"]
},
{
"chainId": 80084,
"address": "0x553d713e0fB958932b6C40ABAf0b5A1fFae73Da2",
"symbol": "SUMER",
"name": "Sumerian Token",
"decimals": 18,
"logoURI": "https://res.cloudinary.com/duv0g402y/raw/upload/src/assets/sumer.png",
"tags": ["featured"]
}
],
"version": {
Expand Down

0 comments on commit fa94c84

Please sign in to comment.