-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update 97bbb7db0baef89caefce61b8107ac74c7a7340166b39d906f174bec54616c…
…6f73.yaml
- Loading branch information
Showing
1 changed file
with
3 additions
and
33 deletions.
There are no files selected for viewing
36 changes: 3 additions & 33 deletions
36
src/tokens/97bbb7db0baef89caefce61b8107ac74c7a7340166b39d906f174bec54616c6f73.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,22 @@ | ||
# 1 token = 1 yaml file | ||
# assetId: policyId + hex-coded token name | ||
# file name: assetId of the token that want to be verified | ||
# all URL needs to be HTTPS | ||
# tx: f33f6997e38a64f992e0caf5a74a7f45a14a635bba37f5e6687127c489e613be | ||
|
||
project: Talos | ||
|
||
# among: DeFi, RealFi, GameFi, Meme, Bridge, Metaverse, Wallet, NFT, Oracle, AI, Launchpad, DAO, Stablecoin, Social, Media, Risk Ratings, Index Vaults, DePIN, Other | ||
categories: | ||
- AI | ||
- DAO | ||
- Meme | ||
|
||
# needs to be the same as decimals in Cardano Token Registry or CIP-68 | ||
decimals: 0 | ||
|
||
# optional, among: website, twitter, discord, telegram, coinMarketCap, coinGecko | ||
socialLinks: | ||
website: https://fluxpointstudios.com | ||
discord: https://discord.gg/MfYUMnfrJM | ||
X: https://x.com/TalosAgent | ||
twitter: https://x.com/TalosAgent | ||
|
||
verified: true | ||
|
||
verified: true # default true, if a token violate verification policy then switch to false | ||
|
||
# the following fields are not required | ||
# for `number`, it's token number with no decimals. For example, if your token has a max supply of 50,000,000 tokens with 6 decimals, the value needs to be 50000000 × 10^6 = 50000000000000 | ||
# for URL, it must also return the token number without decimals | ||
maxSupply: 1000000000 | ||
# or | ||
maxSupply: https://... | ||
|
||
treasury: | ||
- 52139818 | ||
- addr1w9u9mw864yszpqk7374wtwtwludpa0rc9dmante78c7c9sqqdlyy9 | ||
- stake... | ||
- https://... | ||
- assetId | ||
|
||
burn: | ||
- number | ||
- addr... | ||
- stake... | ||
- https://... | ||
- assetId | ||
|
||
circulatingOnChain: | ||
- 1000000000 | ||
- addr... | ||
- stake... | ||
- https://... | ||
- assetId |