Skip to content

Commit

Permalink
chore: build
Browse files Browse the repository at this point in the history
  • Loading branch information
dr497 committed May 10, 2024
1 parent 4b19ef8 commit de6922b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/marketplace.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ <h3 id="unsolicited-offers"><a class="header" href="#unsolicited-offers">Unsolic
const amount = 1 * 1e6; // Amount with decimals, here 1 USDC
const { pubkey: domainKey } = getDomainKeySync(&quot;something.sol&quot;); // Domain public key
const owner = new PublicKey(&quot;...&quot;); // Owner of the unsolicited offer
const tokenSource = new PublicKey(&quot;...&quot;); // Token source used to place the offer. In case of SOL it's the same as `owner`. If another token is used, it's the ATA of the owner for the given mint.
const tokenSource = new PublicKey(&quot;...&quot;); // Token source used to place the offer.

const ix = await makeOffer(
amount,
Expand Down
2 changes: 1 addition & 1 deletion docs/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -2608,7 +2608,7 @@ <h3 id="unsolicited-offers"><a class="header" href="#unsolicited-offers">Unsolic
const amount = 1 * 1e6; // Amount with decimals, here 1 USDC
const { pubkey: domainKey } = getDomainKeySync(&quot;something.sol&quot;); // Domain public key
const owner = new PublicKey(&quot;...&quot;); // Owner of the unsolicited offer
const tokenSource = new PublicKey(&quot;...&quot;); // Token source used to place the offer. In case of SOL it's the same as `owner`. If another token is used, it's the ATA of the owner for the given mint.
const tokenSource = new PublicKey(&quot;...&quot;); // Token source used to place the offer.

const ix = await makeOffer(
amount,
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/searchindex.json

Large diffs are not rendered by default.

0 comments on commit de6922b

Please sign in to comment.