-
Notifications
You must be signed in to change notification settings - Fork 127
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
Coin naming standards and delisting process #498
Comments
Coins with non-responsive electrums to be added to delisting schedule:
|
USDI can be delisted. The project seems to be dead |
CHUNG can be removed; development and support has been stagnant. |
There are a few considerations which should inform the standard:
Currently we use There are a couple of exceptions:
Each of these adds an additional challenge to parsing a pair into its constituent coins/platforms, and ideally should be changed and similar cases avoided. For test coins, we also have a variety of formats: |
we could also use TEST and OLD in the ticker itself... thing is that this would prevent price fetching, so if we would have done that with USDC, like USDCOLD-PLG20, this coin would not have a price... normally it's fine since OLD means "not used any more", but in this case it is not true... idk though how important this aspect is
or we put OLD and TEST in front... depends how apps sort all this coins and tokens in the "enable coin" thing |
https://www.coingecko.com/en/coins/tbtc would use ticker TBTC, same as BTC testnet |
a |
Going through the coins file, there are a few inconsistencies which could be fixed to help with future maintenance.
e.g.
-BEP20
suffix (or *-ERC20; *-SLP etc)(test)
suffix in fname.fname
value, and there might be other entries missing standard values.-
in thecoin
value will return the same price. For this reason, no coin should use a-
in their name except to indicate it's platform/protocol. Instead, use an_
. For example, a test coin namedNAME
on the BNB testnet would beNAME_TEST-BEP20
Changing the coin
name
value will be a breaking change for DEX apps which use a supplementary coins file for activation, so this update needs to be done in a carefully coordinated manner at a time where it wont impact any imminent deadlines for releases / demonstrations etc.We're also lacking a clear delisting process / cycle. Something similar to KomodoPlatform/komodo-wallet#1993 should also be applied here.
cc: @ologunB @yurii-khi @artemii235
The text was updated successfully, but these errors were encountered: