Skip to content

Commit

Permalink
update owallet to oraichain org
Browse files Browse the repository at this point in the history
  • Loading branch information
toandq2009 committed Dec 31, 2024
1 parent c027e04 commit b2727cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/extension/src/pages/home/home-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const HomePage = observer(() => {
);
useEffect(() => {
fetchRetry(
`https://raw.githubusercontent.com/owallet-io/oraichain-sdk/refs/heads/master/chains/Oraichain.json`
`https://raw.githubusercontent.com/oraichain/oraichain-sdk/refs/heads/master/chains/Oraichain.json`
)
.then((res) => {
if (res && res.currencies?.length > 0) {
Expand Down

0 comments on commit b2727cf

Please sign in to comment.