Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions dexs/omni-exchange-flux/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ const flux_SUBGRAPHS: Record<string, { clamm_graph: string, bin_graph: string, s
bin_graph: "https://api.goldsky.com/api/public/project_cltceeuudv1ij01x7ekxhfl46/subgraphs/omni-bin-sonic/prod/gn",
start: '2023-01-01'
},
[CHAIN.PLASMA]: {
clamm_graph: "https://api.goldsky.com/api/public/project_cltceeuudv1ij01x7ekxhfl46/subgraphs/omni-clamm-plasma/prod/gn",
bin_graph: "https://api.goldsky.com/api/public/project_cltceeuudv1ij01x7ekxhfl46/subgraphs/omni-bin-plasma/prod/gn",
start: '2023-01-01'
},
[CHAIN.BSC]: {
clamm_graph: "https://api.goldsky.com/api/public/project_cltceeuudv1ij01x7ekxhfl46/subgraphs/omni-clamm-bsc/prod/gn",
bin_graph: "https://api.goldsky.com/api/public/project_cltceeuudv1ij01x7ekxhfl46/subgraphs/omni-bin-bsc/prod/gn",
Expand Down
4 changes: 4 additions & 0 deletions dexs/omni-exchange-v2/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ const v2_SUBGRAPHS: Record<string, { graph: string, start: string }> = {
graph: "https://api.goldsky.com/api/public/project_cltceeuudv1ij01x7ekxhfl46/subgraphs/omni-v2-sonic/prod/gn",
start: '2023-01-01'
},
[CHAIN.PLASMA]: {
graph: "https://api.goldsky.com/api/public/project_cltceeuudv1ij01x7ekxhfl46/subgraphs/omni-v2-plasma/prod/gn",
start: '2023-01-01'
},
[CHAIN.BSC]: {
graph: "https://api.goldsky.com/api/public/project_cltceeuudv1ij01x7ekxhfl46/subgraphs/omni-v2-bsc/prod/gn",
start: '2023-01-01'
Expand Down
2 changes: 1 addition & 1 deletion dexs/omni-exchange-v3/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const adapter: SimpleAdapter = {
version: 2,
fetch: getUniV3LogAdapter({ factory: V3_FACTORY, ...getUniV3LogAdapterConfig }),
start: V3_FACTORY_START,
chains: [CHAIN.BASE, CHAIN.ARBITRUM, CHAIN.BSC, CHAIN.AVAX, CHAIN.OPTIMISM, CHAIN.SONIC],
chains: [CHAIN.BASE, CHAIN.ARBITRUM, CHAIN.BSC, CHAIN.AVAX, CHAIN.OPTIMISM, CHAIN.SONIC, CHAIN.PLASMA],
methodology,
};

Expand Down
Loading