interface icon indicating copy to clipboard operation
interface copied to clipboard

Crash report: `Error: Invariant failed`

Open wehmoen opened this issue 2 years ago • 0 comments

URL

https://app.uniswap.org/#/swap?inputCurrency=0x0c7cf86188632e16af00415214155950684466a8

swap state

{
  "INPUT": {
    "currencyId": "ETH"
  },
  "OUTPUT": {
    "currencyId": "0x0c7cF86188632e16AF00415214155950684466A8"
  },
  "independentField": "OUTPUT",
  "typedValue": "1",
  "recipient": null
}

Error

Error: Invariant failed

Stacktrace

Error: Invariant failed
    at i (https://app.uniswap.org/static/js/9.195940e7.chunk.js:2:240503)
    at new e (https://app.uniswap.org/static/js/9.195940e7.chunk.js:2:4066575)
    at e.createUncheckedTrade (https://app.uniswap.org/static/js/9.195940e7.chunk.js:2:4068439)
    at e.encodeSwaps (https://app.uniswap.org/static/js/9.195940e7.chunk.js:2:4082378)
    at e.swapCallParameters (https://app.uniswap.org/static/js/9.195940e7.chunk.js:2:4084017)
    at https://app.uniswap.org/static/js/main.130ceebc.chunk.js:1:299296
    at Object.Qa [as useMemo] (https://app.uniswap.org/static/js/9.195940e7.chunk.js:2:3690477)
    at t.useMemo (https://app.uniswap.org/static/js/9.195940e7.chunk.js:2:3515533)
    at https://app.uniswap.org/static/js/main.130ceebc.chunk.js:1:299190
    at as (https://app.uniswap.org/static/js/main.130ceebc.chunk.js:1:299843)

Device data

{
  "ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36",
  "browser": {
    "name": "Chrome",
    "version": "106.0.0.0",
    "major": "106"
  },
  "engine": {
    "name": "Blink",
    "version": "106.0.0.0"
  },
  "os": {
    "name": "Windows",
    "version": "10"
  },
  "device": {},
  "cpu": {
    "architecture": "amd64"
  }
}

wehmoen avatar Oct 05 '22 16:10 wehmoen