Skip to content

Commit

Permalink
add type to projects metadata fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed May 30, 2024
1 parent c460d3b commit a2cefe3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/deployments/contractFactory.deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@
"name": "ContractFactory",
"address": "0x712516e61C8B383dF4A63CFe83d7701Bce54B03e",
"deployerAddress": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8"
},
}
}
6 changes: 3 additions & 3 deletions scripts/deployments/registry.deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"owner": "0x8C180840fcBb90CE8464B4eCd12ab0f840c6647C",
"proxyAdmin": "0x7DE1218DCDC3628F839b19a3aF5ACF092C35BcDE",
"proxyAdminOwner": "0x8C180840fcBb90CE8464B4eCd12ab0f840c6647C"
}
},
"421614": {
"name": "Registry",
"implementation": "0xA3Fd7042F83960398De6ceddbf513F8cac877cbE",
Expand Down Expand Up @@ -234,7 +234,7 @@
"owner": "0x8C180840fcBb90CE8464B4eCd12ab0f840c6647C",
"proxyAdmin": "0x758b87af7fdB4783f848a1dDEa1F025dC48B9858",
"proxyAdminOwner": "0x8C180840fcBb90CE8464B4eCd12ab0f840c6647C"
}
},
"313371": {
"name": "Registry",
"implementation": "0x8464135c8F25Da09e49BC8782676a84730C318bC",
Expand All @@ -252,5 +252,5 @@
"owner": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
"proxyAdmin": "0x71C95911E9a5D330f4D621842EC243EE1343292e",
"proxyAdminOwner": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8"
},
}
}
1 change: 1 addition & 0 deletions scripts/dev/fixtures/profiles/1/metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"type": "project",
"title": "Local Profile V2 1",
"description": "This is a test profile",
"website": "https://example.com",
Expand Down
1 change: 1 addition & 0 deletions scripts/dev/fixtures/profiles/2/metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"type": "project",
"title": "Local Profile V2 2",
"description": "This is a test profile",
"website": "https://example.com",
Expand Down
1 change: 1 addition & 0 deletions scripts/dev/fixtures/profiles/3/metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"type": "project",
"title": "Local Profile V2 3",
"description": "This is a test profile",
"website": "https://example.com",
Expand Down

0 comments on commit a2cefe3

Please sign in to comment.