Skip to content

Commit

Permalink
verify some tokens
Browse files Browse the repository at this point in the history
Signed-off-by: James Ng <[email protected]>
  • Loading branch information
0xj4m35 committed Nov 28, 2024
1 parent 393f172 commit 7af3922
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@minswap/minswap-tokens",
"version": "1.0.2",
"version": "1.0.3",
"description": "The merge of deprecated verified-tokens and market-cap repositories, which contains a list of tokens, exposes APIs for transparent access to circulating supply and total supply.",
"main": "build/index.js",
"module": "build/index.es.js",
Expand Down
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: false
verified: true

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: false
verified: true

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: false
verified: true

maxSupply: '100000000000000'

Expand Down

0 comments on commit 7af3922

Please sign in to comment.