Skip to content

Commit 7179312

Browse files
committed
use string start key
1 parent 1fdf896 commit 7179312

File tree

49 files changed

+90
-90
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+90
-90
lines changed

aggregators/bitgetwallet/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const adapter: SimpleAdapter = {
7272

7373
[chain]: {
7474
fetch: graph(chain),
75-
start: 1667232000
75+
start: '2022-10-31'
7676
}
7777

7878
}

aggregators/erc-burner/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const adapter: SimpleAdapter = {
5353
// For other chains, use the standard approach
5454
acc[chain] = {
5555
fetch: async (options: any) => fetchChainData(chain, options),
56-
start: 1740330000, // Current date as specified
56+
start: '2025-02-23', // Current date as specified
5757
meta: {
5858
methodology: {
5959
Volume: "Volume is calculated by tracking the total amount of native tokens (ETH, AVAX, etc.) processed through the Burner contracts' swapExactInputMultiple function"

aggregators/houdiniswap/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const adapter = {
9090
defiLlamaChain,
9191
{
9292
fetch,
93-
start: 1609459200, // 2021-01-01
93+
start: '2021-01-01', // 2021-01-01
9494
},
9595
])
9696
),

aggregators/magpie/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,23 +81,23 @@ const fetch = async (_t: number, _: ChainBlocks, {chain, startOfDay}: FetchOptio
8181
},
8282
[CHAIN.SONIC]: {
8383
fetch: fetch,
84-
start: 1735217146,
84+
start: '2024-12-26',
8585
},
8686
[CHAIN.ERA]: {
8787
fetch: fetch,
88-
start: 1662595200,
88+
start: '2022-09-08',
8989
},
9090
[CHAIN.BERACHAIN]: {
9191
fetch: fetch,
92-
start: 1739171605,
92+
start: '2025-02-10',
9393
},
9494
[CHAIN.LINEA]: {
9595
fetch: fetch,
96-
start: 1739292820,
96+
start: '2025-02-11',
9797
},
9898
[CHAIN.INK]: {
9999
fetch: fetch,
100-
start: 1739292820,
100+
start: '2025-02-11',
101101
},
102102
},
103103
};

aggregators/symphony/symphonyApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function getSymphAdapter(type: "volume") {
5555
adapter: {
5656
[CHAIN.SEI]: {
5757
fetch: fetch(CHAIN.SEI),
58-
start: 1724544000, // Aug 26, 2024 00:00:00 UTC
58+
start: '2024-08-25', // Aug 26, 2024 00:00:00 UTC
5959
meta: {
6060
methodology: 'Tracks the total value of all trades executed through Symphony Aggregator on SEI chain. Volume is calculated by summing the USD value of all trades.'
6161
}

dexs/ArbitrumExchange/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const adapter: BreakdownAdapter = {
2424
v3: {
2525
[CHAIN.ARBITRUM]: {
2626
fetch: getUniV3LogAdapter({ factory: '0x855f2c70cf5cb1d56c15ed309a4dfefb88ed909e' }),
27-
start: 1683590400,
27+
start: '2023-05-09',
2828
meta: {
2929
methodology: {
3030
...methodology,

dexs/baryon/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ const adapter: SimpleAdapter = {
2929
adapter: {
3030
[CHAIN.BSC]: {
3131
fetch: graphs,
32-
start: 1691829674,
32+
start: '2023-08-12',
3333
},
3434
[CHAIN.ANCIENT8]: {
3535
fetch: graphs,
36-
start: 1691829674,
36+
start: '2023-08-12',
3737
},
3838
[CHAIN.BITKUB]: {
3939
fetch: graphs,
40-
start: 1691829674,
40+
start: '2023-08-12',
4141
},
4242
},
4343
};

dexs/beezie.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const adapter: SimpleAdapter = {
6363
version: 2,
6464
adapter: {
6565
[CHAIN.FLOW]: {
66-
start: 1735962077,
66+
start: '2025-01-04',
6767
fetch,
6868
},
6969
},

dexs/bluefin/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const adapter: SimpleAdapter = {
1616
adapter: {
1717
[CHAIN.SUI]: {
1818
fetch,
19-
start: 1695600000,
19+
start: '2023-09-25',
2020
},
2121
},
2222
};

dexs/cvex/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const adapter: SimpleAdapter = {
1414
version: 2,
1515
adapter: {
1616
[CHAIN.ARBITRUM]: {
17-
start: 1736328600,
17+
start: '2025-01-08',
1818
runAtCurrTime: true,
1919
fetch: async () => {
2020
const data = await api(API_SERVICE_URL)

0 commit comments

Comments
 (0)