-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Changes from all commits
27e20b1
fa20d8a
fbc1bd7
507830d
5bc0f73
e38d121
b2505d9
a1f515b
e67a001
c9474bb
e03e9d7
c5ce488
ee0434b
525a289
b794665
2c3380e
29a8540
ed813b7
fb6894f
44523f8
1d41464
635266c
63f02fd
6222b7a
7eae828
ae16b62
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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", | ||
"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
|
||
] | ||
} |
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
@@ -0,0 +1,116 @@ | ||||
{ | ||||
"$schema": "../chain.schema.json", | ||||
"chain_name": "frenai", | ||||
"status": "development", | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is not a valid status. See: chain-registry/chain.schema.json Line 36 in 099474d
|
||||
"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", | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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." | ||||
} |
There was a problem hiding this comment.
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