Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
latest rev
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed May 23, 2024
1 parent f782869 commit 627ee27
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,64 +30,64 @@ jmt = { git = "https://github.com/penumbra-zone/jmt.
[patch.crates-io.sov-modules-api]
# path = "vendor/sovereign-sdk/module-system/sov-modules-api"
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git"
rev = "e53ec9c668d880e24bb9bb93fcac4c1a598570d2"
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3"

[patch.crates-io.sov-state]
# path = "vendor/sovereign-sdk/module-system/sov-state"
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git"
rev = "e53ec9c668d880e24bb9bb93fcac4c1a598570d2"
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3"

[patch.crates-io.sov-bank]
# path = "vendor/sovereign-sdk/module-system/module-implementations/sov-bank"
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git"
rev = "e53ec9c668d880e24bb9bb93fcac4c1a598570d2"
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3"

[patch.crates-io.sov-sequencer-registry]
# path = "vendor/sovereign-sdk/module-system/module-implementations/sov-sequencer-registry"
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git"
rev = "e53ec9c668d880e24bb9bb93fcac4c1a598570d2"
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3"

[patch.crates-io.sov-db]
# path = "vendor/sovereign-sdk/full-node/sov-db"
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git"
rev = "e53ec9c668d880e24bb9bb93fcac4c1a598570d2"
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3"

[patch.crates-io.sov-rollup-interface]
# path = "vendor/sovereign-sdk/rollup-interface"
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git"
rev = "e53ec9c668d880e24bb9bb93fcac4c1a598570d2"
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3"

[patch.crates-io.sov-mock-zkvm]
# path = "vendor/sovereign-sdk/adapters/mock-zkvm"
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git"
rev = "e53ec9c668d880e24bb9bb93fcac4c1a598570d2"
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3"

[patch.crates-io.sov-prover-storage-manager]
# path = "vendor/sovereign-sdk/full-node/sov-prover-storage-manager"
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git"
rev = "e53ec9c668d880e24bb9bb93fcac4c1a598570d2"
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3"

[patch.crates-io.sov-kernels]
# path = "vendor/sovereign-sdk/module-system/sov-kernels"
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git"
rev = "e53ec9c668d880e24bb9bb93fcac4c1a598570d2"
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3"

[patch.crates-io.sov-celestia-adapter]
# path = "vendor/sovereign-sdk/adapters/celestia"
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git"
rev = "e53ec9c668d880e24bb9bb93fcac4c1a598570d2"
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3"

[patch.crates-io.sov-mock-da]
# path = "vendor/sovereign-sdk/adapters/mock-da"
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git"
rev = "e53ec9c668d880e24bb9bb93fcac4c1a598570d2"
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3"

[patch.crates-io.const-rollup-config]
# path = "vendor/sovereign-sdk/examples/const-rollup-config"
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git"
rev = "e53ec9c668d880e24bb9bb93fcac4c1a598570d2"
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3"

[patch.crates-io.sov-chain-state]
# path = "vendor/sovereign-sdk/module-system/module-implementations/sov-chain-state"
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git"
rev = "e53ec9c668d880e24bb9bb93fcac4c1a598570d2"
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3"
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

sovereign-sdk-src = {
flake = false;
url = git+ssh://[email protected]/informalsystems/sovereign-sdk-wip?rev=e53ec9c668d880e24bb9bb93fcac4c1a598570d2;
url = git+ssh://[email protected]/informalsystems/sovereign-sdk-wip?rev=fc1552b44acddc2674a783cd11f301a8b79cc4f3;
};
};

Expand Down

0 comments on commit 627ee27

Please sign in to comment.