Skip to content

Commit

Permalink
fix: reduce poll interval to avoid network issue (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
noyyyy authored Nov 5, 2023
1 parent ed7dbfb commit 456dd02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"deploy:arb": "pnpm run build && mud deploy --profile=arbitrum-goerli",
"deploy:linea": "pnpm run build && mud deploy --profile=linea-testnet --priorityFeeMultiplier 6600",
"deploy:mumbai": "pnpm run build && mud deploy --profile=mumbai",
"deploy:alt": "pnpm run build && mud deploy --profile=alt",
"deploy:alt": "pnpm run build && mud deploy --profile=alt --pollInterval 3000",
"deploy-all": "pnpm run build && pnpm run deploy:testnet && pnpm run deploy:alt",
"dev": "pnpm mud dev-contracts",
"lint": "pnpm run prettier && pnpm run solhint",
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts/worlds.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"blockNumber": 29441422
},
"1398383": {
"address": "0xcc967D0c80B876Ae5808fFff48d00C4C8A8D6999",
"blockNumber": 9342867
"address": "0xa39f9c7590c220aeDFA98038D31fa51B5fed5a18",
"blockNumber": 11097646
}
}
2 changes: 1 addition & 1 deletion packages/indexer/fly.alt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 9342867
START_BLOCK = 11097646

0 comments on commit 456dd02

Please sign in to comment.