File tree 1 file changed +2
-4
lines changed
packages/plugin-abstract/src/actions
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,7 @@ import {
24
24
} from "viem" ;
25
25
import { abstractTestnet , mainnet } from "viem/chains" ;
26
26
import { normalize } from "viem/ens" ;
27
- import {
28
- createAbstractClient ,
29
- } from "@abstract-foundation/agw-client" ;
27
+ import { createAbstractClient } from "@abstract-foundation/agw-client" ;
30
28
import { z } from "zod" ;
31
29
import { ValidateContext } from "../utils" ;
32
30
import { ETH_ADDRESS , ERC20_OVERRIDE_INFO } from "../constants" ;
@@ -148,7 +146,7 @@ export const transferAction: Action = {
148
146
149
147
// Validate transfer content
150
148
if ( ! ValidateContext . transferAction ( content ) ) {
151
- console . error ( "Invalid content for TRANSFER_TOKEN action." ) ;
149
+ elizaLogger . error ( "Invalid content for TRANSFER_TOKEN action." ) ;
152
150
if ( callback ) {
153
151
callback ( {
154
152
text : "Unable to process transfer request. Invalid content provided." ,
You can’t perform that action at this time.
0 commit comments