Skip to content
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

fix: update indexer #188

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: deploy on lattice testnet
- name: deploy on alt layer testnet
run: cd packages/contracts; pnpm run deploy:alt

- name: build
Expand Down
6 changes: 3 additions & 3 deletions packages/contracts/worlds.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"blockNumber": 25021637
},
"31337": {
"address": "0x976C214741b4657bd99DFD38a5c0E3ac5C99D903"
"address": "0x5FbDB2315678afecb367f032d93F642f64180aa3"
},
"421613": {
"address": "0x0CfAA708Da4599be2cd5eE40304223b7618558f3",
"blockNumber": 29441422
},
"1398383": {
"address": "0x1586f0dF0E120131f93e47355307A7f8130746C0",
"blockNumber": 2264619
"address": "0xcc967D0c80B876Ae5808fFff48d00C4C8A8D6999",
"blockNumber": 9342867
}
}
4 changes: 2 additions & 2 deletions packages/indexer/fly.alt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ swap_size_mb = 128

[build]

image = "ghcr.io/latticexyz/store-indexer:sha-391ef71"
image = "ghcr.io/latticexyz/store-indexer:sha-82da85c"

[experimental]
entrypoint = ["pnpm", "start:sqlite"]
Expand All @@ -35,4 +35,4 @@ RPC_HTTP_URL = "https://flashlayer.alt.technology/autochessia37806fd60"
RPC_WS_URL = "wss://flashlayer.alt.technology/autochessia37806fd60"
SQLITE_FILENAME = "/data/alt.db"
CHAIN_ID = 1398383
START_BLOCK = 4084876
START_BLOCK = 9342867