Skip to content

Commit

Permalink
Merge branch 'preview'
Browse files Browse the repository at this point in the history
  • Loading branch information
phucledien committed Mar 28, 2024
2 parents 4d6bc1a + 2f8b4f0 commit 71beef1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/commands/ticker/index/processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,8 @@ export async function renderSingle(
? [
{
name: "Address",
value: shortenHashOrAddress(
coin.platforms?.[coin.asset_platform_id],
),
inline: true,
value: coin.platforms?.[coin.asset_platform_id],
inline: false,
},
]
: []),
Expand Down
1 change: 1 addition & 0 deletions src/commands/vault/transfer/slash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const chains = {
fantom: "250",
polygon: "137",
solana: "999",
base: "8453",
}

const command: SlashCommand = {
Expand Down

0 comments on commit 71beef1

Please sign in to comment.