chore(simapp): always use latest extracted sdk modules on main (#16544)

This commit is contained in:
Julien Robert
2023-06-14 20:40:06 +00:00
committed by GitHub
parent a93dd023dd
commit 68a457f683
4 changed files with 24 additions and 28 deletions
+12
View File
@@ -194,6 +194,18 @@ require (
// <temporary replace>
// )
// SimApp on main always tests the latest extracted SDK modules importing the sdk
replace (
cosmossdk.io/client/v2 => ../client/v2
cosmossdk.io/tools/confix => ../tools/confix
cosmossdk.io/tools/rosetta => ../tools/rosetta
cosmossdk.io/x/circuit => ../x/circuit
cosmossdk.io/x/evidence => ../x/evidence
cosmossdk.io/x/feegrant => ../x/feegrant
cosmossdk.io/x/nft => ../x/nft
cosmossdk.io/x/upgrade => ../x/upgrade
)
// Below are the long-lived replace for tests.
replace (
// We always want to test against the latest version of the simapp.