Skip to content

Commit

Permalink
Merge pull request #877 from oraichain/feat/alpha-smart-route
Browse files Browse the repository at this point in the history
set default ai route is true
  • Loading branch information
haunv3 authored Jul 18, 2024
2 parents 200b3c5 + edcf273 commit 2bcfd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reducer/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const initialState: ConfigState = {
rewardPools: [],
filterDefaultPool: KeyFilterPool.all_pool,
persistVersion: PERSIST_VER,
AIRoute: false
AIRoute: true
};

export const configSlice = createSlice({
Expand Down

0 comments on commit 2bcfd73

Please sign in to comment.