Skip to content

Commit

Permalink
nftUri
Browse files Browse the repository at this point in the history
  • Loading branch information
inozemtsev-roman committed Oct 23, 2024
1 parent 2168c43 commit 99b00f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from "ton";

const nftUri =
"https://raw.githubusercontent.com/ton-fingerprints/did-minter/main/public/nft.json";
"https://raw.githubusercontent.com/ton-fingerprints/did-minter/refs/heads/main/public/did.json";

function bufferToChunks(buff: Buffer, chunkSize: number) {
const chunks: Buffer[] = [];
Expand Down

0 comments on commit 99b00f2

Please sign in to comment.