Skip to content

Commit 2bb8955

Browse files
change date (DefiLlama#6042)
1 parent 38755b5 commit 2bb8955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fees/letsbonk/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const fetchAllium = async (timestamp: any, _b: any, options: FetchOptions) => {
123123
};
124124

125125
const fetch = async (timestamp: any, _b: any, options: FetchOptions) => {
126-
return timestamp >= PERCENTAGE_CHANGE_TIMESTAMP ? fetchAllium(timestamp, _b, options) : fetchFromApi(timestamp, _b, options)
126+
return timestamp >= 1755475200 ? fetchAllium(timestamp, _b, options) : fetchFromApi(timestamp, _b, options)
127127
}
128128

129129

0 commit comments

Comments
 (0)