diff --git a/.changeset/gorgeous-toys-compare.md b/.changeset/gorgeous-toys-compare.md new file mode 100644 index 0000000000..c3e8bed40f --- /dev/null +++ b/.changeset/gorgeous-toys-compare.md @@ -0,0 +1,5 @@ +--- +'minifront': patch +--- + +show all auctions by default diff --git a/apps/minifront/src/state/swap/dutch-auction/index.ts b/apps/minifront/src/state/swap/dutch-auction/index.ts index 24303a7e86..4f2bbd82f8 100644 --- a/apps/minifront/src/state/swap/dutch-auction/index.ts +++ b/apps/minifront/src/state/swap/dutch-auction/index.ts @@ -100,7 +100,7 @@ const INITIAL_STATE: State = { maxOutput: '', txInProgress: false, auctionInfos, - filter: 'active', + filter: 'all', estimateLoading: false, estimatedOutput: undefined, };