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

Ticker of the Meta company is META and not FB anymore #2104

Open
KunoWA opened this issue Jun 21, 2023 · 0 comments
Open

Ticker of the Meta company is META and not FB anymore #2104

KunoWA opened this issue Jun 21, 2023 · 0 comments
Labels

Comments

@KunoWA
Copy link

KunoWA commented Jun 21, 2023

Summary

  • The company Facebook changed its name to Meta Platforms and therefore also changed its ticker symbol from FB to META. (see https://investor.fb.com/stock-info/default.aspx)
  • To allow the oracle to still work with the old token definition, the price request for FB have been mapped to META
    see feat(iexcloud): Added temporary FB to META mapping oracle-adapters#270
  • To remove this temporary solution, somebody with the necessary rights should change the dToken definition of dFB (Token 59) to result in
    o symbol: META
    o symbolKey: META
    o name: dMETA
  • Then the temporary solution can be removed (see pull/270 above)

Steps to Reproduce

CLI command: gettoken FB
{
"59": {
"symbol": "FB",
"symbolKey": "FB",
"name": "dFB",
"decimal": 8,
"limit": 0,
"mintable": true,
"tradeable": true,
"isDAT": true,
"isLPS": false,
"finalized": false,
"isLoanToken": true,
"minted": 16893.65833881,
"creationTx": "b6ba59496aba96af55f2bc60c4d80f2ae0dd0058b8d48fcd41ba6de8a6814794",
"creationHeight": 1674640,
"destructionTx": "0000000000000000000000000000000000000000000000000000000000000000",
"destructionHeight": -1,
"collateralAddress": "8bL7jZe2Nk5EhqFA6yuf8HPre3M6eewkqj"
}
}

Environment

  • chain: main
  • Node version: v3.2.8
  • blocks: 2966678
  • Defi Wallet 3.2.9
@KunoWA KunoWA added the bug label Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant