White-Whale-Defi-Platform/white-whale-core

Fix migration of pair contract for handling the tokenfactory LP implementation

Closed this issue · 1 comments

The token factory implementation for minting LP tokens on the pool changes the PairInfo and PairInfoRaw structs. Therefore, the state needs to be migrated properly when the migration occurs.

The PR where the token factory implementation is happening is #135