We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e599388 commit 76f441cCopy full SHA for 76f441c
private-rpc/src/permissions/yaml-parser.ts
@@ -53,8 +53,6 @@ const contractSchema = z.object({
53
methods: z.array(methodSchema)
54
});
55
56
-type RawContract = z.infer<typeof contractSchema>;
57
-
58
const yamlSchema = z.object({
59
whitelisted_wallets: z.union([
60
z.array(addressSchema).nonempty({
0 commit comments