Skip to content

Commit 4c7ecde

Browse files
committed
Reduce changes
1 parent e93ce13 commit 4c7ecde

2 files changed

Lines changed: 24 additions & 4 deletions

File tree

cadence/contracts/FlowVaultsStrategies.cdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ import "FlowVaultsAutoBalancers"
1515
// tokens
1616
import "YieldToken"
1717
import "MOET"
18-
// amm integration - TODO: Uncomment when bridge integration is ready
18+
// amm integration
1919
import "UniswapV3SwapConnectors"
20-
// vm bridge - TODO: Uncomment when bridge integration is ready
20+
// vm bridge
2121
import "FlowEVMBridgeConfig"
2222
import "FlowEVMBridgeUtils"
2323
import "FlowEVMBridge"

flow.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,27 @@
737737
"FlowVaultsClosedBeta",
738738
"FlowVaults",
739739
"UniswapV3SwapConnectors",
740-
"FlowVaultsStrategies"
740+
{
741+
"name": "FlowVaultsStrategies",
742+
"args": [
743+
{
744+
"value": "0x986Cb42b0557159431d48fE0A40073296414d410",
745+
"type": "String"
746+
},
747+
{
748+
"value": "0x92657b195e22b69E4779BBD09Fa3CD46F0CF8e39",
749+
"type": "String"
750+
},
751+
{
752+
"value": "0x8dd92c8d0C3b304255fF9D98ae59c3385F88360C",
753+
"type": "String"
754+
},
755+
{
756+
"value": "0xaCCF0c4EeD4438Ad31Cd340548f4211a465B6528",
757+
"type": "String"
758+
}
759+
]
760+
}
741761
]
742762
},
743763
"testnet": {
@@ -792,4 +812,4 @@
792812
]
793813
}
794814
}
795-
}
815+
}

0 commit comments

Comments
 (0)