Skip to content

Commit

Permalink
fix: fix snapshotjs not working (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
1M4nt0 authored Dec 10, 2023
1 parent 48ebaf0 commit 5993938
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/chains/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export type ChainToSnapshotChain =

export const ChainSnapshotHub = {
[ChainId.ETHEREUM]: 'https://hub.snapshot.org',
[ChainId.SEPOLIA]: 'https://testnet.snapshot.org',
[ChainId.FOUNDRY]: 'https://testnet.snapshot.org',
[ChainId.SEPOLIA]: 'https://testnet.hub.snapshot.org',
[ChainId.FOUNDRY]: 'https://testnet.hub.snapshot.org',
} as const

export type ChainSnapshotHub =
Expand Down
2 changes: 1 addition & 1 deletion packages/snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"dependencies": {
"@snapshot-labs/snapshot.js": "0.8.1",
"@snapshot-labs/snapshot.js": "0.9.6",
"ethers": "5.7.2",
"graphql": "16.8.1",
"graphql-request": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@dae/wagmi": "workspace:*",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@snapshot-labs/snapshot.js": "0.8.1",
"@snapshot-labs/snapshot.js": "0.9.6",
"@types/papaparse": "5.3.11",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5993938

Please sign in to comment.