-
Notifications
You must be signed in to change notification settings - Fork 684
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for ASI token (#936)
* 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
1 parent
b86a1a0
commit 59a754f
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -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" | ||
} | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.