A fork of Aptos Wallet Adapter that supports custom networks.
-
Remove the installation of the Aptos Wallet Adapter first, if it's already installed.
npm uninstall @aptos-labs/wallet-adapter-react
-
Then, install this fork.
npm install @scaffold-move/wallet-adapter-react
-
Replace any reference to
@aptos-labs/wallet-adapter-react
by@scaffold-move/wallet-adapter-react
troughout your app.