You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that token listing is not required to use the Berachain DEX with a token.
I understand that filing an issue or adding liquidity does not guarantee addition to the Berachain default token list.
I will not ping the Discord about this listing request.
Please follow the format for adding your token.
{
"chainId": 80084,
"address": "0x92abCCEdccC722D2a2c14fc602428983164f4735",
"symbol": "CANA",
"name": "Beracana Token",
"decimals": 18,
"logoURI": "https://res.cloudinary.com/duv0g402y/raw/upload/src/assets/cana.png",
"tags": ["featured"]
},
{
"chainId": 80084,
"address": "0xE5FAa69DEF26b3875381FCD653205C3DBf5e9234",
"symbol": "CANAHONEY",
"name": "Cana Honey",
"decimals": 18,
"logoURI": "https://res.cloudinary.com/duv0g402y/raw/upload/src/assets/canahoney.png",
"tags": ["featured"]
},```- chainId: chainId of the chain- address: token address- symbol: token symbol- name: token name- decimals: token decimals- logoURI: path to token icon in default-list repo- tags: [(optional)] leave empty array if not tagsthis repository is uploaded to cloudinary for improved availability. Please upload your relevant assets under the `assets/` folder and prefix the path in this json file with `https://res.cloudinary.com/duv0g402y/raw/upload/`.an example :`https://res.cloudinary.com/duv0g402y/raw/upload/src/assets/${asset_file_name}`ℹ️ AFTER OPENING AN ISSUE, CREATE A BRANCH AND ADD YOUR CHANGES. WHEN READY, CREATE A PR AND LINK YOUR ISSUE IN THE PR 🚀
The text was updated successfully, but these errors were encountered:
Please follow the format for adding your token.
The text was updated successfully, but these errors were encountered: