correcting abi filename

This commit is contained in:
Patrick Daly 2021-08-13 10:13:38 -07:00
parent 886813b935
commit 0748a5f988
2 changed files with 3 additions and 1 deletions

View File

@ -374,6 +374,7 @@ CURVE_META_POOLS = [
),
]
"""
CURVE_LIQUIDITY_GAUGES = [
ClassifierSpec(
abi_name="LiquidityGauge",
@ -436,5 +437,6 @@ CURVE_LIQUIDITY_GAUGES = [
],
),
]
"""
CURVE_CLASSIFIER_SPECS = [*CURVE_BASE_POOLS, *CURVE_META_POOLS, *CURVE_LIQUIDITY_GAUGES]
CURVE_CLASSIFIER_SPECS = [*CURVE_BASE_POOLS, *CURVE_META_POOLS]