Skip to content

Commit

Permalink
feat: update file names
Browse files Browse the repository at this point in the history
  • Loading branch information
shriyatyagii committed Sep 27, 2023
1 parent b43df2a commit 524ac84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { AbiItem } from 'web3-utils'

export const CRV_USD_A: AbiItem[] = [
export const CURVE_USD_A: AbiItem[] = [
{
anonymous: false,
inputs: [
Expand Down
4 changes: 2 additions & 2 deletions src/abi/connectors/v2/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ import { KYBER_AGGREGATOR_A } from './KYBER-AGGREGATOR-A'
import { BASIC_D } from './BASIC-D'
import { AVO_APPROVE_MULTISIG_A } from './AVO-APPROVE-MULTISIG-A'
import { AVO_APPROVE_MULTISIG_STAGING_A } from './AVO-APPROVE-MULTISIG-STAGING-A'
import { CRV_USD_A } from './CRV-USD-A'
import { CURVE_USD_A } from './CURVE-USD-A'

export const connectorsV2_M1 = {
'MORPHO-REWARDS-A': MORPHO_REWARDS_A,
Expand Down Expand Up @@ -228,5 +228,5 @@ export const connectorsV2_M1 = {
'BASIC-D': BASIC_D,
'AVO-APPROVE-MULTISIG-A': AVO_APPROVE_MULTISIG_A,
'AVO-APPROVE-MULTISIG-STAGING-A': AVO_APPROVE_MULTISIG_STAGING_A,
'CURVE-USD-A': CRV_USD_A,
'CURVE-USD-A': CURVE_USD_A,
}

0 comments on commit 524ac84

Please sign in to comment.