Skip to content

Commit

Permalink
feat: add support for ASI token (#936)
Browse files Browse the repository at this point in the history
* feat: add support for ASI

* chore: add decimals and symbols

* fix: add name and symbol overrides

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
agent-dominatrix and mergify[bot] authored Sep 19, 2024
1 parent b86a1a0 commit 59a754f
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
24 changes: 24 additions & 0 deletions data/ASI/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "ASI Alliance",
"decimals": 18,
"symbol": "ASI",
"description": "The ASI Alliance represents a significant shift toward a decentralized AI ecosystem, offering an alternative to AI development dominated by big tech. By pooling their resources and expertise, Fetch.ai, SingularityNET, and Ocean Protocol aim to foster innovation, transparency, and inclusivity in the development of advanced AI technologies.",
"website": "https://www.superintelligence.io/",
"twitter": "https://x.com/ASI_Alliance",
"tokens": {
"ethereum": {
"address": "0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85",
"overrides": {
"name": "Fetch",
"symbol": "FET"
}
},
"base": {
"address": "0x74F804B4140ee70830B3Eef4e690325841575F89",
"overrides": {
"name": "Fetch",
"symbol": "FET"
}
}
}
}
21 changes: 21 additions & 0 deletions data/ASI/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 59a754f

Please sign in to comment.