I was experimenting reinstalling some contracts, and I realize that this type of transctions are not currently being shown in Stellar.Expert, nor at StellarChain
I created a new account and funded it with 120 XLM: https://stellar.expert/explorer/public/account/GCFQZHQO555QMHBUBUR7ZUOHX22ZPG2BUHMBQCTPW3POTMFME5GWVPVH
I ran the soroban install command, I got a wasm hash as a result, but nothing is bein shown at the Explorer level.,
However, I see that now, the account balance is around 90.. so the install command did spent around 30 XLM
To reproduce:
git clone https://github.com/soroswap/core
cd core
soroban keys add --secret-key reinstaller
# paste secret key
soroban keys address reinstaller
#check address and fund if necesary
soroban contract install --wasm ./public/mainnet-deployment-2024-03/soroswap_router.optimized.wasm --source-account reinstaller --rpc-url $MAINNET_RPC --network-passphrase 'Public Global Stellar Network ; September 2015' --network mainnet
The wsm hash output I got, which is indeed the wasm hash of the previously installed contract
4c3db3ebd2d6a2ab23de1f622eaabb39501539b4611b68622ec4e47f76c4ba07