Skip to content

Commit

Permalink
added autheo
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Dec 16, 2024
1 parent 7c57476 commit 24f4fb8
Showing 1 changed file with 115 additions and 0 deletions.
115 changes: 115 additions & 0 deletions autheo/chain.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 24f4fb8

Please sign in to comment.