Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33098700
D15555.1768469884.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D15555.1768469884.diff
View Options
diff --git a/lib/utils/ens-cache.test.js b/lib/utils/ens-cache.test.js
--- a/lib/utils/ens-cache.test.js
+++ b/lib/utils/ens-cache.test.js
@@ -89,8 +89,6 @@
const commbetaDotEth = 'commbeta.eth';
const commbetaEthAddr = '0x07124c3b6687e78aec8f13a2312cba72a0bed387';
-const commbetaEthAvatar =
- 'https://altlayer-image-store.alt.technology/msnft.png';
const noENSNameAddr = '0xcF986104d869967381dFfAb3A4127bCe6a404362';
@@ -410,12 +408,12 @@
await ensCache.getAvatarURIForAddress(commalphaEthAddr);
expect(commalphaAvatarResult).toBe(commalphaEthAvatar);
});
- it("should return commbeta.eth's avatar, an eip155:1/erc721 URI pointing to an NFT with an HTTP URL", async () => {
+ it("should return commbeta.eth's avatar, an eip155:11155111/erc721 URI pointing to an NFT with an HTTP URL", async () => {
if (!process.env.ALCHEMY_API_KEY) {
return;
}
const commbetaAvatarResult =
await ensCache.getAvatarURIForAddress(commbetaEthAddr);
- expect(commbetaAvatarResult).toBe(commbetaEthAvatar);
+ expect(commbetaAvatarResult).toBe(ashoatAvatar);
});
});
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 15, 9:38 AM (16 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5927664
Default Alt Text
D15555.1768469884.diff (1 KB)
Attached To
Mode
D15555: [lib] Update ENS NFT avatar test
Attached
Detach File
Event Timeline
Log In to Comment