Skip to content

Commit

Permalink
added debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderNtk committed Jul 4, 2024
1 parent 0839c67 commit c5221a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Update config
run: |
if [ ${{ matrix.env }} != "mainnet" ]; then cp ${{ matrix.cfg }} chains/mainnet/sge.json; fi
cat chains/mainnet/sge.json
- name: Install
run: yarn install --ignore-engines
Expand Down
2 changes: 1 addition & 1 deletion chains/testnet/sge.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"alias": "sge",
"api": [
"https://api.testnet.sgenetwork.io",
"https://sge.api.t.stavr.tech",
"https://sge.api.t.stavr.tech",
"https://testnet-sge-rest.cosmos-apis.com/"
],
"rpc": [
Expand Down

0 comments on commit c5221a3

Please sign in to comment.