Skip to content

Commit

Permalink
fix(cacheurl): use default cache url in warpcontract
Browse files Browse the repository at this point in the history
  • Loading branch information
Atticus committed Apr 25, 2024
1 parent 7f285bb commit a676a3c
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 a676a3c

Please sign in to comment.