From 1dc02d866f33c7f747549cdf05204abb2ef63a29 Mon Sep 17 00:00:00 2001 From: Barrie Byron Date: Mon, 9 Oct 2023 08:13:55 -0400 Subject: [PATCH] fix versions tested with --- docs/zkapps/tutorials/08-custom-tokens.mdx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/zkapps/tutorials/08-custom-tokens.mdx b/docs/zkapps/tutorials/08-custom-tokens.mdx index 93b7baff9..f04efada1 100644 --- a/docs/zkapps/tutorials/08-custom-tokens.mdx +++ b/docs/zkapps/tutorials/08-custom-tokens.mdx @@ -21,12 +21,6 @@ zkApp programmability is not yet available on the Mina Mainnet. You can get star ::: -:::note - -This tutorial was last tested with [SnarkyJS](https://www.npmjs.com/package/snarkyjs) 0.8.0. - -::: - # Tutorial 8: Custom Tokens In this tutorial, you learn to create custom tokens. @@ -55,8 +49,8 @@ For reference, a more extensive example, including all the ways to interact with This tutorial has been tested with: -- [Mina zkApp CLI](https://github.com/o1-labs/zkapp-cli) version 0.13.1 -- [o1js](https://www.npmjs.com/package/o1js) version 0.13.1 +- [Mina zkApp CLI](https://github.com/o1-labs/zkapp-cli) version 0.13.0 +- [o1js](https://www.npmjs.com/package/o1js) version 0.13.0 ## Basic Token Example