@latticexyz/store-indexer 2.0.0-main-392c4b88 → 2.0.0-main-b00550ce
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +9 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@latticexyz/store-indexer",
|
3
|
-
"version": "2.0.0-main-
|
3
|
+
"version": "2.0.0-main-b00550ce",
|
4
4
|
"description": "Minimal Typescript indexer for Store",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -39,11 +39,11 @@
|
|
39
39
|
"trpc-koa-adapter": "^1.1.3",
|
40
40
|
"viem": "1.14.0",
|
41
41
|
"zod": "^3.21.4",
|
42
|
-
"@latticexyz/block-logs-stream": "2.0.0-main-
|
43
|
-
"@latticexyz/common": "2.0.0-main-
|
44
|
-
"@latticexyz/protocol-parser": "2.0.0-main-
|
45
|
-
"@latticexyz/store": "2.0.0-main-
|
46
|
-
"@latticexyz/store-sync": "2.0.0-main-
|
42
|
+
"@latticexyz/block-logs-stream": "2.0.0-main-b00550ce",
|
43
|
+
"@latticexyz/common": "2.0.0-main-b00550ce",
|
44
|
+
"@latticexyz/protocol-parser": "2.0.0-main-b00550ce",
|
45
|
+
"@latticexyz/store": "2.0.0-main-b00550ce",
|
46
|
+
"@latticexyz/store-sync": "2.0.0-main-b00550ce"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
49
|
"@types/accepts": "^1.3.7",
|
@@ -71,6 +71,9 @@
|
|
71
71
|
"dev": "tsup --watch",
|
72
72
|
"lint": "eslint .",
|
73
73
|
"start:postgres": "concurrently -n indexer,frontend -c cyan,magenta 'tsx bin/postgres-indexer' 'tsx bin/postgres-frontend'",
|
74
|
+
"start:postgres-decoded": "tsx bin/postgres-decoded-indexer",
|
75
|
+
"start:postgres-decoded:local": "DATABASE_URL=postgres://127.0.0.1/postgres RPC_HTTP_URL=http://127.0.0.1:8545 pnpm start:postgres-decoded",
|
76
|
+
"start:postgres-decoded:testnet": "DATABASE_URL=postgres://127.0.0.1/postgres RPC_HTTP_URL=https://rpc.holesky.redstone.xyz pnpm start:postgres-decoded",
|
74
77
|
"start:postgres:local": "DATABASE_URL=postgres://127.0.0.1/postgres RPC_HTTP_URL=http://127.0.0.1:8545 pnpm start:postgres",
|
75
78
|
"start:postgres:testnet": "DATABASE_URL=postgres://127.0.0.1/postgres RPC_HTTP_URL=https://rpc.holesky.redstone.xyz pnpm start:postgres",
|
76
79
|
"start:sqlite": "tsx bin/sqlite-indexer",
|