Skip to content

Commit

Permalink
chore: mv `{scripts/"" => DeployFraxOFTProtocol}/[DeployFraxOFTProtoc…
Browse files Browse the repository at this point in the history
…ol.s.sol, txs]` (#5)
  • Loading branch information
pegahcarter authored Jun 17, 2024
1 parent de847b9 commit efe4c64
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ contract DeployFraxOFTProtocol is Script {

// create filename and save
string memory root = vm.projectRoot();
root = string.concat(root, "/scripts/txs/");
root = string.concat(root, "/scripts/DeployFraxOFTProtocol/txs/");
string memory filename = string.concat(proxyConfig.chainid.toString(), "-");
filename = string.concat(filename, _config.chainid.toString());
filename = string.concat(filename, ".json");
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/SafeBatchSerialize.sol
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ contract SafeTxUtil is Script {
"value",
Strings.toString(txs[i].value)
);
vm.serializeInt(transaction, "operation", 0);
vm.serializeString(transaction, "operation", "0");
string memory serializedTx = vm.serializeBytes(
transaction,
"data",
Expand Down

0 comments on commit efe4c64

Please sign in to comment.