Skip to content

Commit

Permalink
fix: update indexer (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
noyyyy authored Oct 25, 2023
1 parent 648f031 commit 3a6c40d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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

0 comments on commit 3a6c40d

Please sign in to comment.