Skip to content

Commit

Permalink
click the row of the market will navigate to market page
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelQZQ committed Feb 1, 2025
1 parent 6bb68a6 commit 8a6f81d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/wallet-adapter-core/src/utils/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ export const getAptosConfig = (
return new AptosConfig({
network: currentNetwork,
});
} else {
return new AptosConfig({
network: Network.CUSTOM,
fullnode: networkInfo.url,
});
}

return new AptosConfig({
network: Network.CUSTOM,
fullnode: networkInfo.url,
});
};

/**
Expand Down

0 comments on commit 8a6f81d

Please # to comment.