Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlilley committed Sep 5, 2021
2 parents 7a45af0 + 5cb4db0 commit a55c992
Show file tree
Hide file tree
Showing 3 changed files with 57 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": "@sushiswap/default-token-list",
"version": "14.18.0",
"version": "15.1.0",
"description": "◦ The SushiSwap default token list",
"main": "build/sushiswap-default.tokenlist.json",
"scripts": {
Expand Down
48 changes: 48 additions & 0 deletions tokens/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2838,5 +2838,53 @@
"symbol": "NFD",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/ethereum/assets/0xDFDb7f72c1F195C5951a234e8DB9806EB0635346/logo.png"
},
{
"chainId": 1,
"address": "0xBAac2B4491727D78D2b78815144570b9f2Fe8899",
"name": "The Doge NFT",
"symbol": "DOG",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/ethereum/assets/0xBAac2B4491727D78D2b78815144570b9f2Fe8899/logo.png"
},
{
"chainId": 1,
"address": "0x32353A6C91143bfd6C7d363B546e62a9A2489A20",
"name": "Adventure Gold",
"symbol": "AGLD",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/ethereum/assets/0x32353A6C91143bfd6C7d363B546e62a9A2489A20/logo.png"
},
{
"chainId": 1,
"address": "0xEBd9D99A3982d547C5Bb4DB7E3b1F9F14b67Eb83",
"name": "Everest ID",
"symbol": "ID",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/ethereum/assets/0xEBd9D99A3982d547C5Bb4DB7E3b1F9F14b67Eb83/logo.png"
},
{
"chainId": 1,
"address": "0x5f98805A4E8be255a32880FDeC7F6728C6568bA0",
"name": "LUSD Stablecoin",
"symbol": "LUSD",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/ethereum/assets/0x5f98805A4E8be255a32880FDeC7F6728C6568bA0/logo.png"
},
{
"chainId": 1,
"address": "0xbA7970f10D9f0531941DcEd1dda7ef3016B24e5b",
"name": "Based Gold",
"symbol": "BGLD",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/ethereum/assets/0xbA7970f10D9f0531941DcEd1dda7ef3016B24e5b/logo.png"
},
{
"chainId": 1,
"address": "0xE2311ae37502105b442bBef831E9b53c5d2e9B3b",
"name": "Banana",
"symbol": "BANANA",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/ethereum/assets/0xE2311ae37502105b442bBef831E9b53c5d2e9B3b/logo.png"
}
]
8 changes: 8 additions & 0 deletions tokens/matic.json
Original file line number Diff line number Diff line change
Expand Up @@ -758,5 +758,13 @@
"symbol": "wCCX",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/polygon/assets/0x137Ee749f0F8c2eD34cA00dE33BB59E3dafA494A/logo.png"
},
{
"chainId": 137,
"address": "0x08BE454de533509e8832B257116C5506E55b0b64",
"name": "Standard",
"symbol": "STND",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/polygon/assets/0x08BE454de533509e8832B257116C5506E55b0b64/logo.png"
}
]

0 comments on commit a55c992

Please sign in to comment.