-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[katana/torii] Issues with syncing on torii launch #2574
Comments
if the config didn't seem to work:
|
this is the .env file that should be place in the
|
should be fixed in #2578 ![]() |
opening this issue again until it is confirmed by author |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When launching torii after katana and after having migrated + setup our world (about 100 txs), torii doesn't sync the last few transactions.
We could fix this temporarily by setting the blocktime of katana to 30s, from 1s where the bug occurs.
To reproduce:
season_pass/scripts/deployment/.env.example
toseason_pass/scripts/deployment/.env
./scripts/contracts.sh
the line that runs katana, set the blocktime to 1000 instead of 30000pnpm i && pnpm run build-packages
sh ./scripts/contracts.sh
sh ./scripts/indexer.sh --setConfig true
Look in the torii logs for a store set record for the Bank model, this should be there but isn't present
The text was updated successfully, but these errors were encountered: