Skip to content

Commit

Permalink
chore: change networks structure to match chain-registry's (#212)
Browse files Browse the repository at this point in the history
This PR will change Archway Networks repository structure to match
`chain-registry`s one.

`testnets` now hold all the testnets that archway has, where
`archwaytestnet` being always the `latest` one
`testnets/_IBC` holds testnet IBC paths
`archway-1` was renamed to `archway` to correctly represent the network
`_IBC` holds all the IBC paths for `mainnet`
  • Loading branch information
jlehtimaki authored Oct 13, 2023
1 parent f36fe3b commit 453645d
Show file tree
Hide file tree
Showing 116 changed files with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ibc-path-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,13 @@ jobs:
list-files: shell
filters: |
ibc:
- added|modified: '_IBC/*.json'
- added|modified: '**/_IBC/*.json'
Validation:
needs: changes
runs-on: ubuntu-latest
if: ${{ needs.changes.outputs.paths != null }}
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
.github
_IBC
scripts
- name: Install rly
uses: jaxxstorm/action-install-gh-release@v1
with:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 453645d

Please sign in to comment.