Skip to content

Commit

Permalink
added chain name
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Dec 20, 2024
1 parent 24f4fb8 commit 8333c2f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions autheo/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../assetlist.schema.json",
"chain_name": "autheotestnet",
"assets": [
{
"description": "Native token of Autheo Chain",
"denom_units": [
{
"denom": "aauth",
"exponent": 0
},
{
"denom": "aauth",
"exponent": 5
}
],
"base": "aauth",
"name": "Autheo Chain",
"display": "autheo",
"symbol": "THEO",
"logo_URIs": {
"png": "https://brown-changing-smelt-819.mypinata.cloud/ipfs/QmTNRXRnfr4z7bBYtZiSdVyQCBZkSwXzv9WPjnJJ8uQ5qe/logo.png"
},

"socials": {
"website": "https://autheo.com"
},
"type_asset": "sdk.coin"
}
]
}
2 changes: 1 addition & 1 deletion autheo/chain.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "../chain.schema.json",
"chain_name": "autheo",
"chain_name": "autheotestnet",
"status": "live",
"website": "https://autheo.com/",
"network_type": "testnet",
Expand Down

0 comments on commit 8333c2f

Please sign in to comment.