Skip to content

Commit

Permalink
Update reducer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
fenix2222 authored Mar 12, 2024
1 parent 739fcd5 commit e989773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/network/reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export interface NetworkState {
}

export const initialState: NetworkState = {
siteNetworkId: ChainId.AURORIA,
siteNetworkId: ChainId.STRATIS,
}

const networkSlice = createSlice({
Expand Down

0 comments on commit e989773

Please sign in to comment.