From f79491bf51b7a66bd3bd294f64fdddda37cad36d Mon Sep 17 00:00:00 2001 From: Dan Bryan Date: Fri, 29 Sep 2023 11:24:14 -0400 Subject: [PATCH] running pre-commit --- integrations/google-calendar-automation/README.md | 8 ++++---- upgrades.sh | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/integrations/google-calendar-automation/README.md b/integrations/google-calendar-automation/README.md index c968936..d4550a7 100644 --- a/integrations/google-calendar-automation/README.md +++ b/integrations/google-calendar-automation/README.md @@ -33,8 +33,8 @@ Seamlessly integrate the `cosmos-upgrades` into your Google Calendar using Googl ### 3. Call the web app & Authenticate -- Post-deployment, you're given a unique URL. Click to this URL to open it in your web browser. -- When calling the URL for the first time, you need to authenticate the Script to access your Google Calendar events and connect to external services. +- Post-deployment, you're given a unique URL. Click to this URL to open it in your web browser. +- When calling the URL for the first time, you need to authenticate the Script to access your Google Calendar events and connect to external services. - On the Sign-in page, click on "Advanced" > "Go to Copy of cosmos-upgrades (unsafe)" > "Allow" ![oauth](script_oauth.png) @@ -47,7 +47,7 @@ Hit the `Add cosmos-upgrades to calendar` button save your settings and add upgr ## Disclaimer 💡 -Though well-tested, this tool is experimental and relies on external Services and Google's infrastructure. Use it at your own risk! +Though well-tested, this tool is experimental and relies on external Services and Google's infrastructure. Use it at your own risk! If you encounter any problems or bugs please use this repository to open a new issue. @@ -57,4 +57,4 @@ This guide and associated scripts are open-sourced under the MIT license. Modify --- -Never miss a cosmos upgrade! 🎉 \ No newline at end of file +Never miss a cosmos upgrade! 🎉 diff --git a/upgrades.sh b/upgrades.sh index 8c3c374..1a571cf 100755 --- a/upgrades.sh +++ b/upgrades.sh @@ -1,12 +1,12 @@ #!/bin/bash declare -A networks=( - [mainnets]="secretnetwork osmosis neutron nolus crescent akash cosmoshub sentinel stargaze omniflixhub cosmoshub terra kujira stride injective juno agoric evmos noble omny quasar dvpn onomy" - [testnets]="agorictestnet quasartestnet stridetestnet onomytestnet axelartestnet nibirutestnet nobletestnet dydxtestnet osmosistestnet cosmoshubtestnet" + [mainnets]="secretnetwork noble osmosis neutron nolus crescent akash cosmoshub sentinel stargaze omniflixhub cosmoshub terra kujira stride injective juno agoric evmos noble omny quasar dvpn onomy" + [testnets]="nobletestnet quasartestnet stridetestnet onomytestnet axelartestnet nibirutestnet nobletestnet dydxtestnet osmosistestnet cosmoshubtestnet" ) -# base_url="https://cosmos-upgrades.apis.defiantlabs.net" -base_url="http://localhost:5000" +base_url="https://cosmos-upgrades.apis.defiantlabs.net" +# base_url="http://localhost:5000" # Loop over both mainnets and testnets for type in "${!networks[@]}"; do