From 24f4fb8553bd6c78ef5c17bca3c6ab65290a0864 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 17 Dec 2024 00:03:14 +0530 Subject: [PATCH 1/2] added autheo --- autheo/chain.json | 115 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 autheo/chain.json diff --git a/autheo/chain.json b/autheo/chain.json new file mode 100644 index 0000000000..0ee1f15782 --- /dev/null +++ b/autheo/chain.json @@ -0,0 +1,115 @@ +{ + "$schema": "../chain.schema.json", + "chain_name": "autheo", + "status": "live", + "website": "https://autheo.com/", + "network_type": "testnet", + "chain_type": "cosmos", + "pretty_name": "Autheo", + "chain_id": "autheo_785-1", + "bech32_prefix": "aauth", + "daemon_name": "autheod", + "node_home": "$HOME/.autheod", + "key_algos": [ + "secp256k1" + ], + "slip44": 118, + "fees": { + "fee_tokens": [ + { + "denom": "aauth", + "fixed_min_gas_price": 0, + "low_gas_price": 0, + "average_gas_price": 0.025, + "high_gas_price": 0.04 + } + ] + }, + "staking": { + "staking_tokens": [ + { + "denom": "aauth" + } + ], + "lock_duration": { + "time": "1209600s" + } + }, + "codebase": { + "git_repo": "https://code.zeeve.net/client-projects/autheo", + "genesis": { + "name": "v3", + "genesis_url": "https://code.zeeve.net/client-projects/autheo/-/blob/autheo-node1/autheo-node1/config/genesis.json" + }, + "recommended_version": "v25.0.0", + "compatible_versions": [ + "v25.0.0" + ], + "binaries": { + "linux/amd64": "https://code.zeeve.net/client-projects/autheo/-/archive/v1.3/autheo-v1.3.zip" + }, + "language": { + "type": "go", + "version": "1.23.3" + }, + "sdk": { + "type": "cosmos", + "version": "0.47.5" + }, + "ibc": { + "type": "go", + "version": "v7.4.0", + "ics_enabled": [ + "ics20-1" + ] + } + }, + "images": [ + { + "png": "https://brown-changing-smelt-819.mypinata.cloud/ipfs/QmTNRXRnfr4z7bBYtZiSdVyQCBZkSwXzv9WPjnJJ8uQ5qe/logo.png", + "theme": { + "circle": true, + "primary_color_hex": "#231D4B" + } + } + ], + "peers": { + "seeds": [ + { + "id": "9acb71326a3c2c56d539ecc40ac76a7e2ce72440", + "address": "10.30.33.37:26656", + "provider": "autheo" + } + ], + "persistent_peers": [ + { + "id": "cd5a01aabddcb7fc7c534dacbdf983fe84c2c8d2", + "address": "10.30.33.36:26656", + "provider": "autheo" + } + ] + }, + "apis": { + "rpc": [ + { + "address": "https://testnet-rpc1.autheo.com/", + "provider": "autheo" + } + ], + "rest": [ + { + "address": "https://testnet-rpc2.autheo.com/", + "provider": "autheo" + } + ] + }, + "explorers": [ + { + "kind": "explorer", + "url": "https://testnet-explorer.autheo.com/" + } + ], + "keywords": [ + "dex" + ] +} From 8333c2f5848ed65cd93b4f2088d7561b064542b3 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Dec 2024 15:50:24 +0530 Subject: [PATCH 2/2] added chain name --- autheo/assetlist.json | 31 +++++++++++++++++++++++++++++++ autheo/chain.json | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 autheo/assetlist.json 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",