Skip to content

Commit

Permalink
Merge pull request #205 from ardriveapp/web-docs-error
Browse files Browse the repository at this point in the history
chore(docs): pin web example to use 1.13.0.
  • Loading branch information
dtfiedler authored Nov 4, 2024
2 parents df8d87c + 5ad0f8d commit 944849d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1>Upload File</h1>
import {
TurboFactory,
developmentTurboConfiguration,
} from 'https://unpkg.com/@ardrive/turbo-sdk';
} from 'https://unpkg.com/@ardrive/turbo-sdk@1.13.0';

/**
* Set up our authenticated client factory
Expand All @@ -47,6 +47,7 @@ <h1>Upload File</h1>
port: 443,
protocol: 'https',
});

const jwk = await arweave.crypto.generateJWK();
const address = await arweave.wallets.jwkToAddress(jwk);
const turbo = TurboFactory.authenticated({
Expand Down

0 comments on commit 944849d

Please sign in to comment.