Skip to content

Commit 8d80613

Browse files
committed
Add api domain to Thirdweb domain tests
Included 'api.thirdweb.com' in the domain list for test coverage in domain.test.ts.
1 parent 16464ba commit 8d80613

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/thirdweb/src/utils/domain.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ describe("Thirdweb Domains", () => {
1818
rpc: "rpc.thirdweb.com",
1919
social: "social.thirdweb.com",
2020
storage: "storage.thirdweb.com",
21+
api: "api.thirdweb.com",
2122
};
2223

2324
beforeEach(() => {

0 commit comments

Comments
 (0)