Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adiraviraj authored May 23, 2023
1 parent d576c38 commit 6575c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Repo for sharing tools/resources to access data related to IBC.

- [**IBC data dashboards**](https://www.notion.so/cosmos-is-expansive/Product-Wiki-0bfdb596940147cc8e9cda3bd8bdbd81?pvs=4#78906fbb905444a0b16c109bb23b1d79)

- **failed_packets.py:** Queries the selected chain for failed IBC packets based on the specified time period. Uses the [IOBScan API](https://docs.apis.iobscan.io/#tag/IOBScanTx/paths/~1ibc~1transfers~1statistics~1%7Bchain%7D~1flow/get). The script writes the data to .csv file called 'ibc-go_versions.csv' on your local machine.
- **failed_packets.py:** Queries the selected chain for failed IBC packets based on the specified time period. Uses the [IOBScan API](https://docs.apis.iobscan.io/#tag/IOBScanTx/paths/~1ibc~1transfers~1statistics~1%7Bchain%7D~1flow/get).

- **chain-registry-ibc-go-versions.py:** Uses the [chain registry api](https://chainregistry.xyz/v1-docs/) to return ibc-go, Cosmos SDK, and CosmWasm versions of Cosmos chains. The script writes the data to a .csv file called 'chain_data.csv' on your local machine.

- **ibc-go_chain-versions.py:** Web scraping file that returns the ibc-go version of 47 IBC-enabled chains.
- **ibc-go_chain-versions.py:** Web scraping file that returns the ibc-go version of 47 IBC-enabled chains. The script writes the data to .csv file called 'ibc-go_versions.csv' on your local machine.

- **ica-enabled-chains.py:** Web scraping file that provides info on which chains have enabled the ICA-controller or host functionality. Returns data for 38 IBC-enabled chains.

Expand Down

0 comments on commit 6575c5a

Please sign in to comment.