Skip to content

Commit b5b6698

Browse files
committed
chore: fix example typo.
1 parent b772379 commit b5b6698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/soroban_restore_footprint.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
secret = "SAAPYAPTTRZMCUZFPG3G66V4ZMHTK4TWA6NS7U4F7Z3IMUD52EK4DDEV"
2121
rpc_server_url = "https://soroban-testnet.stellar.org:443"
2222
contract_id = "CAEZUQ3JTKBLIYFZEHKSK5X2K3MGU66B4F6MJFEKZKF6ZFRWBERV3BKF"
23-
network_passphrase = Network.STANDALONE_NETWORK_PASSPHRASE
23+
network_passphrase = Network.TESTNET_NETWORK_PASSPHRASE
2424

2525
kp = Keypair.from_secret(secret)
2626
soroban_server = SorobanServer(rpc_server_url)

0 commit comments

Comments
 (0)