mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-02-09 09:03:47 +00:00
4 lines
96 B
JavaScript
4 lines
96 B
JavaScript
import web3 from "Embark/web3"
|
|
|
|
export const getDefaultAccount = () => web3.eth.defaultAccount;
|