Skip to content

Commit

Permalink
triger
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Mar 19, 2024
1 parent 400629c commit 18be399
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dexs/katana/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const { RONIN } = require("../../helpers/chains");
import { univ2Adapter } from "../../helpers/getUniSubgraphVolume";

/*
use axiedao.org proxy, because public endpoint
/*
use axiedao.org proxy, because public endpoint
https://thegraph-v2.roninchain.com/subgraphs/name/axieinfinity/katana-subgraph-blue
blocks requests from the DefiLlama server
*/
Expand All @@ -14,4 +14,4 @@ const adpters = univ2Adapter({
});

adpters.adapter[RONIN].start = 1635724800;
export default adpters;
export default adpters;

0 comments on commit 18be399

Please sign in to comment.