File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 6
6
} from "../strategies"
7
7
8
8
const SNECT_BERACHAIN = "0x597877Ccf65be938BD214C4c46907669e3E62128"
9
+ const BB_SNECT_BERACHAIN = "0x1d22592F66Fc92e0a64eE9300eAeca548cd466c5"
9
10
10
11
const berachainRoutingConfig : ChainRoutingConfig = [
11
12
// WRAPPERS
@@ -20,7 +21,7 @@ const berachainRoutingConfig: ChainRoutingConfig = [
20
21
{
21
22
strategy : StrategyERC4626Wrapper . name ( ) ,
22
23
match : {
23
- tokensInOrOut : [ SNECT_BERACHAIN ] ,
24
+ tokensInOrOut : [ BB_SNECT_BERACHAIN ] ,
24
25
} ,
25
26
} ,
26
27
// DEFAULTS
@@ -40,6 +41,14 @@ const berachainRoutingConfig: ChainRoutingConfig = [
40
41
} ,
41
42
match : { } ,
42
43
} ,
44
+
45
+ // FALLBACKS
46
+ {
47
+ strategy : StrategyERC4626Wrapper . name ( ) ,
48
+ match : {
49
+ tokensInOrOut : [ SNECT_BERACHAIN ] ,
50
+ } ,
51
+ } ,
43
52
]
44
53
45
54
export default berachainRoutingConfig
Original file line number Diff line number Diff line change @@ -105,6 +105,13 @@ const defaultConfig: {
105
105
asset : "0x1cE0a25D13CE4d52071aE7e02Cf1F6606F4C79d3" ,
106
106
assetDustEVault : "0xb20536709f1002F901ed7fE2271f1804fEe18F09" ,
107
107
} ,
108
+ {
109
+ chainId : 80094 ,
110
+ protocol : "BB.sNECT" ,
111
+ vault : "0x1d22592F66Fc92e0a64eE9300eAeca548cd466c5" ,
112
+ asset : "0x597877Ccf65be938BD214C4c46907669e3E62128" ,
113
+ assetDustEVault : "0x4a0c6479b628A8D6696B0197AC29495F2E95F46c" ,
114
+ } ,
108
115
] ,
109
116
}
110
117
You can’t perform that action at this time.
0 commit comments