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 {TOKEN_SYMBOL}: {TOKEN_NAME} #516

Open
3 tasks done
Cahusil65 opened this issue Jan 5, 2025 · 1 comment
Open
3 tasks done

Add {TOKEN_SYMBOL}: {TOKEN_NAME} #516

Cahusil65 opened this issue Jan 5, 2025 · 1 comment
Labels
token request Request for adding a new token

Comments

@Cahusil65
Copy link

Cahusil65 commented Jan 5, 2025

  • 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": 80086,
    "address": "0xdFddBCEc833330788eC148BBEF624C6527846Ef0",
    "symbol": "wagyu",
    "name": "wagyu",
    "decimals": 18,
    "logoURI": "https://res.cloudinary.com/duv0g402y/raw/upload/src/assets/wagyu.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 tags

this 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 🚀

@Cahusil65 Cahusil65 added the token request Request for adding a new token label Jan 5, 2025
@Cahusil65
Copy link
Author

iam try add my token

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
token request Request for adding a new token
Projects
None yet
Development

No branches or pull requests

1 participant