Skip to content

Commit

Permalink
fix token files
Browse files Browse the repository at this point in the history
  • Loading branch information
rinchan01 committed Nov 29, 2024
1 parent 3dd21ca commit ccd9785
Show file tree
Hide file tree
Showing 16 changed files with 29 additions and 79 deletions.
2 changes: 1 addition & 1 deletion internal/checkTVL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async function verifyTVL() {
continue;
}
console.log(
`TVL check failed, changing verification information from ${tokenData.verified} to ${newVerified}...`,
`TVL check failed, changing ${file} verification information from ${tokenData.verified} to ${newVerified}...`,
);
const tokenInfo = {
...tokenData,
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@ socialLinks:
twitter: https://twitter.com/Peepee_token
discord: https://discord.gg/FHYWvS5HeD

verified: true

maxSupply: '3000000000'

decimals: 0

verified: true
treasury:
- stake1uxr3vlnzt085c0nyyv4yl7v2zcdewv02x4gslxmdc4cys3scy64vu
- stake1799ryumz9g7a6xg8n899lt5g49ru9ccv5v0hhm6856ju54qauwms3

burn:
- addr1w8qmxkacjdffxah0l3qg8hq2pmvs58q8lcy42zy9kda2ylc6dy5r4

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ socialLinks:
twitter: https://twitter.com/sharkycardano
discord: https://discord.gg/Jf345EMfuz

verified: true
verified: false

maxSupply: '585858585858'

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ decimals: 6

verified: false

circulatingOnChain:
- https://www.mynth.ai/api/token-supply

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ socialLinks:
verified: true

decimals: 8

circulatingOnChain:
- https://production.revuto.com/api/v1/wallet/circulating_supply
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ socialLinks:

decimals: 6

verified: true
verified: false

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ socialLinks:
twitter: https://twitter.com/pirateadacoin
discord: https://discord.gg/f2U6uR4B

verified: true

maxSupply: '3000000000'

decimals: 0

verified: true
burn:
- addr1w8qmxkacjdffxah0l3qg8hq2pmvs58q8lcy42zy9kda2ylc6dy5r4

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ socialLinks:
coinMarketCap: https://coinmarketcap.com/currencies/wingriders
coinGecko: https://www.coingecko.com/en/coins/wingriders

verified: true
verified: false

decimals: 6

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ socialLinks:
discord: https://discord.gg/VZ329q7x69
coinGecko: https://www.coingecko.com/en/coins/optim

verified: true
verified: false

maxSupply: '100000000000000'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ socialLinks:
twitter: https://x.com/splashprotocol
discord: https://discord.gg/NAvMKrQq9g

verified: true
verified: false

maxSupply: '100000000000000'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ socialLinks:

decimals: 6

verified: true
verified: false

Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ socialLinks:

decimals: 0

verified: true
verified: false

0 comments on commit ccd9785

Please sign in to comment.