File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 271271 "anyOf" : [
272272 { "const" : " compound-governor" , "title" : " Compound governor" },
273273 { "const" : " split-delegation" , "title" : " Split Delegation" },
274- { "const" : " apechain-delegate-registry" , "title" : " ApeChain Delegate Registry" }
274+ {
275+ "const" : " apechain-delegate-registry" ,
276+ "title" : " ApeChain Delegate Registry"
277+ }
275278 ]
276279 },
277280 "delegationContract" : {
422425 "type" : " array" ,
423426 "maxItems" : 10 ,
424427 "uniqueItems" : true ,
425- "items" :{
428+ "items" : {
426429 "type" : " object" ,
427430 "properties" : {
428- "id" :{
431+ "id" : {
429432 "type" : " string" ,
430433 "title" : " Id" ,
431434 "minLength" : 1 ,
497500 "type" : " string" ,
498501 "format" : " color"
499502 },
500- "border_color" : {
503+ "border_color" : {
501504 "type" : " string" ,
502505 "format" : " color"
503506 },
504- "heading_color" : {
507+ "heading_color" : {
505508 "type" : " string" ,
506- "format" : " color"
509+ "format" : " color"
507510 },
508511 "primary_color" : {
509512 "type" : " string" ,
Original file line number Diff line number Diff line change @@ -89,12 +89,6 @@ describe('utils', () => {
8989 '0x220bc93D88C0aF11f1159eA89a885d5ADd3A7Cf6'
9090 ) ;
9191 } ) ;
92-
93- test ( 'return the name owner on testnet' , ( ) => {
94- expect (
95- getShibariumNameOwner ( 'systematize752253.shib' , '157' )
96- ) . resolves . toBe ( '0xc4B06a671831CdD66fdA1A287263103103DEC80D' ) ;
97- } ) ;
9892 } ) ;
9993
10094 describe ( 'sonic resolver' , ( ) => {
You can’t perform that action at this time.
0 commit comments