Skip to content

Commit 1321bb0

Browse files
committed
enable bsc
1 parent 20105d3 commit 1321bb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dexs/joe-v2.1/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ const fetch: FetchV2 = async (options: FetchOptions): Promise<FetchResultV2> =>
8181
const adapter: SimpleAdapter = {
8282
version: 2,
8383
adapter: {
84-
[CHAIN.ARBITRUM]: { fetch, start: 1682121600, },
85-
// [CHAIN.BSC]: { fetch, start: 1681084800, },
8684
[CHAIN.AVAX]: { fetch, start: 1682467200, },
85+
[CHAIN.ARBITRUM]: { fetch, start: 1682121600, },
86+
[CHAIN.BSC]: { fetch, start: 1681084800, },
8787
}
8888
};
8989

0 commit comments

Comments
 (0)