Skip to content

Commit

Permalink
refactor: ready for merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedali8 committed May 13, 2022
1 parent b5f852e commit 60a1b05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ repository: https://github.com/ahmedali8/metadot-subql
schema:
file: ./schema.graphql
network:
chainId: "0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3"
endpoint: wss://polkadot.api.onfinality.io/public-ws
dictionary: https://api.subquery.network/sq/subquery/polkadot-dictionary
chainId:
endpoint:
dictionary:
dataSources:
- kind: substrate/Runtime
startBlock: 10086261
Expand Down
2 changes: 0 additions & 2 deletions src/constants/network.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
import { SupportedChains } from "./chains";

export const CHAIN_TOKEN = SupportedChains.POLKADOT;

0 comments on commit 60a1b05

Please sign in to comment.