Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions src/schemas/space.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -422,10 +425,10 @@
"type": "array",
"maxItems": 10,
"uniqueItems": true,
"items":{
"items": {
"type": "object",
"properties": {
"id":{
"id": {
"type": "string",
"title": "Id",
"minLength": 1,
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 0 additions & 6 deletions test/e2e/utils.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down