Skip to content

Commit

Permalink
fix: help page formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
slowbackspace committed Nov 6, 2023
1 parent 499647f commit d58a94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/welcome-message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const getWelcomeMessage = (): ChatPostMessageArguments['blocks'] => {
type: 'section',
text: {
type: 'mrkdwn',
text: '- To fetch a block: `/block [<hash-or-number>]`\n- To fetch a transaction: `/tx <hash>`\n- To fetch an asset: `/asset <hex-or-bech32>`\n- To fetch an address: `/address <bech32 address>`\n- To fetch an account: `/account <bech32 stake address>\n- To fetch a pool: `/pool <poolId>`\n\n*Additional Parameters:*\n- Use `--json` to get the output in JSON format.\n- Use `--network` to specify the blockchain network. For example, `/block <hash-or-number> --network testnet`.',
text: '- To fetch a block: `/block [<hash-or-number>]`\n- To fetch a transaction: `/tx <hash>`\n- To fetch an asset: `/asset <hex-or-bech32>`\n- To fetch an address: `/address <bech32 address>`\n- To fetch an account: `/account <bech32 stake address>`\n- To fetch a pool: `/pool <poolId>`\n\n*Additional Parameters:*\n- Use `--json` to get the output in JSON format.\n- Use `--network` to specify the blockchain network. For example, `/block <hash-or-number> --network testnet`.',
},
},
{
Expand Down

0 comments on commit d58a94e

Please sign in to comment.