Skip to content
This repository was archived by the owner on Aug 12, 2023. It is now read-only.

Commit 56de2e4

Browse files
committed
Update valid slot identifiers
1 parent c418393 commit 56de2e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/advertising/is-slot-token.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const VALID_MINTERS = ['0xed129f9eeb2e18f9dcf8fdf61a2373d8ec0aaa49'];
2-
const VALID_CONTENT_IDS = ['dnsemail%3Acraig%40bovis.me.uk'];
1+
const VALID_MINTERS = ['0x56d9fb185343ff68484abb2964ad319728083cc9'];
2+
const VALID_CONTENT_IDS = ['dns%3A0xtracker.com'];
33

44
const isSlotToken = tokenMetadata =>
55
VALID_MINTERS.includes(tokenMetadata.minter.toLowerCase()) &&

0 commit comments

Comments
 (0)