Skip to content

Commit 2166616

Browse files
committed
update format
1 parent d9144cf commit 2166616

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/plugin-coinbase/src/plugins/tokenContract.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,11 @@ export const readContractAction: Action = {
507507
elizaLogger.info("Contract read result:", serializedResult);
508508

509509
callback({
510-
text: `Contract read successful: ${JSON.stringify(serializedResult, null, 2)}`
510+
text: `Contract read successful:
511+
- Contract Address: ${contractAddress}
512+
- Method: ${method}
513+
- Network: ${networkId}
514+
- Result: ${JSON.stringify(serializedResult, null, 2)}`
511515
}, []);
512516

513517
} catch (error) {

0 commit comments

Comments
 (0)