Skip to content

Commit

Permalink
Merge pull request #231 from EricGaia/EricGaia-patch-1
Browse files Browse the repository at this point in the history
Update Goerli URLs for Snapshot Hub and Space Constants
  • Loading branch information
jfschwarz authored Dec 11, 2023
2 parents e5d6d3d + b6fc0a2 commit 97e2bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/src/services/snapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import * as R from "ramda"
import { NETWORK } from "utils/networks"

const SNAPSHOT_HUB = "https://hub.snapshot.org"
const SNAPSHOT_HUB_GOERLI = "https://testnet.snapshot.org"
const SNAPSHOT_HUB_GOERLI = "https://testnet.hub.snapshot.org"
const SNAPSHOT_SPACE = "https://snapshot.org"
const SNAPSHOT_SPACE_GOERLI = "https://demo.snapshot.org"
const SNAPSHOT_SPACE_GOERLI = "https://testnet.snapshot.org"

// Returns snapshot space settings, or undefined if no space was found for the ENS name.
export const getSnapshotSpaceSettings = async (ensName: string, chainId: number) => {
Expand Down

1 comment on commit 97e2bcf

@vercel
Copy link

@vercel vercel bot commented on 97e2bcf Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zodiac-safe-app-ui – ./packages/app

zodiac-safe-app-ui.vercel.app
zodiac-safe-app-ui-gnosis-guild.vercel.app
zodiac-safe-app-ui-git-master-gnosis-guild.vercel.app

Please sign in to comment.