From 08f0fce71cb283d3c59a71571605266d5a179dc3 Mon Sep 17 00:00:00 2001 From: CaptainDero <34203756+CaptainDero@users.noreply.github.com> Date: Wed, 24 Feb 2021 09:01:58 +0000 Subject: [PATCH] Update token_sc_guide.md --- guide/examples/token_sc_guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/examples/token_sc_guide.md b/guide/examples/token_sc_guide.md index 183542f..0b3574d 100644 --- a/guide/examples/token_sc_guide.md +++ b/guide/examples/token_sc_guide.md @@ -2,7 +2,8 @@ **Notes:** 1] All wallet Addressess need to be registerd first with SC before they need to interact with. This condition will be removed in future. -2] Requirement of detoAnyRandomAddressFromExplorer during SC invocation will be removed in future. +2] Requirement of detoAnyRandomAddressFromExplorer during SC invocation will be removed in future. +3] **burn** is equal to deposit if SCID is defined else DERO/token will dissappear/burn from network forever. burn will renamed to something more meaningful. This can be proved with cryptographic proof. **Download** Dero Stargate testnet [source](https://git.dero.io/DeroProject/derosuite_stargate) and [binaries](https://git.dero.io/DeroProject/Dero_Stargate_testnet_binaries).