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 d3029c1 commit 4dbdfe4Copy full SHA for 4dbdfe4
packages/thirdweb/src/extensions/ens/resolve-l2-name.test.ts
@@ -7,7 +7,7 @@ import { resolveL2Name } from "./resolve-l2-name.js";
7
// skip this test suite if there is no secret key available to test with
8
// TODO: remove reliance on secret key during unit tests entirely
9
describe.runIf(process.env.TW_SECRET_KEY)("ENS:resolve-l2-name", () => {
10
- it("should resolve Basename", async () => {
+ it.skip("should resolve Basename", async () => {
11
const ens = await resolveL2Name({
12
client: TEST_CLIENT,
13
// myk.base.eth
0 commit comments