Skip to content

Commit 125b03e

Browse files
committed
remove amped fees sseed
1 parent e0965fe commit 125b03e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

fees/amped/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ const chainConfig: Record<string, { url: string, start: string }> = {
2323
url: "https://api.studio.thegraph.com/query/91379/trades-base/version/latest",
2424
start: "2025-02-20",
2525
},
26-
[CHAIN.SSEED]: {
27-
url: "https://api.goldsky.com/api/public/project_cm9j641qy0e0w01tzh6s6c8ek/subgraphs/superseed-trades/1.0.1/gn",
28-
start: "2025-04-22",
29-
},
26+
// [CHAIN.SSEED]: {
27+
// url: "https://api.goldsky.com/api/public/project_cm9j641qy0e0w01tzh6s6c8ek/subgraphs/superseed-trades/1.0.1/gn",
28+
// start: "2025-04-22",
29+
// },
3030
};
3131

3232
const historicalDataQuery = gql`

0 commit comments

Comments
 (0)