Skip to content

Commit

Permalink
Merge pull request #109 from terra-money/feature/osmo
Browse files Browse the repository at this point in the history
add placeholder commit
  • Loading branch information
simke9445 authored Mar 13, 2024
2 parents 5e5be21 + ba23378 commit ae3ad9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/shared/hooks/useChainSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ const ChainSelectorProvider = (props: ChainSelectorProviderProps) => {

const network = useMemo(() => addNibiru(prevNetwork), [prevNetwork]);

// console.log({ network })

const [selectedChainMetadata, setSelectedChainMetadata] = useLocalStorage<SdkChainMetadata>(
'__warp_selected_chain',
TERRA_CHAIN
Expand Down

0 comments on commit ae3ad9f

Please sign in to comment.