Skip to content

Commit

Permalink
Minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Jan 24, 2024
1 parent c251a33 commit af2bd77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ function prepareInstallation(
Convenience functions are provided within the plugin setup contracts:

```solidity
// SpacePluginSetup.sol
// governance/SpacePluginSetup.sol
function encodeInstallationParams(
string memory _firstBlockContentUri,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe('Member Access Condition E2E', () => {
);

// Create a new PluginRepo
let tx = await pluginRepoFactory.createPluginRepo(
const tx = await pluginRepoFactory.createPluginRepo(
'testing-governance-plugin-condition',
deployer.address
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ describe('Plugin upgrader', () => {

// Prepare an update to build 2
const dat = await pSetupBuild2.encodeUpdateParams(true); // Request new perms
let tx = await psp.prepareUpdate(dao.address, {
const tx = await psp.prepareUpdate(dao.address, {
currentVersionTag: {
release: release,
build: 1,
Expand Down

0 comments on commit af2bd77

Please sign in to comment.