// const { web3Accounts, web3Enable, web3FromSource } = // window.configs?.polkadot ?? {}; export default async function getSignerObj() { // await web3Enable(name); // const [{ address, meta: { source } }] = await web3Accounts(); // prettier-ignore // const { signer } = await web3FromSource(source); // return { signer, address }; return undefined; }