We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a7bf2 commit ce6d851Copy full SHA for ce6d851
src/bridge-clients/client/euler/euler-redemption-bridge-data.ts
@@ -9,11 +9,11 @@ export class EulerRedemptionBridgeData implements BridgeDataFieldGetters {
9
protected constructor(protected ethersProvider: StaticJsonRpcProvider) {}
10
minTokenOut = {
11
0: 99n * 10n ** 16n, // ETH
12
- 1: 97n * 10n ** 16n, // DAI
+ 1: 96n * 10n ** 16n, // DAI
13
2: 99n * 10n ** 16n, // WSTETH
14
5: 99n * 10n ** 16n, // weWETH
15
6: 99n * 10n ** 16n, // weWSTETH
16
- 7: 97n * 10n ** 16n, // weDAI
+ 7: 96n * 10n ** 16n, // weDAI
17
};
18
getInteractionPresentValue?(interactionNonce: number, inputValue: bigint): Promise<AssetValue[]> {
19
throw new Error('Method not implemented.');
0 commit comments