Skip to content

Commit 840284e

Browse files
committed
rollback near-intent as bridge volume instead of aggregator
1 parent 5be1fbf commit 840284e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bridge-aggregators/near-intents/index.ts renamed to dexs/near-intents/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const fetch = async (_a: any, _b: any, options: FetchOptions) => {
1515
const recordDate = t.DATE.split(' ')[0]
1616
return recordDate === options.dateString
1717
})?.GROSS_AMOUNT_USD
18-
return { dailyBridgeVolume: dailyVolume }
18+
return { dailyVolume: dailyVolume }
1919
}
2020

2121
const adapter: SimpleAdapter = {

0 commit comments

Comments
 (0)