@blockrun/clawrouter 0.12.37 → 0.12.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -9130,7 +9130,7 @@ Run \`openclaw plugins install @blockrun/clawrouter\` to generate a wallet.`,
9130
9130
  "**Solana:**",
9131
9131
  ` Address: \`${solAddr}\``,
9132
9132
  ` ${solBalanceText}`,
9133
- ` Fund: https://solscan.io/account/${solAddr}`
9133
+ ` Fund (USDC only): https://solscan.io/account/${solAddr}`
9134
9134
  ].join("\n");
9135
9135
  }
9136
9136
  }
@@ -9146,7 +9146,7 @@ Run \`openclaw plugins install @blockrun/clawrouter\` to generate a wallet.`,
9146
9146
  "**Base (EVM):**",
9147
9147
  ` Address: \`${address}\``,
9148
9148
  ` ${evmBalanceText}`,
9149
- ` Fund: https://basescan.org/address/${address}`,
9149
+ ` Fund (USDC only): https://basescan.org/address/${address}`,
9150
9150
  solanaSection,
9151
9151
  "",
9152
9152
  `**Key File:** \`${WALLET_FILE}\``,