Skip to content

Commit

Permalink
Merge pull request #8 from mul53/add-fusd
Browse files Browse the repository at this point in the history
add fuse dollar
  • Loading branch information
leonprou authored Mar 21, 2021
2 parents 710e3b3 + f25bffa commit 8b0c12a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
12 changes: 10 additions & 2 deletions build/fuseswap-default.tokenlist.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "FuseSwap Token List",
"timestamp": "2021-03-19T20:24:51.189Z",
"timestamp": "2021-03-21T11:10:33.477Z",
"version": {
"major": 1,
"minor": 4,
"minor": 5,
"patch": 0
},
"tags": {},
Expand All @@ -22,6 +22,14 @@
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png"
},
{
"name": "Fuse Dollar",
"address": "0x249BE57637D8B013Ad64785404b24aeBaE9B098B",
"symbol": "fUSD",
"decimals": 18,
"chainId": 122,
"logoURI": "https://fuselogo.s3.eu-central-1.amazonaws.com/fuse-token-03.svg"
},
{
"name": "GoodDollar",
"address": "0x495d133B938596C9984d462F007B676bDc57eCEC",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuseswap/default-token-list",
"version": "1.4.0",
"version": "1.5.0",
"description": "◦ The Fuseswap default token list",
"main": "build/fuseswap-default.tokenlist.json",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions src/tokens/fuse.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,13 @@
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xc944E90C64B2c07662A292be6244BDf05Cda44a7/logo.png"
},
{
"name": "Fuse Dollar",
"address": "0x249BE57637D8B013Ad64785404b24aeBaE9B098B",
"symbol": "fUSD",
"decimals": 18,
"chainId": 122,
"logoURI": "https://fuselogo.s3.eu-central-1.amazonaws.com/fuse-dollar.png"
}
]

0 comments on commit 8b0c12a

Please sign in to comment.