-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(torii): add world block and instrument queries (#2796)
* start indexing from fixed block for eternum * Instrucment fetch entities * feat: add the world block to start syncing Currently this commit will break the indexing of tokens since they need to start from block 0. * chore: modify eternum config for quick sync --------- Co-authored-by: tedison <[email protected]> Co-authored-by: glihm <[email protected]>
- Loading branch information
Showing
5 changed files
with
60 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
world_address = "0x6a9e4c6f0799160ea8ddc43ff982a5f83d7f633e9732ce42701de1288ff705f" | ||
rpc = "https://api.cartridge.gg/x/starknet/mainnet" | ||
explorer = false | ||
|
||
[indexing] | ||
world_block = 947500 | ||
events_chunk_size = 1024 | ||
blocks_chunk_size = 1024000 | ||
pending = true | ||
polling_interval = 500 | ||
max_concurrent_tasks = 100 | ||
transactions = false | ||
contracts = ["ERC721:0x57675b9c0bd62b096a2e15502a37b290fa766ead21c33eda42993e48a714b80"] | ||
namespaces = [] |