Ticker of the Meta company is META and not FB anymore
- Dominant language
- C++
- Stars
- 397
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
## 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 https://github.com/BirthdayResearch/oracle-adapters/pull/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
Contributor guide
Assessment
This issue has not been assessed yet.