pub(super) async fn run(
name: String,
symbol: String,
currency: String,
quote_token: NameOrAddress,
admin: NameOrAddress,
salt: B256,
logo_uri: Option<String>,
force: bool,
send_tx: SendTxOpts,
tx_opts: TxParams,
) -> Result<()>