diff --git a/src/schemas/space.json b/src/schemas/space.json index e5141dde4..761ce5316 100644 --- a/src/schemas/space.json +++ b/src/schemas/space.json @@ -271,7 +271,10 @@ "anyOf": [ { "const": "compound-governor", "title": "Compound governor" }, { "const": "split-delegation", "title": "Split Delegation" }, - { "const": "apechain-delegate-registry", "title": "ApeChain Delegate Registry" } + { + "const": "apechain-delegate-registry", + "title": "ApeChain Delegate Registry" + } ] }, "delegationContract": { @@ -422,10 +425,10 @@ "type": "array", "maxItems": 10, "uniqueItems": true, - "items":{ + "items": { "type": "object", "properties": { - "id":{ + "id": { "type": "string", "title": "Id", "minLength": 1, @@ -497,13 +500,13 @@ "type": "string", "format": "color" }, - "border_color" : { + "border_color": { "type": "string", "format": "color" }, - "heading_color" : { + "heading_color": { "type": "string", - "format": "color" + "format": "color" }, "primary_color": { "type": "string", diff --git a/test/e2e/utils.spec.js b/test/e2e/utils.spec.js index 3eae9e781..2eea3a0d2 100644 --- a/test/e2e/utils.spec.js +++ b/test/e2e/utils.spec.js @@ -89,12 +89,6 @@ describe('utils', () => { '0x220bc93D88C0aF11f1159eA89a885d5ADd3A7Cf6' ); }); - - test('return the name owner on testnet', () => { - expect( - getShibariumNameOwner('systematize752253.shib', '157') - ).resolves.toBe('0xc4B06a671831CdD66fdA1A287263103103DEC80D'); - }); }); describe('sonic resolver', () => {