Skip to content

Commit

Permalink
create space v2 (#2341)
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppecrj authored Feb 12, 2025
1 parent 38ce591 commit 6f1a265
Show file tree
Hide file tree
Showing 111 changed files with 1,582 additions and 2,009 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"address": "0x58C908De637F38DD9Df28f4EdAebD8A09b2cC2F2"
"address": "0xA8C86BF7B5A9bFC670976DB558d471235d638182"
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"address": "0x0CF4a62948a6d48f8864D4c2DF47F108e23162A1"
"address": "0x087f90cc4365FB2E0a63A4c27e28de20DC1971cA"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"address": "0x7f8BE7517FBFdb35c08aBad9612cEa83dAecF7f6"
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ contract DeployCreateSpace is FacetHelper, Deployer {
)
)
);
addSelector(CreateSpaceFacet.createSpaceV2.selector);
}

function initializer() public pure override returns (bytes4) {
Expand Down
Loading

0 comments on commit 6f1a265

Please sign in to comment.