From 994349c8087e467fd696375b1b256b39cc945cb9 Mon Sep 17 00:00:00 2001 From: boneyard93501 <4523011+boneyard93501@users.noreply.github.com> Date: Wed, 4 Aug 2021 23:13:47 -0500 Subject: [PATCH] update constants --- hello-world/3-browser-to-service/aqua/getting-started.aqua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello-world/3-browser-to-service/aqua/getting-started.aqua b/hello-world/3-browser-to-service/aqua/getting-started.aqua index c80c49b..61e7880 100644 --- a/hello-world/3-browser-to-service/aqua/getting-started.aqua +++ b/hello-world/3-browser-to-service/aqua/getting-started.aqua @@ -1,7 +1,7 @@ import "@fluencelabs/aqua-lib/builtin.aqua" -const helloWorldNodePeerId ?= "12D3KooWHLxVhUQyAuZe6AHMB29P7wkvTNMn7eDMcsqimJYLKREf" -const helloWorldServiceId ?= "ba24be5b-9789-48ac-b38a-82c9d3eb0d34" +const helloWorldNodePeerId ?= "12D3KooWFEwNWcHqi9rtsmDhsYcDbRUCDXH84RC4FW6UfsFWaoHi" +const helloWorldServiceId ?= "1e740ce4-81f6-4dd4-9bed-8d86e9c2fa50" data HelloResponse: msg: string