Skip to content

Commit

Permalink
refactor: Update syncState remote Url
Browse files Browse the repository at this point in the history
  • Loading branch information
pawanpaudel93 committed Mar 4, 2024
1 parent bfcb1e4 commit b2f80c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/warpHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ async function getWarpContract(signer?: any) {
if (!cacheDirectoryExists) {
fs.mkdirSync(cacheDirectory, { recursive: true });
await contract
.syncState('https://dre-1.warp.cc/contract', { validity: true })
.syncState('https://pl-cache.saikranthi.dev/contract', {
validity: true,
})
.catch(() => {});
}

Expand Down

0 comments on commit b2f80c5

Please sign in to comment.