Skip to content

Commit 58b6f28

Browse files
fix: amend network config
1 parent 2488e74 commit 58b6f28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ repository: https://github.com/fetchai/ledger-subquery
1414
schema:
1515
file: ./schema.graphql
1616
network:
17-
chainId: fetchchain
18-
endpoint: http://fetch-node:26657
17+
chainId: dorado-1
18+
endpoint: https://rpc-dorado.fetch.ai:443
1919
chainTypes: # This is a beta feature that allows support for any Cosmos chain by importing the correct protobuf messages
2020
cosmos.slashing.v1beta1:
2121
file: "./proto/cosmos/slashing/v1beta1/tx.proto"
@@ -25,7 +25,7 @@ network:
2525
dictionary: https://api.subquery.network/sq/subquery/cosmos-fetch-ai-dictionary
2626
dataSources:
2727
- kind: cosmos/Runtime
28-
startBlock: 1
28+
startBlock: 827201
2929
mapping:
3030
file: "./dist/index.js"
3131
handlers:

0 commit comments

Comments
 (0)