We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2488e74 commit 58b6f28Copy full SHA for 58b6f28
project.yaml
@@ -14,8 +14,8 @@ repository: https://github.com/fetchai/ledger-subquery
14
schema:
15
file: ./schema.graphql
16
network:
17
- chainId: fetchchain
18
- endpoint: http://fetch-node:26657
+ chainId: dorado-1
+ endpoint: https://rpc-dorado.fetch.ai:443
19
chainTypes: # This is a beta feature that allows support for any Cosmos chain by importing the correct protobuf messages
20
cosmos.slashing.v1beta1:
21
file: "./proto/cosmos/slashing/v1beta1/tx.proto"
@@ -25,7 +25,7 @@ network:
25
dictionary: https://api.subquery.network/sq/subquery/cosmos-fetch-ai-dictionary
26
dataSources:
27
- kind: cosmos/Runtime
28
- startBlock: 1
+ startBlock: 827201
29
mapping:
30
file: "./dist/index.js"
31
handlers:
0 commit comments