diff --git a/interchaintest/contracts/dexter_superfluid_lp.wasm b/interchaintest/contracts/dexter_superfluid_lp.wasm index 0ba3a6fb..65f61114 100644 Binary files a/interchaintest/contracts/dexter_superfluid_lp.wasm and b/interchaintest/contracts/dexter_superfluid_lp.wasm differ diff --git a/interchaintest/liquidstake_stkxprt_globalcap_test.go b/interchaintest/liquidstake_stkxprt_globalcap_test.go index 0930288c..5c4adead 100644 --- a/interchaintest/liquidstake_stkxprt_globalcap_test.go +++ b/interchaintest/liquidstake_stkxprt_globalcap_test.go @@ -64,7 +64,7 @@ func TestLiquidStakeGlobalCapStkXPRT(t *testing.T) { firstUser := interchaintest.GetAndFundTestUsers(t, ctx, firstUserName(t.Name()), firstUserFunds, chain)[0] instantiateMsg, err := json.Marshal(helpers.SuperFluidInstantiateMsg{ - VaultAddress: "", + VaultAddress: "persistence1z0uz82yle9tavl4qpq86a34z4hn7gsdd8n56t3qzr0nf4nwptv8q3h274d", Owner: firstUser.FormattedAddress(), AllowedLockableTokens: []helpers.AssetInfo{{ NativeToken: helpers.NativeTokenInfo{ diff --git a/interchaintest/liquidstake_stkxprt_pause_test.go b/interchaintest/liquidstake_stkxprt_pause_test.go index 0a14d774..d4aa8b54 100644 --- a/interchaintest/liquidstake_stkxprt_pause_test.go +++ b/interchaintest/liquidstake_stkxprt_pause_test.go @@ -62,7 +62,7 @@ func TestPauseLiquidStakeStkXPRT(t *testing.T) { secondUser := interchaintest.GetAndFundTestUsers(t, ctx, secondUserName(t.Name()), secondUserFunds, chain)[0] instantiateMsg, err := json.Marshal(helpers.SuperFluidInstantiateMsg{ - VaultAddress: "", + VaultAddress: "persistence1z0uz82yle9tavl4qpq86a34z4hn7gsdd8n56t3qzr0nf4nwptv8q3h274d", Owner: firstUser.FormattedAddress(), AllowedLockableTokens: []helpers.AssetInfo{{ NativeToken: helpers.NativeTokenInfo{ diff --git a/interchaintest/liquidstake_stkxprt_test.go b/interchaintest/liquidstake_stkxprt_test.go index 02231675..58e0c4d1 100644 --- a/interchaintest/liquidstake_stkxprt_test.go +++ b/interchaintest/liquidstake_stkxprt_test.go @@ -67,7 +67,7 @@ func TestLiquidStakeStkXPRT(t *testing.T) { secondUser := interchaintest.GetAndFundTestUsers(t, ctx, secondUserName(t.Name()), secondUserFunds, chain)[0] instantiateMsg, err := json.Marshal(helpers.SuperFluidInstantiateMsg{ - VaultAddress: "", + VaultAddress: "persistence1z0uz82yle9tavl4qpq86a34z4hn7gsdd8n56t3qzr0nf4nwptv8q3h274d", Owner: firstUser.FormattedAddress(), AllowedLockableTokens: []helpers.AssetInfo{{ NativeToken: helpers.NativeTokenInfo{