Skip to content

Commit

Permalink
fix(example): remove unused arweave instance
Browse files Browse the repository at this point in the history
Co-authored-by: Dylan Fiedler <dtfiedler@users.noreply.github.com>
  • Loading branch information
atticusofsparta and dtfiedler authored Jul 15, 2024
1 parent d1d5147 commit d0035c0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/cjs/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ const Arweave = require('arweave');
const observation = await arIO.getObservations({ epochIndex: 0 });
const distributions = await arIO.getDistributions();

const arweave = Arweave.init({
host: 'arweave.net',
port: 443,
protocol: 'https',
});

console.dir(
{
Expand Down

0 comments on commit d0035c0

Please sign in to comment.