Skip to content

Commit 1c61758

Browse files
committed
ts ignore
1 parent 52345cc commit 1c61758

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/plugin-abstract/src/actions/transferAction.ts

+2
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ export const transferAction: Action = {
178178
decimals
179179
);
180180

181+
// @ts-ignore - will fix later
181182
hash = await abstractClient.writeContract({
182183
chain: abstractTestnet,
183184
address: content.tokenAddress as Address,
@@ -186,6 +187,7 @@ export const transferAction: Action = {
186187
args: [content.recipient as Address, tokenAmount],
187188
});
188189
} else {
190+
// @ts-ignore
189191
hash = await abstractClient.sendTransaction({
190192
chain: abstractTestnet,
191193
to: content.recipient as Address,

0 commit comments

Comments
 (0)