Hacker News new | ask | show | jobs
by trophycase 1783 days ago
What? USD is already the dominant stablecoin. The US should be jumping for joy that they will remain the universal fiat even through the blockchain age.

When Uniswap removed a bunch of coins from their front end, guess what they removed? sAUD, sEUR... but not sUSD. Very interesting don't you think?

1 comments

> When Uniswap removed a bunch of coins from their front end

I invite everyone to clone/fork (i've removed the google analytics stuff and emptied the black lists and made uniswap-info use the hashrouter):

https://github.com/cinquemb/uniswap-info/ (deployed at https://cinquemb.github.io/uniswap-info)

and

https://github.com/cinquemb/uniswap-interface (deployed at https://cinquemb.github.io/uniswap-interface)

To deploy yourselves you can (on gh, you can also run it locally):

yarn install

yarn build

mkdir dist

cd dist/

cp -R ../build/* .

git add -A

git commit -m "GH pages"

git push -f git@github.com:[your account]/uniswap-info.git master:gh-pages