Skip to content

Commit 75c4a2f

Browse files
committed
remove unused variable
1 parent 34e4deb commit 75c4a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ export const invokeContractAction: Action = {
285285
return;
286286
}
287287

288-
const { contractAddress, method, abi, args, amount, assetId, network } = invocationDetails.object;
288+
const { contractAddress, method, args, amount, assetId, network } = invocationDetails.object;
289289

290290
const wallet = await initializeWallet(runtime, network);
291291

0 commit comments

Comments
 (0)