Skip to content

Commit

Permalink
deployed vault to testnet and added cli tasks for interacting with va…
Browse files Browse the repository at this point in the history
…ult (#149)
  • Loading branch information
aalavandhan authored May 10, 2023
1 parent a7ad11a commit 12b2b9b
Show file tree
Hide file tree
Showing 18 changed files with 1,131 additions and 13 deletions.
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

0 comments on commit 12b2b9b

Please sign in to comment.