Added atomic SUI-to-USDC swap to our validator reward claim script, powered by @AftermathFi SDK! The trickiest part was getting the value of the claimed Sui coin to pass to the AF router API request. Ended up using devInspectTransactionBlock and parsing the 0x2::coin::value BCS as u64. Not sure if this is the best or right way, but it works!