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 new token: STONK #398

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added logos/STONK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion tokens/mainnet.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
ol{

Check failure on line 1 in tokens/mainnet.json

View workflow job for this annotation

GitHub Actions / test (16.x)

'{' expected.

Check failure on line 1 in tokens/mainnet.json

View workflow job for this annotation

GitHub Actions / test (16.x)

Property assignment expected.

Check failure on line 1 in tokens/mainnet.json

View workflow job for this annotation

GitHub Actions / test (16.x)

',' expected.
"networkId": 0,
"tokens": [
{
Expand Down Expand Up @@ -1319,6 +1319,14 @@
"decimals": 18,
"description": "ALPHCOL is the newest gamefi-coin set to launch on the Alpheuim Blockchain. This innovative coin merges the cutting-edge technology of Alpheuim with the collaborative spirit of a bee colony. https://x.com/alphcolony",
"logoURI": "https://raw.githubusercontent.com/alephium/token-list/master/logos/ALPHCOL.png"
},
{
"id": "d64d8c00f83b8dd6e87dea4fb5760e0419e0ca1a90070758eb03a1c28c9c0300",
"name": "STONK",
"symbol": "STONK",
"decimals": 4,
"description": "ALPH VERY STONK. DONT FADE",
"logoURI": "https://raw.githubusercontent.com/alephium/token-list/master/logos/STONK.png"
}
]
}
Loading