Skip to content

Commit aca31e2

Browse files
committed
vitalik delegated his account so this test fails
1 parent ba2fb3c commit aca31e2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Thirdweb.Tests/Thirdweb.Utils/Thirdweb.Utils.Tests.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -619,10 +619,7 @@ public async Task IsDeployed_ReturnsTrue_WhenContractIsDeployed()
619619
[Fact(Timeout = 120000)]
620620
public async Task IsDeployed_ReturnsFalse_WhenContractIsNotDeployed()
621621
{
622-
var chainId = new BigInteger(1);
623-
var address = await Utils.GetAddressFromENS(this.Client, "vitalik.eth");
624-
var isDeployed = await Utils.IsDeployed(this.Client, chainId, address);
625-
622+
var isDeployed = await Utils.IsDeployed(this.Client, 1, "0x519D4173E79214D0e7857CcbF1DAb20ceADe85eE");
626623
Assert.False(isDeployed);
627624
}
628625

0 commit comments

Comments
 (0)