We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker-compose.yml
image: subsquid/substrate-ingest:firesquid command: [ "-e", "wss://staging.node.rmrk.app", "-c", "10", "--start-block", "5228860", # uncomment to specify a non-zero start block "--prom-port", "9090", "--out", "postgres://postgres:postgres@db:5432/squid-archive" ]
processor.ts
const STARTING_BLOCK = 5_228_865; // 8788586 const ENDING_BLOCK = undefined; // 16261119; processor.setTypesBundle('kusama'); processor.setBlockRange({ from: STARTING_BLOCK, to: ENDING_BLOCK }); processor.setDataSource({ archive: "http://localhost:8888/graphql", chain: "wss://staging.node.rmrk.app" });
Your node should be indexed in few min
nft-gallery
ksm
constants.ts
export const apolloClientConfig = { ...defineApolloConfig(), subsquid: toApolloEndpoint(process.env.SUBSQUID_ENDPOINT || URLS.koda.rubick), bsx: toApolloEndpoint(URLS.koda.snek), movr: toApolloEndpoint(URLS.koda.click), snek: toApolloEndpoint(URLS.koda.snekRococo), glmr: toApolloEndpoint(URLS.koda.antick), ksm: toApolloEndpoint('http://localhost:4350/graphql'), }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
docker-compose.yml
processor.ts
Your node should be indexed in few min
nft-gallery
overrideksm
(constants.ts
)The text was updated successfully, but these errors were encountered: