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