Skip to content

Commit d52154e

Browse files
committed
Fix requests to thirdwebstorage-dev.com not set with secret-key
1 parent 4d38a7e commit d52154e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/thirdweb/src/utils/fetch.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ const THIRDWEB_DOMAINS = [
127127
// dev domains
128128
".thirdweb.dev",
129129
".thirdweb-dev.com",
130+
".thirdwebstorage-dev.com",
130131
] as const;
131132

132133
export const IS_THIRDWEB_URL_CACHE = new LruMap<boolean>(4096);

0 commit comments

Comments
 (0)