@@ -12,17 +12,17 @@ Midgard Serpent
1212edition = " 2021"
1313
1414[dependencies ]
15- chain-addr = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " master " }
16- chain-core = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " master " }
17- chain-crypto = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " master " }
18- chain-impl-mockchain = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " master " }
19- chain-network = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " master " }
20- chain-storage = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " master " }
21- chain-time = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " master " }
22- chain-vote = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " master " }
23- chain-evm = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " master " , optional = true }
24- cardano-legacy-address = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " master " }
25- imhamt = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " master " }
15+ chain-addr = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9 " }
16+ chain-core = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9 " }
17+ chain-crypto = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9 " }
18+ chain-impl-mockchain = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9 " }
19+ chain-network = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9 " }
20+ chain-storage = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9 " }
21+ chain-time = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9 " }
22+ chain-vote = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9 " }
23+ chain-evm = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9 " , optional = true }
24+ cardano-legacy-address = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9 " }
25+ imhamt = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9 " }
2626
2727arc-swap = " ^1.5.0"
2828async-trait = " 0.1.51"
@@ -69,9 +69,9 @@ reqwest = { version = "0.11", default-features = false, features = ["rustls-tls
6969tokio = { version = " ^1.15" , features = [" full" ] }
7070quickcheck = " 0.9"
7171quickcheck_macros = " 0.9"
72- chain-impl-mockchain = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " master " , features = [ " property-test-api" ] }
73- chain-addr = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " master " , features = [ " property-test-api" ] }
74- chain-crypto = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " master " , features = [ " property-test-api" ] }
72+ chain-impl-mockchain = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9 " , features = [ " property-test-api" ] }
73+ chain-addr = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9 " , features = [ " property-test-api" ] }
74+ chain-crypto = { git = " https://github.com/input-output-hk/chain-libs.git" , branch = " catalyst-fund9 " , features = [ " property-test-api" ] }
7575criterion = { version = " 0.3" , features = [" html_reports" , " async_tokio" ] }
7676
7777[[bench ]]
0 commit comments