script { /// This script does really nothing but just aborts. fun some(_account: signer) { abort 1 } }