From now on tokens listed on OneDex will have price & MC on explorer,the first one is
$ELMO here you can find the steps👇
1. on mx-assets on github (
github.com/multiversx/mx-ass…) you'll have to create a new pull-request for your token branding
2. find your token's folder under /tokens/<identifier>
3. inside the folder, you'll find info.json that would look like this:
{
"social": {
"twitter": "
x.com/BurnifyApp"
},
"website": "
burnify.app",
"description": "The Meme of Burners\nBurn 2 Build",
"extraTokens": [
"BFY-8344ff"
],
"lockedAccounts": {
"erd12z5extcjj34ccpgmcszlegx8eyf8n4t94swhl9r704tam54j0a7q022a0w": "Burnify Discount",
"erd1deaddeaddeaddeaddeaddeaddeaddeaddeaddeaddeaddeaddeaqtv0gag": "Burned"
},
"status": "active"
}
4. You need to add a new section, called "priceSource":
{...,
"priceSource": {
"type": "customUrl",
"url": "
api.onedex.app/prices/<tokenIdentifier>",
"path": "0.usdPrice"
}
make sure to change tokenIdentifier placeholder from the URL.
example:
github.com/multiversx/mx-ass…
for more details, check the last section from ReadMe:
github.com/multiversx/mx-ass…
⚠️: don't forget to sign with the creator's wallet and post as comment in the pull request. Guide:
Step 1: Copy latest commit sha
Step 2: Open:
utils.multiversx.com/
Step 3: Log in with your owner address wallet
Step 4: Click the 'Sign Message' feature
Step 5: Paste the commit sha in the first column and hit sign
Step 6: Copy-paste the provided output signature here in a new comment