Skip to content

Commit

Permalink
build: project.ts changes to connect with confidex
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwal6792 committed Jan 16, 2024
1 parent 8c78547 commit a0d6c25
Showing 1 changed file with 5 additions and 5 deletions.
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:
"0x1104c0bc1c2ecdbb948438a8900f533fbe968c184625bb6127beb55548a76810",
"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 a0d6c25

Please sign in to comment.