Skip to content

Commit

Permalink
update entities
Browse files Browse the repository at this point in the history
  • Loading branch information
apexearth committed Feb 13, 2025
1 parent f6ab526 commit d6db002
Show file tree
Hide file tree
Showing 3 changed files with 642 additions and 204 deletions.
18 changes: 9 additions & 9 deletions processing-times.log
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Processing Times
==============================
Version: v77
Date: 2025-02-05T20:24:16.043Z
Version: v78
Date: 2025-02-13T22:23:15.646Z
==============================
arbitrum: 62.09 minutes
base: 125.52 minutes
mainnet: 45.66 minutes
oeth: 64.70 minutes
ogv: 28.80 minutes
ousd: 82.53 minutes
sonic: 12.56 minutes
arbitrum: 63.47 minutes
base: 164.32 minutes
mainnet: 53.78 minutes
oeth: 69.23 minutes
ogv: 28.99 minutes
ousd: 90.92 minutes
sonic: 38.45 minutes
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@v77/api/graphql', {
const response = await fetch('https://origin.squids.live/origin-squid@v78/api/graphql', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
Expand Down
Loading

0 comments on commit d6db002

Please sign in to comment.