From 658b1e872a9cd858ab560ae2004d3065c081f13e Mon Sep 17 00:00:00 2001 From: BiancaIalangi Date: Tue, 3 Dec 2024 18:41:01 +0200 Subject: [PATCH] interactor - set real chain --- ping-pong/interactor/config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ping-pong/interactor/config.toml b/ping-pong/interactor/config.toml index aca7487..c6f9a97 100644 --- a/ping-pong/interactor/config.toml +++ b/ping-pong/interactor/config.toml @@ -1,5 +1,5 @@ -chain_type = 'simulator' -gateway_uri = 'http://localhost:8085' +# chain_type = 'simulator' +# gateway_uri = 'http://localhost:8085' -# chain_type = 'real' -# gateway_uri = 'https://devnet-gateway.multiversx.com' +chain_type = 'real' +gateway_uri = 'https://devnet-gateway.multiversx.com'