Skip to content

Commit a77ec69

Browse files
committed
fix(urls.ts): change token to tmp_token for nftse asset profile
1 parent 583623c commit a77ec69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/utils/url.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function getAssetProfileUrl(id: string, token?: string) {
1414

1515
export function getAssetProfieForNFTSE(id: string, token?: string) {
1616
if (token) {
17-
return `https://nftsearch.site/asset-profile?cid=${id}&token=${token}`;
17+
return `https://nftsearch.site/asset-profile?cid=${id}&tmp_token=${token}`;
1818
}
1919
return `https://nftsearch.site/asset-profile?cid=${id}`;
2020
}

0 commit comments

Comments
 (0)