Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fren.ai to cosmos/chain-registry #4691

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
27e20b1
Create python-publish.yml
cosmosscanner May 23, 2024
fa20d8a
remove mintscan as explorer for canto, crescent, emoney, and regen ne…
dhfang May 23, 2024
fbc1bd7
Add Versions Schema Validation YML on PR (#4687)
JeremyParish69 May 23, 2024
507830d
Add MavNode Explorer (#4686)
MavNode May 23, 2024
5bc0f73
Merge branch 'cosmos:master' into master
cosmosscanner May 23, 2024
e38d121
Add frenai directory and initial files
cosmosscanner May 23, 2024
b2505d9
Rename chain-registry to frenai and add initial files
cosmosscanner May 23, 2024
a1f515b
Add frenai directory and initial files
cosmosscanner May 23, 2024
e67a001
Re-add frenai directory and initial files
cosmosscanner May 23, 2024
c9474bb
Correct frenai directory structure
cosmosscanner May 23, 2024
e03e9d7
Remove frenai directory to start fresh
cosmosscanner May 23, 2024
c5ce488
Add frenai directory and initial files
cosmosscanner May 23, 2024
ee0434b
Add files via upload
cosmosscanner May 23, 2024
525a289
Merge branch 'cosmos:master' into master
cosmosscanner May 24, 2024
b794665
removed python-publish.yml and modified chain.json and assetlist.json…
cosmosscanner May 24, 2024
2c3380e
included full url for explorer and added images to assetlist.json and…
cosmosscanner May 26, 2024
29a8540
Update chain.json
cosmosscanner May 26, 2024
ed813b7
Update chain.json with "versions" and updated gas parameters
cosmosscanner May 28, 2024
fb6894f
Update assetlist.json
cosmosscanner Jun 2, 2024
44523f8
Update chain.json
cosmosscanner Jun 2, 2024
1d41464
Update chain.json
cosmosscanner Jun 6, 2024
635266c
Update chain.json
cosmosscanner Jun 6, 2024
63f02fd
Update assetlist.json
cosmosscanner Jun 6, 2024
6222b7a
Update chain.json
cosmosscanner Jun 6, 2024
7eae828
Update chain.json
cosmosscanner Jun 6, 2024
ae16b62
Update chain.json
cosmosscanner Jun 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions frenai/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"$schema": "../assetlist.schema.json",
"chain_name": "frenai",
"assets": [
{
"description": "The native token of fren.ai",
"extended_description": "fren.ai is a cutting-edge platform that leverages artificial intelligence to provide advanced polling, RPC, and chatbot services. It simplifies data processing and interaction through AI-driven solutions, enabling developers to build sophisticated applications with ease and efficiency.",
"denom_units": [
{
"denom": "ufren",
"exponent": 0
},
{
"denom": "fren",
"exponent": 6
}
],
"base": "ufren",
"name": "frenai",
"display": "fren",
"symbol": "FREN",
"coingecko_id": "frenai",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We cannot accept a coingecko ID that isn't recognized by their API
https://api.coingecko.com/api/v3/coins/list

"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/frenai/images/fren.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/frenai/images/fren.svg"
}
],
"socials": {
"website": "https://fren.ai",
"twitter": "https://twitter.com/frenaihub"
}
}
cosmosscanner marked this conversation as resolved.
Show resolved Hide resolved
]
}
116 changes: 116 additions & 0 deletions frenai/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
{
"$schema": "../chain.schema.json",
"chain_name": "frenai",
"status": "development",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a valid status. See:

"enum": ["live", "upcoming", "killed"]

"website": "https://fren.ai",
"network_type": "mainnet",
"pretty_name": "fren.ai",
"chain_id": "fren-1",
"bech32_prefix": "fren",
cosmosscanner marked this conversation as resolved.
Show resolved Hide resolved
"daemon_name": "frend",
"node_home": "$HOME/.frenai",
"key_algos": ["secp256k1"],
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "ufren",
"fixed_min_gas_price": 0,
"low_gas_price": 0.00025,
"average_gas_price": 0.0025,
"high_gas_price": 0.025
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "ufren"
}
]
},
"codebase": {
"git_repo": "https://github.com/frenailabs/frenai/",
"recommended_version": "v0.1.0",
"compatible_versions": ["v0.1.0"],
"binaries": {
"linux/amd64": "https://github.com/frenailabs/releases/download/v0.1.0/frenaid-v0.1.0-linux-amd64.tar.gz",
"linux/arm64": "https://github.com/frenailabs/releases/download/v0.1.0/frenaid-v0.1.0-linux-arm64.tar.gz"
},
"cosmos_sdk_version": "v0.50.6",
"ibc_go_version": "v8.0.0",
cosmosscanner marked this conversation as resolved.
Show resolved Hide resolved
"consensus": {
"type": "cometbft",
"version": "v0.38.6"
},
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/cosmos/chain-registry/master/frenai/genesis.json"
},
"versions": [
{
"name": "v0.1.0",
"recommended_version": "v0.1.0",
"compatible_versions": [
"v0.1.0"
],
"binaries": {
"linux/amd64": "https://github.com/frenailabs/releases/download/v0.1.0/frenaid-v0.1.0-linux-amd64.tar.gz",
"linux/arm64": "https://github.com/frenailabs/releases/download/v0.1.0/frenaid-v0.1.0-linux-arm64.tar.gz"
},
"next_version_name": "",
"cosmos_sdk_version": "v0.50.6",
"ibc_go_version": "v8.0.0"
}
]
},
"explorers": [
{
"kind": "explorer",
"url": "https://fren.ai",
"tx_page": "https://fren.ai/txs/${txHash}"
}
],
"apis": {
"rpc": [
{
"address": "https://dexfx.ai/api/",
"provider": "fren.ai"
}
],
"rest": [
{
"address": "https://dexfx.ai",
"provider": "fren.ai"
}
],
"grpc": [
{
"address": "https://dexfx.ai/grpc",
"provider": "fren.ai"
}
]
},
"peers": {
"seeds": [
{
"id": "TBD",
"address": ":26656",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we be waiting for more info on these? or were they added as placeholders? If placeholders, please remove them, and if the arrays would be empty, then remove the arrays entirely, as well.

"provider": "fren.ai"
}
],
"persistent_peers": [
{
"id": "TBD",
"address": ":26656",
"provider": "fren.ai"
}
]
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/frenai/images/fren.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/frenai/images/fren.svg"
}
],
"description": "fren.ai is a cutting-edge platform that leverages artificial intelligence to provide advanced polling, RPC, and chatbot services. It simplifies data processing and interaction through AI-driven solutions, enabling developers to build sophisticated applications with ease and efficiency."
}
Binary file added frenai/images/fren.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions frenai/images/fren.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.