Skip to content

Commit

Permalink
Update Contract & GraphQL API
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Jun 2, 2024
1 parent c8e2ebf commit 39cb1db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import { mainnet, sepolia } from "wagmi/chains";

export const CONTRACT_ADDRESS: { [key: number]: Address } = {
[mainnet.id]: "0x0",
[sepolia.id]: "0x8478988df937aeE1b9b25f6016ee5A45eBc1bb39"
[sepolia.id]: "0x53d35F2735293Ca4b5599f378aC41a60b3910Ba5"
};
2 changes: 1 addition & 1 deletion src/hooks/useExpiryNames.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const useExpiryNames = () => {
const x = await axios.post(
// Yes, this uses a cors-anywhere bypass. This is a demo.
// The streamingfast entrypoint doesnt output the right cors headers
"https://cors-anywhere.herokuapp.com/https://srv.streamingfast.io/9e804b35/graphql",
"https://cors-anywhere.herokuapp.com/https://srv.streamingfast.io/b868bc69/graphql",
{
query
}
Expand Down

0 comments on commit 39cb1db

Please sign in to comment.