Skip to content

Commit

Permalink
Added Mead to native tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
greymistcube committed Jun 18, 2024
1 parent 0bae60a commit 3521e13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lib9c/Module/LegacyModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ public static ImmutableHashSet<Currency> GetNativeTokens(this IWorldState worldS
ImmutableHashSet.Create<Currency>(
GetGoldCurrency(worldState),
Asset.ConsensusToken,
Asset.Share);
Asset.Share,
Currencies.Mead);

public static WeeklyArenaState GetWeeklyArenaState(this IWorldState worldState, Address address)
{
Expand Down

0 comments on commit 3521e13

Please sign in to comment.