-
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
Conversation
* Update versions.schema.json * Create validate_versionsjson.yml
"URL and name edits"
- Updated assetlist.json to include the native token of the frenai chain. - Added comprehensive metadata for the token including: - Denomination units with base (ufren) and display (fren) units. - Type asset set as sdk.coin. - Coingecko ID set as frenai. - Added keywords for better searchability and classification. - Included social media links (website and Twitter) for the frenai project. - Updated image URIs to point to the Cosmos Chain Registry for both PNG and SVG formats.
- Updated chain.json to include "cosmos_sdk_version" and "ibc_go_version" in the versions array as requested. - Added placeholders for peer IDs since the chain is still in development. - Updated status to "development" to reflect the current state of the chain. - Ensured all URLs point to the Cosmos Chain Registry for accuracy.
Added an optional extended description for more detailed information about fren.ai and updated the image field to an array format.
RPC, REST API and GRPC endpoints added, and description modified.
RPC, GRPC and REST API endpoints added.
Added txs/${txHash}
{ | ||
"$schema": "../chain.schema.json", | ||
"chain_name": "frenai", | ||
"status": "development", |
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.
This is not a valid status. See:
chain-registry/chain.schema.json
Line 36 in 099474d
"enum": ["live", "upcoming", "killed"] |
"seeds": [ | ||
{ | ||
"id": "TBD", | ||
"address": ":26656", |
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.
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.
"name": "frenai", | ||
"display": "fren", | ||
"symbol": "FREN", | ||
"coingecko_id": "frenai", |
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
Is there still intent to complete this? |
Summary
This pull request adds the initial registry information for the
fren.ai
chain to thecosmos/chain-registry
repository.Changes
Added
frenai/assetlist.json
with the following details:Added
frenai/chain.json
with the following details:Notes
frenai/images
directory.Thank you for considering this addition to the
cosmos/chain-registry
repository.