File tree Expand file tree Collapse file tree
aggregators/gluex-protocol Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import { getBlock } from "../../helpers/getBlock";
44import { getUniqStartOfTodayTimestamp } from '../../helpers/getUniSubgraphFees' ;
55import * as _env from '../../helpers/env'
66import { getDateString } from '../../helpers/utils' ;
7+ import * as sdk from '@defillama/sdk'
78
89// to trigger inclusion of the env.ts file
910const _include_env = _env . getEnv ( 'BITLAYER_RPC' )
@@ -91,6 +92,7 @@ export default async function runAdapter(options: AdapterRunOptions) {
9192 const runKey = getRunKey ( options )
9293
9394 if ( ! adapterRunResponseCache [ runKey ] ) adapterRunResponseCache [ runKey ] = _runAdapter ( options )
95+ else sdk . log ( `[Dimensions run] Using cached results for ${ runKey } ` )
9496 return adapterRunResponseCache [ runKey ]
9597}
9698
Original file line number Diff line number Diff line change @@ -128,7 +128,8 @@ const adapter: SimpleAdapter = {
128128 adapter : { } ,
129129 start : '2025-03-14' ,
130130 fetch,
131- chains : Object . keys ( { ...ROUTERS_OLD , ...ROUTERS_NEW } )
131+ chains : Object . keys ( { ...ROUTERS_OLD , ...ROUTERS_NEW } ) ,
132+ methodology,
132133} ;
133134
134135export default adapter ;
You can’t perform that action at this time.
0 commit comments