Skip to content

Commit

Permalink
Add Aaron Network (#5661)
Browse files Browse the repository at this point in the history
* Add Aaron Network

* Add codebase to Aaron Network

* Fix api url

* Fix add Aaron Network
  • Loading branch information
aaronetwork authored Dec 5, 2024
1 parent b9b57b6 commit a3f5d45
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 0 deletions.
40 changes: 40 additions & 0 deletions aaronetwork/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"$schema": "../assetlist.schema.json",
"chain_name": "aaronetwork",
"assets": [
{
"description": "Aaron Network is an innovative platform for secure and private messaging, integrated into the blockchain ecosystem. We also offer a unique address reputation scoring system, ensuring that every user can interact with others confidently.",
"extended_description": "Aaron Network is an innovative platform for secure and private messaging, integrated into the blockchain ecosystem. We also offer a unique address reputation scoring system, ensuring that every user can interact with others confidently. One of our key tools is address scoring. This blockchain-based solution helps users assess the reliability of those they interact with. You’ll be able to better understand who is on the other end of your communication, making interactions on Aaron Network safer and more trustworthy.",
"denom_units": [
{
"denom": "uaaron",
"exponent": 0
},
{
"denom": "AARON",
"exponent": 6
}
],
"base": "uaaron",
"name": "Aaron Network",
"display": "AARON",
"symbol": "AARON",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png"
},
"socials": {
"website": "https://aaronetwork.xyz",
"twitter": "https://x.com/aaronetwork"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png",
"theme": {
"circle": false
}
}
],
"type_asset": "sdk.coin"
}
]
}
84 changes: 84 additions & 0 deletions aaronetwork/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"$schema": "../chain.schema.json",
"chain_name": "aaronetwork",
"status": "live",
"network_type": "mainnet",
"chain_type": "cosmos",
"website": "https://aaronetwork.xyz",
"pretty_name": "Aaron Network",
"chain_id": "aaronetwork",
"bech32_prefix": "aaron",
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "uaaron",
"fixed_min_gas_price": 0,
"low_gas_price": 0,
"average_gas_price": 0,
"high_gas_price": 0.001
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "uaaron"
}
]
},
"codebase": {
"git_repo": "https://github.com/aaronetwork/aaronetwork-chain",
"recommended_version": "v1.0.0",
"compatible_versions": [
"v1.0.0"
],
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/aaronetwork/chain-genesis/refs/heads/main/genesis.json"
}
},
"apis": {
"rpc": [
{
"address": "https://mainnet-rpc.aaronetwork.xyz",
"provider": "Aaron Network Foundation"
}
],
"rest": [
{
"address": "https://mainnet-api.aaronetwork.xyz",
"provider": "Aaron Network Foundation"
}
]
},
"explorers": [
{
"kind": "Aaron Network",
"url": "https://explorer.aaronetwork.xyz",
"tx_page": "https://explorer.aaronetwork.xyz/hash/${txHash}",
"account_page": "https://explorer.aaronetwork.xyz/address/${accountAddress}"
}
],
"peers": {
"seeds": [
{
"id": "1a8c6f839120a18ff270bf3a0e57e14db6d2301c",
"address": "212.34.129.79:26656"
},
{
"id": "dc647a7389d3396b0a0d72d71240b02c30c47ef7",
"address": "63.250.41.78:26656"
}
],
"persistent_peers": [
{
"id": "1a8c6f839120a18ff270bf3a0e57e14db6d2301c",
"address": "212.34.129.79:26656"
},
{
"id": "dc647a7389d3396b0a0d72d71240b02c30c47ef7",
"address": "63.250.41.78:26656"
}
]
}
}
Binary file added aaronetwork/images/aaron.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3f5d45

Please sign in to comment.