Replymessage unavailable
I found the problem. This is not about the normal L1 gas fee being refunded.
My Orchestra .env had the same Igra locking address set as W0_WALLET_TO_ADDRESS through W4_WALLET_TO_ADDRESS, instead of each node wallet’s own Kaspa return/change address.
Because of that, when wallet 0 submitted transactions, the small L1 fee was paid normally, but the remaining KAS change was also sent to the Igra locking address. Two transactions moved approximately 9.996 KAS and 29.998 KAS, leaving wallet 0 at zero. The attestor then continued being selected but could not submit transactions, which caused about 104 IGRA in penalties.
I have now run sync-wallet-addresses.sh, confirmed that wallets 0–4 each have their own correct return address, recreated the wallet and RPC containers, and all five are healthy. I also paused the attestor and stopped the local attestor container to prevent further penalties.
I need help determining whether the approximately 39.994 KAS sent to the locking address can be recovered or credited, and I would also appreciate confirmation that my corrected setup is now safe before I fund wallet 0 and resume.