Skip to content

Commit

Permalink
fix(config): add feature flags to testnet config (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
troggy authored Nov 13, 2019
1 parent 224251f commit a241047
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions presets/leap-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,9 @@
"[email protected]:46691",
"deb472911a7a0ff3867b39c6ffa375ddbb42db5d@sen2.testnet.leapdao.org:46691",
"[email protected]:46691"
]
}
],
"flagHeights": {
"spend_cond_stricter_rules": 100000,
"spend_cond_new_bytecode": 41000
}
}

0 comments on commit a241047

Please sign in to comment.