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

Conversation

cosmosscanner
Copy link

Summary

This pull request adds the initial registry information for the fren.ai chain to the cosmos/chain-registry repository.

Changes

  • Added frenai/assetlist.json with the following details:

    • Description: The native token of frenai
    • Denom Units: ufren (base unit), fren (display unit)
    • Type: sdk.coin
    • Symbol: FREN
    • Logo URIs and images
    • Keywords: ai, ai data, ai polling, rpc, ai rpc, ai grpc, ai rest api, ai chatbot, ai processed data
    • Socials: website, X/Twitter
  • Added frenai/chain.json with the following details:

    • Chain ID: fren-1
    • Bech32 Prefix: fren
    • Denom: ufren
    • Gas Prices: fixed, low, average, high
    • Explorer URL and transaction page
    • RPC, REST, and gRPC endpoints
    • Seed nodes and peer nodes

Notes

  • The images for the token logo are included in the frenai/images directory.
  • Please review the added details and let me know if there are any adjustments needed.

Thank you for considering this addition to the cosmos/chain-registry repository.

frenai/chain.json Outdated Show resolved Hide resolved
frenai/chain.json Outdated Show resolved Hide resolved
frenai/chain.json Outdated Show resolved Hide resolved
@JeremyParish69 JeremyParish69 marked this pull request as draft May 23, 2024 17:30
@cosmosscanner cosmosscanner marked this pull request as ready for review May 24, 2024 01:23
frenai/chain.json Outdated Show resolved Hide resolved
frenai/chain.json Outdated Show resolved Hide resolved
frenai/chain.json Outdated Show resolved Hide resolved
frenai/chain.json Outdated Show resolved Hide resolved
- 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",
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"]

"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.

"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

@JeremyParish69
Copy link
Collaborator

Is there still intent to complete this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants