diff --git a/autheo/assetlist.json b/autheo/assetlist.json new file mode 100644 index 0000000000..492598b3d4 --- /dev/null +++ b/autheo/assetlist.json @@ -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" + } + ] +} diff --git a/autheo/chain.json b/autheo/chain.json index 0ee1f15782..f277602c8c 100644 --- a/autheo/chain.json +++ b/autheo/chain.json @@ -1,6 +1,6 @@ { "$schema": "../chain.schema.json", - "chain_name": "autheo", + "chain_name": "autheotestnet", "status": "live", "website": "https://autheo.com/", "network_type": "testnet",