Skip to content

Commit e7d2f9f

Browse files
authored
use correct dailyBridgeVolume (DefiLlama#3580)
1 parent 831f741 commit e7d2f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bridge-aggregators/rango/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const fetch: any = async (timestamp: number, _: any, options: FetchOptions) => {
5353
}
5454

5555
return {
56-
dailyVolume: dailyVolume,
56+
dailyBridgeVolume: dailyVolume,
5757
}
5858
}
5959

0 commit comments

Comments
 (0)