Skip to content

Commit 69001c9

Browse files
committed
Deployed all mainnet options and wrote to json file.
1 parent e8ca02b commit 69001c9

File tree

2 files changed

+549
-109
lines changed

2 files changed

+549
-109
lines changed

scripts/deploy_mainnet_options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ async function main() {
241241

242242
// For each of the options of the asset, deploy it using the parameters
243243
let optionJsonObject = {};
244-
for (let x = 0; x < 1; x++) {
244+
for (let x = 0; x < assetOptions.length; x++) {
245245
let option = assetOptions[x];
246246
let underlyingToken = option[0];
247247
let strikeToken = option[1];

0 commit comments

Comments
 (0)