Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zintarh committed Sep 23, 2024
1 parent f2a064c commit 70e32f5
Show file tree
Hide file tree
Showing 55 changed files with 4 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
TokenboundClient,
WalletClient,
Call,
} from "starknet-tokenbound-sdk";
} from "starknet-tokenbound-sdk-v3";

function App() {

Expand Down Expand Up @@ -114,12 +114,12 @@ function App() {
const transferNFT = async () => {

const NFT_CONTRACT =
"0x042e7815d9e90b7ea53f4550f74dc12207ed6a0faaef57ba0dbf9a66f3762d82";
"0x0604ad6c09792f7bed48433d72dede4e0338c777332722930fda8aa7e8633dce";

const TOKEN_ID = "4";

const recipient =
"0x01f0d3e6e3b1116fbf69dd670e5c079c8c3b6e5a789f00270ba049b6c22a0d3b";
"0x05662997723d56add3da71a86105788cb29b4e4e55325c2cc61fb600ac975d80";

try {
await tokenbound.transferNFT({
Expand All @@ -129,6 +129,7 @@ function App() {
sender: account as string,
recipient,
});
alert("Transfer was successfully")
} catch (error) {
console.log(error);
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 70e32f5

Please sign in to comment.