Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion science/.ipynb_checkpoints/spot-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"\n",
"def printInfo(spot):\n",
" print(exec(\"\"\"\n",
"yarn workspace @ampleforthorg/spot-contracts run hardhat --network ganache ops:info \"%s\"\n",
"yarn workspace @ampleforthorg/spot-contracts run hardhat --network ganache ops:perp:info \"%s\"\n",
" \"\"\" % (spot.address)))\n",
"\n",
"def toAMPLFixedPt(amt):\n",
Expand Down
2 changes: 1 addition & 1 deletion science/spot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"\n",
"def printInfo(spot):\n",
" print(exec(\"\"\"\n",
"yarn workspace @ampleforthorg/spot-contracts run hardhat --network ganache ops:info \"%s\"\n",
"yarn workspace @ampleforthorg/spot-contracts run hardhat --network ganache ops:perp:info \"%s\"\n",
" \"\"\" % (spot.address)))\n",
"\n",
"def toAMPLFixedPt(amt):\n",
Expand Down
Loading