Skip to content

Commit

Permalink
add workflow for watcher, initiation-2. drop workflow for watcher, al…
Browse files Browse the repository at this point in the history
…oha. (#189)

* initiation-2

* add binaries and genesis link

* update minievm logo

* update `chain.json`s

* bump initia & minimove v0.5.3

* fix: fix ibc channels chain id

* add chain upgrades (#186)

* bump versions to fix loader cache problem (#188)

* fix channel id

* fix: fix bridge id

* test for initiation-2

* change lib

* test for changes.

* test time lib.

* add workflow for watcher, initiation-2 and drop workflow for watcher, aloha.

* fix: fix assetlist

---------

Co-authored-by: ALPAC-4 <[email protected]>
Co-authored-by: beer-1 <[email protected]>
Co-authored-by: Vritra4 <[email protected]>
Co-authored-by: beer-1 <[email protected]>
Co-authored-by: ALPAC-4 <[email protected]>
  • Loading branch information
6 people authored Oct 15, 2024
1 parent c3f9787 commit 6ca4d63
Show file tree
Hide file tree
Showing 52 changed files with 310 additions and 3,366 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Watcher - aloha
name: Watcher - testnet

on:
push:
Expand All @@ -16,7 +16,7 @@ jobs:
id: auth
uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secrets.ALOHA_GCP_CREDENTIALS }}
credentials_json: ${{ secrets.TESTNET_GCP_CREDENTIALS }}

- name: Setup GCP SDK
id: setup-sdk
Expand All @@ -30,7 +30,7 @@ jobs:
files_ignore: testnets/initia/**

- name: Get current time
uses: josStorer/get-current-time@v2
uses: initia-labs/actions/get-current-time@main
id: current-time
with:
format: YYYY-MM-DDTHH-mm-ss
Expand All @@ -47,15 +47,15 @@ jobs:
for add in ${ALL_ADDED_FILES}; do
echo "Copying $add to GCS..."
path=$(dirname "$add")
gsutil -m cp "$add" gs://aloha-initia-registry/v1/"$CURRENT_TIME"/added/"$path"/
gsutil -m cp "$add" gs://testnet-initia-registry/v1/"$CURRENT_TIME"/added/"$path"/
done
fi
if [ -n "${ALL_MODIFIED_FILES}" ]; then
for mod in ${ALL_MODIFIED_FILES}; do
echo "Copying $mod to GCS..."
path=$(dirname "$mod")
gsutil -m cp "$mod" gs://aloha-initia-registry/v1/"$CURRENT_TIME"/modified/"$path"/
gsutil -m cp "$mod" gs://testnet-initia-registry/v1/"$CURRENT_TIME"/modified/"$path"/
done
fi
Expand All @@ -65,5 +65,5 @@ jobs:
echo "Writing $del to file..."
echo "$del" >> deleted_files
done
gsutil -m cp deleted_files gs://aloha-initia-registry/v1/"$CURRENT_TIME"/deleted/
gsutil -m cp deleted_files gs://testnet-initia-registry/v1/"$CURRENT_TIME"/deleted/
fi
280 changes: 0 additions & 280 deletions testnets/blackwing/assetlist.json

This file was deleted.

Loading

0 comments on commit 6ca4d63

Please sign in to comment.