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 2f41f7c commit 9e7de5cCopy full SHA for 9e7de5c
fees/dsx/index.ts
@@ -2,12 +2,11 @@ import {FetchOptions, SimpleAdapter} from "../../adapters/types";
2
import {CHAIN} from "../../helpers/chains";
3
import {getSolanaReceived} from "../../helpers/token";
4
5
-const feeWallets = [
6
- '5Lu3fmsYEJs4g6g1pgspjkXWKRMAgwNB5m389bSoNxek',
7
-]
8
-
9
const fetch = async(_a: any, _b: any, options: FetchOptions) => {
10
const dailyFees = options.createBalances()
+
+ const feeWallets = options.endTimestamp < 1757030400 ? ['5Lu3fmsYEJs4g6g1pgspjkXWKRMAgwNB5m389bSoNxek'] : ['3TJTfpUCHSfTX1yqk7pcCg2UrkLT9KkeuyVEm2u6p5JA'];
11
await getSolanaReceived({
12
options,
13
balances: dailyFees,
0 commit comments