@@ -87,26 +87,26 @@ ethers-middleware = { version = "=2.0.10", default-features = false }
87
87
# Aptos dependencies
88
88
# We use a forked version so that we can override dependency versions. This is required
89
89
# to be avoid depenedency conflicts with other Sovereign Labs crates.
90
- aptos-vm = { git = " https://github.com/0xmovses/aptos-core" , rev = " bfa7d8f9a6467e4b5c84344c2024f60a306536d4 " }
91
- aptos-sdk = { git = " https://github.com/0xmovses/aptos-core" , rev = " bfa7d8f9a6467e4b5c84344c2024f60a306536d4 " }
92
- aptos-consensus-types = { git = " https://github.com/0xmovses/aptos-core" , rev = " bfa7d8f9a6467e4b5c84344c2024f60a306536d4 " }
93
- aptos-crypto = { git = " https://github.com/0xmovses/aptos-core" , rev = " bfa7d8f9a6467e4b5c84344c2024f60a306536d4 " }
94
- aptos-db = { git = " https://github.com/0xmovses/aptos-core" , rev = " bfa7d8f9a6467e4b5c84344c2024f60a306536d4 " }
95
- aptos-api-types = { git = " https://github.com/0xmovses/aptos-core" , rev = " bfa7d8f9a6467e4b5c84344c2024f60a306536d4 " }
96
- aptos-types = { git = " https://github.com/0xmovses/aptos-core" , rev = " bfa7d8f9a6467e4b5c84344c2024f60a306536d4 " }
97
- aptos-api = { git = " https://github.com/0xmovses/aptos-core" , rev = " bfa7d8f9a6467e4b5c84344c2024f60a306536d4 " }
98
- aptos-storage-interface = { git = " https://github.com/0xmovses/aptos-core" , rev = " bfa7d8f9a6467e4b5c84344c2024f60a306536d4 " }
99
- aptos-block-executor = { git = " https://github.com/0xmovses/aptos-core" , rev = " bfa7d8f9a6467e4b5c84344c2024f60a306536d4 " }
100
- aptos-vm-types = { git = " https://github.com/0xmovses/aptos-core" , rev = " bfa7d8f9a6467e4b5c84344c2024f60a306536d4 " }
101
- aptos-vm-logging = { git = " https://github.com/0xmovses/aptos-core" , rev = " bfa7d8f9a6467e4b5c84344c2024f60a306536d4 " }
102
- aptos-language-e2e-tests = { git = " https://github.com/0xmovses/aptos-core" , rev = " bfa7d8f9a6467e4b5c84344c2024f60a306536d4 " }
103
- aptos-framework = { git = " https://github.com/0xmovses/aptos-core" , rev = " bfa7d8f9a6467e4b5c84344c2024f60a306536d4 " }
104
- aptos-config = { git = " https://github.com/0xmovses/aptos-core" , rev = " bfa7d8f9a6467e4b5c84344c2024f60a306536d4 " }
105
- aptos-vm-genesis = { git = " https://github.com/0xmovses/aptos-core" , rev = " bfa7d8f9a6467e4b5c84344c2024f60a306536d4 " }
106
- aptos-executor = { git = " https://github.com/0xmovses/aptos-core" , rev = " bfa7d8f9a6467e4b5c84344c2024f60a306536d4 " }
107
- aptos-executor-types = { git = " https://github.com/0xmovses/aptos-core" , rev = " bfa7d8f9a6467e4b5c84344c2024f60a306536d4 " }
108
- aptos-executor-test-helpers = { git = " https://github.com/0xmovses/aptos-core" , rev = " bfa7d8f9a6467e4b5c84344c2024f60a306536d4 " }
109
- aptos-bitvec = { git = " https://github.com/0xmovses/aptos-core" , rev = " bfa7d8f9a6467e4b5c84344c2024f60a306536d4 " }
90
+ aptos-vm = { git = " https://github.com/0xmovses/aptos-core" , rev = " 830bb59ead3c5082734486adf1dd5177d349d2a1 " }
91
+ aptos-sdk = { git = " https://github.com/0xmovses/aptos-core" , rev = " 830bb59ead3c5082734486adf1dd5177d349d2a1 " }
92
+ aptos-consensus-types = { git = " https://github.com/0xmovses/aptos-core" , rev = " 830bb59ead3c5082734486adf1dd5177d349d2a1 " }
93
+ aptos-crypto = { git = " https://github.com/0xmovses/aptos-core" , rev = " 830bb59ead3c5082734486adf1dd5177d349d2a1 " }
94
+ aptos-db = { git = " https://github.com/0xmovses/aptos-core" , rev = " 830bb59ead3c5082734486adf1dd5177d349d2a1 " }
95
+ aptos-api-types = { git = " https://github.com/0xmovses/aptos-core" , rev = " 830bb59ead3c5082734486adf1dd5177d349d2a1 " }
96
+ aptos-types = { git = " https://github.com/0xmovses/aptos-core" , rev = " 830bb59ead3c5082734486adf1dd5177d349d2a1 " }
97
+ aptos-api = { git = " https://github.com/0xmovses/aptos-core" , rev = " 830bb59ead3c5082734486adf1dd5177d349d2a1 " }
98
+ aptos-storage-interface = { git = " https://github.com/0xmovses/aptos-core" , rev = " 830bb59ead3c5082734486adf1dd5177d349d2a1 " }
99
+ aptos-block-executor = { git = " https://github.com/0xmovses/aptos-core" , rev = " 830bb59ead3c5082734486adf1dd5177d349d2a1 " }
100
+ aptos-vm-types = { git = " https://github.com/0xmovses/aptos-core" , rev = " 830bb59ead3c5082734486adf1dd5177d349d2a1 " }
101
+ aptos-vm-logging = { git = " https://github.com/0xmovses/aptos-core" , rev = " 830bb59ead3c5082734486adf1dd5177d349d2a1 " }
102
+ aptos-language-e2e-tests = { git = " https://github.com/0xmovses/aptos-core" , rev = " 830bb59ead3c5082734486adf1dd5177d349d2a1 " }
103
+ aptos-framework = { git = " https://github.com/0xmovses/aptos-core" , rev = " 830bb59ead3c5082734486adf1dd5177d349d2a1 " }
104
+ aptos-config = { git = " https://github.com/0xmovses/aptos-core" , rev = " 830bb59ead3c5082734486adf1dd5177d349d2a1 " }
105
+ aptos-vm-genesis = { git = " https://github.com/0xmovses/aptos-core" , rev = " 830bb59ead3c5082734486adf1dd5177d349d2a1 " }
106
+ aptos-executor = { git = " https://github.com/0xmovses/aptos-core" , rev = " 830bb59ead3c5082734486adf1dd5177d349d2a1 " }
107
+ aptos-executor-types = { git = " https://github.com/0xmovses/aptos-core" , rev = " 830bb59ead3c5082734486adf1dd5177d349d2a1 " }
108
+ aptos-executor-test-helpers = { git = " https://github.com/0xmovses/aptos-core" , rev = " 830bb59ead3c5082734486adf1dd5177d349d2a1 " }
109
+ aptos-bitvec = { git = " https://github.com/0xmovses/aptos-core" , rev = " 830bb59ead3c5082734486adf1dd5177d349d2a1 " }
110
110
111
111
move-binary-format = { git = " https://github.com/diem/move" }
112
112
move-table-extension = { git = " https://github.com/diem/move" }
0 commit comments