Skip to content

Commit

Permalink
feat: add indexation interation (#10)
Browse files Browse the repository at this point in the history
* Update metadata generation script

* feat: add t3-env and date time of the indexed blocks

* Add defaultLocale and locales to astro.config.mjs

* Add skipValidation option to env.ts
  • Loading branch information
DanielSintimbrean authored Nov 19, 2023
1 parent 7d30a81 commit 07b1da5
Show file tree
Hide file tree
Showing 14 changed files with 519 additions and 152 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings

# Local postgreSQL database
DATABASE_URL="postgresql://root:root@localhost:5432/mydb?schema=public"
DATABASE_URL="postgres://root:root@localhost:5432/mydb?schema=public"

# RPC URL for Polygon
RPC_URL="https://polygon-mainnet.g.alchemy.com/v2/"
Expand Down
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,31 +33,33 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/bcryptjs": "2.4.5",
"@types/jsonwebtoken": "9.0.4",
"@types/node": "20.8.10",
"@types/ws": "^8.5.8",
"@types/bcryptjs": "2.4.6",
"@types/jsonwebtoken": "9.0.5",
"@types/node": "20.9.2",
"@types/ws": "^8.5.9",
"cross-env": "7.0.3",
"prettier": "^3.0.3",
"prisma": "^5.5.2",
"prettier": "^3.1.0",
"prisma": "^5.6.0",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"tsconfig-paths": "^4.2.0",
"tsup": "^7.2.0"
"tsup": "^8.0.0"
},
"dependencies": {
"@graphql-tools/schema": "^10.0.0",
"@pothos/core": "^3.38.0",
"@pothos/plugin-prisma": "^3.61.0",
"@pothos/plugin-relay": "^3.44.0",
"@pothos/plugin-scope-auth": "^3.20.0",
"@prisma/client": "^5.5.2",
"@prisma/client": "^5.6.0",
"@t3-oss/env-core": "^0.7.1",
"bcryptjs": "2.4.3",
"graphql": "^16.8.1",
"graphql-scalars": "^1.22.4",
"graphql-yoga": "5.0.0",
"jsonwebtoken": "9.0.2",
"typescript": "5.2.2",
"viem": "^1.18.3"
"viem": "^1.19.3",
"zod": "^3.22.4"
}
}
Loading

0 comments on commit 07b1da5

Please sign in to comment.