Skip to content

Commit d58d9b9

Browse files
FrostDev7noateden
andauthored
Add/remora pool (#4924)
* Fix volume not working for flash, Depreacate Community.3 * keep old pools * Add support for Remora Pools --------- Co-authored-by: Eden <[email protected]>
1 parent c3ca5a2 commit d58d9b9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dexs/flashtrade/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const pools = [
1212
"Community.2",
1313
"Trump.1",
1414
"Ore.1",
15+
"Remora.1",
1516

1617
// keep historical pools
1718
"Community.3",

fees/flashtrade.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const pools = [
2929
"Community.2",
3030
"Trump.1",
3131
"Ore.1",
32-
32+
"Remora.1",
3333
// keep historical pools
3434
"Community.3",
3535
]
@@ -86,6 +86,7 @@ const fetch = async (_a: any, _b: any, options: FetchOptions): Promise<FetchResu
8686
"Community.3": 0.05,
8787
"Trump.1": 0.05,
8888
"Ore.1": 0.10,
89+
"Remora.1": 0.20,
8990
};
9091

9192
for (const pool of pools) {

0 commit comments

Comments
 (0)