Skip to content

Commit

Permalink
Update first_nft.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
passer-byzhang authored and davidiw committed Jul 31, 2022
1 parent 5454ada commit 656e0c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class TokenClient {
) {
const payload: { function: string; arguments: string[]; type: string; type_arguments: any[] } = {
type: "script_function_payload",
function: "0x1::tokenTransfers::offer_script",
function: "0x1::token_transfers::offer_script",
type_arguments: [],
arguments: [
receiver,
Expand Down

0 comments on commit 656e0c9

Please sign in to comment.