Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add 15 new markets to production config #11

Merged
merged 1 commit into from
Jun 22, 2022
Merged

add 15 new markets to production config #11

merged 1 commit into from
Jun 22, 2022

Conversation

jiajames
Copy link
Contributor

@jiajames jiajames commented Jun 22, 2022

New market PR for starkex-lib : dydxprotocol/starkex-lib#76

How I generated the different fields:

  • synthetic_assets_id - Used starkex-lib after adding the new market and checking SYNTHETIC_ASSET_ID_MAP
  • oracle_price_quorum - all '0x5'
  • oracle_price_signed_asset_ids - used getSignedAssetId with the Oracle names Maker, Tello, dYdX, and LINK
  • oracle_price_signers - same as all previous assets
  • resolution - converted to hex
  • risk_factor - all the same '214748365

Resolutions based on other assets that are similar price (if there were 2 assets with similar prices but different resolutions, I opted for the smaller resolution):

  [DydxAsset.APE]: 7,
  [DydxAsset.GMT]: 6,
  [DydxAsset.FTM]: 6,
  [DydxAsset.AXS]: 7,
  [DydxAsset.OP]: 6,
  [DydxAsset.WAVES]: 7,
  [DydxAsset.GALA]: 5,
  [DydxAsset.SAND]: 6,
  [DydxAsset.MANA]: 6,
  [DydxAsset.SHIB]: 0,
  [DydxAsset.THETA]: 6,
  [DydxAsset.RSR]: 3,
  [DydxAsset.ZIL]: 4,
  [DydxAsset.VET]: 4,
  [DydxAsset.ENS]: 7,

@jiajames jiajames merged commit bca9bbf into master Jun 22, 2022
@BrendanChou BrendanChou deleted the jj_new-markets branch June 23, 2022 22:50
@jiajames jiajames requested a review from BrendanChou June 24, 2022 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant