Skip to content

Commit

Permalink
running pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
danbryan committed Sep 29, 2023
1 parent bbc066d commit f79491b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions integrations/google-calendar-automation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.

Expand All @@ -57,4 +57,4 @@ This guide and associated scripts are open-sourced under the MIT license. Modify

---

Never miss a cosmos upgrade! 🎉
Never miss a cosmos upgrade! 🎉
8 changes: 4 additions & 4 deletions upgrades.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f79491b

Please sign in to comment.