Skip to content

Commit a8eb641

Browse files
committed
fix: set infra cost per epoch to $44
1 parent 93c3171 commit a8eb641

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
},
9494
{
9595
"cell_type": "code",
96-
"execution_count": 2,
96+
"execution_count": null,
9797
"id": "d3b06379",
9898
"metadata": {
9999
"execution": {
@@ -230,7 +230,7 @@
230230
"}\n",
231231
"\n",
232232
"DEFAULT_GAS_UNITS_PER_PROOF = 3_850_000 # Replace with a fresher chain estimate if desired.\n",
233-
"DEFAULT_INFRA_COST_PER_PROOF_USD = 78.0\n",
233+
"DEFAULT_INFRA_COST_PER_PROOF_USD = 44.0\n",
234234
"DEFAULT_ETH_USD = 2_200.0\n",
235235
"DEFAULT_GAS_PRICE_GWEI = 2.0\n",
236236
"DEFAULT_AZTC_USD = 0.02\n",

0 commit comments

Comments
 (0)