Skip to content

Commit

Permalink
Add more superfluid message types to type ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
pharr117 committed Sep 7, 2023
1 parent 936011b commit 3ab136f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ var messageTypeIgnorer = map[string]interface{}{
superfluid.MsgLockAndSuperfluidDelegate: nil,
superfluid.MsgUnPoolWhitelistedPool: nil,
superfluid.MsgUnlockAndMigrateSharesToFullRangeConcentratedPosition: nil,
superfluid.MsgSuperfluidUndelegateAndUnbondLock: nil,
superfluid.MsgCreateFullRangePositionAndSuperfluidDelegate: nil,
superfluid.MsgAddToConcentratedLiquiditySuperfluidPosition: nil,
superfluid.MsgUnbondConvertAndStake: nil,

// Setting validator pref is not taxable
valsetpref.MsgSetValidatorSetPreference: nil,
Expand Down
4 changes: 4 additions & 0 deletions osmosis/modules/superfluid/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ const (
MsgLockAndSuperfluidDelegate = "/osmosis.superfluid.MsgLockAndSuperfluidDelegate"
MsgUnPoolWhitelistedPool = "/osmosis.superfluid.MsgUnPoolWhitelistedPool"
MsgUnlockAndMigrateSharesToFullRangeConcentratedPosition = "/osmosis.superfluid.MsgUnlockAndMigrateSharesToFullRangeConcentratedPosition"
MsgSuperfluidUndelegateAndUnbondLock = "/osmosis.superfluid.MsgSuperfluidUndelegateAndUnbondLock"
MsgCreateFullRangePositionAndSuperfluidDelegate = "/osmosis.superfluid.MsgCreateFullRangePositionAndSuperfluidDelegate"
MsgAddToConcentratedLiquiditySuperfluidPosition = "/osmosis.superfluid.MsgAddToConcentratedLiquiditySuperfluidPosition"
MsgUnbondConvertAndStake = "/osmosis.superfluid.MsgUnbondConvertAndStake"
)

0 comments on commit 3ab136f

Please sign in to comment.