File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
import { type ChainRoutingConfig , SwapperMode } from "../interface"
2
- import { StrategyBalmySDK , StrategyRepayWrapper } from "../strategies"
2
+ import {
3
+ StrategyBalmySDK ,
4
+ StrategyERC4626Wrapper ,
5
+ StrategyRepayWrapper ,
6
+ } from "../strategies"
7
+
8
+ const SNECT_BERACHAIN = "0x597877Ccf65be938BD214C4c46907669e3E62128"
3
9
4
10
const berachainRoutingConfig : ChainRoutingConfig = [
5
11
// WRAPPERS
@@ -10,6 +16,13 @@ const berachainRoutingConfig: ChainRoutingConfig = [
10
16
swapperModes : [ SwapperMode . EXACT_IN ] ,
11
17
} ,
12
18
} ,
19
+ // SPECIAL CASE TOKENS
20
+ {
21
+ strategy : StrategyERC4626Wrapper . name ( ) ,
22
+ match : {
23
+ tokensInOrOut : [ SNECT_BERACHAIN ] ,
24
+ } ,
25
+ } ,
13
26
// DEFAULTS
14
27
{
15
28
strategy : StrategyBalmySDK . name ( ) ,
Original file line number Diff line number Diff line change @@ -98,6 +98,13 @@ const defaultConfig: {
98
98
asset : "0x24dE8771bC5DdB3362Db529Fc3358F2df3A0E346" ,
99
99
assetDustEVault : "0xa9C92715dfED67a1Eb841c02059D9D0f1d508648" ,
100
100
} ,
101
+ {
102
+ chainId : 80094 ,
103
+ protocol : "sNECT" ,
104
+ vault : "0x597877Ccf65be938BD214C4c46907669e3E62128" ,
105
+ asset : "0x1cE0a25D13CE4d52071aE7e02Cf1F6606F4C79d3" ,
106
+ assetDustEVault : "0xb20536709f1002F901ed7fE2271f1804fEe18F09" ,
107
+ } ,
101
108
] ,
102
109
}
103
110
You can’t perform that action at this time.
0 commit comments