We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583623c commit a77ec69Copy full SHA for a77ec69
src/app/utils/url.ts
@@ -14,7 +14,7 @@ export function getAssetProfileUrl(id: string, token?: string) {
14
15
export function getAssetProfieForNFTSE(id: string, token?: string) {
16
if (token) {
17
- return `https://nftsearch.site/asset-profile?cid=${id}&token=${token}`;
+ return `https://nftsearch.site/asset-profile?cid=${id}&tmp_token=${token}`;
18
}
19
return `https://nftsearch.site/asset-profile?cid=${id}`;
20
0 commit comments