Skip to content

Commit

Permalink
updated provider & wait 1 minute
Browse files Browse the repository at this point in the history
  • Loading branch information
crypticmeta committed Sep 28, 2024
1 parent b1af595 commit 1af9dfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion indexer/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PROVIDER=http://178.62.235.63
PROVIDER=http://23.83.186.72
2 changes: 1 addition & 1 deletion indexer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ if(data.inscriptions.length){
async function forever_loop(){
while(true){
await main_index();
await delay(600)
await delay(60)

}
}
Expand Down

0 comments on commit 1af9dfb

Please sign in to comment.