Skip to content

Commit

Permalink
Merge branch 'working-score' into did-draft-01
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-a11y authored Feb 1, 2024
2 parents 01e0ebd + fdf40a9 commit d93a3f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20
- run: yarn
- name: Codegen
run: yarn codegen
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
ports:
- 5432:5432
volumes:
- .data/postgres:/var/lib/postgresql/data
- .data/postgres16:/var/lib/postgresql/data
environment:
POSTGRES_PASSWORD: postgres
healthcheck:
Expand Down Expand Up @@ -47,7 +47,7 @@ services:
graphql-engine:
image: onfinality/subql-query:latest
ports:
- 3000:3000
- 3000:5001
depends_on:
"postgres":
condition: service_healthy
Expand Down
10 changes: 5 additions & 5 deletions project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ const project: SubstrateProject = {
network: {
/* The genesis hash of the network (hash of block 0) */
chainId:
"0x3a137ff035562c623ff2b7726379a6d9d291c560596dde4518df93a46ff819c7",
"0x37d7b4a073d12e3f2168ebfdace9101eee512f2f50e4dfaaf396fdf9192a0cf1",
/**
* This endpoint must be a public non-pruned archive node
* Public nodes may be rate limited, which can affect indexing speed
* When developing your project we suggest getting a private API key
* You can get them from OnFinality for free https://app.onfinality.io
* https://documentation.onfinality.io/support/the-enhanced-api-service
*/
endpoint: ["ws://host.docker.internal:9944"],
endpoint: ["wss://asset-token.cord.network"],
// Optionally provide the HTTP endpoint of a full chain dictionary to speed up processing
//dictionary: "https://api.subquery.network/sq/subquery/karura-dictionary",
// chaintypes: {
// file: "./dist/chaintypes.js",
// },
// chaintypes: {
// file: "./dist/chaintypes.js",
// },
},
dataSources: [
{
Expand Down

0 comments on commit d93a3f8

Please sign in to comment.