We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20105d3 commit 1321bb0Copy full SHA for 1321bb0
dexs/joe-v2.1/index.ts
@@ -81,9 +81,9 @@ const fetch: FetchV2 = async (options: FetchOptions): Promise<FetchResultV2> =>
81
const adapter: SimpleAdapter = {
82
version: 2,
83
adapter: {
84
- [CHAIN.ARBITRUM]: { fetch, start: 1682121600, },
85
- // [CHAIN.BSC]: { fetch, start: 1681084800, },
86
[CHAIN.AVAX]: { fetch, start: 1682467200, },
+ [CHAIN.ARBITRUM]: { fetch, start: 1682121600, },
+ [CHAIN.BSC]: { fetch, start: 1681084800, },
87
}
88
};
89
0 commit comments