Skip to content

Commit

Permalink
Merge pull request #174 from gnosis/fix-snapshot-hub-url-backend
Browse files Browse the repository at this point in the history
Fix mainnet Snapshot Hub url backend
  • Loading branch information
jfschwarz authored Nov 10, 2022
2 parents 9c34419 + a6f7f39 commit d258c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/lib/snapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import snapshot from "@snapshot-labs/snapshot.js"
import * as R from "ramda"
import fetch from "node-fetch"

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

1 comment on commit d258c0d

@vercel
Copy link

@vercel vercel bot commented on d258c0d Nov 10, 2022

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 – ./packages/app

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

Please sign in to comment.