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 13 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
39 changes: 39 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# This workflow will upload a Python Package using Twine when a release is created
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

name: Upload Python Package
cosmosscanner marked this conversation as resolved.
Show resolved Hide resolved

on:
release:
types: [published]

permissions:
contents: read

jobs:
deploy:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
47 changes: 47 additions & 0 deletions frenai/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"$schema": "../assetlist.schema.json",
"chain_name": "frenai",
"assets": [
{
"description": "the native token of frenai",
"denom_units": [
{
"denom": "ufren",
"exponent": 0
},
{
"denom": "fren",
"exponent": 6
}
],
"type_asset": "sdk.coin",
"base": "ufren",
"name": "frenai",
"display": "fren",
"symbol": "FREN",
"logo_URIs": {
cosmosscanner marked this conversation as resolved.
Show resolved Hide resolved
"png": "https://raw.githubusercontent.com/frenailabs/chain-registry/master/frenai/images/fren.png"
},
"images": [
{
"svg": "https://raw.githubusercontent.com/frenailabs/chain-registry/master/frenai/images/fren.svg"
}
],
"keywords": [
"ai",
"ai polling",
"rpc",
"ai rpc",
"ai grpc",
"ai rest api",
"ai chatbot",
"ai processed data"
],
"socials": {
"website": "https://fren.ai",
"twitter": "https://twitter.com/frenaihub"
}
}
cosmosscanner marked this conversation as resolved.
Show resolved Hide resolved
]
}

48 changes: 48 additions & 0 deletions frenai/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"$schema": "../chain.schema.json",
"chain_name": "frenai",
"chain_id": "fren-1",
"website": "https://fren.ai",
"pretty_name": "fren.ai",
"bech32_prefix": "fren",
cosmosscanner marked this conversation as resolved.
Show resolved Hide resolved
"denom": "ufren",
"fixed_min_gas_price": 1e-9,
cosmosscanner marked this conversation as resolved.
Show resolved Hide resolved
"low_gas_price": 1e-9,
"average_gas_price": 0.00005,
"high_gas_price": 0.0001,
"explorer": {
cosmosscanner marked this conversation as resolved.
Show resolved Hide resolved
"url": "https://explorer.fren.ai",
"tx_page": "/transactions/{txHash}"
},
"rpc": [
cosmosscanner marked this conversation as resolved.
Show resolved Hide resolved
{
"address": "https://api.fren.ai:26657",
"provider": "fren.ai"
}
],
"rest": [
{
"address": "https://api.fren.ai:1317",
"provider": "fren.ai"
}
],
"grpc": [
{
"address": "https://api.fren.ai:9090",
"provider": "fren.ai"
}
],
"seeds": [
{
"address": "123.45.67.89:26656",
"provider": "fren.ai"
}
],
"peers": [
{
"address": "98.76.54.32:26656",
"provider": "fren.ai"
}
]
}

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.