diff --git a/ironfish-cli/src/commands/wallet/chainport/send.ts b/ironfish-cli/src/commands/wallet/chainport/send.ts index 210386ab7f..5cb0bc953a 100644 --- a/ironfish-cli/src/commands/wallet/chainport/send.ts +++ b/ironfish-cli/src/commands/wallet/chainport/send.ts @@ -34,7 +34,6 @@ import { watchTransaction } from '../../../utils/transaction' export class BridgeCommand extends IronfishCommand { static description = `Use the Chainport bridge to bridge assets to EVM networks.` - static hidden = true static flags = { ...RemoteFlags,