@@ -4,12 +4,12 @@ version = "0.1.0"
4
4
edition = " 2021"
5
5
6
6
[dependencies ]
7
- sdk = { git = " https://github.com/Hyle-org/hyle.git" , package =" hyle-contract-sdk" , branch = " fix_amm " }
8
- hyllar = { git = " https://github.com/Hyle-org/hyle.git" , package =" hyllar" , branch = " fix_amm " }
9
- hydentity = { git = " https://github.com/Hyle-org/hyle.git" , package =" hydentity" , branch = " fix_amm " }
10
- amm = { git = " https://github.com/Hyle-org/hyle.git" , package =" amm" , branch = " fix_amm " }
11
- hyle = { git = " https://github.com/Hyle-org/hyle.git" , package =" hyle" , branch = " fix_amm " }
12
- bonsai_runner = { git = " https://github.com/Hyle-org/hyle.git" , package =" bonsai-runner" , branch = " bonsai_runner " }
7
+ sdk = { git = " https://github.com/Hyle-org/hyle.git" , package =" hyle-contract-sdk" , branch = " main " }
8
+ hyllar = { git = " https://github.com/Hyle-org/hyle.git" , package =" hyllar" , branch = " main " }
9
+ hydentity = { git = " https://github.com/Hyle-org/hyle.git" , package =" hydentity" , branch = " main " }
10
+ amm = { git = " https://github.com/Hyle-org/hyle.git" , package =" amm" , branch = " main " }
11
+ hyle = { git = " https://github.com/Hyle-org/hyle.git" , package =" hyle" , branch = " main " }
12
+ bonsai_runner = { git = " https://github.com/Hyle-org/hyle.git" , package =" bonsai-runner" , branch = " main " }
13
13
14
14
# sdk = { path = "../../../hyle3/contract-sdk", package="hyle-contract-sdk"}
15
15
# hyllar = { path = "../../../hyle3/contracts/hyllar/contract", package="hyllar" }
0 commit comments