diff --git a/src/commands/ticker/index/processor.ts b/src/commands/ticker/index/processor.ts index 4a2b17840..60a409548 100644 --- a/src/commands/ticker/index/processor.ts +++ b/src/commands/ticker/index/processor.ts @@ -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, }, ] : []), diff --git a/src/commands/vault/transfer/slash.ts b/src/commands/vault/transfer/slash.ts index 8a4957903..37764c793 100644 --- a/src/commands/vault/transfer/slash.ts +++ b/src/commands/vault/transfer/slash.ts @@ -12,6 +12,7 @@ const chains = { fantom: "250", polygon: "137", solana: "999", + base: "8453", } const command: SlashCommand = {