Skip to content

Commit

Permalink
Update basicUtil.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mantasfam committed Jul 1, 2024
1 parent d348fae commit abc17e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/basicUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function basicUtil() {
}

function getDelay(chain) {
return data.CHAINS[chain]?.delay || DEFAULT_DELAY;
return /*data.CHAINS[chain]?.delay ||*/ DEFAULT_DELAY;
}

async function saveIntoCache(data, fileName, chain, provider) {
Expand Down

0 comments on commit abc17e1

Please sign in to comment.