Skip to content

Commit

Permalink
chore: add missing phantom enum items
Browse files Browse the repository at this point in the history
Signed-off-by: GopherJ <[email protected]>
  • Loading branch information
GopherJ committed May 19, 2023
1 parent 734ae74 commit 3322f6e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion contracts/interfaces/IXTokenType.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,17 @@ enum XTokenType {
PTokenCAPE,
NTokenOtherdeed,
NTokenStakefish,
NTokenChromieSquiggle
NTokenChromieSquiggle,
PhantomData1,
PhantomData2,
PhantomData3,
PhantomData4,
PhantomData5,
PhantomData6,
PhantomData7,
PhantomData8,
PhantomData9,
PhantomData10
}

interface IXTokenType {
Expand Down

0 comments on commit 3322f6e

Please sign in to comment.