Skip to content

Commit 31d1025

Browse files
committed
wip
1 parent 7e623a3 commit 31d1025

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

script/DeployScenario.s.sol

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -259,19 +259,6 @@ contract DeployScenario is Script {
259259
vm.writeLine(tokenListFile, string(abi.encodePacked(" \"decimals\": ", vm.toString(assets[i].decimals))));
260260

261261
vm.writeLine(tokenListFile, string(abi.encodePacked(" }", (i == assets.length - 1 ? "" : ","))));
262-
/*
263-
string memory line = string(
264-
abi.encodePacked(
265-
"\"",
266-
vm.toString(assets[i].asset),
267-
"\": {\"price\":",
268-
assets[i].price,
269-
"}",
270-
(i == assets.length - 1 ? "" : ",")
271-
)
272-
);
273-
vm.writeLine(pricesFile, line);
274-
*/
275262
}
276263

277264
vm.writeLine(tokenListFile, "]");

0 commit comments

Comments
 (0)