forked from osmosis-labs/assetlists
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
868 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
on: [workflow_dispatch] | ||
name: Generate All Files | ||
jobs: | ||
generate_zone_config: | ||
name: Generate All Files | ||
runs-on: ubuntu-latest | ||
|
||
defaults: | ||
run: | ||
shell: bash | ||
|
||
steps: | ||
|
||
- name: Checkout repository | ||
uses: actions/checkout@v2 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
submodules: true | ||
|
||
- name: Git Sumbodule Update | ||
run: | | ||
git submodule update --init --recursive | ||
git submodule update --recursive --remote | ||
- name: Setup Node | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 19.6.0 | ||
|
||
- name: Run code to Generate Assetlist New | ||
working-directory: ./.github/workflows/utility | ||
run: node generate_assetlist_new.mjs | ||
|
||
- name: Run code to Generate Chainlist New | ||
working-directory: ./.github/workflows/utility | ||
run: node generate_chainlist_new.mjs | ||
|
||
- name: Run code to Generate Assetlist | ||
working-directory: ./.github/workflows/utility | ||
run: node generate_assetlist.mjs | ||
|
||
- name: Run code to Generate Chainlist | ||
working-directory: ./.github/workflows/utility | ||
run: node generate_chainlist.mjs | ||
|
||
- name: Add Commit Push | ||
uses: devops-infra/action-commit-push@master | ||
with: | ||
github_token: "${{ secrets.GITHUB_TOKEN }}" | ||
add_timestamp: false | ||
commit_prefix: "[AUTO]" | ||
commit_message: "assetlist and chainlist Update" | ||
force: false | ||
target_branch: update/assetlist_all | ||
|
||
- name: Create A PR | ||
uses: devops-infra/[email protected] | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
source_branch: update/assetlist_all | ||
target_branch: main | ||
title: assetlist and chainlist Update | ||
body: "**Automated pull request**" | ||
old_string: "**THIS IS AN AUTOMATED UPDATE OF ASSETLIST.JSON AND CHAINLIST.JSON**" | ||
new_string: "** Automatic pull request**" | ||
get_diff: true | ||
ignore_users: "dependabot" |
Submodule chain-registry
updated
33 files
+31 −0 | _IBC/neutron-saga.json | |
+31 −0 | _IBC/osmosis-saga.json | |
+31 −0 | _IBC/saga-stride.json | |
+16 −2 | arkh/chain.json | |
+23 −0 | bitcanna/chain.json | |
+23 −0 | chihuahua/chain.json | |
+1 −1 | cifer/assetlist.json | |
+6 −6 | cifer/chain.json | |
+34 −0 | cifer1/assetlist.json | |
+96 −0 | cifer1/chain.json | |
+41 −24 | evmos/chain.json | |
+23 −0 | fetchhub/chain.json | |
+23 −0 | firmachain/chain.json | |
+13 −0 | furya/chain.json | |
+23 −0 | fxcore/chain.json | |
+8 −0 | govgen/chain.json | |
+9 −9 | jackal/chain.json | |
+23 −0 | juno/chain.json | |
+14 −0 | kyve/chain.json | |
+23 −0 | nibiru/chain.json | |
+14 −0 | provenance/chain.json | |
+23 −0 | pundix/chain.json | |
+34 −0 | saga/assetlist.json | |
+145 −0 | saga/chain.json | |
+23 −0 | sentinel/chain.json | |
+7 −1 | source/chain.json | |
+37 −0 | stride/assetlist.json | |
+7 −0 | stride/chain.json | |
+ − | stride/images/stsaga.png | |
+5 −0 | stride/images/stsaga.svg | |
+15 −1 | tenet/chain.json | |
+1 −1 | testnets/galacticatestnet/chain.json | |
+23 −0 | zetachain/chain.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.