Skip to content

Commit 12b2b9b

Browse files
authored
deployed vault to testnet and added cli tasks for interacting with vault (#149)
1 parent a7ad11a commit 12b2b9b

File tree

18 files changed

+1131
-13
lines changed

18 files changed

+1131
-13
lines changed

science/.ipynb_checkpoints/spot-checkpoint.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"\n",
167167
"def printInfo(spot):\n",
168168
" print(exec(\"\"\"\n",
169-
"yarn workspace @ampleforthorg/spot-contracts run hardhat --network ganache ops:info \"%s\"\n",
169+
"yarn workspace @ampleforthorg/spot-contracts run hardhat --network ganache ops:perp:info \"%s\"\n",
170170
" \"\"\" % (spot.address)))\n",
171171
"\n",
172172
"def toAMPLFixedPt(amt):\n",

science/spot.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"\n",
167167
"def printInfo(spot):\n",
168168
" print(exec(\"\"\"\n",
169-
"yarn workspace @ampleforthorg/spot-contracts run hardhat --network ganache ops:info \"%s\"\n",
169+
"yarn workspace @ampleforthorg/spot-contracts run hardhat --network ganache ops:perp:info \"%s\"\n",
170170
" \"\"\" % (spot.address)))\n",
171171
"\n",
172172
"def toAMPLFixedPt(amt):\n",

0 commit comments

Comments
 (0)