Skip to content

Commit

Permalink
adder interactor config default back to devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Sep 30, 2024
1 parent 64a2174 commit 7e72cdf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions contracts/examples/adder/interact/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +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'

0 comments on commit 7e72cdf

Please sign in to comment.