Noah Zinsmeister
61ae7119a9
address spam ( #587 )
2020-01-06 19:47:23 -05:00
Ian Lapham
8b2b6aba6a
Token pasting fix ( #584 )
...
* fix for null value
* remove logs
2020-01-03 11:16:36 -05:00
Ian Lapham
008be5dcda
fix linking bug ( #583 )
2020-01-02 13:13:20 -05:00
Noah Zinsmeister
9810e62054
add tokens ( #582 )
...
* add XIO
* add TRST
* add imBTC closes #547
* add GST2 closes #580
* add 0xBTC closes #499
* add USDS closes #506
* add PAXG closes #520
2020-01-02 11:27:04 -05:00
Noah Zinsmeister
e92c8ed5e8
web3-react improvement ( #581 )
...
* fix SC errors
* improve unsupported chain id error
* bump yarn.lock
2019-12-31 15:30:43 -05:00
Ian Lapham
64296d8229
Update GA ( #577 )
...
* add updated GA
* update swap/send events
* add custom variable for device type
* cleanup
2019-12-31 15:27:51 -05:00
Paul Razvan Berg
701cbde274
Fix "useENSName" Hook ( #578 )
...
* Fix "useENSName" Hook
* Check for "stale" in "useENSName" Hook
2019-12-31 15:17:10 -05:00
ChristophSiegenthaler
e00e7af599
Updated de.json ( #576 )
...
* Updated de.json
* Updated de.json
2019-12-30 14:58:45 -05:00
Noah Zinsmeister
a87ffbee7c
version bump ( #575 )
2019-12-23 16:28:10 -05:00
Tom French
55fa030a88
fix ordering of tokens ( #574 )
2019-12-23 16:22:04 -05:00
Ian Lapham
103ad864a6
update default slippage to 50 bips ( #569 )
2019-12-18 18:06:03 -05:00
Noah Zinsmeister
d400ff62d0
add null value checks ( #568 )
2019-12-18 10:53:05 -05:00
Noah Zinsmeister
38bb32504d
add FAME
2019-12-17 10:29:50 -05:00
Paul Razvan Berg
91da96e710
Add dependency array to "Identicon" side effect ( #561 )
2019-12-16 10:47:15 -05:00
nathaniel gentile
e179a475d3
add vietnamese language support ( #559 )
...
* add vietnamese language support
* Update vi.json
2019-12-16 10:41:11 -05:00
Ian Lapham
113b28d462
Bug fix ( #557 )
...
* gate usd parsing on null balances
* remove logs
2019-12-13 11:31:17 -05:00
Ian Lapham
52849a8e20
Bug fix ( #557 )
...
* gate usd parsing on null balances
* remove logs
2019-12-13 11:30:41 -05:00
Hayden Adams
cb8f2d2dab
Update README.md
2019-12-12 14:02:59 -05:00
Noah Zinsmeister
31499ee2b1
Merge branch 'beta' into production
2019-12-12 12:01:21 -05:00
Ian Lapham
29db142943
Update README.md with local instructions ( #555 )
...
* Update README.md
* Update README.md
2019-12-12 11:57:43 -05:00
Ian Lapham
815f710d80
Remove setup and move to root README
2019-12-12 10:34:28 -05:00
Ian Lapham
8f4825c0d4
Update with secrets
2019-12-11 18:57:06 -05:00
Ian Lapham
b9b17dc1b0
Add release setup
2019-12-11 17:45:31 -05:00
Noah Zinsmeister
a1143aeab1
add OXT and remove rhoc ( #553 )
...
* add OXT
* remove RHOC
2019-12-11 16:07:01 -05:00
Kirill Goncharov
8bf95ebfd5
Allow to set custom deadline ( #543 )
2019-12-10 11:04:34 -05:00
Ian Lapham
38625d24e9
Balance and USD Refactor ( #544 )
...
* update injected loading state
* basic setup
* add contexts
* minor changes
* refactor balances and USd price
* small tweaks
* clean up balances context code
don't store usd price except in hook
refactor getUSDPrice to make clear it's sync
* add small memo
2019-12-10 10:33:35 -05:00
Noah Zinsmeister
22e859bea5
bump injected connector version ( #538 )
2019-12-06 11:40:30 -05:00
Noah Zinsmeister
fb4b4fd3e2
fix dapp browsers hanging
2019-12-05 16:58:30 -05:00
Noah Zinsmeister
790fe3f327
hot fix for dapp browsers
2019-12-05 16:29:53 -05:00
Noah Zinsmeister
4ef30cc8fd
merge prod into beta ( #535 )
...
* block some countries (#534 )
* Adds min-width to custom slippage input. (#533 )
On Firefox (maybe other browsers as well) the lack of min-width results in the default `input` element min-width which is ~92px. This results in the flex container overflowing the bounding element. By setting min-width to 20px, the box will instead grow to fill the available space, which is defined by its parent that has the pink border. This avoids the overflow issue (as long as the parent doesn't get too small, which it won't at the moment since it is fixed size).
2019-12-05 15:39:35 -05:00
Ian Lapham
794bbd88b2
Update to loading state for injected desktop browsers ( #532 )
...
* update injected loading state
* update styles
* update injected connector
* center spinner
2019-12-05 14:58:22 -05:00
Ian Lapham
fe82dcf2e1
Hosted wallets ( #531 )
2019-12-04 18:48:43 -05:00
Noah Zinsmeister
28672100d0
merge prod into beta ( #530 )
...
* add CHAI
* update compound tokens (#527 )
* update compound tokens
* Update Tokens.js
* add fortmatic metatag
* add TRYB (#529 )
2019-12-04 17:43:14 -05:00
Ian Lapham
015c9f8598
Hosted wallets ( #528 )
...
* formnatic setup
* stable with new hosted
* stable version, fortmatic and portis
* fix safari bug
* cleanup
* add white version of arrow
* update options to tabbable buttons
* update injected version
* style tweaks
* style tweaks, remove portis connector
2019-12-04 17:31:56 -05:00
Noah Zinsmeister
a11dc4cd1c
add chai ( #526 )
2019-12-02 14:55:48 -05:00
Paul Razvan Berg
bcf480e758
Import useWeb3React from the hooks folder ( #522 )
2019-11-27 10:01:47 -05:00
Paul Razvan Berg
7d9ff637ef
Replace networkId with chainId ( #521 )
2019-11-27 09:33:11 -05:00
Ian Lapham
795caac4fd
Wallet Support with web3-react v6 ( #514 )
...
* basic support for desktop and mobile, with or without web3
* stable before mobile view update
* mobile modal views
* remove unused modules
* create global context for wallet modal, update to click button to connect
* first pass
* drag with react pose
* try without pose
* replace context with new syntax, basic setup
* stable version on all browser types
* remove dev flags
* fix swap broken
* update to clickable connect button if logged out
* stable, good entry
* fix bugs, exit animations
* prep for merge
* stable version with updated application context
* update animations with correct gesture package
* refactor wallet logic to multi-root
* small fixes
* Style Updates
* remove unused imports
* refactor wallet page
2019-11-25 17:56:31 -05:00
Ian Lapham
116a7f3833
fix bug with a try catch on approval ( #516 )
2019-11-21 14:10:59 -05:00
Micah Zoltu
04a918eda2
Removes scrollbars when there is nothing to scroll. ( #513 )
2019-11-20 10:20:23 -05:00
Noah Zinsmeister
b44fc03eb9
add SAN/QSP/SHUF/IOTX/RING ( #509 )
...
* add SAN
* add QSP
* add SHUF
* add IOTX
* add RING
2019-11-18 12:47:12 -05:00
Ian Lapham
645484853a
Dai Migration - UI Updates ( #503 )
...
* skeleton for migration - still need links and adrdess of new contract
* update render conditions
* fix close on click
* updated warning logic
* add mcd to token list
* changes before merge
* remove unused imports
* add checksums
2019-11-18 11:52:27 -05:00
Ian Lapham
5f8c350d86
fix big on linking to add liquidity ( #505 )
2019-11-15 16:02:16 -05:00
Agustin Aguilar
2c1c076d59
hotfix/trust-icons-change ( #501 )
...
* Trust URI scheme, replaced by checksum address
* Run prettier
2019-11-09 11:15:15 -05:00
Noah Zinsmeister
bb4d035012
add tokens ( #495 )
...
* reorder LQD, add LEND
* add MBC
* add ENJ
* add AMN
* add SOCKS
2019-11-05 11:37:32 -05:00
Noah Zinsmeister
fd6594ae71
style edits
2019-10-29 16:02:44 -04:00
Ian Lapham
c2f51f3b3e
create warning and disable add liquidity button for broken tokens ( #491 )
...
* create warning and disable add liquidity button for broken tokens
* fix mobile styles
2019-10-29 15:56:53 -04:00
Paul Cowgill
2c856d279a
Typo fix ( #482 )
2019-10-21 18:30:47 -04:00
Ian Lapham
829a968008
allow for ETH in output command, zupdate to 6 digits on exchange rate ( #464 )
2019-10-17 07:39:43 -07:00
hacktar
bed886ad2a
italian translation ( #462 )
2019-10-17 07:30:57 -07:00