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 0040037 commit db47124Copy full SHA for db47124
apps/ensindexer/src/plugins/efp/lib/lsl.ts
@@ -267,7 +267,7 @@ const createEfpLslContractSchema = (ensNamespaceId: ENSNamespaceId) => {
267
.length(40)
268
.transform((v) => `0x${v}`)
269
// ensure EVM address correctness and map it into lowercase for ease of equality comparisons
270
- .transform((v) => parseEvmAddress(v) as Address),
+ .transform((v) => parseEvmAddress(v)),
271
272
slot: z
273
.string()
0 commit comments