Skip to content

Commit

Permalink
Merge pull request #54 from ar-io/default-cache-url
Browse files Browse the repository at this point in the history
Fix: Default cache url
  • Loading branch information
atticusofsparta authored Apr 25, 2024
2 parents 1fcf12f + a676a3c commit eb51dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/contracts/warp-contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class WarpContract<T>

constructor({
contractTxId,
cacheUrl,
cacheUrl = 'https://api.arns.app',
warp = defaultWarp,
logger = new DefaultLogger({
level: 'info',
Expand Down

0 comments on commit eb51dd0

Please sign in to comment.