Skip to content
troyb.eth edited this page Mar 27, 2023 · 10 revisions

Welcome to the Kwenta wiki!

New asset listing checklist

(Work in Progress)

  • Set TradingView decimal rule for new asset (needs to be set per asset, see fd2d3e2)
  • Add an icon png for the relevant token to icons
  • Add the icon to the SYNTH_ICONS (mapping)[https://github.com/Kwenta/kwenta/blob/perps-v2-dev/utils/icons.ts]
  • Get Pyth price feed IDs on pythnet
  • Add asset to futures config in SDK constants
  • Add FuturesMarketAsset SDK types
  • Add FuturesMarketKey to SDK types
  • Add key -> asset, asset -> key, and display name mappings to utils
  • Add any relevant market overrides to utils
  • Add key -> coingecko id to rate query utils

Current settings:

BTC: 0 decimals
ETH, BNB, XAU: 2 decimals
DOGE, FTM, AUD: 4 decimals
default: 3 decimals
Clone this wiki locally