From 826560d7c83f771ecf3fa386febe8d325e88ca1c Mon Sep 17 00:00:00 2001 From: oper Date: Tue, 12 May 2020 17:06:42 -0400 Subject: [PATCH] update all READMEs --- README-forward-any-tez.md => READ-forward-any-fa12.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename README-forward-any-tez.md => READ-forward-any-fa12.md (99%) diff --git a/README-forward-any-tez.md b/READ-forward-any-fa12.md similarity index 99% rename from README-forward-any-tez.md rename to READ-forward-any-fa12.md index 3e11753b..8ad6636e 100644 --- a/README-forward-any-tez.md +++ b/READ-forward-any-fa12.md @@ -5,7 +5,7 @@ ```bash -$ tezos-client --wait none originate contract ForwardAnyTezContract transferring 0 from $ALICE_ADDRESS running "$(stack exec -- prototype-forwarder-contract print-specialized-any-tez-fa12 --central-wallet $ALICE_ADDRESS)" --burn-cap 0.645 +$ tezos-client --wait none originate contract ForwardAnyTezContract transferring 0 from $ALICE_ADDRESS running "$(stack exec -- prototype-forwarder-contract print-specialized-forward-any-fa12 --central-wallet $ALICE_ADDRESS)" --burn-cap 0.645 Waiting for the node to be bootstrapped before injection... Current head: BM1Libhmip9v (timestamp: 2020-05-11T18:53:09-00:00, validation: 2020-05-11T18:54:01-00:00) diff --git a/README.md b/README.md index b1d57b9a..155b0ffb 100644 --- a/README.md +++ b/README.md @@ -488,6 +488,6 @@ Pair (Pair Unit (Pair "tz1R3vJ5TV8Y5pVj8dicBR23Zv8JArusDkYr" (Pair { "alice" } 7 < -## Forward-Any-Contract +## Forward-AnyFA12-Contract -There is another contract (named ForwardAny). It's documentation can be found here ./README-forward-any-tez.md +There is another contract (named ForwardAny). It's documentation can be found here ./README-forward-any-fa12.md