Skip to content

Commit

Permalink
use public method for sender
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Mar 24, 2024
1 parent ab5bf1e commit 0244033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/opensea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const run = async (slug: string): Promise<void> => {
// This sleep is due to free-tier testnet rate limiting.
await sleep(1000);
const data = await openseaSDK.api.generateFulfillmentData(
evm.sender,
evm.ethPublicKey(),
cheapestAvailable.order_hash,
cheapestAvailable.protocol_address,
OrderSide.ASK
Expand Down

0 comments on commit 0244033

Please sign in to comment.