File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 8282 "type" : " string" ,
8383 "title" : " farcaster"
8484 },
85+ "clanker" : {
86+ "type" : " string" ,
87+ "format" : " evmAddress" ,
88+ "title" : " clanker"
89+ },
8590 "email" : {
8691 "type" : " string" ,
8792 "title" : " email" ,
271276 "anyOf" : [
272277 { "const" : " compound-governor" , "title" : " Compound governor" },
273278 { "const" : " split-delegation" , "title" : " Split Delegation" },
274- { "const" : " apechain-delegate-registry" , "title" : " ApeChain Delegate Registry" }
279+ {
280+ "const" : " apechain-delegate-registry" ,
281+ "title" : " ApeChain Delegate Registry"
282+ }
275283 ]
276284 },
277285 "delegationContract" : {
422430 "type" : " array" ,
423431 "maxItems" : 10 ,
424432 "uniqueItems" : true ,
425- "items" :{
433+ "items" : {
426434 "type" : " object" ,
427435 "properties" : {
428- "id" :{
436+ "id" : {
429437 "type" : " string" ,
430438 "title" : " Id" ,
431439 "minLength" : 1 ,
497505 "type" : " string" ,
498506 "format" : " color"
499507 },
500- "border_color" : {
508+ "border_color" : {
501509 "type" : " string" ,
502510 "format" : " color"
503511 },
504- "heading_color" : {
512+ "heading_color" : {
505513 "type" : " string" ,
506- "format" : " color"
514+ "format" : " color"
507515 },
508516 "primary_color" : {
509517 "type" : " string" ,
You can’t perform that action at this time.
0 commit comments