Skip to content

Commit

Permalink
update entities
Browse files Browse the repository at this point in the history
  • Loading branch information
apexearth committed Jan 31, 2025
1 parent de73acf commit df900bb
Show file tree
Hide file tree
Showing 2 changed files with 944 additions and 1,007 deletions.
2 changes: 1 addition & 1 deletion scripts/generate-validations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const twoDaysAgo = new Date(Date.now() - 2 * 24 * 60 * 60 * 1000)
const gql = (query: string) => query

const executeQuery = async (query: string) => {
const response = await fetch('https://origin.squids.live/origin-squid@v74/api/graphql', {
const response = await fetch('https://origin.squids.live/origin-squid@v75/api/graphql', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
Expand Down
Loading

0 comments on commit df900bb

Please sign in to comment.