Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump dexter_superfluid_lp.wasm version to match dexter_core #300

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified interchaintest/contracts/dexter_superfluid_lp.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion interchaintest/liquidstake_stkxprt_globalcap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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{
Expand Down
2 changes: 1 addition & 1 deletion interchaintest/liquidstake_stkxprt_pause_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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{
Expand Down
2 changes: 1 addition & 1 deletion interchaintest/liquidstake_stkxprt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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{
Expand Down
Loading