Skip to content

Commit

Permalink
fix: remove abi err
Browse files Browse the repository at this point in the history
  • Loading branch information
SamarendraGouda committed Nov 20, 2024
1 parent f52b37c commit ee57a4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/abi/connectors/v2/MORPHO-TOKEN-WRAPPER-A.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { AbiItem } from 'web3-utils'
export const MORPHO_TOKEN_WRAPPER_A: AbiItem[] = [
{ inputs: [], name: 'LessTokensReceived', type: 'error' },
{
anonymous: false,
inputs: [{ indexed: true, internalType: 'uint256', name: 'newTokensReceived', type: 'uint256' }],
Expand Down

0 comments on commit ee57a4d

Please sign in to comment.