Skip to content

Commit

Permalink
feat(list): Add BID, DONUT, and FSW, and update OWL (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
sembrestels authored Oct 1, 2020
1 parent 157fa98 commit 6ad48c8
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions src/tokens/xdai.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6810e776880C02933D47DB1b9fc05908e5386b96/logo.png"
},
{
"name": "OWL Token on xDai",
"address": "0x750eCf8c11867Ce5Dbc556592c5bb1E0C6d16538",
"name": "OWL on xDai",
"address": "0x0905Ab807F8FD040255F0cF8fa14756c1D824931",
"symbol": "OWL",
"decimals": 18,
"chainId": 100,
"logoURI": "https://1inch.exchange/assets/tokens/0x1a5f9352af8af974bfc03399e3767df6370d82e4.png"
"logoURI": "https://assets.coingecko.com/coins/images/11149/small/gnosis-owl_32.png"
},
{
"name": "Compound on xDai",
Expand Down Expand Up @@ -246,6 +246,29 @@
"decimals": 18,
"chainId": 100,
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xD533a949740bb3306d119CC777fa900bA034cd52/logo.png"
},
{
"name": "FalconSwap Token on xDai",
"address": "0xde1e70ed71936e4c249a7d43e550f0b99fccddfc",
"symbol": "FSW",
"decimals": 18,
"chainId": 100,
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xfffffffFf15AbF397dA76f1dcc1A1604F45126DB/logo.png"
},
{
"name": "Bidao on xDai",
"address": "0x2977893f4c04bfbd6efc68d0e46598d27810d3db",
"symbol": "BID",
"decimals": 18,
"chainId": 100,
"logoURI": "https://assets.coingecko.com/coins/images/12596/small/bidao.png"
},
{
"name": "Donut on xDai",
"address": "0x524B969793a64a602342d89BC2789D43a016B13A",
"symbol": "DONUT",
"decimals": 18,
"chainId": 100,
"logoURI": "https://assets.coingecko.com/coins/images/7538/small/Donut.png"
}

]

0 comments on commit 6ad48c8

Please sign in to comment.