Skip to content

Commit 9e7de5c

Browse files
noatedenReverendDread
andauthored
Dsx update wallet (#4514)
* fix(dsx): correct fees address * update wallets --------- Co-authored-by: ReverendDread <[email protected]>
1 parent 2f41f7c commit 9e7de5c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

fees/dsx/index.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ import {FetchOptions, SimpleAdapter} from "../../adapters/types";
22
import {CHAIN} from "../../helpers/chains";
33
import {getSolanaReceived} from "../../helpers/token";
44

5-
const feeWallets = [
6-
'5Lu3fmsYEJs4g6g1pgspjkXWKRMAgwNB5m389bSoNxek',
7-
]
8-
95
const fetch = async(_a: any, _b: any, options: FetchOptions) => {
106
const dailyFees = options.createBalances()
7+
8+
const feeWallets = options.endTimestamp < 1757030400 ? ['5Lu3fmsYEJs4g6g1pgspjkXWKRMAgwNB5m389bSoNxek'] : ['3TJTfpUCHSfTX1yqk7pcCg2UrkLT9KkeuyVEm2u6p5JA'];
9+
1110
await getSolanaReceived({
1211
options,
1312
balances: dailyFees,

0 commit comments

Comments
 (0)