Skip to content

Commit

Permalink
download and organize assets
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-script committed Jan 3, 2024
1 parent 4d1e9a6 commit fad2282
Show file tree
Hide file tree
Showing 183 changed files with 1,648 additions and 174 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/validate_assets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
pull_request:
branches:
- main
name: Pull request workflow
jobs:
validate_assetlists:
name: Validate Assets
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Validate assets
run: ./validate-assets.sh
Empty file removed .gitignore
Empty file.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Evmos Chain and Token Registry

Welcome to Evmos Chain and Token Registry. Here you will find the requirements for submitting chain network and token registration. Please insure the Pull Request has chainConfig file and any token(s). The token contract will not be available until the governance passes. Please query this field on `https://api.evmos.org/#/Query/TokenPairs` and match the IBC fields.
Welcome to Evmos Chain and Token Registry. Here you will find the requirements for submitting chain network and token registration. Please insure the Pull Request has chainConfig file and any token(s). The token contract will not be available until the governance passes. Please query this field on `https://api.evmos.org/#/Query/TokenPairs` and match the IBC fields.

There are two folders: `tokens` and `chainConfig`. Inside `chainConfig`, network details should be filled out for mainnet and testnet (if available). We will be pulling from the Cosmos Chain Config repo for the RPC, REST, and GRPC/JSON-RPC located [here](https://github.com/cosmos/chain-registry). Please make sure the listings on the Cosmos Chain Registry is up to date. Additionally, if there are any fields (rpc, etc.) has high reliability, please feel free to list them as the first element in the array. Be advise that certain field do have minimums, like RESTs. Feel free to reach out to let us know if certain endpoint has no indexer or other restrictions.
There are two folders: `tokens` and `chainConfig`. Inside `chainConfig`, network details should be filled out for mainnet and testnet (if available). We will be pulling from the Cosmos Chain Config repo for the RPC, REST, and GRPC/JSON-RPC located [here](https://github.com/cosmos/chain-registry). Please make sure the listings on the Cosmos Chain Registry is up to date. Additionally, if there are any fields (rpc, etc.) has high reliability, please feel free to list them as the first element in the array. Be advise that certain field do have minimums, like RESTs. Feel free to reach out to let us know if certain endpoint has no indexer or other restrictions.

To query for `clientId` field for `chainConfig` take a look at the IBC Relayer page on [Mintscan](https://www.mintscan.io/evmos/relayers) Evmos.
To query for `clientId` field for `chainConfig` take a look at the IBC Relayer page on [Mintscan](https://www.mintscan.io/evmos/relayers) Evmos.

As for the `tokens` folder, each token should have its own JSON file and governance proposal. All fields should be filled. Once the governance proposal passes, the PR will be merged to `main` around one business day.
Binary file added assets/chainConfig/axelar.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 assets/chainConfig/axelar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/chainConfig/comdex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/chainConfig/comdex.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/chainConfig/cosmoshub.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 assets/chainConfig/cosmoshub.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/chainConfig/crescent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions assets/chainConfig/crescent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/chainConfig/emoney.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/chainConfig/emoney.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/chainConfig/evmos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/chainConfig/evmos.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/chainConfig/gravitybridge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/chainConfig/gravitybridge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/chainConfig/injective.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 assets/chainConfig/injective.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/chainConfig/juno.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fad2282

Please sign in to comment.