Skip to content

Commit 70b61ee

Browse files
committed
Add isOrganzation to mock data
1 parent 9a17b40 commit 70b61ee

File tree

10 files changed

+20
-10
lines changed

10 files changed

+20
-10
lines changed

scripts/mockData/account-metadata/compound.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"description": "Compound developer",
44
"image": "https://api.thegraph.com/ipfs/api/v0/cat?arg=QmQyA3o9G72wcAKfGhQSFkspCLMRXUtyidxNCc4tJjCwTW",
55
"name": "Compound developer",
6-
"website": "https://compound.finance"
6+
"website": "https://compound.finance",
7+
"isOrganization": true
78
}

scripts/mockData/account-metadata/decentraland.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"description": "Decentraland developer",
44
"image": "https://api.thegraph.com/ipfs/api/v0/cat?arg=QmQyA3o9G72wcAKfGhQSFkspCLMRXUtyidxNCc4tJjCwTW",
55
"name": "Decentraland developer",
6-
"website": "https://decentraland.io"
6+
"website": "https://decentraland.io",
7+
"isOrganization": true
78
}

scripts/mockData/account-metadata/ens.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"description": "ENS developer",
44
"image": "https://api.thegraph.com/ipfs/api/v0/cat?arg=QmQyA3o9G72wcAKfGhQSFkspCLMRXUtyidxNCc4tJjCwTW",
55
"name": "ENS developer",
6-
"website": "https://ens.domains/"
6+
"website": "https://ens.domains/",
7+
"isOrganization": true
78
}

scripts/mockData/account-metadata/livepeer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"description": "Adam",
44
"image": "https://api.thegraph.com/ipfs/api/v0/cat?arg=QmQyA3o9G72wcAKfGhQSFkspCLMRXUtyidxNCc4tJjCwTW",
55
"name": "Adam",
6-
"website": "https://adam.com/"
6+
"website": "https://adam.com/",
7+
"isOrganization": true
78
}

scripts/mockData/account-metadata/maker.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"description": "Maker dev",
44
"image": "https://api.thegraph.com/ipfs/api/v0/cat?arg=QmQyA3o9G72wcAKfGhQSFkspCLMRXUtyidxNCc4tJjCwTW",
55
"name": "Maker deve",
6-
"website": "https://maker.io/"
6+
"website": "https://maker.io/",
7+
"isOrganization": true
78
}

scripts/mockData/account-metadata/melon.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"description": "Melon developer",
44
"image": "https://api.thegraph.com/ipfs/api/v0/cat?arg=QmQyA3o9G72wcAKfGhQSFkspCLMRXUtyidxNCc4tJjCwTW",
55
"name": "Melon developer",
6-
"website": "https://melon.finance/"
6+
"website": "https://melon.finance/",
7+
"isOrganization": true
78
}

scripts/mockData/account-metadata/moloch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"description": "Moloch dev",
44
"image": "https://api.thegraph.com/ipfs/api/v0/cat?arg=QmQyA3o9G72wcAKfGhQSFkspCLMRXUtyidxNCc4tJjCwTW",
55
"name": "Moloch dev",
6-
"website": "https://moloch.io/"
6+
"website": "https://moloch.io/",
7+
"isOrganization": true
78
}

scripts/mockData/account-metadata/origin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"description": "Origin dev",
44
"image": "https://api.thegraph.com/ipfs/api/v0/cat?arg=QmQyA3o9G72wcAKfGhQSFkspCLMRXUtyidxNCc4tJjCwTW",
55
"name": "Origin dev",
6-
"website": "https://origin-dev.io"
6+
"website": "https://origin-dev.io",
7+
"isOrganization": true
78
}

scripts/mockData/account-metadata/thegraph.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"description": "Dave Kajpusts graph account",
44
"image": "https://api.thegraph.com/ipfs/api/v0/cat?arg=QmQyA3o9G72wcAKfGhQSFkspCLMRXUtyidxNCc4tJjCwTW",
55
"name": "Dave Kajpust",
6-
"website": "https://kajpust.com/"
6+
"website": "https://kajpust.com/",
7+
"isOrganization": true
78
}

scripts/mockData/account-metadata/uniswap.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"description": "Ian",
44
"image": "https://api.thegraph.com/ipfs/api/v0/cat?arg=QmQyA3o9G72wcAKfGhQSFkspCLMRXUtyidxNCc4tJjCwTW",
55
"name": "Ian",
6-
"website": "https://ian.com"
6+
"website": "https://ian.com",
7+
"isOrganization": true
78
}

0 commit comments

Comments
 (0)