Skip to content

Commit d500585

Browse files
committed
fix: use correct method_id
1 parent a3388cd commit d500585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/main/CurveTwocryptoFactoryHandler.vy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def _get_gauge_type(_gauge: address) -> int128:
119119
success, response = raw_call(
120120
GAUGE_CONTROLLER,
121121
concat(
122-
method_id("gauge_type(address)"),
122+
method_id("gauge_types(address)"),
123123
convert(_gauge, bytes32),
124124
),
125125
max_outsize=32,

0 commit comments

Comments
 (0)