Skip to content

Commit

Permalink
chore: bump dexter_superfluid_lp.wasm version to match dexter_core (#300
Browse files Browse the repository at this point in the history
)

Co-authored-by: Max <[email protected]>
  • Loading branch information
xlab and Max authored Apr 8, 2024
1 parent db46534 commit 0a0987c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
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 @@ -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{
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 @@ -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{
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 @@ -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{
Expand Down

0 comments on commit 0a0987c

Please sign in to comment.