Skip to content

Commit

Permalink
Update Goerli URLs for Snapshot Hub and Space Constants
Browse files Browse the repository at this point in the history
Updated SNAPSHOT_HUB_GOERLI and SNAPSHOT_SPACE_GOERLI constants to align with Snapshot's new testnet domains.
  • Loading branch information
EricGaia authored Dec 9, 2023
1 parent e5d6d3d commit b6fc0a2
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

0 comments on commit b6fc0a2

Please sign in to comment.