Skip to content

Commit a2391f0

Browse files
committed
Saved Gnosis Safe file into contracts folder for now
1 parent 2d12525 commit a2391f0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

contracts/utils/deploy.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -957,11 +957,7 @@ function buildAndWriteGnosisJson(targets, calldata, safeAddress) {
957957
})),
958958
};
959959

960-
const fileName = path.join(
961-
__dirname,
962-
"../build",
963-
Date.now().toString() + "-gov-tx.json"
964-
);
960+
const fileName = path.join(__dirname, Date.now().toString() + "-gov-tx.json");
965961

966962
fs.writeFileSync(fileName, JSON.stringify(json, undefined, 2));
967963

0 commit comments

Comments
 (0)