Add launchpad link to collection creation results (#10)

This commit is contained in:
Serkan Reis
2022-09-15 10:33:08 +03:00
committed by GitHub
parent e2a802f2b7
commit ddbdbd35ab
4 changed files with 13 additions and 1 deletions
Vendored
+1
View File
@@ -22,6 +22,7 @@ declare namespace NodeJS {
readonly NEXT_PUBLIC_API_URL: string
readonly NEXT_PUBLIC_BLOCK_EXPLORER_URL: string
readonly NEXT_PUBLIC_NETWORK: string
readonly NEXT_PUBLIC_STARGAZE_WEBSITE_URL: string
readonly NEXT_PUBLIC_WEBSITE_URL: string
}
}