Skip to content

Commit

Permalink
fix: replace bundlr with arweave endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Dec 18, 2023
1 parent 40180ad commit 0ec2aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/protocol/src/reactors/storageProviders/Bundlr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class Bundlr implements IStorageProvider {

private get bundlrClient(): BundlrClient {
return new BundlrClient(
"http://node1.bundlr.network",
"https://up.arweave.net",
"arweave",
this.bundlrKeyfile
);
Expand Down

0 comments on commit 0ec2aa9

Please sign in to comment.