From 08ae8690282146379713d925391f11607d17e271 Mon Sep 17 00:00:00 2001 From: Anna Shaleva Date: Fri, 3 Jul 2020 14:56:59 +0300 Subject: [PATCH] examples: update ANT owner for workshop --- examples/token/token.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/token/token.go b/examples/token/token.go index bbeb4b8e3..c7b090383 100644 --- a/examples/token/token.go +++ b/examples/token/token.go @@ -11,7 +11,7 @@ const ( multiplier = 100000000 ) -var owner = util.FromAddress("NPAsqZkx9WhNd4P72uhZxBhLinSuNkxfB8") +var owner = util.FromAddress("NMipL5VsNoLUBUJKPKLhxaEbPQVCZnyJyB") // createToken initializes the Token Interface for the Smart Contract to operate with func createToken() nep5.Token {