diff --git a/convex-core/src/test/resources/examples/samples.cvx b/convex-core/src/test/resources/examples/samples.cvx index 34fc23d9b..02d32bbeb 100644 --- a/convex-core/src/test/resources/examples/samples.cvx +++ b/convex-core/src/test/resources/examples/samples.cvx @@ -2,11 +2,12 @@ (def my-token (deploy (fungible/build-token {:supply 1000000}))) -;; Create new new markey +;; Create new new market (torus/create-market my-token) -;; Buy + +;; Buy USD tokens with my-token (torus/buy USD 10000 my-token) \ No newline at end of file