vegaprotocol / vegawallet-browser

A wallet for the Vega protocol implemented as a browser extension for Firefox and Chromium-based browsers.
https://vegaprotocol.github.io/vegawallet-browser/
MIT License
4 stars 1 forks source link

Spot market transaction return error #774

Closed daro-maj closed 7 months ago

daro-maj commented 7 months ago

Description

Spot market transaction return error.

Steps to Reproduce

  1. Go to spot market
  2. Make transaction
  3. See error

Error: Could not find settlement asset from market 1279dcac816ab936ea47d019f6387b310088666aed071626e8a90ed1b6e95000 at getSettlementAssetId (chrome-extension://niochpahfbnajmdfmbnekhajmhofchog/popup.js:101471:16) at useMarketSettlementAsset (chrome-extension://niochpahfbnajmdfmbnekhajmhofchog/popup.js:106162:32) at OrderPrice (chrome-extension://niochpahfbnajmdfmbnekhajmhofchog/popup.js:106204:20) at renderWithHooks (chrome-extension://niochpahfbnajmdfmbnekhajmhofchog/popup.js:24368:20) at updateFunctionComponent (chrome-extension://niochpahfbnajmdfmbnekhajmhofchog/popup.js:27646:22) at beginWork (chrome-extension://niochpahfbnajmdfmbnekhajmhofchog/popup.js:29659:18) at beginWork$1 (chrome-extension://niochpahfbnajmdfmbnekhajmhofchog/popup.js:35469:16) at performUnitOfWork (chrome-extension://niochpahfbnajmdfmbnekhajmhofchog/popup.js:34603:14) at workLoopSync (chrome-extension://niochpahfbnajmdfmbnekhajmhofchog/popup.js:34509:7) at renderRootSync (chrome-extension://niochpahfbnajmdfmbnekhajmhofchog/popup.js:34477:9)

{ "orderSubmission": { "marketId": "1279dcac816ab936ea47d019f6387b310088666aed071626e8a90ed1b6e95000", "type": "TYPE_LIMIT", "side": "SIDE_BUY", "timeInForce": "TIME_IN_FORCE_GTC", "price": "100", "size": "100000", "postOnly": false, "reduceOnly": false } }

Expected behavior

No error

image