mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 21:31:02 +00:00
auto-commit for 98046ab3-1bf8-4469-b4ec-606b894e1edb
This commit is contained in:
@@ -14,7 +14,7 @@ import { usePolkadot } from '../../contexts/PolkadotContext';
|
|||||||
|
|
||||||
export default function WalletSetupScreen({ navigation }: any) {
|
export default function WalletSetupScreen({ navigation }: any) {
|
||||||
const { saveAccount } = usePolkadot();
|
const { saveAccount } = usePolkadot();
|
||||||
const [walletAddress, setWalletAddress] = useState('');
|
const [walletAddress, setWalletAddress] = useState('5DFwqK698vL4gXHEcanaewnAqhxJ2rjhAogpSTHw3iwGDwd3');
|
||||||
const [walletName, setWalletName] = useState('My Wallet');
|
const [walletName, setWalletName] = useState('My Wallet');
|
||||||
|
|
||||||
const handleConnectWithAddress = async () => {
|
const handleConnectWithAddress = async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user