Skip to content

Commit

Permalink
fix tangleswap
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Oct 17, 2023
1 parent a902ead commit 56d0b94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dexs/tangleswap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ const v3Graphs = getGraphDimensions({
});

const adapter: SimpleAdapter = {
adapter: Object.keys(v3Endpoints).reduce((acc, chain) => {
adapter: Object.keys(v3Endpoints).reduce((acc, chain) => {
return {
...acc,
[chain]: {
fetch: v3Graphs(chain),
start: async () => 1696377600,
runAtCurrTime: true
}
}
}, {})
Expand Down

0 comments on commit 56d0b94

Please sign in to comment.