File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ func getProjectTypeConfigs() map[ProjectType]*ProjectTypeConfig {
121121 },
122122 ProjectTypeDeFiActions : {
123123 Description : "DeFi Actions project (build composable DeFi connectors)" ,
124- CoreContracts : []string {"FungibleToken" , "FlowToken" },
125- CustomDependencies : []flowkitConfig.Dependency {
124+ CoreContracts : []string {"FungibleToken" , "FlowToken" },
125+ CustomDependencies : []flowkitConfig.Dependency {
126126 {
127127 Name : "DeFiActionsUtils" ,
128128 Source : flowkitConfig.Source {
@@ -149,8 +149,8 @@ func getProjectTypeConfigs() map[ProjectType]*ProjectTypeConfig {
149149 {Network : "testing" , Address : flowsdk .HexToAddress ("0000000000000007" )},
150150 },
151151 },
152- {
153- Name : "stFlowToken" ,
152+ {
153+ Name : "stFlowToken" ,
154154 Source : flowkitConfig.Source {
155155 NetworkName : flowkitConfig .MainnetNetwork .Name ,
156156 Address : flowsdk .HexToAddress ("d6f80565193ad727" ),
You can’t perform that action at this time.
0 commit comments